|
|
|
1 | 2024-12-11T04:17:08.477Z | job assigned to worker 01JESYWTD9ZSX3EC0384KTGY0W [factory aws, i-08a6de5eb27c43440] (queued for 1 m 12 s) |
|
2 | 2024-12-11T04:17:15.711Z | starting task 0: "setup" |
3 | 2024-12-11T04:17:15.719Z | ++ uname -s |
4 | 2024-12-11T04:17:15.722Z | + kern=SunOS |
5 | 2024-12-11T04:17:15.722Z | + case "$kern" in |
6 | 2024-12-11T04:17:15.722Z | + groupadd -g 12345 build |
7 | 2024-12-11T04:17:15.726Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T04:17:17.731Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T04:17:17.903Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T04:17:17.906Z | + home_fs=zfs |
11 | 2024-12-11T04:17:17.906Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T04:17:17.906Z | + mkdir -p /home/build |
13 | 2024-12-11T04:17:17.909Z | + chown build:build /home/build /work |
14 | 2024-12-11T04:17:19.911Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T04:17:19.913Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-12-11T04:17:19.918Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T04:17:19.924Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T04:17:19.924Z | ' stable |
19 | 2024-12-11T04:17:19.928Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-11T04:17:19.928Z | ' default |
21 | 2024-12-11T04:17:19.928Z | * toolchain channel = "stable" |
22 | 2024-12-11T04:17:19.928Z | * toolchain profile = "default" |
23 | 2024-12-11T04:17:19.928Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T04:17:19.928Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T04:17:20.046Z | info: downloading installer |
26 | 2024-12-11T04:17:21.531Z | info: profile set to 'default' |
27 | 2024-12-11T04:17:21.531Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T04:17:21.536Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T04:17:21.676Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T04:17:21.676Z | info: downloading component 'cargo' |
31 | 2024-12-11T04:17:22.635Z | info: downloading component 'clippy' |
32 | 2024-12-11T04:17:23.198Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T04:17:24.210Z | info: downloading component 'rust-std' |
34 | 2024-12-11T04:17:25.901Z | info: downloading component 'rustc' |
35 | 2024-12-11T04:17:31.675Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T04:17:32.317Z | info: installing component 'cargo' |
37 | 2024-12-11T04:17:33.125Z | info: installing component 'clippy' |
38 | 2024-12-11T04:17:33.503Z | info: installing component 'rust-docs' |
39 | 2024-12-11T04:17:35.186Z | info: installing component 'rust-std' |
40 | 2024-12-11T04:17:36.830Z | info: installing component 'rustc' |
41 | 2024-12-11T04:17:42.511Z | info: installing component 'rustfmt' |
42 | 2024-12-11T04:17:42.840Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-11T04:17:42.840Z | |
44 | 2024-12-11T04:17:43.200Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T04:17:43.200Z | |
46 | 2024-12-11T04:17:43.202Z | |
47 | 2024-12-11T04:17:43.202Z | Rust is installed now. Great! |
48 | 2024-12-11T04:17:43.202Z | |
49 | 2024-12-11T04:17:43.202Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T04:17:43.202Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T04:17:43.203Z | |
52 | 2024-12-11T04:17:43.203Z | To configure your current shell, you need to source |
53 | 2024-12-11T04:17:43.203Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T04:17:43.203Z | |
55 | 2024-12-11T04:17:43.203Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T04:17:43.203Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T04:17:43.203Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T04:17:43.271Z | + rustc --version |
59 | 2024-12-11T04:17:43.337Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T04:17:43.340Z | process exited: duration 23409 ms, exit code 0 |
|
61 | 2024-12-11T04:17:43.346Z | starting task 2: "authentication" |
62 | 2024-12-11T04:17:43.365Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-11T04:17:43.370Z | starting task 3: "clone repository" |
64 | 2024-12-11T04:17:43.375Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-11T04:17:43.378Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-11T04:17:43.413Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-11T04:17:44.250Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-11T04:17:44.250Z | + git fetch origin 8c8c05726385430561deac06b456006fe403a0fb |
69 | 2024-12-11T04:17:44.488Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-11T04:17:44.488Z | * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD |
71 | 2024-12-11T04:17:44.495Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-11T04:17:44.498Z | ++ git branch --show-current |
73 | 2024-12-11T04:17:44.500Z | + current=main |
74 | 2024-12-11T04:17:44.500Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-11T04:17:44.500Z | + git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb |
76 | 2024-12-11T04:17:44.503Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-11T04:17:44.517Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-11T04:17:44.519Z | + git reset --hard 8c8c05726385430561deac06b456006fe403a0fb |
79 | 2024-12-11T04:17:44.531Z | HEAD is now at 8c8c057 Update Rust crate serde to 1.0.216 |
80 | 2024-12-11T04:17:44.533Z | process exited: duration 1161 ms, exit code 0 |
|
81 | 2024-12-11T04:17:44.538Z | starting task 4: "build" |
82 | 2024-12-11T04:17:44.544Z | ++ cargo --version |
83 | 2024-12-11T04:17:44.548Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-11T04:17:44.710Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-11T04:17:44.710Z | info: downloading component 'cargo' |
86 | 2024-12-11T04:17:45.825Z | info: downloading component 'clippy' |
87 | 2024-12-11T04:17:46.433Z | info: downloading component 'rust-docs' |
88 | 2024-12-11T04:17:47.600Z | info: downloading component 'rust-std' |
89 | 2024-12-11T04:17:49.627Z | info: downloading component 'rustc' |
90 | 2024-12-11T04:17:56.479Z | info: downloading component 'rustfmt' |
91 | 2024-12-11T04:17:56.959Z | info: installing component 'cargo' |
92 | 2024-12-11T04:17:57.752Z | info: installing component 'clippy' |
93 | 2024-12-11T04:17:58.106Z | info: installing component 'rust-docs' |
94 | 2024-12-11T04:17:59.699Z | info: installing component 'rust-std' |
95 | 2024-12-11T04:18:01.389Z | info: installing component 'rustc' |
96 | 2024-12-11T04:18:06.954Z | info: installing component 'rustfmt' |
97 | 2024-12-11T04:18:07.346Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-11T04:18:07.349Z | ++ rustc --version |
99 | 2024-12-11T04:18:07.416Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-11T04:18:07.420Z | ++ dladm |
101 | 2024-12-11T04:18:07.424Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-11T04:18:07.427Z | ena0 phys 9216 up -- -- |
103 | 2024-12-11T04:18:07.427Z | ++ ipadm |
104 | 2024-12-11T04:18:07.429Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-11T04:18:07.429Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-11T04:18:07.429Z | ena0/dhcp dhcp ok 10.150.1.129/24 |
107 | 2024-12-11T04:18:07.429Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-11T04:18:07.429Z | ++ banner collect |
109 | 2024-12-11T04:18:07.432Z | |
110 | 2024-12-11T04:18:07.432Z | #### #### # # ###### #### ##### |
111 | 2024-12-11T04:18:07.432Z | # # # # # # # # # # |
112 | 2024-12-11T04:18:07.432Z | # # # # # ##### # # |
113 | 2024-12-11T04:18:07.432Z | # # # # # # # # |
114 | 2024-12-11T04:18:07.432Z | # # # # # # # # # # |
115 | 2024-12-11T04:18:07.432Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-11T04:18:07.432Z | |
117 | 2024-12-11T04:18:07.432Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-11T04:18:07.432Z | ++ repo=softnpu |
119 | 2024-12-11T04:18:07.432Z | ++ series=image |
120 | 2024-12-11T04:18:07.432Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-11T04:18:07.432Z | ++ name=softnpu |
122 | 2024-12-11T04:18:07.432Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-11T04:18:07.432Z | ++ mkdir -p download |
124 | 2024-12-11T04:18:07.432Z | ++ pushd download |
125 | 2024-12-11T04:18:07.435Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-11T04:18:07.435Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-11T04:18:07.435Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-11T04:18:07.440Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-11T04:18:07.440Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-11T04:18:07.732Z |
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 75.1M 0 --:--:-- --:--:-- --:--:-- 75.0M |
131 | 2024-12-11T04:18:07.735Z | ++ popd |
132 | 2024-12-11T04:18:07.735Z | /work/oxidecomputer/maghemite |
133 | 2024-12-11T04:18:07.735Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-11T04:18:07.735Z | ++ repo=sidecar-lite |
135 | 2024-12-11T04:18:07.735Z | ++ series=release |
136 | 2024-12-11T04:18:07.735Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-11T04:18:07.735Z | ++ name=libsidecar_lite.so |
138 | 2024-12-11T04:18:07.735Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-11T04:18:07.735Z | ++ mkdir -p download |
140 | 2024-12-11T04:18:07.746Z | ++ pushd download |
141 | 2024-12-11T04:18:07.746Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-11T04:18:07.746Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-11T04:18:07.746Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-11T04:18:07.750Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-11T04:18:07.750Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-11T04:18:08.034Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 69.7M 0 --:--:-- --:--:-- --:--:-- 70.0M |
147 | 2024-12-11T04:18:08.036Z | ++ popd |
148 | 2024-12-11T04:18:08.036Z | /work/oxidecomputer/maghemite |
149 | 2024-12-11T04:18:08.037Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-11T04:18:08.037Z | ++ repo=sidecar-lite |
151 | 2024-12-11T04:18:08.037Z | ++ series=release |
152 | 2024-12-11T04:18:08.037Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-11T04:18:08.037Z | ++ name=scadm |
154 | 2024-12-11T04:18:08.037Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-11T04:18:08.037Z | ++ mkdir -p download |
156 | 2024-12-11T04:18:08.040Z | ++ pushd download |
157 | 2024-12-11T04:18:08.040Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-11T04:18:08.040Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-11T04:18:08.040Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-11T04:18:08.046Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-11T04:18:08.046Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-11T04:18:08.405Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 63.5M 0 --:--:-- --:--:-- --:--:-- 63.6M |
163 | 2024-12-11T04:18:08.408Z | ++ popd |
164 | 2024-12-11T04:18:08.411Z | /work/oxidecomputer/maghemite |
165 | 2024-12-11T04:18:08.411Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-11T04:18:08.411Z | ++ repo=dendrite |
167 | 2024-12-11T04:18:08.411Z | ++ series=image |
168 | 2024-12-11T04:18:08.411Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-11T04:18:08.411Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-11T04:18:08.411Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-11T04:18:08.411Z | ++ mkdir -p download |
172 | 2024-12-11T04:18:08.411Z | ++ pushd download |
173 | 2024-12-11T04:18:08.411Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-11T04:18:08.411Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-11T04:18:08.411Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-11T04:18:08.418Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-11T04:18:08.418Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-11T04:18:08.899Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 78.1M 0 --:--:-- --:--:-- --:--:-- 78.0M |
179 | 2024-12-11T04:18:08.903Z | ++ popd |
180 | 2024-12-11T04:18:08.905Z | /work/oxidecomputer/maghemite |
181 | 2024-12-11T04:18:08.905Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-11T04:18:08.905Z | ++ repo=maghemite |
183 | 2024-12-11T04:18:08.905Z | ++ series=release |
184 | 2024-12-11T04:18:08.905Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-11T04:18:08.905Z | ++ name=ddmd |
186 | 2024-12-11T04:18:08.905Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-11T04:18:08.905Z | ++ mkdir -p download |
188 | 2024-12-11T04:18:08.905Z | ++ pushd download |
189 | 2024-12-11T04:18:08.905Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-11T04:18:08.905Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-11T04:18:08.909Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-11T04:18:08.916Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-11T04:18:08.922Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-11T04:18:09.410Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 82.8M 0 --:--:-- --:--:-- --:--:-- 82.9M |
195 | 2024-12-11T04:18:09.414Z | ++ popd |
196 | 2024-12-11T04:18:09.415Z | /work/oxidecomputer/maghemite |
197 | 2024-12-11T04:18:09.415Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-11T04:18:09.415Z | ++ repo=maghemite |
199 | 2024-12-11T04:18:09.415Z | ++ series=release |
200 | 2024-12-11T04:18:09.415Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-11T04:18:09.415Z | ++ name=ddmadm |
202 | 2024-12-11T04:18:09.415Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-11T04:18:09.415Z | ++ mkdir -p download |
204 | 2024-12-11T04:18:09.418Z | ++ pushd download |
205 | 2024-12-11T04:18:09.418Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-11T04:18:09.418Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-11T04:18:09.418Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-11T04:18:09.423Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-11T04:18:09.423Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-11T04:18:09.708Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 18.0M 1 315k 0 0 3647k 0 0:00:05 --:--:-- 0:00:05 3629k
100 18.0M 100 18.0M 0 0 63.5M 0 --:--:-- --:--:-- --:--:-- 63.4M |
211 | 2024-12-11T04:18:09.710Z | ++ popd |
212 | 2024-12-11T04:18:09.710Z | /work/oxidecomputer/maghemite |
213 | 2024-12-11T04:18:09.713Z | ++ pushd download |
214 | 2024-12-11T04:18:09.713Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-11T04:18:09.713Z | ++ chmod +x softnpu |
216 | 2024-12-11T04:18:09.713Z | ++ chmod +x scadm |
217 | 2024-12-11T04:18:09.716Z | ++ chmod +x ddmadm |
218 | 2024-12-11T04:18:09.716Z | ++ chmod +x ddmd |
219 | 2024-12-11T04:18:09.719Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-11T04:18:09.721Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-11T04:18:09.721Z | ++ rm -rf zones/dendrite |
222 | 2024-12-11T04:18:09.723Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-11T04:18:09.725Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-11T04:18:10.481Z | ++ popd |
225 | 2024-12-11T04:18:10.481Z | /work/oxidecomputer/maghemite |
226 | 2024-12-11T04:18:10.481Z | ++ banner install |
227 | 2024-12-11T04:18:10.484Z | |
228 | 2024-12-11T04:18:10.484Z | # # # #### ##### ## # # |
229 | 2024-12-11T04:18:10.484Z | # ## # # # # # # # |
230 | 2024-12-11T04:18:10.484Z | # # # # #### # # # # # |
231 | 2024-12-11T04:18:10.484Z | # # # # # # ###### # # |
232 | 2024-12-11T04:18:10.484Z | # # ## # # # # # # # |
233 | 2024-12-11T04:18:10.484Z | # # # #### # # # ###### ###### |
234 | 2024-12-11T04:18:10.485Z | |
235 | 2024-12-11T04:18:10.485Z | ++ pkg info brand/sparse |
236 | 2024-12-11T04:18:10.489Z | ++ grep -qi installed |
237 | 2024-12-11T04:18:12.012Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-11T04:18:12.012Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-11T04:18:12.012Z | |
240 | 2024-12-11T04:18:12.012Z | brand/sparse |
241 | 2024-12-11T04:18:12.057Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-11T04:18:12.057Z | ++ set -o errexit |
243 | 2024-12-11T04:18:12.059Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-11T04:18:19.181Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-11T04:18:22.920Z | Startup: Caching catalogs ... Done |
246 | 2024-12-11T04:18:32.879Z | Planning: Solver setup ... Done |
247 | 2024-12-11T04:18:33.006Z | Planning: Running solver ... Done |
248 | 2024-12-11T04:18:33.104Z | Planning: Finding local manifests ... Done |
249 | 2024-12-11T04:18:33.129Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-11T04:18:33.640Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-11T04:18:33.711Z | Planning: Package planning ... Done |
252 | 2024-12-11T04:18:33.717Z | Planning: Merging actions ... Done |
253 | 2024-12-11T04:18:33.904Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-11T04:18:35.812Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-11T04:18:36.208Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-11T04:18:36.274Z | Planning: Planning completed in 13.26 seconds |
257 | 2024-12-11T04:18:36.289Z | Packages to install: 1 |
258 | 2024-12-11T04:18:36.289Z | Packages to update: 2 |
259 | 2024-12-11T04:18:36.292Z | Create boot environment: No |
260 | 2024-12-11T04:18:36.292Z | Create backup boot environment: Yes |
261 | 2024-12-11T04:18:36.361Z | |
262 | 2024-12-11T04:18:36.361Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-11T04:18:39.887Z | Download: Completed 8.03 MB in 3.52 seconds (2.3M/s) |
264 | 2024-12-11T04:18:40.761Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-11T04:18:40.782Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-11T04:18:40.897Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-11T04:18:41.206Z | Actions: Completed 1419 actions in 0.44 seconds. |
268 | 2024-12-11T04:18:41.406Z | Done |
269 | 2024-12-11T04:18:41.408Z | Done |
270 | 2024-12-11T04:18:41.924Z | Done |
271 | 2024-12-11T04:18:46.031Z | Done |
272 | 2024-12-11T04:18:46.115Z | Done |
273 | 2024-12-11T04:18:46.118Z | Done |
274 | 2024-12-11T04:18:46.210Z | Done |
275 | 2024-12-11T04:18:46.590Z | ++ set -o errexit |
276 | 2024-12-11T04:18:46.590Z | ++ set -o pipefail |
277 | 2024-12-11T04:18:46.590Z | ++ banner build |
278 | 2024-12-11T04:18:46.593Z | |
279 | 2024-12-11T04:18:46.593Z | ##### # # # # ##### |
280 | 2024-12-11T04:18:46.593Z | # # # # # # # # |
281 | 2024-12-11T04:18:46.593Z | ##### # # # # # # |
282 | 2024-12-11T04:18:46.593Z | # # # # # # # # |
283 | 2024-12-11T04:18:46.593Z | # # # # # # # # |
284 | 2024-12-11T04:18:46.593Z | ##### #### # ###### ##### |
285 | 2024-12-11T04:18:46.593Z | |
286 | 2024-12-11T04:18:46.593Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-11T04:18:46.780Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-11T04:18:46.995Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-11T04:18:47.187Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-11T04:18:47.187Z | * [new branch] ci -> origin/ci |
291 | 2024-12-11T04:18:47.190Z | * [new branch] main -> origin/main |
292 | 2024-12-11T04:18:47.190Z | * [new ref] -> origin/HEAD |
293 | 2024-12-11T04:18:47.200Z | Updating crates.io index |
294 | 2024-12-11T04:18:47.272Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2024-12-11T04:18:48.024Z | From https://github.com/oxidecomputer/falcon |
296 | 2024-12-11T04:18:48.024Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
297 | 2024-12-11T04:18:48.128Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2024-12-11T04:18:49.317Z | From https://github.com/oxidecomputer/dendrite |
299 | 2024-12-11T04:18:49.317Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
300 | 2024-12-11T04:18:49.371Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
301 | 2024-12-11T04:18:49.736Z | From https://github.com/oxidecomputer/ispf |
302 | 2024-12-11T04:18:49.736Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
303 | 2024-12-11T04:18:49.744Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2024-12-11T04:18:50.173Z | From https://github.com/oxidecomputer/netadm-sys |
305 | 2024-12-11T04:18:50.173Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
306 | 2024-12-11T04:18:50.185Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
307 | 2024-12-11T04:18:53.658Z | From https://github.com/oxidecomputer/omicron |
308 | 2024-12-11T04:18:53.658Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
309 | 2024-12-11T04:18:53.688Z | * [new tag] dogfood -> dogfood |
310 | 2024-12-11T04:18:53.691Z | * [new tag] v5 -> v5 |
311 | 2024-12-11T04:18:53.691Z | * [new tag] v6 -> v6 |
312 | 2024-12-11T04:18:53.691Z | * [new tag] v7 -> v7 |
313 | 2024-12-11T04:18:53.691Z | * [new tag] v8 -> v8 |
314 | 2024-12-11T04:18:53.691Z | * [new tag] v9 -> v9 |
315 | 2024-12-11T04:18:54.044Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2024-12-11T04:18:55.029Z | From https://github.com/oxidecomputer/opte |
317 | 2024-12-11T04:18:55.029Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
318 | 2024-12-11T04:18:55.098Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2024-12-11T04:18:55.460Z | From https://github.com/illumos/smf-rs |
320 | 2024-12-11T04:18:55.460Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
321 | 2024-12-11T04:18:55.497Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
322 | 2024-12-11T04:18:56.024Z | From https://github.com/oxidecomputer/maghemite |
323 | 2024-12-11T04:18:56.024Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
324 | 2024-12-11T04:18:56.040Z | * [new tag] rift -> rift |
325 | 2024-12-11T04:18:56.043Z | * [new tag] srp -> srp |
326 | 2024-12-11T04:18:56.043Z | * [new tag] tie-spf -> tie-spf |
327 | 2024-12-11T04:18:56.074Z | Updating git repository `https://github.com/oxidecomputer/zone` |
328 | 2024-12-11T04:18:56.560Z | From https://github.com/oxidecomputer/zone |
329 | 2024-12-11T04:18:56.560Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
330 | 2024-12-11T04:18:56.589Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
331 | 2024-12-11T04:18:57.364Z | From https://github.com/oxidecomputer/propolis |
332 | 2024-12-11T04:18:57.364Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
333 | 2024-12-11T04:18:57.493Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2024-12-11T04:18:57.913Z | From https://github.com/oxidecomputer/dlpi-sys |
335 | 2024-12-11T04:18:57.913Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
336 | 2024-12-11T04:18:57.922Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2024-12-11T04:18:58.339Z | From https://github.com/jmesmon/rust-libzfs |
338 | 2024-12-11T04:18:58.339Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
339 | 2024-12-11T04:18:58.355Z | * [new tag] v0.4.0 -> v0.4.0 |
340 | 2024-12-11T04:18:58.369Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2024-12-11T04:18:58.697Z | From https://github.com/oxidecomputer/rusty-doors |
342 | 2024-12-11T04:18:58.697Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
343 | 2024-12-11T04:18:58.720Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
344 | 2024-12-11T04:18:59.134Z | From https://github.com/oxidecomputer/maghemite |
345 | 2024-12-11T04:18:59.134Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
346 | 2024-12-11T04:18:59.198Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
347 | 2024-12-11T04:18:59.536Z | From https://github.com/oxidecomputer/serde_human_bytes |
348 | 2024-12-11T04:18:59.536Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
349 | 2024-12-11T04:18:59.545Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
350 | 2024-12-11T04:18:59.915Z | From https://github.com/oxidecomputer/slog-error-chain |
351 | 2024-12-11T04:18:59.915Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
352 | 2024-12-11T04:18:59.953Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
353 | 2024-12-11T04:19:00.327Z | From https://github.com/oxidecomputer/poptrie |
354 | 2024-12-11T04:19:00.327Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
355 | 2024-12-11T04:19:00.359Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
356 | 2024-12-11T04:19:00.712Z | From https://github.com/illumos/libscf-sys |
357 | 2024-12-11T04:19:00.713Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
358 | 2024-12-11T04:19:00.748Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
359 | 2024-12-11T04:19:01.692Z | From https://github.com/oxidecomputer/progenitor |
360 | 2024-12-11T04:19:01.692Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
361 | 2024-12-11T04:19:01.713Z | * [new tag] v0.1.1 -> v0.1.1 |
362 | 2024-12-11T04:19:01.716Z | * [new tag] v0.2.0 -> v0.2.0 |
363 | 2024-12-11T04:19:01.716Z | * [new tag] v0.3.0 -> v0.3.0 |
364 | 2024-12-11T04:19:01.716Z | * [new tag] v0.4.0 -> v0.4.0 |
365 | 2024-12-11T04:19:01.716Z | * [new tag] v0.5.0 -> v0.5.0 |
366 | 2024-12-11T04:19:01.716Z | * [new tag] v0.6.0 -> v0.6.0 |
367 | 2024-12-11T04:19:01.716Z | * [new tag] v0.7.0 -> v0.7.0 |
368 | 2024-12-11T04:19:01.943Z | Updating git repository `https://github.com/oxidecomputer/typify` |
369 | 2024-12-11T04:19:02.677Z | From https://github.com/oxidecomputer/typify |
370 | 2024-12-11T04:19:02.677Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
371 | 2024-12-11T04:19:02.680Z | * [new tag] v0.2.0 -> v0.2.0 |
372 | 2024-12-11T04:19:02.697Z | * [new tag] v0.0.10 -> v0.0.10 |
373 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.11 -> v0.0.11 |
374 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.12 -> v0.0.12 |
375 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.13 -> v0.0.13 |
376 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.14 -> v0.0.14 |
377 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.15 -> v0.0.15 |
378 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.16 -> v0.0.16 |
379 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.4 -> v0.0.4 |
380 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.5 -> v0.0.5 |
381 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.7 -> v0.0.7 |
382 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.8 -> v0.0.8 |
383 | 2024-12-11T04:19:02.700Z | * [new tag] v0.0.9 -> v0.0.9 |
384 | 2024-12-11T04:19:02.700Z | * [new tag] v0.1.0 -> v0.1.0 |
385 | 2024-12-11T04:19:02.858Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
386 | 2024-12-11T04:19:04.676Z | From https://github.com/oxidecomputer/crucible |
387 | 2024-12-11T04:19:04.676Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
388 | 2024-12-11T04:19:04.731Z | Updating git repository `https://github.com/oxidecomputer/opte` |
389 | 2024-12-11T04:19:05.163Z | From https://github.com/oxidecomputer/opte |
390 | 2024-12-11T04:19:05.163Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
391 | 2024-12-11T04:19:05.239Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
392 | 2024-12-11T04:19:05.895Z | From https://github.com/oxidecomputer/management-gateway-service |
393 | 2024-12-11T04:19:05.895Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
394 | 2024-12-11T04:19:06.642Z | Downloading crates ... |
395 | 2024-12-11T04:19:06.758Z | Downloaded ppv-lite86 v0.2.20 |
396 | 2024-12-11T04:19:06.766Z | Downloaded proc-macro2 v1.0.86 |
397 | 2024-12-11T04:19:06.773Z | Downloaded quinn-udp v0.5.5 |
398 | 2024-12-11T04:19:06.776Z | Downloaded rand_core v0.6.4 |
399 | 2024-12-11T04:19:06.779Z | Downloaded proc-macro-crate v1.3.1 |
400 | 2024-12-11T04:19:06.781Z | Downloaded pest_generator v2.7.13 |
401 | 2024-12-11T04:19:06.783Z | Downloaded progenitor-macro v0.8.0 |
402 | 2024-12-11T04:19:06.786Z | Downloaded allocator-api2 v0.2.18 |
403 | 2024-12-11T04:19:06.791Z | Downloaded pest v2.7.13 |
404 | 2024-12-11T04:19:06.796Z | Downloaded atomicwrites v0.4.4 |
405 | 2024-12-11T04:19:06.799Z | Downloaded argon2 v0.5.3 |
406 | 2024-12-11T04:19:06.801Z | Downloaded autocfg v1.3.0 |
407 | 2024-12-11T04:19:06.803Z | Downloaded anstyle-query v1.1.1 |
408 | 2024-12-11T04:19:06.806Z | Downloaded atomic-waker v1.1.2 |
409 | 2024-12-11T04:19:06.806Z | Downloaded anstream v0.6.15 |
410 | 2024-12-11T04:19:06.808Z | Downloaded async-trait v0.1.83 |
411 | 2024-12-11T04:19:06.812Z | Downloaded async-stream v0.3.5 |
412 | 2024-12-11T04:19:06.814Z | Downloaded anstyle-parse v0.2.5 |
413 | 2024-12-11T04:19:06.817Z | Downloaded serde_json v1.0.133 |
414 | 2024-12-11T04:19:06.824Z | Downloaded rustls-webpki v0.101.7 |
415 | 2024-12-11T04:19:06.841Z | Downloaded http-body-util v0.1.2 |
416 | 2024-12-11T04:19:06.843Z | Downloaded bitflags v1.3.2 |
417 | 2024-12-11T04:19:06.845Z | Downloaded arc-swap v1.7.1 |
418 | 2024-12-11T04:19:06.850Z | Downloaded rustls v0.23.13 |
419 | 2024-12-11T04:19:06.863Z | Downloaded cpufeatures v0.2.14 |
420 | 2024-12-11T04:19:06.866Z | Downloaded darling_macro v0.20.10 |
421 | 2024-12-11T04:19:06.866Z | Downloaded crunchy v0.2.2 |
422 | 2024-12-11T04:19:06.869Z | Downloaded crucible-workspace-hack v0.1.0 |
423 | 2024-12-11T04:19:06.869Z | Downloaded const-random v0.1.18 |
424 | 2024-12-11T04:19:06.869Z | Downloaded const-random-macro v0.1.16 |
425 | 2024-12-11T04:19:06.872Z | Downloaded console v0.15.8 |
426 | 2024-12-11T04:19:06.874Z | Downloaded equivalent v1.0.1 |
427 | 2024-12-11T04:19:06.875Z | Downloaded dirs-sys-next v0.1.2 |
428 | 2024-12-11T04:19:06.877Z | Downloaded regex-automata v0.4.7 |
429 | 2024-12-11T04:19:06.893Z | Downloaded pest_derive v2.7.13 |
430 | 2024-12-11T04:19:06.895Z | Downloaded parse-display v0.10.0 |
431 | 2024-12-11T04:19:06.898Z | Downloaded parking_lot_core v0.8.6 |
432 | 2024-12-11T04:19:06.900Z | Downloaded paste v1.0.15 |
433 | 2024-12-11T04:19:06.903Z | Downloaded dirs-next v2.0.0 |
434 | 2024-12-11T04:19:06.905Z | Downloaded deranged v0.3.11 |
435 | 2024-12-11T04:19:06.905Z | Downloaded defmt-macros v0.3.9 |
436 | 2024-12-11T04:19:06.907Z | Downloaded digest v0.10.7 |
437 | 2024-12-11T04:19:06.910Z | Downloaded data-encoding v2.6.0 |
438 | 2024-12-11T04:19:06.912Z | Downloaded pretty-hex v0.4.1 |
439 | 2024-12-11T04:19:06.912Z | Downloaded cstr-argument v0.1.2 |
440 | 2024-12-11T04:19:06.915Z | Downloaded pest_meta v2.7.13 |
441 | 2024-12-11T04:19:06.918Z | Downloaded futures-executor v0.3.30 |
442 | 2024-12-11T04:19:06.918Z | Downloaded fnv v1.0.7 |
443 | 2024-12-11T04:19:06.921Z | Downloaded fixedbitset v0.4.2 |
444 | 2024-12-11T04:19:06.921Z | Downloaded progenitor v0.8.0 |
445 | 2024-12-11T04:19:06.923Z | Downloaded no-std-compat v0.4.1 |
446 | 2024-12-11T04:19:06.923Z | Downloaded either v1.13.0 |
447 | 2024-12-11T04:19:06.926Z | Downloaded fastrand v2.1.1 |
448 | 2024-12-11T04:19:06.926Z | Downloaded errno v0.3.9 |
449 | 2024-12-11T04:19:06.928Z | Downloaded embedded-io v0.6.1 |
450 | 2024-12-11T04:19:06.931Z | Downloaded newtype_derive v0.1.6 |
451 | 2024-12-11T04:19:06.931Z | Downloaded sync_wrapper v0.1.2 |
452 | 2024-12-11T04:19:06.931Z | Downloaded scroll_derive v0.12.0 |
453 | 2024-12-11T04:19:06.934Z | Downloaded foreign-types-macros v0.2.3 |
454 | 2024-12-11T04:19:06.934Z | Downloaded embedded-io v0.4.0 |
455 | 2024-12-11T04:19:06.936Z | Downloaded proc-macro-error-attr v1.0.4 |
456 | 2024-12-11T04:19:06.936Z | Downloaded rand_chacha v0.3.1 |
457 | 2024-12-11T04:19:06.939Z | Downloaded rustls-pemfile v1.0.4 |
458 | 2024-12-11T04:19:06.941Z | Downloaded futures-core v0.3.30 |
459 | 2024-12-11T04:19:06.941Z | Downloaded quick-error v1.2.3 |
460 | 2024-12-11T04:19:06.944Z | Downloaded powerfmt v0.2.0 |
461 | 2024-12-11T04:19:06.946Z | Downloaded tower-service v0.3.3 |
462 | 2024-12-11T04:19:06.946Z | Downloaded serde_spanned v0.6.7 |
463 | 2024-12-11T04:19:06.949Z | Downloaded pretty-hex v0.2.1 |
464 | 2024-12-11T04:19:06.949Z | Downloaded defmt v0.3.8 |
465 | 2024-12-11T04:19:06.951Z | Downloaded fxhash v0.2.1 |
466 | 2024-12-11T04:19:06.954Z | Downloaded futures-io v0.3.30 |
467 | 2024-12-11T04:19:06.954Z | Downloaded serde-big-array v0.5.1 |
468 | 2024-12-11T04:19:06.956Z | Downloaded want v0.3.1 |
469 | 2024-12-11T04:19:06.956Z | Downloaded waitgroup v0.1.2 |
470 | 2024-12-11T04:19:06.958Z | Downloaded darling v0.20.10 |
471 | 2024-12-11T04:19:06.961Z | Downloaded linked-hash-map v0.5.6 |
472 | 2024-12-11T04:19:06.963Z | Downloaded libsw v3.3.1 |
473 | 2024-12-11T04:19:06.966Z | Downloaded sha1 v0.10.6 |
474 | 2024-12-11T04:19:06.968Z | Downloaded hubpack_derive v0.1.1 |
475 | 2024-12-11T04:19:06.968Z | Downloaded hubpack v0.1.2 |
476 | 2024-12-11T04:19:06.970Z | Downloaded num-iter v0.1.45 |
477 | 2024-12-11T04:19:06.970Z | Downloaded num_enum v0.5.11 |
478 | 2024-12-11T04:19:06.974Z | Downloaded num-conv v0.1.0 |
479 | 2024-12-11T04:19:06.977Z | Downloaded subtle v2.6.1 |
480 | 2024-12-11T04:19:06.977Z | Downloaded strum_macros v0.25.3 |
481 | 2024-12-11T04:19:06.979Z | Downloaded ident_case v1.0.1 |
482 | 2024-12-11T04:19:06.979Z | Downloaded http-body v1.0.1 |
483 | 2024-12-11T04:19:06.982Z | Downloaded derive-where v1.2.7 |
484 | 2024-12-11T04:19:06.984Z | Downloaded rustversion v1.0.17 |
485 | 2024-12-11T04:19:06.989Z | Downloaded slog-envlogger v2.2.0 |
486 | 2024-12-11T04:19:06.992Z | Downloaded zone_cfg_derive v0.3.0 |
487 | 2024-12-11T04:19:06.992Z | Downloaded serde_repr v0.1.19 |
488 | 2024-12-11T04:19:06.992Z | Downloaded quote v1.0.37 |
489 | 2024-12-11T04:19:06.994Z | Downloaded hash32 v0.3.1 |
490 | 2024-12-11T04:19:06.997Z | Downloaded pin-project-lite v0.2.14 |
491 | 2024-12-11T04:19:07.000Z | Downloaded omicron-workspace-hack v0.1.0 |
492 | 2024-12-11T04:19:07.003Z | Downloaded pkg-config v0.3.31 |
493 | 2024-12-11T04:19:07.003Z | Downloaded spin v0.5.2 |
494 | 2024-12-11T04:19:07.005Z | Downloaded sync_wrapper v1.0.1 |
495 | 2024-12-11T04:19:07.005Z | Downloaded serde_urlencoded v0.7.1 |
496 | 2024-12-11T04:19:07.007Z | Downloaded num_threads v0.1.7 |
497 | 2024-12-11T04:19:07.012Z | Downloaded num-derive v0.3.3 |
498 | 2024-12-11T04:19:07.012Z | Downloaded time-core v0.1.2 |
499 | 2024-12-11T04:19:07.015Z | Downloaded is-terminal v0.4.13 |
500 | 2024-12-11T04:19:07.015Z | Downloaded num-integer v0.1.46 |
501 | 2024-12-11T04:19:07.015Z | Downloaded num-complex v0.4.6 |
502 | 2024-12-11T04:19:07.017Z | Downloaded scopeguard v1.2.0 |
503 | 2024-12-11T04:19:07.017Z | Downloaded num_enum_derive v0.5.11 |
504 | 2024-12-11T04:19:07.020Z | Downloaded num_enum v0.7.3 |
505 | 2024-12-11T04:19:07.022Z | Downloaded serde_tokenstream v0.2.2 |
506 | 2024-12-11T04:19:07.025Z | Downloaded postcard v1.0.10 |
507 | 2024-12-11T04:19:07.028Z | Downloaded version_check v0.9.5 |
508 | 2024-12-11T04:19:07.030Z | Downloaded slab v0.4.9 |
509 | 2024-12-11T04:19:07.030Z | Downloaded shlex v1.3.0 |
510 | 2024-12-11T04:19:07.033Z | Downloaded futures-task v0.3.30 |
511 | 2024-12-11T04:19:07.033Z | Downloaded take_mut v0.2.2 |
512 | 2024-12-11T04:19:07.035Z | Downloaded slog-dtrace v0.3.0 |
513 | 2024-12-11T04:19:07.035Z | Downloaded slog-bunyan v2.5.0 |
514 | 2024-12-11T04:19:07.037Z | Downloaded slog-async v2.8.0 |
515 | 2024-12-11T04:19:07.037Z | Downloaded getrandom v0.2.15 |
516 | 2024-12-11T04:19:07.040Z | Downloaded rand v0.8.5 |
517 | 2024-12-11T04:19:07.044Z | Downloaded serde_path_to_error v0.1.16 |
518 | 2024-12-11T04:19:07.047Z | Downloaded lru-cache v0.1.2 |
519 | 2024-12-11T04:19:07.047Z | Downloaded ipnetwork v0.20.0 |
520 | 2024-12-11T04:19:07.049Z | Downloaded indexmap v1.9.3 |
521 | 2024-12-11T04:19:07.052Z | Downloaded heck v0.5.0 |
522 | 2024-12-11T04:19:07.054Z | Downloaded num-derive v0.4.2 |
523 | 2024-12-11T04:19:07.057Z | Downloaded thiserror v1.0.69 |
524 | 2024-12-11T04:19:07.060Z | Downloaded indent_write v2.2.0 |
525 | 2024-12-11T04:19:07.062Z | Downloaded progenitor-client v0.8.0 |
526 | 2024-12-11T04:19:07.062Z | Downloaded crossbeam-channel v0.5.13 |
527 | 2024-12-11T04:19:07.065Z | Downloaded iana-time-zone v0.1.61 |
528 | 2024-12-11T04:19:07.068Z | Downloaded strum v0.26.3 |
529 | 2024-12-11T04:19:07.071Z | Downloaded newline-converter v0.3.0 |
530 | 2024-12-11T04:19:07.071Z | Downloaded try-lock v0.2.5 |
531 | 2024-12-11T04:19:07.071Z | Downloaded prettyplease v0.2.22 |
532 | 2024-12-11T04:19:07.073Z | Downloaded managed v0.8.0 |
533 | 2024-12-11T04:19:07.076Z | Downloaded structmeta v0.3.0 |
534 | 2024-12-11T04:19:07.079Z | Downloaded heck v0.4.1 |
535 | 2024-12-11T04:19:07.079Z | Downloaded typify v0.2.0 |
536 | 2024-12-11T04:19:07.082Z | Downloaded serde_with_macros v3.9.0 |
537 | 2024-12-11T04:19:07.082Z | Downloaded rustc_version v0.4.1 |
538 | 2024-12-11T04:19:07.085Z | Downloaded macaddr v1.0.1 |
539 | 2024-12-11T04:19:07.087Z | Downloaded openssl-probe v0.1.5 |
540 | 2024-12-11T04:19:07.087Z | Downloaded openssl-macros v0.1.1 |
541 | 2024-12-11T04:19:07.087Z | Downloaded slog-stdlog v4.1.1 |
542 | 2024-12-11T04:19:07.090Z | Downloaded num_enum_derive v0.7.3 |
543 | 2024-12-11T04:19:07.090Z | Downloaded time-macros v0.2.18 |
544 | 2024-12-11T04:19:07.092Z | Downloaded thread_local v1.1.8 |
545 | 2024-12-11T04:19:07.094Z | Downloaded sha2 v0.10.8 |
546 | 2024-12-11T04:19:07.097Z | Downloaded hyper-tls v0.6.0 |
547 | 2024-12-11T04:19:07.097Z | Downloaded smf v0.2.3 |
548 | 2024-12-11T04:19:07.099Z | Downloaded slog-scope v4.4.0 |
549 | 2024-12-11T04:19:07.101Z | Downloaded openssl-sys v0.9.103 |
550 | 2024-12-11T04:19:07.104Z | Downloaded usdt v0.5.0 |
551 | 2024-12-11T04:19:07.106Z | Downloaded num-traits v0.2.19 |
552 | 2024-12-11T04:19:07.108Z | Downloaded slog v2.7.0 |
553 | 2024-12-11T04:19:07.110Z | Downloaded signal-hook-registry v1.4.2 |
554 | 2024-12-11T04:19:07.113Z | Downloaded tiny-keccak v2.0.2 |
555 | 2024-12-11T04:19:07.117Z | Downloaded mime v0.3.17 |
556 | 2024-12-11T04:19:07.117Z | Downloaded hex v0.4.3 |
557 | 2024-12-11T04:19:07.117Z | Downloaded whoami v1.5.2 |
558 | 2024-12-11T04:19:07.119Z | Downloaded smallvec v1.13.2 |
559 | 2024-12-11T04:19:07.122Z | Downloaded hyper-tls v0.5.0 |
560 | 2024-12-11T04:19:07.122Z | Downloaded memmap v0.7.0 |
561 | 2024-12-11T04:19:07.124Z | Downloaded untrusted v0.9.0 |
562 | 2024-12-11T04:19:07.124Z | Downloaded spin v0.9.8 |
563 | 2024-12-11T04:19:07.127Z | Downloaded usdt-attr-macro v0.5.0 |
564 | 2024-12-11T04:19:07.129Z | Downloaded usdt-macro v0.5.0 |
565 | 2024-12-11T04:19:07.129Z | Downloaded tinyvec_macros v0.1.1 |
566 | 2024-12-11T04:19:07.129Z | Downloaded newtype-uuid v1.1.0 |
567 | 2024-12-11T04:19:07.132Z | Downloaded once_cell v1.20.2 |
568 | 2024-12-11T04:19:07.135Z | Downloaded ryu v1.0.18 |
569 | 2024-12-11T04:19:07.137Z | Downloaded ucd-trie v0.1.6 |
570 | 2024-12-11T04:19:07.137Z | Downloaded utf8parse v0.2.2 |
571 | 2024-12-11T04:19:07.140Z | Downloaded num v0.4.3 |
572 | 2024-12-11T04:19:07.140Z | Downloaded tabwriter v1.4.0 |
573 | 2024-12-11T04:19:07.140Z | Downloaded structmeta-derive v0.3.0 |
574 | 2024-12-11T04:19:07.142Z | Downloaded smartstring v1.0.1 |
575 | 2024-12-11T04:19:07.145Z | Downloaded slog-term v2.9.1 |
576 | 2024-12-11T04:19:07.147Z | Downloaded thread-id v4.2.2 |
577 | 2024-12-11T04:19:07.147Z | Downloaded tokio-rustls v0.24.1 |
578 | 2024-12-11T04:19:07.149Z | Downloaded similar v2.6.0 |
579 | 2024-12-11T04:19:07.153Z | Downloaded instant v0.1.13 |
580 | 2024-12-11T04:19:07.155Z | Downloaded serde_yaml v0.9.34+deprecated |
581 | 2024-12-11T04:19:07.158Z | Downloaded tokio-rustls v0.26.0 |
582 | 2024-12-11T04:19:07.160Z | Downloaded schemars v0.8.21 |
583 | 2024-12-11T04:19:07.170Z | Downloaded strsim v0.11.1 |
584 | 2024-12-11T04:19:07.174Z | Downloaded tokio-native-tls v0.3.1 |
585 | 2024-12-11T04:19:07.176Z | Downloaded tokio-macros v2.4.0 |
586 | 2024-12-11T04:19:07.176Z | Downloaded static_assertions v1.1.0 |
587 | 2024-12-11T04:19:07.176Z | Downloaded hyper-rustls v0.24.2 |
588 | 2024-12-11T04:19:07.178Z | Downloaded highway v1.2.0 |
589 | 2024-12-11T04:19:07.182Z | Downloaded terminal_size v0.4.0 |
590 | 2024-12-11T04:19:07.182Z | Downloaded stable_deref_trait v1.2.0 |
591 | 2024-12-11T04:19:07.184Z | Downloaded usdt-impl v0.5.0 |
592 | 2024-12-11T04:19:07.184Z | Downloaded slog-json v2.6.1 |
593 | 2024-12-11T04:19:07.187Z | Downloaded native-tls v0.2.12 |
594 | 2024-12-11T04:19:07.187Z | Downloaded unicode-bidi v0.3.15 |
595 | 2024-12-11T04:19:07.189Z | Downloaded thiserror-impl v1.0.69 |
596 | 2024-12-11T04:19:07.192Z | Downloaded parking_lot v0.11.2 |
597 | 2024-12-11T04:19:07.195Z | Downloaded aho-corasick v1.1.3 |
598 | 2024-12-11T04:19:07.198Z | Downloaded hostname v0.4.0 |
599 | 2024-12-11T04:19:07.200Z | Downloaded ipnet v2.10.0 |
600 | 2024-12-11T04:19:07.202Z | Downloaded log v0.4.22 |
601 | 2024-12-11T04:19:07.205Z | Downloaded httparse v1.9.4 |
602 | 2024-12-11T04:19:07.207Z | Downloaded owo-colors v4.1.0 |
603 | 2024-12-11T04:19:07.209Z | Downloaded toml_edit v0.19.15 |
604 | 2024-12-11T04:19:07.223Z | Downloaded tempfile v3.12.0 |
605 | 2024-12-11T04:19:07.226Z | Downloaded term v0.7.0 |
606 | 2024-12-11T04:19:07.229Z | Downloaded unicode-ident v1.0.13 |
607 | 2024-12-11T04:19:07.231Z | Downloaded thin-vec v0.2.13 |
608 | 2024-12-11T04:19:07.234Z | Downloaded typenum v1.17.0 |
609 | 2024-12-11T04:19:07.237Z | Downloaded tracing-attributes v0.1.27 |
610 | 2024-12-11T04:19:07.239Z | Downloaded multer v3.1.0 |
611 | 2024-12-11T04:19:07.241Z | Downloaded parking_lot v0.12.3 |
612 | 2024-12-11T04:19:07.243Z | Downloaded zerocopy v0.6.6 |
613 | 2024-12-11T04:19:07.246Z | Downloaded tinyvec v1.8.0 |
614 | 2024-12-11T04:19:07.249Z | Downloaded toml_edit v0.22.21 |
615 | 2024-12-11T04:19:07.268Z | Downloaded hyper-rustls v0.27.3 |
616 | 2024-12-11T04:19:07.271Z | Downloaded unsafe-libyaml v0.2.11 |
617 | 2024-12-11T04:19:07.274Z | Downloaded tracing-core v0.1.32 |
618 | 2024-12-11T04:19:07.276Z | Downloaded half v2.4.1 |
619 | 2024-12-11T04:19:07.280Z | Downloaded memchr v2.7.4 |
620 | 2024-12-11T04:19:07.284Z | Downloaded heapless v0.8.0 |
621 | 2024-12-11T04:19:07.288Z | Downloaded hyper-util v0.1.10 |
622 | 2024-12-11T04:19:07.292Z | Downloaded socket2 v0.5.8 |
623 | 2024-12-11T04:19:07.294Z | Downloaded unicode-segmentation v1.12.0 |
624 | 2024-12-11T04:19:07.298Z | Downloaded tokio-rustls v0.25.0 |
625 | 2024-12-11T04:19:07.300Z | Downloaded toml v0.8.19 |
626 | 2024-12-11T04:19:07.303Z | Downloaded serde v1.0.216 |
627 | 2024-12-11T04:19:07.306Z | Downloaded http v1.2.0 |
628 | 2024-12-11T04:19:07.310Z | Downloaded uuid v1.11.0 |
629 | 2024-12-11T04:19:07.313Z | Downloaded tracing v0.1.40 |
630 | 2024-12-11T04:19:07.317Z | Downloaded hickory-resolver v0.24.1 |
631 | 2024-12-11T04:19:07.322Z | Downloaded indexmap v2.5.0 |
632 | 2024-12-11T04:19:07.326Z | Downloaded clap_builder v4.5.23 |
633 | 2024-12-11T04:19:07.332Z | Downloaded minimal-lexical v0.2.1 |
634 | 2024-12-11T04:19:07.337Z | Downloaded libm v0.2.8 |
635 | 2024-12-11T04:19:07.344Z | Downloaded steno v0.4.1 |
636 | 2024-12-11T04:19:07.349Z | Downloaded url v2.5.2 |
637 | 2024-12-11T04:19:07.353Z | Downloaded unicode-normalization v0.1.24 |
638 | 2024-12-11T04:19:07.357Z | Downloaded http v0.2.12 |
639 | 2024-12-11T04:19:07.359Z | Downloaded time v0.3.36 |
640 | 2024-12-11T04:19:07.366Z | Downloaded tokio-util v0.7.12 |
641 | 2024-12-11T04:19:07.373Z | Downloaded hashbrown v0.14.5 |
642 | 2024-12-11T04:19:07.378Z | Downloaded chrono v0.4.38 |
643 | 2024-12-11T04:19:07.385Z | Downloaded itertools v0.13.0 |
644 | 2024-12-11T04:19:07.392Z | Downloaded nom v7.1.3 |
645 | 2024-12-11T04:19:07.397Z | Downloaded hyper v1.5.1 |
646 | 2024-12-11T04:19:07.404Z | Downloaded reqwest v0.12.9 |
647 | 2024-12-11T04:19:07.412Z | Downloaded serde_with v3.9.0 |
648 | 2024-12-11T04:19:07.420Z | Downloaded h2 v0.4.6 |
649 | 2024-12-11T04:19:07.427Z | Downloaded goblin v0.8.2 |
650 | 2024-12-11T04:19:07.433Z | Downloaded zerocopy v0.7.35 |
651 | 2024-12-11T04:19:07.448Z | Downloaded syn v1.0.109 |
652 | 2024-12-11T04:19:07.458Z | Downloaded winnow v0.5.40 |
653 | 2024-12-11T04:19:07.466Z | Downloaded vcpkg v0.2.15 |
654 | 2024-12-11T04:19:07.504Z | Downloaded h2 v0.3.26 |
655 | 2024-12-11T04:19:07.510Z | Downloaded syn v2.0.87 |
656 | 2024-12-11T04:19:07.521Z | Downloaded futures-util v0.3.30 |
657 | 2024-12-11T04:19:07.533Z | Downloaded hyper v0.14.30 |
658 | 2024-12-11T04:19:07.540Z | Downloaded openssl v0.10.66 |
659 | 2024-12-11T04:19:07.549Z | Downloaded idna v0.5.0 |
660 | 2024-12-11T04:19:07.556Z | Downloaded rustls v0.21.12 |
661 | 2024-12-11T04:19:07.567Z | Downloaded unicode-width v0.1.14 |
662 | 2024-12-11T04:19:07.573Z | Downloaded idna v0.4.0 |
663 | 2024-12-11T04:19:07.579Z | Downloaded smoltcp v0.11.0 |
664 | 2024-12-11T04:19:07.591Z | Downloaded regex v1.10.6 |
665 | 2024-12-11T04:19:07.604Z | Downloaded dropshot v0.12.0 |
666 | 2024-12-11T04:19:07.623Z | Downloaded regress v0.10.1 |
667 | 2024-12-11T04:19:07.631Z | Downloaded rhai v1.20.0 |
668 | 2024-12-11T04:19:07.643Z | Downloaded rustls v0.22.4 |
669 | 2024-12-11T04:19:07.656Z | Downloaded rustix v0.38.37 |
670 | 2024-12-11T04:19:07.677Z | Downloaded hickory-proto v0.24.1 |
671 | 2024-12-11T04:19:07.694Z | Downloaded typify-impl v0.2.0 |
672 | 2024-12-11T04:19:07.708Z | Downloaded openapiv3 v2.0.0 |
673 | 2024-12-11T04:19:07.718Z | Downloaded regress v0.9.1 |
674 | 2024-12-11T04:19:07.727Z | Downloaded regex-syntax v0.8.4 |
675 | 2024-12-11T04:19:07.734Z | Downloaded webpki-roots v0.26.6 |
676 | 2024-12-11T04:19:07.738Z | Downloaded sled v0.34.7 |
677 | 2024-12-11T04:19:07.748Z | Downloaded quinn-proto v0.11.8 |
678 | 2024-12-11T04:19:07.754Z | Downloaded webpki-roots v0.25.4 |
679 | 2024-12-11T04:19:07.758Z | Downloaded petgraph v0.6.5 |
680 | 2024-12-11T04:19:07.775Z | Downloaded zerocopy-derive v0.6.6 |
681 | 2024-12-11T04:19:07.783Z | Downloaded rustls-webpki v0.102.8 |
682 | 2024-12-11T04:19:07.800Z | Downloaded winnow v0.6.18 |
683 | 2024-12-11T04:19:07.808Z | Downloaded portable-atomic v1.8.0 |
684 | 2024-12-11T04:19:07.814Z | Downloaded reqwest v0.11.27 |
685 | 2024-12-11T04:19:07.821Z | Downloaded itertools v0.12.1 |
686 | 2024-12-11T04:19:07.828Z | Downloaded mio v1.0.2 |
687 | 2024-12-11T04:19:07.833Z | Downloaded itertools v0.10.5 |
688 | 2024-12-11T04:19:07.838Z | Downloaded libc v0.2.167 |
689 | 2024-12-11T04:19:07.862Z | Downloaded hashbrown v0.12.3 |
690 | 2024-12-11T04:19:07.866Z | Downloaded progenitor-impl v0.8.0 |
691 | 2024-12-11T04:19:07.868Z | Downloaded humantime v2.1.0 |
692 | 2024-12-11T04:19:07.871Z | Downloaded tokio v1.42.0 |
693 | 2024-12-11T04:19:07.905Z | Downloaded http-body v0.4.6 |
694 | 2024-12-11T04:19:07.908Z | Downloaded toml_datetime v0.6.8 |
695 | 2024-12-11T04:19:07.908Z | Downloaded serde_derive v1.0.216 |
696 | 2024-12-11T04:19:07.913Z | Downloaded expectorate v1.1.0 |
697 | 2024-12-11T04:19:07.913Z | Downloaded zeroize v1.8.1 |
698 | 2024-12-11T04:19:07.913Z | Downloaded zerocopy-derive v0.7.35 |
699 | 2024-12-11T04:19:07.917Z | Downloaded httpdate v1.0.3 |
700 | 2024-12-11T04:19:07.919Z | Downloaded serde_derive_internals v0.29.1 |
701 | 2024-12-11T04:19:07.919Z | Downloaded semver v1.0.23 |
702 | 2024-12-11T04:19:07.921Z | Downloaded scroll v0.12.0 |
703 | 2024-12-11T04:19:07.923Z | Downloaded cc v1.1.21 |
704 | 2024-12-11T04:19:07.926Z | Downloaded lazy_static v1.5.0 |
705 | 2024-12-11T04:19:07.929Z | Downloaded itoa v1.0.11 |
706 | 2024-12-11T04:19:07.929Z | Downloaded zone v0.3.0 |
707 | 2024-12-11T04:19:07.929Z | Downloaded sct v0.7.1 |
708 | 2024-12-11T04:19:07.931Z | Downloaded rustls-pki-types v1.8.0 |
709 | 2024-12-11T04:19:07.933Z | Downloaded rustls-pemfile v2.1.3 |
710 | 2024-12-11T04:19:07.936Z | Downloaded proc-macro-error v1.0.4 |
711 | 2024-12-11T04:19:07.939Z | Downloaded typify-macro v0.2.0 |
712 | 2024-12-11T04:19:07.941Z | Downloaded darling_core v0.20.10 |
713 | 2024-12-11T04:19:07.943Z | Downloaded futures v0.3.30 |
714 | 2024-12-11T04:19:07.947Z | Downloaded strum_macros v0.26.4 |
715 | 2024-12-11T04:19:07.950Z | Downloaded schemars_derive v0.8.21 |
716 | 2024-12-11T04:19:07.952Z | Downloaded clap v4.5.23 |
717 | 2024-12-11T04:19:07.959Z | Downloaded resolv-conf v0.7.0 |
718 | 2024-12-11T04:19:07.961Z | Downloaded quinn v0.11.5 |
719 | 2024-12-11T04:19:07.963Z | Downloaded match_cfg v0.1.0 |
720 | 2024-12-11T04:19:07.963Z | Downloaded rustc_version v0.1.7 |
721 | 2024-12-11T04:19:07.967Z | Downloaded num-rational v0.4.2 |
722 | 2024-12-11T04:19:07.967Z | Downloaded lock_api v0.4.12 |
723 | 2024-12-11T04:19:07.969Z | Downloaded hostname v0.3.1 |
724 | 2024-12-11T04:19:07.970Z | Downloaded crossbeam-utils v0.8.20 |
725 | 2024-12-11T04:19:07.972Z | Downloaded generic-array v0.14.7 |
726 | 2024-12-11T04:19:07.972Z | Downloaded is_terminal_polyfill v1.70.1 |
727 | 2024-12-11T04:19:07.974Z | Downloaded derive_more v0.99.18 |
728 | 2024-12-11T04:19:07.976Z | Downloaded sigpipe v0.1.3 |
729 | 2024-12-11T04:19:07.979Z | Downloaded encoding_rs v0.8.34 |
730 | 2024-12-11T04:19:07.998Z | Downloaded rhai_codegen v2.2.0 |
731 | 2024-12-11T04:19:08.004Z | Downloaded dof v0.3.0 |
732 | 2024-12-11T04:19:08.006Z | Downloaded linear-map v1.2.0 |
733 | 2024-12-11T04:19:08.006Z | Downloaded futures-channel v0.3.30 |
734 | 2024-12-11T04:19:08.009Z | Downloaded foreign-types v0.5.0 |
735 | 2024-12-11T04:19:08.011Z | Downloaded semver v0.1.20 |
736 | 2024-12-11T04:19:08.011Z | Downloaded rustc-hash v2.0.0 |
737 | 2024-12-11T04:19:08.011Z | Downloaded pin-utils v0.1.0 |
738 | 2024-12-11T04:19:08.016Z | Downloaded proc-macro-crate v3.2.0 |
739 | 2024-12-11T04:19:08.016Z | Downloaded dropshot_endpoint v0.12.0 |
740 | 2024-12-11T04:19:08.019Z | Downloaded cookie v0.18.1 |
741 | 2024-12-11T04:19:08.019Z | Downloaded bytes v1.7.2 |
742 | 2024-12-11T04:19:08.021Z | Downloaded swrite v0.1.0 |
743 | 2024-12-11T04:19:08.025Z | Downloaded futures-macro v0.3.30 |
744 | 2024-12-11T04:19:08.025Z | Downloaded crc32fast v1.4.2 |
745 | 2024-12-11T04:19:08.025Z | Downloaded ciborium v0.2.2 |
746 | 2024-12-11T04:19:08.027Z | Downloaded plain v0.2.3 |
747 | 2024-12-11T04:19:08.027Z | Downloaded form_urlencoded v1.2.1 |
748 | 2024-12-11T04:19:08.030Z | Downloaded enum-as-inner v0.6.1 |
749 | 2024-12-11T04:19:08.030Z | Downloaded dyn-clone v1.0.17 |
750 | 2024-12-11T04:19:08.032Z | Downloaded bitflags v2.6.0 |
751 | 2024-12-11T04:19:08.035Z | Downloaded defmt-parser v0.3.4 |
752 | 2024-12-11T04:19:08.035Z | Downloaded crossbeam-epoch v0.9.18 |
753 | 2024-12-11T04:19:08.038Z | Downloaded blake2 v0.10.6 |
754 | 2024-12-11T04:19:08.041Z | Downloaded crypto-common v0.1.6 |
755 | 2024-12-11T04:19:08.041Z | Downloaded camino-tempfile v1.1.1 |
756 | 2024-12-11T04:19:08.043Z | Downloaded clap_lex v0.7.4 |
757 | 2024-12-11T04:19:08.043Z | Downloaded cancel-safe-futures v0.1.5 |
758 | 2024-12-11T04:19:08.045Z | Downloaded password-hash v0.5.0 |
759 | 2024-12-11T04:19:08.048Z | Downloaded parse-display-derive v0.10.0 |
760 | 2024-12-11T04:19:08.048Z | Downloaded parking_lot_core v0.9.10 |
761 | 2024-12-11T04:19:08.051Z | Downloaded foreign-types-shared v0.3.1 |
762 | 2024-12-11T04:19:08.051Z | Downloaded foreign-types-shared v0.1.1 |
763 | 2024-12-11T04:19:08.051Z | Downloaded foreign-types v0.3.2 |
764 | 2024-12-11T04:19:08.053Z | Downloaded float-ord v0.3.2 |
765 | 2024-12-11T04:19:08.053Z | Downloaded dtrace-parser v0.2.0 |
766 | 2024-12-11T04:19:08.053Z | Downloaded debug-ignore v1.0.5 |
767 | 2024-12-11T04:19:08.056Z | Downloaded crc8 v0.1.1 |
768 | 2024-12-11T04:19:08.056Z | Downloaded convert_case v0.4.0 |
769 | 2024-12-11T04:19:08.056Z | Downloaded percent-encoding v2.3.1 |
770 | 2024-12-11T04:19:08.059Z | Downloaded futures-sink v0.3.30 |
771 | 2024-12-11T04:19:08.059Z | Downloaded clap_derive v4.5.18 |
772 | 2024-12-11T04:19:08.059Z | Downloaded base64 v0.22.1 |
773 | 2024-12-11T04:19:08.062Z | Downloaded camino v1.1.9 |
774 | 2024-12-11T04:19:08.064Z | Downloaded colorchoice v1.0.2 |
775 | 2024-12-11T04:19:08.067Z | Downloaded base64 v0.21.7 |
776 | 2024-12-11T04:19:08.069Z | Downloaded cobs v0.2.3 |
777 | 2024-12-11T04:19:08.071Z | Downloaded ciborium-ll v0.2.2 |
778 | 2024-12-11T04:19:08.071Z | Downloaded ahash v0.8.11 |
779 | 2024-12-11T04:19:08.074Z | Downloaded colored v2.1.0 |
780 | 2024-12-11T04:19:08.076Z | Downloaded ciborium-io v0.2.2 |
781 | 2024-12-11T04:19:08.077Z | Downloaded byteorder v1.5.0 |
782 | 2024-12-11T04:19:08.079Z | Downloaded block-buffer v0.10.4 |
783 | 2024-12-11T04:19:08.079Z | Downloaded base64ct v1.6.0 |
784 | 2024-12-11T04:19:08.081Z | Downloaded backoff v0.4.0 |
785 | 2024-12-11T04:19:08.081Z | Downloaded anyhow v1.0.94 |
786 | 2024-12-11T04:19:08.086Z | Downloaded cfg-if v1.0.0 |
787 | 2024-12-11T04:19:08.088Z | Downloaded anstyle v1.0.10 |
788 | 2024-12-11T04:19:08.088Z | Downloaded async-stream-impl v0.3.5 |
789 | 2024-12-11T04:19:08.225Z | Downloaded ring v0.17.8 |
790 | 2024-12-11T04:19:08.558Z | Compiling proc-macro2 v1.0.86 |
791 | 2024-12-11T04:19:08.558Z | Compiling unicode-ident v1.0.13 |
792 | 2024-12-11T04:19:08.559Z | Compiling libc v0.2.167 |
793 | 2024-12-11T04:19:08.561Z | Compiling serde v1.0.216 |
794 | 2024-12-11T04:19:08.561Z | Compiling autocfg v1.3.0 |
795 | 2024-12-11T04:19:08.561Z | Compiling version_check v0.9.5 |
796 | 2024-12-11T04:19:08.594Z | Compiling cfg-if v1.0.0 |
797 | 2024-12-11T04:19:08.762Z | Compiling once_cell v1.20.2 |
798 | 2024-12-11T04:19:08.781Z | Compiling libm v0.2.8 |
799 | 2024-12-11T04:19:08.797Z | Compiling memchr v2.7.4 |
800 | 2024-12-11T04:19:09.193Z | Compiling parking_lot_core v0.9.10 |
801 | 2024-12-11T04:19:09.288Z | Compiling byteorder v1.5.0 |
802 | 2024-12-11T04:19:09.342Z | Compiling lock_api v0.4.12 |
803 | 2024-12-11T04:19:09.683Z | Compiling shlex v1.3.0 |
804 | 2024-12-11T04:19:09.725Z | Compiling thiserror v1.0.69 |
805 | 2024-12-11T04:19:09.850Z | Compiling itoa v1.0.11 |
806 | 2024-12-11T04:19:10.044Z | Compiling cc v1.1.21 |
807 | 2024-12-11T04:19:10.137Z | Compiling portable-atomic v1.8.0 |
808 | 2024-12-11T04:19:10.294Z | Compiling slab v0.4.9 |
809 | 2024-12-11T04:19:10.333Z | Compiling quote v1.0.37 |
810 | 2024-12-11T04:19:10.661Z | Compiling schemars v0.8.21 |
811 | 2024-12-11T04:19:10.968Z | Compiling syn v2.0.87 |
812 | 2024-12-11T04:19:11.036Z | Compiling getrandom v0.2.15 |
813 | 2024-12-11T04:19:11.108Z | Compiling ahash v0.8.11 |
814 | 2024-12-11T04:19:11.371Z | Compiling allocator-api2 v0.2.18 |
815 | 2024-12-11T04:19:11.397Z | Compiling num-traits v0.2.19 |
816 | 2024-12-11T04:19:11.557Z | Compiling ryu v1.0.18 |
817 | 2024-12-11T04:19:11.844Z | Compiling serde_json v1.0.133 |
818 | 2024-12-11T04:19:12.006Z | Compiling pin-project-lite v0.2.14 |
819 | 2024-12-11T04:19:12.305Z | Compiling scopeguard v1.2.0 |
820 | 2024-12-11T04:19:12.427Z | Compiling equivalent v1.0.1 |
821 | 2024-12-11T04:19:12.471Z | Compiling log v0.4.22 |
822 | 2024-12-11T04:19:12.579Z | Compiling fnv v1.0.7 |
823 | 2024-12-11T04:19:12.617Z | Compiling heck v0.5.0 |
824 | 2024-12-11T04:19:12.902Z | Compiling vcpkg v0.2.15 |
825 | 2024-12-11T04:19:13.061Z | Compiling pkg-config v0.3.31 |
826 | 2024-12-11T04:19:13.080Z | Compiling crunchy v0.2.2 |
827 | 2024-12-11T04:19:13.138Z | Compiling ring v0.17.8 |
828 | 2024-12-11T04:19:13.611Z | Compiling socket2 v0.5.8 |
829 | 2024-12-11T04:19:14.209Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-12-11T04:19:14.298Z | Compiling mio v1.0.2 |
831 | 2024-12-11T04:19:14.476Z | Compiling tiny-keccak v2.0.2 |
832 | 2024-12-11T04:19:14.552Z | Compiling slog v2.7.0 |
833 | 2024-12-11T04:19:14.601Z | Compiling openssl-sys v0.9.103 |
834 | 2024-12-11T04:19:14.796Z | Compiling httparse v1.9.4 |
835 | 2024-12-11T04:19:15.265Z | Compiling iana-time-zone v0.1.61 |
836 | 2024-12-11T04:19:15.644Z | Compiling futures-core v0.3.30 |
837 | 2024-12-11T04:19:15.708Z | Compiling const-random-macro v0.1.16 |
838 | 2024-12-11T04:19:15.853Z | Compiling dyn-clone v1.0.17 |
839 | 2024-12-11T04:19:15.910Z | Compiling openssl v0.10.66 |
840 | 2024-12-11T04:19:15.976Z | Compiling futures-sink v0.3.30 |
841 | 2024-12-11T04:19:16.443Z | Compiling typenum v1.17.0 |
842 | 2024-12-11T04:19:16.488Z | Compiling native-tls v0.2.12 |
843 | 2024-12-11T04:19:16.509Z | Compiling const-random v0.1.18 |
844 | 2024-12-11T04:19:16.611Z | Compiling semver v1.0.23 |
845 | 2024-12-11T04:19:16.652Z | Compiling rustls v0.23.13 |
846 | 2024-12-11T04:19:16.707Z | Compiling futures-channel v0.3.30 |
847 | 2024-12-11T04:19:16.727Z | Compiling pin-utils v0.1.0 |
848 | 2024-12-11T04:19:16.835Z | Compiling futures-io v0.3.30 |
849 | 2024-12-11T04:19:16.863Z | Compiling futures-task v0.3.30 |
850 | 2024-12-11T04:19:16.978Z | Compiling generic-array v0.14.7 |
851 | 2024-12-11T04:19:17.096Z | Compiling tracing-core v0.1.32 |
852 | 2024-12-11T04:19:17.132Z | Compiling bitflags v2.6.0 |
853 | 2024-12-11T04:19:17.175Z | Compiling ucd-trie v0.1.6 |
854 | 2024-12-11T04:19:17.178Z | Compiling subtle v2.6.1 |
855 | 2024-12-11T04:19:17.222Z | Compiling aho-corasick v1.1.3 |
856 | 2024-12-11T04:19:17.355Z | Compiling anyhow v1.0.94 |
857 | 2024-12-11T04:19:17.452Z | Compiling regex-syntax v0.8.4 |
858 | 2024-12-11T04:19:17.643Z | Compiling num-conv v0.1.0 |
859 | 2024-12-11T04:19:17.664Z | Compiling time-core v0.1.2 |
860 | 2024-12-11T04:19:17.930Z | Compiling time-macros v0.2.18 |
861 | 2024-12-11T04:19:18.317Z | Compiling serde_derive_internals v0.29.1 |
862 | 2024-12-11T04:19:18.923Z | Compiling spin v0.9.8 |
863 | 2024-12-11T04:19:19.212Z | Compiling rustls-pki-types v1.8.0 |
864 | 2024-12-11T04:19:20.498Z | Compiling usdt-impl v0.5.0 |
865 | 2024-12-11T04:19:20.561Z | Compiling untrusted v0.9.0 |
866 | 2024-12-11T04:19:20.755Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-12-11T04:19:21.016Z | Compiling regex-automata v0.4.7 |
868 | 2024-12-11T04:19:21.155Z | Compiling atomic-waker v1.1.2 |
869 | 2024-12-11T04:19:21.373Z | Compiling plain v0.2.3 |
870 | 2024-12-11T04:19:21.498Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-12-11T04:19:21.535Z | Compiling strsim v0.11.1 |
872 | 2024-12-11T04:19:21.599Z | Compiling rustversion v1.0.17 |
873 | 2024-12-11T04:19:22.263Z | Compiling tinyvec v1.8.0 |
874 | 2024-12-11T04:19:23.310Z | Compiling rand_core v0.6.4 |
875 | 2024-12-11T04:19:23.725Z | Compiling serde_derive v1.0.216 |
876 | 2024-12-11T04:19:23.786Z | Compiling zerocopy-derive v0.7.35 |
877 | 2024-12-11T04:19:23.978Z | Compiling thiserror-impl v1.0.69 |
878 | 2024-12-11T04:19:24.290Z | Compiling tokio-macros v2.4.0 |
879 | 2024-12-11T04:19:24.425Z | Compiling schemars_derive v0.8.21 |
880 | 2024-12-11T04:19:25.896Z | Compiling futures-macro v0.3.30 |
881 | 2024-12-11T04:19:25.934Z | Compiling zerocopy v0.7.35 |
882 | 2024-12-11T04:19:27.730Z | Compiling openssl-macros v0.1.1 |
883 | 2024-12-11T04:19:27.806Z | Compiling tracing-attributes v0.1.27 |
884 | 2024-12-11T04:19:27.852Z | Compiling futures-util v0.3.30 |
885 | 2024-12-11T04:19:27.973Z | Compiling hashbrown v0.14.5 |
886 | 2024-12-11T04:19:28.649Z | Compiling scroll_derive v0.12.0 |
887 | 2024-12-11T04:19:28.772Z | Compiling pest v2.7.13 |
888 | 2024-12-11T04:19:29.373Z | Compiling regress v0.10.1 |
889 | 2024-12-11T04:19:30.089Z | Compiling regex v1.10.6 |
890 | 2024-12-11T04:19:30.895Z | Compiling scroll v0.12.0 |
891 | 2024-12-11T04:19:31.208Z | Compiling tracing v0.1.40 |
892 | 2024-12-11T04:19:31.699Z | Compiling pest_meta v2.7.13 |
893 | 2024-12-11T04:19:31.924Z | Compiling goblin v0.8.2 |
894 | 2024-12-11T04:19:34.094Z | Compiling pest_generator v2.7.13 |
895 | 2024-12-11T04:19:34.670Z | Compiling rustls-webpki v0.102.8 |
896 | 2024-12-11T04:19:35.803Z | Compiling zeroize v1.8.1 |
897 | 2024-12-11T04:19:35.899Z | Compiling pest_derive v2.7.13 |
898 | 2024-12-11T04:19:36.427Z | Compiling percent-encoding v2.3.1 |
899 | 2024-12-11T04:19:36.834Z | Compiling unsafe-libyaml v0.2.11 |
900 | 2024-12-11T04:19:36.894Z | Compiling try-lock v0.2.5 |
901 | 2024-12-11T04:19:37.090Z | Compiling pretty-hex v0.4.1 |
902 | 2024-12-11T04:19:37.306Z | Compiling want v0.3.1 |
903 | 2024-12-11T04:19:37.610Z | Compiling bytes v1.7.2 |
904 | 2024-12-11T04:19:38.748Z | Compiling smallvec v1.13.2 |
905 | 2024-12-11T04:19:38.814Z | Compiling indexmap v2.5.0 |
906 | 2024-12-11T04:19:39.018Z | Compiling chrono v0.4.38 |
907 | 2024-12-11T04:19:39.620Z | Compiling uuid v1.11.0 |
908 | 2024-12-11T04:19:40.102Z | Compiling parking_lot v0.12.3 |
909 | 2024-12-11T04:19:40.257Z | Compiling serde_tokenstream v0.2.2 |
910 | 2024-12-11T04:19:40.835Z | Compiling tokio v1.42.0 |
911 | 2024-12-11T04:19:40.855Z | Compiling http v1.2.0 |
912 | 2024-12-11T04:19:44.497Z | Compiling openapiv3 v2.0.0 |
913 | 2024-12-11T04:19:44.666Z | Compiling ipnetwork v0.20.0 |
914 | 2024-12-11T04:19:47.286Z | Compiling typify-impl v0.2.0 |
915 | 2024-12-11T04:19:47.347Z | Compiling http-body v1.0.1 |
916 | 2024-12-11T04:19:47.618Z | Compiling serde_yaml v0.9.34+deprecated |
917 | 2024-12-11T04:19:48.638Z | Compiling dof v0.3.0 |
918 | 2024-12-11T04:19:48.805Z | Compiling dtrace-parser v0.2.0 |
919 | 2024-12-11T04:19:48.937Z | Compiling form_urlencoded v1.2.1 |
920 | 2024-12-11T04:19:49.463Z | Compiling unicode-normalization v0.1.24 |
921 | 2024-12-11T04:19:50.681Z | Compiling tokio-util v0.7.12 |
922 | 2024-12-11T04:19:50.794Z | Compiling thread-id v4.2.2 |
923 | 2024-12-11T04:19:50.916Z | Compiling camino v1.1.9 |
924 | 2024-12-11T04:19:51.316Z | Compiling httpdate v1.0.3 |
925 | 2024-12-11T04:19:51.550Z | Compiling ident_case v1.0.1 |
926 | 2024-12-11T04:19:51.602Z | Compiling foreign-types-shared v0.1.1 |
927 | 2024-12-11T04:19:51.718Z | Compiling h2 v0.4.6 |
928 | 2024-12-11T04:19:51.738Z | Compiling syn v1.0.109 |
929 | 2024-12-11T04:19:52.084Z | Compiling rustls v0.22.4 |
930 | 2024-12-11T04:19:52.109Z | Compiling unicode-bidi v0.3.15 |
931 | 2024-12-11T04:19:52.406Z | Compiling foreign-types v0.3.2 |
932 | 2024-12-11T04:19:52.426Z | Compiling darling_core v0.20.10 |
933 | 2024-12-11T04:19:52.714Z | Compiling ppv-lite86 v0.2.20 |
934 | 2024-12-11T04:19:54.120Z | Compiling slog-async v2.8.0 |
935 | 2024-12-11T04:19:54.886Z | Compiling tower-service v0.3.3 |
936 | 2024-12-11T04:19:55.627Z | Compiling rand_chacha v0.3.1 |
937 | 2024-12-11T04:19:55.697Z | Compiling idna v0.5.0 |
938 | 2024-12-11T04:19:57.344Z | Compiling hyper v1.5.1 |
939 | 2024-12-11T04:19:58.657Z | Compiling darling_macro v0.20.10 |
940 | 2024-12-11T04:19:59.295Z | Compiling typify-macro v0.2.0 |
941 | 2024-12-11T04:19:59.712Z | Compiling toml_datetime v0.6.8 |
942 | 2024-12-11T04:20:00.184Z | Compiling hyper-util v0.1.10 |
943 | 2024-12-11T04:20:03.298Z | Compiling typify v0.2.0 |
944 | 2024-12-11T04:20:03.447Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-12-11T04:20:06.506Z | Compiling multer v3.1.0 |
946 | 2024-12-11T04:20:06.861Z | Compiling paste v1.0.15 |
947 | 2024-12-11T04:20:08.006Z | Compiling openssl-probe v0.1.5 |
948 | 2024-12-11T04:20:10.095Z | Compiling progenitor-macro v0.8.0 |
949 | 2024-12-11T04:20:12.235Z | Compiling darling v0.20.10 |
950 | 2024-12-11T04:20:12.290Z | Compiling url v2.5.2 |
951 | 2024-12-11T04:20:12.363Z | Compiling rand v0.8.5 |
952 | 2024-12-11T04:20:14.989Z | Compiling usdt-attr-macro v0.5.0 |
953 | 2024-12-11T04:20:16.669Z | Compiling usdt-macro v0.5.0 |
954 | 2024-12-11T04:20:17.770Z | Compiling http-body-util v0.1.2 |
955 | 2024-12-11T04:20:18.225Z | Compiling async-trait v0.1.83 |
956 | 2024-12-11T04:20:19.629Z | Compiling encoding_rs v0.8.34 |
957 | 2024-12-11T04:20:20.064Z | Compiling mime v0.3.17 |
958 | 2024-12-11T04:20:20.228Z | Compiling base64 v0.22.1 |
959 | 2024-12-11T04:20:20.709Z | Compiling ipnet v2.10.0 |
960 | 2024-12-11T04:20:21.147Z | Compiling rustls-pemfile v2.1.3 |
961 | 2024-12-11T04:20:23.546Z | Compiling tokio-rustls v0.26.0 |
962 | 2024-12-11T04:20:23.952Z | Compiling serde_with_macros v3.9.0 |
963 | 2024-12-11T04:20:24.607Z | Compiling tokio-native-tls v0.3.1 |
964 | 2024-12-11T04:20:24.933Z | Compiling strum_macros v0.26.4 |
965 | 2024-12-11T04:20:25.177Z | Compiling serde_urlencoded v0.7.1 |
966 | 2024-12-11T04:20:26.408Z | Compiling structmeta-derive v0.3.0 |
967 | 2024-12-11T04:20:26.692Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-12-11T04:20:28.085Z | Compiling webpki-roots v0.26.6 |
969 | 2024-12-11T04:20:28.319Z | Compiling dropshot v0.12.0 |
970 | 2024-12-11T04:20:29.049Z | Compiling crossbeam-utils v0.8.20 |
971 | 2024-12-11T04:20:29.562Z | Compiling powerfmt v0.2.0 |
972 | 2024-12-11T04:20:29.992Z | Compiling deranged v0.3.11 |
973 | 2024-12-11T04:20:30.057Z | Compiling structmeta v0.3.0 |
974 | 2024-12-11T04:20:30.271Z | Compiling hyper-rustls v0.27.3 |
975 | 2024-12-11T04:20:30.441Z | Compiling hyper-tls v0.6.0 |
976 | 2024-12-11T04:20:31.667Z | Compiling sync_wrapper v1.0.1 |
977 | 2024-12-11T04:20:32.279Z | Compiling winnow v0.6.18 |
978 | 2024-12-11T04:20:34.742Z | Compiling num_threads v0.1.7 |
979 | 2024-12-11T04:20:35.048Z | Compiling time v0.3.36 |
980 | 2024-12-11T04:20:36.779Z | Compiling reqwest v0.12.9 |
981 | 2024-12-11T04:20:37.062Z | Compiling parse-display-derive v0.10.0 |
982 | 2024-12-11T04:20:39.102Z | Compiling crypto-common v0.1.6 |
983 | 2024-12-11T04:20:39.340Z | Compiling block-buffer v0.10.4 |
984 | 2024-12-11T04:20:39.588Z | Compiling dropshot_endpoint v0.12.0 |
985 | 2024-12-11T04:20:41.280Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
986 | 2024-12-11T04:20:43.338Z | Compiling digest v0.10.7 |
987 | 2024-12-11T04:20:43.802Z | Compiling progenitor-client v0.8.0 |
988 | 2024-12-11T04:20:44.688Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
989 | 2024-12-11T04:20:46.722Z | Compiling dirs-sys-next v0.1.2 |
990 | 2024-12-11T04:20:47.756Z | Compiling rustix v0.38.37 |
991 | 2024-12-11T04:20:48.141Z | Compiling match_cfg v0.1.0 |
992 | 2024-12-11T04:20:48.250Z | Compiling lazy_static v1.5.0 |
993 | 2024-12-11T04:20:48.599Z | Compiling hostname v0.3.1 |
994 | 2024-12-11T04:20:48.619Z | Compiling dirs-next v2.0.0 |
995 | 2024-12-11T04:20:48.856Z | Compiling progenitor v0.8.0 |
996 | 2024-12-11T04:20:49.209Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-11T04:20:51.286Z | Compiling futures-executor v0.3.30 |
998 | 2024-12-11T04:20:52.263Z | Compiling thread_local v1.1.8 |
999 | 2024-12-11T04:20:52.315Z | Compiling errno v0.3.9 |
1000 | 2024-12-11T04:20:52.925Z | Compiling instant v0.1.13 |
1001 | 2024-12-11T04:20:53.100Z | Compiling unicode-width v0.1.14 |
1002 | 2024-12-11T04:20:53.877Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-12-11T04:20:55.604Z | Compiling futures v0.3.30 |
1004 | 2024-12-11T04:20:57.134Z | Compiling term v0.7.0 |
1005 | 2024-12-11T04:20:57.684Z | Compiling crossbeam-channel v0.5.13 |
1006 | 2024-12-11T04:21:00.109Z | Compiling serde_spanned v0.6.7 |
1007 | 2024-12-11T04:21:00.306Z | Compiling is-terminal v0.4.13 |
1008 | 2024-12-11T04:21:00.358Z | Compiling memmap v0.7.0 |
1009 | 2024-12-11T04:21:00.748Z | Compiling take_mut v0.2.2 |
1010 | 2024-12-11T04:21:01.209Z | Compiling usdt v0.5.0 |
1011 | 2024-12-11T04:21:01.450Z | Compiling slog-term v2.9.1 |
1012 | 2024-12-11T04:21:02.670Z | Compiling toml_edit v0.22.21 |
1013 | 2024-12-11T04:21:04.110Z | Compiling slog-json v2.6.1 |
1014 | 2024-12-11T04:21:04.558Z | Compiling strum v0.26.3 |
1015 | 2024-12-11T04:21:04.760Z | Compiling serde_with v3.9.0 |
1016 | 2024-12-11T04:21:07.082Z | Compiling debug-ignore v1.0.5 |
1017 | 2024-12-11T04:21:07.246Z | Compiling heapless v0.8.0 |
1018 | 2024-12-11T04:21:09.080Z | Compiling tokio-rustls v0.25.0 |
1019 | 2024-12-11T04:21:10.282Z | Compiling toml v0.8.19 |
1020 | 2024-12-11T04:21:12.118Z | Compiling slog-bunyan v2.5.0 |
1021 | 2024-12-11T04:21:12.137Z | Compiling sha1 v0.10.6 |
1022 | 2024-12-11T04:21:12.530Z | Compiling async-stream v0.3.5 |
1023 | 2024-12-11T04:21:12.830Z | Compiling newtype-uuid v1.1.0 |
1024 | 2024-12-11T04:21:12.911Z | Compiling serde_path_to_error v0.1.16 |
1025 | 2024-12-11T04:21:13.174Z | Compiling hex v0.4.3 |
1026 | 2024-12-11T04:21:13.793Z | Compiling waitgroup v0.1.2 |
1027 | 2024-12-11T04:21:13.967Z | Compiling hostname v0.4.0 |
1028 | 2024-12-11T04:21:13.987Z | Compiling hash32 v0.3.1 |
1029 | 2024-12-11T04:21:14.240Z | Compiling stable_deref_trait v1.2.0 |
1030 | 2024-12-11T04:21:14.262Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-11T04:21:17.019Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1032 | 2024-12-11T04:21:17.208Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-12-11T04:21:17.578Z | Compiling backoff v0.4.0 |
1034 | 2024-12-11T04:21:17.809Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1035 | 2024-12-11T04:21:17.957Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1036 | 2024-12-11T04:21:18.182Z | Compiling parse-display v0.10.0 |
1037 | 2024-12-11T04:21:20.174Z | Compiling macaddr v1.0.1 |
1038 | 2024-12-11T04:21:20.582Z | Compiling regress v0.9.1 |
1039 | 2024-12-11T04:21:20.798Z | Compiling clap_derive v4.5.18 |
1040 | 2024-12-11T04:21:24.400Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1041 | 2024-12-11T04:21:24.797Z | Compiling bitflags v1.3.2 |
1042 | 2024-12-11T04:21:24.915Z | Compiling winnow v0.5.40 |
1043 | 2024-12-11T04:21:25.433Z | Compiling managed v0.8.0 |
1044 | 2024-12-11T04:21:25.604Z | Compiling utf8parse v0.2.2 |
1045 | 2024-12-11T04:21:25.777Z | Compiling cobs v0.2.3 |
1046 | 2024-12-11T04:21:26.218Z | Compiling postcard v1.0.10 |
1047 | 2024-12-11T04:21:26.966Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-12-11T04:21:27.417Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-12-11T04:21:28.904Z | Compiling toml_edit v0.19.15 |
1050 | 2024-12-11T04:21:33.957Z | Compiling anstyle-query v1.1.1 |
1051 | 2024-12-11T04:21:34.747Z | Compiling colorchoice v1.0.2 |
1052 | 2024-12-11T04:21:35.098Z | Compiling anstyle v1.0.10 |
1053 | 2024-12-11T04:21:35.177Z | Compiling is_terminal_polyfill v1.70.1 |
1054 | 2024-12-11T04:21:35.956Z | Compiling anstream v0.6.15 |
1055 | 2024-12-11T04:21:37.075Z | Compiling proc-macro-crate v1.3.1 |
1056 | 2024-12-11T04:21:37.510Z | Compiling terminal_size v0.4.0 |
1057 | 2024-12-11T04:21:37.732Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1058 | 2024-12-11T04:21:37.882Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-11T04:21:38.111Z | Compiling num_enum_derive v0.5.11 |
1060 | 2024-12-11T04:21:38.521Z | Compiling clap_builder v4.5.23 |
1061 | 2024-12-11T04:21:39.765Z | Compiling tabwriter v1.4.0 |
1062 | 2024-12-11T04:21:40.532Z | Compiling foreign-types-macros v0.2.3 |
1063 | 2024-12-11T04:21:40.610Z | Compiling num-integer v0.1.46 |
1064 | 2024-12-11T04:21:41.405Z | Compiling foreign-types-shared v0.3.1 |
1065 | 2024-12-11T04:21:41.689Z | Compiling num_enum v0.5.11 |
1066 | 2024-12-11T04:21:41.900Z | Compiling foreign-types v0.5.0 |
1067 | 2024-12-11T04:21:42.517Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1068 | 2024-12-11T04:21:42.765Z | Compiling clap v4.5.23 |
1069 | 2024-12-11T04:21:42.975Z | Compiling cstr-argument v0.1.2 |
1070 | 2024-12-11T04:21:43.238Z | Compiling proc-macro-error-attr v1.0.4 |
1071 | 2024-12-11T04:21:43.465Z | Compiling either v1.13.0 |
1072 | 2024-12-11T04:21:43.775Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-12-11T04:21:43.940Z | Compiling prettyplease v0.2.22 |
1074 | 2024-12-11T04:21:44.106Z | Compiling heck v0.4.1 |
1075 | 2024-12-11T04:21:44.305Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1076 | 2024-12-11T04:21:44.605Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1077 | 2024-12-11T04:21:44.796Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1078 | 2024-12-11T04:21:46.045Z | Compiling num-iter v0.1.45 |
1079 | 2024-12-11T04:21:46.088Z | Compiling num-rational v0.4.2 |
1080 | 2024-12-11T04:21:46.631Z | Compiling colored v2.1.0 |
1081 | 2024-12-11T04:21:48.350Z | Compiling num-complex v0.4.6 |
1082 | 2024-12-11T04:21:48.949Z | Compiling proc-macro-error v1.0.4 |
1083 | 2024-12-11T04:21:49.021Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-12-11T04:21:49.315Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-12-11T04:21:49.473Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1086 | 2024-12-11T04:21:49.544Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1087 | 2024-12-11T04:21:49.803Z | Compiling fastrand v2.1.1 |
1088 | 2024-12-11T04:21:50.333Z | Compiling tempfile v3.12.0 |
1089 | 2024-12-11T04:21:50.939Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1090 | 2024-12-11T04:21:51.135Z | Compiling num v0.4.3 |
1091 | 2024-12-11T04:21:54.652Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-11T04:21:55.198Z | Compiling float-ord v0.3.2 |
1093 | 2024-12-11T04:21:55.418Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-12-11T04:21:55.475Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1095 | 2024-12-11T04:22:03.152Z | Compiling semver v0.1.20 |
1096 | 2024-12-11T04:22:03.308Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-12-11T04:22:03.715Z | Compiling rustc_version v0.1.7 |
1098 | 2024-12-11T04:22:04.144Z | Compiling newline-converter v0.3.0 |
1099 | 2024-12-11T04:22:04.280Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-12-11T04:22:04.466Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1101 | 2024-12-11T04:22:04.542Z | Compiling camino-tempfile v1.1.1 |
1102 | 2024-12-11T04:22:05.111Z | Compiling itertools v0.10.5 |
1103 | 2024-12-11T04:22:05.322Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1104 | 2024-12-11T04:22:05.758Z | Compiling console v0.15.8 |
1105 | 2024-12-11T04:22:05.795Z | Compiling num-derive v0.4.2 |
1106 | 2024-12-11T04:22:07.380Z | Compiling sigpipe v0.1.3 |
1107 | 2024-12-11T04:22:07.525Z | Compiling similar v2.6.0 |
1108 | 2024-12-11T04:22:08.244Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1109 | 2024-12-11T04:22:08.409Z | Compiling base64ct v1.6.0 |
1110 | 2024-12-11T04:22:08.762Z | Compiling expectorate v1.1.0 |
1111 | 2024-12-11T04:22:08.781Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-12-11T04:22:08.955Z | Compiling password-hash v0.5.0 |
1113 | 2024-12-11T04:22:09.085Z | Compiling zone v0.3.0 |
1114 | 2024-12-11T04:22:10.372Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1115 | 2024-12-11T04:22:11.074Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-12-11T04:22:11.113Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1117 | 2024-12-11T04:22:12.461Z | Compiling newtype_derive v0.1.6 |
1118 | 2024-12-11T04:22:12.855Z | Compiling blake2 v0.10.6 |
1119 | 2024-12-11T04:22:13.619Z | Compiling hubpack_derive v0.1.1 |
1120 | 2024-12-11T04:22:13.833Z | Compiling smf v0.2.3 |
1121 | 2024-12-11T04:22:14.058Z | Compiling zerocopy-derive v0.6.6 |
1122 | 2024-12-11T04:22:14.366Z | Compiling whoami v1.5.2 |
1123 | 2024-12-11T04:22:14.568Z | Compiling cancel-safe-futures v0.1.5 |
1124 | 2024-12-11T04:22:14.850Z | Compiling owo-colors v4.1.0 |
1125 | 2024-12-11T04:22:14.882Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-12-11T04:22:15.229Z | Compiling petgraph v0.6.5 |
1127 | 2024-12-11T04:22:15.297Z | Compiling hubpack v0.1.2 |
1128 | 2024-12-11T04:22:15.530Z | Compiling argon2 v0.5.3 |
1129 | 2024-12-11T04:22:16.122Z | Compiling zerocopy v0.6.6 |
1130 | 2024-12-11T04:22:17.214Z | Compiling strum_macros v0.25.3 |
1131 | 2024-12-11T04:22:18.004Z | Compiling serde-big-array v0.5.1 |
1132 | 2024-12-11T04:22:18.275Z | Compiling serde_repr v0.1.19 |
1133 | 2024-12-11T04:22:19.470Z | Compiling cookie v0.18.1 |
1134 | 2024-12-11T04:22:19.824Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-12-11T04:22:19.844Z | Compiling static_assertions v1.1.0 |
1136 | 2024-12-11T04:22:19.861Z | Compiling convert_case v0.4.0 |
1137 | 2024-12-11T04:22:20.024Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1138 | 2024-12-11T04:22:20.654Z | Compiling derive_more v0.99.18 |
1139 | 2024-12-11T04:22:21.017Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1140 | 2024-12-11T04:22:22.557Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-12-11T04:22:23.208Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-11T04:22:23.803Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-11T04:22:25.564Z | Compiling atomicwrites v0.4.4 |
1144 | 2024-12-11T04:22:26.079Z | Compiling itertools v0.13.0 |
1145 | 2024-12-11T04:22:27.447Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1146 | 2024-12-11T04:22:28.596Z | Compiling idna v0.4.0 |
1147 | 2024-12-11T04:22:28.952Z | Compiling libsw v3.3.1 |
1148 | 2024-12-11T04:22:29.305Z | Compiling enum-as-inner v0.6.1 |
1149 | 2024-12-11T04:22:30.004Z | Compiling derive-where v1.2.7 |
1150 | 2024-12-11T04:22:30.138Z | Compiling linked-hash-map v0.5.6 |
1151 | 2024-12-11T04:22:30.177Z | Compiling swrite v0.1.0 |
1152 | 2024-12-11T04:22:30.311Z | Compiling indent_write v2.2.0 |
1153 | 2024-12-11T04:22:30.453Z | Compiling data-encoding v2.6.0 |
1154 | 2024-12-11T04:22:30.542Z | Compiling linear-map v1.2.0 |
1155 | 2024-12-11T04:22:30.542Z | Compiling quick-error v1.2.3 |
1156 | 2024-12-11T04:22:30.723Z | Compiling highway v1.2.0 |
1157 | 2024-12-11T04:22:30.981Z | Compiling resolv-conf v0.7.0 |
1158 | 2024-12-11T04:22:32.190Z | Compiling hickory-proto v0.24.1 |
1159 | 2024-12-11T04:22:32.457Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1160 | 2024-12-11T04:22:32.583Z | Compiling lru-cache v0.1.2 |
1161 | 2024-12-11T04:22:32.803Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-12-11T04:22:33.396Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-11T04:22:36.195Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-11T04:22:36.620Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-11T04:22:37.476Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-11T04:22:37.679Z | Compiling steno v0.4.1 |
1167 | 2024-12-11T04:22:41.634Z | Compiling slog-dtrace v0.3.0 |
1168 | 2024-12-11T04:22:42.001Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-12-11T04:22:42.178Z | Compiling parking_lot_core v0.8.6 |
1170 | 2024-12-11T04:22:42.368Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1171 | 2024-12-11T04:22:42.533Z | Compiling humantime v2.1.0 |
1172 | 2024-12-11T04:22:42.674Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-12-11T04:22:43.380Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-12-11T04:22:43.631Z | Compiling hickory-resolver v0.24.1 |
1175 | 2024-12-11T04:22:45.045Z | Compiling num-derive v0.3.3 |
1176 | 2024-12-11T04:22:45.962Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1177 | 2024-12-11T04:22:46.964Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1178 | 2024-12-11T04:22:47.317Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1179 | 2024-12-11T04:22:47.363Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-12-11T04:22:48.349Z | Compiling parking_lot v0.11.2 |
1181 | 2024-12-11T04:22:48.974Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-12-11T04:22:50.333Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-12-11T04:22:50.494Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1184 | 2024-12-11T04:22:52.878Z | Compiling crossbeam-epoch v0.9.18 |
1185 | 2024-12-11T04:22:53.240Z | Compiling fxhash v0.2.1 |
1186 | 2024-12-11T04:22:53.473Z | Compiling crc32fast v1.4.2 |
1187 | 2024-12-11T04:22:53.989Z | Compiling arc-swap v1.7.1 |
1188 | 2024-12-11T04:22:54.009Z | Compiling crc8 v0.1.1 |
1189 | 2024-12-11T04:22:55.350Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1190 | 2024-12-11T04:22:55.386Z | Compiling slog-scope v4.4.0 |
1191 | 2024-12-11T04:22:55.501Z | Compiling sled v0.34.7 |
1192 | 2024-12-11T04:22:59.290Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1193 | 2024-12-11T04:23:00.790Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1194 | 2024-12-11T04:23:00.817Z | Compiling slog-stdlog v4.1.1 |
1195 | 2024-12-11T04:23:01.574Z | Compiling slog-envlogger v2.2.0 |
1196 | 2024-12-11T04:23:03.210Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1197 | 2024-12-11T04:23:03.639Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1198 | 2024-12-11T04:23:14.446Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-11T04:23:21.277Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1200 | 2024-12-11T04:23:22.792Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1201 | 2024-12-11T04:23:50.801Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1202 | 2024-12-11T04:23:50.801Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1203 | 2024-12-11T04:23:58.150Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1204 | 2024-12-11T04:23:58.335Z | + banner trio |
1205 | 2024-12-11T04:23:58.337Z | |
1206 | 2024-12-11T04:23:58.337Z | ##### ##### # #### |
1207 | 2024-12-11T04:23:58.337Z | # # # # # # |
1208 | 2024-12-11T04:23:58.337Z | # # # # # # |
1209 | 2024-12-11T04:23:58.337Z | # ##### # # # |
1210 | 2024-12-11T04:23:58.337Z | # # # # # # |
1211 | 2024-12-11T04:23:58.337Z | # # # # #### |
1212 | 2024-12-11T04:23:58.337Z | |
1213 | 2024-12-11T04:23:58.337Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1214 | 2024-12-11T04:23:58.807Z | Compiling cfg-if v1.0.0 |
1215 | 2024-12-11T04:23:58.807Z | Compiling libc v0.2.167 |
1216 | 2024-12-11T04:23:58.858Z | Compiling serde v1.0.216 |
1217 | 2024-12-11T04:23:58.858Z | Compiling once_cell v1.20.2 |
1218 | 2024-12-11T04:23:58.858Z | Compiling itoa v1.0.11 |
1219 | 2024-12-11T04:23:58.858Z | Compiling byteorder v1.5.0 |
1220 | 2024-12-11T04:23:58.883Z | Compiling syn v2.0.87 |
1221 | 2024-12-11T04:23:58.890Z | Compiling bytes v1.7.2 |
1222 | 2024-12-11T04:23:58.936Z | Compiling num-traits v0.2.19 |
1223 | 2024-12-11T04:23:59.085Z | Compiling zerocopy v0.7.35 |
1224 | 2024-12-11T04:23:59.247Z | Compiling pin-project-lite v0.2.14 |
1225 | 2024-12-11T04:23:59.262Z | Compiling ahash v0.8.11 |
1226 | 2024-12-11T04:23:59.303Z | Compiling allocator-api2 v0.2.18 |
1227 | 2024-12-11T04:23:59.317Z | Compiling smallvec v1.13.2 |
1228 | 2024-12-11T04:23:59.364Z | Compiling scopeguard v1.2.0 |
1229 | 2024-12-11T04:23:59.498Z | Compiling schemars v0.8.21 |
1230 | 2024-12-11T04:23:59.507Z | Compiling memchr v2.7.4 |
1231 | 2024-12-11T04:23:59.792Z | Compiling lock_api v0.4.12 |
1232 | 2024-12-11T04:24:00.165Z | Compiling fnv v1.0.7 |
1233 | 2024-12-11T04:24:00.261Z | Compiling hashbrown v0.14.5 |
1234 | 2024-12-11T04:24:00.271Z | Compiling log v0.4.22 |
1235 | 2024-12-11T04:24:00.305Z | Compiling futures-core v0.3.30 |
1236 | 2024-12-11T04:24:00.475Z | Compiling getrandom v0.2.15 |
1237 | 2024-12-11T04:24:00.559Z | Compiling parking_lot_core v0.9.10 |
1238 | 2024-12-11T04:24:00.775Z | Compiling mio v1.0.2 |
1239 | 2024-12-11T04:24:00.792Z | Compiling signal-hook-registry v1.4.2 |
1240 | 2024-12-11T04:24:00.825Z | Compiling socket2 v0.5.8 |
1241 | 2024-12-11T04:24:01.331Z | Compiling parking_lot v0.12.3 |
1242 | 2024-12-11T04:24:01.628Z | Compiling ryu v1.0.18 |
1243 | 2024-12-11T04:24:01.758Z | Compiling equivalent v1.0.1 |
1244 | 2024-12-11T04:24:02.206Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-11T04:24:02.323Z | Compiling serde_json v1.0.133 |
1246 | 2024-12-11T04:24:02.348Z | Compiling uuid v1.11.0 |
1247 | 2024-12-11T04:24:02.358Z | Compiling regress v0.10.1 |
1248 | 2024-12-11T04:24:02.523Z | Compiling futures-sink v0.3.30 |
1249 | 2024-12-11T04:24:02.575Z | Compiling pin-utils v0.1.0 |
1250 | 2024-12-11T04:24:02.673Z | Compiling untrusted v0.9.0 |
1251 | 2024-12-11T04:24:02.676Z | Compiling futures-task v0.3.30 |
1252 | 2024-12-11T04:24:02.866Z | Compiling spin v0.9.8 |
1253 | 2024-12-11T04:24:02.878Z | Compiling futures-util v0.3.30 |
1254 | 2024-12-11T04:24:02.914Z | Compiling slab v0.4.9 |
1255 | 2024-12-11T04:24:03.067Z | Compiling ring v0.17.8 |
1256 | 2024-12-11T04:24:03.441Z | Compiling try-lock v0.2.5 |
1257 | 2024-12-11T04:24:03.594Z | Compiling chrono v0.4.38 |
1258 | 2024-12-11T04:24:03.670Z | Compiling want v0.3.1 |
1259 | 2024-12-11T04:24:03.973Z | Compiling httparse v1.9.4 |
1260 | 2024-12-11T04:24:04.635Z | Compiling futures-channel v0.3.30 |
1261 | 2024-12-11T04:24:05.048Z | Compiling tower-service v0.3.3 |
1262 | 2024-12-11T04:24:05.091Z | Compiling foreign-types-shared v0.1.1 |
1263 | 2024-12-11T04:24:05.176Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-12-11T04:24:05.200Z | Compiling foreign-types v0.3.2 |
1265 | 2024-12-11T04:24:05.392Z | Compiling openssl-sys v0.9.103 |
1266 | 2024-12-11T04:24:05.601Z | Compiling serde_derive_internals v0.29.1 |
1267 | 2024-12-11T04:24:05.612Z | Compiling unicode-ident v1.0.13 |
1268 | 2024-12-11T04:24:05.806Z | Compiling bitflags v2.6.0 |
1269 | 2024-12-11T04:24:05.907Z | Compiling proc-macro2 v1.0.86 |
1270 | 2024-12-11T04:24:06.172Z | Compiling http v1.2.0 |
1271 | 2024-12-11T04:24:06.884Z | Compiling openssl-probe v0.1.5 |
1272 | 2024-12-11T04:24:07.118Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-12-11T04:24:07.211Z | Compiling semver v1.0.23 |
1274 | 2024-12-11T04:24:07.415Z | Compiling tinyvec v1.8.0 |
1275 | 2024-12-11T04:24:07.782Z | Compiling quote v1.0.37 |
1276 | 2024-12-11T04:24:07.880Z | Compiling percent-encoding v2.3.1 |
1277 | 2024-12-11T04:24:09.160Z | Compiling unicode-normalization v0.1.24 |
1278 | 2024-12-11T04:24:09.758Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-12-11T04:24:10.255Z | Compiling aho-corasick v1.1.3 |
1280 | 2024-12-11T04:24:10.483Z | Compiling http v0.2.12 |
1281 | 2024-12-11T04:24:10.706Z | Compiling unicode-bidi v0.3.15 |
1282 | 2024-12-11T04:24:10.949Z | Compiling heck v0.5.0 |
1283 | 2024-12-11T04:24:11.257Z | Compiling serde_derive v1.0.216 |
1284 | 2024-12-11T04:24:11.313Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-12-11T04:24:11.384Z | Compiling thiserror-impl v1.0.69 |
1286 | 2024-12-11T04:24:12.277Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-12-11T04:24:13.708Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-12-11T04:24:14.498Z | Compiling tracing-attributes v0.1.27 |
1289 | 2024-12-11T04:24:14.648Z | Compiling thiserror v1.0.69 |
1290 | 2024-12-11T04:24:14.948Z | Compiling openssl-macros v0.1.1 |
1291 | 2024-12-11T04:24:15.347Z | Compiling rustls-pki-types v1.8.0 |
1292 | 2024-12-11T04:24:15.398Z | Compiling tokio v1.42.0 |
1293 | 2024-12-11T04:24:15.827Z | Compiling openssl v0.10.66 |
1294 | 2024-12-11T04:24:16.594Z | Compiling regex-automata v0.4.7 |
1295 | 2024-12-11T04:24:16.673Z | Compiling idna v0.5.0 |
1296 | 2024-12-11T04:24:17.859Z | Compiling tracing v0.1.40 |
1297 | 2024-12-11T04:24:18.514Z | Compiling http-body v1.0.1 |
1298 | 2024-12-11T04:24:24.362Z | Compiling native-tls v0.2.12 |
1299 | 2024-12-11T04:24:25.466Z | Compiling tokio-util v0.7.12 |
1300 | 2024-12-11T04:24:26.029Z | Compiling indexmap v2.5.0 |
1301 | 2024-12-11T04:24:28.485Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-12-11T04:24:29.318Z | Compiling tokio-native-tls v0.3.1 |
1303 | 2024-12-11T04:24:29.622Z | Compiling slog v2.7.0 |
1304 | 2024-12-11T04:24:30.341Z | Compiling atomic-waker v1.1.2 |
1305 | 2024-12-11T04:24:30.472Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-12-11T04:24:30.522Z | Compiling h2 v0.4.6 |
1307 | 2024-12-11T04:24:32.551Z | Compiling typify-impl v0.2.0 |
1308 | 2024-12-11T04:24:33.418Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1309 | 2024-12-11T04:24:33.626Z | Compiling openapiv3 v2.0.0 |
1310 | 2024-12-11T04:24:42.786Z | Compiling serde_urlencoded v0.7.1 |
1311 | 2024-12-11T04:24:43.388Z | Compiling regex v1.10.6 |
1312 | 2024-12-11T04:24:44.387Z | Compiling url v2.5.2 |
1313 | 2024-12-11T04:24:44.686Z | Compiling encoding_rs v0.8.34 |
1314 | 2024-12-11T04:24:45.459Z | Compiling rustls v0.21.12 |
1315 | 2024-12-11T04:24:45.787Z | Compiling mime v0.3.17 |
1316 | 2024-12-11T04:24:46.208Z | Compiling ipnet v2.10.0 |
1317 | 2024-12-11T04:24:46.956Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1318 | 2024-12-11T04:24:48.420Z | Compiling typify-macro v0.2.0 |
1319 | 2024-12-11T04:24:49.984Z | Compiling hyper v1.5.1 |
1320 | 2024-12-11T04:24:51.826Z | Compiling h2 v0.3.26 |
1321 | 2024-12-11T04:24:51.838Z | Compiling rustls-webpki v0.102.8 |
1322 | 2024-12-11T04:24:52.241Z | Compiling http-body v0.4.6 |
1323 | 2024-12-11T04:24:52.771Z | Compiling sct v0.7.1 |
1324 | 2024-12-11T04:24:52.966Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-12-11T04:24:53.237Z | Compiling toml_datetime v0.6.8 |
1326 | 2024-12-11T04:24:53.639Z | Compiling subtle v2.6.1 |
1327 | 2024-12-11T04:24:53.928Z | Compiling zeroize v1.8.1 |
1328 | 2024-12-11T04:24:54.287Z | Compiling httpdate v1.0.3 |
1329 | 2024-12-11T04:24:55.039Z | Compiling rustls v0.23.13 |
1330 | 2024-12-11T04:24:56.485Z | Compiling serde_yaml v0.9.34+deprecated |
1331 | 2024-12-11T04:24:57.088Z | Compiling toml_edit v0.19.15 |
1332 | 2024-12-11T04:25:00.257Z | Compiling hyper v0.14.30 |
1333 | 2024-12-11T04:25:00.291Z | Compiling hyper-util v0.1.10 |
1334 | 2024-12-11T04:25:06.445Z | Compiling lazy_static v1.5.0 |
1335 | 2024-12-11T04:25:06.590Z | Compiling tokio-rustls v0.26.0 |
1336 | 2024-12-11T04:25:07.071Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-12-11T04:25:07.511Z | Compiling proc-macro-crate v1.3.1 |
1338 | 2024-12-11T04:25:07.671Z | Compiling http-body-util v0.1.2 |
1339 | 2024-12-11T04:25:07.782Z | Compiling webpki-roots v0.26.6 |
1340 | 2024-12-11T04:25:07.997Z | Compiling base64 v0.21.7 |
1341 | 2024-12-11T04:25:08.223Z | Compiling base64 v0.22.1 |
1342 | 2024-12-11T04:25:08.340Z | Compiling crossbeam-utils v0.8.20 |
1343 | 2024-12-11T04:25:08.358Z | Compiling num_enum_derive v0.5.11 |
1344 | 2024-12-11T04:25:08.719Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-12-11T04:25:09.136Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-12-11T04:25:09.341Z | Compiling hyper-tls v0.6.0 |
1347 | 2024-12-11T04:25:09.515Z | Compiling hyper-rustls v0.27.3 |
1348 | 2024-12-11T04:25:09.862Z | Compiling hyper-rustls v0.24.2 |
1349 | 2024-12-11T04:25:09.916Z | Compiling hyper-tls v0.5.0 |
1350 | 2024-12-11T04:25:10.032Z | Compiling typify v0.2.0 |
1351 | 2024-12-11T04:25:10.163Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-12-11T04:25:10.418Z | Compiling ipnetwork v0.20.0 |
1353 | 2024-12-11T04:25:11.415Z | Compiling ppv-lite86 v0.2.20 |
1354 | 2024-12-11T04:25:12.352Z | Compiling foreign-types-macros v0.2.3 |
1355 | 2024-12-11T04:25:13.101Z | Compiling rand_core v0.6.4 |
1356 | 2024-12-11T04:25:13.513Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-12-11T04:25:13.571Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-11T04:25:13.662Z | Compiling foreign-types-shared v0.3.1 |
1359 | 2024-12-11T04:25:13.721Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-12-11T04:25:13.783Z | Compiling powerfmt v0.2.0 |
1361 | 2024-12-11T04:25:13.856Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-12-11T04:25:14.023Z | Compiling time-macros v0.2.18 |
1363 | 2024-12-11T04:25:14.267Z | Compiling deranged v0.3.11 |
1364 | 2024-12-11T04:25:14.661Z | Compiling reqwest v0.11.27 |
1365 | 2024-12-11T04:25:14.710Z | Compiling dirs-next v2.0.0 |
1366 | 2024-12-11T04:25:14.994Z | Compiling foreign-types v0.5.0 |
1367 | 2024-12-11T04:25:15.098Z | Compiling reqwest v0.12.9 |
1368 | 2024-12-11T04:25:16.885Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-12-11T04:25:17.084Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1370 | 2024-12-11T04:25:18.619Z | Compiling progenitor-impl v0.8.0 |
1371 | 2024-12-11T04:25:23.843Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1372 | 2024-12-11T04:25:24.124Z | Compiling num_enum v0.5.11 |
1373 | 2024-12-11T04:25:24.307Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1374 | 2024-12-11T04:25:25.431Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1375 | 2024-12-11T04:25:25.616Z | Compiling cstr-argument v0.1.2 |
1376 | 2024-12-11T04:25:25.883Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-11T04:25:26.347Z | Compiling num-conv v0.1.0 |
1378 | 2024-12-11T04:25:26.615Z | Compiling either v1.13.0 |
1379 | 2024-12-11T04:25:26.631Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-12-11T04:25:26.845Z | Compiling time-core v0.1.2 |
1381 | 2024-12-11T04:25:27.027Z | Compiling arc-swap v1.7.1 |
1382 | 2024-12-11T04:25:27.088Z | Compiling itertools v0.12.1 |
1383 | 2024-12-11T04:25:27.757Z | Compiling slog-scope v4.4.0 |
1384 | 2024-12-11T04:25:28.677Z | Compiling time v0.3.36 |
1385 | 2024-12-11T04:25:28.706Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1386 | 2024-12-11T04:25:30.214Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1387 | 2024-12-11T04:25:30.608Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2024-12-11T04:25:30.963Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1389 | 2024-12-11T04:25:31.146Z | Compiling progenitor-macro v0.8.0 |
1390 | 2024-12-11T04:25:31.515Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-11T04:25:33.120Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-12-11T04:25:37.738Z | Compiling rand v0.8.5 |
1393 | 2024-12-11T04:25:39.644Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-12-11T04:25:44.328Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-12-11T04:25:46.293Z | Compiling term v0.7.0 |
1396 | 2024-12-11T04:25:46.304Z | Compiling anyhow v1.0.94 |
1397 | 2024-12-11T04:25:47.818Z | Compiling colored v2.1.0 |
1398 | 2024-12-11T04:25:49.054Z | Compiling is-terminal v0.4.13 |
1399 | 2024-12-11T04:25:49.187Z | Compiling winnow v0.6.18 |
1400 | 2024-12-11T04:25:50.921Z | Compiling take_mut v0.2.2 |
1401 | 2024-12-11T04:25:51.090Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-12-11T04:25:51.449Z | Compiling slog-async v2.8.0 |
1403 | 2024-12-11T04:25:53.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1404 | 2024-12-11T04:25:54.470Z | Compiling slog-term v2.9.1 |
1405 | 2024-12-11T04:25:57.336Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1406 | 2024-12-11T04:25:57.563Z | Compiling progenitor v0.8.0 |
1407 | 2024-12-11T04:25:57.791Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1408 | 2024-12-11T04:25:59.732Z | Compiling slog-stdlog v4.1.1 |
1409 | 2024-12-11T04:26:00.579Z | Compiling slog-envlogger v2.2.0 |
1410 | 2024-12-11T04:26:01.542Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1411 | 2024-12-11T04:26:02.830Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1412 | 2024-12-11T04:26:15.994Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1413 | 2024-12-11T04:26:23.416Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1414 | 2024-12-11T04:26:23.499Z | Running unittests src/lib.rs (target/release/deps/mg_tests-268f8bef386ab153) |
1415 | 2024-12-11T04:26:23.547Z | |
1416 | 2024-12-11T04:26:23.547Z | running 1 test |
1417 | 2024-12-11T04:26:23.708Z | configure zone |
1418 | 2024-12-11T04:26:23.723Z | install zone |
1419 | 2024-12-11T04:27:23.578Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1420 | 2024-12-11T04:28:35.153Z | boot zone |
1421 | 2024-12-11T04:28:35.942Z | start zone s1 |
1422 | 2024-12-11T04:28:35.942Z | configure zone |
1423 | 2024-12-11T04:28:35.950Z | install zone |
1424 | 2024-12-11T04:30:28.330Z | boot zone |
1425 | 2024-12-11T04:30:29.115Z | start zone s2 |
1426 | 2024-12-11T04:30:29.115Z | configure zone |
1427 | 2024-12-11T04:30:29.123Z | install zone |
1428 | 2024-12-11T04:32:23.713Z | boot zone |
1429 | 2024-12-11T04:32:24.575Z | start zone t1 |
1430 | 2024-12-11T04:32:24.575Z | configure zone |
1431 | 2024-12-11T04:32:24.583Z | install zone |
1432 | 2024-12-11T04:34:17.480Z | boot zone |
1433 | 2024-12-11T04:34:18.288Z | waiting for zones to come up |
1434 | 2024-12-11T04:34:28.293Z | [sidecar.trio] svcs milestone/network |
1435 | 2024-12-11T04:34:28.326Z | STATE STIME FMRI |
1436 | 2024-12-11T04:34:28.326Z | online 20:28:53 svc:/milestone/network:default |
1437 | 2024-12-11T04:34:28.326Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1438 | 2024-12-11T04:34:28.372Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-11T04:34:28.420Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-11T04:34:28.463Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1441 | 2024-12-11T04:34:28.467Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1442 | 2024-12-11T04:34:28.488Z | |
1443 | 2024-12-11T04:34:28.488Z | running zone s1.trio setup |
1444 | 2024-12-11T04:34:28.488Z | [s1.trio] svcs milestone/network |
1445 | 2024-12-11T04:34:28.511Z | STATE STIME FMRI |
1446 | 2024-12-11T04:34:28.511Z | online 20:30:46 svc:/milestone/network:default |
1447 | 2024-12-11T04:34:28.511Z | [s1.trio] dladm |
1448 | 2024-12-11T04:34:28.533Z | LINK CLASS MTU STATE BRIDGE OVER |
1449 | 2024-12-11T04:34:28.533Z | sl0 simnet 9000 up -- ? |
1450 | 2024-12-11T04:34:28.533Z | mg2 vnic 9000 up -- ? |
1451 | 2024-12-11T04:34:28.533Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1452 | 2024-12-11T04:34:29.050Z | |
1453 | 2024-12-11T04:34:29.050Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1454 | 2024-12-11T04:34:29.072Z | |
1455 | 2024-12-11T04:34:29.072Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1456 | 2024-12-11T04:34:29.091Z | |
1457 | 2024-12-11T04:34:29.091Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1458 | 2024-12-11T04:34:29.178Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1459 | 2024-12-11T04:34:29.222Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7c8c6b5c-de11-480f-b765-49d917b40f91 --sled-uuid 8910f5b7-8444-48a2-86a5-11a8265de3da -a sl0/v6 &> /opt/ddmd.log & |
1460 | 2024-12-11T04:34:29.243Z | |
1461 | 2024-12-11T04:34:29.243Z | running zone s2.trio setup |
1462 | 2024-12-11T04:34:29.243Z | [s2.trio] svcs milestone/network |
1463 | 2024-12-11T04:34:29.268Z | STATE STIME FMRI |
1464 | 2024-12-11T04:34:29.268Z | online 20:32:41 svc:/milestone/network:default |
1465 | 2024-12-11T04:34:29.268Z | [s2.trio] dladm |
1466 | 2024-12-11T04:34:29.290Z | LINK CLASS MTU STATE BRIDGE OVER |
1467 | 2024-12-11T04:34:29.290Z | sl1 simnet 9000 up -- ? |
1468 | 2024-12-11T04:34:29.290Z | mg3 vnic 9000 up -- ? |
1469 | 2024-12-11T04:34:29.290Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1470 | 2024-12-11T04:34:29.709Z | |
1471 | 2024-12-11T04:34:29.709Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1472 | 2024-12-11T04:34:29.735Z | |
1473 | 2024-12-11T04:34:29.735Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1474 | 2024-12-11T04:34:29.756Z | |
1475 | 2024-12-11T04:34:29.756Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1476 | 2024-12-11T04:34:29.802Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1477 | 2024-12-11T04:34:29.824Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ee17d904-e2e0-40ef-a8a3-0f6d25865bdb --sled-uuid a3fc996d-8812-4842-bba5-724c92f89b57 -a sl1/v6 &> /opt/ddmd.log & |
1478 | 2024-12-11T04:34:29.846Z | |
1479 | 2024-12-11T04:34:29.846Z | running zone t1.trio setup |
1480 | 2024-12-11T04:34:29.846Z | [t1.trio] svcs milestone/network |
1481 | 2024-12-11T04:34:29.867Z | STATE STIME FMRI |
1482 | 2024-12-11T04:34:29.867Z | - - svc:/milestone/network:default |
1483 | 2024-12-11T04:34:30.867Z | [t1.trio] svcs milestone/network |
1484 | 2024-12-11T04:34:30.889Z | STATE STIME FMRI |
1485 | 2024-12-11T04:34:30.889Z | - - svc:/milestone/network:default |
1486 | 2024-12-11T04:34:31.889Z | [t1.trio] svcs milestone/network |
1487 | 2024-12-11T04:34:31.911Z | STATE STIME FMRI |
1488 | 2024-12-11T04:34:31.911Z | - - svc:/milestone/network:default |
1489 | 2024-12-11T04:34:32.912Z | [t1.trio] svcs milestone/network |
1490 | 2024-12-11T04:34:32.939Z | STATE STIME FMRI |
1491 | 2024-12-11T04:34:32.939Z | - - svc:/milestone/network:default |
1492 | 2024-12-11T04:34:33.940Z | [t1.trio] svcs milestone/network |
1493 | 2024-12-11T04:34:33.961Z | STATE STIME FMRI |
1494 | 2024-12-11T04:34:33.961Z | - - svc:/milestone/network:default |
1495 | 2024-12-11T04:34:34.962Z | [t1.trio] svcs milestone/network |
1496 | 2024-12-11T04:34:34.983Z | STATE STIME FMRI |
1497 | 2024-12-11T04:34:34.983Z | - - svc:/milestone/network:default |
1498 | 2024-12-11T04:34:35.983Z | [t1.trio] svcs milestone/network |
1499 | 2024-12-11T04:34:36.003Z | STATE STIME FMRI |
1500 | 2024-12-11T04:34:36.003Z | - - svc:/milestone/network:default |
1501 | 2024-12-11T04:34:37.004Z | [t1.trio] svcs milestone/network |
1502 | 2024-12-11T04:34:37.028Z | STATE STIME FMRI |
1503 | 2024-12-11T04:34:37.028Z | online 20:34:35 svc:/milestone/network:default |
1504 | 2024-12-11T04:34:37.028Z | [t1.trio] dladm |
1505 | 2024-12-11T04:34:37.049Z | LINK CLASS MTU STATE BRIDGE OVER |
1506 | 2024-12-11T04:34:37.049Z | tfportrear0_0 simnet 9000 up -- ? |
1507 | 2024-12-11T04:34:37.049Z | tfportrear1_0 simnet 9000 up -- ? |
1508 | 2024-12-11T04:34:37.049Z | mg1 vnic 9000 up -- ? |
1509 | 2024-12-11T04:34:37.049Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1510 | 2024-12-11T04:34:37.631Z | |
1511 | 2024-12-11T04:34:37.631Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1512 | 2024-12-11T04:34:37.655Z | |
1513 | 2024-12-11T04:34:37.655Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1514 | 2024-12-11T04:34:37.677Z | |
1515 | 2024-12-11T04:34:37.677Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1516 | 2024-12-11T04:34:37.696Z | |
1517 | 2024-12-11T04:34:37.696Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1518 | 2024-12-11T04:34:37.893Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1519 | 2024-12-11T04:34:37.897Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1520 | 2024-12-11T04:34:37.901Z | waiting 3s for copy of files to zone to complete ... |
1521 | 2024-12-11T04:34:40.903Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1522 | 2024-12-11T04:34:40.940Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1523 | 2024-12-11T04:34:40.968Z | [t1.trio] svcadm enable dendrite |
1524 | 2024-12-11T04:34:41.008Z | |
1525 | 2024-12-11T04:34:41.008Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1526 | 2024-12-11T04:34:41.053Z | |
1527 | 2024-12-11T04:34:41.053Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1528 | 2024-12-11T04:34:41.099Z | |
1529 | 2024-12-11T04:34:41.099Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1530 | 2024-12-11T04:34:41.144Z | |
1531 | 2024-12-11T04:34:41.144Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1532 | 2024-12-11T04:34:41.191Z | |
1533 | 2024-12-11T04:34:41.191Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1534 | 2024-12-11T04:34:41.233Z | |
1535 | 2024-12-11T04:34:41.233Z | [t1.trio] svcadm refresh dendrite:default |
1536 | 2024-12-11T04:34:41.270Z | |
1537 | 2024-12-11T04:34:41.270Z | [t1.trio] svcadm restart dendrite:default |
1538 | 2024-12-11T04:34:41.308Z | |
1539 | 2024-12-11T04:34:41.308Z | wait 10s for dendrite to come up ... |
1540 | 2024-12-11T04:34:51.313Z | [t1.trio] svcadm enable tfport |
1541 | 2024-12-11T04:34:51.352Z | |
1542 | 2024-12-11T04:34:51.352Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4134bb59-8396-4b1e-92e1-170a0b6f6d94 --sled-uuid c8e105d2-8eb8-49c3-b932-f5d967f5c4e0 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1543 | 2024-12-11T04:34:51.373Z | |
1544 | 2024-12-11T04:34:51.373Z | [t1.trio] ipadm |
1545 | 2024-12-11T04:34:51.399Z | ADDROBJ TYPE STATE ADDR |
1546 | 2024-12-11T04:34:51.399Z | lo0/v4 static ok 127.0.0.1/8 |
1547 | 2024-12-11T04:34:51.399Z | mg1/v4 static ok 10.0.0.3/24 |
1548 | 2024-12-11T04:34:51.399Z | lo0/v6 static ok ::1/128 |
1549 | 2024-12-11T04:34:51.399Z | lo0/u6 static ok fd00:3::1/64 |
1550 | 2024-12-11T04:34:51.399Z | tfportrear0_0/v6 addrconf ok fe80::1c82:f7ff:fe6e:bea1%tfportrear0_0/10 |
1551 | 2024-12-11T04:34:51.399Z | tfportrear1_0/v6 addrconf ok fe80::dcb1:1bff:fed8:f828%tfportrear1_0/10 |
1552 | 2024-12-11T04:34:53.607Z | initial peering test passed |
1553 | 2024-12-11T04:34:54.610Z | advertise from one passed |
1554 | 2024-12-11T04:34:55.612Z | advertise from two passed |
1555 | 2024-12-11T04:34:55.612Z | [s1.trio] ping fd00:2::1 |
1556 | 2024-12-11T04:34:55.639Z | fd00:2::1 is alive |
1557 | 2024-12-11T04:34:55.639Z | [s2.trio] ping fd00:1::1 |
1558 | 2024-12-11T04:34:55.660Z | fd00:1::1 is alive |
1559 | 2024-12-11T04:34:55.660Z | connectivity test passed |
1560 | 2024-12-11T04:34:55.660Z | [t1.trio] pkill ddmd |
1561 | 2024-12-11T04:34:55.680Z | |
1562 | 2024-12-11T04:35:01.686Z | [t1.trio] svcadm enable dendrite |
1563 | 2024-12-11T04:35:01.728Z | |
1564 | 2024-12-11T04:35:01.728Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1565 | 2024-12-11T04:35:01.772Z | |
1566 | 2024-12-11T04:35:01.772Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1567 | 2024-12-11T04:35:01.815Z | |
1568 | 2024-12-11T04:35:01.815Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1569 | 2024-12-11T04:35:01.858Z | |
1570 | 2024-12-11T04:35:01.858Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1571 | 2024-12-11T04:35:01.901Z | |
1572 | 2024-12-11T04:35:01.901Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1573 | 2024-12-11T04:35:01.944Z | |
1574 | 2024-12-11T04:35:01.944Z | [t1.trio] svcadm refresh dendrite:default |
1575 | 2024-12-11T04:35:01.981Z | |
1576 | 2024-12-11T04:35:01.981Z | [t1.trio] svcadm restart dendrite:default |
1577 | 2024-12-11T04:35:02.018Z | |
1578 | 2024-12-11T04:35:02.018Z | wait 10s for dendrite to come up ... |
1579 | 2024-12-11T04:35:12.023Z | [t1.trio] svcadm enable tfport |
1580 | 2024-12-11T04:35:12.063Z | |
1581 | 2024-12-11T04:35:12.064Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f4932070-0674-40cd-9353-ce3d8743bb80 --sled-uuid 1a8262f2-4527-4007-940e-975e939bbbc3 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1582 | 2024-12-11T04:35:12.084Z | |
1583 | 2024-12-11T04:35:12.084Z | [t1.trio] ipadm |
1584 | 2024-12-11T04:35:12.108Z | ADDROBJ TYPE STATE ADDR |
1585 | 2024-12-11T04:35:12.108Z | lo0/v4 static ok 127.0.0.1/8 |
1586 | 2024-12-11T04:35:12.108Z | mg1/v4 static ok 10.0.0.3/24 |
1587 | 2024-12-11T04:35:12.108Z | lo0/v6 static ok ::1/128 |
1588 | 2024-12-11T04:35:12.108Z | lo0/u6 static ok fd00:3::1/64 |
1589 | 2024-12-11T04:35:12.108Z | tfportrear0_0/v6 addrconf ok fe80::1c82:f7ff:fe6e:bea1%tfportrear0_0/10 |
1590 | 2024-12-11T04:35:12.108Z | tfportrear1_0/v6 addrconf ok fe80::dcb1:1bff:fed8:f828%tfportrear1_0/10 |
1591 | 2024-12-11T04:35:15.112Z | [s1.trio] ping fd00:2::1 |
1592 | 2024-12-11T04:35:15.133Z | fd00:2::1 is alive |
1593 | 2024-12-11T04:35:15.133Z | [s2.trio] ping fd00:1::1 |
1594 | 2024-12-11T04:35:15.154Z | fd00:1::1 is alive |
1595 | 2024-12-11T04:35:15.154Z | transit router restart passed |
1596 | 2024-12-11T04:35:15.154Z | [s1.trio] pkill ddmd |
1597 | 2024-12-11T04:35:15.172Z | |
1598 | 2024-12-11T04:35:20.178Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d9b56501-67dc-4219-85e5-548164142b30 --sled-uuid 7a6161f2-2cc9-4247-a3f0-6dd3958e636d -a sl0/v6 &> /opt/ddmd.log & |
1599 | 2024-12-11T04:35:20.198Z | |
1600 | 2024-12-11T04:35:23.203Z | [s1.trio] ping fd00:2::1 |
1601 | 2024-12-11T04:35:23.225Z | fd00:2::1 is alive |
1602 | 2024-12-11T04:35:23.225Z | [s2.trio] ping fd00:1::1 |
1603 | 2024-12-11T04:35:23.247Z | fd00:1::1 is alive |
1604 | 2024-12-11T04:35:23.247Z | server router restart passed |
1605 | 2024-12-11T04:35:26.253Z | peer expiration recovery passed |
1606 | 2024-12-11T04:35:27.254Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1607 | 2024-12-11T04:35:27.279Z | 3 |
1608 | 2024-12-11T04:35:27.279Z | redundant advertise passed |
1609 | 2024-12-11T04:35:28.282Z | tunnel endpoint advertise passed |
1610 | 2024-12-11T04:35:33.286Z | redundant tunnel endpoint advertise passed |
1611 | 2024-12-11T04:35:33.286Z | [s1.trio] pkill ddmd |
1612 | 2024-12-11T04:35:33.308Z | |
1613 | 2024-12-11T04:35:38.311Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 518a9361-a2e2-4dbc-81a9-063afb08226e --sled-uuid 4f11adb0-3ec7-435e-9d6c-79618e452a13 -a sl0/v6 &> /opt/ddmd.log & |
1614 | 2024-12-11T04:35:38.331Z | |
1615 | 2024-12-11T04:35:43.400Z | tunnel router restart passed |
1616 | 2024-12-11T04:35:44.402Z | tunnel endpoint withdraw passed |
1617 | 2024-12-11T04:35:44.417Z | [t1.trio] pkill ddmd |
1618 | 2024-12-11T04:35:44.445Z | |
1619 | 2024-12-11T04:35:44.445Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1620 | 2024-12-11T04:35:44.450Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1621 | 2024-12-11T04:35:46.859Z | [s2.trio] pkill ddmd |
1622 | 2024-12-11T04:35:46.879Z | |
1623 | 2024-12-11T04:35:46.880Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1624 | 2024-12-11T04:35:49.132Z | [s1.trio] pkill ddmd |
1625 | 2024-12-11T04:35:49.152Z | |
1626 | 2024-12-11T04:35:49.152Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1627 | 2024-12-11T04:35:51.516Z | [sidecar.trio] pkill softnpu |
1628 | 2024-12-11T04:35:51.536Z | |
1629 | 2024-12-11T04:35:51.537Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1630 | 2024-12-11T04:35:54.229Z | test ddm::test_trio_v3 ... ok |
1631 | 2024-12-11T04:35:54.229Z | |
1632 | 2024-12-11T04:35:54.229Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 570.39s |
1633 | 2024-12-11T04:35:54.229Z | |
1634 | 2024-12-11T04:35:54.258Z | + cleanup |
1635 | 2024-12-11T04:35:54.261Z | ++ id -un |
1636 | 2024-12-11T04:35:54.264Z | ++ id -gn |
1637 | 2024-12-11T04:35:54.267Z | + pfexec chown -R build:build . |
1638 | 2024-12-11T04:35:54.346Z | process exited: duration 1089249 ms, exit code 0 |
|
1639 | 2024-12-11T04:35:54.356Z | found 4 output files |
1640 | 2024-12-11T04:35:54.356Z | uploading: /work/s1.trio.log (4205 bytes) |
1641 | 2024-12-11T04:35:55.367Z | uploaded: /work/s1.trio.log |
1642 | 2024-12-11T04:35:55.371Z | uploading: /work/s2.trio.log (9460 bytes) |
1643 | 2024-12-11T04:35:56.381Z | uploaded: /work/s2.trio.log |
1644 | 2024-12-11T04:35:56.383Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1645 | 2024-12-11T04:35:57.388Z | uploaded: /work/sidecar.trio-softnpu.log |
1646 | 2024-12-11T04:35:57.391Z | uploading: /work/t1.trio.log (25804 bytes) |
1647 | 2024-12-11T04:35:58.397Z | uploaded: /work/t1.trio.log |