|
|
|
1 | 2024-11-26T07:59:54.365Z | job assigned to worker 01JDKQNZQF9VNSMRXSJ0YYASJT [factory aws, i-0bc2c753785ca97f6] (queued for 1 m 11 s) |
|
2 | 2024-11-26T08:00:02.760Z | starting task 0: "setup" |
3 | 2024-11-26T08:00:02.771Z | ++ uname -s |
4 | 2024-11-26T08:00:02.774Z | + kern=SunOS |
5 | 2024-11-26T08:00:02.774Z | + case "$kern" in |
6 | 2024-11-26T08:00:02.774Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:00:02.777Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:00:04.783Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:00:04.945Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:00:04.948Z | + home_fs=zfs |
11 | 2024-11-26T08:00:04.948Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:00:04.949Z | + mkdir -p /home/build |
13 | 2024-11-26T08:00:04.951Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:00:06.952Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:00:06.954Z | process exited: duration 4193 ms, exit code 0 |
|
16 | 2024-11-26T08:00:06.959Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:00:06.965Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:00:06.965Z | ' stable |
19 | 2024-11-26T08:00:06.965Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:00:06.967Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T08:00:06.967Z | * toolchain profile = "default" |
22 | 2024-11-26T08:00:06.967Z | ' default |
23 | 2024-11-26T08:00:06.967Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:00:06.967Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:00:07.078Z | info: downloading installer |
26 | 2024-11-26T08:00:08.607Z | info: profile set to 'default' |
27 | 2024-11-26T08:00:08.607Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:00:08.610Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:00:08.746Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:00:08.746Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:00:09.492Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:00:09.773Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:00:10.828Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:00:12.481Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:00:18.433Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:00:18.644Z | info: installing component 'cargo' |
37 | 2024-11-26T08:00:19.428Z | info: installing component 'clippy' |
38 | 2024-11-26T08:00:19.794Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:00:21.430Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:00:23.233Z | info: installing component 'rustc' |
41 | 2024-11-26T08:00:29.206Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:00:29.521Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:00:29.521Z | |
44 | 2024-11-26T08:00:29.904Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:00:29.905Z | |
46 | 2024-11-26T08:00:29.909Z | |
47 | 2024-11-26T08:00:29.910Z | Rust is installed now. Great! |
48 | 2024-11-26T08:00:29.910Z | |
49 | 2024-11-26T08:00:29.910Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:00:29.910Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:00:29.910Z | |
52 | 2024-11-26T08:00:29.910Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:00:29.910Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:00:29.910Z | |
55 | 2024-11-26T08:00:29.910Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:00:29.910Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:00:29.910Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:00:29.981Z | + rustc --version |
59 | 2024-11-26T08:00:30.049Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:00:30.053Z | process exited: duration 23087 ms, exit code 0 |
|
61 | 2024-11-26T08:00:30.061Z | starting task 2: "authentication" |
62 | 2024-11-26T08:00:30.083Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-26T08:00:30.093Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:00:30.098Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:00:30.102Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:00:30.983Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:00:31.748Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:00:31.752Z | + git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
69 | 2024-11-26T08:00:31.977Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:00:31.977Z | * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD |
71 | 2024-11-26T08:00:31.985Z | + [[ -n renovate/hostname-0.x ]] |
72 | 2024-11-26T08:00:31.987Z | ++ git branch --show-current |
73 | 2024-11-26T08:00:31.990Z | + current=main |
74 | 2024-11-26T08:00:31.990Z | + [[ main != renovate/hostname-0.x ]] |
75 | 2024-11-26T08:00:31.990Z | + git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
76 | 2024-11-26T08:00:31.992Z | + git checkout -f renovate/hostname-0.x |
77 | 2024-11-26T08:00:32.007Z | Switched to branch 'renovate/hostname-0.x' |
78 | 2024-11-26T08:00:32.009Z | + git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
79 | 2024-11-26T08:00:32.021Z | HEAD is now at ea22059 Update Rust crate hostname to 0.4 |
80 | 2024-11-26T08:00:32.023Z | process exited: duration 1928 ms, exit code 0 |
|
81 | 2024-11-26T08:00:32.032Z | starting task 4: "build" |
82 | 2024-11-26T08:00:32.036Z | ++ cargo --version |
83 | 2024-11-26T08:00:32.039Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T08:00:32.202Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T08:00:32.202Z | info: downloading component 'cargo' |
86 | 2024-11-26T08:00:33.078Z | info: downloading component 'clippy' |
87 | 2024-11-26T08:00:33.399Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T08:00:34.610Z | info: downloading component 'rust-std' |
89 | 2024-11-26T08:00:36.496Z | info: downloading component 'rustc' |
90 | 2024-11-26T08:00:43.252Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T08:00:43.505Z | info: installing component 'cargo' |
92 | 2024-11-26T08:00:44.295Z | info: installing component 'clippy' |
93 | 2024-11-26T08:00:44.653Z | info: installing component 'rust-docs' |
94 | 2024-11-26T08:00:46.251Z | info: installing component 'rust-std' |
95 | 2024-11-26T08:00:47.911Z | info: installing component 'rustc' |
96 | 2024-11-26T08:00:53.532Z | info: installing component 'rustfmt' |
97 | 2024-11-26T08:00:53.982Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T08:00:54.041Z | ++ rustc --version |
99 | 2024-11-26T08:00:54.062Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T08:00:54.062Z | ++ dladm |
101 | 2024-11-26T08:00:54.063Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T08:00:54.063Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T08:00:54.063Z | ++ ipadm |
104 | 2024-11-26T08:00:54.063Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T08:00:54.063Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T08:00:54.063Z | ena0/dhcp dhcp ok 10.150.1.188/24 |
107 | 2024-11-26T08:00:54.063Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T08:00:54.063Z | ++ banner collect |
109 | 2024-11-26T08:00:54.124Z | |
110 | 2024-11-26T08:00:54.124Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T08:00:54.124Z | # # # # # # # # # # |
112 | 2024-11-26T08:00:54.124Z | # # # # # ##### # # |
113 | 2024-11-26T08:00:54.124Z | # # # # # # # # |
114 | 2024-11-26T08:00:54.124Z | # # # # # # # # # # |
115 | 2024-11-26T08:00:54.124Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T08:00:54.124Z | |
117 | 2024-11-26T08:00:54.136Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T08:00:54.136Z | ++ repo=softnpu |
119 | 2024-11-26T08:00:54.136Z | ++ series=image |
120 | 2024-11-26T08:00:54.136Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T08:00:54.136Z | ++ name=softnpu |
122 | 2024-11-26T08:00:54.136Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T08:00:54.136Z | ++ mkdir -p download |
124 | 2024-11-26T08:00:54.136Z | ++ pushd download |
125 | 2024-11-26T08:00:54.136Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T08:00:54.137Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T08:00:54.137Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T08:00:54.137Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T08:00:54.137Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T08:00:54.744Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 33.6M 0 --:--:-- --:--:-- --:--:-- 33.7M |
131 | 2024-11-26T08:00:54.766Z | ++ popd |
132 | 2024-11-26T08:00:54.834Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T08:00:54.834Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T08:00:54.834Z | ++ repo=sidecar-lite |
135 | 2024-11-26T08:00:54.834Z | ++ series=release |
136 | 2024-11-26T08:00:54.834Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T08:00:54.834Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T08:00:54.834Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T08:00:54.834Z | ++ mkdir -p download |
140 | 2024-11-26T08:00:54.834Z | ++ pushd download |
141 | 2024-11-26T08:00:54.834Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T08:00:54.835Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T08:00:54.835Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T08:00:54.835Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T08:00:54.835Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T08:00:55.172Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
51 20.3M 51 10.5M 0 0 41.1M 0 --:--:-- --:--:-- --:--:-- 41.0M
100 20.3M 100 20.3M 0 0 49.6M 0 --:--:-- --:--:-- --:--:-- 49.6M |
147 | 2024-11-26T08:00:55.175Z | ++ popd |
148 | 2024-11-26T08:00:55.175Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T08:00:55.175Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T08:00:55.175Z | ++ repo=sidecar-lite |
151 | 2024-11-26T08:00:55.175Z | ++ series=release |
152 | 2024-11-26T08:00:55.175Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T08:00:55.175Z | ++ name=scadm |
154 | 2024-11-26T08:00:55.175Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T08:00:55.175Z | ++ mkdir -p download |
156 | 2024-11-26T08:00:55.175Z | ++ pushd download |
157 | 2024-11-26T08:00:55.175Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T08:00:55.176Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T08:00:55.176Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T08:00:55.181Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T08:00:55.184Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T08:00:55.664Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 47.5M 0 --:--:-- --:--:-- --:--:-- 47.5M |
163 | 2024-11-26T08:00:55.669Z | ++ popd |
164 | 2024-11-26T08:00:55.669Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T08:00:55.669Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T08:00:55.669Z | ++ repo=dendrite |
167 | 2024-11-26T08:00:55.669Z | ++ series=image |
168 | 2024-11-26T08:00:55.669Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T08:00:55.669Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T08:00:55.670Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T08:00:55.670Z | ++ mkdir -p download |
172 | 2024-11-26T08:00:55.670Z | ++ pushd download |
173 | 2024-11-26T08:00:55.670Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T08:00:55.670Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T08:00:55.670Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T08:00:55.676Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T08:00:55.682Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T08:00:56.212Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53 37.5M 53 20.0M 0 0 59.1M 0 --:--:-- --:--:-- --:--:-- 59.0M
100 37.5M 100 37.5M 0 0 69.9M 0 --:--:-- --:--:-- --:--:-- 69.9M |
179 | 2024-11-26T08:00:56.216Z | ++ popd |
180 | 2024-11-26T08:00:56.219Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T08:00:56.219Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T08:00:56.219Z | ++ repo=maghemite |
183 | 2024-11-26T08:00:56.219Z | ++ series=release |
184 | 2024-11-26T08:00:56.219Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T08:00:56.219Z | ++ name=ddmd |
186 | 2024-11-26T08:00:56.219Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T08:00:56.219Z | ++ mkdir -p download |
188 | 2024-11-26T08:00:56.219Z | ++ pushd download |
189 | 2024-11-26T08:00:56.219Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T08:00:56.219Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T08:00:56.219Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T08:00:56.226Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T08:00:56.226Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T08:00:56.994Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 53.3M 0 --:--:-- --:--:-- --:--:-- 53.4M |
195 | 2024-11-26T08:00:56.998Z | ++ popd |
196 | 2024-11-26T08:00:57.001Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T08:00:57.001Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T08:00:57.001Z | ++ repo=maghemite |
199 | 2024-11-26T08:00:57.001Z | ++ series=release |
200 | 2024-11-26T08:00:57.001Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T08:00:57.001Z | ++ name=ddmadm |
202 | 2024-11-26T08:00:57.001Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T08:00:57.001Z | ++ mkdir -p download |
204 | 2024-11-26T08:00:57.001Z | ++ pushd download |
205 | 2024-11-26T08:00:57.001Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T08:00:57.001Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T08:00:57.001Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T08:00:57.011Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T08:00:57.011Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T08:00:57.379Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 48.7M 0 --:--:-- --:--:-- --:--:-- 48.6M |
211 | 2024-11-26T08:00:57.385Z | ++ popd |
212 | 2024-11-26T08:00:57.388Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T08:00:57.388Z | ++ pushd download |
214 | 2024-11-26T08:00:57.388Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T08:00:57.388Z | ++ chmod +x softnpu |
216 | 2024-11-26T08:00:57.388Z | ++ chmod +x scadm |
217 | 2024-11-26T08:00:57.388Z | ++ chmod +x ddmadm |
218 | 2024-11-26T08:00:57.395Z | ++ chmod +x ddmd |
219 | 2024-11-26T08:00:57.395Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T08:00:57.395Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T08:00:57.402Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T08:00:57.402Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T08:00:57.402Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T08:00:58.200Z | ++ popd |
225 | 2024-11-26T08:00:58.200Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T08:00:58.200Z | ++ banner install |
227 | 2024-11-26T08:00:58.207Z | |
228 | 2024-11-26T08:00:58.207Z | # # # #### ##### ## # # |
229 | 2024-11-26T08:00:58.207Z | # ## # # # # # # # |
230 | 2024-11-26T08:00:58.207Z | # # # # #### # # # # # |
231 | 2024-11-26T08:00:58.207Z | # # # # # # ###### # # |
232 | 2024-11-26T08:00:58.207Z | # # ## # # # # # # # |
233 | 2024-11-26T08:00:58.207Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T08:00:58.207Z | |
235 | 2024-11-26T08:00:58.207Z | ++ pkg info brand/sparse |
236 | 2024-11-26T08:00:58.215Z | ++ grep -qi installed |
237 | 2024-11-26T08:01:04.128Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T08:01:04.128Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T08:01:04.128Z | |
240 | 2024-11-26T08:01:04.128Z | brand/sparse |
241 | 2024-11-26T08:01:04.176Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T08:01:04.176Z | ++ set -o errexit |
243 | 2024-11-26T08:01:04.176Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T08:01:13.616Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T08:01:17.334Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T08:01:26.317Z | Planning: Solver setup ... Done |
247 | 2024-11-26T08:01:26.429Z | Planning: Running solver ... Done |
248 | 2024-11-26T08:01:26.660Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T08:01:26.687Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T08:01:26.842Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T08:01:27.152Z | Planning: Package planning ... Done |
252 | 2024-11-26T08:01:27.158Z | Planning: Merging actions ... Done |
253 | 2024-11-26T08:01:27.553Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T08:01:32.187Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T08:01:32.570Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T08:01:32.641Z | Planning: Planning completed in 15.21 seconds |
257 | 2024-11-26T08:01:32.717Z | Packages to install: 1 |
258 | 2024-11-26T08:01:32.717Z | Packages to update: 2 |
259 | 2024-11-26T08:01:32.720Z | Create boot environment: No |
260 | 2024-11-26T08:01:32.720Z | Create backup boot environment: Yes |
261 | 2024-11-26T08:01:32.908Z | |
262 | 2024-11-26T08:01:32.908Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T08:01:36.384Z | Download: Completed 8.03 MB in 3.48 seconds (2.3M/s) |
264 | 2024-11-26T08:01:38.232Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-11-26T08:01:38.250Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-11-26T08:01:38.367Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-11-26T08:01:38.699Z | Actions: Completed 1419 actions in 0.47 seconds. |
268 | 2024-11-26T08:01:39.065Z | Done |
269 | 2024-11-26T08:01:39.067Z | Done |
270 | 2024-11-26T08:01:39.549Z | Done |
271 | 2024-11-26T08:01:44.845Z | Done |
272 | 2024-11-26T08:01:45.097Z | Done |
273 | 2024-11-26T08:01:45.100Z | Done |
274 | 2024-11-26T08:01:45.230Z | Done |
275 | 2024-11-26T08:01:45.607Z | ++ set -o errexit |
276 | 2024-11-26T08:01:45.607Z | ++ set -o pipefail |
277 | 2024-11-26T08:01:45.607Z | ++ banner build |
278 | 2024-11-26T08:01:45.611Z | |
279 | 2024-11-26T08:01:45.611Z | ##### # # # # ##### |
280 | 2024-11-26T08:01:45.611Z | # # # # # # # # |
281 | 2024-11-26T08:01:45.611Z | ##### # # # # # # |
282 | 2024-11-26T08:01:45.611Z | # # # # # # # # |
283 | 2024-11-26T08:01:45.611Z | # # # # # # # # |
284 | 2024-11-26T08:01:45.611Z | ##### #### # ###### ##### |
285 | 2024-11-26T08:01:45.611Z | |
286 | 2024-11-26T08:01:45.611Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-11-26T08:01:45.800Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-11-26T08:01:46.028Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-11-26T08:01:46.224Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-11-26T08:01:46.224Z | * [new branch] ci -> origin/ci |
291 | 2024-11-26T08:01:46.227Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
292 | 2024-11-26T08:01:46.227Z | * [new branch] main -> origin/main |
293 | 2024-11-26T08:01:46.227Z | * [new ref] -> origin/HEAD |
294 | 2024-11-26T08:01:46.237Z | Updating crates.io index |
295 | 2024-11-26T08:01:46.275Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-11-26T08:01:46.997Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-11-26T08:01:46.997Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-11-26T08:01:47.101Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-11-26T08:01:48.219Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-11-26T08:01:48.219Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-11-26T08:01:48.270Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-11-26T08:01:48.616Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-11-26T08:01:48.616Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-11-26T08:01:48.625Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-11-26T08:01:49.011Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-11-26T08:01:49.011Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-11-26T08:01:49.022Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-11-26T08:01:52.878Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-11-26T08:01:52.878Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-11-26T08:01:52.909Z | * [new tag] dogfood -> dogfood |
311 | 2024-11-26T08:01:52.911Z | * [new tag] v5 -> v5 |
312 | 2024-11-26T08:01:52.911Z | * [new tag] v6 -> v6 |
313 | 2024-11-26T08:01:52.911Z | * [new tag] v7 -> v7 |
314 | 2024-11-26T08:01:52.911Z | * [new tag] v8 -> v8 |
315 | 2024-11-26T08:01:52.911Z | * [new tag] v9 -> v9 |
316 | 2024-11-26T08:01:53.274Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-11-26T08:01:54.138Z | From https://github.com/oxidecomputer/opte |
318 | 2024-11-26T08:01:54.138Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-11-26T08:01:54.199Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-11-26T08:01:54.547Z | From https://github.com/illumos/smf-rs |
321 | 2024-11-26T08:01:54.547Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-11-26T08:01:54.577Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-11-26T08:01:55.060Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-11-26T08:01:55.060Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-11-26T08:01:55.076Z | * [new tag] rift -> rift |
326 | 2024-11-26T08:01:55.078Z | * [new tag] srp -> srp |
327 | 2024-11-26T08:01:55.079Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-11-26T08:01:55.111Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-11-26T08:01:55.467Z | From https://github.com/oxidecomputer/zone |
330 | 2024-11-26T08:01:55.467Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-11-26T08:01:55.496Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-11-26T08:01:56.153Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-11-26T08:01:56.153Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-11-26T08:01:56.257Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-11-26T08:01:56.657Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-11-26T08:01:56.657Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-11-26T08:01:56.681Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-11-26T08:01:57.045Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-11-26T08:01:57.045Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-11-26T08:01:57.060Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-11-26T08:01:57.074Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-11-26T08:01:57.408Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-11-26T08:01:57.408Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-11-26T08:01:57.431Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-11-26T08:01:57.941Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-11-26T08:01:57.941Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-11-26T08:01:57.996Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-11-26T08:01:58.354Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-11-26T08:01:58.354Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-11-26T08:01:58.374Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-11-26T08:01:58.756Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-11-26T08:01:58.756Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-11-26T08:01:58.777Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-11-26T08:01:59.161Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-11-26T08:01:59.161Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-11-26T08:01:59.213Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-11-26T08:01:59.563Z | From https://github.com/illumos/libscf-sys |
358 | 2024-11-26T08:01:59.563Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-11-26T08:01:59.569Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-11-26T08:02:00.485Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-11-26T08:02:00.486Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-11-26T08:02:00.506Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-11-26T08:02:00.509Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-11-26T08:02:00.509Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-11-26T08:02:00.509Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-11-26T08:02:00.509Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-11-26T08:02:00.509Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-11-26T08:02:00.509Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-11-26T08:02:00.710Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-11-26T08:02:01.457Z | From https://github.com/oxidecomputer/typify |
371 | 2024-11-26T08:02:01.457Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-11-26T08:02:01.460Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-11-26T08:02:01.478Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-11-26T08:02:01.480Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-11-26T08:02:01.481Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-11-26T08:02:01.481Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-11-26T08:02:01.625Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-11-26T08:02:03.733Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-11-26T08:02:03.733Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-11-26T08:02:03.800Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-11-26T08:02:04.212Z | From https://github.com/oxidecomputer/opte |
391 | 2024-11-26T08:02:04.212Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-11-26T08:02:04.258Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-11-26T08:02:04.910Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-11-26T08:02:04.910Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-11-26T08:02:05.775Z | Downloading crates ... |
396 | 2024-11-26T08:02:05.873Z | Downloaded parse-display-derive v0.10.0 |
397 | 2024-11-26T08:02:05.876Z | Downloaded allocator-api2 v0.2.18 |
398 | 2024-11-26T08:02:05.878Z | Downloaded anstyle v1.0.10 |
399 | 2024-11-26T08:02:05.881Z | Downloaded ahash v0.8.11 |
400 | 2024-11-26T08:02:05.885Z | Downloaded anstream v0.6.15 |
401 | 2024-11-26T08:02:05.887Z | Downloaded serde_with v3.9.0 |
402 | 2024-11-26T08:02:05.895Z | Downloaded aho-corasick v1.1.3 |
403 | 2024-11-26T08:02:05.902Z | Downloaded camino v1.1.9 |
404 | 2024-11-26T08:02:05.906Z | Downloaded bytes v1.7.2 |
405 | 2024-11-26T08:02:05.909Z | Downloaded byteorder v1.5.0 |
406 | 2024-11-26T08:02:05.912Z | Downloaded cfg-if v1.0.0 |
407 | 2024-11-26T08:02:05.912Z | Downloaded anyhow v1.0.93 |
408 | 2024-11-26T08:02:05.916Z | Downloaded blake2 v0.10.6 |
409 | 2024-11-26T08:02:05.919Z | Downloaded convert_case v0.4.0 |
410 | 2024-11-26T08:02:05.919Z | Downloaded cpufeatures v0.2.14 |
411 | 2024-11-26T08:02:05.921Z | Downloaded clap v4.5.21 |
412 | 2024-11-26T08:02:05.928Z | Downloaded cookie v0.18.1 |
413 | 2024-11-26T08:02:05.931Z | Downloaded anstyle-parse v0.2.5 |
414 | 2024-11-26T08:02:05.933Z | Downloaded clap_derive v4.5.18 |
415 | 2024-11-26T08:02:05.935Z | Downloaded atomic-waker v1.1.2 |
416 | 2024-11-26T08:02:05.938Z | Downloaded async-trait v0.1.83 |
417 | 2024-11-26T08:02:05.940Z | Downloaded ciborium-ll v0.2.2 |
418 | 2024-11-26T08:02:05.943Z | Downloaded block-buffer v0.10.4 |
419 | 2024-11-26T08:02:05.943Z | Downloaded cc v1.1.21 |
420 | 2024-11-26T08:02:05.946Z | Downloaded futures-sink v0.3.30 |
421 | 2024-11-26T08:02:05.949Z | Downloaded percent-encoding v2.3.1 |
422 | 2024-11-26T08:02:05.949Z | Downloaded parking_lot_core v0.9.10 |
423 | 2024-11-26T08:02:05.951Z | Downloaded crc8 v0.1.1 |
424 | 2024-11-26T08:02:05.951Z | Downloaded ciborium-io v0.2.2 |
425 | 2024-11-26T08:02:05.951Z | Downloaded atomicwrites v0.4.4 |
426 | 2024-11-26T08:02:05.954Z | Downloaded async-stream-impl v0.3.5 |
427 | 2024-11-26T08:02:05.954Z | Downloaded pest v2.7.13 |
428 | 2024-11-26T08:02:05.959Z | Downloaded parking_lot_core v0.8.6 |
429 | 2024-11-26T08:02:05.961Z | Downloaded clap_lex v0.7.2 |
430 | 2024-11-26T08:02:05.964Z | Downloaded proc-macro-error-attr v1.0.4 |
431 | 2024-11-26T08:02:05.966Z | Downloaded progenitor-client v0.8.0 |
432 | 2024-11-26T08:02:05.967Z | Downloaded parse-display v0.10.0 |
433 | 2024-11-26T08:02:05.967Z | Downloaded camino-tempfile v1.1.1 |
434 | 2024-11-26T08:02:05.969Z | Downloaded proc-macro-crate v1.3.1 |
435 | 2024-11-26T08:02:05.969Z | Downloaded pretty-hex v0.2.1 |
436 | 2024-11-26T08:02:05.972Z | Downloaded progenitor-impl v0.8.0 |
437 | 2024-11-26T08:02:05.974Z | Downloaded dof v0.3.0 |
438 | 2024-11-26T08:02:05.977Z | Downloaded darling_macro v0.20.10 |
439 | 2024-11-26T08:02:05.977Z | Downloaded cstr-argument v0.1.2 |
440 | 2024-11-26T08:02:05.977Z | Downloaded progenitor v0.8.0 |
441 | 2024-11-26T08:02:05.980Z | Downloaded proc-macro-error v1.0.4 |
442 | 2024-11-26T08:02:05.982Z | Downloaded crucible-workspace-hack v0.1.0 |
443 | 2024-11-26T08:02:05.982Z | Downloaded progenitor-macro v0.8.0 |
444 | 2024-11-26T08:02:05.986Z | Downloaded prettyplease v0.2.22 |
445 | 2024-11-26T08:02:05.988Z | Downloaded proc-macro2 v1.0.86 |
446 | 2024-11-26T08:02:05.990Z | Downloaded portable-atomic v1.8.0 |
447 | 2024-11-26T08:02:05.997Z | Downloaded quinn v0.11.5 |
448 | 2024-11-26T08:02:06.000Z | Downloaded crc32fast v1.4.2 |
449 | 2024-11-26T08:02:06.004Z | Downloaded pest_derive v2.7.13 |
450 | 2024-11-26T08:02:06.006Z | Downloaded foreign-types-shared v0.3.1 |
451 | 2024-11-26T08:02:06.009Z | Downloaded float-ord v0.3.2 |
452 | 2024-11-26T08:02:06.009Z | Downloaded dtrace-parser v0.2.0 |
453 | 2024-11-26T08:02:06.012Z | Downloaded ident_case v1.0.1 |
454 | 2024-11-26T08:02:06.012Z | Downloaded digest v0.10.7 |
455 | 2024-11-26T08:02:06.014Z | Downloaded errno v0.3.9 |
456 | 2024-11-26T08:02:06.014Z | Downloaded embedded-io v0.4.0 |
457 | 2024-11-26T08:02:06.016Z | Downloaded defmt-parser v0.3.4 |
458 | 2024-11-26T08:02:06.020Z | Downloaded quinn-udp v0.5.5 |
459 | 2024-11-26T08:02:06.020Z | Downloaded fixedbitset v0.4.2 |
460 | 2024-11-26T08:02:06.023Z | Downloaded deranged v0.3.11 |
461 | 2024-11-26T08:02:06.023Z | Downloaded embedded-io v0.6.1 |
462 | 2024-11-26T08:02:06.023Z | Downloaded debug-ignore v1.0.5 |
463 | 2024-11-26T08:02:06.026Z | Downloaded openssl-probe v0.1.5 |
464 | 2024-11-26T08:02:06.029Z | Downloaded is-terminal v0.4.13 |
465 | 2024-11-26T08:02:06.029Z | Downloaded resolv-conf v0.7.0 |
466 | 2024-11-26T08:02:06.032Z | Downloaded ppv-lite86 v0.2.20 |
467 | 2024-11-26T08:02:06.032Z | Downloaded pkg-config v0.3.31 |
468 | 2024-11-26T08:02:06.034Z | Downloaded tinyvec_macros v0.1.1 |
469 | 2024-11-26T08:02:06.034Z | Downloaded backoff v0.4.0 |
470 | 2024-11-26T08:02:06.036Z | Downloaded scroll_derive v0.12.0 |
471 | 2024-11-26T08:02:06.039Z | Downloaded rustc_version v0.1.7 |
472 | 2024-11-26T08:02:06.039Z | Downloaded futures-macro v0.3.30 |
473 | 2024-11-26T08:02:06.039Z | Downloaded sigpipe v0.1.3 |
474 | 2024-11-26T08:02:06.042Z | Downloaded cancel-safe-futures v0.1.5 |
475 | 2024-11-26T08:02:06.044Z | Downloaded usdt-attr-macro v0.5.0 |
476 | 2024-11-26T08:02:06.044Z | Downloaded is_terminal_polyfill v1.70.1 |
477 | 2024-11-26T08:02:06.047Z | Downloaded serde-big-array v0.5.1 |
478 | 2024-11-26T08:02:06.049Z | Downloaded rand_core v0.6.4 |
479 | 2024-11-26T08:02:06.049Z | Downloaded linked-hash-map v0.5.6 |
480 | 2024-11-26T08:02:06.052Z | Downloaded hubpack v0.1.2 |
481 | 2024-11-26T08:02:06.052Z | Downloaded heck v0.4.1 |
482 | 2024-11-26T08:02:06.055Z | Downloaded newline-converter v0.3.0 |
483 | 2024-11-26T08:02:06.055Z | Downloaded rustversion v1.0.17 |
484 | 2024-11-26T08:02:06.057Z | Downloaded sha1 v0.10.6 |
485 | 2024-11-26T08:02:06.060Z | Downloaded futures-channel v0.3.30 |
486 | 2024-11-26T08:02:06.062Z | Downloaded fnv v1.0.7 |
487 | 2024-11-26T08:02:06.062Z | Downloaded scopeguard v1.2.0 |
488 | 2024-11-26T08:02:06.064Z | Downloaded strum v0.26.3 |
489 | 2024-11-26T08:02:06.067Z | Downloaded num_enum_derive v0.5.11 |
490 | 2024-11-26T08:02:06.067Z | Downloaded num v0.4.3 |
491 | 2024-11-26T08:02:06.069Z | Downloaded newtype-uuid v1.1.0 |
492 | 2024-11-26T08:02:06.069Z | Downloaded memmap v0.7.0 |
493 | 2024-11-26T08:02:06.071Z | Downloaded slog-stdlog v4.1.1 |
494 | 2024-11-26T08:02:06.074Z | Downloaded zone_cfg_derive v0.3.0 |
495 | 2024-11-26T08:02:06.074Z | Downloaded zone v0.3.0 |
496 | 2024-11-26T08:02:06.074Z | Downloaded typify-macro v0.2.0 |
497 | 2024-11-26T08:02:06.076Z | Downloaded tokio-macros v2.4.0 |
498 | 2024-11-26T08:02:06.076Z | Downloaded strsim v0.11.1 |
499 | 2024-11-26T08:02:06.079Z | Downloaded omicron-workspace-hack v0.1.0 |
500 | 2024-11-26T08:02:06.079Z | Downloaded usdt v0.5.0 |
501 | 2024-11-26T08:02:06.081Z | Downloaded highway v1.2.0 |
502 | 2024-11-26T08:02:06.083Z | Downloaded serde_derive_internals v0.29.1 |
503 | 2024-11-26T08:02:06.083Z | Downloaded crossbeam-epoch v0.9.18 |
504 | 2024-11-26T08:02:06.086Z | Downloaded http-body v0.4.6 |
505 | 2024-11-26T08:02:06.088Z | Downloaded num-complex v0.4.6 |
506 | 2024-11-26T08:02:06.092Z | Downloaded rustls-pki-types v1.8.0 |
507 | 2024-11-26T08:02:06.092Z | Downloaded base64 v0.21.7 |
508 | 2024-11-26T08:02:06.097Z | Downloaded time-core v0.1.2 |
509 | 2024-11-26T08:02:06.100Z | Downloaded num-conv v0.1.0 |
510 | 2024-11-26T08:02:06.100Z | Downloaded hyper-tls v0.5.0 |
511 | 2024-11-26T08:02:06.101Z | Downloaded multer v3.1.0 |
512 | 2024-11-26T08:02:06.103Z | Downloaded try-lock v0.2.5 |
513 | 2024-11-26T08:02:06.103Z | Downloaded bitflags v2.6.0 |
514 | 2024-11-26T08:02:06.107Z | Downloaded tokio-native-tls v0.3.1 |
515 | 2024-11-26T08:02:06.109Z | Downloaded slog-async v2.8.0 |
516 | 2024-11-26T08:02:06.112Z | Downloaded arc-swap v1.7.1 |
517 | 2024-11-26T08:02:06.116Z | Downloaded serde_with_macros v3.9.0 |
518 | 2024-11-26T08:02:06.118Z | Downloaded want v0.3.1 |
519 | 2024-11-26T08:02:06.118Z | Downloaded serde_tokenstream v0.2.2 |
520 | 2024-11-26T08:02:06.121Z | Downloaded sct v0.7.1 |
521 | 2024-11-26T08:02:06.123Z | Downloaded rustls-pemfile v2.1.3 |
522 | 2024-11-26T08:02:06.125Z | Downloaded tower-service v0.3.3 |
523 | 2024-11-26T08:02:06.128Z | Downloaded openssl-macros v0.1.1 |
524 | 2024-11-26T08:02:06.128Z | Downloaded waitgroup v0.1.2 |
525 | 2024-11-26T08:02:06.128Z | Downloaded version_check v0.9.5 |
526 | 2024-11-26T08:02:06.131Z | Downloaded http-body-util v0.1.2 |
527 | 2024-11-26T08:02:06.131Z | Downloaded quote v1.0.37 |
528 | 2024-11-26T08:02:06.133Z | Downloaded hyper-tls v0.6.0 |
529 | 2024-11-26T08:02:06.136Z | Downloaded native-tls v0.2.12 |
530 | 2024-11-26T08:02:06.138Z | Downloaded ipnetwork v0.20.0 |
531 | 2024-11-26T08:02:06.138Z | Downloaded stable_deref_trait v1.2.0 |
532 | 2024-11-26T08:02:06.141Z | Downloaded match_cfg v0.1.0 |
533 | 2024-11-26T08:02:06.141Z | Downloaded password-hash v0.5.0 |
534 | 2024-11-26T08:02:06.144Z | Downloaded subtle v2.6.1 |
535 | 2024-11-26T08:02:06.144Z | Downloaded ipnet v2.10.0 |
536 | 2024-11-26T08:02:06.146Z | Downloaded futures-task v0.3.30 |
537 | 2024-11-26T08:02:06.146Z | Downloaded untrusted v0.9.0 |
538 | 2024-11-26T08:02:06.149Z | Downloaded num-derive v0.3.3 |
539 | 2024-11-26T08:02:06.151Z | Downloaded linear-map v1.2.0 |
540 | 2024-11-26T08:02:06.152Z | Downloaded slog-dtrace v0.3.0 |
541 | 2024-11-26T08:02:06.154Z | Downloaded schemars_derive v0.8.21 |
542 | 2024-11-26T08:02:06.154Z | Downloaded fxhash v0.2.1 |
543 | 2024-11-26T08:02:06.157Z | Downloaded num_threads v0.1.7 |
544 | 2024-11-26T08:02:06.157Z | Downloaded take_mut v0.2.2 |
545 | 2024-11-26T08:02:06.157Z | Downloaded toml_datetime v0.6.8 |
546 | 2024-11-26T08:02:06.160Z | Downloaded utf8parse v0.2.2 |
547 | 2024-11-26T08:02:06.160Z | Downloaded usdt-macro v0.5.0 |
548 | 2024-11-26T08:02:06.160Z | Downloaded libsw v3.3.1 |
549 | 2024-11-26T08:02:06.162Z | Downloaded swrite v0.1.0 |
550 | 2024-11-26T08:02:06.165Z | Downloaded smf v0.2.3 |
551 | 2024-11-26T08:02:06.165Z | Downloaded num-iter v0.1.45 |
552 | 2024-11-26T08:02:06.165Z | Downloaded tokio-rustls v0.26.0 |
553 | 2024-11-26T08:02:06.169Z | Downloaded tokio-rustls v0.25.0 |
554 | 2024-11-26T08:02:06.172Z | Downloaded ryu v1.0.18 |
555 | 2024-11-26T08:02:06.175Z | Downloaded tokio-rustls v0.24.1 |
556 | 2024-11-26T08:02:06.175Z | Downloaded thin-vec v0.2.13 |
557 | 2024-11-26T08:02:06.179Z | Downloaded pest_meta v2.7.13 |
558 | 2024-11-26T08:02:06.182Z | Downloaded spin v0.5.2 |
559 | 2024-11-26T08:02:06.182Z | Downloaded whoami v1.5.2 |
560 | 2024-11-26T08:02:06.182Z | Downloaded zeroize v1.8.1 |
561 | 2024-11-26T08:02:06.185Z | Downloaded zerocopy-derive v0.7.35 |
562 | 2024-11-26T08:02:06.187Z | Downloaded sync_wrapper v1.0.1 |
563 | 2024-11-26T08:02:06.189Z | Downloaded sync_wrapper v0.1.2 |
564 | 2024-11-26T08:02:06.189Z | Downloaded serde_derive v1.0.215 |
565 | 2024-11-26T08:02:06.192Z | Downloaded futures v0.3.30 |
566 | 2024-11-26T08:02:06.195Z | Downloaded hubpack_derive v0.1.1 |
567 | 2024-11-26T08:02:06.200Z | Downloaded mime v0.3.17 |
568 | 2024-11-26T08:02:06.200Z | Downloaded parking_lot v0.11.2 |
569 | 2024-11-26T08:02:06.203Z | Downloaded darling_core v0.20.10 |
570 | 2024-11-26T08:02:06.206Z | Downloaded slog v2.7.0 |
571 | 2024-11-26T08:02:06.208Z | Downloaded similar v2.6.0 |
572 | 2024-11-26T08:02:06.211Z | Downloaded static_assertions v1.1.0 |
573 | 2024-11-26T08:02:06.214Z | Downloaded hex v0.4.3 |
574 | 2024-11-26T08:02:06.216Z | Downloaded heck v0.5.0 |
575 | 2024-11-26T08:02:06.216Z | Downloaded structmeta v0.3.0 |
576 | 2024-11-26T08:02:06.216Z | Downloaded num-derive v0.4.2 |
577 | 2024-11-26T08:02:06.219Z | Downloaded slog-term v2.9.1 |
578 | 2024-11-26T08:02:06.221Z | Downloaded indent_write v2.2.0 |
579 | 2024-11-26T08:02:06.221Z | Downloaded itoa v1.0.11 |
580 | 2024-11-26T08:02:06.224Z | Downloaded lazy_static v1.5.0 |
581 | 2024-11-26T08:02:06.226Z | Downloaded httparse v1.9.4 |
582 | 2024-11-26T08:02:06.229Z | Downloaded ucd-trie v0.1.6 |
583 | 2024-11-26T08:02:06.229Z | Downloaded indexmap v2.5.0 |
584 | 2024-11-26T08:02:06.233Z | Downloaded macaddr v1.0.1 |
585 | 2024-11-26T08:02:06.235Z | Downloaded terminal_size v0.4.0 |
586 | 2024-11-26T08:02:06.235Z | Downloaded no-std-compat v0.4.1 |
587 | 2024-11-26T08:02:06.238Z | Downloaded zerocopy v0.6.6 |
588 | 2024-11-26T08:02:06.240Z | Downloaded humantime v2.1.0 |
589 | 2024-11-26T08:02:06.242Z | Downloaded log v0.4.22 |
590 | 2024-11-26T08:02:06.246Z | Downloaded spin v0.9.8 |
591 | 2024-11-26T08:02:06.251Z | Downloaded lru-cache v0.1.2 |
592 | 2024-11-26T08:02:06.251Z | Downloaded typenum v1.17.0 |
593 | 2024-11-26T08:02:06.251Z | Downloaded toml v0.8.19 |
594 | 2024-11-26T08:02:06.254Z | Downloaded newtype_derive v0.1.6 |
595 | 2024-11-26T08:02:06.256Z | Downloaded num-integer v0.1.46 |
596 | 2024-11-26T08:02:06.256Z | Downloaded hostname v0.4.0 |
597 | 2024-11-26T08:02:06.258Z | Downloaded hostname v0.3.1 |
598 | 2024-11-26T08:02:06.258Z | Downloaded expectorate v1.1.0 |
599 | 2024-11-26T08:02:06.261Z | Downloaded managed v0.8.0 |
600 | 2024-11-26T08:02:06.263Z | Downloaded thread_local v1.1.8 |
601 | 2024-11-26T08:02:06.263Z | Downloaded thread-id v4.2.2 |
602 | 2024-11-26T08:02:06.265Z | Downloaded parking_lot v0.12.3 |
603 | 2024-11-26T08:02:06.268Z | Downloaded tiny-keccak v2.0.2 |
604 | 2024-11-26T08:02:06.271Z | Downloaded iana-time-zone v0.1.61 |
605 | 2024-11-26T08:02:06.274Z | Downloaded typify v0.2.0 |
606 | 2024-11-26T08:02:06.277Z | Downloaded indexmap v1.9.3 |
607 | 2024-11-26T08:02:06.280Z | Downloaded tracing-attributes v0.1.27 |
608 | 2024-11-26T08:02:06.280Z | Downloaded socket2 v0.5.7 |
609 | 2024-11-26T08:02:06.282Z | Downloaded httpdate v1.0.3 |
610 | 2024-11-26T08:02:06.285Z | Downloaded steno v0.4.1 |
611 | 2024-11-26T08:02:06.288Z | Downloaded unicode-bidi v0.3.15 |
612 | 2024-11-26T08:02:06.291Z | Downloaded rand v0.8.5 |
613 | 2024-11-26T08:02:06.293Z | Downloaded serde v1.0.215 |
614 | 2024-11-26T08:02:06.296Z | Downloaded hyper-rustls v0.24.2 |
615 | 2024-11-26T08:02:06.298Z | Downloaded num-rational v0.4.2 |
616 | 2024-11-26T08:02:06.301Z | Downloaded tinyvec v1.8.0 |
617 | 2024-11-26T08:02:06.304Z | Downloaded uuid v1.11.0 |
618 | 2024-11-26T08:02:06.309Z | Downloaded url v2.5.2 |
619 | 2024-11-26T08:02:06.311Z | Downloaded term v0.7.0 |
620 | 2024-11-26T08:02:06.311Z | Downloaded chrono v0.4.38 |
621 | 2024-11-26T08:02:06.318Z | Downloaded half v2.4.1 |
622 | 2024-11-26T08:02:06.321Z | Downloaded hyper-util v0.1.10 |
623 | 2024-11-26T08:02:06.325Z | Downloaded unicode-ident v1.0.13 |
624 | 2024-11-26T08:02:06.327Z | Downloaded serde_yaml v0.9.34+deprecated |
625 | 2024-11-26T08:02:06.331Z | Downloaded num-traits v0.2.19 |
626 | 2024-11-26T08:02:06.333Z | Downloaded thiserror-impl v1.0.64 |
627 | 2024-11-26T08:02:06.336Z | Downloaded thiserror v1.0.64 |
628 | 2024-11-26T08:02:06.342Z | Downloaded num_enum v0.5.11 |
629 | 2024-11-26T08:02:06.345Z | Downloaded once_cell v1.20.2 |
630 | 2024-11-26T08:02:06.347Z | Downloaded tracing-core v0.1.32 |
631 | 2024-11-26T08:02:06.350Z | Downloaded num_enum_derive v0.7.3 |
632 | 2024-11-26T08:02:06.352Z | Downloaded getrandom v0.2.15 |
633 | 2024-11-26T08:02:06.354Z | Downloaded unsafe-libyaml v0.2.11 |
634 | 2024-11-26T08:02:06.357Z | Downloaded heapless v0.8.0 |
635 | 2024-11-26T08:02:06.360Z | Downloaded tracing v0.1.40 |
636 | 2024-11-26T08:02:06.366Z | Downloaded clap_builder v4.5.21 |
637 | 2024-11-26T08:02:06.371Z | Downloaded reqwest v0.11.27 |
638 | 2024-11-26T08:02:06.379Z | Downloaded toml_edit v0.19.15 |
639 | 2024-11-26T08:02:06.395Z | Downloaded minimal-lexical v0.2.1 |
640 | 2024-11-26T08:02:06.418Z | Downloaded memchr v2.7.4 |
641 | 2024-11-26T08:02:06.418Z | Downloaded http v0.2.12 |
642 | 2024-11-26T08:02:06.433Z | Downloaded hickory-resolver v0.24.1 |
643 | 2024-11-26T08:02:06.433Z | Downloaded time v0.3.36 |
644 | 2024-11-26T08:02:06.433Z | Downloaded http v1.1.0 |
645 | 2024-11-26T08:02:06.433Z | Downloaded nom v7.1.3 |
646 | 2024-11-26T08:02:06.470Z | Downloaded tokio-util v0.7.12 |
647 | 2024-11-26T08:02:06.471Z | Downloaded winnow v0.5.40 |
648 | 2024-11-26T08:02:06.475Z | Downloaded toml_edit v0.22.21 |
649 | 2024-11-26T08:02:06.475Z | Downloaded unicode-segmentation v1.12.0 |
650 | 2024-11-26T08:02:06.475Z | Downloaded libm v0.2.8 |
651 | 2024-11-26T08:02:06.479Z | Downloaded hyper v1.5.1 |
652 | 2024-11-26T08:02:06.490Z | Downloaded rustls-webpki v0.101.7 |
653 | 2024-11-26T08:02:06.496Z | Downloaded h2 v0.4.6 |
654 | 2024-11-26T08:02:06.504Z | Downloaded futures-util v0.3.30 |
655 | 2024-11-26T08:02:06.516Z | Downloaded unicode-normalization v0.1.24 |
656 | 2024-11-26T08:02:06.518Z | Downloaded quinn-proto v0.11.8 |
657 | 2024-11-26T08:02:06.524Z | Downloaded itertools v0.13.0 |
658 | 2024-11-26T08:02:06.531Z | Downloaded vcpkg v0.2.15 |
659 | 2024-11-26T08:02:06.568Z | Downloaded rustls-webpki v0.102.8 |
660 | 2024-11-26T08:02:06.585Z | Downloaded webpki-roots v0.26.6 |
661 | 2024-11-26T08:02:06.589Z | Downloaded webpki-roots v0.25.4 |
662 | 2024-11-26T08:02:06.593Z | Downloaded regex v1.10.6 |
663 | 2024-11-26T08:02:06.606Z | Downloaded dropshot v0.12.0 |
664 | 2024-11-26T08:02:06.626Z | Downloaded hyper v0.14.30 |
665 | 2024-11-26T08:02:06.633Z | Downloaded openssl v0.10.66 |
666 | 2024-11-26T08:02:06.642Z | Downloaded unicode-width v0.1.14 |
667 | 2024-11-26T08:02:06.648Z | Downloaded syn v1.0.109 |
668 | 2024-11-26T08:02:06.658Z | Downloaded rustls v0.21.12 |
669 | 2024-11-26T08:02:06.669Z | Downloaded idna v0.5.0 |
670 | 2024-11-26T08:02:06.677Z | Downloaded openapiv3 v2.0.0 |
671 | 2024-11-26T08:02:06.688Z | Downloaded syn v2.0.87 |
672 | 2024-11-26T08:02:06.699Z | Downloaded rustls v0.22.4 |
673 | 2024-11-26T08:02:06.711Z | Downloaded regress v0.9.1 |
674 | 2024-11-26T08:02:06.720Z | Downloaded regex-syntax v0.8.4 |
675 | 2024-11-26T08:02:06.728Z | Downloaded rustls v0.23.13 |
676 | 2024-11-26T08:02:06.740Z | Downloaded typify-impl v0.2.0 |
677 | 2024-11-26T08:02:06.754Z | Downloaded smoltcp v0.11.0 |
678 | 2024-11-26T08:02:06.766Z | Downloaded hickory-proto v0.24.1 |
679 | 2024-11-26T08:02:06.780Z | Downloaded zerocopy-derive v0.6.6 |
680 | 2024-11-26T08:02:06.791Z | Downloaded rustix v0.38.37 |
681 | 2024-11-26T08:02:06.814Z | Downloaded rhai v1.20.0 |
682 | 2024-11-26T08:02:06.824Z | Downloaded regress v0.10.1 |
683 | 2024-11-26T08:02:06.832Z | Downloaded idna v0.4.0 |
684 | 2024-11-26T08:02:06.839Z | Downloaded goblin v0.8.2 |
685 | 2024-11-26T08:02:06.845Z | Downloaded sled v0.34.7 |
686 | 2024-11-26T08:02:06.855Z | Downloaded h2 v0.3.26 |
687 | 2024-11-26T08:02:06.862Z | Downloaded hashbrown v0.14.5 |
688 | 2024-11-26T08:02:06.867Z | Downloaded zerocopy v0.7.35 |
689 | 2024-11-26T08:02:06.881Z | Downloaded mio v1.0.2 |
690 | 2024-11-26T08:02:06.887Z | Downloaded winnow v0.6.18 |
691 | 2024-11-26T08:02:06.896Z | Downloaded tokio v1.40.0 |
692 | 2024-11-26T08:02:06.931Z | Downloaded itertools v0.12.1 |
693 | 2024-11-26T08:02:06.938Z | Downloaded regex-automata v0.4.7 |
694 | 2024-11-26T08:02:06.954Z | Downloaded reqwest v0.12.9 |
695 | 2024-11-26T08:02:06.962Z | Downloaded itertools v0.10.5 |
696 | 2024-11-26T08:02:06.969Z | Downloaded petgraph v0.6.5 |
697 | 2024-11-26T08:02:06.985Z | Downloaded serde_json v1.0.133 |
698 | 2024-11-26T08:02:06.991Z | Downloaded hashbrown v0.12.3 |
699 | 2024-11-26T08:02:06.995Z | Downloaded tempfile v3.12.0 |
700 | 2024-11-26T08:02:06.998Z | Downloaded smartstring v1.0.1 |
701 | 2024-11-26T08:02:07.000Z | Downloaded openssl-sys v0.9.103 |
702 | 2024-11-26T08:02:07.004Z | Downloaded schemars v0.8.21 |
703 | 2024-11-26T08:02:07.016Z | Downloaded time-macros v0.2.18 |
704 | 2024-11-26T08:02:07.018Z | Downloaded hyper-rustls v0.27.3 |
705 | 2024-11-26T08:02:07.020Z | Downloaded generic-array v0.14.7 |
706 | 2024-11-26T08:02:07.020Z | Downloaded owo-colors v4.1.0 |
707 | 2024-11-26T08:02:07.023Z | Downloaded strum_macros v0.26.4 |
708 | 2024-11-26T08:02:07.025Z | Downloaded smallvec v1.13.2 |
709 | 2024-11-26T08:02:07.028Z | Downloaded libc v0.2.165 |
710 | 2024-11-26T08:02:07.050Z | Downloaded sha2 v0.10.8 |
711 | 2024-11-26T08:02:07.053Z | Downloaded scroll v0.12.0 |
712 | 2024-11-26T08:02:07.056Z | Downloaded usdt-impl v0.5.0 |
713 | 2024-11-26T08:02:07.057Z | Downloaded tabwriter v1.4.0 |
714 | 2024-11-26T08:02:07.060Z | Downloaded rhai_codegen v2.2.0 |
715 | 2024-11-26T08:02:07.063Z | Downloaded semver v0.1.20 |
716 | 2024-11-26T08:02:07.066Z | Downloaded rustls-pemfile v1.0.4 |
717 | 2024-11-26T08:02:07.066Z | Downloaded strum_macros v0.25.3 |
718 | 2024-11-26T08:02:07.068Z | Downloaded structmeta-derive v0.3.0 |
719 | 2024-11-26T08:02:07.068Z | Downloaded lock_api v0.4.12 |
720 | 2024-11-26T08:02:07.071Z | Downloaded hash32 v0.3.1 |
721 | 2024-11-26T08:02:07.071Z | Downloaded slog-envlogger v2.2.0 |
722 | 2024-11-26T08:02:07.073Z | Downloaded slab v0.4.9 |
723 | 2024-11-26T08:02:07.073Z | Downloaded semver v1.0.23 |
724 | 2024-11-26T08:02:07.077Z | Downloaded serde_spanned v0.6.7 |
725 | 2024-11-26T08:02:07.077Z | Downloaded serde_repr v0.1.19 |
726 | 2024-11-26T08:02:07.080Z | Downloaded serde_path_to_error v0.1.16 |
727 | 2024-11-26T08:02:07.080Z | Downloaded rustc_version v0.4.1 |
728 | 2024-11-26T08:02:07.082Z | Downloaded derive_more v0.99.18 |
729 | 2024-11-26T08:02:07.085Z | Downloaded derive-where v1.2.7 |
730 | 2024-11-26T08:02:07.088Z | Downloaded crossbeam-utils v0.8.20 |
731 | 2024-11-26T08:02:07.090Z | Downloaded slog-scope v4.4.0 |
732 | 2024-11-26T08:02:07.092Z | Downloaded encoding_rs v0.8.34 |
733 | 2024-11-26T08:02:07.112Z | Downloaded slog-json v2.6.1 |
734 | 2024-11-26T08:02:07.114Z | Downloaded num_enum v0.7.3 |
735 | 2024-11-26T08:02:07.117Z | Downloaded slog-bunyan v2.5.0 |
736 | 2024-11-26T08:02:07.120Z | Downloaded rustc-hash v2.0.0 |
737 | 2024-11-26T08:02:07.120Z | Downloaded signal-hook-registry v1.4.2 |
738 | 2024-11-26T08:02:07.122Z | Downloaded shlex v1.3.0 |
739 | 2024-11-26T08:02:07.122Z | Downloaded serde_urlencoded v0.7.1 |
740 | 2024-11-26T08:02:07.124Z | Downloaded defmt v0.3.8 |
741 | 2024-11-26T08:02:07.128Z | Downloaded data-encoding v2.6.0 |
742 | 2024-11-26T08:02:07.128Z | Downloaded darling v0.20.10 |
743 | 2024-11-26T08:02:07.131Z | Downloaded dropshot_endpoint v0.12.0 |
744 | 2024-11-26T08:02:07.135Z | Downloaded crossbeam-channel v0.5.13 |
745 | 2024-11-26T08:02:07.138Z | Downloaded instant v0.1.13 |
746 | 2024-11-26T08:02:07.140Z | Downloaded rand_chacha v0.3.1 |
747 | 2024-11-26T08:02:07.140Z | Downloaded pest_generator v2.7.13 |
748 | 2024-11-26T08:02:07.143Z | Downloaded proc-macro-crate v3.2.0 |
749 | 2024-11-26T08:02:07.143Z | Downloaded futures-executor v0.3.30 |
750 | 2024-11-26T08:02:07.145Z | Downloaded dyn-clone v1.0.17 |
751 | 2024-11-26T08:02:07.145Z | Downloaded dirs-sys-next v0.1.2 |
752 | 2024-11-26T08:02:07.147Z | Downloaded crypto-common v0.1.6 |
753 | 2024-11-26T08:02:07.148Z | Downloaded base64 v0.22.1 |
754 | 2024-11-26T08:02:07.150Z | Downloaded form_urlencoded v1.2.1 |
755 | 2024-11-26T08:02:07.152Z | Downloaded enum-as-inner v0.6.1 |
756 | 2024-11-26T08:02:07.155Z | Downloaded either v1.13.0 |
757 | 2024-11-26T08:02:07.155Z | Downloaded base64ct v1.6.0 |
758 | 2024-11-26T08:02:07.161Z | Downloaded fastrand v2.1.1 |
759 | 2024-11-26T08:02:07.161Z | Downloaded futures-io v0.3.30 |
760 | 2024-11-26T08:02:07.161Z | Downloaded futures-core v0.3.30 |
761 | 2024-11-26T08:02:07.161Z | Downloaded quick-error v1.2.3 |
762 | 2024-11-26T08:02:07.165Z | Downloaded pin-utils v0.1.0 |
763 | 2024-11-26T08:02:07.165Z | Downloaded paste v1.0.15 |
764 | 2024-11-26T08:02:07.165Z | Downloaded dirs-next v2.0.0 |
765 | 2024-11-26T08:02:07.167Z | Downloaded defmt-macros v0.3.9 |
766 | 2024-11-26T08:02:07.171Z | Downloaded crunchy v0.2.2 |
767 | 2024-11-26T08:02:07.171Z | Downloaded anstyle-query v1.1.1 |
768 | 2024-11-26T08:02:07.171Z | Downloaded http-body v1.0.1 |
769 | 2024-11-26T08:02:07.174Z | Downloaded foreign-types v0.3.2 |
770 | 2024-11-26T08:02:07.174Z | Downloaded console v0.15.8 |
771 | 2024-11-26T08:02:07.174Z | Downloaded ciborium v0.2.2 |
772 | 2024-11-26T08:02:07.176Z | Downloaded argon2 v0.5.3 |
773 | 2024-11-26T08:02:07.178Z | Downloaded pretty-hex v0.4.1 |
774 | 2024-11-26T08:02:07.178Z | Downloaded pin-project-lite v0.2.14 |
775 | 2024-11-26T08:02:07.184Z | Downloaded foreign-types-shared v0.1.1 |
776 | 2024-11-26T08:02:07.186Z | Downloaded colorchoice v1.0.2 |
777 | 2024-11-26T08:02:07.186Z | Downloaded bitflags v1.3.2 |
778 | 2024-11-26T08:02:07.186Z | Downloaded foreign-types-macros v0.2.3 |
779 | 2024-11-26T08:02:07.190Z | Downloaded foreign-types v0.5.0 |
780 | 2024-11-26T08:02:07.190Z | Downloaded equivalent v1.0.1 |
781 | 2024-11-26T08:02:07.190Z | Downloaded powerfmt v0.2.0 |
782 | 2024-11-26T08:02:07.193Z | Downloaded colored v2.1.0 |
783 | 2024-11-26T08:02:07.193Z | Downloaded cobs v0.2.3 |
784 | 2024-11-26T08:02:07.193Z | Downloaded postcard v1.0.10 |
785 | 2024-11-26T08:02:07.197Z | Downloaded plain v0.2.3 |
786 | 2024-11-26T08:02:07.197Z | Downloaded const-random-macro v0.1.16 |
787 | 2024-11-26T08:02:07.197Z | Downloaded autocfg v1.3.0 |
788 | 2024-11-26T08:02:07.199Z | Downloaded async-stream v0.3.5 |
789 | 2024-11-26T08:02:07.199Z | Downloaded const-random v0.1.18 |
790 | 2024-11-26T08:02:07.327Z | Downloaded ring v0.17.8 |
791 | 2024-11-26T08:02:07.670Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-11-26T08:02:07.670Z | Compiling unicode-ident v1.0.13 |
793 | 2024-11-26T08:02:07.675Z | Compiling libc v0.2.165 |
794 | 2024-11-26T08:02:07.675Z | Compiling serde v1.0.215 |
795 | 2024-11-26T08:02:07.675Z | Compiling autocfg v1.3.0 |
796 | 2024-11-26T08:02:07.675Z | Compiling version_check v0.9.5 |
797 | 2024-11-26T08:02:07.704Z | Compiling cfg-if v1.0.0 |
798 | 2024-11-26T08:02:07.833Z | Compiling once_cell v1.20.2 |
799 | 2024-11-26T08:02:07.867Z | Compiling libm v0.2.8 |
800 | 2024-11-26T08:02:08.179Z | Compiling memchr v2.7.4 |
801 | 2024-11-26T08:02:08.386Z | Compiling lock_api v0.4.12 |
802 | 2024-11-26T08:02:08.799Z | Compiling byteorder v1.5.0 |
803 | 2024-11-26T08:02:08.917Z | Compiling parking_lot_core v0.9.10 |
804 | 2024-11-26T08:02:08.935Z | Compiling shlex v1.3.0 |
805 | 2024-11-26T08:02:09.287Z | Compiling cc v1.1.21 |
806 | 2024-11-26T08:02:09.357Z | Compiling thiserror v1.0.64 |
807 | 2024-11-26T08:02:09.376Z | Compiling itoa v1.0.11 |
808 | 2024-11-26T08:02:09.762Z | Compiling portable-atomic v1.8.0 |
809 | 2024-11-26T08:02:09.840Z | Compiling slab v0.4.9 |
810 | 2024-11-26T08:02:09.924Z | Compiling schemars v0.8.21 |
811 | 2024-11-26T08:02:10.287Z | Compiling quote v1.0.37 |
812 | 2024-11-26T08:02:10.355Z | Compiling getrandom v0.2.15 |
813 | 2024-11-26T08:02:10.743Z | Compiling syn v2.0.87 |
814 | 2024-11-26T08:02:10.780Z | Compiling ahash v0.8.11 |
815 | 2024-11-26T08:02:10.802Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-11-26T08:02:10.936Z | Compiling num-traits v0.2.19 |
817 | 2024-11-26T08:02:10.960Z | Compiling ryu v1.0.18 |
818 | 2024-11-26T08:02:11.229Z | Compiling serde_json v1.0.133 |
819 | 2024-11-26T08:02:11.595Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-26T08:02:11.827Z | Compiling log v0.4.22 |
821 | 2024-11-26T08:02:11.895Z | Compiling scopeguard v1.2.0 |
822 | 2024-11-26T08:02:11.964Z | Compiling equivalent v1.0.1 |
823 | 2024-11-26T08:02:12.127Z | Compiling heck v0.5.0 |
824 | 2024-11-26T08:02:12.202Z | Compiling fnv v1.0.7 |
825 | 2024-11-26T08:02:12.347Z | Compiling pkg-config v0.3.31 |
826 | 2024-11-26T08:02:12.526Z | Compiling ring v0.17.8 |
827 | 2024-11-26T08:02:12.600Z | Compiling crunchy v0.2.2 |
828 | 2024-11-26T08:02:12.620Z | Compiling vcpkg v0.2.15 |
829 | 2024-11-26T08:02:13.118Z | Compiling mio v1.0.2 |
830 | 2024-11-26T08:02:13.524Z | Compiling signal-hook-registry v1.4.2 |
831 | 2024-11-26T08:02:13.560Z | Compiling socket2 v0.5.7 |
832 | 2024-11-26T08:02:13.780Z | Compiling slog v2.7.0 |
833 | 2024-11-26T08:02:14.126Z | Compiling httparse v1.9.4 |
834 | 2024-11-26T08:02:14.327Z | Compiling openssl-sys v0.9.103 |
835 | 2024-11-26T08:02:14.347Z | Compiling tiny-keccak v2.0.2 |
836 | 2024-11-26T08:02:14.723Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-26T08:02:15.117Z | Compiling futures-core v0.3.30 |
838 | 2024-11-26T08:02:15.201Z | Compiling dyn-clone v1.0.17 |
839 | 2024-11-26T08:02:15.221Z | Compiling const-random-macro v0.1.16 |
840 | 2024-11-26T08:02:15.431Z | Compiling futures-sink v0.3.30 |
841 | 2024-11-26T08:02:15.434Z | Compiling openssl v0.10.66 |
842 | 2024-11-26T08:02:15.843Z | Compiling rustls v0.23.13 |
843 | 2024-11-26T08:02:15.911Z | Compiling typenum v1.17.0 |
844 | 2024-11-26T08:02:16.096Z | Compiling semver v1.0.23 |
845 | 2024-11-26T08:02:16.115Z | Compiling native-tls v0.2.12 |
846 | 2024-11-26T08:02:16.162Z | Compiling futures-channel v0.3.30 |
847 | 2024-11-26T08:02:16.164Z | Compiling const-random v0.1.18 |
848 | 2024-11-26T08:02:16.203Z | Compiling pin-utils v0.1.0 |
849 | 2024-11-26T08:02:16.261Z | Compiling futures-io v0.3.30 |
850 | 2024-11-26T08:02:16.305Z | Compiling futures-task v0.3.30 |
851 | 2024-11-26T08:02:16.340Z | Compiling generic-array v0.14.7 |
852 | 2024-11-26T08:02:16.581Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-26T08:02:16.602Z | Compiling bitflags v2.6.0 |
854 | 2024-11-26T08:02:16.622Z | Compiling ucd-trie v0.1.6 |
855 | 2024-11-26T08:02:16.661Z | Compiling subtle v2.6.1 |
856 | 2024-11-26T08:02:16.664Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-26T08:02:16.699Z | Compiling anyhow v1.0.93 |
858 | 2024-11-26T08:02:16.801Z | Compiling regex-syntax v0.8.4 |
859 | 2024-11-26T08:02:17.112Z | Compiling time-core v0.1.2 |
860 | 2024-11-26T08:02:17.163Z | Compiling num-conv v0.1.0 |
861 | 2024-11-26T08:02:17.412Z | Compiling time-macros v0.2.18 |
862 | 2024-11-26T08:02:17.645Z | Compiling rustls-pki-types v1.8.0 |
863 | 2024-11-26T08:02:18.322Z | Compiling serde_derive_internals v0.29.1 |
864 | 2024-11-26T08:02:18.895Z | Compiling spin v0.9.8 |
865 | 2024-11-26T08:02:19.150Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-26T08:02:19.520Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-11-26T08:02:19.821Z | Compiling untrusted v0.9.0 |
868 | 2024-11-26T08:02:20.011Z | Compiling regex-automata v0.4.7 |
869 | 2024-11-26T08:02:20.706Z | Compiling plain v0.2.3 |
870 | 2024-11-26T08:02:20.835Z | Compiling strsim v0.11.1 |
871 | 2024-11-26T08:02:20.873Z | Compiling atomic-waker v1.1.2 |
872 | 2024-11-26T08:02:21.067Z | Compiling rustversion v1.0.17 |
873 | 2024-11-26T08:02:21.558Z | Compiling tinyvec_macros v0.1.1 |
874 | 2024-11-26T08:02:21.677Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-26T08:02:22.654Z | Compiling rand_core v0.6.4 |
876 | 2024-11-26T08:02:22.882Z | Compiling unsafe-libyaml v0.2.11 |
877 | 2024-11-26T08:02:23.081Z | Compiling serde_derive v1.0.215 |
878 | 2024-11-26T08:02:23.122Z | Compiling zerocopy-derive v0.7.35 |
879 | 2024-11-26T08:02:23.351Z | Compiling thiserror-impl v1.0.64 |
880 | 2024-11-26T08:02:23.897Z | Compiling tokio-macros v2.4.0 |
881 | 2024-11-26T08:02:24.594Z | Compiling schemars_derive v0.8.21 |
882 | 2024-11-26T08:02:25.220Z | Compiling zerocopy v0.7.35 |
883 | 2024-11-26T08:02:26.147Z | Compiling futures-macro v0.3.30 |
884 | 2024-11-26T08:02:27.268Z | Compiling hashbrown v0.14.5 |
885 | 2024-11-26T08:02:27.652Z | Compiling openssl-macros v0.1.1 |
886 | 2024-11-26T08:02:27.688Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-11-26T08:02:28.031Z | Compiling futures-util v0.3.30 |
888 | 2024-11-26T08:02:28.531Z | Compiling scroll_derive v0.12.0 |
889 | 2024-11-26T08:02:28.644Z | Compiling regress v0.10.1 |
890 | 2024-11-26T08:02:29.980Z | Compiling pest v2.7.13 |
891 | 2024-11-26T08:02:30.004Z | Compiling regex v1.10.6 |
892 | 2024-11-26T08:02:31.009Z | Compiling tracing v0.1.40 |
893 | 2024-11-26T08:02:31.721Z | Compiling scroll v0.12.0 |
894 | 2024-11-26T08:02:32.284Z | Compiling goblin v0.8.2 |
895 | 2024-11-26T08:02:32.984Z | Compiling pest_meta v2.7.13 |
896 | 2024-11-26T08:02:33.359Z | Compiling zeroize v1.8.1 |
897 | 2024-11-26T08:02:33.733Z | Compiling pretty-hex v0.4.1 |
898 | 2024-11-26T08:02:33.962Z | Compiling rustls-webpki v0.102.8 |
899 | 2024-11-26T08:02:34.842Z | Compiling pest_generator v2.7.13 |
900 | 2024-11-26T08:02:36.671Z | Compiling try-lock v0.2.5 |
901 | 2024-11-26T08:02:37.095Z | Compiling bytes v1.7.2 |
902 | 2024-11-26T08:02:38.324Z | Compiling smallvec v1.13.2 |
903 | 2024-11-26T08:02:38.498Z | Compiling indexmap v2.5.0 |
904 | 2024-11-26T08:02:39.009Z | Compiling chrono v0.4.38 |
905 | 2024-11-26T08:02:39.403Z | Compiling parking_lot v0.12.3 |
906 | 2024-11-26T08:02:39.643Z | Compiling uuid v1.11.0 |
907 | 2024-11-26T08:02:39.972Z | Compiling tokio v1.40.0 |
908 | 2024-11-26T08:02:39.999Z | Compiling serde_tokenstream v0.2.2 |
909 | 2024-11-26T08:02:40.609Z | Compiling http v1.1.0 |
910 | 2024-11-26T08:02:43.636Z | Compiling pest_derive v2.7.13 |
911 | 2024-11-26T08:02:43.701Z | Compiling openapiv3 v2.0.0 |
912 | 2024-11-26T08:02:44.875Z | Compiling percent-encoding v2.3.1 |
913 | 2024-11-26T08:02:45.387Z | Compiling form_urlencoded v1.2.1 |
914 | 2024-11-26T08:02:45.903Z | Compiling http-body v1.0.1 |
915 | 2024-11-26T08:02:46.174Z | Compiling dtrace-parser v0.2.0 |
916 | 2024-11-26T08:02:47.406Z | Compiling typify-impl v0.2.0 |
917 | 2024-11-26T08:02:47.980Z | Compiling ipnetwork v0.20.0 |
918 | 2024-11-26T08:02:47.983Z | Compiling serde_yaml v0.9.34+deprecated |
919 | 2024-11-26T08:02:48.165Z | Compiling dof v0.3.0 |
920 | 2024-11-26T08:02:48.391Z | Compiling want v0.3.1 |
921 | 2024-11-26T08:02:48.712Z | Compiling unicode-normalization v0.1.24 |
922 | 2024-11-26T08:02:49.919Z | Compiling tokio-util v0.7.12 |
923 | 2024-11-26T08:02:51.383Z | Compiling h2 v0.4.6 |
924 | 2024-11-26T08:02:51.962Z | Compiling thread-id v4.2.2 |
925 | 2024-11-26T08:02:51.983Z | Compiling camino v1.1.9 |
926 | 2024-11-26T08:02:52.078Z | Compiling httpdate v1.0.3 |
927 | 2024-11-26T08:02:52.126Z | Compiling unicode-bidi v0.3.15 |
928 | 2024-11-26T08:02:52.611Z | Compiling rustls v0.22.4 |
929 | 2024-11-26T08:02:52.647Z | Compiling syn v1.0.109 |
930 | 2024-11-26T08:02:52.879Z | Compiling foreign-types-shared v0.1.1 |
931 | 2024-11-26T08:02:52.951Z | Compiling ident_case v1.0.1 |
932 | 2024-11-26T08:02:53.007Z | Compiling foreign-types v0.3.2 |
933 | 2024-11-26T08:02:53.119Z | Compiling darling_core v0.20.10 |
934 | 2024-11-26T08:02:53.300Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-26T08:02:54.961Z | Compiling slog-async v2.8.0 |
936 | 2024-11-26T08:02:55.143Z | Compiling tower-service v0.3.3 |
937 | 2024-11-26T08:02:55.981Z | Compiling rand_chacha v0.3.1 |
938 | 2024-11-26T08:02:57.787Z | Compiling hyper v1.5.1 |
939 | 2024-11-26T08:02:59.492Z | Compiling darling_macro v0.20.10 |
940 | 2024-11-26T08:02:59.714Z | Compiling typify-macro v0.2.0 |
941 | 2024-11-26T08:03:00.565Z | Compiling hyper-util v0.1.10 |
942 | 2024-11-26T08:03:03.766Z | Compiling typify v0.2.0 |
943 | 2024-11-26T08:03:03.914Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-11-26T08:03:06.195Z | Compiling idna v0.5.0 |
945 | 2024-11-26T08:03:06.453Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-26T08:03:07.867Z | Compiling multer v3.1.0 |
947 | 2024-11-26T08:03:08.443Z | Compiling openssl-probe v0.1.5 |
948 | 2024-11-26T08:03:08.924Z | Compiling paste v1.0.15 |
949 | 2024-11-26T08:03:10.652Z | Compiling url v2.5.2 |
950 | 2024-11-26T08:03:10.707Z | Compiling progenitor-macro v0.8.0 |
951 | 2024-11-26T08:03:11.544Z | Compiling darling v0.20.10 |
952 | 2024-11-26T08:03:11.579Z | Compiling rand v0.8.5 |
953 | 2024-11-26T08:03:13.438Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-11-26T08:03:15.189Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-26T08:03:16.132Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-26T08:03:16.752Z | Compiling async-trait v0.1.83 |
957 | 2024-11-26T08:03:19.252Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-26T08:03:19.471Z | Compiling mime v0.3.17 |
959 | 2024-11-26T08:03:19.615Z | Compiling ipnet v2.10.0 |
960 | 2024-11-26T08:03:20.619Z | Compiling base64 v0.22.1 |
961 | 2024-11-26T08:03:21.642Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-26T08:03:22.381Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-26T08:03:24.704Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-26T08:03:25.167Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-26T08:03:25.413Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-26T08:03:25.488Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-26T08:03:26.467Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-11-26T08:03:27.533Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-11-26T08:03:28.961Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-26T08:03:29.178Z | Compiling dropshot v0.12.0 |
971 | 2024-11-26T08:03:29.199Z | Compiling powerfmt v0.2.0 |
972 | 2024-11-26T08:03:29.547Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-11-26T08:03:30.079Z | Compiling deranged v0.3.11 |
974 | 2024-11-26T08:03:30.219Z | Compiling structmeta v0.3.0 |
975 | 2024-11-26T08:03:30.631Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-26T08:03:31.003Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-26T08:03:32.015Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-26T08:03:32.798Z | Compiling num_threads v0.1.7 |
979 | 2024-11-26T08:03:33.439Z | Compiling winnow v0.6.18 |
980 | 2024-11-26T08:03:35.324Z | Compiling time v0.3.36 |
981 | 2024-11-26T08:03:36.020Z | Compiling reqwest v0.12.9 |
982 | 2024-11-26T08:03:38.142Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-26T08:03:39.890Z | Compiling block-buffer v0.10.4 |
984 | 2024-11-26T08:03:40.144Z | Compiling crypto-common v0.1.6 |
985 | 2024-11-26T08:03:40.385Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-26T08:03:41.839Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-26T08:03:44.875Z | Compiling digest v0.10.7 |
988 | 2024-11-26T08:03:44.931Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-26T08:03:45.902Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-26T08:03:47.494Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-26T08:03:48.200Z | Compiling rustix v0.38.37 |
992 | 2024-11-26T08:03:49.132Z | Compiling lazy_static v1.5.0 |
993 | 2024-11-26T08:03:49.159Z | Compiling match_cfg v0.1.0 |
994 | 2024-11-26T08:03:49.266Z | Compiling hostname v0.3.1 |
995 | 2024-11-26T08:03:49.680Z | Compiling dirs-next v2.0.0 |
996 | 2024-11-26T08:03:49.764Z | Compiling progenitor v0.8.0 |
997 | 2024-11-26T08:03:49.991Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-26T08:03:52.106Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-26T08:03:53.025Z | Compiling thread_local v1.1.8 |
1000 | 2024-11-26T08:03:53.212Z | Compiling errno v0.3.9 |
1001 | 2024-11-26T08:03:53.681Z | Compiling instant v0.1.13 |
1002 | 2024-11-26T08:03:53.865Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-11-26T08:03:54.164Z | Compiling unicode-width v0.1.14 |
1004 | 2024-11-26T08:03:56.622Z | Compiling futures v0.3.30 |
1005 | 2024-11-26T08:03:58.176Z | Compiling term v0.7.0 |
1006 | 2024-11-26T08:03:58.771Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-26T08:04:00.730Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-26T08:04:00.987Z | Compiling memmap v0.7.0 |
1009 | 2024-11-26T08:04:01.367Z | Compiling is-terminal v0.4.13 |
1010 | 2024-11-26T08:04:01.438Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-26T08:04:02.321Z | Compiling slog-term v2.9.1 |
1012 | 2024-11-26T08:04:02.473Z | Compiling usdt v0.5.0 |
1013 | 2024-11-26T08:04:03.951Z | Compiling toml_edit v0.22.21 |
1014 | 2024-11-26T08:04:04.998Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-26T08:04:05.454Z | Compiling strum v0.26.3 |
1016 | 2024-11-26T08:04:05.655Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-26T08:04:08.035Z | Compiling heapless v0.8.0 |
1018 | 2024-11-26T08:04:09.141Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-11-26T08:04:10.089Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-26T08:04:11.756Z | Compiling toml v0.8.19 |
1021 | 2024-11-26T08:04:12.570Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-11-26T08:04:12.852Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-26T08:04:13.621Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-26T08:04:13.642Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-26T08:04:13.936Z | Compiling hex v0.4.3 |
1026 | 2024-11-26T08:04:13.986Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-11-26T08:04:14.639Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-26T08:04:14.729Z | Compiling hostname v0.4.0 |
1029 | 2024-11-26T08:04:14.889Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-26T08:04:14.987Z | Compiling smoltcp v0.11.0 |
1031 | 2024-11-26T08:04:15.284Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-11-26T08:04:18.158Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-26T08:04:18.340Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-26T08:04:18.681Z | Compiling backoff v0.4.0 |
1035 | 2024-11-26T08:04:18.941Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-26T08:04:19.079Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-26T08:04:19.294Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-26T08:04:21.265Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-26T08:04:21.892Z | Compiling regress v0.9.1 |
1040 | 2024-11-26T08:04:23.532Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-26T08:04:25.896Z | Compiling cobs v0.2.3 |
1042 | 2024-11-26T08:04:27.145Z | Compiling managed v0.8.0 |
1043 | 2024-11-26T08:04:27.178Z | Compiling winnow v0.5.40 |
1044 | 2024-11-26T08:04:27.178Z | Compiling bitflags v1.3.2 |
1045 | 2024-11-26T08:04:27.178Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-11-26T08:04:27.721Z | Compiling utf8parse v0.2.2 |
1047 | 2024-11-26T08:04:27.911Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-11-26T08:04:28.868Z | Compiling postcard v1.0.10 |
1049 | 2024-11-26T08:04:30.494Z | Compiling toml_edit v0.19.15 |
1050 | 2024-11-26T08:04:30.700Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1051 | 2024-11-26T08:04:36.070Z | Compiling colorchoice v1.0.2 |
1052 | 2024-11-26T08:04:36.251Z | Compiling anstyle-query v1.1.1 |
1053 | 2024-11-26T08:04:36.966Z | Compiling is_terminal_polyfill v1.70.1 |
1054 | 2024-11-26T08:04:37.117Z | Compiling anstyle v1.0.10 |
1055 | 2024-11-26T08:04:37.856Z | Compiling anstream v0.6.15 |
1056 | 2024-11-26T08:04:38.958Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-26T08:04:39.449Z | Compiling terminal_size v0.4.0 |
1058 | 2024-11-26T08:04:39.690Z | Compiling clap_lex v0.7.2 |
1059 | 2024-11-26T08:04:39.814Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-11-26T08:04:40.211Z | Compiling num_enum_derive v0.5.11 |
1061 | 2024-11-26T08:04:40.356Z | Compiling clap_builder v4.5.21 |
1062 | 2024-11-26T08:04:41.987Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-26T08:04:42.754Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-26T08:04:42.805Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-26T08:04:43.035Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-26T08:04:43.501Z | Compiling num_enum v0.5.11 |
1067 | 2024-11-26T08:04:44.111Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-26T08:04:44.277Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-11-26T08:04:44.573Z | Compiling clap v4.5.21 |
1070 | 2024-11-26T08:04:44.697Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-26T08:04:44.942Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-26T08:04:45.214Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-11-26T08:04:45.282Z | Compiling prettyplease v0.2.22 |
1074 | 2024-11-26T08:04:45.319Z | Compiling either v1.13.0 |
1075 | 2024-11-26T08:04:45.583Z | Compiling heck v0.4.1 |
1076 | 2024-11-26T08:04:46.135Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-26T08:04:46.457Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-26T08:04:46.531Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-26T08:04:47.425Z | Compiling num-iter v0.1.45 |
1080 | 2024-11-26T08:04:47.644Z | Compiling num-rational v0.4.2 |
1081 | 2024-11-26T08:04:48.463Z | Compiling colored v2.1.0 |
1082 | 2024-11-26T08:04:50.034Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-26T08:04:50.595Z | Compiling proc-macro-error v1.0.4 |
1084 | 2024-11-26T08:04:50.622Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-11-26T08:04:50.957Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-11-26T08:04:51.160Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1087 | 2024-11-26T08:04:51.299Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1088 | 2024-11-26T08:04:51.475Z | Compiling fastrand v2.1.1 |
1089 | 2024-11-26T08:04:51.848Z | Compiling tempfile v3.12.0 |
1090 | 2024-11-26T08:04:52.118Z | Compiling num v0.4.3 |
1091 | 2024-11-26T08:04:52.242Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-11-26T08:04:56.451Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-26T08:04:56.845Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-11-26T08:04:57.142Z | Compiling float-ord v0.3.2 |
1095 | 2024-11-26T08:04:57.321Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-26T08:05:04.838Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-11-26T08:05:05.309Z | Compiling semver v0.1.20 |
1098 | 2024-11-26T08:05:05.664Z | Compiling rustc_version v0.1.7 |
1099 | 2024-11-26T08:05:05.878Z | Compiling newline-converter v0.3.0 |
1100 | 2024-11-26T08:05:06.105Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-11-26T08:05:06.124Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-26T08:05:06.603Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-26T08:05:07.115Z | Compiling itertools v0.10.5 |
1104 | 2024-11-26T08:05:07.439Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-26T08:05:07.617Z | Compiling console v0.15.8 |
1106 | 2024-11-26T08:05:07.941Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-26T08:05:09.012Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-26T08:05:09.162Z | Compiling similar v2.6.0 |
1109 | 2024-11-26T08:05:10.325Z | Compiling base64ct v1.6.0 |
1110 | 2024-11-26T08:05:10.619Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-11-26T08:05:10.691Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-11-26T08:05:10.995Z | Compiling password-hash v0.5.0 |
1113 | 2024-11-26T08:05:11.013Z | Compiling zone v0.3.0 |
1114 | 2024-11-26T08:05:12.298Z | Compiling expectorate v1.1.0 |
1115 | 2024-11-26T08:05:12.698Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-26T08:05:13.189Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-26T08:05:13.211Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-26T08:05:14.422Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-26T08:05:14.805Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-26T08:05:15.651Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-26T08:05:15.986Z | Compiling smf v0.2.3 |
1122 | 2024-11-26T08:05:16.036Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-26T08:05:16.517Z | Compiling whoami v1.5.2 |
1124 | 2024-11-26T08:05:16.613Z | Compiling cancel-safe-futures v0.1.5 |
1125 | 2024-11-26T08:05:17.010Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-26T08:05:17.064Z | Compiling owo-colors v4.1.0 |
1127 | 2024-11-26T08:05:17.448Z | Compiling petgraph v0.6.5 |
1128 | 2024-11-26T08:05:17.690Z | Compiling hubpack v0.1.2 |
1129 | 2024-11-26T08:05:18.212Z | Compiling zerocopy v0.6.6 |
1130 | 2024-11-26T08:05:18.515Z | Compiling argon2 v0.5.3 |
1131 | 2024-11-26T08:05:19.480Z | Compiling strum_macros v0.25.3 |
1132 | 2024-11-26T08:05:21.042Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-11-26T08:05:21.311Z | Compiling serde_repr v0.1.19 |
1134 | 2024-11-26T08:05:22.109Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-11-26T08:05:22.150Z | Compiling cookie v0.18.1 |
1136 | 2024-11-26T08:05:22.520Z | Compiling convert_case v0.4.0 |
1137 | 2024-11-26T08:05:22.523Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-26T08:05:23.309Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1139 | 2024-11-26T08:05:23.329Z | Compiling derive_more v0.99.18 |
1140 | 2024-11-26T08:05:23.675Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-11-26T08:05:25.330Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-26T08:05:25.582Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-26T08:05:26.594Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-26T08:05:29.051Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-26T08:05:29.580Z | Compiling itertools v0.13.0 |
1146 | 2024-11-26T08:05:31.092Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-26T08:05:31.390Z | Compiling idna v0.4.0 |
1148 | 2024-11-26T08:05:31.541Z | Compiling libsw v3.3.1 |
1149 | 2024-11-26T08:05:31.897Z | Compiling derive-where v1.2.7 |
1150 | 2024-11-26T08:05:32.498Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-11-26T08:05:32.926Z | Compiling highway v1.2.0 |
1152 | 2024-11-26T08:05:33.362Z | Compiling quick-error v1.2.3 |
1153 | 2024-11-26T08:05:33.520Z | Compiling linear-map v1.2.0 |
1154 | 2024-11-26T08:05:33.647Z | Compiling linked-hash-map v0.5.6 |
1155 | 2024-11-26T08:05:33.971Z | Compiling swrite v0.1.0 |
1156 | 2024-11-26T08:05:34.099Z | Compiling data-encoding v2.6.0 |
1157 | 2024-11-26T08:05:34.134Z | Compiling indent_write v2.2.0 |
1158 | 2024-11-26T08:05:34.356Z | Compiling lru-cache v0.1.2 |
1159 | 2024-11-26T08:05:34.394Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-11-26T08:05:34.591Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-11-26T08:05:36.658Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-26T08:05:36.726Z | Compiling hickory-proto v0.24.1 |
1163 | 2024-11-26T08:05:36.727Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-26T08:05:37.592Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-26T08:05:38.120Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-26T08:05:40.345Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-26T08:05:41.057Z | Compiling steno v0.4.1 |
1168 | 2024-11-26T08:05:43.644Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-11-26T08:05:43.912Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-11-26T08:05:44.275Z | Compiling parking_lot_core v0.8.6 |
1171 | 2024-11-26T08:05:44.795Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-11-26T08:05:44.926Z | Compiling humantime v2.1.0 |
1173 | 2024-11-26T08:05:44.971Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-11-26T08:05:45.818Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-11-26T08:05:46.888Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-26T08:05:47.851Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-26T08:05:48.297Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-26T08:05:49.274Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-26T08:05:50.438Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-11-26T08:05:50.455Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-11-26T08:05:51.159Z | Compiling parking_lot v0.11.2 |
1182 | 2024-11-26T08:05:51.415Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-11-26T08:05:52.178Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-26T08:05:53.171Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-26T08:05:55.177Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-26T08:05:56.173Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-26T08:05:56.363Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-26T08:05:56.411Z | Compiling arc-swap v1.7.1 |
1189 | 2024-11-26T08:05:56.908Z | Compiling crc8 v0.1.1 |
1190 | 2024-11-26T08:05:57.107Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-11-26T08:05:57.214Z | Compiling slog-scope v4.4.0 |
1192 | 2024-11-26T08:05:57.999Z | Compiling sled v0.34.7 |
1193 | 2024-11-26T08:06:01.828Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-26T08:06:02.906Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-11-26T08:06:03.479Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-11-26T08:06:04.304Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-11-26T08:06:05.804Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1198 | 2024-11-26T08:06:06.538Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-11-26T08:06:18.258Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-26T08:06:22.840Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-26T08:06:24.789Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-26T08:06:52.842Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1203 | 2024-11-26T08:06:52.845Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-11-26T08:07:00.108Z | Finished `release` profile [optimized] target(s) in 5m 14s |
1205 | 2024-11-26T08:07:00.469Z | + banner quartet |
1206 | 2024-11-26T08:07:00.472Z | |
1207 | 2024-11-26T08:07:00.472Z | #### # # ## ##### ##### ###### ##### |
1208 | 2024-11-26T08:07:00.472Z | # # # # # # # # # # # |
1209 | 2024-11-26T08:07:00.472Z | # # # # # # # # # ##### # |
1210 | 2024-11-26T08:07:00.472Z | # # # # # ###### ##### # # # |
1211 | 2024-11-26T08:07:00.472Z | # # # # # # # # # # # |
1212 | 2024-11-26T08:07:00.472Z | ### # #### # # # # # ###### # |
1213 | 2024-11-26T08:07:00.472Z | |
1214 | 2024-11-26T08:07:00.472Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1215 | 2024-11-26T08:07:00.945Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-26T08:07:00.945Z | Compiling libc v0.2.165 |
1217 | 2024-11-26T08:07:00.948Z | Compiling serde v1.0.215 |
1218 | 2024-11-26T08:07:00.948Z | Compiling once_cell v1.20.2 |
1219 | 2024-11-26T08:07:00.948Z | Compiling itoa v1.0.11 |
1220 | 2024-11-26T08:07:00.948Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-26T08:07:01.014Z | Compiling syn v2.0.87 |
1222 | 2024-11-26T08:07:01.023Z | Compiling bytes v1.7.2 |
1223 | 2024-11-26T08:07:01.077Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-26T08:07:01.227Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-26T08:07:01.422Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-26T08:07:01.432Z | Compiling ahash v0.8.11 |
1227 | 2024-11-26T08:07:01.460Z | Compiling schemars v0.8.21 |
1228 | 2024-11-26T08:07:01.487Z | Compiling allocator-api2 v0.2.18 |
1229 | 2024-11-26T08:07:01.576Z | Compiling smallvec v1.13.2 |
1230 | 2024-11-26T08:07:01.616Z | Compiling scopeguard v1.2.0 |
1231 | 2024-11-26T08:07:01.756Z | Compiling memchr v2.7.4 |
1232 | 2024-11-26T08:07:01.850Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-26T08:07:02.362Z | Compiling hashbrown v0.14.5 |
1234 | 2024-11-26T08:07:02.372Z | Compiling fnv v1.0.7 |
1235 | 2024-11-26T08:07:02.432Z | Compiling log v0.4.22 |
1236 | 2024-11-26T08:07:02.503Z | Compiling getrandom v0.2.15 |
1237 | 2024-11-26T08:07:02.602Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-11-26T08:07:02.850Z | Compiling mio v1.0.2 |
1239 | 2024-11-26T08:07:02.908Z | Compiling socket2 v0.5.7 |
1240 | 2024-11-26T08:07:02.980Z | Compiling parking_lot v0.12.3 |
1241 | 2024-11-26T08:07:03.426Z | Compiling signal-hook-registry v1.4.2 |
1242 | 2024-11-26T08:07:03.548Z | Compiling futures-core v0.3.30 |
1243 | 2024-11-26T08:07:03.792Z | Compiling equivalent v1.0.1 |
1244 | 2024-11-26T08:07:03.905Z | Compiling ryu v1.0.18 |
1245 | 2024-11-26T08:07:04.468Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-26T08:07:04.526Z | Compiling serde_json v1.0.133 |
1247 | 2024-11-26T08:07:04.554Z | Compiling uuid v1.11.0 |
1248 | 2024-11-26T08:07:04.567Z | Compiling regress v0.10.1 |
1249 | 2024-11-26T08:07:04.578Z | Compiling futures-task v0.3.30 |
1250 | 2024-11-26T08:07:04.774Z | Compiling futures-sink v0.3.30 |
1251 | 2024-11-26T08:07:04.938Z | Compiling spin v0.9.8 |
1252 | 2024-11-26T08:07:04.978Z | Compiling untrusted v0.9.0 |
1253 | 2024-11-26T08:07:05.097Z | Compiling pin-utils v0.1.0 |
1254 | 2024-11-26T08:07:05.124Z | Compiling ring v0.17.8 |
1255 | 2024-11-26T08:07:05.134Z | Compiling slab v0.4.9 |
1256 | 2024-11-26T08:07:05.184Z | Compiling futures-util v0.3.30 |
1257 | 2024-11-26T08:07:05.394Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-26T08:07:05.552Z | Compiling want v0.3.1 |
1259 | 2024-11-26T08:07:05.825Z | Compiling chrono v0.4.38 |
1260 | 2024-11-26T08:07:05.856Z | Compiling httparse v1.9.4 |
1261 | 2024-11-26T08:07:06.933Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-26T08:07:06.969Z | Compiling dyn-clone v1.0.17 |
1263 | 2024-11-26T08:07:07.177Z | Compiling foreign-types-shared v0.1.1 |
1264 | 2024-11-26T08:07:07.284Z | Compiling tower-service v0.3.3 |
1265 | 2024-11-26T08:07:07.409Z | Compiling foreign-types v0.3.2 |
1266 | 2024-11-26T08:07:07.498Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-26T08:07:07.717Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-11-26T08:07:07.867Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-11-26T08:07:08.081Z | Compiling bitflags v2.6.0 |
1270 | 2024-11-26T08:07:08.240Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-11-26T08:07:08.435Z | Compiling http v1.1.0 |
1272 | 2024-11-26T08:07:08.987Z | Compiling semver v1.0.23 |
1273 | 2024-11-26T08:07:09.355Z | Compiling openssl-probe v0.1.5 |
1274 | 2024-11-26T08:07:09.502Z | Compiling tinyvec_macros v0.1.1 |
1275 | 2024-11-26T08:07:09.595Z | Compiling tinyvec v1.8.0 |
1276 | 2024-11-26T08:07:09.929Z | Compiling quote v1.0.37 |
1277 | 2024-11-26T08:07:09.977Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-26T08:07:11.343Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-11-26T08:07:11.900Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-11-26T08:07:12.423Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-26T08:07:12.669Z | Compiling http v0.2.12 |
1282 | 2024-11-26T08:07:12.912Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-11-26T08:07:13.299Z | Compiling heck v0.5.0 |
1284 | 2024-11-26T08:07:13.460Z | Compiling serde_derive v1.0.215 |
1285 | 2024-11-26T08:07:13.545Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2024-11-26T08:07:13.714Z | Compiling thiserror-impl v1.0.64 |
1287 | 2024-11-26T08:07:14.198Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-11-26T08:07:14.642Z | Compiling tokio-macros v2.4.0 |
1289 | 2024-11-26T08:07:16.269Z | Compiling tokio v1.40.0 |
1290 | 2024-11-26T08:07:16.601Z | Compiling tracing-attributes v0.1.27 |
1291 | 2024-11-26T08:07:16.931Z | Compiling thiserror v1.0.64 |
1292 | 2024-11-26T08:07:17.215Z | Compiling openssl-macros v0.1.1 |
1293 | 2024-11-26T08:07:17.465Z | Compiling unicode-bidi v0.3.15 |
1294 | 2024-11-26T08:07:18.046Z | Compiling openssl v0.10.66 |
1295 | 2024-11-26T08:07:18.529Z | Compiling idna v0.5.0 |
1296 | 2024-11-26T08:07:20.074Z | Compiling tracing v0.1.40 |
1297 | 2024-11-26T08:07:20.460Z | Compiling regex-automata v0.4.7 |
1298 | 2024-11-26T08:07:20.808Z | Compiling http-body v1.0.1 |
1299 | 2024-11-26T08:07:28.436Z | Compiling indexmap v2.5.0 |
1300 | 2024-11-26T08:07:28.471Z | Compiling tokio-util v0.7.12 |
1301 | 2024-11-26T08:07:30.986Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-11-26T08:07:32.621Z | Compiling native-tls v0.2.12 |
1303 | 2024-11-26T08:07:32.867Z | Compiling atomic-waker v1.1.2 |
1304 | 2024-11-26T08:07:33.055Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-11-26T08:07:33.360Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-11-26T08:07:33.723Z | Compiling slog v2.7.0 |
1307 | 2024-11-26T08:07:34.322Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1308 | 2024-11-26T08:07:34.787Z | Compiling typify-impl v0.2.0 |
1309 | 2024-11-26T08:07:35.983Z | Compiling h2 v0.4.6 |
1310 | 2024-11-26T08:07:36.009Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-11-26T08:07:45.277Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-26T08:07:45.895Z | Compiling regex v1.10.6 |
1313 | 2024-11-26T08:07:46.526Z | Compiling url v2.5.2 |
1314 | 2024-11-26T08:07:46.898Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-26T08:07:46.925Z | Compiling ipnet v2.10.0 |
1316 | 2024-11-26T08:07:50.061Z | Compiling rustls v0.21.12 |
1317 | 2024-11-26T08:07:50.408Z | Compiling mime v0.3.17 |
1318 | 2024-11-26T08:07:51.295Z | Compiling typify-macro v0.2.0 |
1319 | 2024-11-26T08:07:51.512Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1320 | 2024-11-26T08:07:51.841Z | Compiling hyper v1.5.1 |
1321 | 2024-11-26T08:07:53.155Z | Compiling h2 v0.3.26 |
1322 | 2024-11-26T08:07:55.216Z | Compiling http-body v0.4.6 |
1323 | 2024-11-26T08:07:55.244Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-11-26T08:07:55.432Z | Compiling sct v0.7.1 |
1325 | 2024-11-26T08:07:55.809Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-26T08:07:55.907Z | Compiling httpdate v1.0.3 |
1327 | 2024-11-26T08:07:56.662Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-11-26T08:07:57.059Z | Compiling zeroize v1.8.1 |
1329 | 2024-11-26T08:07:57.422Z | Compiling subtle v2.6.1 |
1330 | 2024-11-26T08:07:57.719Z | Compiling rustls v0.23.13 |
1331 | 2024-11-26T08:07:57.889Z | Compiling toml_edit v0.19.15 |
1332 | 2024-11-26T08:07:59.904Z | Compiling hyper v0.14.30 |
1333 | 2024-11-26T08:08:02.274Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-11-26T08:08:04.277Z | Compiling hyper-util v0.1.10 |
1335 | 2024-11-26T08:08:09.090Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-26T08:08:09.254Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-11-26T08:08:09.712Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-11-26T08:08:10.227Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-26T08:08:10.255Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-26T08:08:10.837Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-26T08:08:11.059Z | Compiling base64 v0.22.1 |
1342 | 2024-11-26T08:08:11.071Z | Compiling base64 v0.21.7 |
1343 | 2024-11-26T08:08:11.099Z | Compiling num_enum_derive v0.5.11 |
1344 | 2024-11-26T08:08:11.537Z | Compiling crossbeam-utils v0.8.20 |
1345 | 2024-11-26T08:08:11.555Z | Compiling hyper-rustls v0.27.3 |
1346 | 2024-11-26T08:08:12.180Z | Compiling rustls-pemfile v2.1.3 |
1347 | 2024-11-26T08:08:12.180Z | Compiling rustls-pemfile v1.0.4 |
1348 | 2024-11-26T08:08:12.820Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-11-26T08:08:12.989Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-26T08:08:12.992Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-26T08:08:13.316Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-11-26T08:08:13.328Z | Compiling typify v0.2.0 |
1353 | 2024-11-26T08:08:13.452Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-26T08:08:14.444Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-26T08:08:14.561Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-26T08:08:15.392Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-11-26T08:08:15.543Z | Compiling rand_core v0.6.4 |
1358 | 2024-11-26T08:08:15.849Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-26T08:08:15.860Z | Compiling webpki-roots v0.25.4 |
1360 | 2024-11-26T08:08:15.927Z | Compiling sync_wrapper v0.1.2 |
1361 | 2024-11-26T08:08:16.011Z | Compiling powerfmt v0.2.0 |
1362 | 2024-11-26T08:08:16.039Z | Compiling foreign-types-shared v0.3.1 |
1363 | 2024-11-26T08:08:16.053Z | Compiling time-macros v0.2.18 |
1364 | 2024-11-26T08:08:16.156Z | Compiling foreign-types v0.5.0 |
1365 | 2024-11-26T08:08:16.270Z | Compiling dirs-next v2.0.0 |
1366 | 2024-11-26T08:08:16.496Z | Compiling deranged v0.3.11 |
1367 | 2024-11-26T08:08:16.526Z | Compiling reqwest v0.11.27 |
1368 | 2024-11-26T08:08:17.249Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-11-26T08:08:18.787Z | Compiling reqwest v0.12.9 |
1370 | 2024-11-26T08:08:19.045Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1371 | 2024-11-26T08:08:19.086Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-11-26T08:08:25.846Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-11-26T08:08:25.927Z | Compiling num_enum v0.5.11 |
1374 | 2024-11-26T08:08:27.978Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-26T08:08:28.140Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-26T08:08:28.329Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-26T08:08:28.588Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-26T08:08:29.181Z | Compiling either v1.13.0 |
1379 | 2024-11-26T08:08:29.321Z | Compiling num-conv v0.1.0 |
1380 | 2024-11-26T08:08:29.592Z | Compiling time-core v0.1.2 |
1381 | 2024-11-26T08:08:29.655Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-11-26T08:08:29.781Z | Compiling arc-swap v1.7.1 |
1383 | 2024-11-26T08:08:29.861Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1384 | 2024-11-26T08:08:30.261Z | Compiling slog-scope v4.4.0 |
1385 | 2024-11-26T08:08:30.507Z | Compiling time v0.3.36 |
1386 | 2024-11-26T08:08:30.683Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-11-26T08:08:31.193Z | Compiling itertools v0.12.1 |
1388 | 2024-11-26T08:08:32.197Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-26T08:08:33.088Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-11-26T08:08:33.273Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-26T08:08:34.915Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-11-26T08:08:35.152Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-11-26T08:08:39.725Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-11-26T08:08:40.657Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-11-26T08:08:42.619Z | Compiling rand v0.8.5 |
1396 | 2024-11-26T08:08:43.613Z | Compiling anyhow v1.0.93 |
1397 | 2024-11-26T08:08:48.244Z | Compiling term v0.7.0 |
1398 | 2024-11-26T08:08:48.375Z | Compiling colored v2.1.0 |
1399 | 2024-11-26T08:08:49.646Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-26T08:08:49.782Z | Compiling take_mut v0.2.2 |
1401 | 2024-11-26T08:08:49.949Z | Compiling winnow v0.6.18 |
1402 | 2024-11-26T08:08:52.986Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-11-26T08:08:53.345Z | Compiling slog-async v2.8.0 |
1404 | 2024-11-26T08:08:54.414Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-11-26T08:08:56.508Z | Compiling slog-term v2.9.1 |
1406 | 2024-11-26T08:08:59.365Z | Compiling progenitor v0.8.0 |
1407 | 2024-11-26T08:08:59.582Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-11-26T08:08:59.807Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-11-26T08:09:03.450Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-11-26T08:09:03.649Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-11-26T08:09:03.858Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-11-26T08:09:05.898Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-26T08:09:18.814Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-26T08:09:26.329Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1415 | 2024-11-26T08:09:26.414Z | Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757) |
1416 | 2024-11-26T08:09:26.461Z | |
1417 | 2024-11-26T08:09:26.461Z | running 1 test |
1418 | 2024-11-26T08:09:26.628Z | configure zone |
1419 | 2024-11-26T08:09:26.684Z | install zone |
1420 | 2024-11-26T08:10:26.471Z | test ddm::test_quartet has been running for over 60 seconds |
1421 | 2024-11-26T08:11:41.580Z | boot zone |
1422 | 2024-11-26T08:11:42.468Z | start zone s1 |
1423 | 2024-11-26T08:11:42.468Z | configure zone |
1424 | 2024-11-26T08:11:42.476Z | install zone |
1425 | 2024-11-26T08:13:37.067Z | boot zone |
1426 | 2024-11-26T08:13:37.871Z | start zone s2 |
1427 | 2024-11-26T08:13:37.871Z | configure zone |
1428 | 2024-11-26T08:13:37.880Z | install zone |
1429 | 2024-11-26T08:15:25.907Z | boot zone |
1430 | 2024-11-26T08:15:26.662Z | start zone s3 |
1431 | 2024-11-26T08:15:26.662Z | configure zone |
1432 | 2024-11-26T08:15:26.670Z | install zone |
1433 | 2024-11-26T08:17:16.100Z | boot zone |
1434 | 2024-11-26T08:17:16.930Z | start zone t1 |
1435 | 2024-11-26T08:17:16.930Z | configure zone |
1436 | 2024-11-26T08:17:16.960Z | install zone |
1437 | 2024-11-26T08:19:05.126Z | boot zone |
1438 | 2024-11-26T08:19:05.931Z | waiting for zones to come up |
1439 | 2024-11-26T08:19:15.933Z | [sidecar.quartet] svcs milestone/network |
1440 | 2024-11-26T08:19:16.036Z | STATE STIME FMRI |
1441 | 2024-11-26T08:19:16.036Z | online 0:12:00 svc:/milestone/network:default |
1442 | 2024-11-26T08:19:16.036Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1443 | 2024-11-26T08:19:16.084Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1444 | 2024-11-26T08:19:16.132Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1445 | 2024-11-26T08:19:16.175Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1446 | 2024-11-26T08:19:16.179Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1447 | 2024-11-26T08:19:16.200Z | |
1448 | 2024-11-26T08:19:16.200Z | running zone s1.quartet setup |
1449 | 2024-11-26T08:19:16.200Z | [s1.quartet] svcs milestone/network |
1450 | 2024-11-26T08:19:16.222Z | STATE STIME FMRI |
1451 | 2024-11-26T08:19:16.222Z | online 0:13:56 svc:/milestone/network:default |
1452 | 2024-11-26T08:19:16.222Z | [s1.quartet] dladm |
1453 | 2024-11-26T08:19:16.244Z | LINK CLASS MTU STATE BRIDGE OVER |
1454 | 2024-11-26T08:19:16.244Z | sl0 simnet 9000 up -- ? |
1455 | 2024-11-26T08:19:16.244Z | mgs1 vnic 9000 up -- ? |
1456 | 2024-11-26T08:19:16.244Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1457 | 2024-11-26T08:19:16.805Z | |
1458 | 2024-11-26T08:19:16.805Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1459 | 2024-11-26T08:19:16.830Z | |
1460 | 2024-11-26T08:19:16.830Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1461 | 2024-11-26T08:19:16.851Z | |
1462 | 2024-11-26T08:19:16.851Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1463 | 2024-11-26T08:19:16.941Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1464 | 2024-11-26T08:19:16.983Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cc99ea08-b335-48ef-8417-af57ae58cbad --sled-uuid d6361f5c-27c4-48df-8d4d-8f515f80dc6c -a sl0/v6 &> /opt/ddmd.log & |
1465 | 2024-11-26T08:19:17.004Z | |
1466 | 2024-11-26T08:19:17.004Z | running zone s2.quartet setup |
1467 | 2024-11-26T08:19:17.004Z | [s2.quartet] svcs milestone/network |
1468 | 2024-11-26T08:19:17.030Z | STATE STIME FMRI |
1469 | 2024-11-26T08:19:17.030Z | online 0:15:45 svc:/milestone/network:default |
1470 | 2024-11-26T08:19:17.030Z | [s2.quartet] dladm |
1471 | 2024-11-26T08:19:17.053Z | LINK CLASS MTU STATE BRIDGE OVER |
1472 | 2024-11-26T08:19:17.053Z | sl1 simnet 9000 up -- ? |
1473 | 2024-11-26T08:19:17.053Z | mgs2 vnic 9000 up -- ? |
1474 | 2024-11-26T08:19:17.053Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1475 | 2024-11-26T08:19:17.602Z | |
1476 | 2024-11-26T08:19:17.602Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1477 | 2024-11-26T08:19:17.627Z | |
1478 | 2024-11-26T08:19:17.627Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1479 | 2024-11-26T08:19:17.647Z | |
1480 | 2024-11-26T08:19:17.647Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1481 | 2024-11-26T08:19:17.694Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1482 | 2024-11-26T08:19:17.716Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8a1aa87c-f845-4695-a4de-594406e6281d --sled-uuid 702385bf-d115-410e-93ea-3a781328e75e -a sl1/v6 &> /opt/ddmd.log & |
1483 | 2024-11-26T08:19:17.737Z | |
1484 | 2024-11-26T08:19:17.738Z | running zone s3.quartet setup |
1485 | 2024-11-26T08:19:17.738Z | [s3.quartet] svcs milestone/network |
1486 | 2024-11-26T08:19:17.761Z | STATE STIME FMRI |
1487 | 2024-11-26T08:19:17.761Z | online 0:17:35 svc:/milestone/network:default |
1488 | 2024-11-26T08:19:17.761Z | [s3.quartet] dladm |
1489 | 2024-11-26T08:19:17.783Z | LINK CLASS MTU STATE BRIDGE OVER |
1490 | 2024-11-26T08:19:17.783Z | sl2 simnet 9000 up -- ? |
1491 | 2024-11-26T08:19:17.783Z | mgs3 vnic 9000 up -- ? |
1492 | 2024-11-26T08:19:17.783Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1493 | 2024-11-26T08:19:18.246Z | |
1494 | 2024-11-26T08:19:18.246Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1495 | 2024-11-26T08:19:18.269Z | |
1496 | 2024-11-26T08:19:18.270Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1497 | 2024-11-26T08:19:18.290Z | |
1498 | 2024-11-26T08:19:18.290Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1499 | 2024-11-26T08:19:18.336Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1500 | 2024-11-26T08:19:18.358Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e2cd1d4a-8056-4177-ba11-f6c96cf3602d --sled-uuid 7f858eb4-a8a0-4e45-84c6-f1d87d5f2c51 -a sl2/v6 &> /opt/ddmd.log & |
1501 | 2024-11-26T08:19:18.378Z | |
1502 | 2024-11-26T08:19:18.379Z | running zone t1.quartet setup |
1503 | 2024-11-26T08:19:18.379Z | [t1.quartet] svcs milestone/network |
1504 | 2024-11-26T08:19:18.401Z | STATE STIME FMRI |
1505 | 2024-11-26T08:19:18.401Z | - - svc:/milestone/network:default |
1506 | 2024-11-26T08:19:19.400Z | [t1.quartet] svcs milestone/network |
1507 | 2024-11-26T08:19:19.422Z | STATE STIME FMRI |
1508 | 2024-11-26T08:19:19.422Z | - - svc:/milestone/network:default |
1509 | 2024-11-26T08:19:20.422Z | [t1.quartet] svcs milestone/network |
1510 | 2024-11-26T08:19:20.443Z | STATE STIME FMRI |
1511 | 2024-11-26T08:19:20.443Z | - - svc:/milestone/network:default |
1512 | 2024-11-26T08:19:21.444Z | [t1.quartet] svcs milestone/network |
1513 | 2024-11-26T08:19:21.466Z | STATE STIME FMRI |
1514 | 2024-11-26T08:19:21.466Z | - - svc:/milestone/network:default |
1515 | 2024-11-26T08:19:22.466Z | [t1.quartet] svcs milestone/network |
1516 | 2024-11-26T08:19:22.488Z | STATE STIME FMRI |
1517 | 2024-11-26T08:19:22.488Z | - - svc:/milestone/network:default |
1518 | 2024-11-26T08:19:23.488Z | [t1.quartet] svcs milestone/network |
1519 | 2024-11-26T08:19:23.510Z | STATE STIME FMRI |
1520 | 2024-11-26T08:19:23.510Z | - - svc:/milestone/network:default |
1521 | 2024-11-26T08:19:24.510Z | [t1.quartet] svcs milestone/network |
1522 | 2024-11-26T08:19:24.532Z | STATE STIME FMRI |
1523 | 2024-11-26T08:19:24.532Z | offline 0:19:23 svc:/milestone/network:default |
1524 | 2024-11-26T08:19:25.532Z | [t1.quartet] svcs milestone/network |
1525 | 2024-11-26T08:19:25.556Z | STATE STIME FMRI |
1526 | 2024-11-26T08:19:25.556Z | online 0:19:24 svc:/milestone/network:default |
1527 | 2024-11-26T08:19:25.557Z | [t1.quartet] dladm |
1528 | 2024-11-26T08:19:25.580Z | LINK CLASS MTU STATE BRIDGE OVER |
1529 | 2024-11-26T08:19:25.580Z | tfportrear0_0 simnet 9000 up -- ? |
1530 | 2024-11-26T08:19:25.580Z | tfportrear1_0 simnet 9000 up -- ? |
1531 | 2024-11-26T08:19:25.580Z | tfportrear2_0 simnet 9000 up -- ? |
1532 | 2024-11-26T08:19:25.580Z | mgt1 vnic 9000 up -- ? |
1533 | 2024-11-26T08:19:25.580Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1534 | 2024-11-26T08:19:26.075Z | |
1535 | 2024-11-26T08:19:26.075Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1536 | 2024-11-26T08:19:26.098Z | |
1537 | 2024-11-26T08:19:26.098Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1538 | 2024-11-26T08:19:26.122Z | |
1539 | 2024-11-26T08:19:26.122Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1540 | 2024-11-26T08:19:26.146Z | |
1541 | 2024-11-26T08:19:26.146Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1542 | 2024-11-26T08:19:26.168Z | |
1543 | 2024-11-26T08:19:26.168Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1544 | 2024-11-26T08:19:26.363Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1545 | 2024-11-26T08:19:26.367Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1546 | 2024-11-26T08:19:26.370Z | waiting 3s for copy of files to zone to complete ... |
1547 | 2024-11-26T08:19:29.371Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1548 | 2024-11-26T08:19:29.416Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1549 | 2024-11-26T08:19:29.439Z | [t1.quartet] svcadm enable dendrite |
1550 | 2024-11-26T08:19:29.480Z | |
1551 | 2024-11-26T08:19:29.480Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1552 | 2024-11-26T08:19:29.524Z | |
1553 | 2024-11-26T08:19:29.524Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1554 | 2024-11-26T08:19:29.570Z | |
1555 | 2024-11-26T08:19:29.570Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1556 | 2024-11-26T08:19:29.610Z | |
1557 | 2024-11-26T08:19:29.610Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1558 | 2024-11-26T08:19:29.653Z | |
1559 | 2024-11-26T08:19:29.653Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1560 | 2024-11-26T08:19:29.693Z | |
1561 | 2024-11-26T08:19:29.693Z | [t1.quartet] svcadm refresh dendrite:default |
1562 | 2024-11-26T08:19:29.730Z | |
1563 | 2024-11-26T08:19:29.730Z | [t1.quartet] svcadm restart dendrite:default |
1564 | 2024-11-26T08:19:29.774Z | |
1565 | 2024-11-26T08:19:29.774Z | wait 10s for dendrite to come up ... |
1566 | 2024-11-26T08:19:39.768Z | [t1.quartet] svcadm enable tfport |
1567 | 2024-11-26T08:19:39.809Z | |
1568 | 2024-11-26T08:19:39.809Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 399689d8-267e-4e68-a45a-8dbd1fbbd7ed --sled-uuid 39846417-a00c-4ef1-aac0-2097388ba2ab -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1569 | 2024-11-26T08:19:39.829Z | |
1570 | 2024-11-26T08:19:39.829Z | [t1.quartet] ipadm |
1571 | 2024-11-26T08:19:39.857Z | ADDROBJ TYPE STATE ADDR |
1572 | 2024-11-26T08:19:39.857Z | lo0/v4 static ok 127.0.0.1/8 |
1573 | 2024-11-26T08:19:39.857Z | mgt1/v4 static ok 10.0.0.4/24 |
1574 | 2024-11-26T08:19:39.857Z | lo0/v6 static ok ::1/128 |
1575 | 2024-11-26T08:19:39.857Z | lo0/u6 static ok fd00:4::1/64 |
1576 | 2024-11-26T08:19:39.857Z | tfportrear0_0/v6 addrconf ok fe80::c06:ceff:feae:da4a%tfportrear0_0/10 |
1577 | 2024-11-26T08:19:39.857Z | tfportrear1_0/v6 addrconf ok fe80::87:ecff:fe13:21df%tfportrear1_0/10 |
1578 | 2024-11-26T08:19:39.857Z | tfportrear2_0/v6 addrconf ok fe80::b8e3:c6ff:feb5:4375%tfportrear2_0/10 |
1579 | 2024-11-26T08:19:42.138Z | initial peering test passed |
1580 | 2024-11-26T08:19:43.140Z | [s3.quartet] ping fd00:1::1 |
1581 | 2024-11-26T08:19:43.171Z | fd00:1::1 is alive |
1582 | 2024-11-26T08:19:54.175Z | [s3.quartet] ping fd00:1::1 |
1583 | 2024-11-26T08:19:54.199Z | fd00:1::1 is alive |
1584 | 2024-11-26T08:19:54.217Z | [t1.quartet] pkill ddmd |
1585 | 2024-11-26T08:19:54.243Z | |
1586 | 2024-11-26T08:19:54.243Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1587 | 2024-11-26T08:19:54.249Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1588 | 2024-11-26T08:19:56.716Z | [s3.quartet] pkill ddmd |
1589 | 2024-11-26T08:19:56.736Z | |
1590 | 2024-11-26T08:19:56.736Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1591 | 2024-11-26T08:19:59.148Z | [s2.quartet] pkill ddmd |
1592 | 2024-11-26T08:19:59.168Z | |
1593 | 2024-11-26T08:19:59.168Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1594 | 2024-11-26T08:20:01.519Z | [s1.quartet] pkill ddmd |
1595 | 2024-11-26T08:20:01.539Z | |
1596 | 2024-11-26T08:20:01.539Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1597 | 2024-11-26T08:20:03.862Z | [sidecar.quartet] pkill softnpu |
1598 | 2024-11-26T08:20:03.883Z | |
1599 | 2024-11-26T08:20:03.883Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1600 | 2024-11-26T08:20:06.425Z | test ddm::test_quartet ... ok |
1601 | 2024-11-26T08:20:06.425Z | |
1602 | 2024-11-26T08:20:06.425Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 639.86s |
1603 | 2024-11-26T08:20:06.425Z | |
1604 | 2024-11-26T08:20:06.453Z | + cleanup |
1605 | 2024-11-26T08:20:06.456Z | ++ id -un |
1606 | 2024-11-26T08:20:06.536Z | ++ id -gn |
1607 | 2024-11-26T08:20:06.539Z | + pfexec chown -R build:build . |
1608 | 2024-11-26T08:20:06.619Z | process exited: duration 1174399 ms, exit code 0 |
|
1609 | 2024-11-26T08:20:06.629Z | found 5 output files |
1610 | 2024-11-26T08:20:06.629Z | uploading: /work/s1.quartet.log (4843 bytes) |
1611 | 2024-11-26T08:20:07.643Z | uploaded: /work/s1.quartet.log |
1612 | 2024-11-26T08:20:07.646Z | uploading: /work/s2.quartet.log (4099 bytes) |
1613 | 2024-11-26T08:20:08.665Z | uploaded: /work/s2.quartet.log |
1614 | 2024-11-26T08:20:08.668Z | uploading: /work/s3.quartet.log (4254 bytes) |
1615 | 2024-11-26T08:20:09.674Z | uploaded: /work/s3.quartet.log |
1616 | 2024-11-26T08:20:09.680Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1617 | 2024-11-26T08:20:10.687Z | uploaded: /work/sidecar.quartet-softnpu.log |
1618 | 2024-11-26T08:20:10.687Z | uploading: /work/t1.quartet.log (17388 bytes) |
1619 | 2024-11-26T08:20:11.696Z | uploaded: /work/t1.quartet.log |