|
|
|
1 | 2024-11-26T08:16:42.357Z | job assigned to worker 01JDKRN33A4AHFJSB2GVTGC078 [factory aws, i-0a0d67cdcfe856837] (queued for 59 s) |
|
2 | 2024-11-26T08:16:50.435Z | starting task 0: "setup" |
3 | 2024-11-26T08:16:50.443Z | ++ uname -s |
4 | 2024-11-26T08:16:50.447Z | + kern=SunOS |
5 | 2024-11-26T08:16:50.447Z | + case "$kern" in |
6 | 2024-11-26T08:16:50.447Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:16:50.450Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:16:52.454Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:16:52.551Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:16:52.553Z | + home_fs=zfs |
11 | 2024-11-26T08:16:52.553Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:16:52.553Z | + mkdir -p /home/build |
13 | 2024-11-26T08:16:52.556Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:16:54.557Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:16:54.560Z | process exited: duration 4125 ms, exit code 0 |
|
16 | 2024-11-26T08:16:54.565Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:16:54.570Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:16:54.570Z | ' stable |
19 | 2024-11-26T08:16:54.571Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:16:54.573Z | * toolchain profile = "default" |
21 | 2024-11-26T08:16:54.573Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-26T08:16:54.573Z | ' default |
23 | 2024-11-26T08:16:54.573Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:16:54.573Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:16:54.686Z | info: downloading installer |
26 | 2024-11-26T08:16:55.993Z | info: profile set to 'default' |
27 | 2024-11-26T08:16:55.993Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:16:55.996Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:16:56.161Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:16:56.161Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:16:57.151Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:16:57.521Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:16:58.898Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:17:01.094Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:17:09.036Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:17:09.314Z | info: installing component 'cargo' |
37 | 2024-11-26T08:17:10.095Z | info: installing component 'clippy' |
38 | 2024-11-26T08:17:10.457Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:17:12.137Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:17:13.901Z | info: installing component 'rustc' |
41 | 2024-11-26T08:17:19.798Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:17:20.113Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:17:20.113Z | |
44 | 2024-11-26T08:17:20.484Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:17:20.484Z | |
46 | 2024-11-26T08:17:20.486Z | |
47 | 2024-11-26T08:17:20.486Z | Rust is installed now. Great! |
48 | 2024-11-26T08:17:20.486Z | |
49 | 2024-11-26T08:17:20.486Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:17:20.486Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:17:20.486Z | |
52 | 2024-11-26T08:17:20.486Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:17:20.486Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:17:20.486Z | |
55 | 2024-11-26T08:17:20.486Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:17:20.486Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:17:20.486Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:17:20.552Z | + rustc --version |
59 | 2024-11-26T08:17:20.617Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:17:20.620Z | process exited: duration 26048 ms, exit code 0 |
|
61 | 2024-11-26T08:17:20.626Z | starting task 2: "authentication" |
62 | 2024-11-26T08:17:20.645Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-26T08:17:20.650Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:17:20.655Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:17:20.657Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:17:20.933Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:17:21.618Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:17:21.618Z | + git fetch origin 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
69 | 2024-11-26T08:17:21.852Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:17:21.852Z | * branch 38057ed7ebd8f56861699cff9e87eba1b3970cc0 -> FETCH_HEAD |
71 | 2024-11-26T08:17:21.860Z | + [[ -n renovate/thiserror-2.x ]] |
72 | 2024-11-26T08:17:21.863Z | ++ git branch --show-current |
73 | 2024-11-26T08:17:21.865Z | + current=main |
74 | 2024-11-26T08:17:21.865Z | + [[ main != renovate/thiserror-2.x ]] |
75 | 2024-11-26T08:17:21.865Z | + git branch -f renovate/thiserror-2.x 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
76 | 2024-11-26T08:17:21.868Z | + git checkout -f renovate/thiserror-2.x |
77 | 2024-11-26T08:17:21.882Z | Switched to branch 'renovate/thiserror-2.x' |
78 | 2024-11-26T08:17:21.884Z | + git reset --hard 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
79 | 2024-11-26T08:17:21.887Z | HEAD is now at 38057ed Update Rust crate thiserror to v2 |
80 | 2024-11-26T08:17:21.889Z | process exited: duration 1236 ms, exit code 0 |
|
81 | 2024-11-26T08:17:21.894Z | starting task 4: "build" |
82 | 2024-11-26T08:17:21.899Z | ++ cargo --version |
83 | 2024-11-26T08:17:21.904Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T08:17:22.063Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T08:17:22.063Z | info: downloading component 'cargo' |
86 | 2024-11-26T08:17:22.920Z | info: downloading component 'clippy' |
87 | 2024-11-26T08:17:23.222Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T08:17:24.398Z | info: downloading component 'rust-std' |
89 | 2024-11-26T08:17:26.237Z | info: downloading component 'rustc' |
90 | 2024-11-26T08:17:32.784Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T08:17:33.030Z | info: installing component 'cargo' |
92 | 2024-11-26T08:17:33.823Z | info: installing component 'clippy' |
93 | 2024-11-26T08:17:34.182Z | info: installing component 'rust-docs' |
94 | 2024-11-26T08:17:35.761Z | info: installing component 'rust-std' |
95 | 2024-11-26T08:17:37.442Z | info: installing component 'rustc' |
96 | 2024-11-26T08:17:42.984Z | info: installing component 'rustfmt' |
97 | 2024-11-26T08:17:43.376Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T08:17:43.379Z | ++ rustc --version |
99 | 2024-11-26T08:17:43.448Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T08:17:43.452Z | ++ dladm |
101 | 2024-11-26T08:17:43.456Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T08:17:43.456Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T08:17:43.459Z | ++ ipadm |
104 | 2024-11-26T08:17:43.462Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T08:17:43.462Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T08:17:43.462Z | ena0/dhcp dhcp ok 10.150.1.85/24 |
107 | 2024-11-26T08:17:43.462Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T08:17:43.462Z | ++ banner collect |
109 | 2024-11-26T08:17:43.512Z | |
110 | 2024-11-26T08:17:43.512Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T08:17:43.512Z | # # # # # # # # # # |
112 | 2024-11-26T08:17:43.512Z | # # # # # ##### # # |
113 | 2024-11-26T08:17:43.512Z | # # # # # # # # |
114 | 2024-11-26T08:17:43.512Z | # # # # # # # # # # |
115 | 2024-11-26T08:17:43.512Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T08:17:43.512Z | |
117 | 2024-11-26T08:17:43.515Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T08:17:43.515Z | ++ repo=softnpu |
119 | 2024-11-26T08:17:43.515Z | ++ series=image |
120 | 2024-11-26T08:17:43.515Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T08:17:43.515Z | ++ name=softnpu |
122 | 2024-11-26T08:17:43.515Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T08:17:43.515Z | ++ mkdir -p download |
124 | 2024-11-26T08:17:43.515Z | ++ pushd download |
125 | 2024-11-26T08:17:43.515Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T08:17:43.515Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T08:17:43.515Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T08:17:43.522Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T08:17:43.525Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T08:17:43.953Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 50.6M 0 --:--:-- --:--:-- --:--:-- 50.6M |
131 | 2024-11-26T08:17:43.957Z | ++ popd |
132 | 2024-11-26T08:17:43.959Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T08:17:43.959Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T08:17:43.959Z | ++ repo=sidecar-lite |
135 | 2024-11-26T08:17:43.959Z | ++ series=release |
136 | 2024-11-26T08:17:43.959Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T08:17:43.960Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T08:17:43.960Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T08:17:43.960Z | ++ mkdir -p download |
140 | 2024-11-26T08:17:43.960Z | ++ pushd download |
141 | 2024-11-26T08:17:43.960Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T08:17:43.960Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T08:17:43.960Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T08:17:43.967Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T08:17:43.968Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T08:17:44.280Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 64.9M 0 --:--:-- --:--:-- --:--:-- 65.1M |
147 | 2024-11-26T08:17:44.283Z | ++ popd |
148 | 2024-11-26T08:17:44.286Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T08:17:44.286Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T08:17:44.286Z | ++ repo=sidecar-lite |
151 | 2024-11-26T08:17:44.286Z | ++ series=release |
152 | 2024-11-26T08:17:44.286Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T08:17:44.286Z | ++ name=scadm |
154 | 2024-11-26T08:17:44.286Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T08:17:44.286Z | ++ mkdir -p download |
156 | 2024-11-26T08:17:44.286Z | ++ pushd download |
157 | 2024-11-26T08:17:44.286Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T08:17:44.286Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T08:17:44.286Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T08:17:44.294Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T08:17:44.294Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T08:17:44.599Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
71 22.7M 71 16.3M 0 0 66.0M 0 --:--:-- --:--:-- --:--:-- 66.0M
100 22.7M 100 22.7M 0 0 74.9M 0 --:--:-- --:--:-- --:--:-- 74.7M |
163 | 2024-11-26T08:17:44.601Z | ++ popd |
164 | 2024-11-26T08:17:44.601Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T08:17:44.601Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T08:17:44.601Z | ++ repo=dendrite |
167 | 2024-11-26T08:17:44.601Z | ++ series=image |
168 | 2024-11-26T08:17:44.601Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T08:17:44.601Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T08:17:44.601Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T08:17:44.602Z | ++ mkdir -p download |
172 | 2024-11-26T08:17:44.604Z | ++ pushd download |
173 | 2024-11-26T08:17:44.604Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T08:17:44.604Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T08:17:44.604Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T08:17:44.611Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T08:17:44.611Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T08:17:45.073Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 81.3M 0 --:--:-- --:--:-- --:--:-- 81.4M |
179 | 2024-11-26T08:17:45.077Z | ++ popd |
180 | 2024-11-26T08:17:45.077Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T08:17:45.079Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T08:17:45.079Z | ++ repo=maghemite |
183 | 2024-11-26T08:17:45.079Z | ++ series=release |
184 | 2024-11-26T08:17:45.079Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T08:17:45.079Z | ++ name=ddmd |
186 | 2024-11-26T08:17:45.079Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T08:17:45.079Z | ++ mkdir -p download |
188 | 2024-11-26T08:17:45.079Z | ++ pushd download |
189 | 2024-11-26T08:17:45.079Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T08:17:45.079Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T08:17:45.079Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T08:17:45.087Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T08:17:45.090Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T08:17:45.740Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
58 40.9M 58 24.0M 0 0 52.9M 0 --:--:-- --:--:-- --:--:-- 52.9M
100 40.9M 100 40.9M 0 0 62.7M 0 --:--:-- --:--:-- --:--:-- 62.7M |
195 | 2024-11-26T08:17:45.744Z | ++ popd |
196 | 2024-11-26T08:17:45.746Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T08:17:45.746Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T08:17:45.747Z | ++ repo=maghemite |
199 | 2024-11-26T08:17:45.747Z | ++ series=release |
200 | 2024-11-26T08:17:45.747Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T08:17:45.747Z | ++ name=ddmadm |
202 | 2024-11-26T08:17:45.747Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T08:17:45.747Z | ++ mkdir -p download |
204 | 2024-11-26T08:17:45.747Z | ++ pushd download |
205 | 2024-11-26T08:17:45.747Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T08:17:45.747Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T08:17:45.747Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T08:17:45.799Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T08:17:45.799Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T08:17:46.065Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 58.0M 0 --:--:-- --:--:-- --:--:-- 58.1M |
211 | 2024-11-26T08:17:46.069Z | ++ popd |
212 | 2024-11-26T08:17:46.071Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T08:17:46.071Z | ++ pushd download |
214 | 2024-11-26T08:17:46.071Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T08:17:46.072Z | ++ chmod +x softnpu |
216 | 2024-11-26T08:17:46.072Z | ++ chmod +x scadm |
217 | 2024-11-26T08:17:46.074Z | ++ chmod +x ddmadm |
218 | 2024-11-26T08:17:46.076Z | ++ chmod +x ddmd |
219 | 2024-11-26T08:17:46.076Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T08:17:46.080Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T08:17:46.082Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T08:17:46.083Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T08:17:46.085Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T08:17:46.880Z | ++ popd |
225 | 2024-11-26T08:17:46.880Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T08:17:46.880Z | ++ banner install |
227 | 2024-11-26T08:17:46.883Z | |
228 | 2024-11-26T08:17:46.883Z | # # # #### ##### ## # # |
229 | 2024-11-26T08:17:46.883Z | # ## # # # # # # # |
230 | 2024-11-26T08:17:46.883Z | # # # # #### # # # # # |
231 | 2024-11-26T08:17:46.883Z | # # # # # # ###### # # |
232 | 2024-11-26T08:17:46.883Z | # # ## # # # # # # # |
233 | 2024-11-26T08:17:46.883Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T08:17:46.883Z | |
235 | 2024-11-26T08:17:46.883Z | ++ pkg info brand/sparse |
236 | 2024-11-26T08:17:46.883Z | ++ grep -qi installed |
237 | 2024-11-26T08:17:52.475Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T08:17:52.476Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T08:17:52.476Z | |
240 | 2024-11-26T08:17:52.476Z | brand/sparse |
241 | 2024-11-26T08:17:52.507Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T08:17:52.507Z | ++ set -o errexit |
243 | 2024-11-26T08:17:52.507Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T08:17:57.926Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T08:18:01.600Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T08:18:10.312Z | Planning: Solver setup ... Done |
247 | 2024-11-26T08:18:10.423Z | Planning: Running solver ... Done |
248 | 2024-11-26T08:18:10.699Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T08:18:10.711Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T08:18:10.833Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T08:18:11.256Z | Planning: Package planning ... Done |
252 | 2024-11-26T08:18:11.262Z | Planning: Merging actions ... Done |
253 | 2024-11-26T08:18:11.717Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T08:18:16.476Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T08:18:16.863Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T08:18:16.930Z | Planning: Planning completed in 15.23 seconds |
257 | 2024-11-26T08:18:16.962Z | Packages to install: 1 |
258 | 2024-11-26T08:18:16.962Z | Packages to update: 2 |
259 | 2024-11-26T08:18:16.962Z | Create boot environment: No |
260 | 2024-11-26T08:18:16.976Z | Create backup boot environment: Yes |
261 | 2024-11-26T08:18:17.286Z | |
262 | 2024-11-26T08:18:17.286Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T08:18:22.297Z | Download: 1004/1009 items 8.0/8.0MB 99% complete (1.8M/s) |
264 | 2024-11-26T08:18:22.306Z | Download: Completed 8.03 MB in 5.02 seconds (1.6M/s) |
265 | 2024-11-26T08:18:24.293Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-11-26T08:18:24.311Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-11-26T08:18:24.424Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-11-26T08:18:24.784Z | Actions: Completed 1419 actions in 0.49 seconds. |
269 | 2024-11-26T08:18:25.154Z | Done |
270 | 2024-11-26T08:18:25.157Z | Done |
271 | 2024-11-26T08:18:25.641Z | Done |
272 | 2024-11-26T08:18:30.594Z | Done |
273 | 2024-11-26T08:18:30.874Z | Done |
274 | 2024-11-26T08:18:30.877Z | Done |
275 | 2024-11-26T08:18:31.000Z | Done |
276 | 2024-11-26T08:18:31.371Z | ++ set -o errexit |
277 | 2024-11-26T08:18:31.371Z | ++ set -o pipefail |
278 | 2024-11-26T08:18:31.371Z | ++ banner build |
279 | 2024-11-26T08:18:31.373Z | |
280 | 2024-11-26T08:18:31.373Z | ##### # # # # ##### |
281 | 2024-11-26T08:18:31.373Z | # # # # # # # # |
282 | 2024-11-26T08:18:31.373Z | ##### # # # # # # |
283 | 2024-11-26T08:18:31.373Z | # # # # # # # # |
284 | 2024-11-26T08:18:31.373Z | # # # # # # # # |
285 | 2024-11-26T08:18:31.373Z | ##### #### # ###### ##### |
286 | 2024-11-26T08:18:31.373Z | |
287 | 2024-11-26T08:18:31.374Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-11-26T08:18:31.552Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-11-26T08:18:31.833Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-11-26T08:18:32.026Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-11-26T08:18:32.026Z | * [new branch] ci -> origin/ci |
292 | 2024-11-26T08:18:32.028Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
293 | 2024-11-26T08:18:32.029Z | * [new branch] main -> origin/main |
294 | 2024-11-26T08:18:32.029Z | * [new ref] -> origin/HEAD |
295 | 2024-11-26T08:18:32.038Z | Updating crates.io index |
296 | 2024-11-26T08:18:32.042Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-11-26T08:18:32.754Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-11-26T08:18:32.754Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-11-26T08:18:32.942Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-11-26T08:18:33.983Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-11-26T08:18:33.983Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-11-26T08:18:34.023Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-11-26T08:18:34.345Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-11-26T08:18:34.345Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-11-26T08:18:34.369Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-11-26T08:18:34.770Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-11-26T08:18:34.770Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-11-26T08:18:34.781Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-11-26T08:18:38.235Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-11-26T08:18:38.235Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-11-26T08:18:38.265Z | * [new tag] dogfood -> dogfood |
312 | 2024-11-26T08:18:38.267Z | * [new tag] v5 -> v5 |
313 | 2024-11-26T08:18:38.267Z | * [new tag] v6 -> v6 |
314 | 2024-11-26T08:18:38.267Z | * [new tag] v7 -> v7 |
315 | 2024-11-26T08:18:38.267Z | * [new tag] v8 -> v8 |
316 | 2024-11-26T08:18:38.267Z | * [new tag] v9 -> v9 |
317 | 2024-11-26T08:18:38.621Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-11-26T08:18:39.593Z | From https://github.com/oxidecomputer/opte |
319 | 2024-11-26T08:18:39.593Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-11-26T08:18:39.637Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-11-26T08:18:40.017Z | From https://github.com/illumos/smf-rs |
322 | 2024-11-26T08:18:40.017Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-11-26T08:18:40.058Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-11-26T08:18:40.552Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-11-26T08:18:40.553Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-11-26T08:18:40.569Z | * [new tag] rift -> rift |
327 | 2024-11-26T08:18:40.575Z | * [new tag] srp -> srp |
328 | 2024-11-26T08:18:40.575Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-11-26T08:18:40.632Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-11-26T08:18:40.973Z | From https://github.com/oxidecomputer/zone |
331 | 2024-11-26T08:18:40.973Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-11-26T08:18:41.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-11-26T08:18:41.782Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-11-26T08:18:41.782Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-11-26T08:18:41.917Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-11-26T08:18:42.252Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-11-26T08:18:42.252Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-11-26T08:18:42.294Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-11-26T08:18:42.693Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-11-26T08:18:42.693Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-11-26T08:18:42.708Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-11-26T08:18:42.722Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-11-26T08:18:43.107Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-11-26T08:18:43.107Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-11-26T08:18:43.150Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-11-26T08:18:43.592Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-11-26T08:18:43.592Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-11-26T08:18:43.629Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-11-26T08:18:43.961Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-11-26T08:18:43.961Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-11-26T08:18:43.988Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-11-26T08:18:44.349Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-11-26T08:18:44.349Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-11-26T08:18:44.394Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-11-26T08:18:44.743Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-11-26T08:18:44.743Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-11-26T08:18:44.796Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-11-26T08:18:45.146Z | From https://github.com/illumos/libscf-sys |
359 | 2024-11-26T08:18:45.146Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-11-26T08:18:45.168Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-11-26T08:18:46.001Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-11-26T08:18:46.001Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-11-26T08:18:46.023Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-11-26T08:18:46.026Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-11-26T08:18:46.026Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-11-26T08:18:46.026Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-11-26T08:18:46.026Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-11-26T08:18:46.026Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-11-26T08:18:46.026Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-11-26T08:18:46.216Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-11-26T08:18:46.945Z | From https://github.com/oxidecomputer/typify |
372 | 2024-11-26T08:18:46.948Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-11-26T08:18:46.948Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-11-26T08:18:46.964Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-11-26T08:18:46.967Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-11-26T08:18:46.967Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-11-26T08:18:47.108Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-11-26T08:18:49.488Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-11-26T08:18:49.488Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-11-26T08:18:49.546Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-11-26T08:18:49.927Z | From https://github.com/oxidecomputer/opte |
392 | 2024-11-26T08:18:49.927Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-11-26T08:18:49.972Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-11-26T08:18:50.539Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-11-26T08:18:50.539Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-11-26T08:18:51.749Z | Locking 2 packages to latest compatible versions |
397 | 2024-11-26T08:18:51.788Z | Adding thiserror v2.0.3 |
398 | 2024-11-26T08:18:51.796Z | Adding thiserror-impl v2.0.3 |
399 | 2024-11-26T08:18:51.823Z | Downloading crates ... |
400 | 2024-11-26T08:18:51.955Z | Downloaded parse-display v0.10.0 |
401 | 2024-11-26T08:18:51.960Z | Downloaded bitflags v2.6.0 |
402 | 2024-11-26T08:18:51.964Z | Downloaded parse-display-derive v0.10.0 |
403 | 2024-11-26T08:18:51.964Z | Downloaded clap_lex v0.7.2 |
404 | 2024-11-26T08:18:51.974Z | Downloaded async-stream-impl v0.3.5 |
405 | 2024-11-26T08:18:51.974Z | Downloaded password-hash v0.5.0 |
406 | 2024-11-26T08:18:51.974Z | Downloaded plain v0.2.3 |
407 | 2024-11-26T08:18:51.978Z | Downloaded parking_lot_core v0.9.10 |
408 | 2024-11-26T08:18:51.978Z | Downloaded pin-utils v0.1.0 |
409 | 2024-11-26T08:18:51.978Z | Downloaded pest_derive v2.7.13 |
410 | 2024-11-26T08:18:51.978Z | Downloaded pest_meta v2.7.13 |
411 | 2024-11-26T08:18:51.981Z | Downloaded percent-encoding v2.3.1 |
412 | 2024-11-26T08:18:51.981Z | Downloaded crunchy v0.2.2 |
413 | 2024-11-26T08:18:51.982Z | Downloaded atomicwrites v0.4.4 |
414 | 2024-11-26T08:18:51.982Z | Downloaded paste v1.0.15 |
415 | 2024-11-26T08:18:51.986Z | Downloaded pkg-config v0.3.31 |
416 | 2024-11-26T08:18:51.986Z | Downloaded parking_lot_core v0.8.6 |
417 | 2024-11-26T08:18:51.989Z | Downloaded pest_generator v2.7.13 |
418 | 2024-11-26T08:18:51.989Z | Downloaded anstyle v1.0.10 |
419 | 2024-11-26T08:18:51.991Z | Downloaded ciborium-io v0.2.2 |
420 | 2024-11-26T08:18:51.991Z | Downloaded postcard v1.0.10 |
421 | 2024-11-26T08:18:51.996Z | Downloaded pin-project-lite v0.2.14 |
422 | 2024-11-26T08:18:52.000Z | Downloaded float-ord v0.3.2 |
423 | 2024-11-26T08:18:52.000Z | Downloaded crc8 v0.1.1 |
424 | 2024-11-26T08:18:52.003Z | Downloaded foreign-types v0.3.2 |
425 | 2024-11-26T08:18:52.003Z | Downloaded equivalent v1.0.1 |
426 | 2024-11-26T08:18:52.003Z | Downloaded const-random-macro v0.1.16 |
427 | 2024-11-26T08:18:52.003Z | Downloaded const-random v0.1.18 |
428 | 2024-11-26T08:18:52.007Z | Downloaded dtrace-parser v0.2.0 |
429 | 2024-11-26T08:18:52.012Z | Downloaded crucible-workspace-hack v0.1.0 |
430 | 2024-11-26T08:18:52.012Z | Downloaded cstr-argument v0.1.2 |
431 | 2024-11-26T08:18:52.017Z | Downloaded fastrand v2.1.1 |
432 | 2024-11-26T08:18:52.020Z | Downloaded darling_macro v0.20.10 |
433 | 2024-11-26T08:18:52.020Z | Downloaded dof v0.3.0 |
434 | 2024-11-26T08:18:52.023Z | Downloaded foreign-types-shared v0.1.1 |
435 | 2024-11-26T08:18:52.023Z | Downloaded pretty-hex v0.2.1 |
436 | 2024-11-26T08:18:52.023Z | Downloaded futures-sink v0.3.30 |
437 | 2024-11-26T08:18:52.026Z | Downloaded foreign-types-macros v0.2.3 |
438 | 2024-11-26T08:18:52.026Z | Downloaded proc-macro-crate v3.2.0 |
439 | 2024-11-26T08:18:52.028Z | Downloaded foreign-types-shared v0.3.1 |
440 | 2024-11-26T08:18:52.032Z | Downloaded anstyle-query v1.1.1 |
441 | 2024-11-26T08:18:52.032Z | Downloaded pretty-hex v0.4.1 |
442 | 2024-11-26T08:18:52.035Z | Downloaded block-buffer v0.10.4 |
443 | 2024-11-26T08:18:52.035Z | Downloaded autocfg v1.3.0 |
444 | 2024-11-26T08:18:52.035Z | Downloaded async-stream v0.3.5 |
445 | 2024-11-26T08:18:52.039Z | Downloaded progenitor-client v0.8.0 |
446 | 2024-11-26T08:18:52.039Z | Downloaded convert_case v0.4.0 |
447 | 2024-11-26T08:18:52.042Z | Downloaded serde-big-array v0.5.1 |
448 | 2024-11-26T08:18:52.042Z | Downloaded scroll_derive v0.12.0 |
449 | 2024-11-26T08:18:52.045Z | Downloaded embedded-io v0.4.0 |
450 | 2024-11-26T08:18:52.045Z | Downloaded cobs v0.2.3 |
451 | 2024-11-26T08:18:52.045Z | Downloaded byteorder v1.5.0 |
452 | 2024-11-26T08:18:52.047Z | Downloaded atomic-waker v1.1.2 |
453 | 2024-11-26T08:18:52.050Z | Downloaded enum-as-inner v0.6.1 |
454 | 2024-11-26T08:18:52.050Z | Downloaded proc-macro-error v1.0.4 |
455 | 2024-11-26T08:18:52.053Z | Downloaded semver v0.1.20 |
456 | 2024-11-26T08:18:52.056Z | Downloaded ppv-lite86 v0.2.20 |
457 | 2024-11-26T08:18:52.057Z | Downloaded cfg-if v1.0.0 |
458 | 2024-11-26T08:18:52.066Z | Downloaded cpufeatures v0.2.14 |
459 | 2024-11-26T08:18:52.066Z | Downloaded embedded-io v0.6.1 |
460 | 2024-11-26T08:18:52.075Z | Downloaded ciborium-ll v0.2.2 |
461 | 2024-11-26T08:18:52.075Z | Downloaded crypto-common v0.1.6 |
462 | 2024-11-26T08:18:52.075Z | Downloaded errno v0.3.9 |
463 | 2024-11-26T08:18:52.075Z | Downloaded colorchoice v1.0.2 |
464 | 2024-11-26T08:18:52.079Z | Downloaded sigpipe v0.1.3 |
465 | 2024-11-26T08:18:52.079Z | Downloaded fnv v1.0.7 |
466 | 2024-11-26T08:18:52.079Z | Downloaded defmt-macros v0.3.9 |
467 | 2024-11-26T08:18:52.079Z | Downloaded digest v0.10.7 |
468 | 2024-11-26T08:18:52.083Z | Downloaded foreign-types v0.5.0 |
469 | 2024-11-26T08:18:52.083Z | Downloaded rand_core v0.6.4 |
470 | 2024-11-26T08:18:52.084Z | Downloaded rand_chacha v0.3.1 |
471 | 2024-11-26T08:18:52.086Z | Downloaded scopeguard v1.2.0 |
472 | 2024-11-26T08:18:52.086Z | Downloaded proc-macro-error-attr v1.0.4 |
473 | 2024-11-26T08:18:52.086Z | Downloaded powerfmt v0.2.0 |
474 | 2024-11-26T08:18:52.089Z | Downloaded either v1.13.0 |
475 | 2024-11-26T08:18:52.089Z | Downloaded quick-error v1.2.3 |
476 | 2024-11-26T08:18:52.095Z | Downloaded dirs-next v2.0.0 |
477 | 2024-11-26T08:18:52.095Z | Downloaded deranged v0.3.11 |
478 | 2024-11-26T08:18:52.098Z | Downloaded debug-ignore v1.0.5 |
479 | 2024-11-26T08:18:52.098Z | Downloaded newtype_derive v0.1.6 |
480 | 2024-11-26T08:18:52.098Z | Downloaded slab v0.4.9 |
481 | 2024-11-26T08:18:52.098Z | Downloaded serde_urlencoded v0.7.1 |
482 | 2024-11-26T08:18:52.098Z | Downloaded serde_tokenstream v0.2.2 |
483 | 2024-11-26T08:18:52.101Z | Downloaded futures-macro v0.3.30 |
484 | 2024-11-26T08:18:52.104Z | Downloaded colored v2.1.0 |
485 | 2024-11-26T08:18:52.104Z | Downloaded openssl-macros v0.1.1 |
486 | 2024-11-26T08:18:52.107Z | Downloaded ciborium v0.2.2 |
487 | 2024-11-26T08:18:52.110Z | Downloaded bitflags v1.3.2 |
488 | 2024-11-26T08:18:52.110Z | Downloaded base64ct v1.6.0 |
489 | 2024-11-26T08:18:52.112Z | Downloaded proc-macro2 v1.0.86 |
490 | 2024-11-26T08:18:52.115Z | Downloaded camino v1.1.9 |
491 | 2024-11-26T08:18:52.117Z | Downloaded argon2 v0.5.3 |
492 | 2024-11-26T08:18:52.121Z | Downloaded anstream v0.6.15 |
493 | 2024-11-26T08:18:52.123Z | Downloaded tower-service v0.3.3 |
494 | 2024-11-26T08:18:52.123Z | Downloaded rustversion v1.0.17 |
495 | 2024-11-26T08:18:52.126Z | Downloaded usdt-macro v0.5.0 |
496 | 2024-11-26T08:18:52.126Z | Downloaded http-body v1.0.1 |
497 | 2024-11-26T08:18:52.126Z | Downloaded serde_path_to_error v0.1.16 |
498 | 2024-11-26T08:18:52.129Z | Downloaded futures-io v0.3.30 |
499 | 2024-11-26T08:18:52.129Z | Downloaded slog-envlogger v2.2.0 |
500 | 2024-11-26T08:18:52.132Z | Downloaded slog-dtrace v0.3.0 |
501 | 2024-11-26T08:18:52.132Z | Downloaded blake2 v0.10.6 |
502 | 2024-11-26T08:18:52.135Z | Downloaded rustc-hash v2.0.0 |
503 | 2024-11-26T08:18:52.138Z | Downloaded backoff v0.4.0 |
504 | 2024-11-26T08:18:52.138Z | Downloaded rustls-pemfile v1.0.4 |
505 | 2024-11-26T08:18:52.140Z | Downloaded slog-async v2.8.0 |
506 | 2024-11-26T08:18:52.143Z | Downloaded slog-bunyan v2.5.0 |
507 | 2024-11-26T08:18:52.144Z | Downloaded sha1 v0.10.6 |
508 | 2024-11-26T08:18:52.146Z | Downloaded serde_repr v0.1.19 |
509 | 2024-11-26T08:18:52.146Z | Downloaded defmt-parser v0.3.4 |
510 | 2024-11-26T08:18:52.149Z | Downloaded defmt v0.3.8 |
511 | 2024-11-26T08:18:52.157Z | Downloaded rustc_version v0.4.1 |
512 | 2024-11-26T08:18:52.157Z | Downloaded darling v0.20.10 |
513 | 2024-11-26T08:18:52.160Z | Downloaded httpdate v1.0.3 |
514 | 2024-11-26T08:18:52.160Z | Downloaded no-std-compat v0.4.1 |
515 | 2024-11-26T08:18:52.160Z | Downloaded serde_with_macros v3.9.0 |
516 | 2024-11-26T08:18:52.164Z | Downloaded signal-hook-registry v1.4.2 |
517 | 2024-11-26T08:18:52.164Z | Downloaded futures-channel v0.3.30 |
518 | 2024-11-26T08:18:52.167Z | Downloaded ahash v0.8.11 |
519 | 2024-11-26T08:18:52.168Z | Downloaded anyhow v1.0.93 |
520 | 2024-11-26T08:18:52.172Z | Downloaded macaddr v1.0.1 |
521 | 2024-11-26T08:18:52.175Z | Downloaded prettyplease v0.2.22 |
522 | 2024-11-26T08:18:52.175Z | Downloaded num_enum_derive v0.7.3 |
523 | 2024-11-26T08:18:52.177Z | Downloaded take_mut v0.2.2 |
524 | 2024-11-26T08:18:52.177Z | Downloaded progenitor-impl v0.8.0 |
525 | 2024-11-26T08:18:52.181Z | Downloaded portable-atomic v1.8.0 |
526 | 2024-11-26T08:18:52.189Z | Downloaded fxhash v0.2.1 |
527 | 2024-11-26T08:18:52.192Z | Downloaded tokio-native-tls v0.3.1 |
528 | 2024-11-26T08:18:52.192Z | Downloaded try-lock v0.2.5 |
529 | 2024-11-26T08:18:52.192Z | Downloaded tokio-macros v2.4.0 |
530 | 2024-11-26T08:18:52.192Z | Downloaded schemars_derive v0.8.21 |
531 | 2024-11-26T08:18:52.192Z | Downloaded structmeta-derive v0.3.0 |
532 | 2024-11-26T08:18:52.196Z | Downloaded hubpack_derive v0.1.1 |
533 | 2024-11-26T08:18:52.196Z | Downloaded structmeta v0.3.0 |
534 | 2024-11-26T08:18:52.196Z | Downloaded openssl-probe v0.1.5 |
535 | 2024-11-26T08:18:52.199Z | Downloaded rustls-pemfile v2.1.3 |
536 | 2024-11-26T08:18:52.199Z | Downloaded want v0.3.1 |
537 | 2024-11-26T08:18:52.202Z | Downloaded sha2 v0.10.8 |
538 | 2024-11-26T08:18:52.202Z | Downloaded sync_wrapper v0.1.2 |
539 | 2024-11-26T08:18:52.205Z | Downloaded waitgroup v0.1.2 |
540 | 2024-11-26T08:18:52.205Z | Downloaded rustls-pki-types v1.8.0 |
541 | 2024-11-26T08:18:52.210Z | Downloaded cookie v0.18.1 |
542 | 2024-11-26T08:18:52.213Z | Downloaded lock_api v0.4.12 |
543 | 2024-11-26T08:18:52.213Z | Downloaded http-body-util v0.1.2 |
544 | 2024-11-26T08:18:52.213Z | Downloaded match_cfg v0.1.0 |
545 | 2024-11-26T08:18:52.213Z | Downloaded linked-hash-map v0.5.6 |
546 | 2024-11-26T08:18:52.216Z | Downloaded derive-where v1.2.7 |
547 | 2024-11-26T08:18:52.220Z | Downloaded crossbeam-utils v0.8.20 |
548 | 2024-11-26T08:18:52.223Z | Downloaded spin v0.5.2 |
549 | 2024-11-26T08:18:52.223Z | Downloaded newtype-uuid v1.1.0 |
550 | 2024-11-26T08:18:52.226Z | Downloaded ryu v1.0.18 |
551 | 2024-11-26T08:18:52.230Z | Downloaded ipnet v2.10.0 |
552 | 2024-11-26T08:18:52.230Z | Downloaded bytes v1.7.2 |
553 | 2024-11-26T08:18:52.233Z | Downloaded is_terminal_polyfill v1.70.1 |
554 | 2024-11-26T08:18:52.235Z | Downloaded serde_derive v1.0.215 |
555 | 2024-11-26T08:18:52.235Z | Downloaded smallvec v1.13.2 |
556 | 2024-11-26T08:18:52.238Z | Downloaded clap v4.5.21 |
557 | 2024-11-26T08:18:52.246Z | Downloaded untrusted v0.9.0 |
558 | 2024-11-26T08:18:52.251Z | Downloaded generic-array v0.14.7 |
559 | 2024-11-26T08:18:52.253Z | Downloaded typify v0.2.0 |
560 | 2024-11-26T08:18:52.253Z | Downloaded usdt-impl v0.5.0 |
561 | 2024-11-26T08:18:52.254Z | Downloaded thiserror v2.0.3 |
562 | 2024-11-26T08:18:52.258Z | Downloaded sync_wrapper v1.0.1 |
563 | 2024-11-26T08:18:52.260Z | Downloaded mime v0.3.17 |
564 | 2024-11-26T08:18:52.260Z | Downloaded tabwriter v1.4.0 |
565 | 2024-11-26T08:18:52.265Z | Downloaded num-iter v0.1.45 |
566 | 2024-11-26T08:18:52.265Z | Downloaded hyper-tls v0.5.0 |
567 | 2024-11-26T08:18:52.267Z | Downloaded humantime v2.1.0 |
568 | 2024-11-26T08:18:52.267Z | Downloaded tinyvec_macros v0.1.1 |
569 | 2024-11-26T08:18:52.267Z | Downloaded subtle v2.6.1 |
570 | 2024-11-26T08:18:52.269Z | Downloaded hyper-tls v0.6.0 |
571 | 2024-11-26T08:18:52.270Z | Downloaded tokio-rustls v0.25.0 |
572 | 2024-11-26T08:18:52.272Z | Downloaded rhai_codegen v2.2.0 |
573 | 2024-11-26T08:18:52.279Z | Downloaded num-conv v0.1.0 |
574 | 2024-11-26T08:18:52.281Z | Downloaded slog-scope v4.4.0 |
575 | 2024-11-26T08:18:52.281Z | Downloaded derive_more v0.99.18 |
576 | 2024-11-26T08:18:52.286Z | Downloaded usdt-attr-macro v0.5.0 |
577 | 2024-11-26T08:18:52.289Z | Downloaded slog v2.7.0 |
578 | 2024-11-26T08:18:52.289Z | Downloaded darling_core v0.20.10 |
579 | 2024-11-26T08:18:52.294Z | Downloaded num-rational v0.4.2 |
580 | 2024-11-26T08:18:52.298Z | Downloaded hubpack v0.1.2 |
581 | 2024-11-26T08:18:52.298Z | Downloaded num_enum v0.5.11 |
582 | 2024-11-26T08:18:52.300Z | Downloaded managed v0.8.0 |
583 | 2024-11-26T08:18:52.304Z | Downloaded schemars v0.8.21 |
584 | 2024-11-26T08:18:52.312Z | Downloaded instant v0.1.13 |
585 | 2024-11-26T08:18:52.315Z | Downloaded thread_local v1.1.8 |
586 | 2024-11-26T08:18:52.318Z | Downloaded num_threads v0.1.7 |
587 | 2024-11-26T08:18:52.318Z | Downloaded tokio-rustls v0.26.0 |
588 | 2024-11-26T08:18:52.320Z | Downloaded hostname v0.4.0 |
589 | 2024-11-26T08:18:52.320Z | Downloaded itoa v1.0.11 |
590 | 2024-11-26T08:18:52.323Z | Downloaded strum v0.26.3 |
591 | 2024-11-26T08:18:52.323Z | Downloaded ipnetwork v0.20.0 |
592 | 2024-11-26T08:18:52.326Z | Downloaded hyper-rustls v0.24.2 |
593 | 2024-11-26T08:18:52.328Z | Downloaded lazy_static v1.5.0 |
594 | 2024-11-26T08:18:52.328Z | Downloaded num-derive v0.4.2 |
595 | 2024-11-26T08:18:52.331Z | Downloaded once_cell v1.20.2 |
596 | 2024-11-26T08:18:52.333Z | Downloaded hyper-rustls v0.27.3 |
597 | 2024-11-26T08:18:52.336Z | Downloaded whoami v1.5.2 |
598 | 2024-11-26T08:18:52.340Z | Downloaded zerocopy v0.6.6 |
599 | 2024-11-26T08:18:52.340Z | Downloaded ident_case v1.0.1 |
600 | 2024-11-26T08:18:52.342Z | Downloaded is-terminal v0.4.13 |
601 | 2024-11-26T08:18:52.342Z | Downloaded similar v2.6.0 |
602 | 2024-11-26T08:18:52.346Z | Downloaded serde_yaml v0.9.34+deprecated |
603 | 2024-11-26T08:18:52.349Z | Downloaded time-macros v0.2.18 |
604 | 2024-11-26T08:18:52.353Z | Downloaded typenum v1.17.0 |
605 | 2024-11-26T08:18:52.356Z | Downloaded log v0.4.22 |
606 | 2024-11-26T08:18:52.356Z | Downloaded quinn v0.11.5 |
607 | 2024-11-26T08:18:52.359Z | Downloaded expectorate v1.1.0 |
608 | 2024-11-26T08:18:52.362Z | Downloaded iana-time-zone v0.1.61 |
609 | 2024-11-26T08:18:52.365Z | Downloaded native-tls v0.2.12 |
610 | 2024-11-26T08:18:52.367Z | Downloaded serde v1.0.215 |
611 | 2024-11-26T08:18:52.369Z | Downloaded cc v1.1.21 |
612 | 2024-11-26T08:18:52.372Z | Downloaded time-core v0.1.2 |
613 | 2024-11-26T08:18:52.376Z | Downloaded thiserror-impl v2.0.3 |
614 | 2024-11-26T08:18:52.377Z | Downloaded terminal_size v0.4.0 |
615 | 2024-11-26T08:18:52.379Z | Downloaded tiny-keccak v2.0.2 |
616 | 2024-11-26T08:18:52.379Z | Downloaded zeroize v1.8.1 |
617 | 2024-11-26T08:18:52.379Z | Downloaded num_enum_derive v0.5.11 |
618 | 2024-11-26T08:18:52.382Z | Downloaded libsw v3.3.1 |
619 | 2024-11-26T08:18:52.382Z | Downloaded stable_deref_trait v1.2.0 |
620 | 2024-11-26T08:18:52.386Z | Downloaded toml_datetime v0.6.8 |
621 | 2024-11-26T08:18:52.386Z | Downloaded hex v0.4.3 |
622 | 2024-11-26T08:18:52.388Z | Downloaded smf v0.2.3 |
623 | 2024-11-26T08:18:52.388Z | Downloaded thin-vec v0.2.13 |
624 | 2024-11-26T08:18:52.388Z | Downloaded heck v0.5.0 |
625 | 2024-11-26T08:18:52.392Z | Downloaded slog-stdlog v4.1.1 |
626 | 2024-11-26T08:18:52.392Z | Downloaded uuid v1.11.0 |
627 | 2024-11-26T08:18:52.394Z | Downloaded heck v0.4.1 |
628 | 2024-11-26T08:18:52.395Z | Downloaded num-integer v0.1.46 |
629 | 2024-11-26T08:18:52.397Z | Downloaded num-derive v0.3.3 |
630 | 2024-11-26T08:18:52.397Z | Downloaded slog-json v2.6.1 |
631 | 2024-11-26T08:18:52.400Z | Downloaded num_enum v0.7.3 |
632 | 2024-11-26T08:18:52.403Z | Downloaded usdt v0.5.0 |
633 | 2024-11-26T08:18:52.408Z | Downloaded tracing-attributes v0.1.27 |
634 | 2024-11-26T08:18:52.411Z | Downloaded unicode-bidi v0.3.15 |
635 | 2024-11-26T08:18:52.411Z | Downloaded ucd-trie v0.1.6 |
636 | 2024-11-26T08:18:52.411Z | Downloaded parking_lot v0.11.2 |
637 | 2024-11-26T08:18:52.413Z | Downloaded base64 v0.22.1 |
638 | 2024-11-26T08:18:52.416Z | Downloaded crossbeam-channel v0.5.13 |
639 | 2024-11-26T08:18:52.421Z | Downloaded strum_macros v0.25.3 |
640 | 2024-11-26T08:18:52.424Z | Downloaded socket2 v0.5.7 |
641 | 2024-11-26T08:18:52.426Z | Downloaded version_check v0.9.5 |
642 | 2024-11-26T08:18:52.426Z | Downloaded openssl-sys v0.9.103 |
643 | 2024-11-26T08:18:52.432Z | Downloaded multer v3.1.0 |
644 | 2024-11-26T08:18:52.434Z | Downloaded spin v0.9.8 |
645 | 2024-11-26T08:18:52.439Z | Downloaded zone v0.3.0 |
646 | 2024-11-26T08:18:52.439Z | Downloaded owo-colors v4.1.0 |
647 | 2024-11-26T08:18:52.441Z | Downloaded utf8parse v0.2.2 |
648 | 2024-11-26T08:18:52.441Z | Downloaded tokio-rustls v0.24.1 |
649 | 2024-11-26T08:18:52.443Z | Downloaded num-traits v0.2.19 |
650 | 2024-11-26T08:18:52.446Z | Downloaded num-complex v0.4.6 |
651 | 2024-11-26T08:18:52.449Z | Downloaded rand v0.8.5 |
652 | 2024-11-26T08:18:52.452Z | Downloaded highway v1.2.0 |
653 | 2024-11-26T08:18:52.452Z | Downloaded strum_macros v0.26.4 |
654 | 2024-11-26T08:18:52.456Z | Downloaded num v0.4.3 |
655 | 2024-11-26T08:18:52.456Z | Downloaded tinyvec v1.8.0 |
656 | 2024-11-26T08:18:52.460Z | Downloaded memmap v0.7.0 |
657 | 2024-11-26T08:18:52.460Z | Downloaded term v0.7.0 |
658 | 2024-11-26T08:18:52.463Z | Downloaded unicode-ident v1.0.13 |
659 | 2024-11-26T08:18:52.465Z | Downloaded linear-map v1.2.0 |
660 | 2024-11-26T08:18:52.465Z | Downloaded hash32 v0.3.1 |
661 | 2024-11-26T08:18:52.469Z | Downloaded slog-term v2.9.1 |
662 | 2024-11-26T08:18:52.472Z | Downloaded getrandom v0.2.15 |
663 | 2024-11-26T08:18:52.472Z | Downloaded thiserror v1.0.64 |
664 | 2024-11-26T08:18:52.476Z | Downloaded static_assertions v1.1.0 |
665 | 2024-11-26T08:18:52.479Z | Downloaded toml v0.8.19 |
666 | 2024-11-26T08:18:52.482Z | Downloaded arc-swap v1.7.1 |
667 | 2024-11-26T08:18:52.484Z | Downloaded tempfile v3.12.0 |
668 | 2024-11-26T08:18:52.487Z | Downloaded httparse v1.9.4 |
669 | 2024-11-26T08:18:52.490Z | Downloaded zone_cfg_derive v0.3.0 |
670 | 2024-11-26T08:18:52.494Z | Downloaded parking_lot v0.12.3 |
671 | 2024-11-26T08:18:52.494Z | Downloaded pest v2.7.13 |
672 | 2024-11-26T08:18:52.497Z | Downloaded typify-macro v0.2.0 |
673 | 2024-11-26T08:18:52.499Z | Downloaded thread-id v4.2.2 |
674 | 2024-11-26T08:18:52.499Z | Downloaded thiserror-impl v1.0.64 |
675 | 2024-11-26T08:18:52.502Z | Downloaded smartstring v1.0.1 |
676 | 2024-11-26T08:18:52.504Z | Downloaded allocator-api2 v0.2.18 |
677 | 2024-11-26T08:18:52.506Z | Downloaded half v2.4.1 |
678 | 2024-11-26T08:18:52.511Z | Downloaded zerocopy-derive v0.7.35 |
679 | 2024-11-26T08:18:52.516Z | Downloaded hyper-util v0.1.10 |
680 | 2024-11-26T08:18:52.516Z | Downloaded tracing-core v0.1.32 |
681 | 2024-11-26T08:18:52.527Z | Downloaded unicode-segmentation v1.12.0 |
682 | 2024-11-26T08:18:52.530Z | Downloaded sct v0.7.1 |
683 | 2024-11-26T08:18:52.530Z | Downloaded futures v0.3.30 |
684 | 2024-11-26T08:18:52.530Z | Downloaded unsafe-libyaml v0.2.11 |
685 | 2024-11-26T08:18:52.534Z | Downloaded indexmap v1.9.3 |
686 | 2024-11-26T08:18:52.536Z | Downloaded heapless v0.8.0 |
687 | 2024-11-26T08:18:52.539Z | Downloaded tracing v0.1.40 |
688 | 2024-11-26T08:18:52.545Z | Downloaded hashbrown v0.12.3 |
689 | 2024-11-26T08:18:52.551Z | Downloaded dropshot_endpoint v0.12.0 |
690 | 2024-11-26T08:18:52.555Z | Downloaded minimal-lexical v0.2.1 |
691 | 2024-11-26T08:18:52.563Z | Downloaded indexmap v2.5.0 |
692 | 2024-11-26T08:18:52.566Z | Downloaded crossbeam-epoch v0.9.18 |
693 | 2024-11-26T08:18:52.566Z | Downloaded indent_write v2.2.0 |
694 | 2024-11-26T08:18:52.566Z | Downloaded hostname v0.3.1 |
695 | 2024-11-26T08:18:52.566Z | Downloaded futures-task v0.3.30 |
696 | 2024-11-26T08:18:52.566Z | Downloaded http-body v0.4.6 |
697 | 2024-11-26T08:18:52.571Z | Downloaded camino-tempfile v1.1.1 |
698 | 2024-11-26T08:18:52.572Z | Downloaded cancel-safe-futures v0.1.5 |
699 | 2024-11-26T08:18:52.577Z | Downloaded base64 v0.21.7 |
700 | 2024-11-26T08:18:52.580Z | Downloaded http v0.2.12 |
701 | 2024-11-26T08:18:52.580Z | Downloaded nom v7.1.3 |
702 | 2024-11-26T08:18:52.584Z | Downloaded http v1.1.0 |
703 | 2024-11-26T08:18:52.587Z | Downloaded url v2.5.2 |
704 | 2024-11-26T08:18:52.591Z | Downloaded hashbrown v0.14.5 |
705 | 2024-11-26T08:18:52.598Z | Downloaded toml_edit v0.22.21 |
706 | 2024-11-26T08:18:52.632Z | Downloaded aho-corasick v1.1.3 |
707 | 2024-11-26T08:18:52.635Z | Downloaded toml_edit v0.19.15 |
708 | 2024-11-26T08:18:52.638Z | Downloaded mio v1.0.2 |
709 | 2024-11-26T08:18:52.645Z | Downloaded steno v0.4.1 |
710 | 2024-11-26T08:18:52.648Z | Downloaded libm v0.2.8 |
711 | 2024-11-26T08:18:52.655Z | Downloaded tokio-util v0.7.12 |
712 | 2024-11-26T08:18:52.660Z | Downloaded memchr v2.7.4 |
713 | 2024-11-26T08:18:52.666Z | Downloaded time v0.3.36 |
714 | 2024-11-26T08:18:52.675Z | Downloaded zerocopy v0.7.35 |
715 | 2024-11-26T08:18:52.762Z | Downloaded rustls-webpki v0.101.7 |
716 | 2024-11-26T08:18:52.778Z | Downloaded hyper v1.5.1 |
717 | 2024-11-26T08:18:52.778Z | Downloaded h2 v0.4.6 |
718 | 2024-11-26T08:18:52.778Z | Downloaded reqwest v0.11.27 |
719 | 2024-11-26T08:18:52.778Z | Downloaded reqwest v0.12.9 |
720 | 2024-11-26T08:18:52.778Z | Downloaded hyper v0.14.30 |
721 | 2024-11-26T08:18:52.778Z | Downloaded syn v1.0.109 |
722 | 2024-11-26T08:18:52.778Z | Downloaded futures-util v0.3.30 |
723 | 2024-11-26T08:18:52.778Z | Downloaded webpki-roots v0.26.6 |
724 | 2024-11-26T08:18:52.778Z | Downloaded unicode-normalization v0.1.24 |
725 | 2024-11-26T08:18:52.778Z | Downloaded syn v2.0.87 |
726 | 2024-11-26T08:18:52.847Z | Downloaded idna v0.5.0 |
727 | 2024-11-26T08:18:52.847Z | Downloaded h2 v0.3.26 |
728 | 2024-11-26T08:18:52.894Z | Downloaded rustls-webpki v0.102.8 |
729 | 2024-11-26T08:18:52.894Z | Downloaded goblin v0.8.2 |
730 | 2024-11-26T08:18:52.894Z | Downloaded regex v1.10.6 |
731 | 2024-11-26T08:18:52.894Z | Downloaded smoltcp v0.11.0 |
732 | 2024-11-26T08:18:52.894Z | Downloaded openapiv3 v2.0.0 |
733 | 2024-11-26T08:18:52.894Z | Downloaded hickory-proto v0.24.1 |
734 | 2024-11-26T08:18:52.898Z | Downloaded dropshot v0.12.0 |
735 | 2024-11-26T08:18:52.898Z | Downloaded vcpkg v0.2.15 |
736 | 2024-11-26T08:18:52.912Z | Downloaded webpki-roots v0.25.4 |
737 | 2024-11-26T08:18:52.915Z | Downloaded typify-impl v0.2.0 |
738 | 2024-11-26T08:18:52.928Z | Downloaded unicode-width v0.1.14 |
739 | 2024-11-26T08:18:52.933Z | Downloaded rhai v1.20.0 |
740 | 2024-11-26T08:18:52.945Z | Downloaded zerocopy-derive v0.6.6 |
741 | 2024-11-26T08:18:52.953Z | Downloaded regress v0.9.1 |
742 | 2024-11-26T08:18:52.960Z | Downloaded rustls v0.22.4 |
743 | 2024-11-26T08:18:52.972Z | Downloaded rustix v0.38.37 |
744 | 2024-11-26T08:18:52.994Z | Downloaded regex-syntax v0.8.4 |
745 | 2024-11-26T08:18:53.000Z | Downloaded petgraph v0.6.5 |
746 | 2024-11-26T08:18:53.018Z | Downloaded rustls v0.23.13 |
747 | 2024-11-26T08:18:53.026Z | Downloaded regress v0.10.1 |
748 | 2024-11-26T08:18:53.033Z | Downloaded rustls v0.21.12 |
749 | 2024-11-26T08:18:53.043Z | Downloaded idna v0.4.0 |
750 | 2024-11-26T08:18:53.049Z | Downloaded sled v0.34.7 |
751 | 2024-11-26T08:18:53.059Z | Downloaded openssl v0.10.66 |
752 | 2024-11-26T08:18:53.068Z | Downloaded quinn-proto v0.11.8 |
753 | 2024-11-26T08:18:53.073Z | Downloaded chrono v0.4.38 |
754 | 2024-11-26T08:18:53.080Z | Downloaded winnow v0.6.18 |
755 | 2024-11-26T08:18:53.087Z | Downloaded serde_json v1.0.133 |
756 | 2024-11-26T08:18:53.094Z | Downloaded itertools v0.13.0 |
757 | 2024-11-26T08:18:53.100Z | Downloaded winnow v0.5.40 |
758 | 2024-11-26T08:18:53.108Z | Downloaded regex-automata v0.4.7 |
759 | 2024-11-26T08:18:53.123Z | Downloaded itertools v0.12.1 |
760 | 2024-11-26T08:18:53.129Z | Downloaded serde_with v3.9.0 |
761 | 2024-11-26T08:18:53.137Z | Downloaded itertools v0.10.5 |
762 | 2024-11-26T08:18:53.142Z | Downloaded clap_builder v4.5.21 |
763 | 2024-11-26T08:18:53.148Z | Downloaded hickory-resolver v0.24.1 |
764 | 2024-11-26T08:18:53.152Z | Downloaded swrite v0.1.0 |
765 | 2024-11-26T08:18:53.155Z | Downloaded omicron-workspace-hack v0.1.0 |
766 | 2024-11-26T08:18:53.155Z | Downloaded strsim v0.11.1 |
767 | 2024-11-26T08:18:53.155Z | Downloaded lru-cache v0.1.2 |
768 | 2024-11-26T08:18:53.157Z | Downloaded clap_derive v4.5.18 |
769 | 2024-11-26T08:18:53.157Z | Downloaded serde_derive_internals v0.29.1 |
770 | 2024-11-26T08:18:53.160Z | Downloaded newline-converter v0.3.0 |
771 | 2024-11-26T08:18:53.160Z | Downloaded semver v1.0.23 |
772 | 2024-11-26T08:18:53.162Z | Downloaded rustc_version v0.1.7 |
773 | 2024-11-26T08:18:53.162Z | Downloaded quote v1.0.37 |
774 | 2024-11-26T08:18:53.165Z | Downloaded progenitor v0.8.0 |
775 | 2024-11-26T08:18:53.165Z | Downloaded crc32fast v1.4.2 |
776 | 2024-11-26T08:18:53.168Z | Downloaded tokio v1.40.0 |
777 | 2024-11-26T08:18:53.203Z | Downloaded libc v0.2.165 |
778 | 2024-11-26T08:18:53.227Z | Downloaded console v0.15.8 |
779 | 2024-11-26T08:18:53.230Z | Downloaded async-trait v0.1.83 |
780 | 2024-11-26T08:18:53.232Z | Downloaded scroll v0.12.0 |
781 | 2024-11-26T08:18:53.235Z | Downloaded shlex v1.3.0 |
782 | 2024-11-26T08:18:53.235Z | Downloaded serde_spanned v0.6.7 |
783 | 2024-11-26T08:18:53.237Z | Downloaded resolv-conf v0.7.0 |
784 | 2024-11-26T08:18:53.240Z | Downloaded futures-executor v0.3.30 |
785 | 2024-11-26T08:18:53.240Z | Downloaded form_urlencoded v1.2.1 |
786 | 2024-11-26T08:18:53.240Z | Downloaded anstyle-parse v0.2.5 |
787 | 2024-11-26T08:18:53.243Z | Downloaded data-encoding v2.6.0 |
788 | 2024-11-26T08:18:53.243Z | Downloaded proc-macro-crate v1.3.1 |
789 | 2024-11-26T08:18:53.246Z | Downloaded futures-core v0.3.30 |
790 | 2024-11-26T08:18:53.246Z | Downloaded dyn-clone v1.0.17 |
791 | 2024-11-26T08:18:53.248Z | Downloaded encoding_rs v0.8.34 |
792 | 2024-11-26T08:18:53.267Z | Downloaded dirs-sys-next v0.1.2 |
793 | 2024-11-26T08:18:53.269Z | Downloaded quinn-udp v0.5.5 |
794 | 2024-11-26T08:18:53.269Z | Downloaded progenitor-macro v0.8.0 |
795 | 2024-11-26T08:18:53.272Z | Downloaded fixedbitset v0.4.2 |
796 | 2024-11-26T08:18:53.475Z | Downloaded ring v0.17.8 |
797 | 2024-11-26T08:18:53.888Z | Compiling proc-macro2 v1.0.86 |
798 | 2024-11-26T08:18:53.888Z | Compiling unicode-ident v1.0.13 |
799 | 2024-11-26T08:18:53.892Z | Compiling libc v0.2.165 |
800 | 2024-11-26T08:18:53.892Z | Compiling serde v1.0.215 |
801 | 2024-11-26T08:18:53.892Z | Compiling version_check v0.9.5 |
802 | 2024-11-26T08:18:53.892Z | Compiling autocfg v1.3.0 |
803 | 2024-11-26T08:18:53.892Z | Compiling cfg-if v1.0.0 |
804 | 2024-11-26T08:18:54.098Z | Compiling once_cell v1.20.2 |
805 | 2024-11-26T08:18:54.121Z | Compiling libm v0.2.8 |
806 | 2024-11-26T08:18:54.121Z | Compiling memchr v2.7.4 |
807 | 2024-11-26T08:18:54.584Z | Compiling byteorder v1.5.0 |
808 | 2024-11-26T08:18:54.685Z | Compiling lock_api v0.4.12 |
809 | 2024-11-26T08:18:54.956Z | Compiling parking_lot_core v0.9.10 |
810 | 2024-11-26T08:18:55.031Z | Compiling shlex v1.3.0 |
811 | 2024-11-26T08:18:55.312Z | Compiling cc v1.1.21 |
812 | 2024-11-26T08:18:55.345Z | Compiling thiserror v1.0.64 |
813 | 2024-11-26T08:18:55.371Z | Compiling itoa v1.0.11 |
814 | 2024-11-26T08:18:55.804Z | Compiling portable-atomic v1.8.0 |
815 | 2024-11-26T08:18:55.837Z | Compiling slab v0.4.9 |
816 | 2024-11-26T08:18:55.907Z | Compiling schemars v0.8.21 |
817 | 2024-11-26T08:18:56.283Z | Compiling ahash v0.8.11 |
818 | 2024-11-26T08:18:56.334Z | Compiling quote v1.0.37 |
819 | 2024-11-26T08:18:56.707Z | Compiling getrandom v0.2.15 |
820 | 2024-11-26T08:18:56.791Z | Compiling syn v2.0.87 |
821 | 2024-11-26T08:18:57.081Z | Compiling allocator-api2 v0.2.18 |
822 | 2024-11-26T08:18:57.151Z | Compiling num-traits v0.2.19 |
823 | 2024-11-26T08:18:57.175Z | Compiling ryu v1.0.18 |
824 | 2024-11-26T08:18:57.250Z | Compiling serde_json v1.0.133 |
825 | 2024-11-26T08:18:57.902Z | Compiling pin-project-lite v0.2.14 |
826 | 2024-11-26T08:18:58.183Z | Compiling equivalent v1.0.1 |
827 | 2024-11-26T08:18:58.207Z | Compiling scopeguard v1.2.0 |
828 | 2024-11-26T08:18:58.232Z | Compiling log v0.4.22 |
829 | 2024-11-26T08:18:58.386Z | Compiling heck v0.5.0 |
830 | 2024-11-26T08:18:58.450Z | Compiling ring v0.17.8 |
831 | 2024-11-26T08:18:58.585Z | Compiling fnv v1.0.7 |
832 | 2024-11-26T08:18:58.733Z | Compiling vcpkg v0.2.15 |
833 | 2024-11-26T08:18:58.805Z | Compiling pkg-config v0.3.31 |
834 | 2024-11-26T08:18:58.864Z | Compiling crunchy v0.2.2 |
835 | 2024-11-26T08:18:59.371Z | Compiling socket2 v0.5.7 |
836 | 2024-11-26T08:18:59.496Z | Compiling signal-hook-registry v1.4.2 |
837 | 2024-11-26T08:18:59.972Z | Compiling mio v1.0.2 |
838 | 2024-11-26T08:19:00.007Z | Compiling tiny-keccak v2.0.2 |
839 | 2024-11-26T08:19:00.348Z | Compiling httparse v1.9.4 |
840 | 2024-11-26T08:19:00.404Z | Compiling openssl-sys v0.9.103 |
841 | 2024-11-26T08:19:00.438Z | Compiling slog v2.7.0 |
842 | 2024-11-26T08:19:00.968Z | Compiling iana-time-zone v0.1.61 |
843 | 2024-11-26T08:19:01.303Z | Compiling futures-core v0.3.30 |
844 | 2024-11-26T08:19:01.460Z | Compiling const-random-macro v0.1.16 |
845 | 2024-11-26T08:19:01.483Z | Compiling dyn-clone v1.0.17 |
846 | 2024-11-26T08:19:01.601Z | Compiling openssl v0.10.66 |
847 | 2024-11-26T08:19:01.652Z | Compiling futures-sink v0.3.30 |
848 | 2024-11-26T08:19:02.017Z | Compiling native-tls v0.2.12 |
849 | 2024-11-26T08:19:02.067Z | Compiling rustls v0.23.13 |
850 | 2024-11-26T08:19:02.302Z | Compiling typenum v1.17.0 |
851 | 2024-11-26T08:19:02.380Z | Compiling semver v1.0.23 |
852 | 2024-11-26T08:19:02.390Z | Compiling futures-channel v0.3.30 |
853 | 2024-11-26T08:19:02.412Z | Compiling const-random v0.1.18 |
854 | 2024-11-26T08:19:02.467Z | Compiling futures-io v0.3.30 |
855 | 2024-11-26T08:19:02.472Z | Compiling pin-utils v0.1.0 |
856 | 2024-11-26T08:19:02.547Z | Compiling futures-task v0.3.30 |
857 | 2024-11-26T08:19:02.559Z | Compiling generic-array v0.14.7 |
858 | 2024-11-26T08:19:02.836Z | Compiling tracing-core v0.1.32 |
859 | 2024-11-26T08:19:02.840Z | Compiling bitflags v2.6.0 |
860 | 2024-11-26T08:19:02.875Z | Compiling ucd-trie v0.1.6 |
861 | 2024-11-26T08:19:02.899Z | Compiling subtle v2.6.1 |
862 | 2024-11-26T08:19:02.902Z | Compiling aho-corasick v1.1.3 |
863 | 2024-11-26T08:19:02.940Z | Compiling anyhow v1.0.93 |
864 | 2024-11-26T08:19:03.176Z | Compiling regex-syntax v0.8.4 |
865 | 2024-11-26T08:19:03.362Z | Compiling time-core v0.1.2 |
866 | 2024-11-26T08:19:03.413Z | Compiling num-conv v0.1.0 |
867 | 2024-11-26T08:19:03.709Z | Compiling time-macros v0.2.18 |
868 | 2024-11-26T08:19:03.890Z | Compiling serde_derive_internals v0.29.1 |
869 | 2024-11-26T08:19:04.574Z | Compiling rustls-pki-types v1.8.0 |
870 | 2024-11-26T08:19:05.053Z | Compiling spin v0.9.8 |
871 | 2024-11-26T08:19:05.738Z | Compiling usdt-impl v0.5.0 |
872 | 2024-11-26T08:19:06.003Z | Compiling untrusted v0.9.0 |
873 | 2024-11-26T08:19:06.136Z | Compiling omicron-workspace-hack v0.1.0 |
874 | 2024-11-26T08:19:06.453Z | Compiling regex-automata v0.4.7 |
875 | 2024-11-26T08:19:06.548Z | Compiling atomic-waker v1.1.2 |
876 | 2024-11-26T08:19:06.739Z | Compiling rustversion v1.0.17 |
877 | 2024-11-26T08:19:06.968Z | Compiling strsim v0.11.1 |
878 | 2024-11-26T08:19:07.375Z | Compiling plain v0.2.3 |
879 | 2024-11-26T08:19:07.545Z | Compiling tinyvec_macros v0.1.1 |
880 | 2024-11-26T08:19:07.656Z | Compiling tinyvec v1.8.0 |
881 | 2024-11-26T08:19:08.693Z | Compiling rand_core v0.6.4 |
882 | 2024-11-26T08:19:09.142Z | Compiling serde_derive v1.0.215 |
883 | 2024-11-26T08:19:09.167Z | Compiling zerocopy-derive v0.7.35 |
884 | 2024-11-26T08:19:09.346Z | Compiling thiserror-impl v1.0.64 |
885 | 2024-11-26T08:19:09.740Z | Compiling tokio-macros v2.4.0 |
886 | 2024-11-26T08:19:10.199Z | Compiling schemars_derive v0.8.21 |
887 | 2024-11-26T08:19:11.331Z | Compiling futures-macro v0.3.30 |
888 | 2024-11-26T08:19:11.431Z | Compiling zerocopy v0.7.35 |
889 | 2024-11-26T08:19:13.387Z | Compiling openssl-macros v0.1.1 |
890 | 2024-11-26T08:19:13.419Z | Compiling futures-util v0.3.30 |
891 | 2024-11-26T08:19:13.514Z | Compiling hashbrown v0.14.5 |
892 | 2024-11-26T08:19:13.877Z | Compiling tracing-attributes v0.1.27 |
893 | 2024-11-26T08:19:14.201Z | Compiling scroll_derive v0.12.0 |
894 | 2024-11-26T08:19:14.869Z | Compiling regress v0.10.1 |
895 | 2024-11-26T08:19:15.707Z | Compiling pest v2.7.13 |
896 | 2024-11-26T08:19:16.152Z | Compiling regex v1.10.6 |
897 | 2024-11-26T08:19:17.156Z | Compiling tracing v0.1.40 |
898 | 2024-11-26T08:19:17.818Z | Compiling scroll v0.12.0 |
899 | 2024-11-26T08:19:18.362Z | Compiling pest_meta v2.7.13 |
900 | 2024-11-26T08:19:18.645Z | Compiling goblin v0.8.2 |
901 | 2024-11-26T08:19:19.649Z | Compiling pest_generator v2.7.13 |
902 | 2024-11-26T08:19:20.227Z | Compiling rustls-webpki v0.102.8 |
903 | 2024-11-26T08:19:21.494Z | Compiling zeroize v1.8.1 |
904 | 2024-11-26T08:19:21.868Z | Compiling percent-encoding v2.3.1 |
905 | 2024-11-26T08:19:22.544Z | Compiling pest_derive v2.7.13 |
906 | 2024-11-26T08:19:22.586Z | Compiling unsafe-libyaml v0.2.11 |
907 | 2024-11-26T08:19:23.148Z | Compiling bytes v1.7.2 |
908 | 2024-11-26T08:19:24.658Z | Compiling smallvec v1.13.2 |
909 | 2024-11-26T08:19:24.706Z | Compiling indexmap v2.5.0 |
910 | 2024-11-26T08:19:25.002Z | Compiling chrono v0.4.38 |
911 | 2024-11-26T08:19:25.615Z | Compiling parking_lot v0.12.3 |
912 | 2024-11-26T08:19:26.035Z | Compiling tokio v1.40.0 |
913 | 2024-11-26T08:19:26.105Z | Compiling uuid v1.11.0 |
914 | 2024-11-26T08:19:26.233Z | Compiling serde_tokenstream v0.2.2 |
915 | 2024-11-26T08:19:26.817Z | Compiling http v1.1.0 |
916 | 2024-11-26T08:19:30.260Z | Compiling openapiv3 v2.0.0 |
917 | 2024-11-26T08:19:30.866Z | Compiling pretty-hex v0.4.1 |
918 | 2024-11-26T08:19:31.089Z | Compiling try-lock v0.2.5 |
919 | 2024-11-26T08:19:31.266Z | Compiling want v0.3.1 |
920 | 2024-11-26T08:19:31.575Z | Compiling dof v0.3.0 |
921 | 2024-11-26T08:19:33.178Z | Compiling typify-impl v0.2.0 |
922 | 2024-11-26T08:19:33.298Z | Compiling http-body v1.0.1 |
923 | 2024-11-26T08:19:33.370Z | Compiling ipnetwork v0.20.0 |
924 | 2024-11-26T08:19:33.571Z | Compiling serde_yaml v0.9.34+deprecated |
925 | 2024-11-26T08:19:34.645Z | Compiling dtrace-parser v0.2.0 |
926 | 2024-11-26T08:19:34.805Z | Compiling form_urlencoded v1.2.1 |
927 | 2024-11-26T08:19:35.342Z | Compiling unicode-normalization v0.1.24 |
928 | 2024-11-26T08:19:36.386Z | Compiling tokio-util v0.7.12 |
929 | 2024-11-26T08:19:37.407Z | Compiling h2 v0.4.6 |
930 | 2024-11-26T08:19:37.477Z | Compiling thread-id v4.2.2 |
931 | 2024-11-26T08:19:37.610Z | Compiling syn v1.0.109 |
932 | 2024-11-26T08:19:37.988Z | Compiling httpdate v1.0.3 |
933 | 2024-11-26T08:19:38.192Z | Compiling foreign-types-shared v0.1.1 |
934 | 2024-11-26T08:19:38.316Z | Compiling ident_case v1.0.1 |
935 | 2024-11-26T08:19:38.398Z | Compiling rustls v0.22.4 |
936 | 2024-11-26T08:19:38.519Z | Compiling camino v1.1.9 |
937 | 2024-11-26T08:19:38.678Z | Compiling unicode-bidi v0.3.15 |
938 | 2024-11-26T08:19:38.739Z | Compiling darling_core v0.20.10 |
939 | 2024-11-26T08:19:38.742Z | Compiling foreign-types v0.3.2 |
940 | 2024-11-26T08:19:39.110Z | Compiling ppv-lite86 v0.2.20 |
941 | 2024-11-26T08:19:40.968Z | Compiling tower-service v0.3.3 |
942 | 2024-11-26T08:19:41.298Z | Compiling slog-async v2.8.0 |
943 | 2024-11-26T08:19:42.089Z | Compiling rand_chacha v0.3.1 |
944 | 2024-11-26T08:19:42.388Z | Compiling idna v0.5.0 |
945 | 2024-11-26T08:19:43.844Z | Compiling hyper v1.5.1 |
946 | 2024-11-26T08:19:44.934Z | Compiling darling_macro v0.20.10 |
947 | 2024-11-26T08:19:44.959Z | Compiling typify-macro v0.2.0 |
948 | 2024-11-26T08:19:46.256Z | Compiling toml_datetime v0.6.8 |
949 | 2024-11-26T08:19:46.725Z | Compiling hyper-util v0.1.10 |
950 | 2024-11-26T08:19:48.916Z | Compiling typify v0.2.0 |
951 | 2024-11-26T08:19:49.073Z | Compiling progenitor-impl v0.8.0 |
952 | 2024-11-26T08:19:52.442Z | Compiling multer v3.1.0 |
953 | 2024-11-26T08:19:52.799Z | Compiling openssl-probe v0.1.5 |
954 | 2024-11-26T08:19:53.479Z | Compiling paste v1.0.15 |
955 | 2024-11-26T08:19:55.805Z | Compiling progenitor-macro v0.8.0 |
956 | 2024-11-26T08:19:57.198Z | Compiling darling v0.20.10 |
957 | 2024-11-26T08:19:57.224Z | Compiling url v2.5.2 |
958 | 2024-11-26T08:19:57.328Z | Compiling rand v0.8.5 |
959 | 2024-11-26T08:19:59.124Z | Compiling usdt-macro v0.5.0 |
960 | 2024-11-26T08:20:00.692Z | Compiling usdt-attr-macro v0.5.0 |
961 | 2024-11-26T08:20:02.408Z | Compiling http-body-util v0.1.2 |
962 | 2024-11-26T08:20:02.560Z | Compiling async-trait v0.1.83 |
963 | 2024-11-26T08:20:04.775Z | Compiling encoding_rs v0.8.34 |
964 | 2024-11-26T08:20:04.816Z | Compiling ipnet v2.10.0 |
965 | 2024-11-26T08:20:05.013Z | Compiling mime v0.3.17 |
966 | 2024-11-26T08:20:06.121Z | Compiling base64 v0.22.1 |
967 | 2024-11-26T08:20:06.684Z | Compiling rustls-pemfile v2.1.3 |
968 | 2024-11-26T08:20:07.375Z | Compiling tokio-rustls v0.26.0 |
969 | 2024-11-26T08:20:09.214Z | Compiling serde_with_macros v3.9.0 |
970 | 2024-11-26T08:20:09.337Z | Compiling tokio-native-tls v0.3.1 |
971 | 2024-11-26T08:20:10.488Z | Compiling strum_macros v0.26.4 |
972 | 2024-11-26T08:20:10.783Z | Compiling serde_urlencoded v0.7.1 |
973 | 2024-11-26T08:20:11.697Z | Compiling structmeta-derive v0.3.0 |
974 | 2024-11-26T08:20:12.014Z | Compiling async-stream-impl v0.3.5 |
975 | 2024-11-26T08:20:13.412Z | Compiling webpki-roots v0.26.6 |
976 | 2024-11-26T08:20:13.655Z | Compiling dropshot v0.12.0 |
977 | 2024-11-26T08:20:14.370Z | Compiling crossbeam-utils v0.8.20 |
978 | 2024-11-26T08:20:14.954Z | Compiling powerfmt v0.2.0 |
979 | 2024-11-26T08:20:15.212Z | Compiling structmeta v0.3.0 |
980 | 2024-11-26T08:20:15.250Z | Compiling deranged v0.3.11 |
981 | 2024-11-26T08:20:15.471Z | Compiling hyper-rustls v0.27.3 |
982 | 2024-11-26T08:20:15.582Z | Compiling hyper-tls v0.6.0 |
983 | 2024-11-26T08:20:16.808Z | Compiling sync_wrapper v1.0.1 |
984 | 2024-11-26T08:20:17.985Z | Compiling winnow v0.6.18 |
985 | 2024-11-26T08:20:19.666Z | Compiling num_threads v0.1.7 |
986 | 2024-11-26T08:20:20.132Z | Compiling time v0.3.36 |
987 | 2024-11-26T08:20:21.662Z | Compiling reqwest v0.12.9 |
988 | 2024-11-26T08:20:22.490Z | Compiling parse-display-derive v0.10.0 |
989 | 2024-11-26T08:20:24.298Z | Compiling crypto-common v0.1.6 |
990 | 2024-11-26T08:20:24.540Z | Compiling block-buffer v0.10.4 |
991 | 2024-11-26T08:20:24.808Z | Compiling dropshot_endpoint v0.12.0 |
992 | 2024-11-26T08:20:26.593Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
993 | 2024-11-26T08:20:29.216Z | Compiling digest v0.10.7 |
994 | 2024-11-26T08:20:29.682Z | Compiling progenitor-client v0.8.0 |
995 | 2024-11-26T08:20:30.632Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
996 | 2024-11-26T08:20:32.202Z | Compiling dirs-sys-next v0.1.2 |
997 | 2024-11-26T08:20:33.225Z | Compiling match_cfg v0.1.0 |
998 | 2024-11-26T08:20:33.338Z | Compiling lazy_static v1.5.0 |
999 | 2024-11-26T08:20:33.500Z | Compiling rustix v0.38.37 |
1000 | 2024-11-26T08:20:34.383Z | Compiling hostname v0.3.1 |
1001 | 2024-11-26T08:20:34.518Z | Compiling dirs-next v2.0.0 |
1002 | 2024-11-26T08:20:34.653Z | Compiling progenitor v0.8.0 |
1003 | 2024-11-26T08:20:37.082Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1004 | 2024-11-26T08:20:37.248Z | Compiling futures-executor v0.3.30 |
1005 | 2024-11-26T08:20:38.224Z | Compiling thread_local v1.1.8 |
1006 | 2024-11-26T08:20:38.408Z | Compiling errno v0.3.9 |
1007 | 2024-11-26T08:20:38.881Z | Compiling instant v0.1.13 |
1008 | 2024-11-26T08:20:39.061Z | Compiling unicode-width v0.1.14 |
1009 | 2024-11-26T08:20:39.662Z | Compiling cpufeatures v0.2.14 |
1010 | 2024-11-26T08:20:40.893Z | Compiling futures v0.3.30 |
1011 | 2024-11-26T08:20:42.412Z | Compiling term v0.7.0 |
1012 | 2024-11-26T08:20:43.226Z | Compiling crossbeam-channel v0.5.13 |
1013 | 2024-11-26T08:20:45.713Z | Compiling serde_spanned v0.6.7 |
1014 | 2024-11-26T08:20:45.865Z | Compiling is-terminal v0.4.13 |
1015 | 2024-11-26T08:20:45.990Z | Compiling memmap v0.7.0 |
1016 | 2024-11-26T08:20:46.424Z | Compiling take_mut v0.2.2 |
1017 | 2024-11-26T08:20:46.692Z | Compiling usdt v0.5.0 |
1018 | 2024-11-26T08:20:47.028Z | Compiling slog-term v2.9.1 |
1019 | 2024-11-26T08:20:48.118Z | Compiling toml_edit v0.22.21 |
1020 | 2024-11-26T08:20:50.112Z | Compiling slog-json v2.6.1 |
1021 | 2024-11-26T08:20:50.540Z | Compiling strum v0.26.3 |
1022 | 2024-11-26T08:20:50.739Z | Compiling serde_with v3.9.0 |
1023 | 2024-11-26T08:20:52.619Z | Compiling debug-ignore v1.0.5 |
1024 | 2024-11-26T08:20:52.780Z | Compiling heapless v0.8.0 |
1025 | 2024-11-26T08:20:56.382Z | Compiling tokio-rustls v0.25.0 |
1026 | 2024-11-26T08:20:56.420Z | Compiling toml v0.8.19 |
1027 | 2024-11-26T08:20:56.856Z | Compiling slog-bunyan v2.5.0 |
1028 | 2024-11-26T08:20:57.152Z | Compiling sha1 v0.10.6 |
1029 | 2024-11-26T08:20:58.059Z | Compiling async-stream v0.3.5 |
1030 | 2024-11-26T08:20:58.379Z | Compiling newtype-uuid v1.1.0 |
1031 | 2024-11-26T08:20:58.744Z | Compiling serde_path_to_error v0.1.16 |
1032 | 2024-11-26T08:20:58.876Z | Compiling hex v0.4.3 |
1033 | 2024-11-26T08:20:59.237Z | Compiling waitgroup v0.1.2 |
1034 | 2024-11-26T08:20:59.567Z | Compiling hostname v0.4.0 |
1035 | 2024-11-26T08:20:59.593Z | Compiling hash32 v0.3.1 |
1036 | 2024-11-26T08:20:59.867Z | Compiling smoltcp v0.11.0 |
1037 | 2024-11-26T08:20:59.936Z | Compiling stable_deref_trait v1.2.0 |
1038 | 2024-11-26T08:21:02.971Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1039 | 2024-11-26T08:21:03.164Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1040 | 2024-11-26T08:21:03.190Z | Compiling backoff v0.4.0 |
1041 | 2024-11-26T08:21:03.602Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1042 | 2024-11-26T08:21:03.711Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1043 | 2024-11-26T08:21:03.919Z | Compiling parse-display v0.10.0 |
1044 | 2024-11-26T08:21:05.922Z | Compiling macaddr v1.0.1 |
1045 | 2024-11-26T08:21:06.594Z | Compiling regress v0.9.1 |
1046 | 2024-11-26T08:21:07.655Z | Compiling clap_derive v4.5.18 |
1047 | 2024-11-26T08:21:09.609Z | Compiling utf8parse v0.2.2 |
1048 | 2024-11-26T08:21:09.788Z | Compiling bitflags v1.3.2 |
1049 | 2024-11-26T08:21:09.913Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1050 | 2024-11-26T08:21:10.317Z | Compiling cobs v0.2.3 |
1051 | 2024-11-26T08:21:10.758Z | Compiling managed v0.8.0 |
1052 | 2024-11-26T08:21:11.329Z | Compiling winnow v0.5.40 |
1053 | 2024-11-26T08:21:12.538Z | Compiling postcard v1.0.10 |
1054 | 2024-11-26T08:21:13.245Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1055 | 2024-11-26T08:21:15.153Z | Compiling toml_edit v0.19.15 |
1056 | 2024-11-26T08:21:15.214Z | Compiling anstyle-parse v0.2.5 |
1057 | 2024-11-26T08:21:20.384Z | Compiling colorchoice v1.0.2 |
1058 | 2024-11-26T08:21:21.106Z | Compiling anstyle v1.0.10 |
1059 | 2024-11-26T08:21:21.313Z | Compiling anstyle-query v1.1.1 |
1060 | 2024-11-26T08:21:21.468Z | Compiling is_terminal_polyfill v1.70.1 |
1061 | 2024-11-26T08:21:21.614Z | Compiling anstream v0.6.15 |
1062 | 2024-11-26T08:21:22.673Z | Compiling proc-macro-crate v1.3.1 |
1063 | 2024-11-26T08:21:23.935Z | Compiling terminal_size v0.4.0 |
1064 | 2024-11-26T08:21:24.151Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1065 | 2024-11-26T08:21:24.194Z | Compiling clap_lex v0.7.2 |
1066 | 2024-11-26T08:21:24.544Z | Compiling clap_builder v4.5.21 |
1067 | 2024-11-26T08:21:24.908Z | Compiling num_enum_derive v0.5.11 |
1068 | 2024-11-26T08:21:25.958Z | Compiling tabwriter v1.4.0 |
1069 | 2024-11-26T08:21:26.837Z | Compiling foreign-types-macros v0.2.3 |
1070 | 2024-11-26T08:21:26.904Z | Compiling num-integer v0.1.46 |
1071 | 2024-11-26T08:21:27.832Z | Compiling foreign-types-shared v0.3.1 |
1072 | 2024-11-26T08:21:27.985Z | Compiling num_enum v0.5.11 |
1073 | 2024-11-26T08:21:28.172Z | Compiling foreign-types v0.5.0 |
1074 | 2024-11-26T08:21:28.572Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1075 | 2024-11-26T08:21:28.596Z | Compiling clap v4.5.21 |
1076 | 2024-11-26T08:21:29.281Z | Compiling cstr-argument v0.1.2 |
1077 | 2024-11-26T08:21:29.386Z | Compiling proc-macro-error-attr v1.0.4 |
1078 | 2024-11-26T08:21:29.570Z | Compiling either v1.13.0 |
1079 | 2024-11-26T08:21:29.747Z | Compiling pretty-hex v0.2.1 |
1080 | 2024-11-26T08:21:29.902Z | Compiling prettyplease v0.2.22 |
1081 | 2024-11-26T08:21:30.019Z | Compiling heck v0.4.1 |
1082 | 2024-11-26T08:21:30.256Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1083 | 2024-11-26T08:21:30.864Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1084 | 2024-11-26T08:21:31.108Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1085 | 2024-11-26T08:21:32.158Z | Compiling num-rational v0.4.2 |
1086 | 2024-11-26T08:21:32.333Z | Compiling num-iter v0.1.45 |
1087 | 2024-11-26T08:21:32.922Z | Compiling colored v2.1.0 |
1088 | 2024-11-26T08:21:34.421Z | Compiling num-complex v0.4.6 |
1089 | 2024-11-26T08:21:35.013Z | Compiling proc-macro-error v1.0.4 |
1090 | 2024-11-26T08:21:35.070Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-26T08:21:35.387Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-11-26T08:21:35.553Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1093 | 2024-11-26T08:21:35.553Z | Compiling fastrand v2.1.1 |
1094 | 2024-11-26T08:21:35.669Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1095 | 2024-11-26T08:21:36.284Z | Compiling tempfile v3.12.0 |
1096 | 2024-11-26T08:21:36.902Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1097 | 2024-11-26T08:21:37.320Z | Compiling num v0.4.3 |
1098 | 2024-11-26T08:21:40.851Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1099 | 2024-11-26T08:21:41.210Z | Compiling float-ord v0.3.2 |
1100 | 2024-11-26T08:21:41.294Z | Compiling crucible-workspace-hack v0.1.0 |
1101 | 2024-11-26T08:21:41.550Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1102 | 2024-11-26T08:21:49.257Z | Compiling unicode-segmentation v1.12.0 |
1103 | 2024-11-26T08:21:49.505Z | Compiling semver v0.1.20 |
1104 | 2024-11-26T08:21:50.089Z | Compiling newline-converter v0.3.0 |
1105 | 2024-11-26T08:21:50.212Z | Compiling rustc_version v0.1.7 |
1106 | 2024-11-26T08:21:50.302Z | Compiling zone_cfg_derive v0.3.0 |
1107 | 2024-11-26T08:21:50.537Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1108 | 2024-11-26T08:21:50.768Z | Compiling camino-tempfile v1.1.1 |
1109 | 2024-11-26T08:21:51.226Z | Compiling itertools v0.10.5 |
1110 | 2024-11-26T08:21:51.570Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1111 | 2024-11-26T08:21:51.835Z | Compiling console v0.15.8 |
1112 | 2024-11-26T08:21:52.055Z | Compiling num-derive v0.4.2 |
1113 | 2024-11-26T08:21:53.480Z | Compiling sigpipe v0.1.3 |
1114 | 2024-11-26T08:21:53.816Z | Compiling similar v2.6.0 |
1115 | 2024-11-26T08:21:54.405Z | Compiling base64ct v1.6.0 |
1116 | 2024-11-26T08:21:54.534Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1117 | 2024-11-26T08:21:54.759Z | Compiling expectorate v1.1.0 |
1118 | 2024-11-26T08:21:54.931Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1119 | 2024-11-26T08:21:55.040Z | Compiling password-hash v0.5.0 |
1120 | 2024-11-26T08:21:55.114Z | Compiling zone v0.3.0 |
1121 | 2024-11-26T08:21:56.496Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1122 | 2024-11-26T08:21:57.256Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1123 | 2024-11-26T08:21:57.321Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1124 | 2024-11-26T08:21:58.466Z | Compiling newtype_derive v0.1.6 |
1125 | 2024-11-26T08:21:58.863Z | Compiling blake2 v0.10.6 |
1126 | 2024-11-26T08:21:59.733Z | Compiling hubpack_derive v0.1.1 |
1127 | 2024-11-26T08:21:59.971Z | Compiling smf v0.2.3 |
1128 | 2024-11-26T08:22:00.057Z | Compiling zerocopy-derive v0.6.6 |
1129 | 2024-11-26T08:22:00.601Z | Compiling owo-colors v4.1.0 |
1130 | 2024-11-26T08:22:00.675Z | Compiling whoami v1.5.2 |
1131 | 2024-11-26T08:22:00.677Z | Compiling fixedbitset v0.4.2 |
1132 | 2024-11-26T08:22:00.960Z | Compiling cancel-safe-futures v0.1.5 |
1133 | 2024-11-26T08:22:01.472Z | Compiling petgraph v0.6.5 |
1134 | 2024-11-26T08:22:01.643Z | Compiling hubpack v0.1.2 |
1135 | 2024-11-26T08:22:02.097Z | Compiling zerocopy v0.6.6 |
1136 | 2024-11-26T08:22:02.122Z | Compiling argon2 v0.5.3 |
1137 | 2024-11-26T08:22:03.113Z | Compiling strum_macros v0.25.3 |
1138 | 2024-11-26T08:22:04.542Z | Compiling serde-big-array v0.5.1 |
1139 | 2024-11-26T08:22:04.815Z | Compiling serde_repr v0.1.19 |
1140 | 2024-11-26T08:22:05.835Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-11-26T08:22:06.011Z | Compiling cookie v0.18.1 |
1142 | 2024-11-26T08:22:06.065Z | Compiling convert_case v0.4.0 |
1143 | 2024-11-26T08:22:06.392Z | Compiling static_assertions v1.1.0 |
1144 | 2024-11-26T08:22:06.594Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-11-26T08:22:06.850Z | Compiling derive_more v0.99.18 |
1146 | 2024-11-26T08:22:06.874Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1147 | 2024-11-26T08:22:08.463Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-11-26T08:22:09.227Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1149 | 2024-11-26T08:22:09.673Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1150 | 2024-11-26T08:22:11.942Z | Compiling atomicwrites v0.4.4 |
1151 | 2024-11-26T08:22:13.398Z | Compiling itertools v0.13.0 |
1152 | 2024-11-26T08:22:13.584Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1153 | 2024-11-26T08:22:14.766Z | Compiling idna v0.4.0 |
1154 | 2024-11-26T08:22:15.094Z | Compiling libsw v3.3.1 |
1155 | 2024-11-26T08:22:15.431Z | Compiling derive-where v1.2.7 |
1156 | 2024-11-26T08:22:15.904Z | Compiling enum-as-inner v0.6.1 |
1157 | 2024-11-26T08:22:15.933Z | Compiling linked-hash-map v0.5.6 |
1158 | 2024-11-26T08:22:16.303Z | Compiling data-encoding v2.6.0 |
1159 | 2024-11-26T08:22:16.432Z | Compiling swrite v0.1.0 |
1160 | 2024-11-26T08:22:16.568Z | Compiling quick-error v1.2.3 |
1161 | 2024-11-26T08:22:16.719Z | Compiling linear-map v1.2.0 |
1162 | 2024-11-26T08:22:17.849Z | Compiling indent_write v2.2.0 |
1163 | 2024-11-26T08:22:17.876Z | Compiling highway v1.2.0 |
1164 | 2024-11-26T08:22:17.876Z | Compiling hickory-proto v0.24.1 |
1165 | 2024-11-26T08:22:18.620Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-26T08:22:18.673Z | Compiling resolv-conf v0.7.0 |
1167 | 2024-11-26T08:22:18.808Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-11-26T08:22:20.252Z | Compiling lru-cache v0.1.2 |
1169 | 2024-11-26T08:22:20.498Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1170 | 2024-11-26T08:22:21.725Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1171 | 2024-11-26T08:22:22.139Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1172 | 2024-11-26T08:22:23.154Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1173 | 2024-11-26T08:22:23.310Z | Compiling steno v0.4.1 |
1174 | 2024-11-26T08:22:27.000Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-11-26T08:22:27.368Z | Compiling slog-dtrace v0.3.0 |
1176 | 2024-11-26T08:22:27.737Z | Compiling parking_lot_core v0.8.6 |
1177 | 2024-11-26T08:22:27.990Z | Compiling humantime v2.1.0 |
1178 | 2024-11-26T08:22:28.226Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-11-26T08:22:28.403Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1180 | 2024-11-26T08:22:28.866Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1181 | 2024-11-26T08:22:30.960Z | Compiling hickory-resolver v0.24.1 |
1182 | 2024-11-26T08:22:30.995Z | Compiling num-derive v0.3.3 |
1183 | 2024-11-26T08:22:31.645Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-26T08:22:32.630Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1185 | 2024-11-26T08:22:32.978Z | Compiling thiserror v2.0.3 |
1186 | 2024-11-26T08:22:33.303Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1187 | 2024-11-26T08:22:33.566Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1188 | 2024-11-26T08:22:34.774Z | Compiling thiserror-impl v2.0.3 |
1189 | 2024-11-26T08:22:35.355Z | Compiling parking_lot v0.11.2 |
1190 | 2024-11-26T08:22:36.204Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1191 | 2024-11-26T08:22:37.698Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1192 | 2024-11-26T08:22:38.469Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1193 | 2024-11-26T08:22:39.487Z | Compiling crossbeam-epoch v0.9.18 |
1194 | 2024-11-26T08:22:39.498Z | Compiling fxhash v0.2.1 |
1195 | 2024-11-26T08:22:39.498Z | Compiling crc32fast v1.4.2 |
1196 | 2024-11-26T08:22:40.039Z | Compiling crc8 v0.1.1 |
1197 | 2024-11-26T08:22:40.267Z | Compiling arc-swap v1.7.1 |
1198 | 2024-11-26T08:22:40.310Z | Compiling sled v0.34.7 |
1199 | 2024-11-26T08:22:40.966Z | Compiling slog-scope v4.4.0 |
1200 | 2024-11-26T08:22:41.737Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1201 | 2024-11-26T08:22:44.660Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1202 | 2024-11-26T08:22:46.097Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1203 | 2024-11-26T08:22:46.655Z | Compiling slog-stdlog v4.1.1 |
1204 | 2024-11-26T08:22:47.465Z | Compiling slog-envlogger v2.2.0 |
1205 | 2024-11-26T08:22:48.703Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1206 | 2024-11-26T08:22:50.153Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1207 | 2024-11-26T08:22:59.565Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1208 | 2024-11-26T08:23:05.517Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1209 | 2024-11-26T08:23:07.122Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1210 | 2024-11-26T08:23:35.341Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1211 | 2024-11-26T08:23:35.343Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1212 | 2024-11-26T08:23:42.472Z | Finished `release` profile [optimized] target(s) in 5m 10s |
1213 | 2024-11-26T08:23:42.803Z | + banner quartet |
1214 | 2024-11-26T08:23:42.805Z | |
1215 | 2024-11-26T08:23:42.805Z | #### # # ## ##### ##### ###### ##### |
1216 | 2024-11-26T08:23:42.805Z | # # # # # # # # # # # |
1217 | 2024-11-26T08:23:42.805Z | # # # # # # # # # ##### # |
1218 | 2024-11-26T08:23:42.805Z | # # # # # ###### ##### # # # |
1219 | 2024-11-26T08:23:42.805Z | # # # # # # # # # # # |
1220 | 2024-11-26T08:23:42.805Z | ### # #### # # # # # ###### # |
1221 | 2024-11-26T08:23:42.805Z | |
1222 | 2024-11-26T08:23:42.805Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1223 | 2024-11-26T08:23:43.266Z | Compiling cfg-if v1.0.0 |
1224 | 2024-11-26T08:23:43.266Z | Compiling libc v0.2.165 |
1225 | 2024-11-26T08:23:43.266Z | Compiling serde v1.0.215 |
1226 | 2024-11-26T08:23:43.269Z | Compiling once_cell v1.20.2 |
1227 | 2024-11-26T08:23:43.269Z | Compiling itoa v1.0.11 |
1228 | 2024-11-26T08:23:43.269Z | Compiling byteorder v1.5.0 |
1229 | 2024-11-26T08:23:43.336Z | Compiling syn v2.0.87 |
1230 | 2024-11-26T08:23:43.340Z | Compiling bytes v1.7.2 |
1231 | 2024-11-26T08:23:43.410Z | Compiling num-traits v0.2.19 |
1232 | 2024-11-26T08:23:43.563Z | Compiling zerocopy v0.7.35 |
1233 | 2024-11-26T08:23:43.703Z | Compiling pin-project-lite v0.2.14 |
1234 | 2024-11-26T08:23:43.735Z | Compiling ahash v0.8.11 |
1235 | 2024-11-26T08:23:43.776Z | Compiling memchr v2.7.4 |
1236 | 2024-11-26T08:23:43.787Z | Compiling scopeguard v1.2.0 |
1237 | 2024-11-26T08:23:43.850Z | Compiling schemars v0.8.21 |
1238 | 2024-11-26T08:23:43.872Z | Compiling smallvec v1.13.2 |
1239 | 2024-11-26T08:23:43.914Z | Compiling allocator-api2 v0.2.18 |
1240 | 2024-11-26T08:23:44.289Z | Compiling lock_api v0.4.12 |
1241 | 2024-11-26T08:23:44.705Z | Compiling hashbrown v0.14.5 |
1242 | 2024-11-26T08:23:44.759Z | Compiling fnv v1.0.7 |
1243 | 2024-11-26T08:23:44.779Z | Compiling log v0.4.22 |
1244 | 2024-11-26T08:23:44.891Z | Compiling getrandom v0.2.15 |
1245 | 2024-11-26T08:23:44.901Z | Compiling parking_lot_core v0.9.10 |
1246 | 2024-11-26T08:23:45.156Z | Compiling signal-hook-registry v1.4.2 |
1247 | 2024-11-26T08:23:45.224Z | Compiling socket2 v0.5.7 |
1248 | 2024-11-26T08:23:45.295Z | Compiling parking_lot v0.12.3 |
1249 | 2024-11-26T08:23:45.725Z | Compiling mio v1.0.2 |
1250 | 2024-11-26T08:23:45.796Z | Compiling futures-core v0.3.30 |
1251 | 2024-11-26T08:23:46.169Z | Compiling ryu v1.0.18 |
1252 | 2024-11-26T08:23:46.320Z | Compiling equivalent v1.0.1 |
1253 | 2024-11-26T08:23:46.551Z | Compiling tracing-core v0.1.32 |
1254 | 2024-11-26T08:23:46.693Z | Compiling serde_json v1.0.133 |
1255 | 2024-11-26T08:23:46.730Z | Compiling uuid v1.11.0 |
1256 | 2024-11-26T08:23:46.758Z | Compiling regress v0.10.1 |
1257 | 2024-11-26T08:23:46.922Z | Compiling untrusted v0.9.0 |
1258 | 2024-11-26T08:23:47.094Z | Compiling spin v0.9.8 |
1259 | 2024-11-26T08:23:47.298Z | Compiling futures-task v0.3.30 |
1260 | 2024-11-26T08:23:47.307Z | Compiling futures-sink v0.3.30 |
1261 | 2024-11-26T08:23:47.422Z | Compiling pin-utils v0.1.0 |
1262 | 2024-11-26T08:23:47.455Z | Compiling ring v0.17.8 |
1263 | 2024-11-26T08:23:47.465Z | Compiling slab v0.4.9 |
1264 | 2024-11-26T08:23:47.494Z | Compiling futures-util v0.3.30 |
1265 | 2024-11-26T08:23:47.722Z | Compiling try-lock v0.2.5 |
1266 | 2024-11-26T08:23:47.875Z | Compiling want v0.3.1 |
1267 | 2024-11-26T08:23:48.166Z | Compiling chrono v0.4.38 |
1268 | 2024-11-26T08:23:48.265Z | Compiling httparse v1.9.4 |
1269 | 2024-11-26T08:23:48.917Z | Compiling futures-channel v0.3.30 |
1270 | 2024-11-26T08:23:49.346Z | Compiling foreign-types-shared v0.1.1 |
1271 | 2024-11-26T08:23:49.377Z | Compiling tower-service v0.3.3 |
1272 | 2024-11-26T08:23:49.447Z | Compiling dyn-clone v1.0.17 |
1273 | 2024-11-26T08:23:49.493Z | Compiling foreign-types v0.3.2 |
1274 | 2024-11-26T08:23:49.581Z | Compiling openssl-sys v0.9.103 |
1275 | 2024-11-26T08:23:50.013Z | Compiling serde_derive_internals v0.29.1 |
1276 | 2024-11-26T08:23:50.168Z | Compiling bitflags v2.6.0 |
1277 | 2024-11-26T08:23:50.509Z | Compiling unicode-ident v1.0.13 |
1278 | 2024-11-26T08:23:50.520Z | Compiling http v1.1.0 |
1279 | 2024-11-26T08:23:50.958Z | Compiling proc-macro2 v1.0.86 |
1280 | 2024-11-26T08:23:51.054Z | Compiling semver v1.0.23 |
1281 | 2024-11-26T08:23:51.491Z | Compiling tinyvec_macros v0.1.1 |
1282 | 2024-11-26T08:23:51.546Z | Compiling openssl-probe v0.1.5 |
1283 | 2024-11-26T08:23:51.582Z | Compiling tinyvec v1.8.0 |
1284 | 2024-11-26T08:23:52.069Z | Compiling quote v1.0.37 |
1285 | 2024-11-26T08:23:52.330Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-11-26T08:23:52.793Z | Compiling form_urlencoded v1.2.1 |
1287 | 2024-11-26T08:23:53.285Z | Compiling unicode-normalization v0.1.24 |
1288 | 2024-11-26T08:23:54.156Z | Compiling aho-corasick v1.1.3 |
1289 | 2024-11-26T08:23:54.590Z | Compiling http v0.2.12 |
1290 | 2024-11-26T08:23:55.009Z | Compiling unicode-bidi v0.3.15 |
1291 | 2024-11-26T08:23:55.298Z | Compiling rustls-pki-types v1.8.0 |
1292 | 2024-11-26T08:23:55.636Z | Compiling serde_derive v1.0.215 |
1293 | 2024-11-26T08:23:56.169Z | Compiling zerocopy-derive v0.7.35 |
1294 | 2024-11-26T08:23:56.611Z | Compiling thiserror-impl v1.0.64 |
1295 | 2024-11-26T08:23:56.737Z | Compiling schemars_derive v0.8.21 |
1296 | 2024-11-26T08:23:57.997Z | Compiling tokio-macros v2.4.0 |
1297 | 2024-11-26T08:23:58.548Z | Compiling tracing-attributes v0.1.27 |
1298 | 2024-11-26T08:23:59.379Z | Compiling openssl-macros v0.1.1 |
1299 | 2024-11-26T08:23:59.454Z | Compiling thiserror v1.0.64 |
1300 | 2024-11-26T08:23:59.613Z | Compiling tokio v1.40.0 |
1301 | 2024-11-26T08:23:59.724Z | Compiling heck v0.5.0 |
1302 | 2024-11-26T08:23:59.825Z | Compiling regex-automata v0.4.7 |
1303 | 2024-11-26T08:24:00.221Z | Compiling openssl v0.10.66 |
1304 | 2024-11-26T08:24:01.023Z | Compiling idna v0.5.0 |
1305 | 2024-11-26T08:24:01.931Z | Compiling tracing v0.1.40 |
1306 | 2024-11-26T08:24:02.647Z | Compiling http-body v1.0.1 |
1307 | 2024-11-26T08:24:07.634Z | Compiling native-tls v0.2.12 |
1308 | 2024-11-26T08:24:08.771Z | Compiling regex-syntax v0.8.4 |
1309 | 2024-11-26T08:24:10.297Z | Compiling indexmap v2.5.0 |
1310 | 2024-11-26T08:24:14.525Z | Compiling tokio-util v0.7.12 |
1311 | 2024-11-26T08:24:14.564Z | Compiling serde_tokenstream v0.2.2 |
1312 | 2024-11-26T08:24:16.814Z | Compiling tokio-native-tls v0.3.1 |
1313 | 2024-11-26T08:24:17.111Z | Compiling slog v2.7.0 |
1314 | 2024-11-26T08:24:17.219Z | Compiling atomic-waker v1.1.2 |
1315 | 2024-11-26T08:24:17.407Z | Compiling h2 v0.4.6 |
1316 | 2024-11-26T08:24:17.614Z | Compiling typify-impl v0.2.0 |
1317 | 2024-11-26T08:24:17.677Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1318 | 2024-11-26T08:24:17.689Z | Compiling openapiv3 v2.0.0 |
1319 | 2024-11-26T08:24:26.700Z | Compiling serde_urlencoded v0.7.1 |
1320 | 2024-11-26T08:24:27.338Z | Compiling regex v1.10.6 |
1321 | 2024-11-26T08:24:28.330Z | Compiling url v2.5.2 |
1322 | 2024-11-26T08:24:28.915Z | Compiling encoding_rs v0.8.34 |
1323 | 2024-11-26T08:24:29.735Z | Compiling rustls v0.21.12 |
1324 | 2024-11-26T08:24:29.746Z | Compiling ipnet v2.10.0 |
1325 | 2024-11-26T08:24:30.072Z | Compiling mime v0.3.17 |
1326 | 2024-11-26T08:24:31.215Z | Compiling typify-macro v0.2.0 |
1327 | 2024-11-26T08:24:32.850Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1328 | 2024-11-26T08:24:33.841Z | Compiling hyper v1.5.1 |
1329 | 2024-11-26T08:24:35.107Z | Compiling h2 v0.3.26 |
1330 | 2024-11-26T08:24:35.392Z | Compiling http-body v0.4.6 |
1331 | 2024-11-26T08:24:35.909Z | Compiling rustls-webpki v0.102.8 |
1332 | 2024-11-26T08:24:36.686Z | Compiling sct v0.7.1 |
1333 | 2024-11-26T08:24:36.713Z | Compiling rustls-webpki v0.101.7 |
1334 | 2024-11-26T08:24:37.126Z | Compiling zeroize v1.8.1 |
1335 | 2024-11-26T08:24:37.490Z | Compiling subtle v2.6.1 |
1336 | 2024-11-26T08:24:37.778Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-11-26T08:24:38.174Z | Compiling httpdate v1.0.3 |
1338 | 2024-11-26T08:24:38.913Z | Compiling toml_edit v0.19.15 |
1339 | 2024-11-26T08:24:39.691Z | Compiling rustls v0.23.13 |
1340 | 2024-11-26T08:24:40.564Z | Compiling hyper v0.14.30 |
1341 | 2024-11-26T08:24:44.117Z | Compiling serde_yaml v0.9.34+deprecated |
1342 | 2024-11-26T08:24:45.266Z | Compiling hyper-util v0.1.10 |
1343 | 2024-11-26T08:24:50.787Z | Compiling lazy_static v1.5.0 |
1344 | 2024-11-26T08:24:50.927Z | Compiling tokio-rustls v0.26.0 |
1345 | 2024-11-26T08:24:51.228Z | Compiling tokio-rustls v0.24.1 |
1346 | 2024-11-26T08:24:51.425Z | Compiling proc-macro-crate v1.3.1 |
1347 | 2024-11-26T08:24:51.641Z | Compiling http-body-util v0.1.2 |
1348 | 2024-11-26T08:24:52.218Z | Compiling webpki-roots v0.26.6 |
1349 | 2024-11-26T08:24:52.262Z | Compiling base64 v0.21.7 |
1350 | 2024-11-26T08:24:52.427Z | Compiling base64 v0.22.1 |
1351 | 2024-11-26T08:24:52.477Z | Compiling crossbeam-utils v0.8.20 |
1352 | 2024-11-26T08:24:52.494Z | Compiling hyper-rustls v0.27.3 |
1353 | 2024-11-26T08:24:53.321Z | Compiling rustls-pemfile v2.1.3 |
1354 | 2024-11-26T08:24:53.378Z | Compiling rustls-pemfile v1.0.4 |
1355 | 2024-11-26T08:24:53.521Z | Compiling num_enum_derive v0.5.11 |
1356 | 2024-11-26T08:24:54.117Z | Compiling hyper-tls v0.6.0 |
1357 | 2024-11-26T08:24:54.205Z | Compiling hyper-rustls v0.24.2 |
1358 | 2024-11-26T08:24:54.233Z | Compiling hyper-tls v0.5.0 |
1359 | 2024-11-26T08:24:54.643Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1360 | 2024-11-26T08:24:54.653Z | Compiling typify v0.2.0 |
1361 | 2024-11-26T08:24:54.776Z | Compiling ipnetwork v0.20.0 |
1362 | 2024-11-26T08:24:54.784Z | Compiling ppv-lite86 v0.2.20 |
1363 | 2024-11-26T08:24:55.773Z | Compiling foreign-types-macros v0.2.3 |
1364 | 2024-11-26T08:24:55.900Z | Compiling sync_wrapper v1.0.1 |
1365 | 2024-11-26T08:24:56.052Z | Compiling rand_core v0.6.4 |
1366 | 2024-11-26T08:24:56.525Z | Compiling dirs-sys-next v0.1.2 |
1367 | 2024-11-26T08:24:57.139Z | Compiling sync_wrapper v0.1.2 |
1368 | 2024-11-26T08:24:57.184Z | Compiling webpki-roots v0.25.4 |
1369 | 2024-11-26T08:24:57.271Z | Compiling foreign-types-shared v0.3.1 |
1370 | 2024-11-26T08:24:57.342Z | Compiling powerfmt v0.2.0 |
1371 | 2024-11-26T08:24:57.382Z | Compiling time-macros v0.2.18 |
1372 | 2024-11-26T08:24:57.640Z | Compiling deranged v0.3.11 |
1373 | 2024-11-26T08:24:57.812Z | Compiling foreign-types v0.5.0 |
1374 | 2024-11-26T08:24:57.927Z | Compiling reqwest v0.11.27 |
1375 | 2024-11-26T08:24:58.281Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1376 | 2024-11-26T08:24:59.988Z | Compiling dirs-next v2.0.0 |
1377 | 2024-11-26T08:25:00.235Z | Compiling progenitor-impl v0.8.0 |
1378 | 2024-11-26T08:25:00.368Z | Compiling rand_chacha v0.3.1 |
1379 | 2024-11-26T08:25:02.148Z | Compiling reqwest v0.12.9 |
1380 | 2024-11-26T08:25:04.910Z | Compiling num_enum v0.5.11 |
1381 | 2024-11-26T08:25:05.083Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1382 | 2024-11-26T08:25:08.827Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1383 | 2024-11-26T08:25:08.990Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1384 | 2024-11-26T08:25:09.171Z | Compiling cstr-argument v0.1.2 |
1385 | 2024-11-26T08:25:09.367Z | Compiling thread_local v1.1.8 |
1386 | 2024-11-26T08:25:09.416Z | Compiling either v1.13.0 |
1387 | 2024-11-26T08:25:09.880Z | Compiling arc-swap v1.7.1 |
1388 | 2024-11-26T08:25:09.899Z | Compiling time-core v0.1.2 |
1389 | 2024-11-26T08:25:10.087Z | Compiling pretty-hex v0.2.1 |
1390 | 2024-11-26T08:25:10.098Z | Compiling num-conv v0.1.0 |
1391 | 2024-11-26T08:25:10.298Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1392 | 2024-11-26T08:25:10.359Z | Compiling time v0.3.36 |
1393 | 2024-11-26T08:25:10.549Z | Compiling slog-scope v4.4.0 |
1394 | 2024-11-26T08:25:11.477Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1395 | 2024-11-26T08:25:11.822Z | Compiling itertools v0.12.1 |
1396 | 2024-11-26T08:25:11.862Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1397 | 2024-11-26T08:25:12.775Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1398 | 2024-11-26T08:25:12.957Z | Compiling crossbeam-channel v0.5.13 |
1399 | 2024-11-26T08:25:14.613Z | Compiling progenitor-macro v0.8.0 |
1400 | 2024-11-26T08:25:15.762Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1401 | 2024-11-26T08:25:19.463Z | Compiling progenitor-client v0.8.0 |
1402 | 2024-11-26T08:25:20.395Z | Compiling rand v0.8.5 |
1403 | 2024-11-26T08:25:22.381Z | Compiling term v0.7.0 |
1404 | 2024-11-26T08:25:25.137Z | Compiling anyhow v1.0.93 |
1405 | 2024-11-26T08:25:26.635Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1406 | 2024-11-26T08:25:28.517Z | Compiling colored v2.1.0 |
1407 | 2024-11-26T08:25:28.905Z | Compiling is-terminal v0.4.13 |
1408 | 2024-11-26T08:25:29.039Z | Compiling winnow v0.6.18 |
1409 | 2024-11-26T08:25:29.721Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1410 | 2024-11-26T08:25:30.065Z | Compiling take_mut v0.2.2 |
1411 | 2024-11-26T08:25:30.229Z | Compiling slog-async v2.8.0 |
1412 | 2024-11-26T08:25:33.324Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1413 | 2024-11-26T08:25:33.585Z | Compiling progenitor v0.8.0 |
1414 | 2024-11-26T08:25:33.801Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1415 | 2024-11-26T08:25:34.024Z | Compiling slog-term v2.9.1 |
1416 | 2024-11-26T08:25:36.819Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1417 | 2024-11-26T08:25:40.572Z | Compiling slog-stdlog v4.1.1 |
1418 | 2024-11-26T08:25:41.430Z | Compiling slog-envlogger v2.2.0 |
1419 | 2024-11-26T08:25:42.774Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1420 | 2024-11-26T08:25:45.728Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1421 | 2024-11-26T08:25:59.353Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1422 | 2024-11-26T08:26:06.790Z | Finished `release` profile [optimized] target(s) in 2m 23s |
1423 | 2024-11-26T08:26:06.871Z | Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757) |
1424 | 2024-11-26T08:26:06.918Z | |
1425 | 2024-11-26T08:26:06.918Z | running 1 test |
1426 | 2024-11-26T08:26:07.110Z | configure zone |
1427 | 2024-11-26T08:26:07.168Z | install zone |
1428 | 2024-11-26T08:27:06.934Z | test ddm::test_quartet has been running for over 60 seconds |
1429 | 2024-11-26T08:28:09.533Z | boot zone |
1430 | 2024-11-26T08:28:10.364Z | start zone s1 |
1431 | 2024-11-26T08:28:10.364Z | configure zone |
1432 | 2024-11-26T08:28:10.372Z | install zone |
1433 | 2024-11-26T08:29:59.648Z | boot zone |
1434 | 2024-11-26T08:30:00.447Z | start zone s2 |
1435 | 2024-11-26T08:30:00.447Z | configure zone |
1436 | 2024-11-26T08:30:00.455Z | install zone |
1437 | 2024-11-26T08:31:54.813Z | boot zone |
1438 | 2024-11-26T08:31:55.609Z | start zone s3 |
1439 | 2024-11-26T08:31:55.609Z | configure zone |
1440 | 2024-11-26T08:31:55.617Z | install zone |
1441 | 2024-11-26T08:33:44.488Z | boot zone |
1442 | 2024-11-26T08:33:45.299Z | start zone t1 |
1443 | 2024-11-26T08:33:45.299Z | configure zone |
1444 | 2024-11-26T08:33:45.308Z | install zone |
1445 | 2024-11-26T08:35:30.690Z | boot zone |
1446 | 2024-11-26T08:35:31.510Z | waiting for zones to come up |
1447 | 2024-11-26T08:35:41.513Z | [sidecar.quartet] svcs milestone/network |
1448 | 2024-11-26T08:35:41.611Z | STATE STIME FMRI |
1449 | 2024-11-26T08:35:41.611Z | online 0:28:28 svc:/milestone/network:default |
1450 | 2024-11-26T08:35:41.611Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1451 | 2024-11-26T08:35:41.657Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1452 | 2024-11-26T08:35:41.707Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1453 | 2024-11-26T08:35:41.750Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1454 | 2024-11-26T08:35:41.754Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1455 | 2024-11-26T08:35:41.775Z | |
1456 | 2024-11-26T08:35:41.775Z | running zone s1.quartet setup |
1457 | 2024-11-26T08:35:41.775Z | [s1.quartet] svcs milestone/network |
1458 | 2024-11-26T08:35:41.797Z | STATE STIME FMRI |
1459 | 2024-11-26T08:35:41.797Z | online 0:30:18 svc:/milestone/network:default |
1460 | 2024-11-26T08:35:41.797Z | [s1.quartet] dladm |
1461 | 2024-11-26T08:35:41.818Z | LINK CLASS MTU STATE BRIDGE OVER |
1462 | 2024-11-26T08:35:41.818Z | sl0 simnet 9000 up -- ? |
1463 | 2024-11-26T08:35:41.818Z | mgs1 vnic 9000 up -- ? |
1464 | 2024-11-26T08:35:41.818Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1465 | 2024-11-26T08:35:42.413Z | |
1466 | 2024-11-26T08:35:42.413Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1467 | 2024-11-26T08:35:42.438Z | |
1468 | 2024-11-26T08:35:42.438Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1469 | 2024-11-26T08:35:42.458Z | |
1470 | 2024-11-26T08:35:42.458Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1471 | 2024-11-26T08:35:42.546Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1472 | 2024-11-26T08:35:42.590Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid fe3f7c29-1580-42c2-a708-0c9a106b2026 --sled-uuid 33823688-ce6c-4fd7-85bf-7dabed9287d3 -a sl0/v6 &> /opt/ddmd.log & |
1473 | 2024-11-26T08:35:42.612Z | |
1474 | 2024-11-26T08:35:42.612Z | running zone s2.quartet setup |
1475 | 2024-11-26T08:35:42.612Z | [s2.quartet] svcs milestone/network |
1476 | 2024-11-26T08:35:42.636Z | STATE STIME FMRI |
1477 | 2024-11-26T08:35:42.636Z | online 0:32:13 svc:/milestone/network:default |
1478 | 2024-11-26T08:35:42.636Z | [s2.quartet] dladm |
1479 | 2024-11-26T08:35:42.656Z | LINK CLASS MTU STATE BRIDGE OVER |
1480 | 2024-11-26T08:35:42.656Z | sl1 simnet 9000 up -- ? |
1481 | 2024-11-26T08:35:42.656Z | mgs2 vnic 9000 up -- ? |
1482 | 2024-11-26T08:35:42.656Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1483 | 2024-11-26T08:35:43.263Z | |
1484 | 2024-11-26T08:35:43.263Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1485 | 2024-11-26T08:35:43.287Z | |
1486 | 2024-11-26T08:35:43.287Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1487 | 2024-11-26T08:35:43.307Z | |
1488 | 2024-11-26T08:35:43.307Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1489 | 2024-11-26T08:35:43.354Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1490 | 2024-11-26T08:35:43.377Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f6d4107c-0244-4f1c-922b-105a0a94aa4d --sled-uuid 7a4edfa7-da6c-47ec-b97f-0f07ebedabb0 -a sl1/v6 &> /opt/ddmd.log & |
1491 | 2024-11-26T08:35:43.396Z | |
1492 | 2024-11-26T08:35:43.396Z | running zone s3.quartet setup |
1493 | 2024-11-26T08:35:43.396Z | [s3.quartet] svcs milestone/network |
1494 | 2024-11-26T08:35:43.420Z | STATE STIME FMRI |
1495 | 2024-11-26T08:35:43.420Z | online 0:34:02 svc:/milestone/network:default |
1496 | 2024-11-26T08:35:43.420Z | [s3.quartet] dladm |
1497 | 2024-11-26T08:35:43.441Z | LINK CLASS MTU STATE BRIDGE OVER |
1498 | 2024-11-26T08:35:43.441Z | sl2 simnet 9000 up -- ? |
1499 | 2024-11-26T08:35:43.441Z | mgs3 vnic 9000 up -- ? |
1500 | 2024-11-26T08:35:43.441Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1501 | 2024-11-26T08:35:43.992Z | |
1502 | 2024-11-26T08:35:43.992Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1503 | 2024-11-26T08:35:44.017Z | |
1504 | 2024-11-26T08:35:44.017Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1505 | 2024-11-26T08:35:44.037Z | |
1506 | 2024-11-26T08:35:44.037Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1507 | 2024-11-26T08:35:44.083Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1508 | 2024-11-26T08:35:44.105Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 5cf1d4e6-70eb-409f-8f3c-7273097ab2a8 --sled-uuid eb9ed311-0c67-4770-b1c6-04c849f33665 -a sl2/v6 &> /opt/ddmd.log & |
1509 | 2024-11-26T08:35:44.126Z | |
1510 | 2024-11-26T08:35:44.126Z | running zone t1.quartet setup |
1511 | 2024-11-26T08:35:44.126Z | [t1.quartet] svcs milestone/network |
1512 | 2024-11-26T08:35:44.149Z | STATE STIME FMRI |
1513 | 2024-11-26T08:35:44.149Z | - - svc:/milestone/network:default |
1514 | 2024-11-26T08:35:45.150Z | [t1.quartet] svcs milestone/network |
1515 | 2024-11-26T08:35:45.172Z | STATE STIME FMRI |
1516 | 2024-11-26T08:35:45.172Z | - - svc:/milestone/network:default |
1517 | 2024-11-26T08:35:46.172Z | [t1.quartet] svcs milestone/network |
1518 | 2024-11-26T08:35:46.203Z | STATE STIME FMRI |
1519 | 2024-11-26T08:35:46.203Z | - - svc:/milestone/network:default |
1520 | 2024-11-26T08:35:47.204Z | [t1.quartet] svcs milestone/network |
1521 | 2024-11-26T08:35:47.225Z | STATE STIME FMRI |
1522 | 2024-11-26T08:35:47.225Z | - - svc:/milestone/network:default |
1523 | 2024-11-26T08:35:48.226Z | [t1.quartet] svcs milestone/network |
1524 | 2024-11-26T08:35:48.247Z | STATE STIME FMRI |
1525 | 2024-11-26T08:35:48.247Z | - - svc:/milestone/network:default |
1526 | 2024-11-26T08:35:49.247Z | [t1.quartet] svcs milestone/network |
1527 | 2024-11-26T08:35:49.269Z | STATE STIME FMRI |
1528 | 2024-11-26T08:35:49.269Z | offline 0:35:48 svc:/milestone/network:default |
1529 | 2024-11-26T08:35:50.270Z | [t1.quartet] svcs milestone/network |
1530 | 2024-11-26T08:35:50.297Z | STATE STIME FMRI |
1531 | 2024-11-26T08:35:50.297Z | online 0:35:48 svc:/milestone/network:default |
1532 | 2024-11-26T08:35:50.297Z | [t1.quartet] dladm |
1533 | 2024-11-26T08:35:50.322Z | LINK CLASS MTU STATE BRIDGE OVER |
1534 | 2024-11-26T08:35:50.322Z | tfportrear0_0 simnet 9000 up -- ? |
1535 | 2024-11-26T08:35:50.322Z | tfportrear1_0 simnet 9000 up -- ? |
1536 | 2024-11-26T08:35:50.322Z | tfportrear2_0 simnet 9000 up -- ? |
1537 | 2024-11-26T08:35:50.322Z | mgt1 vnic 9000 up -- ? |
1538 | 2024-11-26T08:35:50.322Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1539 | 2024-11-26T08:35:50.764Z | |
1540 | 2024-11-26T08:35:50.764Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1541 | 2024-11-26T08:35:50.873Z | |
1542 | 2024-11-26T08:35:50.873Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1543 | 2024-11-26T08:35:50.877Z | |
1544 | 2024-11-26T08:35:50.877Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1545 | 2024-11-26T08:35:50.877Z | |
1546 | 2024-11-26T08:35:50.877Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1547 | 2024-11-26T08:35:50.877Z | |
1548 | 2024-11-26T08:35:50.877Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1549 | 2024-11-26T08:35:51.041Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1550 | 2024-11-26T08:35:51.045Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1551 | 2024-11-26T08:35:51.048Z | waiting 3s for copy of files to zone to complete ... |
1552 | 2024-11-26T08:35:54.049Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1553 | 2024-11-26T08:35:54.161Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1554 | 2024-11-26T08:35:54.165Z | [t1.quartet] svcadm enable dendrite |
1555 | 2024-11-26T08:35:54.165Z | |
1556 | 2024-11-26T08:35:54.165Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1557 | 2024-11-26T08:35:54.200Z | |
1558 | 2024-11-26T08:35:54.200Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1559 | 2024-11-26T08:35:54.245Z | |
1560 | 2024-11-26T08:35:54.245Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1561 | 2024-11-26T08:35:54.287Z | |
1562 | 2024-11-26T08:35:54.287Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1563 | 2024-11-26T08:35:54.328Z | |
1564 | 2024-11-26T08:35:54.328Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1565 | 2024-11-26T08:35:54.371Z | |
1566 | 2024-11-26T08:35:54.371Z | [t1.quartet] svcadm refresh dendrite:default |
1567 | 2024-11-26T08:35:54.408Z | |
1568 | 2024-11-26T08:35:54.408Z | [t1.quartet] svcadm restart dendrite:default |
1569 | 2024-11-26T08:35:54.445Z | |
1570 | 2024-11-26T08:35:54.446Z | wait 10s for dendrite to come up ... |
1571 | 2024-11-26T08:36:04.448Z | [t1.quartet] svcadm enable tfport |
1572 | 2024-11-26T08:36:04.488Z | |
1573 | 2024-11-26T08:36:04.488Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ca847976-c591-4938-a02b-0dc78c4b0688 --sled-uuid fee453ec-6b68-4e09-97f3-dae54c92851e -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1574 | 2024-11-26T08:36:04.508Z | |
1575 | 2024-11-26T08:36:04.508Z | [t1.quartet] ipadm |
1576 | 2024-11-26T08:36:04.534Z | ADDROBJ TYPE STATE ADDR |
1577 | 2024-11-26T08:36:04.534Z | lo0/v4 static ok 127.0.0.1/8 |
1578 | 2024-11-26T08:36:04.534Z | mgt1/v4 static ok 10.0.0.4/24 |
1579 | 2024-11-26T08:36:04.534Z | lo0/v6 static ok ::1/128 |
1580 | 2024-11-26T08:36:04.534Z | lo0/u6 static ok fd00:4::1/64 |
1581 | 2024-11-26T08:36:04.534Z | tfportrear0_0/v6 addrconf ok fe80::7443:c1ff:fea5:e849%tfportrear0_0/10 |
1582 | 2024-11-26T08:36:04.534Z | tfportrear1_0/v6 addrconf ok fe80::18fd:7eff:fe98:216b%tfportrear1_0/10 |
1583 | 2024-11-26T08:36:04.534Z | tfportrear2_0/v6 addrconf ok fe80::3c5e:b1ff:fec7:15ec%tfportrear2_0/10 |
1584 | 2024-11-26T08:36:06.818Z | initial peering test passed |
1585 | 2024-11-26T08:36:07.821Z | [s3.quartet] ping fd00:1::1 |
1586 | 2024-11-26T08:36:07.850Z | fd00:1::1 is alive |
1587 | 2024-11-26T08:36:18.859Z | [s3.quartet] ping fd00:1::1 |
1588 | 2024-11-26T08:36:18.877Z | fd00:1::1 is alive |
1589 | 2024-11-26T08:36:18.895Z | [t1.quartet] pkill ddmd |
1590 | 2024-11-26T08:36:18.920Z | |
1591 | 2024-11-26T08:36:18.920Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1592 | 2024-11-26T08:36:18.924Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1593 | 2024-11-26T08:36:21.417Z | [s3.quartet] pkill ddmd |
1594 | 2024-11-26T08:36:21.437Z | |
1595 | 2024-11-26T08:36:21.437Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1596 | 2024-11-26T08:36:23.844Z | [s2.quartet] pkill ddmd |
1597 | 2024-11-26T08:36:23.864Z | |
1598 | 2024-11-26T08:36:23.864Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1599 | 2024-11-26T08:36:26.358Z | [s1.quartet] pkill ddmd |
1600 | 2024-11-26T08:36:26.380Z | |
1601 | 2024-11-26T08:36:26.380Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1602 | 2024-11-26T08:36:28.768Z | [sidecar.quartet] pkill softnpu |
1603 | 2024-11-26T08:36:28.787Z | |
1604 | 2024-11-26T08:36:28.788Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1605 | 2024-11-26T08:36:31.231Z | test ddm::test_quartet ... ok |
1606 | 2024-11-26T08:36:31.231Z | |
1607 | 2024-11-26T08:36:31.231Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 624.15s |
1608 | 2024-11-26T08:36:31.231Z | |
1609 | 2024-11-26T08:36:31.259Z | + cleanup |
1610 | 2024-11-26T08:36:31.261Z | ++ id -un |
1611 | 2024-11-26T08:36:31.412Z | ++ id -gn |
1612 | 2024-11-26T08:36:31.417Z | + pfexec chown -R build:build . |
1613 | 2024-11-26T08:36:31.417Z | process exited: duration 1149223 ms, exit code 0 |
|
1614 | 2024-11-26T08:36:31.427Z | found 5 output files |
1615 | 2024-11-26T08:36:31.427Z | uploading: /work/s1.quartet.log (4349 bytes) |
1616 | 2024-11-26T08:36:32.513Z | uploaded: /work/s1.quartet.log |
1617 | 2024-11-26T08:36:32.514Z | uploading: /work/s2.quartet.log (5217 bytes) |
1618 | 2024-11-26T08:36:33.611Z | uploaded: /work/s2.quartet.log |
1619 | 2024-11-26T08:36:33.611Z | uploading: /work/s3.quartet.log (4236 bytes) |
1620 | 2024-11-26T08:36:34.620Z | uploaded: /work/s3.quartet.log |
1621 | 2024-11-26T08:36:34.620Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1622 | 2024-11-26T08:36:35.713Z | uploaded: /work/sidecar.quartet-softnpu.log |
1623 | 2024-11-26T08:36:35.713Z | uploading: /work/t1.quartet.log (17397 bytes) |
1624 | 2024-11-26T08:36:36.724Z | uploaded: /work/t1.quartet.log |