|
|
|
1 | 2024-12-19T05:31:26.457Z | job assigned to worker 01JFEPB0WH6AYD1EW5N4GEZGKK [factory aws, i-0ffc7ca8d0f6b09d1] (queued for 1 m 2 s) |
|
2 | 2024-12-19T05:31:35.233Z | starting task 0: "setup" |
3 | 2024-12-19T05:31:35.241Z | ++ uname -s |
4 | 2024-12-19T05:31:35.244Z | + kern=SunOS |
5 | 2024-12-19T05:31:35.244Z | + case "$kern" in |
6 | 2024-12-19T05:31:35.244Z | + groupadd -g 12345 build |
7 | 2024-12-19T05:31:35.246Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T05:31:37.253Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T05:31:37.351Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T05:31:37.354Z | + home_fs=zfs |
11 | 2024-12-19T05:31:37.354Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T05:31:37.354Z | + mkdir -p /home/build |
13 | 2024-12-19T05:31:37.356Z | + chown build:build /home/build /work |
14 | 2024-12-19T05:31:39.358Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T05:31:39.361Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-12-19T05:31:39.366Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T05:31:39.372Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T05:31:39.372Z | ' stable |
19 | 2024-12-19T05:31:39.372Z | * toolchain channel = "stable" |
20 | 2024-12-19T05:31:39.374Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T05:31:39.374Z | ' default |
22 | 2024-12-19T05:31:39.374Z | * toolchain profile = "default" |
23 | 2024-12-19T05:31:39.374Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T05:31:39.374Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-19T05:31:39.499Z | info: downloading installer |
26 | 2024-12-19T05:31:41.015Z | info: profile set to 'default' |
27 | 2024-12-19T05:31:41.015Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T05:31:41.018Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-19T05:31:41.158Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-19T05:31:41.158Z | info: downloading component 'cargo' |
31 | 2024-12-19T05:31:41.969Z | info: downloading component 'clippy' |
32 | 2024-12-19T05:31:42.248Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T05:31:43.275Z | info: downloading component 'rust-std' |
34 | 2024-12-19T05:31:44.743Z | info: downloading component 'rustc' |
35 | 2024-12-19T05:31:50.273Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T05:31:50.487Z | info: installing component 'cargo' |
37 | 2024-12-19T05:31:51.299Z | info: installing component 'clippy' |
38 | 2024-12-19T05:31:51.672Z | info: installing component 'rust-docs' |
39 | 2024-12-19T05:31:53.370Z | info: installing component 'rust-std' |
40 | 2024-12-19T05:31:55.039Z | info: installing component 'rustc' |
41 | 2024-12-19T05:32:00.805Z | info: installing component 'rustfmt' |
42 | 2024-12-19T05:32:01.177Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-19T05:32:01.177Z | |
44 | 2024-12-19T05:32:01.548Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-19T05:32:01.548Z | |
46 | 2024-12-19T05:32:01.551Z | |
47 | 2024-12-19T05:32:01.551Z | Rust is installed now. Great! |
48 | 2024-12-19T05:32:01.551Z | |
49 | 2024-12-19T05:32:01.552Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T05:32:01.552Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T05:32:01.552Z | |
52 | 2024-12-19T05:32:01.552Z | To configure your current shell, you need to source |
53 | 2024-12-19T05:32:01.552Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T05:32:01.552Z | |
55 | 2024-12-19T05:32:01.552Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T05:32:01.552Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T05:32:01.552Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T05:32:01.616Z | + rustc --version |
59 | 2024-12-19T05:32:01.685Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-19T05:32:01.688Z | process exited: duration 22317 ms, exit code 0 |
|
61 | 2024-12-19T05:32:01.694Z | starting task 2: "authentication" |
62 | 2024-12-19T05:32:01.715Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-19T05:32:01.722Z | starting task 3: "clone repository" |
64 | 2024-12-19T05:32:01.727Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-19T05:32:01.730Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-19T05:32:02.047Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-19T05:32:02.719Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-19T05:32:02.719Z | + git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
69 | 2024-12-19T05:32:02.956Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-19T05:32:02.956Z | * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD |
71 | 2024-12-19T05:32:02.964Z | + [[ -n renovate/libc-0.x-lockfile ]] |
72 | 2024-12-19T05:32:02.967Z | ++ git branch --show-current |
73 | 2024-12-19T05:32:02.969Z | + current=main |
74 | 2024-12-19T05:32:02.969Z | + [[ main != renovate/libc-0.x-lockfile ]] |
75 | 2024-12-19T05:32:02.969Z | + git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
76 | 2024-12-19T05:32:02.972Z | + git checkout -f renovate/libc-0.x-lockfile |
77 | 2024-12-19T05:32:02.987Z | Switched to branch 'renovate/libc-0.x-lockfile' |
78 | 2024-12-19T05:32:02.989Z | + git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
79 | 2024-12-19T05:32:02.993Z | HEAD is now at 750dc4b Update Rust crate libc to v0.2.169 |
80 | 2024-12-19T05:32:02.995Z | process exited: duration 1271 ms, exit code 0 |
|
81 | 2024-12-19T05:32:03.001Z | starting task 4: "build" |
82 | 2024-12-19T05:32:03.006Z | ++ cargo --version |
83 | 2024-12-19T05:32:03.011Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-19T05:32:03.153Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-19T05:32:03.153Z | info: downloading component 'cargo' |
86 | 2024-12-19T05:32:03.862Z | info: downloading component 'clippy' |
87 | 2024-12-19T05:32:04.124Z | info: downloading component 'rust-docs' |
88 | 2024-12-19T05:32:05.107Z | info: downloading component 'rust-std' |
89 | 2024-12-19T05:32:06.635Z | info: downloading component 'rustc' |
90 | 2024-12-19T05:32:12.249Z | info: downloading component 'rustfmt' |
91 | 2024-12-19T05:32:12.458Z | info: installing component 'cargo' |
92 | 2024-12-19T05:32:13.263Z | info: installing component 'clippy' |
93 | 2024-12-19T05:32:13.624Z | info: installing component 'rust-docs' |
94 | 2024-12-19T05:32:15.205Z | info: installing component 'rust-std' |
95 | 2024-12-19T05:32:16.858Z | info: installing component 'rustc' |
96 | 2024-12-19T05:32:22.522Z | info: installing component 'rustfmt' |
97 | 2024-12-19T05:32:22.923Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-19T05:32:22.926Z | ++ rustc --version |
99 | 2024-12-19T05:32:22.999Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-19T05:32:23.003Z | ++ dladm |
101 | 2024-12-19T05:32:23.008Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-19T05:32:23.008Z | ena0 phys 9216 up -- -- |
103 | 2024-12-19T05:32:23.012Z | ++ ipadm |
104 | 2024-12-19T05:32:23.014Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-19T05:32:23.014Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-19T05:32:23.014Z | ena0/dhcp dhcp ok 10.150.1.52/24 |
107 | 2024-12-19T05:32:23.015Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-19T05:32:23.015Z | ++ banner collect |
109 | 2024-12-19T05:32:23.110Z | |
110 | 2024-12-19T05:32:23.110Z | #### #### # # ###### #### ##### |
111 | 2024-12-19T05:32:23.110Z | # # # # # # # # # # |
112 | 2024-12-19T05:32:23.110Z | # # # # # ##### # # |
113 | 2024-12-19T05:32:23.111Z | # # # # # # # # |
114 | 2024-12-19T05:32:23.112Z | # # # # # # # # # # |
115 | 2024-12-19T05:32:23.112Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-19T05:32:23.112Z | |
117 | 2024-12-19T05:32:23.116Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-19T05:32:23.116Z | ++ repo=softnpu |
119 | 2024-12-19T05:32:23.116Z | ++ series=image |
120 | 2024-12-19T05:32:23.116Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-19T05:32:23.116Z | ++ name=softnpu |
122 | 2024-12-19T05:32:23.116Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-19T05:32:23.116Z | ++ mkdir -p download |
124 | 2024-12-19T05:32:23.116Z | ++ pushd download |
125 | 2024-12-19T05:32:23.116Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-19T05:32:23.116Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-19T05:32:23.116Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-19T05:32:23.124Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-19T05:32:23.124Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-19T05:32:23.758Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
91 21.8M 91 20.0M 0 0 35.4M 0 --:--:-- --:--:-- --:--:-- 35.4M
100 21.8M 100 21.8M 0 0 34.4M 0 --:--:-- --:--:-- --:--:-- 34.3M |
131 | 2024-12-19T05:32:23.762Z | ++ popd |
132 | 2024-12-19T05:32:23.764Z | /work/oxidecomputer/maghemite |
133 | 2024-12-19T05:32:23.764Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-19T05:32:23.764Z | ++ repo=sidecar-lite |
135 | 2024-12-19T05:32:23.764Z | ++ series=release |
136 | 2024-12-19T05:32:23.764Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-19T05:32:23.764Z | ++ name=libsidecar_lite.so |
138 | 2024-12-19T05:32:23.764Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-19T05:32:23.764Z | ++ mkdir -p download |
140 | 2024-12-19T05:32:23.767Z | ++ pushd download |
141 | 2024-12-19T05:32:23.767Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-19T05:32:23.767Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-19T05:32:23.767Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-19T05:32:23.774Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-19T05:32:23.774Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-19T05:32:24.274Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 40.5M 0 --:--:-- --:--:-- --:--:-- 40.6M |
147 | 2024-12-19T05:32:24.278Z | ++ popd |
148 | 2024-12-19T05:32:24.282Z | /work/oxidecomputer/maghemite |
149 | 2024-12-19T05:32:24.282Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-19T05:32:24.282Z | ++ repo=sidecar-lite |
151 | 2024-12-19T05:32:24.282Z | ++ series=release |
152 | 2024-12-19T05:32:24.282Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-19T05:32:24.282Z | ++ name=scadm |
154 | 2024-12-19T05:32:24.282Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-19T05:32:24.282Z | ++ mkdir -p download |
156 | 2024-12-19T05:32:24.282Z | ++ pushd download |
157 | 2024-12-19T05:32:24.282Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-19T05:32:24.282Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-19T05:32:24.282Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-19T05:32:24.290Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-19T05:32:24.290Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-19T05:32:24.828Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
47 22.7M 47 10.8M 0 0 27.2M 0 --:--:-- --:--:-- --:--:-- 27.2M
100 22.7M 100 22.7M 0 0 42.3M 0 --:--:-- --:--:-- --:--:-- 42.2M |
163 | 2024-12-19T05:32:24.832Z | ++ popd |
164 | 2024-12-19T05:32:24.832Z | /work/oxidecomputer/maghemite |
165 | 2024-12-19T05:32:24.835Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-19T05:32:24.836Z | ++ repo=dendrite |
167 | 2024-12-19T05:32:24.836Z | ++ series=image |
168 | 2024-12-19T05:32:24.836Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-19T05:32:24.836Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-19T05:32:24.836Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-19T05:32:24.836Z | ++ mkdir -p download |
172 | 2024-12-19T05:32:24.836Z | ++ pushd download |
173 | 2024-12-19T05:32:24.839Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-19T05:32:24.839Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-19T05:32:24.839Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-19T05:32:24.843Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-19T05:32:24.845Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-19T05:32:25.493Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 57.8M 0 --:--:-- --:--:-- --:--:-- 57.8M |
179 | 2024-12-19T05:32:25.497Z | ++ popd |
180 | 2024-12-19T05:32:25.500Z | /work/oxidecomputer/maghemite |
181 | 2024-12-19T05:32:25.500Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-19T05:32:25.500Z | ++ repo=maghemite |
183 | 2024-12-19T05:32:25.500Z | ++ series=release |
184 | 2024-12-19T05:32:25.500Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-19T05:32:25.500Z | ++ name=ddmd |
186 | 2024-12-19T05:32:25.500Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-19T05:32:25.500Z | ++ mkdir -p download |
188 | 2024-12-19T05:32:25.502Z | ++ pushd download |
189 | 2024-12-19T05:32:25.502Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-19T05:32:25.502Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-19T05:32:25.502Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-19T05:32:25.508Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-19T05:32:25.508Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-19T05:32:26.346Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 49.0M 0 --:--:-- --:--:-- --:--:-- 48.9M |
195 | 2024-12-19T05:32:26.351Z | ++ popd |
196 | 2024-12-19T05:32:26.351Z | /work/oxidecomputer/maghemite |
197 | 2024-12-19T05:32:26.351Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-19T05:32:26.352Z | ++ repo=maghemite |
199 | 2024-12-19T05:32:26.352Z | ++ series=release |
200 | 2024-12-19T05:32:26.352Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-19T05:32:26.352Z | ++ name=ddmadm |
202 | 2024-12-19T05:32:26.352Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-19T05:32:26.352Z | ++ mkdir -p download |
204 | 2024-12-19T05:32:26.352Z | ++ pushd download |
205 | 2024-12-19T05:32:26.352Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-19T05:32:26.352Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-19T05:32:26.358Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-19T05:32:26.362Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-19T05:32:26.362Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-19T05:32:26.977Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
43 18.0M 43 7979k 0 0 23.6M 0 --:--:-- --:--:-- --:--:-- 23.6M
100 18.0M 100 18.0M 0 0 29.1M 0 --:--:-- --:--:-- --:--:-- 29.1M |
211 | 2024-12-19T05:32:26.981Z | ++ popd |
212 | 2024-12-19T05:32:26.986Z | /work/oxidecomputer/maghemite |
213 | 2024-12-19T05:32:26.986Z | ++ pushd download |
214 | 2024-12-19T05:32:26.986Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-19T05:32:26.987Z | ++ chmod +x softnpu |
216 | 2024-12-19T05:32:26.987Z | ++ chmod +x scadm |
217 | 2024-12-19T05:32:26.990Z | ++ chmod +x ddmadm |
218 | 2024-12-19T05:32:26.990Z | ++ chmod +x ddmd |
219 | 2024-12-19T05:32:26.992Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-19T05:32:26.992Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-19T05:32:26.995Z | ++ rm -rf zones/dendrite |
222 | 2024-12-19T05:32:26.998Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-19T05:32:27.001Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-19T05:32:27.871Z | ++ popd |
225 | 2024-12-19T05:32:27.871Z | /work/oxidecomputer/maghemite |
226 | 2024-12-19T05:32:27.871Z | ++ banner install |
227 | 2024-12-19T05:32:27.875Z | |
228 | 2024-12-19T05:32:27.875Z | # # # #### ##### ## # # |
229 | 2024-12-19T05:32:27.875Z | # ## # # # # # # # |
230 | 2024-12-19T05:32:27.875Z | # # # # #### # # # # # |
231 | 2024-12-19T05:32:27.875Z | # # # # # # ###### # # |
232 | 2024-12-19T05:32:27.875Z | # # ## # # # # # # # |
233 | 2024-12-19T05:32:27.875Z | # # # #### # # # ###### ###### |
234 | 2024-12-19T05:32:27.875Z | |
235 | 2024-12-19T05:32:27.878Z | ++ pkg info brand/sparse |
236 | 2024-12-19T05:32:27.878Z | ++ grep -qi installed |
237 | 2024-12-19T05:32:38.951Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-19T05:32:38.951Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-19T05:32:38.952Z | |
240 | 2024-12-19T05:32:38.952Z | brand/sparse |
241 | 2024-12-19T05:32:39.002Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-19T05:32:39.002Z | ++ set -o errexit |
243 | 2024-12-19T05:32:39.002Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-19T05:32:46.782Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-19T05:32:50.746Z | Startup: Caching catalogs ... Done |
246 | 2024-12-19T05:33:01.488Z | Planning: Solver setup ... Done |
247 | 2024-12-19T05:33:01.623Z | Planning: Running solver ... Done |
248 | 2024-12-19T05:33:02.012Z | Planning: Finding local manifests ... Done |
249 | 2024-12-19T05:33:02.025Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-19T05:33:02.233Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-19T05:33:02.781Z | Planning: Package planning ... Done |
252 | 2024-12-19T05:33:02.789Z | Planning: Merging actions ... Done |
253 | 2024-12-19T05:33:03.570Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-19T05:33:11.944Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-19T05:33:12.418Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-19T05:33:12.618Z | Planning: Planning completed in 21.77 seconds |
257 | 2024-12-19T05:33:12.634Z | Packages to install: 1 |
258 | 2024-12-19T05:33:12.634Z | Packages to update: 2 |
259 | 2024-12-19T05:33:12.637Z | Create boot environment: No |
260 | 2024-12-19T05:33:12.637Z | Create backup boot environment: Yes |
261 | 2024-12-19T05:33:13.178Z | |
262 | 2024-12-19T05:33:13.178Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-19T05:33:16.652Z | Download: Completed 8.03 MB in 3.47 seconds (2.3M/s) |
264 | 2024-12-19T05:33:18.675Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-19T05:33:18.694Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-19T05:33:18.810Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-19T05:33:19.209Z | Actions: Completed 1419 actions in 0.53 seconds. |
268 | 2024-12-19T05:33:19.584Z | Done |
269 | 2024-12-19T05:33:19.586Z | Done |
270 | 2024-12-19T05:33:20.108Z | Done |
271 | 2024-12-19T05:33:27.160Z | Done |
272 | 2024-12-19T05:33:27.667Z | Done |
273 | 2024-12-19T05:33:27.670Z | Done |
274 | 2024-12-19T05:33:27.795Z | Done |
275 | 2024-12-19T05:33:28.207Z | ++ set -o errexit |
276 | 2024-12-19T05:33:28.208Z | ++ set -o pipefail |
277 | 2024-12-19T05:33:28.208Z | ++ banner build |
278 | 2024-12-19T05:33:28.211Z | |
279 | 2024-12-19T05:33:28.211Z | ##### # # # # ##### |
280 | 2024-12-19T05:33:28.211Z | # # # # # # # # |
281 | 2024-12-19T05:33:28.211Z | ##### # # # # # # |
282 | 2024-12-19T05:33:28.211Z | # # # # # # # # |
283 | 2024-12-19T05:33:28.211Z | # # # # # # # # |
284 | 2024-12-19T05:33:28.211Z | ##### #### # ###### ##### |
285 | 2024-12-19T05:33:28.211Z | |
286 | 2024-12-19T05:33:28.211Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-19T05:33:28.403Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-19T05:33:28.639Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-19T05:33:28.883Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-19T05:33:28.883Z | * [new branch] ci -> origin/ci |
291 | 2024-12-19T05:33:28.886Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
292 | 2024-12-19T05:33:28.886Z | * [new branch] main -> origin/main |
293 | 2024-12-19T05:33:28.886Z | * [new ref] -> origin/HEAD |
294 | 2024-12-19T05:33:28.897Z | Updating crates.io index |
295 | 2024-12-19T05:33:28.952Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-12-19T05:33:29.783Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-12-19T05:33:29.783Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-12-19T05:33:29.889Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-12-19T05:33:31.127Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-12-19T05:33:31.127Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-12-19T05:33:31.181Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-12-19T05:33:31.596Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-12-19T05:33:31.596Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-12-19T05:33:31.605Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-12-19T05:33:32.065Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-12-19T05:33:32.065Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-12-19T05:33:32.077Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-12-19T05:33:36.512Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-12-19T05:33:36.512Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-12-19T05:33:36.543Z | * [new tag] dogfood -> dogfood |
311 | 2024-12-19T05:33:36.546Z | * [new tag] v5 -> v5 |
312 | 2024-12-19T05:33:36.546Z | * [new tag] v6 -> v6 |
313 | 2024-12-19T05:33:36.546Z | * [new tag] v7 -> v7 |
314 | 2024-12-19T05:33:36.546Z | * [new tag] v8 -> v8 |
315 | 2024-12-19T05:33:36.546Z | * [new tag] v9 -> v9 |
316 | 2024-12-19T05:33:36.909Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-12-19T05:33:37.490Z | From https://github.com/oxidecomputer/opte |
318 | 2024-12-19T05:33:37.490Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-12-19T05:33:37.558Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-12-19T05:33:38.019Z | From https://github.com/illumos/smf-rs |
321 | 2024-12-19T05:33:38.019Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-12-19T05:33:38.130Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-12-19T05:33:38.651Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-12-19T05:33:38.651Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-12-19T05:33:38.667Z | * [new tag] rift -> rift |
326 | 2024-12-19T05:33:38.671Z | * [new tag] srp -> srp |
327 | 2024-12-19T05:33:38.671Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-12-19T05:33:38.703Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-12-19T05:33:39.164Z | From https://github.com/oxidecomputer/zone |
330 | 2024-12-19T05:33:39.164Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-12-19T05:33:39.192Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-12-19T05:33:39.938Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-12-19T05:33:39.938Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-12-19T05:33:40.066Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-12-19T05:33:40.525Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-12-19T05:33:40.525Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-12-19T05:33:40.535Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-12-19T05:33:40.952Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-12-19T05:33:40.952Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-12-19T05:33:40.968Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-12-19T05:33:40.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-12-19T05:33:41.396Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-12-19T05:33:41.396Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-12-19T05:33:41.414Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-12-19T05:33:41.869Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-12-19T05:33:41.869Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-12-19T05:33:41.931Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-12-19T05:33:42.308Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-12-19T05:33:42.308Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-12-19T05:33:42.328Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-12-19T05:33:42.740Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-12-19T05:33:42.740Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-12-19T05:33:42.770Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-12-19T05:33:43.166Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-12-19T05:33:43.166Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-12-19T05:33:43.216Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-12-19T05:33:43.635Z | From https://github.com/illumos/libscf-sys |
358 | 2024-12-19T05:33:43.635Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-12-19T05:33:43.654Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-12-19T05:33:44.555Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-12-19T05:33:44.555Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-12-19T05:33:44.576Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-12-19T05:33:44.579Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-12-19T05:33:44.580Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-12-19T05:33:44.580Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-12-19T05:33:44.580Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-12-19T05:33:44.580Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-12-19T05:33:44.580Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-12-19T05:33:44.799Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-12-19T05:33:45.642Z | From https://github.com/oxidecomputer/typify |
371 | 2024-12-19T05:33:45.642Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-12-19T05:33:45.645Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-12-19T05:33:45.663Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-12-19T05:33:45.665Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-12-19T05:33:45.665Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-12-19T05:33:45.665Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-12-19T05:33:45.665Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-12-19T05:33:45.666Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-12-19T05:33:45.666Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-12-19T05:33:45.666Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-12-19T05:33:45.666Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-12-19T05:33:45.666Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-12-19T05:33:45.666Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-12-19T05:33:45.667Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-12-19T05:33:45.667Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-12-19T05:33:45.809Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-12-19T05:33:46.738Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-12-19T05:33:46.738Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-12-19T05:33:46.814Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-12-19T05:33:47.306Z | From https://github.com/oxidecomputer/opte |
391 | 2024-12-19T05:33:47.306Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-12-19T05:33:47.367Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-12-19T05:33:48.060Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-12-19T05:33:48.060Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-12-19T05:33:48.896Z | Downloading crates ... |
396 | 2024-12-19T05:33:48.988Z | Downloaded anstyle v1.0.10 |
397 | 2024-12-19T05:33:48.991Z | Downloaded ahash v0.8.11 |
398 | 2024-12-19T05:33:48.996Z | Downloaded atomicwrites v0.4.4 |
399 | 2024-12-19T05:33:48.999Z | Downloaded async-stream-impl v0.3.5 |
400 | 2024-12-19T05:33:49.009Z | Downloaded crc8 v0.1.1 |
401 | 2024-12-19T05:33:49.018Z | Downloaded crunchy v0.2.2 |
402 | 2024-12-19T05:33:49.021Z | Downloaded parse-display-derive v0.10.0 |
403 | 2024-12-19T05:33:49.024Z | Downloaded parse-display v0.10.0 |
404 | 2024-12-19T05:33:49.026Z | Downloaded paste v1.0.15 |
405 | 2024-12-19T05:33:49.030Z | Downloaded pretty-hex v0.2.1 |
406 | 2024-12-19T05:33:49.032Z | Downloaded password-hash v0.5.0 |
407 | 2024-12-19T05:33:49.034Z | Downloaded foreign-types v0.3.2 |
408 | 2024-12-19T05:33:49.036Z | Downloaded progenitor-client v0.8.0 |
409 | 2024-12-19T05:33:49.036Z | Downloaded byteorder v1.5.0 |
410 | 2024-12-19T05:33:49.040Z | Downloaded pretty-hex v0.4.1 |
411 | 2024-12-19T05:33:49.042Z | Downloaded ciborium-io v0.2.2 |
412 | 2024-12-19T05:33:49.042Z | Downloaded foreign-types-shared v0.1.1 |
413 | 2024-12-19T05:33:49.043Z | Downloaded anstream v0.6.15 |
414 | 2024-12-19T05:33:49.046Z | Downloaded crucible-workspace-hack v0.1.0 |
415 | 2024-12-19T05:33:49.046Z | Downloaded dtrace-parser v0.2.0 |
416 | 2024-12-19T05:33:49.048Z | Downloaded serde-big-array v0.5.1 |
417 | 2024-12-19T05:33:49.050Z | Downloaded foreign-types-shared v0.3.1 |
418 | 2024-12-19T05:33:49.050Z | Downloaded equivalent v1.0.1 |
419 | 2024-12-19T05:33:49.053Z | Downloaded darling_macro v0.20.10 |
420 | 2024-12-19T05:33:49.053Z | Downloaded scroll_derive v0.12.0 |
421 | 2024-12-19T05:33:49.053Z | Downloaded anstyle-query v1.1.1 |
422 | 2024-12-19T05:33:49.056Z | Downloaded anstyle-parse v0.2.5 |
423 | 2024-12-19T05:33:49.059Z | Downloaded parking_lot_core v0.9.10 |
424 | 2024-12-19T05:33:49.061Z | Downloaded parking_lot_core v0.8.6 |
425 | 2024-12-19T05:33:49.064Z | Downloaded sigpipe v0.1.3 |
426 | 2024-12-19T05:33:49.064Z | Downloaded block-buffer v0.10.4 |
427 | 2024-12-19T05:33:49.064Z | Downloaded bitflags v1.3.2 |
428 | 2024-12-19T05:33:49.067Z | Downloaded futures-sink v0.3.30 |
429 | 2024-12-19T05:33:49.070Z | Downloaded cfg-if v1.0.0 |
430 | 2024-12-19T05:33:49.070Z | Downloaded autocfg v1.3.0 |
431 | 2024-12-19T05:33:49.072Z | Downloaded cstr-argument v0.1.2 |
432 | 2024-12-19T05:33:49.075Z | Downloaded const-random v0.1.18 |
433 | 2024-12-19T05:33:49.075Z | Downloaded clap_lex v0.7.4 |
434 | 2024-12-19T05:33:49.079Z | Downloaded powerfmt v0.2.0 |
435 | 2024-12-19T05:33:49.081Z | Downloaded dof v0.3.0 |
436 | 2024-12-19T05:33:49.084Z | Downloaded quinn-udp v0.5.5 |
437 | 2024-12-19T05:33:49.086Z | Downloaded proc-macro-crate v3.2.0 |
438 | 2024-12-19T05:33:49.086Z | Downloaded enum-as-inner v0.6.1 |
439 | 2024-12-19T05:33:49.088Z | Downloaded pest_generator v2.7.13 |
440 | 2024-12-19T05:33:49.093Z | Downloaded rustc_version v0.1.7 |
441 | 2024-12-19T05:33:49.093Z | Downloaded plain v0.2.3 |
442 | 2024-12-19T05:33:49.093Z | Downloaded rustc_version v0.4.1 |
443 | 2024-12-19T05:33:49.097Z | Downloaded rustc-hash v2.0.0 |
444 | 2024-12-19T05:33:49.097Z | Downloaded progenitor-macro v0.8.0 |
445 | 2024-12-19T05:33:49.097Z | Downloaded resolv-conf v0.7.0 |
446 | 2024-12-19T05:33:49.099Z | Downloaded futures-core v0.3.30 |
447 | 2024-12-19T05:33:49.102Z | Downloaded schemars_derive v0.8.21 |
448 | 2024-12-19T05:33:49.105Z | Downloaded float-ord v0.3.2 |
449 | 2024-12-19T05:33:49.105Z | Downloaded digest v0.10.7 |
450 | 2024-12-19T05:33:49.108Z | Downloaded slog-dtrace v0.3.0 |
451 | 2024-12-19T05:33:49.110Z | Downloaded embedded-io v0.6.1 |
452 | 2024-12-19T05:33:49.112Z | Downloaded serde_spanned v0.6.7 |
453 | 2024-12-19T05:33:49.112Z | Downloaded slab v0.4.9 |
454 | 2024-12-19T05:33:49.115Z | Downloaded either v1.13.0 |
455 | 2024-12-19T05:33:49.117Z | Downloaded ident_case v1.0.1 |
456 | 2024-12-19T05:33:49.120Z | Downloaded slog-bunyan v2.5.0 |
457 | 2024-12-19T05:33:49.122Z | Downloaded rustversion v1.0.17 |
458 | 2024-12-19T05:33:49.122Z | Downloaded hubpack_derive v0.1.1 |
459 | 2024-12-19T05:33:49.125Z | Downloaded http-body v1.0.1 |
460 | 2024-12-19T05:33:49.125Z | Downloaded omicron-workspace-hack v0.1.0 |
461 | 2024-12-19T05:33:49.127Z | Downloaded num-conv v0.1.0 |
462 | 2024-12-19T05:33:49.127Z | Downloaded serde_repr v0.1.19 |
463 | 2024-12-19T05:33:49.130Z | Downloaded camino v1.1.9 |
464 | 2024-12-19T05:33:49.133Z | Downloaded futures-macro v0.3.30 |
465 | 2024-12-19T05:33:49.133Z | Downloaded slog-envlogger v2.2.0 |
466 | 2024-12-19T05:33:49.136Z | Downloaded proc-macro-error-attr v1.0.4 |
467 | 2024-12-19T05:33:49.140Z | Downloaded signal-hook-registry v1.4.2 |
468 | 2024-12-19T05:33:49.140Z | Downloaded serde_urlencoded v0.7.1 |
469 | 2024-12-19T05:33:49.140Z | Downloaded shlex v1.3.0 |
470 | 2024-12-19T05:33:49.143Z | Downloaded ciborium v0.2.2 |
471 | 2024-12-19T05:33:49.145Z | Downloaded async-trait v0.1.83 |
472 | 2024-12-19T05:33:49.147Z | Downloaded clap_derive v4.5.18 |
473 | 2024-12-19T05:33:49.150Z | Downloaded rand_chacha v0.3.1 |
474 | 2024-12-19T05:33:49.152Z | Downloaded rhai_codegen v2.2.0 |
475 | 2024-12-19T05:33:49.160Z | Downloaded usdt-attr-macro v0.5.0 |
476 | 2024-12-19T05:33:49.163Z | Downloaded futures-channel v0.3.30 |
477 | 2024-12-19T05:33:49.165Z | Downloaded const-random-macro v0.1.16 |
478 | 2024-12-19T05:33:49.167Z | Downloaded hash32 v0.3.1 |
479 | 2024-12-19T05:33:49.167Z | Downloaded dyn-clone v1.0.17 |
480 | 2024-12-19T05:33:49.169Z | Downloaded quote v1.0.37 |
481 | 2024-12-19T05:33:49.178Z | Downloaded postcard v1.0.10 |
482 | 2024-12-19T05:33:49.178Z | Downloaded rustls-pki-types v1.8.0 |
483 | 2024-12-19T05:33:49.181Z | Downloaded fixedbitset v0.4.2 |
484 | 2024-12-19T05:33:49.181Z | Downloaded waitgroup v0.1.2 |
485 | 2024-12-19T05:33:49.181Z | Downloaded serde_with_macros v3.9.0 |
486 | 2024-12-19T05:33:49.184Z | Downloaded openssl-probe v0.1.5 |
487 | 2024-12-19T05:33:49.186Z | Downloaded openssl-macros v0.1.1 |
488 | 2024-12-19T05:33:49.186Z | Downloaded num_threads v0.1.7 |
489 | 2024-12-19T05:33:49.187Z | Downloaded match_cfg v0.1.0 |
490 | 2024-12-19T05:33:49.189Z | Downloaded serde_path_to_error v0.1.16 |
491 | 2024-12-19T05:33:49.191Z | Downloaded num-derive v0.3.3 |
492 | 2024-12-19T05:33:49.191Z | Downloaded serde_derive_internals v0.29.1 |
493 | 2024-12-19T05:33:49.194Z | Downloaded itoa v1.0.11 |
494 | 2024-12-19T05:33:49.196Z | Downloaded blake2 v0.10.6 |
495 | 2024-12-19T05:33:49.199Z | Downloaded pin-project-lite v0.2.14 |
496 | 2024-12-19T05:33:49.203Z | Downloaded pest_derive v2.7.13 |
497 | 2024-12-19T05:33:49.207Z | Downloaded libsw v3.3.1 |
498 | 2024-12-19T05:33:49.210Z | Downloaded linear-map v1.2.0 |
499 | 2024-12-19T05:33:49.212Z | Downloaded tinyvec_macros v0.1.1 |
500 | 2024-12-19T05:33:49.212Z | Downloaded derive-where v1.2.7 |
501 | 2024-12-19T05:33:49.216Z | Downloaded usdt-macro v0.5.0 |
502 | 2024-12-19T05:33:49.218Z | Downloaded try-lock v0.2.5 |
503 | 2024-12-19T05:33:49.218Z | Downloaded take_mut v0.2.2 |
504 | 2024-12-19T05:33:49.221Z | Downloaded thread_local v1.1.8 |
505 | 2024-12-19T05:33:49.221Z | Downloaded subtle v2.6.1 |
506 | 2024-12-19T05:33:49.223Z | Downloaded lazy_static v1.5.0 |
507 | 2024-12-19T05:33:49.226Z | Downloaded semver v1.0.23 |
508 | 2024-12-19T05:33:49.228Z | Downloaded no-std-compat v0.4.1 |
509 | 2024-12-19T05:33:49.229Z | Downloaded toml_datetime v0.6.8 |
510 | 2024-12-19T05:33:49.231Z | Downloaded sha2 v0.10.8 |
511 | 2024-12-19T05:33:49.236Z | Downloaded progenitor-impl v0.8.0 |
512 | 2024-12-19T05:33:49.238Z | Downloaded proc-macro-error v1.0.4 |
513 | 2024-12-19T05:33:49.241Z | Downloaded instant v0.1.13 |
514 | 2024-12-19T05:33:49.241Z | Downloaded rustls-pemfile v2.1.3 |
515 | 2024-12-19T05:33:49.244Z | Downloaded sync_wrapper v0.1.2 |
516 | 2024-12-19T05:33:49.246Z | Downloaded indent_write v2.2.0 |
517 | 2024-12-19T05:33:49.246Z | Downloaded hostname v0.4.0 |
518 | 2024-12-19T05:33:49.248Z | Downloaded zone v0.3.0 |
519 | 2024-12-19T05:33:49.251Z | Downloaded version_check v0.9.5 |
520 | 2024-12-19T05:33:49.251Z | Downloaded mime v0.3.17 |
521 | 2024-12-19T05:33:49.254Z | Downloaded hex v0.4.3 |
522 | 2024-12-19T05:33:49.257Z | Downloaded ryu v1.0.18 |
523 | 2024-12-19T05:33:49.259Z | Downloaded managed v0.8.0 |
524 | 2024-12-19T05:33:49.261Z | Downloaded num_enum_derive v0.7.3 |
525 | 2024-12-19T05:33:49.261Z | Downloaded hyper-rustls v0.27.3 |
526 | 2024-12-19T05:33:49.264Z | Downloaded darling_core v0.20.10 |
527 | 2024-12-19T05:33:49.269Z | Downloaded allocator-api2 v0.2.18 |
528 | 2024-12-19T05:33:49.273Z | Downloaded anyhow v1.0.94 |
529 | 2024-12-19T05:33:49.277Z | Downloaded terminal_size v0.4.0 |
530 | 2024-12-19T05:33:49.280Z | Downloaded smartstring v1.0.1 |
531 | 2024-12-19T05:33:49.282Z | Downloaded tiny-keccak v2.0.2 |
532 | 2024-12-19T05:33:49.285Z | Downloaded num_enum_derive v0.5.11 |
533 | 2024-12-19T05:33:49.287Z | Downloaded num_enum v0.7.3 |
534 | 2024-12-19T05:33:49.306Z | Downloaded num-complex v0.4.6 |
535 | 2024-12-19T05:33:49.309Z | Downloaded num_enum v0.5.11 |
536 | 2024-12-19T05:33:49.309Z | Downloaded newtype_derive v0.1.6 |
537 | 2024-12-19T05:33:49.309Z | Downloaded humantime v2.1.0 |
538 | 2024-12-19T05:33:49.309Z | Downloaded untrusted v0.9.0 |
539 | 2024-12-19T05:33:49.309Z | Downloaded num-iter v0.1.45 |
540 | 2024-12-19T05:33:49.309Z | Downloaded hubpack v0.1.2 |
541 | 2024-12-19T05:33:49.309Z | Downloaded slog v2.7.0 |
542 | 2024-12-19T05:33:49.312Z | Downloaded httpdate v1.0.3 |
543 | 2024-12-19T05:33:49.314Z | Downloaded utf8parse v0.2.2 |
544 | 2024-12-19T05:33:49.314Z | Downloaded getrandom v0.2.15 |
545 | 2024-12-19T05:33:49.317Z | Downloaded newline-converter v0.3.0 |
546 | 2024-12-19T05:33:49.319Z | Downloaded want v0.3.1 |
547 | 2024-12-19T05:33:49.319Z | Downloaded fxhash v0.2.1 |
548 | 2024-12-19T05:33:49.322Z | Downloaded tower-service v0.3.3 |
549 | 2024-12-19T05:33:49.322Z | Downloaded is-terminal v0.4.13 |
550 | 2024-12-19T05:33:49.324Z | Downloaded hyper-tls v0.5.0 |
551 | 2024-12-19T05:33:49.324Z | Downloaded typify v0.2.0 |
552 | 2024-12-19T05:33:49.327Z | Downloaded structmeta-derive v0.3.0 |
553 | 2024-12-19T05:33:49.329Z | Downloaded slog-stdlog v4.1.1 |
554 | 2024-12-19T05:33:49.332Z | Downloaded slog-scope v4.4.0 |
555 | 2024-12-19T05:33:49.332Z | Downloaded zeroize v1.8.1 |
556 | 2024-12-19T05:33:49.334Z | Downloaded slog-json v2.6.1 |
557 | 2024-12-19T05:33:49.337Z | Downloaded strsim v0.11.1 |
558 | 2024-12-19T05:33:49.337Z | Downloaded base64 v0.22.1 |
559 | 2024-12-19T05:33:49.341Z | Downloaded parking_lot v0.12.3 |
560 | 2024-12-19T05:33:49.344Z | Downloaded cc v1.1.21 |
561 | 2024-12-19T05:33:49.347Z | Downloaded prettyplease v0.2.22 |
562 | 2024-12-19T05:33:49.350Z | Downloaded base64 v0.21.7 |
563 | 2024-12-19T05:33:49.354Z | Downloaded highway v1.2.0 |
564 | 2024-12-19T05:33:49.357Z | Downloaded similar v2.6.0 |
565 | 2024-12-19T05:33:49.362Z | Downloaded thin-vec v0.2.13 |
566 | 2024-12-19T05:33:49.364Z | Downloaded bitflags v2.6.0 |
567 | 2024-12-19T05:33:49.367Z | Downloaded swrite v0.1.0 |
568 | 2024-12-19T05:33:49.370Z | Downloaded thread-id v4.2.2 |
569 | 2024-12-19T05:33:49.372Z | Downloaded strum v0.26.3 |
570 | 2024-12-19T05:33:49.372Z | Downloaded spin v0.5.2 |
571 | 2024-12-19T05:33:49.375Z | Downloaded http-body-util v0.1.2 |
572 | 2024-12-19T05:33:49.375Z | Downloaded newtype-uuid v1.1.0 |
573 | 2024-12-19T05:33:49.378Z | Downloaded zone_cfg_derive v0.3.0 |
574 | 2024-12-19T05:33:49.378Z | Downloaded num-rational v0.4.2 |
575 | 2024-12-19T05:33:49.378Z | Downloaded httparse v1.9.4 |
576 | 2024-12-19T05:33:49.381Z | Downloaded tokio-rustls v0.26.0 |
577 | 2024-12-19T05:33:49.383Z | Downloaded tokio-rustls v0.25.0 |
578 | 2024-12-19T05:33:49.386Z | Downloaded quinn v0.11.5 |
579 | 2024-12-19T05:33:49.389Z | Downloaded num v0.4.3 |
580 | 2024-12-19T05:33:49.392Z | Downloaded thiserror-impl v1.0.69 |
581 | 2024-12-19T05:33:49.392Z | Downloaded http-body v0.4.6 |
582 | 2024-12-19T05:33:49.394Z | Downloaded heck v0.4.1 |
583 | 2024-12-19T05:33:49.394Z | Downloaded linked-hash-map v0.5.6 |
584 | 2024-12-19T05:33:49.397Z | Downloaded ipnetwork v0.20.0 |
585 | 2024-12-19T05:33:49.399Z | Downloaded smf v0.2.3 |
586 | 2024-12-19T05:33:49.399Z | Downloaded ipnet v2.10.0 |
587 | 2024-12-19T05:33:49.402Z | Downloaded half v2.4.1 |
588 | 2024-12-19T05:33:49.404Z | Downloaded zerocopy-derive v0.7.35 |
589 | 2024-12-19T05:33:49.408Z | Downloaded usdt v0.5.0 |
590 | 2024-12-19T05:33:49.411Z | Downloaded serde_derive v1.0.215 |
591 | 2024-12-19T05:33:49.413Z | Downloaded serde v1.0.215 |
592 | 2024-12-19T05:33:49.416Z | Downloaded rand v0.8.5 |
593 | 2024-12-19T05:33:49.420Z | Downloaded expectorate v1.1.0 |
594 | 2024-12-19T05:33:49.423Z | Downloaded ucd-trie v0.1.6 |
595 | 2024-12-19T05:33:49.426Z | Downloaded thiserror v1.0.69 |
596 | 2024-12-19T05:33:49.430Z | Downloaded futures-task v0.3.30 |
597 | 2024-12-19T05:33:49.432Z | Downloaded tracing-attributes v0.1.27 |
598 | 2024-12-19T05:33:49.434Z | Downloaded tokio-native-tls v0.3.1 |
599 | 2024-12-19T05:33:49.436Z | Downloaded usdt-impl v0.5.0 |
600 | 2024-12-19T05:33:49.439Z | Downloaded num-integer v0.1.46 |
601 | 2024-12-19T05:33:49.441Z | Downloaded num-derive v0.4.2 |
602 | 2024-12-19T05:33:49.443Z | Downloaded uuid v1.11.0 |
603 | 2024-12-19T05:33:49.446Z | Downloaded lru-cache v0.1.2 |
604 | 2024-12-19T05:33:49.446Z | Downloaded term v0.7.0 |
605 | 2024-12-19T05:33:49.449Z | Downloaded owo-colors v4.1.0 |
606 | 2024-12-19T05:33:49.452Z | Downloaded stable_deref_trait v1.2.0 |
607 | 2024-12-19T05:33:49.455Z | Downloaded tokio-macros v2.4.0 |
608 | 2024-12-19T05:33:49.456Z | Downloaded generic-array v0.14.7 |
609 | 2024-12-19T05:33:49.458Z | Downloaded native-tls v0.2.12 |
610 | 2024-12-19T05:33:49.461Z | Downloaded tokio-rustls v0.24.1 |
611 | 2024-12-19T05:33:49.463Z | Downloaded structmeta v0.3.0 |
612 | 2024-12-19T05:33:49.464Z | Downloaded slog-term v2.9.1 |
613 | 2024-12-19T05:33:49.467Z | Downloaded parking_lot v0.11.2 |
614 | 2024-12-19T05:33:49.469Z | Downloaded unicode-ident v1.0.13 |
615 | 2024-12-19T05:33:49.472Z | Downloaded whoami v1.5.2 |
616 | 2024-12-19T05:33:49.474Z | Downloaded strum_macros v0.25.3 |
617 | 2024-12-19T05:33:49.474Z | Downloaded tempfile v3.12.0 |
618 | 2024-12-19T05:33:49.477Z | Downloaded toml v0.8.19 |
619 | 2024-12-19T05:33:49.481Z | Downloaded num-traits v0.2.19 |
620 | 2024-12-19T05:33:49.484Z | Downloaded hyper-tls v0.6.0 |
621 | 2024-12-19T05:33:49.486Z | Downloaded typenum v1.17.0 |
622 | 2024-12-19T05:33:49.488Z | Downloaded time-macros v0.2.18 |
623 | 2024-12-19T05:33:49.491Z | Downloaded crossbeam-channel v0.5.13 |
624 | 2024-12-19T05:33:49.495Z | Downloaded strum_macros v0.26.4 |
625 | 2024-12-19T05:33:49.498Z | Downloaded clap v4.5.23 |
626 | 2024-12-19T05:33:49.507Z | Downloaded zerocopy v0.6.6 |
627 | 2024-12-19T05:33:49.509Z | Downloaded lock_api v0.4.12 |
628 | 2024-12-19T05:33:49.511Z | Downloaded tinyvec v1.8.0 |
629 | 2024-12-19T05:33:49.514Z | Downloaded static_assertions v1.1.0 |
630 | 2024-12-19T05:33:49.520Z | Downloaded indexmap v1.9.3 |
631 | 2024-12-19T05:33:49.522Z | Downloaded macaddr v1.0.1 |
632 | 2024-12-19T05:33:49.522Z | Downloaded serde_yaml v0.9.34+deprecated |
633 | 2024-12-19T05:33:49.525Z | Downloaded multer v3.1.0 |
634 | 2024-12-19T05:33:49.527Z | Downloaded schemars v0.8.21 |
635 | 2024-12-19T05:33:49.539Z | Downloaded socket2 v0.5.8 |
636 | 2024-12-19T05:33:49.542Z | Downloaded steno v0.4.1 |
637 | 2024-12-19T05:33:49.546Z | Downloaded memchr v2.7.4 |
638 | 2024-12-19T05:33:49.551Z | Downloaded spin v0.9.8 |
639 | 2024-12-19T05:33:49.554Z | Downloaded unicode-bidi v0.3.15 |
640 | 2024-12-19T05:33:49.556Z | Downloaded console v0.15.8 |
641 | 2024-12-19T05:33:49.560Z | Downloaded log v0.4.22 |
642 | 2024-12-19T05:33:49.562Z | Downloaded unsafe-libyaml v0.2.11 |
643 | 2024-12-19T05:33:49.565Z | Downloaded tabwriter v1.4.0 |
644 | 2024-12-19T05:33:49.570Z | Downloaded openssl-sys v0.9.103 |
645 | 2024-12-19T05:33:49.575Z | Downloaded tracing-core v0.1.32 |
646 | 2024-12-19T05:33:49.577Z | Downloaded indexmap v2.5.0 |
647 | 2024-12-19T05:33:49.580Z | Downloaded darling v0.20.10 |
648 | 2024-12-19T05:33:49.584Z | Downloaded hyper-util v0.1.10 |
649 | 2024-12-19T05:33:49.589Z | Downloaded url v2.5.2 |
650 | 2024-12-19T05:33:49.592Z | Downloaded hickory-resolver v0.24.1 |
651 | 2024-12-19T05:33:49.597Z | Downloaded smallvec v1.13.2 |
652 | 2024-12-19T05:33:49.599Z | Downloaded once_cell v1.20.2 |
653 | 2024-12-19T05:33:49.601Z | Downloaded hyper-rustls v0.24.2 |
654 | 2024-12-19T05:33:49.604Z | Downloaded serde_with v3.9.0 |
655 | 2024-12-19T05:33:49.613Z | Downloaded heapless v0.8.0 |
656 | 2024-12-19T05:33:49.617Z | Downloaded pest v2.7.13 |
657 | 2024-12-19T05:33:49.622Z | Downloaded arc-swap v1.7.1 |
658 | 2024-12-19T05:33:49.627Z | Downloaded memmap v0.7.0 |
659 | 2024-12-19T05:33:49.629Z | Downloaded typify-macro v0.2.0 |
660 | 2024-12-19T05:33:49.629Z | Downloaded bytes v1.7.2 |
661 | 2024-12-19T05:33:49.633Z | Downloaded pest_meta v2.7.13 |
662 | 2024-12-19T05:33:49.636Z | Downloaded tracing v0.1.40 |
663 | 2024-12-19T05:33:49.640Z | Downloaded serde_json v1.0.133 |
664 | 2024-12-19T05:33:49.647Z | Downloaded mio v1.0.2 |
665 | 2024-12-19T05:33:49.653Z | Downloaded clap_builder v4.5.23 |
666 | 2024-12-19T05:33:49.661Z | Downloaded minimal-lexical v0.2.1 |
667 | 2024-12-19T05:33:49.666Z | Downloaded http v0.2.12 |
668 | 2024-12-19T05:33:49.670Z | Downloaded rustls-webpki v0.101.7 |
669 | 2024-12-19T05:33:49.685Z | Downloaded toml_edit v0.22.21 |
670 | 2024-12-19T05:33:49.707Z | Downloaded nom v7.1.3 |
671 | 2024-12-19T05:33:49.712Z | Downloaded itertools v0.13.0 |
672 | 2024-12-19T05:33:49.720Z | Downloaded itertools v0.10.5 |
673 | 2024-12-19T05:33:49.726Z | Downloaded hashbrown v0.14.5 |
674 | 2024-12-19T05:33:49.730Z | Downloaded futures-util v0.3.30 |
675 | 2024-12-19T05:33:49.743Z | Downloaded zerocopy v0.7.35 |
676 | 2024-12-19T05:33:49.758Z | Downloaded winnow v0.5.40 |
677 | 2024-12-19T05:33:49.767Z | Downloaded winnow v0.6.18 |
678 | 2024-12-19T05:33:49.776Z | Downloaded hyper v1.5.1 |
679 | 2024-12-19T05:33:49.782Z | Downloaded h2 v0.4.6 |
680 | 2024-12-19T05:33:49.789Z | Downloaded goblin v0.8.2 |
681 | 2024-12-19T05:33:49.796Z | Downloaded quinn-proto v0.11.8 |
682 | 2024-12-19T05:33:49.802Z | Downloaded chrono v0.4.38 |
683 | 2024-12-19T05:33:49.809Z | Downloaded h2 v0.3.26 |
684 | 2024-12-19T05:33:49.816Z | Downloaded rustls-webpki v0.102.8 |
685 | 2024-12-19T05:33:49.835Z | Downloaded syn v1.0.109 |
686 | 2024-12-19T05:33:49.845Z | Downloaded vcpkg v0.2.15 |
687 | 2024-12-19T05:33:49.883Z | Downloaded hyper v0.14.30 |
688 | 2024-12-19T05:33:49.891Z | Downloaded idna v0.5.0 |
689 | 2024-12-19T05:33:49.897Z | Downloaded syn v2.0.87 |
690 | 2024-12-19T05:33:49.907Z | Downloaded unicode-width v0.1.14 |
691 | 2024-12-19T05:33:49.913Z | Downloaded smoltcp v0.11.0 |
692 | 2024-12-19T05:33:49.925Z | Downloaded rustls v0.21.12 |
693 | 2024-12-19T05:33:49.938Z | Downloaded openssl v0.10.66 |
694 | 2024-12-19T05:33:49.946Z | Downloaded webpki-roots v0.25.4 |
695 | 2024-12-19T05:33:49.949Z | Downloaded idna v0.4.0 |
696 | 2024-12-19T05:33:49.956Z | Downloaded rustls v0.22.4 |
697 | 2024-12-19T05:33:49.969Z | Downloaded regress v0.9.1 |
698 | 2024-12-19T05:33:49.976Z | Downloaded rustls v0.23.13 |
699 | 2024-12-19T05:33:50.004Z | Downloaded typify-impl v0.2.0 |
700 | 2024-12-19T05:33:50.017Z | Downloaded openapiv3 v2.0.0 |
701 | 2024-12-19T05:33:50.027Z | Downloaded regex-syntax v0.8.4 |
702 | 2024-12-19T05:33:50.035Z | Downloaded rustix v0.38.37 |
703 | 2024-12-19T05:33:50.056Z | Downloaded rhai v1.20.0 |
704 | 2024-12-19T05:33:50.067Z | Downloaded regress v0.10.1 |
705 | 2024-12-19T05:33:50.075Z | Downloaded webpki-roots v0.26.6 |
706 | 2024-12-19T05:33:50.079Z | Downloaded hickory-proto v0.24.1 |
707 | 2024-12-19T05:33:50.094Z | Downloaded regex v1.10.6 |
708 | 2024-12-19T05:33:50.106Z | Downloaded dropshot v0.12.0 |
709 | 2024-12-19T05:33:50.125Z | Downloaded sled v0.34.7 |
710 | 2024-12-19T05:33:50.134Z | Downloaded reqwest v0.11.27 |
711 | 2024-12-19T05:33:50.141Z | Downloaded tokio-util v0.7.12 |
712 | 2024-12-19T05:33:50.147Z | Downloaded reqwest v0.12.9 |
713 | 2024-12-19T05:33:50.155Z | Downloaded unicode-segmentation v1.12.0 |
714 | 2024-12-19T05:33:50.158Z | Downloaded toml_edit v0.19.15 |
715 | 2024-12-19T05:33:50.173Z | Downloaded unicode-normalization v0.1.24 |
716 | 2024-12-19T05:33:50.177Z | Downloaded zerocopy-derive v0.6.6 |
717 | 2024-12-19T05:33:50.185Z | Downloaded regex-automata v0.4.7 |
718 | 2024-12-19T05:33:50.201Z | Downloaded itertools v0.12.1 |
719 | 2024-12-19T05:33:50.208Z | Downloaded time v0.3.36 |
720 | 2024-12-19T05:33:50.214Z | Downloaded tokio v1.42.0 |
721 | 2024-12-19T05:33:50.249Z | Downloaded portable-atomic v1.8.0 |
722 | 2024-12-19T05:33:50.257Z | Downloaded petgraph v0.6.5 |
723 | 2024-12-19T05:33:50.271Z | Downloaded aho-corasick v1.1.3 |
724 | 2024-12-19T05:33:50.276Z | Downloaded http v1.2.0 |
725 | 2024-12-19T05:33:50.280Z | Downloaded hashbrown v0.12.3 |
726 | 2024-12-19T05:33:50.284Z | Downloaded libm v0.2.8 |
727 | 2024-12-19T05:33:50.291Z | Downloaded libc v0.2.169 |
728 | 2024-12-19T05:33:50.314Z | Downloaded derive_more v0.99.18 |
729 | 2024-12-19T05:33:50.319Z | Downloaded crossbeam-epoch v0.9.18 |
730 | 2024-12-19T05:33:50.321Z | Downloaded crc32fast v1.4.2 |
731 | 2024-12-19T05:33:50.324Z | Downloaded pkg-config v0.3.31 |
732 | 2024-12-19T05:33:50.326Z | Downloaded futures v0.3.30 |
733 | 2024-12-19T05:33:50.329Z | Downloaded crossbeam-utils v0.8.20 |
734 | 2024-12-19T05:33:50.332Z | Downloaded proc-macro2 v1.0.86 |
735 | 2024-12-19T05:33:50.334Z | Downloaded is_terminal_polyfill v1.70.1 |
736 | 2024-12-19T05:33:50.336Z | Downloaded iana-time-zone v0.1.61 |
737 | 2024-12-19T05:33:50.339Z | Downloaded sct v0.7.1 |
738 | 2024-12-19T05:33:50.342Z | Downloaded cookie v0.18.1 |
739 | 2024-12-19T05:33:50.345Z | Downloaded dropshot_endpoint v0.12.0 |
740 | 2024-12-19T05:33:50.348Z | Downloaded cancel-safe-futures v0.1.5 |
741 | 2024-12-19T05:33:50.351Z | Downloaded hostname v0.3.1 |
742 | 2024-12-19T05:33:50.351Z | Downloaded heck v0.5.0 |
743 | 2024-12-19T05:33:50.354Z | Downloaded cobs v0.2.3 |
744 | 2024-12-19T05:33:50.354Z | Downloaded futures-executor v0.3.30 |
745 | 2024-12-19T05:33:50.356Z | Downloaded time-core v0.1.2 |
746 | 2024-12-19T05:33:50.356Z | Downloaded sync_wrapper v1.0.1 |
747 | 2024-12-19T05:33:50.356Z | Downloaded semver v0.1.20 |
748 | 2024-12-19T05:33:50.358Z | Downloaded scroll v0.12.0 |
749 | 2024-12-19T05:33:50.358Z | Downloaded futures-io v0.3.30 |
750 | 2024-12-19T05:33:50.361Z | Downloaded argon2 v0.5.3 |
751 | 2024-12-19T05:33:50.361Z | Downloaded proc-macro-crate v1.3.1 |
752 | 2024-12-19T05:33:50.364Z | Downloaded camino-tempfile v1.1.1 |
753 | 2024-12-19T05:33:50.364Z | Downloaded base64ct v1.6.0 |
754 | 2024-12-19T05:33:50.366Z | Downloaded backoff v0.4.0 |
755 | 2024-12-19T05:33:50.369Z | Downloaded foreign-types-macros v0.2.3 |
756 | 2024-12-19T05:33:50.369Z | Downloaded encoding_rs v0.8.34 |
757 | 2024-12-19T05:33:50.388Z | Downloaded foreign-types v0.5.0 |
758 | 2024-12-19T05:33:50.392Z | Downloaded defmt v0.3.8 |
759 | 2024-12-19T05:33:50.394Z | Downloaded percent-encoding v2.3.1 |
760 | 2024-12-19T05:33:50.394Z | Downloaded slog-async v2.8.0 |
761 | 2024-12-19T05:33:50.396Z | Downloaded sha1 v0.10.6 |
762 | 2024-12-19T05:33:50.396Z | Downloaded ppv-lite86 v0.2.20 |
763 | 2024-12-19T05:33:50.398Z | Downloaded defmt-parser v0.3.4 |
764 | 2024-12-19T05:33:50.398Z | Downloaded convert_case v0.4.0 |
765 | 2024-12-19T05:33:50.399Z | Downloaded scopeguard v1.2.0 |
766 | 2024-12-19T05:33:50.402Z | Downloaded dirs-next v2.0.0 |
767 | 2024-12-19T05:33:50.402Z | Downloaded defmt-macros v0.3.9 |
768 | 2024-12-19T05:33:50.404Z | Downloaded cpufeatures v0.2.14 |
769 | 2024-12-19T05:33:50.407Z | Downloaded serde_tokenstream v0.2.2 |
770 | 2024-12-19T05:33:50.407Z | Downloaded errno v0.3.9 |
771 | 2024-12-19T05:33:50.410Z | Downloaded data-encoding v2.6.0 |
772 | 2024-12-19T05:33:50.410Z | Downloaded ciborium-ll v0.2.2 |
773 | 2024-12-19T05:33:50.412Z | Downloaded rustls-pemfile v1.0.4 |
774 | 2024-12-19T05:33:50.412Z | Downloaded rand_core v0.6.4 |
775 | 2024-12-19T05:33:50.414Z | Downloaded deranged v0.3.11 |
776 | 2024-12-19T05:33:50.414Z | Downloaded debug-ignore v1.0.5 |
777 | 2024-12-19T05:33:50.417Z | Downloaded async-stream v0.3.5 |
778 | 2024-12-19T05:33:50.419Z | Downloaded quick-error v1.2.3 |
779 | 2024-12-19T05:33:50.419Z | Downloaded progenitor v0.8.0 |
780 | 2024-12-19T05:33:50.421Z | Downloaded form_urlencoded v1.2.1 |
781 | 2024-12-19T05:33:50.421Z | Downloaded fnv v1.0.7 |
782 | 2024-12-19T05:33:50.421Z | Downloaded fastrand v2.1.1 |
783 | 2024-12-19T05:33:50.423Z | Downloaded pin-utils v0.1.0 |
784 | 2024-12-19T05:33:50.423Z | Downloaded crypto-common v0.1.6 |
785 | 2024-12-19T05:33:50.426Z | Downloaded colored v2.1.0 |
786 | 2024-12-19T05:33:50.426Z | Downloaded embedded-io v0.4.0 |
787 | 2024-12-19T05:33:50.429Z | Downloaded dirs-sys-next v0.1.2 |
788 | 2024-12-19T05:33:50.429Z | Downloaded colorchoice v1.0.2 |
789 | 2024-12-19T05:33:50.431Z | Downloaded atomic-waker v1.1.2 |
790 | 2024-12-19T05:33:50.607Z | Downloaded ring v0.17.8 |
791 | 2024-12-19T05:33:50.947Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-12-19T05:33:50.948Z | Compiling unicode-ident v1.0.13 |
793 | 2024-12-19T05:33:50.952Z | Compiling libc v0.2.169 |
794 | 2024-12-19T05:33:50.953Z | Compiling serde v1.0.215 |
795 | 2024-12-19T05:33:50.953Z | Compiling autocfg v1.3.0 |
796 | 2024-12-19T05:33:50.953Z | Compiling version_check v0.9.5 |
797 | 2024-12-19T05:33:50.953Z | Compiling cfg-if v1.0.0 |
798 | 2024-12-19T05:33:51.113Z | Compiling once_cell v1.20.2 |
799 | 2024-12-19T05:33:51.132Z | Compiling libm v0.2.8 |
800 | 2024-12-19T05:33:51.463Z | Compiling memchr v2.7.4 |
801 | 2024-12-19T05:33:51.617Z | Compiling lock_api v0.4.12 |
802 | 2024-12-19T05:33:52.393Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-12-19T05:33:52.798Z | Compiling byteorder v1.5.0 |
804 | 2024-12-19T05:33:52.961Z | Compiling shlex v1.3.0 |
805 | 2024-12-19T05:33:52.963Z | Compiling thiserror v1.0.69 |
806 | 2024-12-19T05:33:53.272Z | Compiling cc v1.1.21 |
807 | 2024-12-19T05:33:53.336Z | Compiling itoa v1.0.11 |
808 | 2024-12-19T05:33:53.589Z | Compiling portable-atomic v1.8.0 |
809 | 2024-12-19T05:33:53.612Z | Compiling slab v0.4.9 |
810 | 2024-12-19T05:33:53.726Z | Compiling schemars v0.8.21 |
811 | 2024-12-19T05:33:53.911Z | Compiling ahash v0.8.11 |
812 | 2024-12-19T05:33:54.005Z | Compiling allocator-api2 v0.2.18 |
813 | 2024-12-19T05:33:54.122Z | Compiling quote v1.0.37 |
814 | 2024-12-19T05:33:54.327Z | Compiling getrandom v0.2.15 |
815 | 2024-12-19T05:33:54.543Z | Compiling syn v2.0.87 |
816 | 2024-12-19T05:33:54.790Z | Compiling num-traits v0.2.19 |
817 | 2024-12-19T05:33:54.793Z | Compiling ryu v1.0.18 |
818 | 2024-12-19T05:33:54.829Z | Compiling serde_json v1.0.133 |
819 | 2024-12-19T05:33:55.266Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-12-19T05:33:55.399Z | Compiling scopeguard v1.2.0 |
821 | 2024-12-19T05:33:55.543Z | Compiling equivalent v1.0.1 |
822 | 2024-12-19T05:33:55.561Z | Compiling log v0.4.22 |
823 | 2024-12-19T05:33:55.677Z | Compiling heck v0.5.0 |
824 | 2024-12-19T05:33:55.696Z | Compiling fnv v1.0.7 |
825 | 2024-12-19T05:33:55.982Z | Compiling crunchy v0.2.2 |
826 | 2024-12-19T05:33:56.116Z | Compiling vcpkg v0.2.15 |
827 | 2024-12-19T05:33:56.155Z | Compiling pkg-config v0.3.31 |
828 | 2024-12-19T05:33:56.281Z | Compiling ring v0.17.8 |
829 | 2024-12-19T05:33:56.548Z | Compiling mio v1.0.2 |
830 | 2024-12-19T05:33:57.383Z | Compiling socket2 v0.5.8 |
831 | 2024-12-19T05:33:57.403Z | Compiling signal-hook-registry v1.4.2 |
832 | 2024-12-19T05:33:57.496Z | Compiling tiny-keccak v2.0.2 |
833 | 2024-12-19T05:33:57.685Z | Compiling slog v2.7.0 |
834 | 2024-12-19T05:33:57.780Z | Compiling openssl-sys v0.9.103 |
835 | 2024-12-19T05:33:57.842Z | Compiling httparse v1.9.4 |
836 | 2024-12-19T05:33:58.312Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-12-19T05:33:58.765Z | Compiling const-random-macro v0.1.16 |
838 | 2024-12-19T05:33:58.854Z | Compiling futures-core v0.3.30 |
839 | 2024-12-19T05:33:58.903Z | Compiling dyn-clone v1.0.17 |
840 | 2024-12-19T05:33:59.108Z | Compiling openssl v0.10.66 |
841 | 2024-12-19T05:33:59.130Z | Compiling futures-sink v0.3.30 |
842 | 2024-12-19T05:33:59.536Z | Compiling native-tls v0.2.12 |
843 | 2024-12-19T05:33:59.557Z | Compiling typenum v1.17.0 |
844 | 2024-12-19T05:33:59.763Z | Compiling rustls v0.23.13 |
845 | 2024-12-19T05:33:59.807Z | Compiling semver v1.0.23 |
846 | 2024-12-19T05:33:59.850Z | Compiling futures-channel v0.3.30 |
847 | 2024-12-19T05:33:59.914Z | Compiling futures-io v0.3.30 |
848 | 2024-12-19T05:33:59.917Z | Compiling const-random v0.1.18 |
849 | 2024-12-19T05:34:00.013Z | Compiling pin-utils v0.1.0 |
850 | 2024-12-19T05:34:00.087Z | Compiling futures-task v0.3.30 |
851 | 2024-12-19T05:34:00.110Z | Compiling generic-array v0.14.7 |
852 | 2024-12-19T05:34:00.260Z | Compiling tracing-core v0.1.32 |
853 | 2024-12-19T05:34:00.281Z | Compiling bitflags v2.6.0 |
854 | 2024-12-19T05:34:00.320Z | Compiling subtle v2.6.1 |
855 | 2024-12-19T05:34:00.363Z | Compiling ucd-trie v0.1.6 |
856 | 2024-12-19T05:34:00.383Z | Compiling aho-corasick v1.1.3 |
857 | 2024-12-19T05:34:00.509Z | Compiling regex-syntax v0.8.4 |
858 | 2024-12-19T05:34:00.574Z | Compiling anyhow v1.0.94 |
859 | 2024-12-19T05:34:00.787Z | Compiling time-core v0.1.2 |
860 | 2024-12-19T05:34:00.827Z | Compiling num-conv v0.1.0 |
861 | 2024-12-19T05:34:01.061Z | Compiling time-macros v0.2.18 |
862 | 2024-12-19T05:34:01.492Z | Compiling spin v0.9.8 |
863 | 2024-12-19T05:34:01.768Z | Compiling serde_derive_internals v0.29.1 |
864 | 2024-12-19T05:34:02.056Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-12-19T05:34:03.235Z | Compiling usdt-impl v0.5.0 |
866 | 2024-12-19T05:34:03.614Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-12-19T05:34:03.855Z | Compiling regex-automata v0.4.7 |
868 | 2024-12-19T05:34:03.923Z | Compiling untrusted v0.9.0 |
869 | 2024-12-19T05:34:04.469Z | Compiling rustversion v1.0.17 |
870 | 2024-12-19T05:34:05.039Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-12-19T05:34:05.057Z | Compiling atomic-waker v1.1.2 |
872 | 2024-12-19T05:34:05.140Z | Compiling strsim v0.11.1 |
873 | 2024-12-19T05:34:05.238Z | Compiling plain v0.2.3 |
874 | 2024-12-19T05:34:05.379Z | Compiling tinyvec v1.8.0 |
875 | 2024-12-19T05:34:06.264Z | Compiling rand_core v0.6.4 |
876 | 2024-12-19T05:34:06.673Z | Compiling serde_derive v1.0.215 |
877 | 2024-12-19T05:34:06.695Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-12-19T05:34:06.913Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-12-19T05:34:06.951Z | Compiling tokio-macros v2.4.0 |
880 | 2024-12-19T05:34:07.301Z | Compiling schemars_derive v0.8.21 |
881 | 2024-12-19T05:34:08.619Z | Compiling futures-macro v0.3.30 |
882 | 2024-12-19T05:34:08.840Z | Compiling zerocopy v0.7.35 |
883 | 2024-12-19T05:34:10.612Z | Compiling openssl-macros v0.1.1 |
884 | 2024-12-19T05:34:10.744Z | Compiling futures-util v0.3.30 |
885 | 2024-12-19T05:34:10.874Z | Compiling hashbrown v0.14.5 |
886 | 2024-12-19T05:34:11.406Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-12-19T05:34:11.428Z | Compiling scroll_derive v0.12.0 |
888 | 2024-12-19T05:34:12.337Z | Compiling regress v0.10.1 |
889 | 2024-12-19T05:34:12.955Z | Compiling pest v2.7.13 |
890 | 2024-12-19T05:34:13.922Z | Compiling regex v1.10.6 |
891 | 2024-12-19T05:34:14.807Z | Compiling tracing v0.1.40 |
892 | 2024-12-19T05:34:15.366Z | Compiling pest_meta v2.7.13 |
893 | 2024-12-19T05:34:15.741Z | Compiling scroll v0.12.0 |
894 | 2024-12-19T05:34:16.328Z | Compiling goblin v0.8.2 |
895 | 2024-12-19T05:34:16.829Z | Compiling pest_generator v2.7.13 |
896 | 2024-12-19T05:34:17.501Z | Compiling zeroize v1.8.1 |
897 | 2024-12-19T05:34:17.894Z | Compiling pretty-hex v0.4.1 |
898 | 2024-12-19T05:34:18.109Z | Compiling try-lock v0.2.5 |
899 | 2024-12-19T05:34:18.528Z | Compiling unsafe-libyaml v0.2.11 |
900 | 2024-12-19T05:34:18.659Z | Compiling percent-encoding v2.3.1 |
901 | 2024-12-19T05:34:19.127Z | Compiling form_urlencoded v1.2.1 |
902 | 2024-12-19T05:34:19.527Z | Compiling pest_derive v2.7.13 |
903 | 2024-12-19T05:34:19.630Z | Compiling want v0.3.1 |
904 | 2024-12-19T05:34:19.922Z | Compiling unicode-normalization v0.1.24 |
905 | 2024-12-19T05:34:20.404Z | Compiling bytes v1.7.2 |
906 | 2024-12-19T05:34:21.240Z | Compiling smallvec v1.13.2 |
907 | 2024-12-19T05:34:21.747Z | Compiling indexmap v2.5.0 |
908 | 2024-12-19T05:34:22.302Z | Compiling uuid v1.11.0 |
909 | 2024-12-19T05:34:22.889Z | Compiling parking_lot v0.12.3 |
910 | 2024-12-19T05:34:23.288Z | Compiling chrono v0.4.38 |
911 | 2024-12-19T05:34:23.595Z | Compiling tokio v1.42.0 |
912 | 2024-12-19T05:34:23.796Z | Compiling serde_tokenstream v0.2.2 |
913 | 2024-12-19T05:34:24.386Z | Compiling http v1.2.0 |
914 | 2024-12-19T05:34:27.549Z | Compiling openapiv3 v2.0.0 |
915 | 2024-12-19T05:34:27.907Z | Compiling rustls-webpki v0.102.8 |
916 | 2024-12-19T05:34:31.887Z | Compiling typify-impl v0.2.0 |
917 | 2024-12-19T05:34:32.151Z | Compiling http-body v1.0.1 |
918 | 2024-12-19T05:34:32.187Z | Compiling ipnetwork v0.20.0 |
919 | 2024-12-19T05:34:32.416Z | Compiling serde_yaml v0.9.34+deprecated |
920 | 2024-12-19T05:34:32.438Z | Compiling dof v0.3.0 |
921 | 2024-12-19T05:34:32.722Z | Compiling dtrace-parser v0.2.0 |
922 | 2024-12-19T05:34:34.274Z | Compiling tokio-util v0.7.12 |
923 | 2024-12-19T05:34:34.749Z | Compiling thread-id v4.2.2 |
924 | 2024-12-19T05:34:34.875Z | Compiling syn v1.0.109 |
925 | 2024-12-19T05:34:35.509Z | Compiling h2 v0.4.6 |
926 | 2024-12-19T05:34:36.175Z | Compiling unicode-bidi v0.3.15 |
927 | 2024-12-19T05:34:36.343Z | Compiling foreign-types-shared v0.1.1 |
928 | 2024-12-19T05:34:36.374Z | Compiling rustls v0.22.4 |
929 | 2024-12-19T05:34:36.464Z | Compiling camino v1.1.9 |
930 | 2024-12-19T05:34:36.733Z | Compiling httpdate v1.0.3 |
931 | 2024-12-19T05:34:37.102Z | Compiling ident_case v1.0.1 |
932 | 2024-12-19T05:34:37.298Z | Compiling darling_core v0.20.10 |
933 | 2024-12-19T05:34:37.536Z | Compiling foreign-types v0.3.2 |
934 | 2024-12-19T05:34:37.726Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-12-19T05:34:39.132Z | Compiling tower-service v0.3.3 |
936 | 2024-12-19T05:34:39.449Z | Compiling slog-async v2.8.0 |
937 | 2024-12-19T05:34:40.240Z | Compiling rand_chacha v0.3.1 |
938 | 2024-12-19T05:34:42.087Z | Compiling hyper v1.5.1 |
939 | 2024-12-19T05:34:43.724Z | Compiling darling_macro v0.20.10 |
940 | 2024-12-19T05:34:44.282Z | Compiling typify-macro v0.2.0 |
941 | 2024-12-19T05:34:44.822Z | Compiling idna v0.5.0 |
942 | 2024-12-19T05:34:48.268Z | Compiling typify v0.2.0 |
943 | 2024-12-19T05:34:48.421Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-12-19T05:34:48.766Z | Compiling hyper-util v0.1.10 |
945 | 2024-12-19T05:34:50.764Z | Compiling toml_datetime v0.6.8 |
946 | 2024-12-19T05:34:52.462Z | Compiling multer v3.1.0 |
947 | 2024-12-19T05:34:53.258Z | Compiling paste v1.0.15 |
948 | 2024-12-19T05:34:53.800Z | Compiling openssl-probe v0.1.5 |
949 | 2024-12-19T05:34:55.330Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-12-19T05:34:56.104Z | Compiling url v2.5.2 |
951 | 2024-12-19T05:34:56.263Z | Compiling darling v0.20.10 |
952 | 2024-12-19T05:34:56.388Z | Compiling rand v0.8.5 |
953 | 2024-12-19T05:34:59.156Z | Compiling usdt-macro v0.5.0 |
954 | 2024-12-19T05:35:00.860Z | Compiling usdt-attr-macro v0.5.0 |
955 | 2024-12-19T05:35:01.788Z | Compiling http-body-util v0.1.2 |
956 | 2024-12-19T05:35:02.466Z | Compiling async-trait v0.1.83 |
957 | 2024-12-19T05:35:04.747Z | Compiling encoding_rs v0.8.34 |
958 | 2024-12-19T05:35:05.034Z | Compiling mime v0.3.17 |
959 | 2024-12-19T05:35:05.056Z | Compiling ipnet v2.10.0 |
960 | 2024-12-19T05:35:06.077Z | Compiling base64 v0.22.1 |
961 | 2024-12-19T05:35:06.842Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-12-19T05:35:08.986Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-12-19T05:35:09.507Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-12-19T05:35:09.551Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-12-19T05:35:09.943Z | Compiling strum_macros v0.26.4 |
966 | 2024-12-19T05:35:11.034Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-12-19T05:35:11.887Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-12-19T05:35:12.386Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-12-19T05:35:13.317Z | Compiling webpki-roots v0.26.6 |
970 | 2024-12-19T05:35:13.560Z | Compiling dropshot v0.12.0 |
971 | 2024-12-19T05:35:14.775Z | Compiling crossbeam-utils v0.8.20 |
972 | 2024-12-19T05:35:15.204Z | Compiling powerfmt v0.2.0 |
973 | 2024-12-19T05:35:15.207Z | Compiling structmeta v0.3.0 |
974 | 2024-12-19T05:35:15.403Z | Compiling hyper-rustls v0.27.3 |
975 | 2024-12-19T05:35:15.589Z | Compiling deranged v0.3.11 |
976 | 2024-12-19T05:35:15.756Z | Compiling hyper-tls v0.6.0 |
977 | 2024-12-19T05:35:16.810Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-12-19T05:35:18.287Z | Compiling winnow v0.6.18 |
979 | 2024-12-19T05:35:20.204Z | Compiling num_threads v0.1.7 |
980 | 2024-12-19T05:35:20.671Z | Compiling time v0.3.36 |
981 | 2024-12-19T05:35:23.040Z | Compiling reqwest v0.12.9 |
982 | 2024-12-19T05:35:23.212Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-12-19T05:35:25.041Z | Compiling block-buffer v0.10.4 |
984 | 2024-12-19T05:35:25.298Z | Compiling crypto-common v0.1.6 |
985 | 2024-12-19T05:35:25.540Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-12-19T05:35:27.459Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-12-19T05:35:30.006Z | Compiling digest v0.10.7 |
988 | 2024-12-19T05:35:30.110Z | Compiling progenitor-client v0.8.0 |
989 | 2024-12-19T05:35:31.041Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-12-19T05:35:33.014Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-12-19T05:35:34.052Z | Compiling rustix v0.38.37 |
992 | 2024-12-19T05:35:34.409Z | Compiling match_cfg v0.1.0 |
993 | 2024-12-19T05:35:34.795Z | Compiling lazy_static v1.5.0 |
994 | 2024-12-19T05:35:34.928Z | Compiling hostname v0.3.1 |
995 | 2024-12-19T05:35:34.982Z | Compiling dirs-next v2.0.0 |
996 | 2024-12-19T05:35:35.227Z | Compiling progenitor v0.8.0 |
997 | 2024-12-19T05:35:35.453Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-19T05:35:37.355Z | Compiling futures-executor v0.3.30 |
999 | 2024-12-19T05:35:38.539Z | Compiling thread_local v1.1.8 |
1000 | 2024-12-19T05:35:38.690Z | Compiling errno v0.3.9 |
1001 | 2024-12-19T05:35:39.235Z | Compiling instant v0.1.13 |
1002 | 2024-12-19T05:35:39.414Z | Compiling unicode-width v0.1.14 |
1003 | 2024-12-19T05:35:40.234Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-12-19T05:35:42.137Z | Compiling futures v0.3.30 |
1005 | 2024-12-19T05:35:43.654Z | Compiling term v0.7.0 |
1006 | 2024-12-19T05:35:44.353Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-12-19T05:35:46.359Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-12-19T05:35:46.621Z | Compiling is-terminal v0.4.13 |
1009 | 2024-12-19T05:35:46.769Z | Compiling memmap v0.7.0 |
1010 | 2024-12-19T05:35:46.963Z | Compiling take_mut v0.2.2 |
1011 | 2024-12-19T05:35:47.730Z | Compiling usdt v0.5.0 |
1012 | 2024-12-19T05:35:48.056Z | Compiling slog-term v2.9.1 |
1013 | 2024-12-19T05:35:49.236Z | Compiling toml_edit v0.22.21 |
1014 | 2024-12-19T05:35:50.718Z | Compiling slog-json v2.6.1 |
1015 | 2024-12-19T05:35:51.188Z | Compiling strum v0.26.3 |
1016 | 2024-12-19T05:35:51.399Z | Compiling serde_with v3.9.0 |
1017 | 2024-12-19T05:35:54.466Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-12-19T05:35:55.163Z | Compiling heapless v0.8.0 |
1019 | 2024-12-19T05:35:56.159Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-12-19T05:35:57.454Z | Compiling toml v0.8.19 |
1021 | 2024-12-19T05:35:59.269Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-12-19T05:35:59.544Z | Compiling sha1 v0.10.6 |
1023 | 2024-12-19T05:36:00.231Z | Compiling async-stream v0.3.5 |
1024 | 2024-12-19T05:36:00.286Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-12-19T05:36:00.555Z | Compiling hex v0.4.3 |
1026 | 2024-12-19T05:36:00.642Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-12-19T05:36:01.164Z | Compiling waitgroup v0.1.2 |
1028 | 2024-12-19T05:36:01.372Z | Compiling hostname v0.4.0 |
1029 | 2024-12-19T05:36:01.408Z | Compiling hash32 v0.3.1 |
1030 | 2024-12-19T05:36:01.638Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-19T05:36:01.809Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-12-19T05:36:04.381Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-12-19T05:36:04.698Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-12-19T05:36:05.154Z | Compiling backoff v0.4.0 |
1035 | 2024-12-19T05:36:05.297Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-12-19T05:36:05.517Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-12-19T05:36:05.735Z | Compiling parse-display v0.10.0 |
1038 | 2024-12-19T05:36:07.753Z | Compiling macaddr v1.0.1 |
1039 | 2024-12-19T05:36:08.431Z | Compiling regress v0.9.1 |
1040 | 2024-12-19T05:36:10.032Z | Compiling clap_derive v4.5.18 |
1041 | 2024-12-19T05:36:11.069Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1042 | 2024-12-19T05:36:11.468Z | Compiling cobs v0.2.3 |
1043 | 2024-12-19T05:36:11.904Z | Compiling winnow v0.5.40 |
1044 | 2024-12-19T05:36:12.975Z | Compiling managed v0.8.0 |
1045 | 2024-12-19T05:36:13.537Z | Compiling utf8parse v0.2.2 |
1046 | 2024-12-19T05:36:13.707Z | Compiling bitflags v1.3.2 |
1047 | 2024-12-19T05:36:14.860Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-12-19T05:36:15.283Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-12-19T05:36:16.034Z | Compiling toml_edit v0.19.15 |
1050 | 2024-12-19T05:36:17.234Z | Compiling postcard v1.0.10 |
1051 | 2024-12-19T05:36:22.392Z | Compiling colorchoice v1.0.2 |
1052 | 2024-12-19T05:36:22.570Z | Compiling anstyle-query v1.1.1 |
1053 | 2024-12-19T05:36:23.349Z | Compiling is_terminal_polyfill v1.70.1 |
1054 | 2024-12-19T05:36:23.660Z | Compiling anstyle v1.0.10 |
1055 | 2024-12-19T05:36:24.067Z | Compiling anstream v0.6.15 |
1056 | 2024-12-19T05:36:25.175Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-12-19T05:36:25.847Z | Compiling terminal_size v0.4.0 |
1058 | 2024-12-19T05:36:26.080Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-19T05:36:26.336Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-12-19T05:36:26.655Z | Compiling clap_builder v4.5.23 |
1061 | 2024-12-19T05:36:26.810Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-12-19T05:36:28.016Z | Compiling tabwriter v1.4.0 |
1063 | 2024-12-19T05:36:28.972Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-12-19T05:36:29.303Z | Compiling num-integer v0.1.46 |
1065 | 2024-12-19T05:36:29.751Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-12-19T05:36:30.087Z | Compiling num_enum v0.5.11 |
1067 | 2024-12-19T05:36:30.330Z | Compiling foreign-types v0.5.0 |
1068 | 2024-12-19T05:36:31.157Z | Compiling clap v4.5.23 |
1069 | 2024-12-19T05:36:31.463Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-12-19T05:36:31.678Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-12-19T05:36:31.871Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-12-19T05:36:32.077Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-12-19T05:36:32.356Z | Compiling either v1.13.0 |
1074 | 2024-12-19T05:36:32.449Z | Compiling heck v0.4.1 |
1075 | 2024-12-19T05:36:32.746Z | Compiling prettyplease v0.2.22 |
1076 | 2024-12-19T05:36:33.132Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-12-19T05:36:33.234Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-12-19T05:36:33.389Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-12-19T05:36:34.604Z | Compiling num-iter v0.1.45 |
1080 | 2024-12-19T05:36:34.682Z | Compiling num-rational v0.4.2 |
1081 | 2024-12-19T05:36:35.187Z | Compiling colored v2.1.0 |
1082 | 2024-12-19T05:36:36.847Z | Compiling num-complex v0.4.6 |
1083 | 2024-12-19T05:36:37.452Z | Compiling proc-macro-error v1.0.4 |
1084 | 2024-12-19T05:36:37.521Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-12-19T05:36:37.845Z | Compiling fastrand v2.1.1 |
1086 | 2024-12-19T05:36:38.082Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1087 | 2024-12-19T05:36:38.131Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1088 | 2024-12-19T05:36:38.519Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1089 | 2024-12-19T05:36:38.899Z | Compiling tempfile v3.12.0 |
1090 | 2024-12-19T05:36:38.902Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-12-19T05:36:40.072Z | Compiling num v0.4.3 |
1092 | 2024-12-19T05:36:43.318Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-12-19T05:36:43.881Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-12-19T05:36:43.881Z | Compiling float-ord v0.3.2 |
1095 | 2024-12-19T05:36:44.062Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-12-19T05:36:51.411Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-12-19T05:36:52.051Z | Compiling semver v0.1.20 |
1098 | 2024-12-19T05:36:52.544Z | Compiling rustc_version v0.1.7 |
1099 | 2024-12-19T05:36:52.622Z | Compiling newline-converter v0.3.0 |
1100 | 2024-12-19T05:36:52.900Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-12-19T05:36:52.927Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-12-19T05:36:53.104Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-12-19T05:36:53.897Z | Compiling itertools v0.10.5 |
1104 | 2024-12-19T05:36:53.923Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-12-19T05:36:54.416Z | Compiling console v0.15.8 |
1106 | 2024-12-19T05:36:54.436Z | Compiling num-derive v0.4.2 |
1107 | 2024-12-19T05:36:55.820Z | Compiling sigpipe v0.1.3 |
1108 | 2024-12-19T05:36:56.131Z | Compiling base64ct v1.6.0 |
1109 | 2024-12-19T05:36:56.812Z | Compiling similar v2.6.0 |
1110 | 2024-12-19T05:36:56.857Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-12-19T05:36:57.286Z | Compiling zone v0.3.0 |
1112 | 2024-12-19T05:36:57.317Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-12-19T05:36:57.425Z | Compiling password-hash v0.5.0 |
1114 | 2024-12-19T05:36:58.909Z | Compiling expectorate v1.1.0 |
1115 | 2024-12-19T05:36:59.313Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-12-19T05:36:59.593Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-12-19T05:37:00.414Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-12-19T05:37:00.991Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-12-19T05:37:01.389Z | Compiling blake2 v0.10.6 |
1120 | 2024-12-19T05:37:02.592Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-12-19T05:37:02.639Z | Compiling smf v0.2.3 |
1122 | 2024-12-19T05:37:03.368Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-12-19T05:37:03.468Z | Compiling fixedbitset v0.4.2 |
1124 | 2024-12-19T05:37:03.503Z | Compiling owo-colors v4.1.0 |
1125 | 2024-12-19T05:37:03.583Z | Compiling whoami v1.5.2 |
1126 | 2024-12-19T05:37:03.853Z | Compiling cancel-safe-futures v0.1.5 |
1127 | 2024-12-19T05:37:04.143Z | Compiling petgraph v0.6.5 |
1128 | 2024-12-19T05:37:04.267Z | Compiling hubpack v0.1.2 |
1129 | 2024-12-19T05:37:04.550Z | Compiling argon2 v0.5.3 |
1130 | 2024-12-19T05:37:05.442Z | Compiling zerocopy v0.6.6 |
1131 | 2024-12-19T05:37:06.471Z | Compiling strum_macros v0.25.3 |
1132 | 2024-12-19T05:37:06.940Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-12-19T05:37:07.205Z | Compiling serde_repr v0.1.19 |
1134 | 2024-12-19T05:37:08.491Z | Compiling cookie v0.18.1 |
1135 | 2024-12-19T05:37:08.607Z | Compiling static_assertions v1.1.0 |
1136 | 2024-12-19T05:37:08.722Z | Compiling convert_case v0.4.0 |
1137 | 2024-12-19T05:37:08.880Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1138 | 2024-12-19T05:37:09.082Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-12-19T05:37:10.280Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1140 | 2024-12-19T05:37:11.092Z | Compiling derive_more v0.99.18 |
1141 | 2024-12-19T05:37:11.327Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-19T05:37:12.635Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-19T05:37:13.035Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-19T05:37:15.194Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-12-19T05:37:15.723Z | Compiling itertools v0.13.0 |
1146 | 2024-12-19T05:37:18.101Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-12-19T05:37:19.772Z | Compiling idna v0.4.0 |
1148 | 2024-12-19T05:37:19.808Z | Compiling libsw v3.3.1 |
1149 | 2024-12-19T05:37:19.808Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-12-19T05:37:19.808Z | Compiling derive-where v1.2.7 |
1151 | 2024-12-19T05:37:19.808Z | Compiling highway v1.2.0 |
1152 | 2024-12-19T05:37:19.808Z | Compiling linear-map v1.2.0 |
1153 | 2024-12-19T05:37:20.081Z | Compiling data-encoding v2.6.0 |
1154 | 2024-12-19T05:37:20.545Z | Compiling linked-hash-map v0.5.6 |
1155 | 2024-12-19T05:37:20.979Z | Compiling quick-error v1.2.3 |
1156 | 2024-12-19T05:37:21.030Z | Compiling swrite v0.1.0 |
1157 | 2024-12-19T05:37:21.146Z | Compiling indent_write v2.2.0 |
1158 | 2024-12-19T05:37:21.174Z | Compiling resolv-conf v0.7.0 |
1159 | 2024-12-19T05:37:21.398Z | Compiling lru-cache v0.1.2 |
1160 | 2024-12-19T05:37:21.649Z | Compiling hickory-proto v0.24.1 |
1161 | 2024-12-19T05:37:22.748Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-12-19T05:37:22.993Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-19T05:37:23.033Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-19T05:37:23.469Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-19T05:37:24.996Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-19T05:37:27.279Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-19T05:37:27.466Z | Compiling steno v0.4.1 |
1168 | 2024-12-19T05:37:31.275Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-12-19T05:37:31.377Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-12-19T05:37:31.664Z | Compiling parking_lot_core v0.8.6 |
1171 | 2024-12-19T05:37:31.758Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-12-19T05:37:31.938Z | Compiling humantime v2.1.0 |
1173 | 2024-12-19T05:37:32.196Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-12-19T05:37:32.829Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-12-19T05:37:34.517Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-12-19T05:37:35.206Z | Compiling num-derive v0.3.3 |
1177 | 2024-12-19T05:37:35.572Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-12-19T05:37:36.547Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-12-19T05:37:37.167Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-12-19T05:37:37.447Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-12-19T05:37:38.350Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-12-19T05:37:38.862Z | Compiling parking_lot v0.11.2 |
1183 | 2024-12-19T05:37:39.261Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-12-19T05:37:40.916Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-12-19T05:37:42.305Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-12-19T05:37:42.779Z | Compiling fxhash v0.2.1 |
1187 | 2024-12-19T05:37:43.029Z | Compiling crc32fast v1.4.2 |
1188 | 2024-12-19T05:37:43.542Z | Compiling arc-swap v1.7.1 |
1189 | 2024-12-19T05:37:43.576Z | Compiling crc8 v0.1.1 |
1190 | 2024-12-19T05:37:43.900Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-12-19T05:37:44.269Z | Compiling slog-scope v4.4.0 |
1192 | 2024-12-19T05:37:45.061Z | Compiling sled v0.34.7 |
1193 | 2024-12-19T05:37:48.848Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-12-19T05:37:50.483Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-12-19T05:37:51.047Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-12-19T05:37:51.889Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-12-19T05:37:52.821Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1198 | 2024-12-19T05:37:54.280Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-19T05:38:05.221Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-19T05:38:10.146Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-12-19T05:38:11.321Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-12-19T05:38:42.033Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-12-19T05:38:42.033Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-12-19T05:38:49.530Z | Finished `release` profile [optimized] target(s) in 5m 21s |
1205 | 2024-12-19T05:38:49.843Z | + banner quartet |
1206 | 2024-12-19T05:38:49.848Z | |
1207 | 2024-12-19T05:38:49.848Z | #### # # ## ##### ##### ###### ##### |
1208 | 2024-12-19T05:38:49.848Z | # # # # # # # # # # # |
1209 | 2024-12-19T05:38:49.848Z | # # # # # # # # # ##### # |
1210 | 2024-12-19T05:38:49.848Z | # # # # # ###### ##### # # # |
1211 | 2024-12-19T05:38:49.848Z | # # # # # # # # # # # |
1212 | 2024-12-19T05:38:49.848Z | ### # #### # # # # # ###### # |
1213 | 2024-12-19T05:38:49.848Z | |
1214 | 2024-12-19T05:38:49.848Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1215 | 2024-12-19T05:38:50.323Z | Compiling cfg-if v1.0.0 |
1216 | 2024-12-19T05:38:50.323Z | Compiling libc v0.2.169 |
1217 | 2024-12-19T05:38:50.326Z | Compiling serde v1.0.215 |
1218 | 2024-12-19T05:38:50.326Z | Compiling once_cell v1.20.2 |
1219 | 2024-12-19T05:38:50.326Z | Compiling itoa v1.0.11 |
1220 | 2024-12-19T05:38:50.326Z | Compiling byteorder v1.5.0 |
1221 | 2024-12-19T05:38:50.397Z | Compiling syn v2.0.87 |
1222 | 2024-12-19T05:38:50.402Z | Compiling bytes v1.7.2 |
1223 | 2024-12-19T05:38:50.456Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-19T05:38:50.599Z | Compiling zerocopy v0.7.35 |
1225 | 2024-12-19T05:38:50.763Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-19T05:38:50.788Z | Compiling ahash v0.8.11 |
1227 | 2024-12-19T05:38:50.838Z | Compiling schemars v0.8.21 |
1228 | 2024-12-19T05:38:50.847Z | Compiling scopeguard v1.2.0 |
1229 | 2024-12-19T05:38:50.917Z | Compiling memchr v2.7.4 |
1230 | 2024-12-19T05:38:50.938Z | Compiling smallvec v1.13.2 |
1231 | 2024-12-19T05:38:50.971Z | Compiling allocator-api2 v0.2.18 |
1232 | 2024-12-19T05:38:51.206Z | Compiling lock_api v0.4.12 |
1233 | 2024-12-19T05:38:51.678Z | Compiling fnv v1.0.7 |
1234 | 2024-12-19T05:38:51.788Z | Compiling hashbrown v0.14.5 |
1235 | 2024-12-19T05:38:51.799Z | Compiling log v0.4.22 |
1236 | 2024-12-19T05:38:51.819Z | Compiling futures-core v0.3.30 |
1237 | 2024-12-19T05:38:52.008Z | Compiling getrandom v0.2.15 |
1238 | 2024-12-19T05:38:52.075Z | Compiling parking_lot_core v0.9.10 |
1239 | 2024-12-19T05:38:52.280Z | Compiling signal-hook-registry v1.4.2 |
1240 | 2024-12-19T05:38:52.320Z | Compiling mio v1.0.2 |
1241 | 2024-12-19T05:38:52.337Z | Compiling socket2 v0.5.8 |
1242 | 2024-12-19T05:38:52.949Z | Compiling parking_lot v0.12.3 |
1243 | 2024-12-19T05:38:53.190Z | Compiling equivalent v1.0.1 |
1244 | 2024-12-19T05:38:53.290Z | Compiling ryu v1.0.18 |
1245 | 2024-12-19T05:38:53.684Z | Compiling tracing-core v0.1.32 |
1246 | 2024-12-19T05:38:53.896Z | Compiling serde_json v1.0.133 |
1247 | 2024-12-19T05:38:53.920Z | Compiling uuid v1.11.0 |
1248 | 2024-12-19T05:38:53.930Z | Compiling regress v0.10.1 |
1249 | 2024-12-19T05:38:53.986Z | Compiling untrusted v0.9.0 |
1250 | 2024-12-19T05:38:54.076Z | Compiling pin-utils v0.1.0 |
1251 | 2024-12-19T05:38:54.169Z | Compiling futures-task v0.3.30 |
1252 | 2024-12-19T05:38:54.180Z | Compiling spin v0.9.8 |
1253 | 2024-12-19T05:38:54.358Z | Compiling futures-sink v0.3.30 |
1254 | 2024-12-19T05:38:54.382Z | Compiling ring v0.17.8 |
1255 | 2024-12-19T05:38:54.494Z | Compiling futures-util v0.3.30 |
1256 | 2024-12-19T05:38:54.504Z | Compiling slab v0.4.9 |
1257 | 2024-12-19T05:38:55.087Z | Compiling chrono v0.4.38 |
1258 | 2024-12-19T05:38:55.096Z | Compiling try-lock v0.2.5 |
1259 | 2024-12-19T05:38:55.252Z | Compiling want v0.3.1 |
1260 | 2024-12-19T05:38:55.565Z | Compiling httparse v1.9.4 |
1261 | 2024-12-19T05:38:56.122Z | Compiling futures-channel v0.3.30 |
1262 | 2024-12-19T05:38:56.613Z | Compiling foreign-types-shared v0.1.1 |
1263 | 2024-12-19T05:38:56.627Z | Compiling tower-service v0.3.3 |
1264 | 2024-12-19T05:38:56.721Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-12-19T05:38:56.751Z | Compiling foreign-types v0.3.2 |
1266 | 2024-12-19T05:38:56.846Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-12-19T05:38:56.937Z | Compiling bitflags v2.6.0 |
1268 | 2024-12-19T05:38:57.294Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-12-19T05:38:57.311Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-12-19T05:38:57.509Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-12-19T05:38:57.552Z | Compiling http v1.2.0 |
1272 | 2024-12-19T05:38:58.322Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-12-19T05:38:58.417Z | Compiling semver v1.0.23 |
1274 | 2024-12-19T05:38:58.748Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-12-19T05:38:58.987Z | Compiling tinyvec v1.8.0 |
1276 | 2024-12-19T05:38:59.269Z | Compiling quote v1.0.37 |
1277 | 2024-12-19T05:38:59.566Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-12-19T05:39:00.054Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-12-19T05:39:00.758Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-12-19T05:39:01.644Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-12-19T05:39:02.103Z | Compiling http v0.2.12 |
1282 | 2024-12-19T05:39:02.117Z | Compiling heck v0.5.0 |
1283 | 2024-12-19T05:39:02.272Z | Compiling unicode-bidi v0.3.15 |
1284 | 2024-12-19T05:39:02.971Z | Compiling serde_derive v1.0.215 |
1285 | 2024-12-19T05:39:02.982Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2024-12-19T05:39:03.486Z | Compiling thiserror-impl v1.0.69 |
1287 | 2024-12-19T05:39:04.030Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-12-19T05:39:05.305Z | Compiling schemars_derive v0.8.21 |
1289 | 2024-12-19T05:39:05.662Z | Compiling tokio v1.42.0 |
1290 | 2024-12-19T05:39:06.056Z | Compiling tracing-attributes v0.1.27 |
1291 | 2024-12-19T05:39:06.493Z | Compiling thiserror v1.0.69 |
1292 | 2024-12-19T05:39:06.782Z | Compiling openssl-macros v0.1.1 |
1293 | 2024-12-19T05:39:06.984Z | Compiling rustls-pki-types v1.8.0 |
1294 | 2024-12-19T05:39:07.621Z | Compiling openssl v0.10.66 |
1295 | 2024-12-19T05:39:08.258Z | Compiling regex-automata v0.4.7 |
1296 | 2024-12-19T05:39:08.450Z | Compiling idna v0.5.0 |
1297 | 2024-12-19T05:39:09.473Z | Compiling tracing v0.1.40 |
1298 | 2024-12-19T05:39:10.164Z | Compiling http-body v1.0.1 |
1299 | 2024-12-19T05:39:16.191Z | Compiling tokio-util v0.7.12 |
1300 | 2024-12-19T05:39:18.006Z | Compiling indexmap v2.5.0 |
1301 | 2024-12-19T05:39:20.541Z | Compiling serde_tokenstream v0.2.2 |
1302 | 2024-12-19T05:39:21.322Z | Compiling native-tls v0.2.12 |
1303 | 2024-12-19T05:39:22.185Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-12-19T05:39:22.481Z | Compiling slog v2.7.0 |
1305 | 2024-12-19T05:39:22.491Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-12-19T05:39:22.673Z | Compiling regex-syntax v0.8.4 |
1307 | 2024-12-19T05:39:23.091Z | Compiling h2 v0.4.6 |
1308 | 2024-12-19T05:39:24.430Z | Compiling typify-impl v0.2.0 |
1309 | 2024-12-19T05:39:25.366Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1310 | 2024-12-19T05:39:25.624Z | Compiling openapiv3 v2.0.0 |
1311 | 2024-12-19T05:39:33.685Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-12-19T05:39:34.293Z | Compiling regex v1.10.6 |
1313 | 2024-12-19T05:39:35.266Z | Compiling url v2.5.2 |
1314 | 2024-12-19T05:39:36.690Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-12-19T05:39:37.643Z | Compiling mime v0.3.17 |
1316 | 2024-12-19T05:39:38.824Z | Compiling ipnet v2.10.0 |
1317 | 2024-12-19T05:39:38.935Z | Compiling rustls v0.21.12 |
1318 | 2024-12-19T05:39:39.270Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-12-19T05:39:40.950Z | Compiling typify-macro v0.2.0 |
1320 | 2024-12-19T05:39:41.962Z | Compiling hyper v1.5.1 |
1321 | 2024-12-19T05:39:43.267Z | Compiling h2 v0.3.26 |
1322 | 2024-12-19T05:39:44.130Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-12-19T05:39:44.681Z | Compiling http-body v0.4.6 |
1324 | 2024-12-19T05:39:44.880Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-12-19T05:39:45.199Z | Compiling sct v0.7.1 |
1326 | 2024-12-19T05:39:45.638Z | Compiling httpdate v1.0.3 |
1327 | 2024-12-19T05:39:46.400Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-12-19T05:39:46.798Z | Compiling zeroize v1.8.1 |
1329 | 2024-12-19T05:39:47.162Z | Compiling subtle v2.6.1 |
1330 | 2024-12-19T05:39:47.455Z | Compiling rustls v0.23.13 |
1331 | 2024-12-19T05:39:47.539Z | Compiling toml_edit v0.19.15 |
1332 | 2024-12-19T05:39:48.936Z | Compiling hyper v0.14.30 |
1333 | 2024-12-19T05:39:49.007Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-12-19T05:39:52.821Z | Compiling hyper-util v0.1.10 |
1335 | 2024-12-19T05:39:58.929Z | Compiling lazy_static v1.5.0 |
1336 | 2024-12-19T05:39:59.064Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-12-19T05:39:59.282Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-12-19T05:39:59.501Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-12-19T05:39:59.805Z | Compiling http-body-util v0.1.2 |
1340 | 2024-12-19T05:40:00.350Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-12-19T05:40:00.361Z | Compiling base64 v0.22.1 |
1342 | 2024-12-19T05:40:00.522Z | Compiling base64 v0.21.7 |
1343 | 2024-12-19T05:40:00.567Z | Compiling hyper-rustls v0.27.3 |
1344 | 2024-12-19T05:40:01.461Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-12-19T05:40:01.473Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-12-19T05:40:01.650Z | Compiling crossbeam-utils v0.8.20 |
1347 | 2024-12-19T05:40:01.668Z | Compiling num_enum_derive v0.5.11 |
1348 | 2024-12-19T05:40:01.898Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-12-19T05:40:02.255Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-12-19T05:40:02.267Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-12-19T05:40:02.327Z | Compiling typify v0.2.0 |
1352 | 2024-12-19T05:40:02.429Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-12-19T05:40:02.681Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-12-19T05:40:02.761Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-12-19T05:40:03.728Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-12-19T05:40:04.109Z | Compiling rand_core v0.6.4 |
1357 | 2024-12-19T05:40:04.593Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-12-19T05:40:04.749Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-19T05:40:05.064Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-12-19T05:40:05.202Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-12-19T05:40:05.330Z | Compiling powerfmt v0.2.0 |
1362 | 2024-12-19T05:40:05.825Z | Compiling webpki-roots v0.25.4 |
1363 | 2024-12-19T05:40:05.828Z | Compiling deranged v0.3.11 |
1364 | 2024-12-19T05:40:05.982Z | Compiling reqwest v0.11.27 |
1365 | 2024-12-19T05:40:06.114Z | Compiling time-macros v0.2.18 |
1366 | 2024-12-19T05:40:06.129Z | Compiling foreign-types v0.5.0 |
1367 | 2024-12-19T05:40:06.241Z | Compiling progenitor-impl v0.8.0 |
1368 | 2024-12-19T05:40:08.231Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1369 | 2024-12-19T05:40:09.183Z | Compiling dirs-next v2.0.0 |
1370 | 2024-12-19T05:40:09.452Z | Compiling reqwest v0.12.9 |
1371 | 2024-12-19T05:40:13.086Z | Compiling rand_chacha v0.3.1 |
1372 | 2024-12-19T05:40:14.882Z | Compiling num_enum v0.5.11 |
1373 | 2024-12-19T05:40:15.053Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-12-19T05:40:15.065Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-12-19T05:40:17.103Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-12-19T05:40:17.281Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-12-19T05:40:17.541Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-19T05:40:18.291Z | Compiling either v1.13.0 |
1379 | 2024-12-19T05:40:18.782Z | Compiling time-core v0.1.2 |
1380 | 2024-12-19T05:40:18.973Z | Compiling arc-swap v1.7.1 |
1381 | 2024-12-19T05:40:19.741Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-12-19T05:40:19.966Z | Compiling num-conv v0.1.0 |
1383 | 2024-12-19T05:40:20.042Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1384 | 2024-12-19T05:40:20.235Z | Compiling time v0.3.36 |
1385 | 2024-12-19T05:40:20.430Z | Compiling slog-scope v4.4.0 |
1386 | 2024-12-19T05:40:21.357Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-12-19T05:40:21.659Z | Compiling itertools v0.12.1 |
1388 | 2024-12-19T05:40:22.922Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-12-19T05:40:23.817Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-12-19T05:40:23.996Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-19T05:40:25.574Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-12-19T05:40:25.679Z | Compiling rand v0.8.5 |
1393 | 2024-12-19T05:40:27.596Z | Compiling progenitor-macro v0.8.0 |
1394 | 2024-12-19T05:40:29.562Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-12-19T05:40:30.529Z | Compiling term v0.7.0 |
1396 | 2024-12-19T05:40:33.718Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-12-19T05:40:35.306Z | Compiling anyhow v1.0.94 |
1398 | 2024-12-19T05:40:39.007Z | Compiling colored v2.1.0 |
1399 | 2024-12-19T05:40:40.167Z | Compiling is-terminal v0.4.13 |
1400 | 2024-12-19T05:40:40.295Z | Compiling winnow v0.6.18 |
1401 | 2024-12-19T05:40:41.034Z | Compiling take_mut v0.2.2 |
1402 | 2024-12-19T05:40:41.198Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-12-19T05:40:41.571Z | Compiling slog-async v2.8.0 |
1404 | 2024-12-19T05:40:44.686Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-12-19T05:40:44.777Z | Compiling progenitor v0.8.0 |
1406 | 2024-12-19T05:40:44.992Z | Compiling slog-term v2.9.1 |
1407 | 2024-12-19T05:40:47.866Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-12-19T05:40:48.094Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-12-19T05:40:51.951Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-12-19T05:40:52.826Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-12-19T05:40:54.195Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-12-19T05:40:56.090Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-12-19T05:41:10.396Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-12-19T05:41:18.178Z | Finished `release` profile [optimized] target(s) in 2m 28s |
1415 | 2024-12-19T05:41:18.259Z | Running unittests src/lib.rs (target/release/deps/mg_tests-3f0cc37d63733352) |
1416 | 2024-12-19T05:41:18.307Z | |
1417 | 2024-12-19T05:41:18.308Z | running 1 test |
1418 | 2024-12-19T05:41:18.485Z | configure zone |
1419 | 2024-12-19T05:41:18.619Z | install zone |
1420 | 2024-12-19T05:42:18.319Z | test ddm::test_quartet has been running for over 60 seconds |
1421 | 2024-12-19T05:45:44.413Z | boot zone |
1422 | 2024-12-19T05:45:45.331Z | start zone s1 |
1423 | 2024-12-19T05:45:45.331Z | configure zone |
1424 | 2024-12-19T05:45:45.339Z | install zone |
1425 | 2024-12-19T05:47:51.734Z | boot zone |
1426 | 2024-12-19T05:47:52.569Z | start zone s2 |
1427 | 2024-12-19T05:47:52.569Z | configure zone |
1428 | 2024-12-19T05:47:52.576Z | install zone |
1429 | 2024-12-19T05:49:56.636Z | boot zone |
1430 | 2024-12-19T05:49:57.584Z | start zone s3 |
1431 | 2024-12-19T05:49:57.584Z | configure zone |
1432 | 2024-12-19T05:49:57.593Z | install zone |
1433 | 2024-12-19T05:51:58.258Z | boot zone |
1434 | 2024-12-19T05:51:59.227Z | start zone t1 |
1435 | 2024-12-19T05:51:59.227Z | configure zone |
1436 | 2024-12-19T05:51:59.235Z | install zone |
1437 | 2024-12-19T05:53:57.521Z | boot zone |
1438 | 2024-12-19T05:53:58.436Z | waiting for zones to come up |
1439 | 2024-12-19T05:54:08.438Z | [sidecar.quartet] svcs milestone/network |
1440 | 2024-12-19T05:54:08.574Z | STATE STIME FMRI |
1441 | 2024-12-19T05:54:08.574Z | online 21:46:03 svc:/milestone/network:default |
1442 | 2024-12-19T05:54:08.574Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1443 | 2024-12-19T05:54:08.622Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1444 | 2024-12-19T05:54:08.670Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1445 | 2024-12-19T05:54:08.713Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1446 | 2024-12-19T05:54:08.717Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1447 | 2024-12-19T05:54:08.738Z | |
1448 | 2024-12-19T05:54:08.738Z | running zone s1.quartet setup |
1449 | 2024-12-19T05:54:08.738Z | [s1.quartet] svcs milestone/network |
1450 | 2024-12-19T05:54:08.761Z | STATE STIME FMRI |
1451 | 2024-12-19T05:54:08.761Z | online 21:48:10 svc:/milestone/network:default |
1452 | 2024-12-19T05:54:08.761Z | [s1.quartet] dladm |
1453 | 2024-12-19T05:54:08.783Z | LINK CLASS MTU STATE BRIDGE OVER |
1454 | 2024-12-19T05:54:08.783Z | sl0 simnet 9000 up -- ? |
1455 | 2024-12-19T05:54:08.783Z | mgs1 vnic 9000 up -- ? |
1456 | 2024-12-19T05:54:08.783Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1457 | 2024-12-19T05:54:09.384Z | |
1458 | 2024-12-19T05:54:09.384Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1459 | 2024-12-19T05:54:09.410Z | |
1460 | 2024-12-19T05:54:09.410Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1461 | 2024-12-19T05:54:09.432Z | |
1462 | 2024-12-19T05:54:09.432Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1463 | 2024-12-19T05:54:09.519Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1464 | 2024-12-19T05:54:09.562Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 758de2b0-4a77-4560-9915-9051f1d20950 --sled-uuid 4990782a-a582-4695-be8f-ce390cfc9075 -a sl0/v6 &> /opt/ddmd.log & |
1465 | 2024-12-19T05:54:09.585Z | |
1466 | 2024-12-19T05:54:09.585Z | running zone s2.quartet setup |
1467 | 2024-12-19T05:54:09.585Z | [s2.quartet] svcs milestone/network |
1468 | 2024-12-19T05:54:09.612Z | STATE STIME FMRI |
1469 | 2024-12-19T05:54:09.612Z | online 21:50:15 svc:/milestone/network:default |
1470 | 2024-12-19T05:54:09.612Z | [s2.quartet] dladm |
1471 | 2024-12-19T05:54:09.637Z | LINK CLASS MTU STATE BRIDGE OVER |
1472 | 2024-12-19T05:54:09.637Z | sl1 simnet 9000 up -- ? |
1473 | 2024-12-19T05:54:09.637Z | mgs2 vnic 9000 up -- ? |
1474 | 2024-12-19T05:54:09.637Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1475 | 2024-12-19T05:54:10.234Z | |
1476 | 2024-12-19T05:54:10.234Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1477 | 2024-12-19T05:54:10.259Z | |
1478 | 2024-12-19T05:54:10.259Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1479 | 2024-12-19T05:54:10.279Z | |
1480 | 2024-12-19T05:54:10.279Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1481 | 2024-12-19T05:54:10.325Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1482 | 2024-12-19T05:54:10.348Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 02caa8db-764f-473d-b41f-747dd801761a --sled-uuid 195ff917-596e-4edc-9d72-e8d5f6a45e73 -a sl1/v6 &> /opt/ddmd.log & |
1483 | 2024-12-19T05:54:10.368Z | |
1484 | 2024-12-19T05:54:10.369Z | running zone s3.quartet setup |
1485 | 2024-12-19T05:54:10.369Z | [s3.quartet] svcs milestone/network |
1486 | 2024-12-19T05:54:10.392Z | STATE STIME FMRI |
1487 | 2024-12-19T05:54:10.393Z | online 21:52:16 svc:/milestone/network:default |
1488 | 2024-12-19T05:54:10.393Z | [s3.quartet] dladm |
1489 | 2024-12-19T05:54:10.417Z | LINK CLASS MTU STATE BRIDGE OVER |
1490 | 2024-12-19T05:54:10.417Z | sl2 simnet 9000 up -- ? |
1491 | 2024-12-19T05:54:10.417Z | mgs3 vnic 9000 up -- ? |
1492 | 2024-12-19T05:54:10.417Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1493 | 2024-12-19T05:54:10.948Z | |
1494 | 2024-12-19T05:54:10.948Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1495 | 2024-12-19T05:54:10.973Z | |
1496 | 2024-12-19T05:54:10.973Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1497 | 2024-12-19T05:54:10.994Z | |
1498 | 2024-12-19T05:54:10.994Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1499 | 2024-12-19T05:54:11.039Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1500 | 2024-12-19T05:54:11.062Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 123d111c-298f-4377-831e-c29c1d13564e --sled-uuid c6bc4baf-2be6-4d6b-bec7-1e888e81c0cd -a sl2/v6 &> /opt/ddmd.log & |
1501 | 2024-12-19T05:54:11.083Z | |
1502 | 2024-12-19T05:54:11.083Z | running zone t1.quartet setup |
1503 | 2024-12-19T05:54:11.083Z | [t1.quartet] svcs milestone/network |
1504 | 2024-12-19T05:54:11.104Z | STATE STIME FMRI |
1505 | 2024-12-19T05:54:11.104Z | - - svc:/milestone/network:default |
1506 | 2024-12-19T05:54:12.104Z | [t1.quartet] svcs milestone/network |
1507 | 2024-12-19T05:54:12.126Z | STATE STIME FMRI |
1508 | 2024-12-19T05:54:12.126Z | - - svc:/milestone/network:default |
1509 | 2024-12-19T05:54:13.126Z | [t1.quartet] svcs milestone/network |
1510 | 2024-12-19T05:54:13.149Z | STATE STIME FMRI |
1511 | 2024-12-19T05:54:13.149Z | - - svc:/milestone/network:default |
1512 | 2024-12-19T05:54:14.150Z | [t1.quartet] svcs milestone/network |
1513 | 2024-12-19T05:54:14.173Z | STATE STIME FMRI |
1514 | 2024-12-19T05:54:14.173Z | - - svc:/milestone/network:default |
1515 | 2024-12-19T05:54:15.173Z | [t1.quartet] svcs milestone/network |
1516 | 2024-12-19T05:54:15.195Z | STATE STIME FMRI |
1517 | 2024-12-19T05:54:15.195Z | - - svc:/milestone/network:default |
1518 | 2024-12-19T05:54:16.196Z | [t1.quartet] svcs milestone/network |
1519 | 2024-12-19T05:54:16.218Z | STATE STIME FMRI |
1520 | 2024-12-19T05:54:16.218Z | - - svc:/milestone/network:default |
1521 | 2024-12-19T05:54:17.219Z | [t1.quartet] svcs milestone/network |
1522 | 2024-12-19T05:54:17.242Z | STATE STIME FMRI |
1523 | 2024-12-19T05:54:17.242Z | online 21:54:16 svc:/milestone/network:default |
1524 | 2024-12-19T05:54:17.243Z | [t1.quartet] dladm |
1525 | 2024-12-19T05:54:17.266Z | LINK CLASS MTU STATE BRIDGE OVER |
1526 | 2024-12-19T05:54:17.266Z | tfportrear0_0 simnet 9000 up -- ? |
1527 | 2024-12-19T05:54:17.266Z | tfportrear1_0 simnet 9000 up -- ? |
1528 | 2024-12-19T05:54:17.266Z | tfportrear2_0 simnet 9000 up -- ? |
1529 | 2024-12-19T05:54:17.266Z | mgt1 vnic 9000 up -- ? |
1530 | 2024-12-19T05:54:17.266Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1531 | 2024-12-19T05:54:17.877Z | |
1532 | 2024-12-19T05:54:17.877Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1533 | 2024-12-19T05:54:17.902Z | |
1534 | 2024-12-19T05:54:17.902Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1535 | 2024-12-19T05:54:17.927Z | |
1536 | 2024-12-19T05:54:17.927Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1537 | 2024-12-19T05:54:17.949Z | |
1538 | 2024-12-19T05:54:17.950Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1539 | 2024-12-19T05:54:17.971Z | |
1540 | 2024-12-19T05:54:17.971Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1541 | 2024-12-19T05:54:18.170Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1542 | 2024-12-19T05:54:18.175Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1543 | 2024-12-19T05:54:18.179Z | waiting 3s for copy of files to zone to complete ... |
1544 | 2024-12-19T05:54:21.179Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1545 | 2024-12-19T05:54:21.222Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1546 | 2024-12-19T05:54:21.245Z | [t1.quartet] svcadm enable dendrite |
1547 | 2024-12-19T05:54:21.285Z | |
1548 | 2024-12-19T05:54:21.285Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1549 | 2024-12-19T05:54:21.333Z | |
1550 | 2024-12-19T05:54:21.333Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1551 | 2024-12-19T05:54:21.378Z | |
1552 | 2024-12-19T05:54:21.378Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1553 | 2024-12-19T05:54:21.424Z | |
1554 | 2024-12-19T05:54:21.424Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1555 | 2024-12-19T05:54:21.470Z | |
1556 | 2024-12-19T05:54:21.470Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1557 | 2024-12-19T05:54:21.515Z | |
1558 | 2024-12-19T05:54:21.515Z | [t1.quartet] svcadm refresh dendrite:default |
1559 | 2024-12-19T05:54:21.553Z | |
1560 | 2024-12-19T05:54:21.553Z | [t1.quartet] svcadm restart dendrite:default |
1561 | 2024-12-19T05:54:21.597Z | |
1562 | 2024-12-19T05:54:21.597Z | wait 10s for dendrite to come up ... |
1563 | 2024-12-19T05:54:31.599Z | [t1.quartet] svcadm enable tfport |
1564 | 2024-12-19T05:54:31.640Z | |
1565 | 2024-12-19T05:54:31.640Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 3c28373f-79aa-4009-bdd5-7422cc15a8b1 --sled-uuid b5823024-a70b-47cf-8152-b422445e1b7b -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1566 | 2024-12-19T05:54:31.663Z | |
1567 | 2024-12-19T05:54:31.663Z | [t1.quartet] ipadm |
1568 | 2024-12-19T05:54:31.689Z | ADDROBJ TYPE STATE ADDR |
1569 | 2024-12-19T05:54:31.690Z | lo0/v4 static ok 127.0.0.1/8 |
1570 | 2024-12-19T05:54:31.690Z | mgt1/v4 static ok 10.0.0.4/24 |
1571 | 2024-12-19T05:54:31.690Z | lo0/v6 static ok ::1/128 |
1572 | 2024-12-19T05:54:31.690Z | lo0/u6 static ok fd00:4::1/64 |
1573 | 2024-12-19T05:54:31.690Z | tfportrear0_0/v6 addrconf ok fe80::ece3:32ff:fe96:a0dc%tfportrear0_0/10 |
1574 | 2024-12-19T05:54:31.690Z | tfportrear1_0/v6 addrconf ok fe80::348e:fff:fe28:4013%tfportrear1_0/10 |
1575 | 2024-12-19T05:54:31.690Z | tfportrear2_0/v6 addrconf ok fe80::ec96:d2ff:fe79:2bbd%tfportrear2_0/10 |
1576 | 2024-12-19T05:54:33.971Z | initial peering test passed |
1577 | 2024-12-19T05:54:34.973Z | [s3.quartet] ping fd00:1::1 |
1578 | 2024-12-19T05:54:35.003Z | fd00:1::1 is alive |
1579 | 2024-12-19T05:54:46.009Z | [s3.quartet] ping fd00:1::1 |
1580 | 2024-12-19T05:54:46.032Z | fd00:1::1 is alive |
1581 | 2024-12-19T05:54:46.050Z | [t1.quartet] pkill ddmd |
1582 | 2024-12-19T05:54:46.078Z | |
1583 | 2024-12-19T05:54:46.078Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1584 | 2024-12-19T05:54:46.082Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1585 | 2024-12-19T05:54:48.628Z | [s3.quartet] pkill ddmd |
1586 | 2024-12-19T05:54:48.650Z | |
1587 | 2024-12-19T05:54:48.650Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1588 | 2024-12-19T05:54:51.089Z | [s2.quartet] pkill ddmd |
1589 | 2024-12-19T05:54:51.110Z | |
1590 | 2024-12-19T05:54:51.110Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1591 | 2024-12-19T05:54:53.431Z | [s1.quartet] pkill ddmd |
1592 | 2024-12-19T05:54:53.453Z | |
1593 | 2024-12-19T05:54:53.453Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1594 | 2024-12-19T05:54:55.784Z | [sidecar.quartet] pkill softnpu |
1595 | 2024-12-19T05:54:55.803Z | |
1596 | 2024-12-19T05:54:55.803Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1597 | 2024-12-19T05:54:58.337Z | test ddm::test_quartet ... ok |
1598 | 2024-12-19T05:54:58.338Z | |
1599 | 2024-12-19T05:54:58.338Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 819.89s |
1600 | 2024-12-19T05:54:58.338Z | |
1601 | 2024-12-19T05:54:58.365Z | + cleanup |
1602 | 2024-12-19T05:54:58.368Z | ++ id -un |
1603 | 2024-12-19T05:54:58.508Z | ++ id -gn |
1604 | 2024-12-19T05:54:58.511Z | + pfexec chown -R build:build . |
1605 | 2024-12-19T05:54:58.590Z | process exited: duration 1375352 ms, exit code 0 |
|
1606 | 2024-12-19T05:54:58.601Z | found 5 output files |
1607 | 2024-12-19T05:54:58.601Z | uploading: /work/s1.quartet.log (5034 bytes) |
1608 | 2024-12-19T05:54:59.613Z | uploaded: /work/s1.quartet.log |
1609 | 2024-12-19T05:54:59.613Z | uploading: /work/s2.quartet.log (5208 bytes) |
1610 | 2024-12-19T05:55:00.625Z | uploaded: /work/s2.quartet.log |
1611 | 2024-12-19T05:55:00.625Z | uploading: /work/s3.quartet.log (4235 bytes) |
1612 | 2024-12-19T05:55:01.634Z | uploaded: /work/s3.quartet.log |
1613 | 2024-12-19T05:55:01.634Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1614 | 2024-12-19T05:55:02.644Z | uploaded: /work/sidecar.quartet-softnpu.log |
1615 | 2024-12-19T05:55:02.645Z | uploading: /work/t1.quartet.log (17386 bytes) |
1616 | 2024-12-19T05:55:03.654Z | uploaded: /work/t1.quartet.log |