|
|
|
1 | 2025-01-31T04:14:03.885Z | job assigned to worker 01JJX90C5S1G7RNE574KNRVZJ2 [factory aws, i-043262dd589fd309d] (queued for 52 s) |
|
2 | 2025-01-31T04:14:11.392Z | starting task 0: "setup" |
3 | 2025-01-31T04:14:11.403Z | ++ uname -s |
4 | 2025-01-31T04:14:11.407Z | + kern=SunOS |
5 | 2025-01-31T04:14:11.407Z | + build_user=build |
6 | 2025-01-31T04:14:11.407Z | + build_uid=12345 |
7 | 2025-01-31T04:14:11.407Z | + work_dir=/work |
8 | 2025-01-31T04:14:11.407Z | + input_dir=/input |
9 | 2025-01-31T04:14:11.407Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T04:14:11.407Z | + case "$kern" in |
11 | 2025-01-31T04:14:11.407Z | + groupadd -g 12345 build |
12 | 2025-01-31T04:14:11.410Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T04:14:13.417Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T04:14:13.600Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T04:14:13.603Z | + home_fs=zfs |
16 | 2025-01-31T04:14:13.603Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T04:14:13.603Z | + mkdir -p /home/build |
18 | 2025-01-31T04:14:13.605Z | + chown build:build /home/build /work |
19 | 2025-01-31T04:14:14.606Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T04:14:14.609Z | process exited: duration 3218 ms, exit code 0 |
|
21 | 2025-01-31T04:14:14.615Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T04:14:14.621Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-01-31T04:14:14.621Z | * rust toolchain channel = "stable" |
24 | 2025-01-31T04:14:14.621Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-01-31T04:14:14.621Z | * rust toolchain profile = "default" |
26 | 2025-01-31T04:14:14.621Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T04:14:14.621Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T04:14:14.624Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T04:14:14.624Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-01-31T04:14:14.744Z | info: downloading installer |
31 | 2025-01-31T04:14:16.352Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T04:14:16.352Z | warning: /opt/ooce/bin |
33 | 2025-01-31T04:14:16.352Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T04:14:16.352Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T04:14:16.352Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T04:14:16.352Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T04:14:16.352Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T04:14:16.352Z | error: cannot install while Rust is installed |
39 | 2025-01-31T04:14:16.352Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T04:14:16.382Z | info: profile set to 'default' |
41 | 2025-01-31T04:14:16.382Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T04:14:16.385Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-01-31T04:14:16.538Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-01-31T04:14:16.538Z | info: downloading component 'cargo' |
45 | 2025-01-31T04:14:17.428Z | info: downloading component 'clippy' |
46 | 2025-01-31T04:14:17.782Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T04:14:18.996Z | info: downloading component 'rust-std' |
48 | 2025-01-31T04:14:20.964Z | info: downloading component 'rustc' |
49 | 2025-01-31T04:14:27.901Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T04:14:28.169Z | info: installing component 'cargo' |
51 | 2025-01-31T04:14:29.005Z | info: installing component 'clippy' |
52 | 2025-01-31T04:14:29.389Z | info: installing component 'rust-docs' |
53 | 2025-01-31T04:14:31.066Z | info: installing component 'rust-std' |
54 | 2025-01-31T04:14:32.940Z | info: installing component 'rustc' |
55 | 2025-01-31T04:14:38.943Z | info: installing component 'rustfmt' |
56 | 2025-01-31T04:14:39.276Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-01-31T04:14:39.276Z | |
58 | 2025-01-31T04:14:39.669Z | stable-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-01-31T04:14:39.669Z | |
60 | 2025-01-31T04:14:39.672Z | |
61 | 2025-01-31T04:14:39.672Z | Rust is installed now. Great! |
62 | 2025-01-31T04:14:39.672Z | |
63 | 2025-01-31T04:14:39.672Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T04:14:39.672Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T04:14:39.672Z | |
66 | 2025-01-31T04:14:39.672Z | To configure your current shell, you need to source |
67 | 2025-01-31T04:14:39.672Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T04:14:39.672Z | |
69 | 2025-01-31T04:14:39.673Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T04:14:39.673Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T04:14:39.673Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T04:14:39.753Z | + rustup --version |
73 | 2025-01-31T04:14:39.761Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T04:14:39.761Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T04:14:39.839Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-01-31T04:14:39.842Z | + cargo --version |
77 | 2025-01-31T04:14:39.901Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-01-31T04:14:39.904Z | + rustc --version |
79 | 2025-01-31T04:14:39.967Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-01-31T04:14:39.971Z | process exited: duration 25351 ms, exit code 0 |
|
81 | 2025-01-31T04:14:39.977Z | starting task 2: "authentication" |
82 | 2025-01-31T04:14:39.998Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-01-31T04:14:40.004Z | starting task 3: "clone repository" |
84 | 2025-01-31T04:14:40.009Z | + mkdir -p /work/oxidecomputer/maghemite |
85 | 2025-01-31T04:14:40.012Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
86 | 2025-01-31T04:14:40.062Z | Cloning into '/work/oxidecomputer/maghemite'... |
87 | 2025-01-31T04:14:40.660Z | + cd /work/oxidecomputer/maghemite |
88 | 2025-01-31T04:14:40.660Z | + git fetch origin 2898e144474ee2183c7231c171525c98652f98e6 |
89 | 2025-01-31T04:14:40.902Z | From https://github.com/oxidecomputer/maghemite |
90 | 2025-01-31T04:14:40.902Z | * branch 2898e144474ee2183c7231c171525c98652f98e6 -> FETCH_HEAD |
91 | 2025-01-31T04:14:40.909Z | + [[ -n renovate/rust-1.x ]] |
92 | 2025-01-31T04:14:40.913Z | ++ git branch --show-current |
93 | 2025-01-31T04:14:40.915Z | + current=main |
94 | 2025-01-31T04:14:40.915Z | + [[ main != renovate/rust-1.x ]] |
95 | 2025-01-31T04:14:40.915Z | + git branch -f renovate/rust-1.x 2898e144474ee2183c7231c171525c98652f98e6 |
96 | 2025-01-31T04:14:40.918Z | + git checkout -f renovate/rust-1.x |
97 | 2025-01-31T04:14:40.931Z | Switched to branch 'renovate/rust-1.x' |
98 | 2025-01-31T04:14:40.934Z | + git reset --hard 2898e144474ee2183c7231c171525c98652f98e6 |
99 | 2025-01-31T04:14:40.945Z | HEAD is now at 2898e14 Update dependency rust to v1.84.1 |
100 | 2025-01-31T04:14:40.948Z | process exited: duration 941 ms, exit code 0 |
|
101 | 2025-01-31T04:14:40.954Z | starting task 4: "build" |
102 | 2025-01-31T04:14:40.959Z | ++ cargo --version |
103 | 2025-01-31T04:14:40.964Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
104 | 2025-01-31T04:14:41.128Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
105 | 2025-01-31T04:14:41.128Z | info: downloading component 'cargo' |
106 | 2025-01-31T04:14:42.029Z | info: downloading component 'clippy' |
107 | 2025-01-31T04:14:42.376Z | info: downloading component 'rust-docs' |
108 | 2025-01-31T04:14:43.605Z | info: downloading component 'rust-std' |
109 | 2025-01-31T04:14:45.597Z | info: downloading component 'rustc' |
110 | 2025-01-31T04:14:52.659Z | info: downloading component 'rustfmt' |
111 | 2025-01-31T04:14:52.922Z | info: installing component 'cargo' |
112 | 2025-01-31T04:14:53.764Z | info: installing component 'clippy' |
113 | 2025-01-31T04:14:54.146Z | info: installing component 'rust-docs' |
114 | 2025-01-31T04:14:55.831Z | info: installing component 'rust-std' |
115 | 2025-01-31T04:14:57.667Z | info: installing component 'rustc' |
116 | 2025-01-31T04:15:03.694Z | info: installing component 'rustfmt' |
117 | 2025-01-31T04:15:04.116Z | cargo 1.84.1 (66221abde 2024-11-19) |
118 | 2025-01-31T04:15:04.119Z | ++ rustc --version |
119 | 2025-01-31T04:15:04.193Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
120 | 2025-01-31T04:15:04.196Z | ++ dladm |
121 | 2025-01-31T04:15:04.201Z | LINK CLASS MTU STATE BRIDGE OVER |
122 | 2025-01-31T04:15:04.201Z | ena0 phys 9216 up -- -- |
123 | 2025-01-31T04:15:04.203Z | ++ ipadm |
124 | 2025-01-31T04:15:04.206Z | ADDROBJ TYPE STATE ADDR |
125 | 2025-01-31T04:15:04.206Z | lo0/v4 static ok 127.0.0.1/8 |
126 | 2025-01-31T04:15:04.206Z | ena0/dhcp dhcp ok 10.150.1.46/24 |
127 | 2025-01-31T04:15:04.206Z | lo0/v6 static ok ::1/128 |
128 | 2025-01-31T04:15:04.206Z | ++ banner collect |
129 | 2025-01-31T04:15:04.209Z | |
130 | 2025-01-31T04:15:04.209Z | #### #### # # ###### #### ##### |
131 | 2025-01-31T04:15:04.209Z | # # # # # # # # # # |
132 | 2025-01-31T04:15:04.209Z | # # # # # ##### # # |
133 | 2025-01-31T04:15:04.210Z | # # # # # # # # |
134 | 2025-01-31T04:15:04.210Z | # # # # # # # # # # |
135 | 2025-01-31T04:15:04.210Z | #### #### ###### ###### ###### #### # |
136 | 2025-01-31T04:15:04.210Z | |
137 | 2025-01-31T04:15:04.210Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
138 | 2025-01-31T04:15:04.210Z | ++ repo=softnpu |
139 | 2025-01-31T04:15:04.210Z | ++ series=image |
140 | 2025-01-31T04:15:04.210Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
141 | 2025-01-31T04:15:04.210Z | ++ name=softnpu |
142 | 2025-01-31T04:15:04.210Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
143 | 2025-01-31T04:15:04.210Z | ++ mkdir -p download |
144 | 2025-01-31T04:15:04.210Z | ++ pushd download |
145 | 2025-01-31T04:15:04.210Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
146 | 2025-01-31T04:15:04.210Z | ++ [[ ! -f softnpu ]] |
147 | 2025-01-31T04:15:04.210Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
148 | 2025-01-31T04:15:04.218Z | % Total % Received % Xferd Average Speed Time Time Time Current |
149 | 2025-01-31T04:15:04.220Z | Dload Upload Total Spent Left Speed |
150 | 2025-01-31T04:15:04.748Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 41.3M 0 --:--:-- --:--:-- --:--:-- 41.3M |
151 | 2025-01-31T04:15:04.751Z | ++ popd |
152 | 2025-01-31T04:15:04.751Z | /work/oxidecomputer/maghemite |
153 | 2025-01-31T04:15:04.751Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
154 | 2025-01-31T04:15:04.751Z | ++ repo=sidecar-lite |
155 | 2025-01-31T04:15:04.751Z | ++ series=release |
156 | 2025-01-31T04:15:04.751Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
157 | 2025-01-31T04:15:04.751Z | ++ name=libsidecar_lite.so |
158 | 2025-01-31T04:15:04.751Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
159 | 2025-01-31T04:15:04.751Z | ++ mkdir -p download |
160 | 2025-01-31T04:15:04.754Z | ++ pushd download |
161 | 2025-01-31T04:15:04.754Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
162 | 2025-01-31T04:15:04.754Z | ++ [[ ! -f libsidecar_lite.so ]] |
163 | 2025-01-31T04:15:04.754Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
164 | 2025-01-31T04:15:04.760Z | % Total % Received % Xferd Average Speed Time Time Time Current |
165 | 2025-01-31T04:15:04.760Z | Dload Upload Total Spent Left Speed |
166 | 2025-01-31T04:15:05.396Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
67 20.3M 67 13.6M 0 0 25.0M 0 --:--:-- --:--:-- --:--:-- 25.0M
100 20.3M 100 20.3M 0 0 31.9M 0 --:--:-- --:--:-- --:--:-- 31.9M |
167 | 2025-01-31T04:15:05.400Z | ++ popd |
168 | 2025-01-31T04:15:05.403Z | /work/oxidecomputer/maghemite |
169 | 2025-01-31T04:15:05.403Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
170 | 2025-01-31T04:15:05.403Z | ++ repo=sidecar-lite |
171 | 2025-01-31T04:15:05.403Z | ++ series=release |
172 | 2025-01-31T04:15:05.403Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
173 | 2025-01-31T04:15:05.403Z | ++ name=scadm |
174 | 2025-01-31T04:15:05.403Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
175 | 2025-01-31T04:15:05.403Z | ++ mkdir -p download |
176 | 2025-01-31T04:15:05.403Z | ++ pushd download |
177 | 2025-01-31T04:15:05.403Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
178 | 2025-01-31T04:15:05.403Z | ++ [[ ! -f scadm ]] |
179 | 2025-01-31T04:15:05.403Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
180 | 2025-01-31T04:15:05.411Z | % Total % Received % Xferd Average Speed Time Time Time Current |
181 | 2025-01-31T04:15:05.414Z | Dload Upload Total Spent Left Speed |
182 | 2025-01-31T04:15:05.914Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 45.3M 0 --:--:-- --:--:-- --:--:-- 45.4M |
183 | 2025-01-31T04:15:05.917Z | ++ popd |
184 | 2025-01-31T04:15:05.917Z | /work/oxidecomputer/maghemite |
185 | 2025-01-31T04:15:05.920Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
186 | 2025-01-31T04:15:05.920Z | ++ repo=dendrite |
187 | 2025-01-31T04:15:05.920Z | ++ series=image |
188 | 2025-01-31T04:15:05.920Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
189 | 2025-01-31T04:15:05.920Z | ++ name=dendrite-softnpu.tar.gz |
190 | 2025-01-31T04:15:05.920Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
191 | 2025-01-31T04:15:05.920Z | ++ mkdir -p download |
192 | 2025-01-31T04:15:05.920Z | ++ pushd download |
193 | 2025-01-31T04:15:05.920Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
194 | 2025-01-31T04:15:05.920Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
195 | 2025-01-31T04:15:05.920Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
196 | 2025-01-31T04:15:05.928Z | % Total % Received % Xferd Average Speed Time Time Time Current |
197 | 2025-01-31T04:15:05.931Z | Dload Upload Total Spent Left Speed |
198 | 2025-01-31T04:15:06.798Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
34 37.5M 34 12.9M 0 0 34.3M 0 0:00:01 --:--:-- 0:00:01 34.2M
100 37.5M 100 37.5M 0 0 43.2M 0 --:--:-- --:--:-- --:--:-- 43.2M |
199 | 2025-01-31T04:15:06.802Z | ++ popd |
200 | 2025-01-31T04:15:06.802Z | /work/oxidecomputer/maghemite |
201 | 2025-01-31T04:15:06.802Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
202 | 2025-01-31T04:15:06.802Z | ++ repo=maghemite |
203 | 2025-01-31T04:15:06.802Z | ++ series=release |
204 | 2025-01-31T04:15:06.802Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
205 | 2025-01-31T04:15:06.802Z | ++ name=ddmd |
206 | 2025-01-31T04:15:06.802Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
207 | 2025-01-31T04:15:06.803Z | ++ mkdir -p download |
208 | 2025-01-31T04:15:06.806Z | ++ pushd download |
209 | 2025-01-31T04:15:06.806Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
210 | 2025-01-31T04:15:06.806Z | ++ [[ ! -f ddmd ]] |
211 | 2025-01-31T04:15:06.806Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
212 | 2025-01-31T04:15:06.812Z | % Total % Received % Xferd Average Speed Time Time Time Current |
213 | 2025-01-31T04:15:06.812Z | Dload Upload Total Spent Left Speed |
214 | 2025-01-31T04:15:07.419Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
71 40.9M 71 29.2M 0 0 59.2M 0 --:--:-- --:--:-- --:--:-- 59.1M
100 40.9M 100 40.9M 0 0 67.4M 0 --:--:-- --:--:-- --:--:-- 67.3M |
215 | 2025-01-31T04:15:07.423Z | ++ popd |
216 | 2025-01-31T04:15:07.426Z | /work/oxidecomputer/maghemite |
217 | 2025-01-31T04:15:07.426Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
218 | 2025-01-31T04:15:07.426Z | ++ repo=maghemite |
219 | 2025-01-31T04:15:07.426Z | ++ series=release |
220 | 2025-01-31T04:15:07.426Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
221 | 2025-01-31T04:15:07.426Z | ++ name=ddmadm |
222 | 2025-01-31T04:15:07.426Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
223 | 2025-01-31T04:15:07.426Z | ++ mkdir -p download |
224 | 2025-01-31T04:15:07.426Z | ++ pushd download |
225 | 2025-01-31T04:15:07.426Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
226 | 2025-01-31T04:15:07.426Z | ++ [[ ! -f ddmadm ]] |
227 | 2025-01-31T04:15:07.426Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
228 | 2025-01-31T04:15:07.434Z | % Total % Received % Xferd Average Speed Time Time Time Current |
229 | 2025-01-31T04:15:07.434Z | Dload Upload Total Spent Left Speed |
230 | 2025-01-31T04:15:07.894Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 39.1M 0 --:--:-- --:--:-- --:--:-- 39.2M |
231 | 2025-01-31T04:15:07.897Z | ++ popd |
232 | 2025-01-31T04:15:07.898Z | /work/oxidecomputer/maghemite |
233 | 2025-01-31T04:15:07.900Z | ++ pushd download |
234 | 2025-01-31T04:15:07.900Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
235 | 2025-01-31T04:15:07.900Z | ++ chmod +x softnpu |
236 | 2025-01-31T04:15:07.900Z | ++ chmod +x scadm |
237 | 2025-01-31T04:15:07.903Z | ++ chmod +x ddmadm |
238 | 2025-01-31T04:15:07.906Z | ++ chmod +x ddmd |
239 | 2025-01-31T04:15:07.908Z | ++ mv ddmadm ddmadm-v2 |
240 | 2025-01-31T04:15:07.908Z | ++ mv ddmd ddmd-v2 |
241 | 2025-01-31T04:15:07.911Z | ++ rm -rf zones/dendrite |
242 | 2025-01-31T04:15:07.914Z | ++ mkdir -p zones/dendrite |
243 | 2025-01-31T04:15:07.914Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
244 | 2025-01-31T04:15:08.676Z | ++ popd |
245 | 2025-01-31T04:15:08.676Z | /work/oxidecomputer/maghemite |
246 | 2025-01-31T04:15:08.676Z | ++ banner install |
247 | 2025-01-31T04:15:08.681Z | |
248 | 2025-01-31T04:15:08.682Z | # # # #### ##### ## # # |
249 | 2025-01-31T04:15:08.682Z | # ## # # # # # # # |
250 | 2025-01-31T04:15:08.682Z | # # # # #### # # # # # |
251 | 2025-01-31T04:15:08.682Z | # # # # # # ###### # # |
252 | 2025-01-31T04:15:08.682Z | # # ## # # # # # # # |
253 | 2025-01-31T04:15:08.683Z | # # # #### # # # ###### ###### |
254 | 2025-01-31T04:15:08.683Z | |
255 | 2025-01-31T04:15:08.683Z | ++ pkg info brand/sparse |
256 | 2025-01-31T04:15:08.683Z | ++ grep -qi installed |
257 | 2025-01-31T04:15:10.464Z | pkg: info: no packages matching the following patterns you specified are |
258 | 2025-01-31T04:15:10.464Z | installed on the system. Try querying remotely instead: |
259 | 2025-01-31T04:15:10.464Z | |
260 | 2025-01-31T04:15:10.464Z | brand/sparse |
261 | 2025-01-31T04:15:10.511Z | ++ [[ 1 != 0 ]] |
262 | 2025-01-31T04:15:10.511Z | ++ set -o errexit |
263 | 2025-01-31T04:15:10.511Z | ++ pfexec pkg install brand/sparse |
264 | 2025-01-31T04:15:17.577Z | Startup: Refreshing catalog 'helios-dev' ... Done |
265 | 2025-01-31T04:15:21.689Z | Startup: Caching catalogs ... Done |
266 | 2025-01-31T04:15:33.282Z | Planning: Solver setup ... Done |
267 | 2025-01-31T04:15:33.431Z | Planning: Running solver ... Done |
268 | 2025-01-31T04:15:33.542Z | Planning: Finding local manifests ... Done |
269 | 2025-01-31T04:15:33.555Z | Planning: Fetching manifests: 0/3 0% complete |
270 | 2025-01-31T04:15:33.651Z | Planning: Fetching manifests: 3/3 100% complete |
271 | 2025-01-31T04:15:33.723Z | Planning: Package planning ... Done |
272 | 2025-01-31T04:15:33.729Z | Planning: Merging actions ... Done |
273 | 2025-01-31T04:15:33.921Z | Planning: Checking for conflicting actions ... Done |
274 | 2025-01-31T04:15:36.220Z | Planning: Consolidating action changes ... Done |
275 | 2025-01-31T04:15:36.664Z | Planning: Evaluating mediators ... Done |
276 | 2025-01-31T04:15:36.738Z | Planning: Planning completed in 14.95 seconds |
277 | 2025-01-31T04:15:36.755Z | Packages to install: 1 |
278 | 2025-01-31T04:15:36.755Z | Packages to update: 2 |
279 | 2025-01-31T04:15:36.758Z | Create boot environment: No |
280 | 2025-01-31T04:15:36.758Z | Create backup boot environment: Yes |
281 | 2025-01-31T04:15:36.829Z | |
282 | 2025-01-31T04:15:36.829Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
283 | 2025-01-31T04:15:42.058Z | Download: 918/1009 items 8.0/8.0MB 99% complete (2.5M/s) |
284 | 2025-01-31T04:15:43.428Z | Download: Completed 8.03 MB in 6.60 seconds (1.2M/s) |
285 | 2025-01-31T04:15:45.601Z | Actions: 1/1419 actions (Removing old actions) |
286 | 2025-01-31T04:15:45.624Z | Actions: 199/1419 actions (Installing new actions) |
287 | 2025-01-31T04:15:45.740Z | Actions: 579/1419 actions (Updating modified actions) |
288 | 2025-01-31T04:15:46.048Z | Actions: Completed 1419 actions in 0.45 seconds. |
289 | 2025-01-31T04:15:46.428Z | Done |
290 | 2025-01-31T04:15:46.431Z | Done |
291 | 2025-01-31T04:15:46.972Z | Done |
292 | 2025-01-31T04:15:51.405Z | Done |
293 | 2025-01-31T04:15:51.496Z | Done |
294 | 2025-01-31T04:15:51.498Z | Done |
295 | 2025-01-31T04:15:51.623Z | Done |
296 | 2025-01-31T04:15:52.029Z | ++ set -o errexit |
297 | 2025-01-31T04:15:52.029Z | ++ set -o pipefail |
298 | 2025-01-31T04:15:52.029Z | ++ banner build |
299 | 2025-01-31T04:15:52.031Z | |
300 | 2025-01-31T04:15:52.031Z | ##### # # # # ##### |
301 | 2025-01-31T04:15:52.031Z | # # # # # # # # |
302 | 2025-01-31T04:15:52.032Z | ##### # # # # # # |
303 | 2025-01-31T04:15:52.032Z | # # # # # # # # |
304 | 2025-01-31T04:15:52.032Z | # # # # # # # # |
305 | 2025-01-31T04:15:52.032Z | ##### #### # ###### ##### |
306 | 2025-01-31T04:15:52.032Z | |
307 | 2025-01-31T04:15:52.032Z | ++ cargo build --release --bin ddmd --bin ddmadm |
308 | 2025-01-31T04:15:52.200Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
309 | 2025-01-31T04:15:52.415Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
310 | 2025-01-31T04:15:52.675Z | From https://www.github.com/oxidecomputer/oxnet |
311 | 2025-01-31T04:15:52.675Z | * [new branch] ci -> origin/ci |
312 | 2025-01-31T04:15:52.678Z | * [new branch] dependabot/cargo/ipnetwork-0.21.1 -> origin/dependabot/cargo/ipnetwork-0.21.1 |
313 | 2025-01-31T04:15:52.678Z | * [new branch] dependabot/cargo/regress-0.10.3 -> origin/dependabot/cargo/regress-0.10.3 |
314 | 2025-01-31T04:15:52.678Z | * [new branch] dependabot/cargo/serde-1.0.217 -> origin/dependabot/cargo/serde-1.0.217 |
315 | 2025-01-31T04:15:52.678Z | * [new branch] dependabot/cargo/serde_json-1.0.137 -> origin/dependabot/cargo/serde_json-1.0.137 |
316 | 2025-01-31T04:15:52.678Z | * [new branch] main -> origin/main |
317 | 2025-01-31T04:15:52.678Z | * [new ref] -> origin/HEAD |
318 | 2025-01-31T04:15:52.690Z | Updating crates.io index |
319 | 2025-01-31T04:15:52.693Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
320 | 2025-01-31T04:15:53.315Z | From https://github.com/oxidecomputer/falcon |
321 | 2025-01-31T04:15:53.315Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
322 | 2025-01-31T04:15:53.484Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
323 | 2025-01-31T04:15:54.471Z | From https://github.com/oxidecomputer/dendrite |
324 | 2025-01-31T04:15:54.471Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
325 | 2025-01-31T04:15:54.521Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
326 | 2025-01-31T04:15:54.803Z | From https://github.com/oxidecomputer/ispf |
327 | 2025-01-31T04:15:54.803Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
328 | 2025-01-31T04:15:54.832Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
329 | 2025-01-31T04:15:55.174Z | From https://github.com/oxidecomputer/netadm-sys |
330 | 2025-01-31T04:15:55.174Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
331 | 2025-01-31T04:15:55.186Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
332 | 2025-01-31T04:15:58.963Z | From https://github.com/oxidecomputer/omicron |
333 | 2025-01-31T04:15:58.963Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
334 | 2025-01-31T04:15:59.315Z | Updating git repository `https://github.com/oxidecomputer/opte` |
335 | 2025-01-31T04:15:59.843Z | From https://github.com/oxidecomputer/opte |
336 | 2025-01-31T04:15:59.843Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
337 | 2025-01-31T04:15:59.886Z | Updating git repository `https://github.com/illumos/smf-rs` |
338 | 2025-01-31T04:16:00.487Z | From https://github.com/illumos/smf-rs |
339 | 2025-01-31T04:16:00.489Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
340 | 2025-01-31T04:16:00.519Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
341 | 2025-01-31T04:16:00.923Z | From https://github.com/oxidecomputer/maghemite |
342 | 2025-01-31T04:16:00.923Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
343 | 2025-01-31T04:16:00.979Z | Updating git repository `https://github.com/oxidecomputer/zone` |
344 | 2025-01-31T04:16:01.282Z | From https://github.com/oxidecomputer/zone |
345 | 2025-01-31T04:16:01.282Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
346 | 2025-01-31T04:16:01.310Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
347 | 2025-01-31T04:16:01.983Z | From https://github.com/oxidecomputer/propolis |
348 | 2025-01-31T04:16:01.983Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
349 | 2025-01-31T04:16:02.117Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
350 | 2025-01-31T04:16:02.431Z | From https://github.com/oxidecomputer/dlpi-sys |
351 | 2025-01-31T04:16:02.432Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
352 | 2025-01-31T04:16:02.459Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
353 | 2025-01-31T04:16:02.844Z | From https://github.com/jmesmon/rust-libzfs |
354 | 2025-01-31T04:16:02.844Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
355 | 2025-01-31T04:16:02.857Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
356 | 2025-01-31T04:16:03.137Z | From https://github.com/oxidecomputer/rusty-doors |
357 | 2025-01-31T04:16:03.137Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
358 | 2025-01-31T04:16:03.152Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
359 | 2025-01-31T04:16:03.522Z | From https://github.com/oxidecomputer/maghemite |
360 | 2025-01-31T04:16:03.522Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
361 | 2025-01-31T04:16:03.601Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
362 | 2025-01-31T04:16:03.894Z | From https://github.com/oxidecomputer/serde_human_bytes |
363 | 2025-01-31T04:16:03.894Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
364 | 2025-01-31T04:16:03.904Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
365 | 2025-01-31T04:16:04.204Z | From https://github.com/oxidecomputer/slog-error-chain |
366 | 2025-01-31T04:16:04.204Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
367 | 2025-01-31T04:16:04.242Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
368 | 2025-01-31T04:16:04.510Z | From https://github.com/oxidecomputer/poptrie |
369 | 2025-01-31T04:16:04.510Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
370 | 2025-01-31T04:16:04.535Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
371 | 2025-01-31T04:16:04.783Z | From https://github.com/illumos/libscf-sys |
372 | 2025-01-31T04:16:04.784Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
373 | 2025-01-31T04:16:04.807Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
374 | 2025-01-31T04:16:05.673Z | From https://github.com/oxidecomputer/progenitor |
375 | 2025-01-31T04:16:05.673Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
376 | 2025-01-31T04:16:05.783Z | Updating git repository `https://github.com/oxidecomputer/typify` |
377 | 2025-01-31T04:16:06.579Z | From https://github.com/oxidecomputer/typify |
378 | 2025-01-31T04:16:06.579Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
379 | 2025-01-31T04:16:06.838Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
380 | 2025-01-31T04:16:07.818Z | From https://github.com/oxidecomputer/crucible |
381 | 2025-01-31T04:16:07.819Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
382 | 2025-01-31T04:16:07.898Z | Updating git repository `https://github.com/oxidecomputer/opte` |
383 | 2025-01-31T04:16:08.240Z | From https://github.com/oxidecomputer/opte |
384 | 2025-01-31T04:16:08.240Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
385 | 2025-01-31T04:16:08.289Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
386 | 2025-01-31T04:16:08.848Z | From https://github.com/oxidecomputer/management-gateway-service |
387 | 2025-01-31T04:16:08.848Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
388 | 2025-01-31T04:16:09.574Z | Downloading crates ... |
389 | 2025-01-31T04:16:09.687Z | Downloaded atomicwrites v0.4.4 |
390 | 2025-01-31T04:16:09.692Z | Downloaded async-trait v0.1.83 |
391 | 2025-01-31T04:16:09.695Z | Downloaded anstyle v1.0.10 |
392 | 2025-01-31T04:16:09.698Z | Downloaded allocator-api2 v0.2.18 |
393 | 2025-01-31T04:16:09.702Z | Downloaded async-stream-impl v0.3.5 |
394 | 2025-01-31T04:16:09.709Z | Downloaded futures-sink v0.3.30 |
395 | 2025-01-31T04:16:09.721Z | Downloaded foreign-types-shared v0.1.1 |
396 | 2025-01-31T04:16:09.724Z | Downloaded foreign-types-macros v0.2.3 |
397 | 2025-01-31T04:16:09.724Z | Downloaded foreign-types v0.3.2 |
398 | 2025-01-31T04:16:09.727Z | Downloaded equivalent v1.0.1 |
399 | 2025-01-31T04:16:09.730Z | Downloaded float-ord v0.3.2 |
400 | 2025-01-31T04:16:09.732Z | Downloaded crunchy v0.2.2 |
401 | 2025-01-31T04:16:09.732Z | Downloaded const-random-macro v0.1.16 |
402 | 2025-01-31T04:16:09.738Z | Downloaded darling_macro v0.20.10 |
403 | 2025-01-31T04:16:09.741Z | Downloaded cstr-argument v0.1.2 |
404 | 2025-01-31T04:16:09.741Z | Downloaded ciborium-io v0.2.2 |
405 | 2025-01-31T04:16:09.744Z | Downloaded crucible-workspace-hack v0.1.0 |
406 | 2025-01-31T04:16:09.747Z | Downloaded foreign-types-shared v0.3.1 |
407 | 2025-01-31T04:16:09.751Z | Downloaded foreign-types v0.5.0 |
408 | 2025-01-31T04:16:09.751Z | Downloaded dtrace-parser v0.2.0 |
409 | 2025-01-31T04:16:09.753Z | Downloaded crypto-common v0.1.6 |
410 | 2025-01-31T04:16:09.756Z | Downloaded ciborium-ll v0.2.2 |
411 | 2025-01-31T04:16:09.756Z | Downloaded futures-executor v0.3.30 |
412 | 2025-01-31T04:16:09.759Z | Downloaded fastrand v2.1.1 |
413 | 2025-01-31T04:16:09.759Z | Downloaded embedded-io v0.6.1 |
414 | 2025-01-31T04:16:09.762Z | Downloaded anstream v0.6.15 |
415 | 2025-01-31T04:16:09.764Z | Downloaded crc8 v0.1.1 |
416 | 2025-01-31T04:16:09.764Z | Downloaded const-random v0.1.18 |
417 | 2025-01-31T04:16:09.765Z | Downloaded embedded-io v0.4.0 |
418 | 2025-01-31T04:16:09.767Z | Downloaded cpufeatures v0.2.14 |
419 | 2025-01-31T04:16:09.767Z | Downloaded clap_lex v0.7.4 |
420 | 2025-01-31T04:16:09.772Z | Downloaded cfg-if v1.0.0 |
421 | 2025-01-31T04:16:09.772Z | Downloaded block-buffer v0.10.4 |
422 | 2025-01-31T04:16:09.776Z | Downloaded futures-macro v0.3.30 |
423 | 2025-01-31T04:16:09.776Z | Downloaded futures-core v0.3.30 |
424 | 2025-01-31T04:16:09.776Z | Downloaded fixedbitset v0.4.2 |
425 | 2025-01-31T04:16:09.776Z | Downloaded debug-ignore v1.0.5 |
426 | 2025-01-31T04:16:09.780Z | Downloaded autocfg v1.3.0 |
427 | 2025-01-31T04:16:09.780Z | Downloaded dyn-clone v1.0.17 |
428 | 2025-01-31T04:16:09.783Z | Downloaded byteorder v1.5.0 |
429 | 2025-01-31T04:16:09.783Z | Downloaded fnv v1.0.7 |
430 | 2025-01-31T04:16:09.783Z | Downloaded camino-tempfile v1.1.1 |
431 | 2025-01-31T04:16:09.786Z | Downloaded bitflags v1.3.2 |
432 | 2025-01-31T04:16:09.789Z | Downloaded atomic-waker v1.1.2 |
433 | 2025-01-31T04:16:09.789Z | Downloaded errno v0.3.9 |
434 | 2025-01-31T04:16:09.791Z | Downloaded data-encoding v2.6.0 |
435 | 2025-01-31T04:16:09.794Z | Downloaded dirs-next v2.0.0 |
436 | 2025-01-31T04:16:09.794Z | Downloaded deranged v0.3.11 |
437 | 2025-01-31T04:16:09.797Z | Downloaded async-stream v0.3.5 |
438 | 2025-01-31T04:16:09.797Z | Downloaded anstyle-parse v0.2.5 |
439 | 2025-01-31T04:16:09.800Z | Downloaded futures-io v0.3.30 |
440 | 2025-01-31T04:16:09.800Z | Downloaded dof v0.3.0 |
441 | 2025-01-31T04:16:09.805Z | Downloaded form_urlencoded v1.2.1 |
442 | 2025-01-31T04:16:09.805Z | Downloaded enum-as-inner v0.6.1 |
443 | 2025-01-31T04:16:09.805Z | Downloaded dirs-sys-next v0.1.2 |
444 | 2025-01-31T04:16:09.808Z | Downloaded digest v0.10.7 |
445 | 2025-01-31T04:16:09.808Z | Downloaded colorchoice v1.0.2 |
446 | 2025-01-31T04:16:09.808Z | Downloaded argon2 v0.5.3 |
447 | 2025-01-31T04:16:09.810Z | Downloaded ident_case v1.0.1 |
448 | 2025-01-31T04:16:09.810Z | Downloaded hubpack_derive v0.1.1 |
449 | 2025-01-31T04:16:09.813Z | Downloaded anyhow v1.0.94 |
450 | 2025-01-31T04:16:09.816Z | Downloaded newtype_derive v0.1.6 |
451 | 2025-01-31T04:16:09.819Z | Downloaded macaddr v1.0.1 |
452 | 2025-01-31T04:16:09.819Z | Downloaded openssl-macros v0.1.1 |
453 | 2025-01-31T04:16:09.822Z | Downloaded itoa v1.0.11 |
454 | 2025-01-31T04:16:09.822Z | Downloaded hex v0.4.3 |
455 | 2025-01-31T04:16:09.822Z | Downloaded convert_case v0.4.0 |
456 | 2025-01-31T04:16:09.825Z | Downloaded cobs v0.2.3 |
457 | 2025-01-31T04:16:09.825Z | Downloaded heck v0.5.0 |
458 | 2025-01-31T04:16:09.828Z | Downloaded either v1.13.0 |
459 | 2025-01-31T04:16:09.828Z | Downloaded clap_derive v4.5.18 |
460 | 2025-01-31T04:16:09.832Z | Downloaded defmt-parser v0.3.4 |
461 | 2025-01-31T04:16:09.834Z | Downloaded ciborium v0.2.2 |
462 | 2025-01-31T04:16:09.837Z | Downloaded defmt v0.3.8 |
463 | 2025-01-31T04:16:09.840Z | Downloaded camino v1.1.9 |
464 | 2025-01-31T04:16:09.842Z | Downloaded anstyle-query v1.1.1 |
465 | 2025-01-31T04:16:09.842Z | Downloaded pest_generator v2.7.13 |
466 | 2025-01-31T04:16:09.845Z | Downloaded base64ct v1.6.0 |
467 | 2025-01-31T04:16:09.847Z | Downloaded pin-utils v0.1.0 |
468 | 2025-01-31T04:16:09.847Z | Downloaded futures-channel v0.3.30 |
469 | 2025-01-31T04:16:09.850Z | Downloaded colored v2.1.0 |
470 | 2025-01-31T04:16:09.853Z | Downloaded pkg-config v0.3.31 |
471 | 2025-01-31T04:16:09.853Z | Downloaded ppv-lite86 v0.2.20 |
472 | 2025-01-31T04:16:09.855Z | Downloaded pin-project-lite v0.2.14 |
473 | 2025-01-31T04:16:09.859Z | Downloaded prettyplease v0.2.22 |
474 | 2025-01-31T04:16:09.863Z | Downloaded http-body v0.4.6 |
475 | 2025-01-31T04:16:09.866Z | Downloaded hash32 v0.3.1 |
476 | 2025-01-31T04:16:09.866Z | Downloaded proc-macro-crate v3.2.0 |
477 | 2025-01-31T04:16:09.870Z | Downloaded plain v0.2.3 |
478 | 2025-01-31T04:16:09.870Z | Downloaded pretty-hex v0.4.1 |
479 | 2025-01-31T04:16:09.873Z | Downloaded pest_derive v2.7.13 |
480 | 2025-01-31T04:16:09.873Z | Downloaded match_cfg v0.1.0 |
481 | 2025-01-31T04:16:09.873Z | Downloaded no-std-compat v0.4.1 |
482 | 2025-01-31T04:16:09.876Z | Downloaded proc-macro-error-attr v1.0.4 |
483 | 2025-01-31T04:16:09.876Z | Downloaded managed v0.8.0 |
484 | 2025-01-31T04:16:09.879Z | Downloaded num_enum_derive v0.5.11 |
485 | 2025-01-31T04:16:09.879Z | Downloaded postcard v1.0.10 |
486 | 2025-01-31T04:16:09.882Z | Downloaded clap v4.5.23 |
487 | 2025-01-31T04:16:09.890Z | Downloaded progenitor-client v0.8.0 |
488 | 2025-01-31T04:16:09.892Z | Downloaded pretty-hex v0.2.1 |
489 | 2025-01-31T04:16:09.892Z | Downloaded crossbeam-epoch v0.9.18 |
490 | 2025-01-31T04:16:09.896Z | Downloaded progenitor-macro v0.8.0 |
491 | 2025-01-31T04:16:09.900Z | Downloaded ahash v0.8.11 |
492 | 2025-01-31T04:16:09.900Z | Downloaded num-conv v0.1.0 |
493 | 2025-01-31T04:16:09.904Z | Downloaded quote v1.0.37 |
494 | 2025-01-31T04:16:09.904Z | Downloaded sync_wrapper v1.0.1 |
495 | 2025-01-31T04:16:09.907Z | Downloaded thread-id v4.2.2 |
496 | 2025-01-31T04:16:09.907Z | Downloaded rand_chacha v0.3.1 |
497 | 2025-01-31T04:16:09.907Z | Downloaded sync_wrapper v0.1.2 |
498 | 2025-01-31T04:16:09.909Z | Downloaded stable_deref_trait v1.2.0 |
499 | 2025-01-31T04:16:09.910Z | Downloaded parking_lot_core v0.9.10 |
500 | 2025-01-31T04:16:09.912Z | Downloaded try-lock v0.2.5 |
501 | 2025-01-31T04:16:09.912Z | Downloaded thiserror v1.0.69 |
502 | 2025-01-31T04:16:09.918Z | Downloaded version_check v0.9.5 |
503 | 2025-01-31T04:16:09.921Z | Downloaded untrusted v0.9.0 |
504 | 2025-01-31T04:16:09.921Z | Downloaded rustc_version v0.4.1 |
505 | 2025-01-31T04:16:09.924Z | Downloaded rustc-hash v2.0.0 |
506 | 2025-01-31T04:16:09.924Z | Downloaded usdt-macro v0.5.0 |
507 | 2025-01-31T04:16:09.927Z | Downloaded thread_local v1.1.8 |
508 | 2025-01-31T04:16:09.927Z | Downloaded thiserror-impl v1.0.69 |
509 | 2025-01-31T04:16:09.927Z | Downloaded zone_cfg_derive v0.3.0 |
510 | 2025-01-31T04:16:09.930Z | Downloaded progenitor-impl v0.8.0 |
511 | 2025-01-31T04:16:09.930Z | Downloaded sigpipe v0.1.3 |
512 | 2025-01-31T04:16:09.933Z | Downloaded crc32fast v1.4.2 |
513 | 2025-01-31T04:16:09.936Z | Downloaded indent_write v2.2.0 |
514 | 2025-01-31T04:16:09.936Z | Downloaded zeroize v1.8.1 |
515 | 2025-01-31T04:16:09.936Z | Downloaded progenitor v0.8.0 |
516 | 2025-01-31T04:16:09.939Z | Downloaded quinn-udp v0.5.5 |
517 | 2025-01-31T04:16:09.939Z | Downloaded dropshot_endpoint v0.12.0 |
518 | 2025-01-31T04:16:09.943Z | Downloaded rand_core v0.6.4 |
519 | 2025-01-31T04:16:09.946Z | Downloaded slog-bunyan v2.5.0 |
520 | 2025-01-31T04:16:09.946Z | Downloaded sha1 v0.10.6 |
521 | 2025-01-31T04:16:09.949Z | Downloaded parse-display v0.10.0 |
522 | 2025-01-31T04:16:09.949Z | Downloaded arc-swap v1.7.1 |
523 | 2025-01-31T04:16:09.951Z | Downloaded lru-cache v0.1.2 |
524 | 2025-01-31T04:16:09.954Z | Downloaded serde-big-array v0.5.1 |
525 | 2025-01-31T04:16:09.954Z | Downloaded derive_more v0.99.18 |
526 | 2025-01-31T04:16:09.960Z | Downloaded static_assertions v1.1.0 |
527 | 2025-01-31T04:16:09.964Z | Downloaded newline-converter v0.3.0 |
528 | 2025-01-31T04:16:09.964Z | Downloaded scroll_derive v0.12.0 |
529 | 2025-01-31T04:16:09.964Z | Downloaded signal-hook-registry v1.4.2 |
530 | 2025-01-31T04:16:09.967Z | Downloaded resolv-conf v0.7.0 |
531 | 2025-01-31T04:16:09.967Z | Downloaded slog-envlogger v2.2.0 |
532 | 2025-01-31T04:16:09.971Z | Downloaded tokio-native-tls v0.3.1 |
533 | 2025-01-31T04:16:09.974Z | Downloaded slab v0.4.9 |
534 | 2025-01-31T04:16:09.974Z | Downloaded paste v1.0.15 |
535 | 2025-01-31T04:16:09.977Z | Downloaded zerocopy-derive v0.7.35 |
536 | 2025-01-31T04:16:09.980Z | Downloaded instant v0.1.13 |
537 | 2025-01-31T04:16:09.984Z | Downloaded num_threads v0.1.7 |
538 | 2025-01-31T04:16:09.984Z | Downloaded bytes v1.7.2 |
539 | 2025-01-31T04:16:09.987Z | Downloaded hyper-tls v0.5.0 |
540 | 2025-01-31T04:16:09.990Z | Downloaded slog-dtrace v0.3.0 |
541 | 2025-01-31T04:16:09.990Z | Downloaded httpdate v1.0.3 |
542 | 2025-01-31T04:16:09.993Z | Downloaded hyper-rustls v0.24.2 |
543 | 2025-01-31T04:16:09.996Z | Downloaded serde_repr v0.1.19 |
544 | 2025-01-31T04:16:09.996Z | Downloaded rustversion v1.0.17 |
545 | 2025-01-31T04:16:09.999Z | Downloaded cc v1.1.21 |
546 | 2025-01-31T04:16:10.003Z | Downloaded scroll v0.12.0 |
547 | 2025-01-31T04:16:10.006Z | Downloaded semver v0.1.20 |
548 | 2025-01-31T04:16:10.006Z | Downloaded darling_core v0.20.10 |
549 | 2025-01-31T04:16:10.009Z | Downloaded tinyvec_macros v0.1.1 |
550 | 2025-01-31T04:16:10.012Z | Downloaded openssl-probe v0.1.5 |
551 | 2025-01-31T04:16:10.012Z | Downloaded omicron-workspace-hack v0.1.0 |
552 | 2025-01-31T04:16:10.012Z | Downloaded time-core v0.1.2 |
553 | 2025-01-31T04:16:10.016Z | Downloaded slog-json v2.6.1 |
554 | 2025-01-31T04:16:10.016Z | Downloaded shlex v1.3.0 |
555 | 2025-01-31T04:16:10.020Z | Downloaded sha2 v0.10.8 |
556 | 2025-01-31T04:16:10.020Z | Downloaded take_mut v0.2.2 |
557 | 2025-01-31T04:16:10.020Z | Downloaded password-hash v0.5.0 |
558 | 2025-01-31T04:16:10.023Z | Downloaded usdt-attr-macro v0.5.0 |
559 | 2025-01-31T04:16:10.023Z | Downloaded serde_with_macros v3.9.0 |
560 | 2025-01-31T04:16:10.024Z | Downloaded swrite v0.1.0 |
561 | 2025-01-31T04:16:10.027Z | Downloaded hyper-tls v0.6.0 |
562 | 2025-01-31T04:16:10.027Z | Downloaded typify-macro v0.2.0 |
563 | 2025-01-31T04:16:10.027Z | Downloaded thin-vec v0.2.13 |
564 | 2025-01-31T04:16:10.029Z | Downloaded base64 v0.21.7 |
565 | 2025-01-31T04:16:10.032Z | Downloaded subtle v2.6.1 |
566 | 2025-01-31T04:16:10.035Z | Downloaded base64 v0.22.1 |
567 | 2025-01-31T04:16:10.038Z | Downloaded http-body v1.0.1 |
568 | 2025-01-31T04:16:10.040Z | Downloaded typify v0.2.0 |
569 | 2025-01-31T04:16:10.043Z | Downloaded serde_spanned v0.6.7 |
570 | 2025-01-31T04:16:10.043Z | Downloaded serde_derive_internals v0.29.1 |
571 | 2025-01-31T04:16:10.046Z | Downloaded num_enum v0.5.11 |
572 | 2025-01-31T04:16:10.049Z | Downloaded fxhash v0.2.1 |
573 | 2025-01-31T04:16:10.052Z | Downloaded semver v1.0.23 |
574 | 2025-01-31T04:16:10.055Z | Downloaded strum v0.26.3 |
575 | 2025-01-31T04:16:10.055Z | Downloaded serde_urlencoded v0.7.1 |
576 | 2025-01-31T04:16:10.055Z | Downloaded similar v2.6.0 |
577 | 2025-01-31T04:16:10.060Z | Downloaded num_enum v0.7.3 |
578 | 2025-01-31T04:16:10.064Z | Downloaded usdt-impl v0.5.0 |
579 | 2025-01-31T04:16:10.067Z | Downloaded slog v2.7.0 |
580 | 2025-01-31T04:16:10.070Z | Downloaded mime v0.3.17 |
581 | 2025-01-31T04:16:10.070Z | Downloaded native-tls v0.2.12 |
582 | 2025-01-31T04:16:10.072Z | Downloaded hyper-rustls v0.27.3 |
583 | 2025-01-31T04:16:10.076Z | Downloaded tower-service v0.3.3 |
584 | 2025-01-31T04:16:10.076Z | Downloaded humantime v2.1.0 |
585 | 2025-01-31T04:16:10.079Z | Downloaded unsafe-libyaml v0.2.11 |
586 | 2025-01-31T04:16:10.081Z | Downloaded smartstring v1.0.1 |
587 | 2025-01-31T04:16:10.084Z | Downloaded want v0.3.1 |
588 | 2025-01-31T04:16:10.084Z | Downloaded memmap v0.7.0 |
589 | 2025-01-31T04:16:10.087Z | Downloaded multer v3.1.0 |
590 | 2025-01-31T04:16:10.087Z | Downloaded unicode-bidi v0.3.15 |
591 | 2025-01-31T04:16:10.090Z | Downloaded zone v0.3.0 |
592 | 2025-01-31T04:16:10.093Z | Downloaded tiny-keccak v2.0.2 |
593 | 2025-01-31T04:16:10.093Z | Downloaded sct v0.7.1 |
594 | 2025-01-31T04:16:10.096Z | Downloaded waitgroup v0.1.2 |
595 | 2025-01-31T04:16:10.099Z | Downloaded serde_derive v1.0.215 |
596 | 2025-01-31T04:16:10.102Z | Downloaded linear-map v1.2.0 |
597 | 2025-01-31T04:16:10.102Z | Downloaded getrandom v0.2.15 |
598 | 2025-01-31T04:16:10.105Z | Downloaded lazy_static v1.5.0 |
599 | 2025-01-31T04:16:10.108Z | Downloaded smf v0.2.3 |
600 | 2025-01-31T04:16:10.108Z | Downloaded libsw v3.3.1 |
601 | 2025-01-31T04:16:10.113Z | Downloaded http-body-util v0.1.2 |
602 | 2025-01-31T04:16:10.113Z | Downloaded tokio-rustls v0.24.1 |
603 | 2025-01-31T04:16:10.116Z | Downloaded once_cell v1.20.2 |
604 | 2025-01-31T04:16:10.116Z | Downloaded lock_api v0.4.12 |
605 | 2025-01-31T04:16:10.119Z | Downloaded crossbeam-channel v0.5.13 |
606 | 2025-01-31T04:16:10.122Z | Downloaded rand v0.8.5 |
607 | 2025-01-31T04:16:10.125Z | Downloaded quinn v0.11.5 |
608 | 2025-01-31T04:16:10.128Z | Downloaded usdt v0.5.0 |
609 | 2025-01-31T04:16:10.131Z | Downloaded time-macros v0.2.18 |
610 | 2025-01-31T04:16:10.133Z | Downloaded hostname v0.4.0 |
611 | 2025-01-31T04:16:10.133Z | Downloaded tokio-rustls v0.25.0 |
612 | 2025-01-31T04:16:10.136Z | Downloaded is_terminal_polyfill v1.70.1 |
613 | 2025-01-31T04:16:10.136Z | Downloaded whoami v1.5.2 |
614 | 2025-01-31T04:16:10.139Z | Downloaded strum_macros v0.25.3 |
615 | 2025-01-31T04:16:10.141Z | Downloaded smallvec v1.13.2 |
616 | 2025-01-31T04:16:10.144Z | Downloaded structmeta-derive v0.3.0 |
617 | 2025-01-31T04:16:10.144Z | Downloaded structmeta v0.3.0 |
618 | 2025-01-31T04:16:10.144Z | Downloaded strsim v0.11.1 |
619 | 2025-01-31T04:16:10.147Z | Downloaded slog-stdlog v4.1.1 |
620 | 2025-01-31T04:16:10.147Z | Downloaded slog-term v2.9.1 |
621 | 2025-01-31T04:16:10.150Z | Downloaded num v0.4.3 |
622 | 2025-01-31T04:16:10.150Z | Downloaded slog-scope v4.4.0 |
623 | 2025-01-31T04:16:10.153Z | Downloaded hubpack v0.1.2 |
624 | 2025-01-31T04:16:10.153Z | Downloaded iana-time-zone v0.1.61 |
625 | 2025-01-31T04:16:10.157Z | Downloaded schemars v0.8.21 |
626 | 2025-01-31T04:16:10.167Z | Downloaded is-terminal v0.4.13 |
627 | 2025-01-31T04:16:10.171Z | Downloaded portable-atomic v1.8.0 |
628 | 2025-01-31T04:16:10.176Z | Downloaded half v2.4.1 |
629 | 2025-01-31T04:16:10.179Z | Downloaded ucd-trie v0.1.6 |
630 | 2025-01-31T04:16:10.182Z | Downloaded highway v1.2.0 |
631 | 2025-01-31T04:16:10.185Z | Downloaded ipnet v2.10.0 |
632 | 2025-01-31T04:16:10.187Z | Downloaded httparse v1.9.4 |
633 | 2025-01-31T04:16:10.190Z | Downloaded owo-colors v4.1.0 |
634 | 2025-01-31T04:16:10.193Z | Downloaded uuid v1.11.0 |
635 | 2025-01-31T04:16:10.196Z | Downloaded num-rational v0.4.2 |
636 | 2025-01-31T04:16:10.198Z | Downloaded tracing-attributes v0.1.27 |
637 | 2025-01-31T04:16:10.201Z | Downloaded openssl-sys v0.9.103 |
638 | 2025-01-31T04:16:10.205Z | Downloaded tokio-rustls v0.26.0 |
639 | 2025-01-31T04:16:10.208Z | Downloaded tinyvec v1.8.0 |
640 | 2025-01-31T04:16:10.211Z | Downloaded hickory-resolver v0.24.1 |
641 | 2025-01-31T04:16:10.215Z | Downloaded zerocopy v0.6.6 |
642 | 2025-01-31T04:16:10.218Z | Downloaded serde v1.0.215 |
643 | 2025-01-31T04:16:10.223Z | Downloaded indexmap v1.9.3 |
644 | 2025-01-31T04:16:10.227Z | Downloaded steno v0.4.1 |
645 | 2025-01-31T04:16:10.231Z | Downloaded parking_lot v0.12.3 |
646 | 2025-01-31T04:16:10.234Z | Downloaded parking_lot v0.11.2 |
647 | 2025-01-31T04:16:10.237Z | Downloaded log v0.4.22 |
648 | 2025-01-31T04:16:10.240Z | Downloaded hyper-util v0.1.10 |
649 | 2025-01-31T04:16:10.245Z | Downloaded tracing-core v0.1.32 |
650 | 2025-01-31T04:16:10.248Z | Downloaded num-traits v0.2.19 |
651 | 2025-01-31T04:16:10.251Z | Downloaded tabwriter v1.4.0 |
652 | 2025-01-31T04:16:10.255Z | Downloaded strum_macros v0.26.4 |
653 | 2025-01-31T04:16:10.257Z | Downloaded toml_datetime v0.6.8 |
654 | 2025-01-31T04:16:10.257Z | Downloaded unicode-ident v1.0.13 |
655 | 2025-01-31T04:16:10.260Z | Downloaded socket2 v0.5.8 |
656 | 2025-01-31T04:16:10.263Z | Downloaded serde_yaml v0.9.34+deprecated |
657 | 2025-01-31T04:16:10.266Z | Downloaded typenum v1.17.0 |
658 | 2025-01-31T04:16:10.270Z | Downloaded http v0.2.12 |
659 | 2025-01-31T04:16:10.274Z | Downloaded aho-corasick v1.1.3 |
660 | 2025-01-31T04:16:10.280Z | Downloaded toml v0.8.19 |
661 | 2025-01-31T04:16:10.285Z | Downloaded hashbrown v0.12.3 |
662 | 2025-01-31T04:16:10.289Z | Downloaded minimal-lexical v0.2.1 |
663 | 2025-01-31T04:16:10.295Z | Downloaded toml_edit v0.19.15 |
664 | 2025-01-31T04:16:10.313Z | Downloaded url v2.5.2 |
665 | 2025-01-31T04:16:10.317Z | Downloaded mio v1.0.2 |
666 | 2025-01-31T04:16:10.322Z | Downloaded tracing v0.1.40 |
667 | 2025-01-31T04:16:10.326Z | Downloaded itertools v0.12.1 |
668 | 2025-01-31T04:16:10.334Z | Downloaded tokio-util v0.7.12 |
669 | 2025-01-31T04:16:10.342Z | Downloaded http v1.2.0 |
670 | 2025-01-31T04:16:10.346Z | Downloaded nom v7.1.3 |
671 | 2025-01-31T04:16:10.352Z | Downloaded serde_json v1.0.133 |
672 | 2025-01-31T04:16:10.360Z | Downloaded unicode-normalization v0.1.24 |
673 | 2025-01-31T04:16:10.363Z | Downloaded quinn-proto v0.11.8 |
674 | 2025-01-31T04:16:10.371Z | Downloaded rustls-webpki v0.101.7 |
675 | 2025-01-31T04:16:10.387Z | Downloaded time v0.3.36 |
676 | 2025-01-31T04:16:10.393Z | Downloaded reqwest v0.12.9 |
677 | 2025-01-31T04:16:10.402Z | Downloaded reqwest v0.11.27 |
678 | 2025-01-31T04:16:10.412Z | Downloaded h2 v0.4.6 |
679 | 2025-01-31T04:16:10.418Z | Downloaded toml_edit v0.22.21 |
680 | 2025-01-31T04:16:10.440Z | Downloaded itertools v0.13.0 |
681 | 2025-01-31T04:16:10.447Z | Downloaded chrono v0.4.38 |
682 | 2025-01-31T04:16:10.455Z | Downloaded hyper v1.5.1 |
683 | 2025-01-31T04:16:10.463Z | Downloaded regex v1.10.6 |
684 | 2025-01-31T04:16:10.477Z | Downloaded winnow v0.5.40 |
685 | 2025-01-31T04:16:10.486Z | Downloaded syn v1.0.109 |
686 | 2025-01-31T04:16:10.497Z | Downloaded hyper v0.14.30 |
687 | 2025-01-31T04:16:10.507Z | Downloaded openssl v0.10.66 |
688 | 2025-01-31T04:16:10.516Z | Downloaded regex-syntax v0.8.4 |
689 | 2025-01-31T04:16:10.525Z | Downloaded webpki-roots v0.26.6 |
690 | 2025-01-31T04:16:10.530Z | Downloaded vcpkg v0.2.15 |
691 | 2025-01-31T04:16:10.568Z | Downloaded unicode-width v0.1.14 |
692 | 2025-01-31T04:16:10.574Z | Downloaded smoltcp v0.11.0 |
693 | 2025-01-31T04:16:10.587Z | Downloaded openapiv3 v2.0.0 |
694 | 2025-01-31T04:16:10.599Z | Downloaded rustix v0.38.37 |
695 | 2025-01-31T04:16:10.621Z | Downloaded hickory-proto v0.24.1 |
696 | 2025-01-31T04:16:10.635Z | Downloaded rustls v0.23.13 |
697 | 2025-01-31T04:16:10.647Z | Downloaded rhai v1.20.0 |
698 | 2025-01-31T04:16:10.659Z | Downloaded regress v0.9.1 |
699 | 2025-01-31T04:16:10.668Z | Downloaded rustls v0.22.4 |
700 | 2025-01-31T04:16:10.681Z | Downloaded syn v2.0.87 |
701 | 2025-01-31T04:16:10.694Z | Downloaded typify-impl v0.2.0 |
702 | 2025-01-31T04:16:10.709Z | Downloaded sled v0.34.7 |
703 | 2025-01-31T04:16:10.718Z | Downloaded zerocopy-derive v0.6.6 |
704 | 2025-01-31T04:16:10.728Z | Downloaded webpki-roots v0.25.4 |
705 | 2025-01-31T04:16:10.731Z | Downloaded idna v0.5.0 |
706 | 2025-01-31T04:16:10.739Z | Downloaded idna v0.4.0 |
707 | 2025-01-31T04:16:10.746Z | Downloaded regress v0.10.1 |
708 | 2025-01-31T04:16:10.755Z | Downloaded regex-automata v0.4.7 |
709 | 2025-01-31T04:16:10.772Z | Downloaded petgraph v0.6.5 |
710 | 2025-01-31T04:16:10.789Z | Downloaded rustls v0.21.12 |
711 | 2025-01-31T04:16:10.801Z | Downloaded dropshot v0.12.0 |
712 | 2025-01-31T04:16:10.819Z | Downloaded goblin v0.8.2 |
713 | 2025-01-31T04:16:10.825Z | Downloaded rustls-webpki v0.102.8 |
714 | 2025-01-31T04:16:10.843Z | Downloaded hashbrown v0.14.5 |
715 | 2025-01-31T04:16:10.848Z | Downloaded h2 v0.3.26 |
716 | 2025-01-31T04:16:10.854Z | Downloaded winnow v0.6.18 |
717 | 2025-01-31T04:16:10.864Z | Downloaded futures-util v0.3.30 |
718 | 2025-01-31T04:16:10.874Z | Downloaded zerocopy v0.7.35 |
719 | 2025-01-31T04:16:10.890Z | Downloaded libc v0.2.167 |
720 | 2025-01-31T04:16:10.915Z | Downloaded libm v0.2.8 |
721 | 2025-01-31T04:16:10.922Z | Downloaded clap_builder v4.5.23 |
722 | 2025-01-31T04:16:10.929Z | Downloaded tokio v1.42.0 |
723 | 2025-01-31T04:16:10.966Z | Downloaded heapless v0.8.0 |
724 | 2025-01-31T04:16:10.970Z | Downloaded serde_with v3.9.0 |
725 | 2025-01-31T04:16:10.977Z | Downloaded memchr v2.7.4 |
726 | 2025-01-31T04:16:10.982Z | Downloaded unicode-segmentation v1.12.0 |
727 | 2025-01-31T04:16:10.986Z | Downloaded itertools v0.10.5 |
728 | 2025-01-31T04:16:10.992Z | Downloaded indexmap v2.5.0 |
729 | 2025-01-31T04:16:10.995Z | Downloaded num_enum_derive v0.7.3 |
730 | 2025-01-31T04:16:10.998Z | Downloaded generic-array v0.14.7 |
731 | 2025-01-31T04:16:10.998Z | Downloaded ryu v1.0.18 |
732 | 2025-01-31T04:16:11.001Z | Downloaded ipnetwork v0.20.0 |
733 | 2025-01-31T04:16:11.004Z | Downloaded hostname v0.3.1 |
734 | 2025-01-31T04:16:11.006Z | Downloaded utf8parse v0.2.2 |
735 | 2025-01-31T04:16:11.006Z | Downloaded expectorate v1.1.0 |
736 | 2025-01-31T04:16:11.009Z | Downloaded parking_lot_core v0.8.6 |
737 | 2025-01-31T04:16:11.009Z | Downloaded rustls-pki-types v1.8.0 |
738 | 2025-01-31T04:16:11.012Z | Downloaded linked-hash-map v0.5.6 |
739 | 2025-01-31T04:16:11.012Z | Downloaded rustls-pemfile v2.1.3 |
740 | 2025-01-31T04:16:11.015Z | Downloaded rustls-pemfile v1.0.4 |
741 | 2025-01-31T04:16:11.017Z | Downloaded futures-task v0.3.30 |
742 | 2025-01-31T04:16:11.017Z | Downloaded slog-async v2.8.0 |
743 | 2025-01-31T04:16:11.020Z | Downloaded serde_path_to_error v0.1.16 |
744 | 2025-01-31T04:16:11.023Z | Downloaded schemars_derive v0.8.21 |
745 | 2025-01-31T04:16:11.023Z | Downloaded rhai_codegen v2.2.0 |
746 | 2025-01-31T04:16:11.029Z | Downloaded heck v0.4.1 |
747 | 2025-01-31T04:16:11.032Z | Downloaded tempfile v3.12.0 |
748 | 2025-01-31T04:16:11.034Z | Downloaded serde_tokenstream v0.2.2 |
749 | 2025-01-31T04:16:11.034Z | Downloaded tokio-macros v2.4.0 |
750 | 2025-01-31T04:16:11.037Z | Downloaded num-iter v0.1.45 |
751 | 2025-01-31T04:16:11.037Z | Downloaded num-integer v0.1.46 |
752 | 2025-01-31T04:16:11.040Z | Downloaded num-derive v0.4.2 |
753 | 2025-01-31T04:16:11.040Z | Downloaded num-derive v0.3.3 |
754 | 2025-01-31T04:16:11.042Z | Downloaded num-complex v0.4.6 |
755 | 2025-01-31T04:16:11.042Z | Downloaded term v0.7.0 |
756 | 2025-01-31T04:16:11.045Z | Downloaded spin v0.9.8 |
757 | 2025-01-31T04:16:11.048Z | Downloaded scopeguard v1.2.0 |
758 | 2025-01-31T04:16:11.051Z | Downloaded rustc_version v0.1.7 |
759 | 2025-01-31T04:16:11.051Z | Downloaded quick-error v1.2.3 |
760 | 2025-01-31T04:16:11.051Z | Downloaded encoding_rs v0.8.34 |
761 | 2025-01-31T04:16:11.072Z | Downloaded percent-encoding v2.3.1 |
762 | 2025-01-31T04:16:11.075Z | Downloaded proc-macro-error v1.0.4 |
763 | 2025-01-31T04:16:11.077Z | Downloaded parse-display-derive v0.10.0 |
764 | 2025-01-31T04:16:11.077Z | Downloaded terminal_size v0.4.0 |
765 | 2025-01-31T04:16:11.080Z | Downloaded spin v0.5.2 |
766 | 2025-01-31T04:16:11.080Z | Downloaded proc-macro2 v1.0.86 |
767 | 2025-01-31T04:16:11.083Z | Downloaded pest v2.7.13 |
768 | 2025-01-31T04:16:11.086Z | Downloaded proc-macro-crate v1.3.1 |
769 | 2025-01-31T04:16:11.089Z | Downloaded defmt-macros v0.3.9 |
770 | 2025-01-31T04:16:11.092Z | Downloaded cancel-safe-futures v0.1.5 |
771 | 2025-01-31T04:16:11.094Z | Downloaded blake2 v0.10.6 |
772 | 2025-01-31T04:16:11.097Z | Downloaded powerfmt v0.2.0 |
773 | 2025-01-31T04:16:11.097Z | Downloaded pest_meta v2.7.13 |
774 | 2025-01-31T04:16:11.100Z | Downloaded futures v0.3.30 |
775 | 2025-01-31T04:16:11.103Z | Downloaded crossbeam-utils v0.8.20 |
776 | 2025-01-31T04:16:11.105Z | Downloaded cookie v0.18.1 |
777 | 2025-01-31T04:16:11.108Z | Downloaded bitflags v2.6.0 |
778 | 2025-01-31T04:16:11.111Z | Downloaded newtype-uuid v1.1.0 |
779 | 2025-01-31T04:16:11.114Z | Downloaded console v0.15.8 |
780 | 2025-01-31T04:16:11.117Z | Downloaded derive-where v1.2.7 |
781 | 2025-01-31T04:16:11.119Z | Downloaded darling v0.20.10 |
782 | 2025-01-31T04:16:11.122Z | Downloaded backoff v0.4.0 |
783 | 2025-01-31T04:16:11.259Z | Downloaded ring v0.17.8 |
784 | 2025-01-31T04:16:11.643Z | Compiling proc-macro2 v1.0.86 |
785 | 2025-01-31T04:16:11.643Z | Compiling unicode-ident v1.0.13 |
786 | 2025-01-31T04:16:11.646Z | Compiling libc v0.2.167 |
787 | 2025-01-31T04:16:11.646Z | Compiling serde v1.0.215 |
788 | 2025-01-31T04:16:11.646Z | Compiling autocfg v1.3.0 |
789 | 2025-01-31T04:16:11.646Z | Compiling version_check v0.9.5 |
790 | 2025-01-31T04:16:11.680Z | Compiling cfg-if v1.0.0 |
791 | 2025-01-31T04:16:11.839Z | Compiling once_cell v1.20.2 |
792 | 2025-01-31T04:16:11.860Z | Compiling libm v0.2.8 |
793 | 2025-01-31T04:16:11.893Z | Compiling memchr v2.7.4 |
794 | 2025-01-31T04:16:12.345Z | Compiling parking_lot_core v0.9.10 |
795 | 2025-01-31T04:16:12.392Z | Compiling lock_api v0.4.12 |
796 | 2025-01-31T04:16:12.882Z | Compiling byteorder v1.5.0 |
797 | 2025-01-31T04:16:13.003Z | Compiling shlex v1.3.0 |
798 | 2025-01-31T04:16:13.042Z | Compiling thiserror v1.0.69 |
799 | 2025-01-31T04:16:13.366Z | Compiling cc v1.1.21 |
800 | 2025-01-31T04:16:13.397Z | Compiling itoa v1.0.11 |
801 | 2025-01-31T04:16:13.633Z | Compiling portable-atomic v1.8.0 |
802 | 2025-01-31T04:16:13.656Z | Compiling slab v0.4.9 |
803 | 2025-01-31T04:16:13.752Z | Compiling schemars v0.8.21 |
804 | 2025-01-31T04:16:14.036Z | Compiling ahash v0.8.11 |
805 | 2025-01-31T04:16:14.148Z | Compiling quote v1.0.37 |
806 | 2025-01-31T04:16:14.285Z | Compiling getrandom v0.2.15 |
807 | 2025-01-31T04:16:14.558Z | Compiling syn v2.0.87 |
808 | 2025-01-31T04:16:14.627Z | Compiling allocator-api2 v0.2.18 |
809 | 2025-01-31T04:16:14.691Z | Compiling num-traits v0.2.19 |
810 | 2025-01-31T04:16:14.713Z | Compiling ryu v1.0.18 |
811 | 2025-01-31T04:16:14.785Z | Compiling serde_json v1.0.133 |
812 | 2025-01-31T04:16:15.020Z | Compiling pin-project-lite v0.2.14 |
813 | 2025-01-31T04:16:15.473Z | Compiling equivalent v1.0.1 |
814 | 2025-01-31T04:16:15.600Z | Compiling scopeguard v1.2.0 |
815 | 2025-01-31T04:16:15.625Z | Compiling log v0.4.22 |
816 | 2025-01-31T04:16:15.778Z | Compiling fnv v1.0.7 |
817 | 2025-01-31T04:16:15.836Z | Compiling heck v0.5.0 |
818 | 2025-01-31T04:16:15.976Z | Compiling crunchy v0.2.2 |
819 | 2025-01-31T04:16:16.021Z | Compiling ring v0.17.8 |
820 | 2025-01-31T04:16:16.213Z | Compiling vcpkg v0.2.15 |
821 | 2025-01-31T04:16:16.240Z | Compiling pkg-config v0.3.31 |
822 | 2025-01-31T04:16:16.596Z | Compiling socket2 v0.5.8 |
823 | 2025-01-31T04:16:17.071Z | Compiling signal-hook-registry v1.4.2 |
824 | 2025-01-31T04:16:17.356Z | Compiling mio v1.0.2 |
825 | 2025-01-31T04:16:17.383Z | Compiling tiny-keccak v2.0.2 |
826 | 2025-01-31T04:16:17.688Z | Compiling openssl-sys v0.9.103 |
827 | 2025-01-31T04:16:17.726Z | Compiling slog v2.7.0 |
828 | 2025-01-31T04:16:17.745Z | Compiling httparse v1.9.4 |
829 | 2025-01-31T04:16:18.245Z | Compiling iana-time-zone v0.1.61 |
830 | 2025-01-31T04:16:18.689Z | Compiling futures-core v0.3.30 |
831 | 2025-01-31T04:16:18.709Z | Compiling const-random-macro v0.1.16 |
832 | 2025-01-31T04:16:18.780Z | Compiling dyn-clone v1.0.17 |
833 | 2025-01-31T04:16:18.921Z | Compiling openssl v0.10.66 |
834 | 2025-01-31T04:16:18.958Z | Compiling futures-sink v0.3.30 |
835 | 2025-01-31T04:16:19.342Z | Compiling semver v1.0.23 |
836 | 2025-01-31T04:16:19.393Z | Compiling native-tls v0.2.12 |
837 | 2025-01-31T04:16:19.477Z | Compiling typenum v1.17.0 |
838 | 2025-01-31T04:16:19.548Z | Compiling rustls v0.23.13 |
839 | 2025-01-31T04:16:19.551Z | Compiling const-random v0.1.18 |
840 | 2025-01-31T04:16:19.595Z | Compiling futures-channel v0.3.30 |
841 | 2025-01-31T04:16:19.616Z | Compiling futures-task v0.3.30 |
842 | 2025-01-31T04:16:19.655Z | Compiling futures-io v0.3.30 |
843 | 2025-01-31T04:16:19.775Z | Compiling pin-utils v0.1.0 |
844 | 2025-01-31T04:16:19.834Z | Compiling generic-array v0.14.7 |
845 | 2025-01-31T04:16:19.925Z | Compiling tracing-core v0.1.32 |
846 | 2025-01-31T04:16:19.945Z | Compiling bitflags v2.6.0 |
847 | 2025-01-31T04:16:20.029Z | Compiling ucd-trie v0.1.6 |
848 | 2025-01-31T04:16:20.032Z | Compiling subtle v2.6.1 |
849 | 2025-01-31T04:16:20.069Z | Compiling aho-corasick v1.1.3 |
850 | 2025-01-31T04:16:20.206Z | Compiling regex-syntax v0.8.4 |
851 | 2025-01-31T04:16:20.375Z | Compiling anyhow v1.0.94 |
852 | 2025-01-31T04:16:20.525Z | Compiling time-core v0.1.2 |
853 | 2025-01-31T04:16:20.685Z | Compiling num-conv v0.1.0 |
854 | 2025-01-31T04:16:20.975Z | Compiling time-macros v0.2.18 |
855 | 2025-01-31T04:16:21.276Z | Compiling serde_derive_internals v0.29.1 |
856 | 2025-01-31T04:16:21.683Z | Compiling spin v0.9.8 |
857 | 2025-01-31T04:16:21.943Z | Compiling rustls-pki-types v1.8.0 |
858 | 2025-01-31T04:16:23.051Z | Compiling usdt-impl v0.5.0 |
859 | 2025-01-31T04:16:23.071Z | Compiling untrusted v0.9.0 |
860 | 2025-01-31T04:16:23.285Z | Compiling omicron-workspace-hack v0.1.0 |
861 | 2025-01-31T04:16:23.471Z | Compiling regex-automata v0.4.7 |
862 | 2025-01-31T04:16:23.707Z | Compiling rustversion v1.0.17 |
863 | 2025-01-31T04:16:23.753Z | Compiling strsim v0.11.1 |
864 | 2025-01-31T04:16:24.331Z | Compiling atomic-waker v1.1.2 |
865 | 2025-01-31T04:16:24.378Z | Compiling plain v0.2.3 |
866 | 2025-01-31T04:16:24.541Z | Compiling tinyvec_macros v0.1.1 |
867 | 2025-01-31T04:16:24.628Z | Compiling tinyvec v1.8.0 |
868 | 2025-01-31T04:16:25.279Z | Compiling serde_derive v1.0.215 |
869 | 2025-01-31T04:16:25.800Z | Compiling zerocopy-derive v0.7.35 |
870 | 2025-01-31T04:16:26.191Z | Compiling thiserror-impl v1.0.69 |
871 | 2025-01-31T04:16:26.230Z | Compiling tokio-macros v2.4.0 |
872 | 2025-01-31T04:16:26.806Z | Compiling schemars_derive v0.8.21 |
873 | 2025-01-31T04:16:27.777Z | Compiling futures-macro v0.3.30 |
874 | 2025-01-31T04:16:27.854Z | Compiling zerocopy v0.7.35 |
875 | 2025-01-31T04:16:29.607Z | Compiling hashbrown v0.14.5 |
876 | 2025-01-31T04:16:29.785Z | Compiling openssl-macros v0.1.1 |
877 | 2025-01-31T04:16:29.821Z | Compiling futures-util v0.3.30 |
878 | 2025-01-31T04:16:30.146Z | Compiling tracing-attributes v0.1.27 |
879 | 2025-01-31T04:16:30.649Z | Compiling scroll_derive v0.12.0 |
880 | 2025-01-31T04:16:30.768Z | Compiling regress v0.10.1 |
881 | 2025-01-31T04:16:32.068Z | Compiling pest v2.7.13 |
882 | 2025-01-31T04:16:32.495Z | Compiling regex v1.10.6 |
883 | 2025-01-31T04:16:33.345Z | Compiling tracing v0.1.40 |
884 | 2025-01-31T04:16:34.031Z | Compiling scroll v0.12.0 |
885 | 2025-01-31T04:16:34.566Z | Compiling goblin v0.8.2 |
886 | 2025-01-31T04:16:34.592Z | Compiling pest_meta v2.7.13 |
887 | 2025-01-31T04:16:35.271Z | Compiling rand_core v0.6.4 |
888 | 2025-01-31T04:16:35.773Z | Compiling percent-encoding v2.3.1 |
889 | 2025-01-31T04:16:35.995Z | Compiling pest_generator v2.7.13 |
890 | 2025-01-31T04:16:36.254Z | Compiling pretty-hex v0.4.1 |
891 | 2025-01-31T04:16:36.495Z | Compiling try-lock v0.2.5 |
892 | 2025-01-31T04:16:36.679Z | Compiling zeroize v1.8.1 |
893 | 2025-01-31T04:16:37.051Z | Compiling unsafe-libyaml v0.2.11 |
894 | 2025-01-31T04:16:37.717Z | Compiling rustls-webpki v0.102.8 |
895 | 2025-01-31T04:16:38.368Z | Compiling bytes v1.7.2 |
896 | 2025-01-31T04:16:38.744Z | Compiling smallvec v1.13.2 |
897 | 2025-01-31T04:16:39.622Z | Compiling indexmap v2.5.0 |
898 | 2025-01-31T04:16:40.942Z | Compiling parking_lot v0.12.3 |
899 | 2025-01-31T04:16:40.963Z | Compiling chrono v0.4.38 |
900 | 2025-01-31T04:16:41.065Z | Compiling uuid v1.11.0 |
901 | 2025-01-31T04:16:42.138Z | Compiling tokio v1.42.0 |
902 | 2025-01-31T04:16:42.360Z | Compiling serde_tokenstream v0.2.2 |
903 | 2025-01-31T04:16:42.503Z | Compiling http v1.2.0 |
904 | 2025-01-31T04:16:45.214Z | Compiling pest_derive v2.7.13 |
905 | 2025-01-31T04:16:46.011Z | Compiling openapiv3 v2.0.0 |
906 | 2025-01-31T04:16:46.231Z | Compiling http-body v1.0.1 |
907 | 2025-01-31T04:16:46.511Z | Compiling dtrace-parser v0.2.0 |
908 | 2025-01-31T04:16:48.162Z | Compiling typify-impl v0.2.0 |
909 | 2025-01-31T04:16:48.232Z | Compiling ipnetwork v0.20.0 |
910 | 2025-01-31T04:16:49.049Z | Compiling serde_yaml v0.9.34+deprecated |
911 | 2025-01-31T04:16:49.052Z | Compiling dof v0.3.0 |
912 | 2025-01-31T04:16:50.073Z | Compiling want v0.3.1 |
913 | 2025-01-31T04:16:50.388Z | Compiling form_urlencoded v1.2.1 |
914 | 2025-01-31T04:16:50.587Z | Compiling unicode-normalization v0.1.24 |
915 | 2025-01-31T04:16:52.003Z | Compiling tokio-util v0.7.12 |
916 | 2025-01-31T04:16:52.174Z | Compiling thread-id v4.2.2 |
917 | 2025-01-31T04:16:52.217Z | Compiling syn v1.0.109 |
918 | 2025-01-31T04:16:52.307Z | Compiling httpdate v1.0.3 |
919 | 2025-01-31T04:16:52.333Z | Compiling foreign-types-shared v0.1.1 |
920 | 2025-01-31T04:16:52.471Z | Compiling camino v1.1.9 |
921 | 2025-01-31T04:16:52.802Z | Compiling ident_case v1.0.1 |
922 | 2025-01-31T04:16:53.001Z | Compiling h2 v0.4.6 |
923 | 2025-01-31T04:16:53.055Z | Compiling rustls v0.22.4 |
924 | 2025-01-31T04:16:53.075Z | Compiling unicode-bidi v0.3.15 |
925 | 2025-01-31T04:16:53.419Z | Compiling darling_core v0.20.10 |
926 | 2025-01-31T04:16:53.961Z | Compiling foreign-types v0.3.2 |
927 | 2025-01-31T04:16:54.141Z | Compiling ppv-lite86 v0.2.20 |
928 | 2025-01-31T04:16:55.482Z | Compiling tower-service v0.3.3 |
929 | 2025-01-31T04:16:55.818Z | Compiling slog-async v2.8.0 |
930 | 2025-01-31T04:16:56.718Z | Compiling rand_chacha v0.3.1 |
931 | 2025-01-31T04:16:58.443Z | Compiling typify-macro v0.2.0 |
932 | 2025-01-31T04:16:58.464Z | Compiling hyper v1.5.1 |
933 | 2025-01-31T04:16:58.844Z | Compiling darling_macro v0.20.10 |
934 | 2025-01-31T04:16:59.852Z | Compiling idna v0.5.0 |
935 | 2025-01-31T04:17:01.852Z | Compiling typify v0.2.0 |
936 | 2025-01-31T04:17:01.997Z | Compiling progenitor-impl v0.8.0 |
937 | 2025-01-31T04:17:03.673Z | Compiling hyper-util v0.1.10 |
938 | 2025-01-31T04:17:07.059Z | Compiling toml_datetime v0.6.8 |
939 | 2025-01-31T04:17:07.946Z | Compiling multer v3.1.0 |
940 | 2025-01-31T04:17:08.063Z | Compiling progenitor-macro v0.8.0 |
941 | 2025-01-31T04:17:08.327Z | Compiling openssl-probe v0.1.5 |
942 | 2025-01-31T04:17:08.860Z | Compiling paste v1.0.15 |
943 | 2025-01-31T04:17:11.170Z | Compiling url v2.5.2 |
944 | 2025-01-31T04:17:11.217Z | Compiling darling v0.20.10 |
945 | 2025-01-31T04:17:11.340Z | Compiling rand v0.8.5 |
946 | 2025-01-31T04:17:13.839Z | Compiling usdt-attr-macro v0.5.0 |
947 | 2025-01-31T04:17:15.478Z | Compiling usdt-macro v0.5.0 |
948 | 2025-01-31T04:17:16.600Z | Compiling http-body-util v0.1.2 |
949 | 2025-01-31T04:17:17.005Z | Compiling async-trait v0.1.83 |
950 | 2025-01-31T04:17:19.362Z | Compiling encoding_rs v0.8.34 |
951 | 2025-01-31T04:17:19.573Z | Compiling mime v0.3.17 |
952 | 2025-01-31T04:17:19.596Z | Compiling ipnet v2.10.0 |
953 | 2025-01-31T04:17:20.600Z | Compiling base64 v0.22.1 |
954 | 2025-01-31T04:17:21.223Z | Compiling rustls-pemfile v2.1.3 |
955 | 2025-01-31T04:17:22.521Z | Compiling tokio-rustls v0.26.0 |
956 | 2025-01-31T04:17:23.219Z | Compiling serde_with_macros v3.9.0 |
957 | 2025-01-31T04:17:24.351Z | Compiling tokio-native-tls v0.3.1 |
958 | 2025-01-31T04:17:24.665Z | Compiling strum_macros v0.26.4 |
959 | 2025-01-31T04:17:25.520Z | Compiling serde_urlencoded v0.7.1 |
960 | 2025-01-31T04:17:25.787Z | Compiling async-stream-impl v0.3.5 |
961 | 2025-01-31T04:17:26.055Z | Compiling structmeta-derive v0.3.0 |
962 | 2025-01-31T04:17:27.130Z | Compiling webpki-roots v0.26.6 |
963 | 2025-01-31T04:17:27.365Z | Compiling dropshot v0.12.0 |
964 | 2025-01-31T04:17:27.745Z | Compiling powerfmt v0.2.0 |
965 | 2025-01-31T04:17:28.644Z | Compiling crossbeam-utils v0.8.20 |
966 | 2025-01-31T04:17:28.985Z | Compiling structmeta v0.3.0 |
967 | 2025-01-31T04:17:29.224Z | Compiling deranged v0.3.11 |
968 | 2025-01-31T04:17:29.352Z | Compiling hyper-rustls v0.27.3 |
969 | 2025-01-31T04:17:29.481Z | Compiling hyper-tls v0.6.0 |
970 | 2025-01-31T04:17:30.995Z | Compiling sync_wrapper v1.0.1 |
971 | 2025-01-31T04:17:31.177Z | Compiling num_threads v0.1.7 |
972 | 2025-01-31T04:17:31.827Z | Compiling winnow v0.6.18 |
973 | 2025-01-31T04:17:34.295Z | Compiling time v0.3.36 |
974 | 2025-01-31T04:17:35.015Z | Compiling reqwest v0.12.9 |
975 | 2025-01-31T04:17:36.196Z | Compiling parse-display-derive v0.10.0 |
976 | 2025-01-31T04:17:37.857Z | Compiling crypto-common v0.1.6 |
977 | 2025-01-31T04:17:38.105Z | Compiling block-buffer v0.10.4 |
978 | 2025-01-31T04:17:38.380Z | Compiling dropshot_endpoint v0.12.0 |
979 | 2025-01-31T04:17:39.973Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
980 | 2025-01-31T04:17:42.479Z | Compiling digest v0.10.7 |
981 | 2025-01-31T04:17:42.921Z | Compiling progenitor-client v0.8.0 |
982 | 2025-01-31T04:17:43.780Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
983 | 2025-01-31T04:17:45.882Z | Compiling dirs-sys-next v0.1.2 |
984 | 2025-01-31T04:17:46.643Z | Compiling match_cfg v0.1.0 |
985 | 2025-01-31T04:17:46.923Z | Compiling rustix v0.38.37 |
986 | 2025-01-31T04:17:47.149Z | Compiling lazy_static v1.5.0 |
987 | 2025-01-31T04:17:47.589Z | Compiling hostname v0.3.1 |
988 | 2025-01-31T04:17:47.872Z | Compiling dirs-next v2.0.0 |
989 | 2025-01-31T04:17:48.138Z | Compiling progenitor v0.8.0 |
990 | 2025-01-31T04:17:50.827Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
991 | 2025-01-31T04:17:50.940Z | Compiling futures-executor v0.3.30 |
992 | 2025-01-31T04:17:51.961Z | Compiling thread_local v1.1.8 |
993 | 2025-01-31T04:17:52.141Z | Compiling errno v0.3.9 |
994 | 2025-01-31T04:17:52.604Z | Compiling instant v0.1.13 |
995 | 2025-01-31T04:17:52.808Z | Compiling cpufeatures v0.2.14 |
996 | 2025-01-31T04:17:52.928Z | Compiling unicode-width v0.1.14 |
997 | 2025-01-31T04:17:54.208Z | Compiling futures v0.3.30 |
998 | 2025-01-31T04:17:55.643Z | Compiling term v0.7.0 |
999 | 2025-01-31T04:17:56.210Z | Compiling crossbeam-channel v0.5.13 |
1000 | 2025-01-31T04:17:58.103Z | Compiling serde_spanned v0.6.7 |
1001 | 2025-01-31T04:17:58.811Z | Compiling is-terminal v0.4.13 |
1002 | 2025-01-31T04:17:58.978Z | Compiling memmap v0.7.0 |
1003 | 2025-01-31T04:17:59.064Z | Compiling take_mut v0.2.2 |
1004 | 2025-01-31T04:17:59.926Z | Compiling usdt v0.5.0 |
1005 | 2025-01-31T04:17:59.970Z | Compiling slog-term v2.9.1 |
1006 | 2025-01-31T04:18:01.307Z | Compiling toml_edit v0.22.21 |
1007 | 2025-01-31T04:18:02.627Z | Compiling slog-json v2.6.1 |
1008 | 2025-01-31T04:18:03.092Z | Compiling strum v0.26.3 |
1009 | 2025-01-31T04:18:03.304Z | Compiling serde_with v3.9.0 |
1010 | 2025-01-31T04:18:05.364Z | Compiling debug-ignore v1.0.5 |
1011 | 2025-01-31T04:18:05.677Z | Compiling heapless v0.8.0 |
1012 | 2025-01-31T04:18:07.198Z | Compiling tokio-rustls v0.25.0 |
1013 | 2025-01-31T04:18:08.323Z | Compiling toml v0.8.19 |
1014 | 2025-01-31T04:18:09.924Z | Compiling slog-bunyan v2.5.0 |
1015 | 2025-01-31T04:18:10.216Z | Compiling sha1 v0.10.6 |
1016 | 2025-01-31T04:18:10.405Z | Compiling async-stream v0.3.5 |
1017 | 2025-01-31T04:18:10.720Z | Compiling newtype-uuid v1.1.0 |
1018 | 2025-01-31T04:18:11.061Z | Compiling hex v0.4.3 |
1019 | 2025-01-31T04:18:11.080Z | Compiling serde_path_to_error v0.1.16 |
1020 | 2025-01-31T04:18:11.560Z | Compiling waitgroup v0.1.2 |
1021 | 2025-01-31T04:18:11.836Z | Compiling hostname v0.4.0 |
1022 | 2025-01-31T04:18:11.857Z | Compiling hash32 v0.3.1 |
1023 | 2025-01-31T04:18:12.150Z | Compiling smoltcp v0.11.0 |
1024 | 2025-01-31T04:18:12.280Z | Compiling stable_deref_trait v1.2.0 |
1025 | 2025-01-31T04:18:14.480Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1026 | 2025-01-31T04:18:14.673Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1027 | 2025-01-31T04:18:15.224Z | Compiling backoff v0.4.0 |
1028 | 2025-01-31T04:18:15.479Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1029 | 2025-01-31T04:18:15.584Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1030 | 2025-01-31T04:18:15.804Z | Compiling parse-display v0.10.0 |
1031 | 2025-01-31T04:18:17.727Z | Compiling macaddr v1.0.1 |
1032 | 2025-01-31T04:18:18.361Z | Compiling regress v0.9.1 |
1033 | 2025-01-31T04:18:19.730Z | Compiling clap_derive v4.5.18 |
1034 | 2025-01-31T04:18:22.211Z | Compiling utf8parse v0.2.2 |
1035 | 2025-01-31T04:18:22.395Z | Compiling cobs v0.2.3 |
1036 | 2025-01-31T04:18:22.643Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1037 | 2025-01-31T04:18:22.869Z | Compiling managed v0.8.0 |
1038 | 2025-01-31T04:18:23.057Z | Compiling bitflags v1.3.2 |
1039 | 2025-01-31T04:18:23.181Z | Compiling winnow v0.5.40 |
1040 | 2025-01-31T04:18:24.206Z | Compiling postcard v1.0.10 |
1041 | 2025-01-31T04:18:24.877Z | Compiling anstyle-parse v0.2.5 |
1042 | 2025-01-31T04:18:25.301Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1043 | 2025-01-31T04:18:26.650Z | Compiling toml_edit v0.19.15 |
1044 | 2025-01-31T04:18:32.632Z | Compiling is_terminal_polyfill v1.70.1 |
1045 | 2025-01-31T04:18:33.020Z | Compiling anstyle-query v1.1.1 |
1046 | 2025-01-31T04:18:33.178Z | Compiling anstyle v1.0.10 |
1047 | 2025-01-31T04:18:33.666Z | Compiling colorchoice v1.0.2 |
1048 | 2025-01-31T04:18:33.896Z | Compiling anstream v0.6.15 |
1049 | 2025-01-31T04:18:34.936Z | Compiling proc-macro-crate v1.3.1 |
1050 | 2025-01-31T04:18:35.548Z | Compiling terminal_size v0.4.0 |
1051 | 2025-01-31T04:18:35.831Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1052 | 2025-01-31T04:18:35.914Z | Compiling clap_lex v0.7.4 |
1053 | 2025-01-31T04:18:36.229Z | Compiling clap_builder v4.5.23 |
1054 | 2025-01-31T04:18:36.638Z | Compiling num_enum_derive v0.5.11 |
1055 | 2025-01-31T04:18:37.615Z | Compiling tabwriter v1.4.0 |
1056 | 2025-01-31T04:18:38.405Z | Compiling foreign-types-macros v0.2.3 |
1057 | 2025-01-31T04:18:38.562Z | Compiling num-integer v0.1.46 |
1058 | 2025-01-31T04:18:39.090Z | Compiling foreign-types-shared v0.3.1 |
1059 | 2025-01-31T04:18:39.363Z | Compiling num_enum v0.5.11 |
1060 | 2025-01-31T04:18:39.676Z | Compiling foreign-types v0.5.0 |
1061 | 2025-01-31T04:18:40.041Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1062 | 2025-01-31T04:18:40.461Z | Compiling clap v4.5.23 |
1063 | 2025-01-31T04:18:40.597Z | Compiling cstr-argument v0.1.2 |
1064 | 2025-01-31T04:18:40.712Z | Compiling proc-macro-error-attr v1.0.4 |
1065 | 2025-01-31T04:18:40.974Z | Compiling pretty-hex v0.2.1 |
1066 | 2025-01-31T04:18:41.018Z | Compiling either v1.13.0 |
1067 | 2025-01-31T04:18:41.219Z | Compiling prettyplease v0.2.22 |
1068 | 2025-01-31T04:18:41.463Z | Compiling heck v0.4.1 |
1069 | 2025-01-31T04:18:41.618Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1070 | 2025-01-31T04:18:42.004Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1071 | 2025-01-31T04:18:42.194Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1072 | 2025-01-31T04:18:43.338Z | Compiling num-rational v0.4.2 |
1073 | 2025-01-31T04:18:43.443Z | Compiling num-iter v0.1.45 |
1074 | 2025-01-31T04:18:44.020Z | Compiling colored v2.1.0 |
1075 | 2025-01-31T04:18:45.641Z | Compiling num-complex v0.4.6 |
1076 | 2025-01-31T04:18:46.084Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1077 | 2025-01-31T04:18:46.297Z | Compiling proc-macro-error v1.0.4 |
1078 | 2025-01-31T04:18:46.480Z | Compiling fastrand v2.1.1 |
1079 | 2025-01-31T04:18:46.543Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1080 | 2025-01-31T04:18:46.772Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1081 | 2025-01-31T04:18:47.033Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1082 | 2025-01-31T04:18:47.175Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1083 | 2025-01-31T04:18:47.466Z | Compiling tempfile v3.12.0 |
1084 | 2025-01-31T04:18:48.481Z | Compiling num v0.4.3 |
1085 | 2025-01-31T04:18:51.291Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2025-01-31T04:18:51.770Z | Compiling float-ord v0.3.2 |
1087 | 2025-01-31T04:18:51.859Z | Compiling crucible-workspace-hack v0.1.0 |
1088 | 2025-01-31T04:18:51.959Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1089 | 2025-01-31T04:18:58.560Z | Compiling semver v0.1.20 |
1090 | 2025-01-31T04:18:59.087Z | Compiling unicode-segmentation v1.12.0 |
1091 | 2025-01-31T04:18:59.601Z | Compiling rustc_version v0.1.7 |
1092 | 2025-01-31T04:18:59.974Z | Compiling newline-converter v0.3.0 |
1093 | 2025-01-31T04:19:00.318Z | Compiling zone_cfg_derive v0.3.0 |
1094 | 2025-01-31T04:19:00.364Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1095 | 2025-01-31T04:19:01.425Z | Compiling camino-tempfile v1.1.1 |
1096 | 2025-01-31T04:19:01.804Z | Compiling itertools v0.10.5 |
1097 | 2025-01-31T04:19:02.205Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1098 | 2025-01-31T04:19:02.205Z | Compiling console v0.15.8 |
1099 | 2025-01-31T04:19:02.666Z | Compiling num-derive v0.4.2 |
1100 | 2025-01-31T04:19:03.242Z | Compiling sigpipe v0.1.3 |
1101 | 2025-01-31T04:19:03.392Z | Compiling similar v2.6.0 |
1102 | 2025-01-31T04:19:04.911Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1103 | 2025-01-31T04:19:05.036Z | Compiling base64ct v1.6.0 |
1104 | 2025-01-31T04:19:05.162Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1105 | 2025-01-31T04:19:05.313Z | Compiling zone v0.3.0 |
1106 | 2025-01-31T04:19:05.694Z | Compiling password-hash v0.5.0 |
1107 | 2025-01-31T04:19:06.213Z | Compiling expectorate v1.1.0 |
1108 | 2025-01-31T04:19:06.517Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1109 | 2025-01-31T04:19:06.840Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1110 | 2025-01-31T04:19:07.425Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1111 | 2025-01-31T04:19:08.605Z | Compiling newtype_derive v0.1.6 |
1112 | 2025-01-31T04:19:09.016Z | Compiling blake2 v0.10.6 |
1113 | 2025-01-31T04:19:09.537Z | Compiling hubpack_derive v0.1.1 |
1114 | 2025-01-31T04:19:09.776Z | Compiling smf v0.2.3 |
1115 | 2025-01-31T04:19:10.218Z | Compiling zerocopy-derive v0.6.6 |
1116 | 2025-01-31T04:19:10.266Z | Compiling fixedbitset v0.4.2 |
1117 | 2025-01-31T04:19:10.500Z | Compiling cancel-safe-futures v0.1.5 |
1118 | 2025-01-31T04:19:11.054Z | Compiling owo-colors v4.1.0 |
1119 | 2025-01-31T04:19:11.122Z | Compiling whoami v1.5.2 |
1120 | 2025-01-31T04:19:11.486Z | Compiling petgraph v0.6.5 |
1121 | 2025-01-31T04:19:12.106Z | Compiling zerocopy v0.6.6 |
1122 | 2025-01-31T04:19:12.241Z | Compiling hubpack v0.1.2 |
1123 | 2025-01-31T04:19:12.452Z | Compiling argon2 v0.5.3 |
1124 | 2025-01-31T04:19:12.990Z | Compiling strum_macros v0.25.3 |
1125 | 2025-01-31T04:19:14.848Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1126 | 2025-01-31T04:19:15.553Z | Compiling serde-big-array v0.5.1 |
1127 | 2025-01-31T04:19:15.645Z | Compiling serde_repr v0.1.19 |
1128 | 2025-01-31T04:19:15.815Z | Compiling cookie v0.18.1 |
1129 | 2025-01-31T04:19:16.178Z | Compiling static_assertions v1.1.0 |
1130 | 2025-01-31T04:19:16.261Z | Compiling convert_case v0.4.0 |
1131 | 2025-01-31T04:19:16.385Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1132 | 2025-01-31T04:19:16.848Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1133 | 2025-01-31T04:19:16.997Z | Compiling derive_more v0.99.18 |
1134 | 2025-01-31T04:19:17.324Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2025-01-31T04:19:17.927Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1136 | 2025-01-31T04:19:18.721Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1137 | 2025-01-31T04:19:21.163Z | Compiling atomicwrites v0.4.4 |
1138 | 2025-01-31T04:19:21.689Z | Compiling itertools v0.13.0 |
1139 | 2025-01-31T04:19:23.089Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2025-01-31T04:19:23.700Z | Compiling idna v0.4.0 |
1141 | 2025-01-31T04:19:24.245Z | Compiling libsw v3.3.1 |
1142 | 2025-01-31T04:19:24.603Z | Compiling enum-as-inner v0.6.1 |
1143 | 2025-01-31T04:19:24.836Z | Compiling derive-where v1.2.7 |
1144 | 2025-01-31T04:19:25.138Z | Compiling highway v1.2.0 |
1145 | 2025-01-31T04:19:25.326Z | Compiling quick-error v1.2.3 |
1146 | 2025-01-31T04:19:25.509Z | Compiling linear-map v1.2.0 |
1147 | 2025-01-31T04:19:25.762Z | Compiling linked-hash-map v0.5.6 |
1148 | 2025-01-31T04:19:25.940Z | Compiling indent_write v2.2.0 |
1149 | 2025-01-31T04:19:26.158Z | Compiling swrite v0.1.0 |
1150 | 2025-01-31T04:19:26.193Z | Compiling data-encoding v2.6.0 |
1151 | 2025-01-31T04:19:26.322Z | Compiling lru-cache v0.1.2 |
1152 | 2025-01-31T04:19:26.550Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1153 | 2025-01-31T04:19:26.597Z | Compiling resolv-conf v0.7.0 |
1154 | 2025-01-31T04:19:27.597Z | Compiling hickory-proto v0.24.1 |
1155 | 2025-01-31T04:19:27.988Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1156 | 2025-01-31T04:19:28.207Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1157 | 2025-01-31T04:19:30.682Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1158 | 2025-01-31T04:19:31.030Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2025-01-31T04:19:32.993Z | Compiling steno v0.4.1 |
1160 | 2025-01-31T04:19:34.098Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2025-01-31T04:19:35.813Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1162 | 2025-01-31T04:19:36.208Z | Compiling slog-dtrace v0.3.0 |
1163 | 2025-01-31T04:19:36.606Z | Compiling parking_lot_core v0.8.6 |
1164 | 2025-01-31T04:19:37.087Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1165 | 2025-01-31T04:19:37.277Z | Compiling humantime v2.1.0 |
1166 | 2025-01-31T04:19:37.527Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1167 | 2025-01-31T04:19:38.151Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2025-01-31T04:19:39.153Z | Compiling hickory-resolver v0.24.1 |
1169 | 2025-01-31T04:19:40.740Z | Compiling num-derive v0.3.3 |
1170 | 2025-01-31T04:19:41.052Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1171 | 2025-01-31T04:19:41.605Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1172 | 2025-01-31T04:19:42.007Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1173 | 2025-01-31T04:19:42.995Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1174 | 2025-01-31T04:19:43.793Z | Compiling parking_lot v0.11.2 |
1175 | 2025-01-31T04:19:44.046Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1176 | 2025-01-31T04:19:44.701Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1177 | 2025-01-31T04:19:45.719Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1178 | 2025-01-31T04:19:47.515Z | Compiling crossbeam-epoch v0.9.18 |
1179 | 2025-01-31T04:19:47.562Z | Compiling fxhash v0.2.1 |
1180 | 2025-01-31T04:19:47.806Z | Compiling crc32fast v1.4.2 |
1181 | 2025-01-31T04:19:48.360Z | Compiling arc-swap v1.7.1 |
1182 | 2025-01-31T04:19:48.596Z | Compiling crc8 v0.1.1 |
1183 | 2025-01-31T04:19:48.914Z | Compiling slog-scope v4.4.0 |
1184 | 2025-01-31T04:19:49.022Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2025-01-31T04:19:49.679Z | Compiling sled v0.34.7 |
1186 | 2025-01-31T04:19:54.104Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1187 | 2025-01-31T04:19:55.003Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1188 | 2025-01-31T04:19:55.513Z | Compiling slog-stdlog v4.1.1 |
1189 | 2025-01-31T04:19:56.331Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1190 | 2025-01-31T04:19:57.958Z | Compiling slog-envlogger v2.2.0 |
1191 | 2025-01-31T04:19:59.068Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1192 | 2025-01-31T04:20:08.429Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1193 | 2025-01-31T04:20:11.840Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1194 | 2025-01-31T04:20:15.171Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1195 | 2025-01-31T04:20:42.700Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1196 | 2025-01-31T04:20:42.700Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1197 | 2025-01-31T04:20:49.692Z | Finished `release` profile [optimized] target(s) in 4m 57s |
1198 | 2025-01-31T04:20:50.011Z | + banner trio |
1199 | 2025-01-31T04:20:50.014Z | |
1200 | 2025-01-31T04:20:50.014Z | ##### ##### # #### |
1201 | 2025-01-31T04:20:50.014Z | # # # # # # |
1202 | 2025-01-31T04:20:50.014Z | # # # # # # |
1203 | 2025-01-31T04:20:50.014Z | # ##### # # # |
1204 | 2025-01-31T04:20:50.014Z | # # # # # # |
1205 | 2025-01-31T04:20:50.014Z | # # # # #### |
1206 | 2025-01-31T04:20:50.014Z | |
1207 | 2025-01-31T04:20:50.014Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1208 | 2025-01-31T04:20:50.457Z | Compiling cfg-if v1.0.0 |
1209 | 2025-01-31T04:20:50.457Z | Compiling libc v0.2.167 |
1210 | 2025-01-31T04:20:50.457Z | Compiling serde v1.0.215 |
1211 | 2025-01-31T04:20:50.460Z | Compiling once_cell v1.20.2 |
1212 | 2025-01-31T04:20:50.460Z | Compiling itoa v1.0.11 |
1213 | 2025-01-31T04:20:50.460Z | Compiling byteorder v1.5.0 |
1214 | 2025-01-31T04:20:50.531Z | Compiling syn v2.0.87 |
1215 | 2025-01-31T04:20:50.537Z | Compiling bytes v1.7.2 |
1216 | 2025-01-31T04:20:50.595Z | Compiling num-traits v0.2.19 |
1217 | 2025-01-31T04:20:50.772Z | Compiling zerocopy v0.7.35 |
1218 | 2025-01-31T04:20:50.882Z | Compiling pin-project-lite v0.2.14 |
1219 | 2025-01-31T04:20:50.945Z | Compiling ahash v0.8.11 |
1220 | 2025-01-31T04:20:50.974Z | Compiling smallvec v1.13.2 |
1221 | 2025-01-31T04:20:50.999Z | Compiling schemars v0.8.21 |
1222 | 2025-01-31T04:20:51.061Z | Compiling memchr v2.7.4 |
1223 | 2025-01-31T04:20:51.072Z | Compiling allocator-api2 v0.2.18 |
1224 | 2025-01-31T04:20:51.378Z | Compiling scopeguard v1.2.0 |
1225 | 2025-01-31T04:20:51.512Z | Compiling lock_api v0.4.12 |
1226 | 2025-01-31T04:20:51.832Z | Compiling getrandom v0.2.15 |
1227 | 2025-01-31T04:20:51.844Z | Compiling hashbrown v0.14.5 |
1228 | 2025-01-31T04:20:51.915Z | Compiling parking_lot_core v0.9.10 |
1229 | 2025-01-31T04:20:52.006Z | Compiling socket2 v0.5.8 |
1230 | 2025-01-31T04:20:52.265Z | Compiling mio v1.0.2 |
1231 | 2025-01-31T04:20:52.298Z | Compiling parking_lot v0.12.3 |
1232 | 2025-01-31T04:20:52.743Z | Compiling signal-hook-registry v1.4.2 |
1233 | 2025-01-31T04:20:52.832Z | Compiling fnv v1.0.7 |
1234 | 2025-01-31T04:20:52.976Z | Compiling log v0.4.22 |
1235 | 2025-01-31T04:20:53.141Z | Compiling futures-core v0.3.30 |
1236 | 2025-01-31T04:20:53.476Z | Compiling equivalent v1.0.1 |
1237 | 2025-01-31T04:20:53.604Z | Compiling ryu v1.0.18 |
1238 | 2025-01-31T04:20:53.683Z | Compiling tracing-core v0.1.32 |
1239 | 2025-01-31T04:20:53.760Z | Compiling serde_json v1.0.133 |
1240 | 2025-01-31T04:20:53.793Z | Compiling uuid v1.11.0 |
1241 | 2025-01-31T04:20:53.804Z | Compiling regress v0.10.1 |
1242 | 2025-01-31T04:20:54.200Z | Compiling futures-sink v0.3.30 |
1243 | 2025-01-31T04:20:54.264Z | Compiling untrusted v0.9.0 |
1244 | 2025-01-31T04:20:54.331Z | Compiling futures-task v0.3.30 |
1245 | 2025-01-31T04:20:54.358Z | Compiling spin v0.9.8 |
1246 | 2025-01-31T04:20:54.380Z | Compiling pin-utils v0.1.0 |
1247 | 2025-01-31T04:20:54.453Z | Compiling slab v0.4.9 |
1248 | 2025-01-31T04:20:54.475Z | Compiling futures-util v0.3.30 |
1249 | 2025-01-31T04:20:54.531Z | Compiling ring v0.17.8 |
1250 | 2025-01-31T04:20:54.765Z | Compiling try-lock v0.2.5 |
1251 | 2025-01-31T04:20:54.927Z | Compiling want v0.3.1 |
1252 | 2025-01-31T04:20:55.146Z | Compiling chrono v0.4.38 |
1253 | 2025-01-31T04:20:55.205Z | Compiling httparse v1.9.4 |
1254 | 2025-01-31T04:20:55.902Z | Compiling futures-channel v0.3.30 |
1255 | 2025-01-31T04:20:56.302Z | Compiling dyn-clone v1.0.17 |
1256 | 2025-01-31T04:20:56.532Z | Compiling foreign-types-shared v0.1.1 |
1257 | 2025-01-31T04:20:56.657Z | Compiling tower-service v0.3.3 |
1258 | 2025-01-31T04:20:56.741Z | Compiling foreign-types v0.3.2 |
1259 | 2025-01-31T04:20:56.794Z | Compiling serde_derive_internals v0.29.1 |
1260 | 2025-01-31T04:20:56.842Z | Compiling openssl-sys v0.9.103 |
1261 | 2025-01-31T04:20:56.989Z | Compiling bitflags v2.6.0 |
1262 | 2025-01-31T04:20:57.137Z | Compiling unicode-ident v1.0.13 |
1263 | 2025-01-31T04:20:57.345Z | Compiling proc-macro2 v1.0.86 |
1264 | 2025-01-31T04:20:57.623Z | Compiling http v1.2.0 |
1265 | 2025-01-31T04:20:58.149Z | Compiling openssl-probe v0.1.5 |
1266 | 2025-01-31T04:20:58.319Z | Compiling semver v1.0.23 |
1267 | 2025-01-31T04:20:58.711Z | Compiling tinyvec_macros v0.1.1 |
1268 | 2025-01-31T04:20:58.805Z | Compiling tinyvec v1.8.0 |
1269 | 2025-01-31T04:20:58.816Z | Compiling quote v1.0.37 |
1270 | 2025-01-31T04:20:58.881Z | Compiling percent-encoding v2.3.1 |
1271 | 2025-01-31T04:21:00.527Z | Compiling unicode-normalization v0.1.24 |
1272 | 2025-01-31T04:21:00.664Z | Compiling form_urlencoded v1.2.1 |
1273 | 2025-01-31T04:21:01.147Z | Compiling http v0.2.12 |
1274 | 2025-01-31T04:21:01.329Z | Compiling serde_derive v1.0.215 |
1275 | 2025-01-31T04:21:01.894Z | Compiling zerocopy-derive v0.7.35 |
1276 | 2025-01-31T04:21:02.101Z | Compiling thiserror-impl v1.0.69 |
1277 | 2025-01-31T04:21:02.154Z | Compiling tokio-macros v2.4.0 |
1278 | 2025-01-31T04:21:02.326Z | Compiling schemars_derive v0.8.21 |
1279 | 2025-01-31T04:21:02.453Z | Compiling tracing-attributes v0.1.27 |
1280 | 2025-01-31T04:21:03.689Z | Compiling tokio v1.42.0 |
1281 | 2025-01-31T04:21:04.822Z | Compiling thiserror v1.0.69 |
1282 | 2025-01-31T04:21:05.110Z | Compiling openssl-macros v0.1.1 |
1283 | 2025-01-31T04:21:05.256Z | Compiling aho-corasick v1.1.3 |
1284 | 2025-01-31T04:21:05.492Z | Compiling tracing v0.1.40 |
1285 | 2025-01-31T04:21:05.950Z | Compiling openssl v0.10.66 |
1286 | 2025-01-31T04:21:06.183Z | Compiling heck v0.5.0 |
1287 | 2025-01-31T04:21:06.766Z | Compiling unicode-bidi v0.3.15 |
1288 | 2025-01-31T04:21:07.532Z | Compiling rustls-pki-types v1.8.0 |
1289 | 2025-01-31T04:21:09.070Z | Compiling idna v0.5.0 |
1290 | 2025-01-31T04:21:09.797Z | Compiling regex-automata v0.4.7 |
1291 | 2025-01-31T04:21:13.126Z | Compiling tokio-util v0.7.12 |
1292 | 2025-01-31T04:21:14.219Z | Compiling indexmap v2.5.0 |
1293 | 2025-01-31T04:21:16.823Z | Compiling serde_tokenstream v0.2.2 |
1294 | 2025-01-31T04:21:17.231Z | Compiling native-tls v0.2.12 |
1295 | 2025-01-31T04:21:17.360Z | Compiling http-body v1.0.1 |
1296 | 2025-01-31T04:21:18.091Z | Compiling tokio-native-tls v0.3.1 |
1297 | 2025-01-31T04:21:18.399Z | Compiling regex-syntax v0.8.4 |
1298 | 2025-01-31T04:21:19.407Z | Compiling atomic-waker v1.1.2 |
1299 | 2025-01-31T04:21:19.467Z | Compiling slog v2.7.0 |
1300 | 2025-01-31T04:21:19.603Z | Compiling h2 v0.4.6 |
1301 | 2025-01-31T04:21:20.057Z | Compiling typify-impl v0.2.0 |
1302 | 2025-01-31T04:21:21.369Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1303 | 2025-01-31T04:21:30.486Z | Compiling openapiv3 v2.0.0 |
1304 | 2025-01-31T04:21:31.758Z | Compiling serde_urlencoded v0.7.1 |
1305 | 2025-01-31T04:21:32.304Z | Compiling regex v1.10.6 |
1306 | 2025-01-31T04:21:32.351Z | Compiling url v2.5.2 |
1307 | 2025-01-31T04:21:33.219Z | Compiling encoding_rs v0.8.34 |
1308 | 2025-01-31T04:21:34.537Z | Compiling mime v0.3.17 |
1309 | 2025-01-31T04:21:35.321Z | Compiling rustls v0.21.12 |
1310 | 2025-01-31T04:21:35.559Z | Compiling ipnet v2.10.0 |
1311 | 2025-01-31T04:21:36.151Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1312 | 2025-01-31T04:21:37.907Z | Compiling typify-macro v0.2.0 |
1313 | 2025-01-31T04:21:38.623Z | Compiling hyper v1.5.1 |
1314 | 2025-01-31T04:21:39.723Z | Compiling h2 v0.3.26 |
1315 | 2025-01-31T04:21:39.748Z | Compiling rustls-webpki v0.102.8 |
1316 | 2025-01-31T04:21:39.894Z | Compiling http-body v0.4.6 |
1317 | 2025-01-31T04:21:40.386Z | Compiling rustls-webpki v0.101.7 |
1318 | 2025-01-31T04:21:41.481Z | Compiling sct v0.7.1 |
1319 | 2025-01-31T04:21:41.957Z | Compiling zeroize v1.8.1 |
1320 | 2025-01-31T04:21:42.316Z | Compiling httpdate v1.0.3 |
1321 | 2025-01-31T04:21:43.085Z | Compiling toml_datetime v0.6.8 |
1322 | 2025-01-31T04:21:43.472Z | Compiling subtle v2.6.1 |
1323 | 2025-01-31T04:21:43.763Z | Compiling serde_yaml v0.9.34+deprecated |
1324 | 2025-01-31T04:21:44.334Z | Compiling toml_edit v0.19.15 |
1325 | 2025-01-31T04:21:44.387Z | Compiling rustls v0.23.13 |
1326 | 2025-01-31T04:21:47.087Z | Compiling hyper v0.14.30 |
1327 | 2025-01-31T04:21:48.520Z | Compiling hyper-util v0.1.10 |
1328 | 2025-01-31T04:21:54.463Z | Compiling lazy_static v1.5.0 |
1329 | 2025-01-31T04:21:54.613Z | Compiling tokio-rustls v0.26.0 |
1330 | 2025-01-31T04:21:55.105Z | Compiling tokio-rustls v0.24.1 |
1331 | 2025-01-31T04:21:55.277Z | Compiling proc-macro-crate v1.3.1 |
1332 | 2025-01-31T04:21:55.545Z | Compiling http-body-util v0.1.2 |
1333 | 2025-01-31T04:21:56.039Z | Compiling webpki-roots v0.26.6 |
1334 | 2025-01-31T04:21:56.072Z | Compiling base64 v0.22.1 |
1335 | 2025-01-31T04:21:56.276Z | Compiling base64 v0.21.7 |
1336 | 2025-01-31T04:21:56.314Z | Compiling hyper-rustls v0.27.3 |
1337 | 2025-01-31T04:21:56.539Z | Compiling crossbeam-utils v0.8.20 |
1338 | 2025-01-31T04:21:56.569Z | Compiling num_enum_derive v0.5.11 |
1339 | 2025-01-31T04:21:57.228Z | Compiling rustls-pemfile v1.0.4 |
1340 | 2025-01-31T04:21:57.387Z | Compiling rustls-pemfile v2.1.3 |
1341 | 2025-01-31T04:21:58.002Z | Compiling hyper-tls v0.6.0 |
1342 | 2025-01-31T04:21:58.032Z | Compiling hyper-rustls v0.24.2 |
1343 | 2025-01-31T04:21:58.149Z | Compiling hyper-tls v0.5.0 |
1344 | 2025-01-31T04:21:58.487Z | Compiling typify v0.2.0 |
1345 | 2025-01-31T04:21:58.512Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1346 | 2025-01-31T04:21:58.642Z | Compiling ipnetwork v0.20.0 |
1347 | 2025-01-31T04:21:59.684Z | Compiling ppv-lite86 v0.2.20 |
1348 | 2025-01-31T04:22:00.483Z | Compiling foreign-types-macros v0.2.3 |
1349 | 2025-01-31T04:22:00.895Z | Compiling sync_wrapper v1.0.1 |
1350 | 2025-01-31T04:22:01.060Z | Compiling rand_core v0.6.4 |
1351 | 2025-01-31T04:22:01.542Z | Compiling dirs-sys-next v0.1.2 |
1352 | 2025-01-31T04:22:01.545Z | Compiling foreign-types-shared v0.3.1 |
1353 | 2025-01-31T04:22:01.616Z | Compiling webpki-roots v0.25.4 |
1354 | 2025-01-31T04:22:01.685Z | Compiling powerfmt v0.2.0 |
1355 | 2025-01-31T04:22:01.780Z | Compiling sync_wrapper v0.1.2 |
1356 | 2025-01-31T04:22:01.798Z | Compiling time-macros v0.2.18 |
1357 | 2025-01-31T04:22:01.918Z | Compiling reqwest v0.11.27 |
1358 | 2025-01-31T04:22:02.440Z | Compiling deranged v0.3.11 |
1359 | 2025-01-31T04:22:02.657Z | Compiling foreign-types v0.5.0 |
1360 | 2025-01-31T04:22:02.775Z | Compiling dirs-next v2.0.0 |
1361 | 2025-01-31T04:22:03.048Z | Compiling rand_chacha v0.3.1 |
1362 | 2025-01-31T04:22:04.117Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1363 | 2025-01-31T04:22:04.672Z | Compiling reqwest v0.12.9 |
1364 | 2025-01-31T04:22:04.783Z | Compiling progenitor-impl v0.8.0 |
1365 | 2025-01-31T04:22:10.278Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1366 | 2025-01-31T04:22:10.786Z | Compiling num_enum v0.5.11 |
1367 | 2025-01-31T04:22:12.691Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1368 | 2025-01-31T04:22:12.867Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1369 | 2025-01-31T04:22:12.908Z | Compiling cstr-argument v0.1.2 |
1370 | 2025-01-31T04:22:13.045Z | Compiling thread_local v1.1.8 |
1371 | 2025-01-31T04:22:13.179Z | Compiling num-conv v0.1.0 |
1372 | 2025-01-31T04:22:13.436Z | Compiling either v1.13.0 |
1373 | 2025-01-31T04:22:13.710Z | Compiling arc-swap v1.7.1 |
1374 | 2025-01-31T04:22:13.874Z | Compiling time-core v0.1.2 |
1375 | 2025-01-31T04:22:14.078Z | Compiling pretty-hex v0.2.1 |
1376 | 2025-01-31T04:22:14.312Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1377 | 2025-01-31T04:22:14.415Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1378 | 2025-01-31T04:22:14.807Z | Compiling slog-scope v4.4.0 |
1379 | 2025-01-31T04:22:15.380Z | Compiling time v0.3.36 |
1380 | 2025-01-31T04:22:15.678Z | Compiling itertools v0.12.1 |
1381 | 2025-01-31T04:22:15.753Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1382 | 2025-01-31T04:22:16.632Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1383 | 2025-01-31T04:22:16.829Z | Compiling crossbeam-channel v0.5.13 |
1384 | 2025-01-31T04:22:18.401Z | Compiling progenitor-macro v0.8.0 |
1385 | 2025-01-31T04:22:19.229Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1386 | 2025-01-31T04:22:24.149Z | Compiling progenitor-client v0.8.0 |
1387 | 2025-01-31T04:22:25.041Z | Compiling rand v0.8.5 |
1388 | 2025-01-31T04:22:26.895Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1389 | 2025-01-31T04:22:28.726Z | Compiling anyhow v1.0.94 |
1390 | 2025-01-31T04:22:28.942Z | Compiling term v0.7.0 |
1391 | 2025-01-31T04:22:30.445Z | Compiling colored v2.1.0 |
1392 | 2025-01-31T04:22:31.679Z | Compiling is-terminal v0.4.13 |
1393 | 2025-01-31T04:22:31.815Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1394 | 2025-01-31T04:22:32.179Z | Compiling take_mut v0.2.2 |
1395 | 2025-01-31T04:22:32.351Z | Compiling winnow v0.6.18 |
1396 | 2025-01-31T04:22:33.499Z | Compiling progenitor v0.8.0 |
1397 | 2025-01-31T04:22:33.690Z | Compiling slog-async v2.8.0 |
1398 | 2025-01-31T04:22:36.608Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1399 | 2025-01-31T04:22:36.694Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1400 | 2025-01-31T04:22:36.886Z | Compiling slog-term v2.9.1 |
1401 | 2025-01-31T04:22:39.620Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1402 | 2025-01-31T04:22:43.285Z | Compiling slog-stdlog v4.1.1 |
1403 | 2025-01-31T04:22:44.082Z | Compiling slog-envlogger v2.2.0 |
1404 | 2025-01-31T04:22:45.767Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1405 | 2025-01-31T04:22:47.913Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1406 | 2025-01-31T04:23:02.292Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1407 | 2025-01-31T04:23:09.585Z | Finished `release` profile [optimized] target(s) in 2m 19s |
1408 | 2025-01-31T04:23:09.668Z | Running unittests src/lib.rs (target/release/deps/mg_tests-e3396f18d06c266b) |
1409 | 2025-01-31T04:23:09.715Z | |
1410 | 2025-01-31T04:23:09.715Z | running 1 test |
1411 | 2025-01-31T04:23:09.895Z | configure zone |
1412 | 2025-01-31T04:23:09.915Z | install zone |
1413 | 2025-01-31T04:24:09.726Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1414 | 2025-01-31T04:25:36.481Z | boot zone |
1415 | 2025-01-31T04:25:37.304Z | start zone s1 |
1416 | 2025-01-31T04:25:37.304Z | configure zone |
1417 | 2025-01-31T04:25:37.312Z | install zone |
1418 | 2025-01-31T04:27:50.664Z | boot zone |
1419 | 2025-01-31T04:27:51.459Z | start zone s2 |
1420 | 2025-01-31T04:27:51.459Z | configure zone |
1421 | 2025-01-31T04:27:51.467Z | install zone |
1422 | 2025-01-31T04:30:04.729Z | boot zone |
1423 | 2025-01-31T04:30:05.566Z | start zone t1 |
1424 | 2025-01-31T04:30:05.566Z | configure zone |
1425 | 2025-01-31T04:30:05.574Z | install zone |
1426 | 2025-01-31T04:32:22.804Z | boot zone |
1427 | 2025-01-31T04:32:23.708Z | waiting for zones to come up |
1428 | 2025-01-31T04:32:33.710Z | [sidecar.trio] svcs milestone/network |
1429 | 2025-01-31T04:32:33.743Z | STATE STIME FMRI |
1430 | 2025-01-31T04:32:33.744Z | online 20:25:55 svc:/milestone/network:default |
1431 | 2025-01-31T04:32:33.744Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1432 | 2025-01-31T04:32:33.790Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1433 | 2025-01-31T04:32:33.840Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1434 | 2025-01-31T04:32:33.882Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1435 | 2025-01-31T04:32:33.886Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1436 | 2025-01-31T04:32:33.906Z | |
1437 | 2025-01-31T04:32:33.906Z | running zone s1.trio setup |
1438 | 2025-01-31T04:32:33.906Z | [s1.trio] svcs milestone/network |
1439 | 2025-01-31T04:32:33.931Z | STATE STIME FMRI |
1440 | 2025-01-31T04:32:33.931Z | online 20:28:09 svc:/milestone/network:default |
1441 | 2025-01-31T04:32:33.931Z | [s1.trio] dladm |
1442 | 2025-01-31T04:32:33.952Z | LINK CLASS MTU STATE BRIDGE OVER |
1443 | 2025-01-31T04:32:33.952Z | sl0 simnet 9000 up -- ? |
1444 | 2025-01-31T04:32:33.952Z | mg2 vnic 9000 up -- ? |
1445 | 2025-01-31T04:32:33.952Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1446 | 2025-01-31T04:32:34.502Z | |
1447 | 2025-01-31T04:32:34.502Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1448 | 2025-01-31T04:32:34.527Z | |
1449 | 2025-01-31T04:32:34.527Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1450 | 2025-01-31T04:32:34.548Z | |
1451 | 2025-01-31T04:32:34.548Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1452 | 2025-01-31T04:32:34.639Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1453 | 2025-01-31T04:32:34.681Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 706653ab-fd12-46ce-9288-a875e58c7751 --sled-uuid be187e43-b6c6-4438-b4ce-cb9e0df268bf -a sl0/v6 &> /opt/ddmd.log & |
1454 | 2025-01-31T04:32:34.703Z | |
1455 | 2025-01-31T04:32:34.703Z | running zone s2.trio setup |
1456 | 2025-01-31T04:32:34.703Z | [s2.trio] svcs milestone/network |
1457 | 2025-01-31T04:32:34.726Z | STATE STIME FMRI |
1458 | 2025-01-31T04:32:34.726Z | online 20:30:23 svc:/milestone/network:default |
1459 | 2025-01-31T04:32:34.726Z | [s2.trio] dladm |
1460 | 2025-01-31T04:32:34.748Z | LINK CLASS MTU STATE BRIDGE OVER |
1461 | 2025-01-31T04:32:34.748Z | sl1 simnet 9000 up -- ? |
1462 | 2025-01-31T04:32:34.748Z | mg3 vnic 9000 up -- ? |
1463 | 2025-01-31T04:32:34.748Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1464 | 2025-01-31T04:32:35.316Z | |
1465 | 2025-01-31T04:32:35.316Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1466 | 2025-01-31T04:32:35.341Z | |
1467 | 2025-01-31T04:32:35.341Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1468 | 2025-01-31T04:32:35.360Z | |
1469 | 2025-01-31T04:32:35.361Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1470 | 2025-01-31T04:32:35.406Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1471 | 2025-01-31T04:32:35.430Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 76b4c9c2-57f5-474b-ac52-fe2fccf7d574 --sled-uuid 9aa0e139-d00b-4b6d-9655-769b0d4304c8 -a sl1/v6 &> /opt/ddmd.log & |
1472 | 2025-01-31T04:32:35.452Z | |
1473 | 2025-01-31T04:32:35.452Z | running zone t1.trio setup |
1474 | 2025-01-31T04:32:35.452Z | [t1.trio] svcs milestone/network |
1475 | 2025-01-31T04:32:35.474Z | STATE STIME FMRI |
1476 | 2025-01-31T04:32:35.475Z | - - svc:/milestone/network:default |
1477 | 2025-01-31T04:32:36.475Z | [t1.trio] svcs milestone/network |
1478 | 2025-01-31T04:32:36.497Z | STATE STIME FMRI |
1479 | 2025-01-31T04:32:36.497Z | - - svc:/milestone/network:default |
1480 | 2025-01-31T04:32:37.497Z | [t1.trio] svcs milestone/network |
1481 | 2025-01-31T04:32:37.519Z | STATE STIME FMRI |
1482 | 2025-01-31T04:32:37.519Z | - - svc:/milestone/network:default |
1483 | 2025-01-31T04:32:38.520Z | [t1.trio] svcs milestone/network |
1484 | 2025-01-31T04:32:38.543Z | STATE STIME FMRI |
1485 | 2025-01-31T04:32:38.543Z | - - svc:/milestone/network:default |
1486 | 2025-01-31T04:32:39.543Z | [t1.trio] svcs milestone/network |
1487 | 2025-01-31T04:32:39.565Z | STATE STIME FMRI |
1488 | 2025-01-31T04:32:39.565Z | - - svc:/milestone/network:default |
1489 | 2025-01-31T04:32:40.565Z | [t1.trio] svcs milestone/network |
1490 | 2025-01-31T04:32:40.588Z | STATE STIME FMRI |
1491 | 2025-01-31T04:32:40.588Z | - - svc:/milestone/network:default |
1492 | 2025-01-31T04:32:41.588Z | [t1.trio] svcs milestone/network |
1493 | 2025-01-31T04:32:41.610Z | STATE STIME FMRI |
1494 | 2025-01-31T04:32:41.610Z | - - svc:/milestone/network:default |
1495 | 2025-01-31T04:32:42.611Z | [t1.trio] svcs milestone/network |
1496 | 2025-01-31T04:32:42.632Z | STATE STIME FMRI |
1497 | 2025-01-31T04:32:42.632Z | online 20:32:41 svc:/milestone/network:default |
1498 | 2025-01-31T04:32:42.632Z | [t1.trio] dladm |
1499 | 2025-01-31T04:32:42.655Z | LINK CLASS MTU STATE BRIDGE OVER |
1500 | 2025-01-31T04:32:42.655Z | tfportrear0_0 simnet 9000 up -- ? |
1501 | 2025-01-31T04:32:42.655Z | tfportrear1_0 simnet 9000 up -- ? |
1502 | 2025-01-31T04:32:42.655Z | mg1 vnic 9000 up -- ? |
1503 | 2025-01-31T04:32:42.655Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1504 | 2025-01-31T04:32:43.434Z | |
1505 | 2025-01-31T04:32:43.435Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1506 | 2025-01-31T04:32:43.459Z | |
1507 | 2025-01-31T04:32:43.459Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1508 | 2025-01-31T04:32:43.481Z | |
1509 | 2025-01-31T04:32:43.481Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1510 | 2025-01-31T04:32:43.502Z | |
1511 | 2025-01-31T04:32:43.502Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1512 | 2025-01-31T04:32:43.696Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1513 | 2025-01-31T04:32:43.700Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1514 | 2025-01-31T04:32:43.703Z | waiting 3s for copy of files to zone to complete ... |
1515 | 2025-01-31T04:32:46.704Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1516 | 2025-01-31T04:32:46.753Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1517 | 2025-01-31T04:32:46.776Z | [t1.trio] svcadm enable dendrite |
1518 | 2025-01-31T04:32:46.819Z | |
1519 | 2025-01-31T04:32:46.819Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1520 | 2025-01-31T04:32:46.869Z | |
1521 | 2025-01-31T04:32:46.869Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1522 | 2025-01-31T04:32:46.914Z | |
1523 | 2025-01-31T04:32:46.914Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1524 | 2025-01-31T04:32:46.961Z | |
1525 | 2025-01-31T04:32:46.961Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1526 | 2025-01-31T04:32:47.004Z | |
1527 | 2025-01-31T04:32:47.004Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1528 | 2025-01-31T04:32:47.046Z | |
1529 | 2025-01-31T04:32:47.046Z | [t1.trio] svcadm refresh dendrite:default |
1530 | 2025-01-31T04:32:47.084Z | |
1531 | 2025-01-31T04:32:47.084Z | [t1.trio] svcadm restart dendrite:default |
1532 | 2025-01-31T04:32:47.121Z | |
1533 | 2025-01-31T04:32:47.121Z | wait 10s for dendrite to come up ... |
1534 | 2025-01-31T04:32:57.123Z | [t1.trio] svcadm enable tfport |
1535 | 2025-01-31T04:32:57.165Z | |
1536 | 2025-01-31T04:32:57.165Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 2893fcdb-63a5-4777-9358-31bc63a3ac1c --sled-uuid 1814cdfe-52cc-439f-b23c-d3037e92e3fb -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1537 | 2025-01-31T04:32:57.188Z | |
1538 | 2025-01-31T04:32:57.188Z | [t1.trio] ipadm |
1539 | 2025-01-31T04:32:57.216Z | ADDROBJ TYPE STATE ADDR |
1540 | 2025-01-31T04:32:57.216Z | lo0/v4 static ok 127.0.0.1/8 |
1541 | 2025-01-31T04:32:57.216Z | mg1/v4 static ok 10.0.0.3/24 |
1542 | 2025-01-31T04:32:57.216Z | lo0/v6 static ok ::1/128 |
1543 | 2025-01-31T04:32:57.216Z | lo0/u6 static ok fd00:3::1/64 |
1544 | 2025-01-31T04:32:57.216Z | tfportrear0_0/v6 addrconf ok fe80::60d8:e6ff:fec1:c863%tfportrear0_0/10 |
1545 | 2025-01-31T04:32:57.216Z | tfportrear1_0/v6 addrconf ok fe80::3c7c:f5ff:fe47:de5%tfportrear1_0/10 |
1546 | 2025-01-31T04:32:59.426Z | initial peering test passed |
1547 | 2025-01-31T04:33:00.428Z | advertise from one passed |
1548 | 2025-01-31T04:33:01.430Z | advertise from two passed |
1549 | 2025-01-31T04:33:01.430Z | [s1.trio] ping fd00:2::1 |
1550 | 2025-01-31T04:33:01.459Z | fd00:2::1 is alive |
1551 | 2025-01-31T04:33:01.459Z | [s2.trio] ping fd00:1::1 |
1552 | 2025-01-31T04:33:01.479Z | fd00:1::1 is alive |
1553 | 2025-01-31T04:33:01.479Z | connectivity test passed |
1554 | 2025-01-31T04:33:01.479Z | [t1.trio] pkill ddmd |
1555 | 2025-01-31T04:33:01.500Z | |
1556 | 2025-01-31T04:33:07.506Z | [t1.trio] svcadm enable dendrite |
1557 | 2025-01-31T04:33:07.546Z | |
1558 | 2025-01-31T04:33:07.546Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1559 | 2025-01-31T04:33:07.590Z | |
1560 | 2025-01-31T04:33:07.590Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1561 | 2025-01-31T04:33:07.634Z | |
1562 | 2025-01-31T04:33:07.634Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1563 | 2025-01-31T04:33:07.678Z | |
1564 | 2025-01-31T04:33:07.678Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1565 | 2025-01-31T04:33:07.722Z | |
1566 | 2025-01-31T04:33:07.722Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1567 | 2025-01-31T04:33:07.765Z | |
1568 | 2025-01-31T04:33:07.765Z | [t1.trio] svcadm refresh dendrite:default |
1569 | 2025-01-31T04:33:07.803Z | |
1570 | 2025-01-31T04:33:07.803Z | [t1.trio] svcadm restart dendrite:default |
1571 | 2025-01-31T04:33:07.842Z | |
1572 | 2025-01-31T04:33:07.842Z | wait 10s for dendrite to come up ... |
1573 | 2025-01-31T04:33:17.844Z | [t1.trio] svcadm enable tfport |
1574 | 2025-01-31T04:33:17.885Z | |
1575 | 2025-01-31T04:33:17.885Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 6bb85980-2ce4-402b-84b6-5e395b6654e0 --sled-uuid 010c786d-d38a-495f-9577-3715887933c7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1576 | 2025-01-31T04:33:17.907Z | |
1577 | 2025-01-31T04:33:17.907Z | [t1.trio] ipadm |
1578 | 2025-01-31T04:33:17.932Z | ADDROBJ TYPE STATE ADDR |
1579 | 2025-01-31T04:33:17.932Z | lo0/v4 static ok 127.0.0.1/8 |
1580 | 2025-01-31T04:33:17.932Z | mg1/v4 static ok 10.0.0.3/24 |
1581 | 2025-01-31T04:33:17.932Z | lo0/v6 static ok ::1/128 |
1582 | 2025-01-31T04:33:17.932Z | lo0/u6 static ok fd00:3::1/64 |
1583 | 2025-01-31T04:33:17.932Z | tfportrear0_0/v6 addrconf ok fe80::60d8:e6ff:fec1:c863%tfportrear0_0/10 |
1584 | 2025-01-31T04:33:17.932Z | tfportrear1_0/v6 addrconf ok fe80::3c7c:f5ff:fe47:de5%tfportrear1_0/10 |
1585 | 2025-01-31T04:33:20.936Z | [s1.trio] ping fd00:2::1 |
1586 | 2025-01-31T04:33:20.960Z | fd00:2::1 is alive |
1587 | 2025-01-31T04:33:20.960Z | [s2.trio] ping fd00:1::1 |
1588 | 2025-01-31T04:33:20.981Z | fd00:1::1 is alive |
1589 | 2025-01-31T04:33:20.981Z | transit router restart passed |
1590 | 2025-01-31T04:33:20.981Z | [s1.trio] pkill ddmd |
1591 | 2025-01-31T04:33:21.001Z | |
1592 | 2025-01-31T04:33:26.006Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b0f06e2a-18e0-4950-8803-228c2bd4dcc5 --sled-uuid 00bf8bd9-c1a0-4ae5-8868-f4d653210a77 -a sl0/v6 &> /opt/ddmd.log & |
1593 | 2025-01-31T04:33:26.028Z | |
1594 | 2025-01-31T04:33:29.033Z | [s1.trio] ping fd00:2::1 |
1595 | 2025-01-31T04:33:29.056Z | fd00:2::1 is alive |
1596 | 2025-01-31T04:33:29.056Z | [s2.trio] ping fd00:1::1 |
1597 | 2025-01-31T04:33:29.077Z | fd00:1::1 is alive |
1598 | 2025-01-31T04:33:29.077Z | server router restart passed |
1599 | 2025-01-31T04:33:32.084Z | peer expiration recovery passed |
1600 | 2025-01-31T04:33:33.085Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1601 | 2025-01-31T04:33:33.111Z | 3 |
1602 | 2025-01-31T04:33:33.111Z | redundant advertise passed |
1603 | 2025-01-31T04:33:34.114Z | tunnel endpoint advertise passed |
1604 | 2025-01-31T04:33:39.117Z | redundant tunnel endpoint advertise passed |
1605 | 2025-01-31T04:33:39.117Z | [s1.trio] pkill ddmd |
1606 | 2025-01-31T04:33:39.139Z | |
1607 | 2025-01-31T04:33:44.141Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1e72c8ee-edb9-4ba7-9adc-fa778dc6e976 --sled-uuid c3d047e9-08fd-4d91-b025-c077e3c4f731 -a sl0/v6 &> /opt/ddmd.log & |
1608 | 2025-01-31T04:33:44.165Z | |
1609 | 2025-01-31T04:33:49.232Z | tunnel router restart passed |
1610 | 2025-01-31T04:33:50.235Z | tunnel endpoint withdraw passed |
1611 | 2025-01-31T04:33:50.250Z | [t1.trio] pkill ddmd |
1612 | 2025-01-31T04:33:50.278Z | |
1613 | 2025-01-31T04:33:50.279Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1614 | 2025-01-31T04:33:50.283Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1615 | 2025-01-31T04:33:52.841Z | [s2.trio] pkill ddmd |
1616 | 2025-01-31T04:33:52.861Z | |
1617 | 2025-01-31T04:33:52.861Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1618 | 2025-01-31T04:33:55.477Z | [s1.trio] pkill ddmd |
1619 | 2025-01-31T04:33:55.498Z | |
1620 | 2025-01-31T04:33:55.498Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1621 | 2025-01-31T04:33:57.938Z | [sidecar.trio] pkill softnpu |
1622 | 2025-01-31T04:33:57.958Z | |
1623 | 2025-01-31T04:33:57.958Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1624 | 2025-01-31T04:34:00.716Z | test ddm::test_trio_v3 ... ok |
1625 | 2025-01-31T04:34:00.716Z | |
1626 | 2025-01-31T04:34:00.716Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 650.88s |
1627 | 2025-01-31T04:34:00.716Z | |
1628 | 2025-01-31T04:34:00.745Z | + cleanup |
1629 | 2025-01-31T04:34:00.749Z | ++ id -un |
1630 | 2025-01-31T04:34:00.752Z | ++ id -gn |
1631 | 2025-01-31T04:34:00.756Z | + pfexec chown -R build:build . |
1632 | 2025-01-31T04:34:00.837Z | process exited: duration 1159670 ms, exit code 0 |
|
1633 | 2025-01-31T04:34:00.849Z | found 4 output files |
1634 | 2025-01-31T04:34:00.849Z | uploading: /work/s1.trio.log (4204 bytes) |
1635 | 2025-01-31T04:34:01.859Z | uploaded: /work/s1.trio.log |
1636 | 2025-01-31T04:34:01.859Z | uploading: /work/s2.trio.log (10916 bytes) |
1637 | 2025-01-31T04:34:02.872Z | uploaded: /work/s2.trio.log |
1638 | 2025-01-31T04:34:02.872Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1639 | 2025-01-31T04:34:03.882Z | uploaded: /work/sidecar.trio-softnpu.log |
1640 | 2025-01-31T04:34:03.882Z | uploading: /work/t1.trio.log (26113 bytes) |
1641 | 2025-01-31T04:34:04.893Z | uploaded: /work/t1.trio.log |