|
|
|
1 | 2025-03-24T22:33:27.288Z | job assigned to worker 01JQ54JG16RR5A3FTV3P8VAYVD [factory aws, i-0206e6a189b83ed4d] (queued for 19 m 46 s) |
|
2 | 2025-03-24T22:33:35.598Z | starting task 0: "setup" |
3 | 2025-03-24T22:33:35.605Z | ++ uname -s |
4 | 2025-03-24T22:33:35.609Z | + kern=SunOS |
5 | 2025-03-24T22:33:35.609Z | + build_user=build |
6 | 2025-03-24T22:33:35.609Z | + build_uid=12345 |
7 | 2025-03-24T22:33:35.609Z | + work_dir=/work |
8 | 2025-03-24T22:33:35.609Z | + input_dir=/input |
9 | 2025-03-24T22:33:35.609Z | + [[ 0 == 12345 ]] |
10 | 2025-03-24T22:33:35.609Z | + case "$kern" in |
11 | 2025-03-24T22:33:35.609Z | + groupadd -g 12345 build |
12 | 2025-03-24T22:33:35.609Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-24T22:33:37.617Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-24T22:33:37.798Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-24T22:33:37.802Z | + home_fs=zfs |
16 | 2025-03-24T22:33:37.802Z | + [[ zfs == autofs ]] |
17 | 2025-03-24T22:33:37.802Z | + mkdir -p /home/build |
18 | 2025-03-24T22:33:37.806Z | + chown build:build /home/build /work |
19 | 2025-03-24T22:33:39.805Z | + chmod 0700 /home/build /work |
20 | 2025-03-24T22:33:39.809Z | process exited: duration 4211 ms, exit code 0 |
|
21 | 2025-03-24T22:33:39.816Z | starting task 1: "rust-toolchain" |
22 | 2025-03-24T22:33:39.821Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-24T22:33:39.821Z | * rust toolchain channel = "stable" |
24 | 2025-03-24T22:33:39.821Z | * rust toolchain profile = "default" |
25 | 2025-03-24T22:33:39.821Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-24T22:33:39.821Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-24T22:33:39.821Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-24T22:33:39.825Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-24T22:33:39.825Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-24T22:33:39.939Z | info: downloading installer |
31 | 2025-03-24T22:33:41.144Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-24T22:33:41.145Z | warn: /opt/ooce/bin |
33 | 2025-03-24T22:33:41.145Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-24T22:33:41.145Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-24T22:33:41.145Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-24T22:33:41.145Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-24T22:33:41.145Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-24T22:33:41.145Z | error: cannot install while Rust is installed |
39 | 2025-03-24T22:33:41.145Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-24T22:33:41.158Z | info: profile set to 'default' |
41 | 2025-03-24T22:33:41.158Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-24T22:33:41.162Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-24T22:33:41.324Z | info: latest update on 2025-03-18, rust version 1.85.1 (4eb161250 2025-03-15) |
44 | 2025-03-24T22:33:41.327Z | info: downloading component 'cargo' |
45 | 2025-03-24T22:33:42.403Z | info: downloading component 'clippy' |
46 | 2025-03-24T22:33:42.768Z | info: downloading component 'rust-docs' |
47 | 2025-03-24T22:33:44.148Z | info: downloading component 'rust-std' |
48 | 2025-03-24T22:33:45.984Z | info: downloading component 'rustc' |
49 | 2025-03-24T22:33:53.887Z | info: downloading component 'rustfmt' |
50 | 2025-03-24T22:33:54.220Z | info: installing component 'cargo' |
51 | 2025-03-24T22:33:55.031Z | info: installing component 'clippy' |
52 | 2025-03-24T22:33:55.411Z | info: installing component 'rust-docs' |
53 | 2025-03-24T22:33:57.167Z | info: installing component 'rust-std' |
54 | 2025-03-24T22:33:58.890Z | info: installing component 'rustc' |
55 | 2025-03-24T22:34:04.872Z | info: installing component 'rustfmt' |
56 | 2025-03-24T22:34:05.197Z | |
57 | 2025-03-24T22:34:05.197Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
58 | 2025-03-24T22:34:05.581Z | stable-x86_64-unknown-illumos installed - rustc 1.85.1 (4eb161250 2025-03-15) |
59 | 2025-03-24T22:34:05.581Z | |
60 | 2025-03-24T22:34:05.585Z | |
61 | 2025-03-24T22:34:05.585Z | Rust is installed now. Great! |
62 | 2025-03-24T22:34:05.585Z | |
63 | 2025-03-24T22:34:05.585Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-24T22:34:05.585Z | environment variable. This has not been done automatically. |
65 | 2025-03-24T22:34:05.585Z | |
66 | 2025-03-24T22:34:05.585Z | To configure your current shell, you need to source |
67 | 2025-03-24T22:34:05.585Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-24T22:34:05.585Z | |
69 | 2025-03-24T22:34:05.585Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-24T22:34:05.585Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-24T22:34:05.585Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-24T22:34:05.585Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-24T22:34:05.656Z | + rustup --version |
74 | 2025-03-24T22:34:05.667Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-24T22:34:05.667Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-24T22:34:05.694Z | info: The currently active `rustc` version is `rustc 1.85.1 (4eb161250 2025-03-15)` |
77 | 2025-03-24T22:34:05.698Z | + cargo --version |
78 | 2025-03-24T22:34:05.717Z | cargo 1.85.1 (d73d2caf9 2024-12-31) |
79 | 2025-03-24T22:34:05.720Z | + rustc --version |
80 | 2025-03-24T22:34:05.743Z | rustc 1.85.1 (4eb161250 2025-03-15) |
81 | 2025-03-24T22:34:05.746Z | process exited: duration 25924 ms, exit code 0 |
|
82 | 2025-03-24T22:34:05.755Z | starting task 2: "authentication" |
83 | 2025-03-24T22:34:05.775Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-24T22:34:05.785Z | starting task 3: "clone repository" |
85 | 2025-03-24T22:34:05.789Z | + mkdir -p /work/oxidecomputer/maghemite |
86 | 2025-03-24T22:34:05.792Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
87 | 2025-03-24T22:34:05.832Z | Cloning into '/work/oxidecomputer/maghemite'... |
88 | 2025-03-24T22:34:06.426Z | + cd /work/oxidecomputer/maghemite |
89 | 2025-03-24T22:34:06.426Z | + git fetch origin ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
90 | 2025-03-24T22:34:06.683Z | From https://github.com/oxidecomputer/maghemite |
91 | 2025-03-24T22:34:06.683Z | * branch ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e -> FETCH_HEAD |
92 | 2025-03-24T22:34:06.693Z | + [[ -n renovate/itertools-0.x ]] |
93 | 2025-03-24T22:34:06.697Z | ++ git branch --show-current |
94 | 2025-03-24T22:34:06.697Z | + current=main |
95 | 2025-03-24T22:34:06.697Z | + [[ main != renovate/itertools-0.x ]] |
96 | 2025-03-24T22:34:06.697Z | + git branch -f renovate/itertools-0.x ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
97 | 2025-03-24T22:34:06.701Z | + git checkout -f renovate/itertools-0.x |
98 | 2025-03-24T22:34:06.716Z | Switched to branch 'renovate/itertools-0.x' |
99 | 2025-03-24T22:34:06.720Z | + git reset --hard ee076cb81f8aaa0e012a6f92fd9b9e6f30725c8e |
100 | 2025-03-24T22:34:06.730Z | HEAD is now at ee076cb Update Rust crate itertools to 0.14 |
101 | 2025-03-24T22:34:06.734Z | process exited: duration 948 ms, exit code 0 |
|
102 | 2025-03-24T22:34:06.755Z | starting task 4: "build" |
103 | 2025-03-24T22:34:06.759Z | ++ cargo --version |
104 | 2025-03-24T22:34:06.760Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
105 | 2025-03-24T22:34:06.935Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
106 | 2025-03-24T22:34:06.935Z | info: downloading component 'cargo' |
107 | 2025-03-24T22:34:07.967Z | info: downloading component 'clippy' |
108 | 2025-03-24T22:34:08.311Z | info: downloading component 'rust-docs' |
109 | 2025-03-24T22:34:09.675Z | info: downloading component 'rust-std' |
110 | 2025-03-24T22:34:11.220Z | info: downloading component 'rustc' |
111 | 2025-03-24T22:34:17.632Z | info: downloading component 'rustfmt' |
112 | 2025-03-24T22:34:17.919Z | info: installing component 'cargo' |
113 | 2025-03-24T22:34:18.714Z | info: installing component 'clippy' |
114 | 2025-03-24T22:34:19.074Z | info: installing component 'rust-docs' |
115 | 2025-03-24T22:34:20.663Z | info: installing component 'rust-std' |
116 | 2025-03-24T22:34:22.406Z | info: installing component 'rustc' |
117 | 2025-03-24T22:34:28.033Z | info: installing component 'rustfmt' |
118 | 2025-03-24T22:34:28.436Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
119 | 2025-03-24T22:34:28.441Z | ++ rustc --version |
120 | 2025-03-24T22:34:28.510Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
121 | 2025-03-24T22:34:28.517Z | ++ dladm |
122 | 2025-03-24T22:34:28.535Z | LINK CLASS MTU STATE BRIDGE OVER |
123 | 2025-03-24T22:34:28.535Z | ena0 phys 9216 up -- -- |
124 | 2025-03-24T22:34:28.535Z | ++ ipadm |
125 | 2025-03-24T22:34:28.545Z | ADDROBJ TYPE STATE ADDR |
126 | 2025-03-24T22:34:28.545Z | lo0/v4 static ok 127.0.0.1/8 |
127 | 2025-03-24T22:34:28.546Z | ena0/dhcp dhcp ok 10.150.1.65/24 |
128 | 2025-03-24T22:34:28.546Z | lo0/v6 static ok ::1/128 |
129 | 2025-03-24T22:34:28.546Z | ++ banner collect |
130 | 2025-03-24T22:34:28.546Z | |
131 | 2025-03-24T22:34:28.546Z | #### #### # # ###### #### ##### |
132 | 2025-03-24T22:34:28.546Z | # # # # # # # # # # |
133 | 2025-03-24T22:34:28.546Z | # # # # # ##### # # |
134 | 2025-03-24T22:34:28.546Z | # # # # # # # # |
135 | 2025-03-24T22:34:28.546Z | # # # # # # # # # # |
136 | 2025-03-24T22:34:28.546Z | #### #### ###### ###### ###### #### # |
137 | 2025-03-24T22:34:28.546Z | |
138 | 2025-03-24T22:34:28.546Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
139 | 2025-03-24T22:34:28.546Z | ++ repo=softnpu |
140 | 2025-03-24T22:34:28.546Z | ++ series=image |
141 | 2025-03-24T22:34:28.546Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
142 | 2025-03-24T22:34:28.547Z | ++ name=softnpu |
143 | 2025-03-24T22:34:28.547Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
144 | 2025-03-24T22:34:28.547Z | ++ mkdir -p download |
145 | 2025-03-24T22:34:28.547Z | ++ pushd download |
146 | 2025-03-24T22:34:28.547Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
147 | 2025-03-24T22:34:28.547Z | ++ [[ ! -f softnpu ]] |
148 | 2025-03-24T22:34:28.547Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
149 | 2025-03-24T22:34:28.547Z | % Total % Received % Xferd Average Speed Time Time Time Current |
150 | 2025-03-24T22:34:28.547Z | Dload Upload Total Spent Left Speed |
151 | 2025-03-24T22:34:29.185Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
34 21.8M 34 7707k 0 0 23.2M 0 --:--:-- --:--:-- --:--:-- 23.2M
100 21.8M 100 21.8M 0 0 34.0M 0 --:--:-- --:--:-- --:--:-- 34.0M |
152 | 2025-03-24T22:34:29.191Z | ++ popd |
153 | 2025-03-24T22:34:29.192Z | /work/oxidecomputer/maghemite |
154 | 2025-03-24T22:34:29.192Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
155 | 2025-03-24T22:34:29.192Z | ++ repo=sidecar-lite |
156 | 2025-03-24T22:34:29.192Z | ++ series=release |
157 | 2025-03-24T22:34:29.192Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
158 | 2025-03-24T22:34:29.192Z | ++ name=libsidecar_lite.so |
159 | 2025-03-24T22:34:29.192Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
160 | 2025-03-24T22:34:29.192Z | ++ mkdir -p download |
161 | 2025-03-24T22:34:29.192Z | ++ pushd download |
162 | 2025-03-24T22:34:29.192Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
163 | 2025-03-24T22:34:29.192Z | ++ [[ ! -f libsidecar_lite.so ]] |
164 | 2025-03-24T22:34:29.192Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
165 | 2025-03-24T22:34:29.192Z | % Total % Received % Xferd Average Speed Time Time Time Current |
166 | 2025-03-24T22:34:29.192Z | Dload Upload Total Spent Left Speed |
167 | 2025-03-24T22:34:29.845Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 30.9M 0 --:--:-- --:--:-- --:--:-- 30.9M |
168 | 2025-03-24T22:34:29.849Z | ++ popd |
169 | 2025-03-24T22:34:29.850Z | /work/oxidecomputer/maghemite |
170 | 2025-03-24T22:34:29.850Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
171 | 2025-03-24T22:34:29.850Z | ++ repo=sidecar-lite |
172 | 2025-03-24T22:34:29.850Z | ++ series=release |
173 | 2025-03-24T22:34:29.850Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
174 | 2025-03-24T22:34:29.850Z | ++ name=scadm |
175 | 2025-03-24T22:34:29.850Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
176 | 2025-03-24T22:34:29.850Z | ++ mkdir -p download |
177 | 2025-03-24T22:34:29.854Z | ++ pushd download |
178 | 2025-03-24T22:34:29.854Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
179 | 2025-03-24T22:34:29.854Z | ++ [[ ! -f scadm ]] |
180 | 2025-03-24T22:34:29.855Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
181 | 2025-03-24T22:34:29.862Z | % Total % Received % Xferd Average Speed Time Time Time Current |
182 | 2025-03-24T22:34:29.867Z | Dload Upload Total Spent Left Speed |
183 | 2025-03-24T22:34:30.488Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 36.3M 0 --:--:-- --:--:-- --:--:-- 36.4M |
184 | 2025-03-24T22:34:30.491Z | ++ popd |
185 | 2025-03-24T22:34:30.491Z | /work/oxidecomputer/maghemite |
186 | 2025-03-24T22:34:30.491Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
187 | 2025-03-24T22:34:30.491Z | ++ repo=dendrite |
188 | 2025-03-24T22:34:30.491Z | ++ series=image |
189 | 2025-03-24T22:34:30.491Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
190 | 2025-03-24T22:34:30.491Z | ++ name=dendrite-softnpu.tar.gz |
191 | 2025-03-24T22:34:30.491Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
192 | 2025-03-24T22:34:30.491Z | ++ mkdir -p download |
193 | 2025-03-24T22:34:30.495Z | ++ pushd download |
194 | 2025-03-24T22:34:30.495Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
195 | 2025-03-24T22:34:30.495Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
196 | 2025-03-24T22:34:30.495Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
197 | 2025-03-24T22:34:30.501Z | % Total % Received % Xferd Average Speed Time Time Time Current |
198 | 2025-03-24T22:34:30.501Z | Dload Upload Total Spent Left Speed |
199 | 2025-03-24T22:34:31.280Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
28 37.5M 28 10.6M 0 0 30.0M 0 0:00:01 --:--:-- 0:00:01 30.0M
100 37.5M 100 37.5M 0 0 48.5M 0 --:--:-- --:--:-- --:--:-- 48.5M |
200 | 2025-03-24T22:34:31.287Z | ++ popd |
201 | 2025-03-24T22:34:31.287Z | /work/oxidecomputer/maghemite |
202 | 2025-03-24T22:34:31.287Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
203 | 2025-03-24T22:34:31.287Z | ++ repo=maghemite |
204 | 2025-03-24T22:34:31.287Z | ++ series=release |
205 | 2025-03-24T22:34:31.287Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
206 | 2025-03-24T22:34:31.287Z | ++ name=ddmd |
207 | 2025-03-24T22:34:31.287Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
208 | 2025-03-24T22:34:31.287Z | ++ mkdir -p download |
209 | 2025-03-24T22:34:31.287Z | ++ pushd download |
210 | 2025-03-24T22:34:31.287Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
211 | 2025-03-24T22:34:31.287Z | ++ [[ ! -f ddmd ]] |
212 | 2025-03-24T22:34:31.287Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
213 | 2025-03-24T22:34:31.297Z | % Total % Received % Xferd Average Speed Time Time Time Current |
214 | 2025-03-24T22:34:31.297Z | Dload Upload Total Spent Left Speed |
215 | 2025-03-24T22:34:31.999Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
69 40.9M 69 28.6M 0 0 50.6M 0 --:--:-- --:--:-- --:--:-- 50.5M
100 40.9M 100 40.9M 0 0 57.7M 0 --:--:-- --:--:-- --:--:-- 57.6M |
216 | 2025-03-24T22:34:32.003Z | ++ popd |
217 | 2025-03-24T22:34:32.006Z | /work/oxidecomputer/maghemite |
218 | 2025-03-24T22:34:32.006Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
219 | 2025-03-24T22:34:32.006Z | ++ repo=maghemite |
220 | 2025-03-24T22:34:32.006Z | ++ series=release |
221 | 2025-03-24T22:34:32.006Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
222 | 2025-03-24T22:34:32.006Z | ++ name=ddmadm |
223 | 2025-03-24T22:34:32.006Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
224 | 2025-03-24T22:34:32.006Z | ++ mkdir -p download |
225 | 2025-03-24T22:34:32.006Z | ++ pushd download |
226 | 2025-03-24T22:34:32.006Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
227 | 2025-03-24T22:34:32.006Z | ++ [[ ! -f ddmadm ]] |
228 | 2025-03-24T22:34:32.006Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
229 | 2025-03-24T22:34:32.015Z | % Total % Received % Xferd Average Speed Time Time Time Current |
230 | 2025-03-24T22:34:32.019Z | Dload Upload Total Spent Left Speed |
231 | 2025-03-24T22:34:32.430Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 43.2M 0 --:--:-- --:--:-- --:--:-- 43.3M |
232 | 2025-03-24T22:34:32.434Z | ++ popd |
233 | 2025-03-24T22:34:32.434Z | /work/oxidecomputer/maghemite |
234 | 2025-03-24T22:34:32.434Z | ++ pushd download |
235 | 2025-03-24T22:34:32.434Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
236 | 2025-03-24T22:34:32.434Z | ++ chmod +x softnpu |
237 | 2025-03-24T22:34:32.438Z | ++ chmod +x scadm |
238 | 2025-03-24T22:34:32.441Z | ++ chmod +x ddmadm |
239 | 2025-03-24T22:34:32.442Z | ++ chmod +x ddmd |
240 | 2025-03-24T22:34:32.442Z | ++ mv ddmadm ddmadm-v2 |
241 | 2025-03-24T22:34:32.445Z | ++ mv ddmd ddmd-v2 |
242 | 2025-03-24T22:34:32.445Z | ++ rm -rf zones/dendrite |
243 | 2025-03-24T22:34:32.448Z | ++ mkdir -p zones/dendrite |
244 | 2025-03-24T22:34:32.452Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
245 | 2025-03-24T22:34:33.210Z | ++ popd |
246 | 2025-03-24T22:34:33.211Z | /work/oxidecomputer/maghemite |
247 | 2025-03-24T22:34:33.211Z | ++ banner install |
248 | 2025-03-24T22:34:33.214Z | |
249 | 2025-03-24T22:34:33.214Z | # # # #### ##### ## # # |
250 | 2025-03-24T22:34:33.214Z | # ## # # # # # # # |
251 | 2025-03-24T22:34:33.214Z | # # # # #### # # # # # |
252 | 2025-03-24T22:34:33.214Z | # # # # # # ###### # # |
253 | 2025-03-24T22:34:33.214Z | # # ## # # # # # # # |
254 | 2025-03-24T22:34:33.214Z | # # # #### # # # ###### ###### |
255 | 2025-03-24T22:34:33.214Z | |
256 | 2025-03-24T22:34:33.214Z | ++ pkg info brand/sparse |
257 | 2025-03-24T22:34:33.214Z | ++ grep -qi installed |
258 | 2025-03-24T22:34:34.834Z | pkg: info: no packages matching the following patterns you specified are |
259 | 2025-03-24T22:34:34.834Z | installed on the system. Try querying remotely instead: |
260 | 2025-03-24T22:34:34.834Z | |
261 | 2025-03-24T22:34:34.834Z | brand/sparse |
262 | 2025-03-24T22:34:34.882Z | ++ [[ 1 != 0 ]] |
263 | 2025-03-24T22:34:34.882Z | ++ set -o errexit |
264 | 2025-03-24T22:34:34.882Z | ++ pfexec pkg install brand/sparse |
265 | 2025-03-24T22:34:42.320Z | Startup: Refreshing catalog 'helios-dev' ... Done |
266 | 2025-03-24T22:34:46.848Z | Startup: Caching catalogs ... Done |
267 | 2025-03-24T22:35:01.536Z | Planning: Solver setup ... Done |
268 | 2025-03-24T22:35:01.695Z | Planning: Running solver ... Done |
269 | 2025-03-24T22:35:01.824Z | Planning: Finding local manifests ... Done |
270 | 2025-03-24T22:35:01.839Z | Planning: Fetching manifests: 0/3 0% complete |
271 | 2025-03-24T22:35:01.947Z | Planning: Fetching manifests: 3/3 100% complete |
272 | 2025-03-24T22:35:02.017Z | Planning: Package planning ... Done |
273 | 2025-03-24T22:35:02.024Z | Planning: Merging actions ... Done |
274 | 2025-03-24T22:35:02.217Z | Planning: Checking for conflicting actions ... Done |
275 | 2025-03-24T22:35:03.925Z | Planning: Consolidating action changes ... Done |
276 | 2025-03-24T22:35:04.333Z | Planning: Evaluating mediators ... Done |
277 | 2025-03-24T22:35:04.403Z | Planning: Planning completed in 17.44 seconds |
278 | 2025-03-24T22:35:04.417Z | Packages to install: 1 |
279 | 2025-03-24T22:35:04.417Z | Packages to update: 2 |
280 | 2025-03-24T22:35:04.420Z | Create boot environment: No |
281 | 2025-03-24T22:35:04.420Z | Create backup boot environment: Yes |
282 | 2025-03-24T22:35:04.489Z | |
283 | 2025-03-24T22:35:04.489Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
284 | 2025-03-24T22:35:09.659Z | Download: 917/1009 items 8.0/8.0MB 99% complete (2.1M/s) |
285 | 2025-03-24T22:35:11.215Z | Download: Completed 8.03 MB in 6.72 seconds (1.2M/s) |
286 | 2025-03-24T22:35:13.425Z | Actions: 1/1419 actions (Removing old actions) |
287 | 2025-03-24T22:35:13.444Z | Actions: 199/1419 actions (Installing new actions) |
288 | 2025-03-24T22:35:13.561Z | Actions: 579/1419 actions (Updating modified actions) |
289 | 2025-03-24T22:35:13.872Z | Actions: Completed 1419 actions in 0.45 seconds. |
290 | 2025-03-24T22:35:14.089Z | Done |
291 | 2025-03-24T22:35:14.093Z | Done |
292 | 2025-03-24T22:35:14.689Z | Done |
293 | 2025-03-24T22:35:18.856Z | Done |
294 | 2025-03-24T22:35:18.937Z | Done |
295 | 2025-03-24T22:35:18.940Z | Done |
296 | 2025-03-24T22:35:19.038Z | Done |
297 | 2025-03-24T22:35:19.466Z | ++ set -o errexit |
298 | 2025-03-24T22:35:19.467Z | ++ set -o pipefail |
299 | 2025-03-24T22:35:19.467Z | ++ banner build |
300 | 2025-03-24T22:35:19.470Z | |
301 | 2025-03-24T22:35:19.470Z | ##### # # # # ##### |
302 | 2025-03-24T22:35:19.470Z | # # # # # # # # |
303 | 2025-03-24T22:35:19.470Z | ##### # # # # # # |
304 | 2025-03-24T22:35:19.470Z | # # # # # # # # |
305 | 2025-03-24T22:35:19.470Z | # # # # # # # # |
306 | 2025-03-24T22:35:19.470Z | ##### #### # ###### ##### |
307 | 2025-03-24T22:35:19.470Z | |
308 | 2025-03-24T22:35:19.470Z | ++ cargo build --release --bin ddmd --bin ddmadm |
309 | 2025-03-24T22:35:19.664Z | Updating crates.io index |
310 | 2025-03-24T22:35:19.667Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
311 | 2025-03-24T22:35:20.488Z | From https://github.com/oxidecomputer/falcon |
312 | 2025-03-24T22:35:20.488Z | * [new ref] d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 -> refs/commit/d04addf8c95cf59e1dbcc7c59c3d07692a2eae88 |
313 | 2025-03-24T22:35:20.651Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
314 | 2025-03-24T22:35:22.022Z | From https://github.com/oxidecomputer/dendrite |
315 | 2025-03-24T22:35:22.022Z | * [new ref] 58f63f5721d40d1954524879d1ede6b9084c7b3b -> refs/commit/58f63f5721d40d1954524879d1ede6b9084c7b3b |
316 | 2025-03-24T22:35:22.075Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
317 | 2025-03-24T22:35:22.477Z | From https://github.com/oxidecomputer/ispf |
318 | 2025-03-24T22:35:22.477Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
319 | 2025-03-24T22:35:22.486Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
320 | 2025-03-24T22:35:23.414Z | From https://github.com/oxidecomputer/netadm-sys |
321 | 2025-03-24T22:35:23.414Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
322 | 2025-03-24T22:35:23.426Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
323 | 2025-03-24T22:35:27.993Z | From https://github.com/oxidecomputer/omicron |
324 | 2025-03-24T22:35:27.993Z | * [new ref] 25a7855cf82764c4297d549fc0bf0b04ab2d4403 -> refs/commit/25a7855cf82764c4297d549fc0bf0b04ab2d4403 |
325 | 2025-03-24T22:35:28.043Z | * [new tag] dogfood -> dogfood |
326 | 2025-03-24T22:35:28.053Z | * [new tag] v5 -> v5 |
327 | 2025-03-24T22:35:28.053Z | * [new tag] v6 -> v6 |
328 | 2025-03-24T22:35:28.053Z | * [new tag] v7 -> v7 |
329 | 2025-03-24T22:35:28.053Z | * [new tag] v8 -> v8 |
330 | 2025-03-24T22:35:28.053Z | * [new tag] v9 -> v9 |
331 | 2025-03-24T22:35:28.444Z | Updating git repository `https://github.com/oxidecomputer/opte` |
332 | 2025-03-24T22:35:29.082Z | From https://github.com/oxidecomputer/opte |
333 | 2025-03-24T22:35:29.082Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
334 | 2025-03-24T22:35:29.133Z | Updating git repository `https://github.com/illumos/smf-rs` |
335 | 2025-03-24T22:35:29.550Z | From https://github.com/illumos/smf-rs |
336 | 2025-03-24T22:35:29.550Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
337 | 2025-03-24T22:35:29.583Z | Updating git repository `https://github.com/oxidecomputer/zone` |
338 | 2025-03-24T22:35:30.010Z | From https://github.com/oxidecomputer/zone |
339 | 2025-03-24T22:35:30.010Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
340 | 2025-03-24T22:35:30.061Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
341 | 2025-03-24T22:35:30.781Z | From https://github.com/oxidecomputer/propolis |
342 | 2025-03-24T22:35:30.781Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
343 | 2025-03-24T22:35:30.923Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
344 | 2025-03-24T22:35:31.496Z | From https://github.com/oxidecomputer/transceiver-control |
345 | 2025-03-24T22:35:31.496Z | * [new ref] 174386abfc9ffe8104601705f8c6d51e590dfe0c -> refs/commit/174386abfc9ffe8104601705f8c6d51e590dfe0c |
346 | 2025-03-24T22:35:31.524Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
347 | 2025-03-24T22:35:31.886Z | From https://github.com/oxidecomputer/dlpi-sys |
348 | 2025-03-24T22:35:31.887Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
349 | 2025-03-24T22:35:31.907Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
350 | 2025-03-24T22:35:32.376Z | From https://github.com/jmesmon/rust-libzfs |
351 | 2025-03-24T22:35:32.376Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
352 | 2025-03-24T22:35:32.390Z | * [new tag] v0.4.0 -> v0.4.0 |
353 | 2025-03-24T22:35:32.405Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
354 | 2025-03-24T22:35:32.800Z | From https://github.com/oxidecomputer/rusty-doors |
355 | 2025-03-24T22:35:32.800Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
356 | 2025-03-24T22:35:32.816Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
357 | 2025-03-24T22:35:33.405Z | From https://github.com/oxidecomputer/maghemite |
358 | 2025-03-24T22:35:33.408Z | * [new ref] caafd889f31faacfaa51e02902990c220c20ef60 -> refs/commit/caafd889f31faacfaa51e02902990c220c20ef60 |
359 | 2025-03-24T22:35:33.423Z | * [new tag] rift -> rift |
360 | 2025-03-24T22:35:33.437Z | * [new tag] srp -> srp |
361 | 2025-03-24T22:35:33.437Z | * [new tag] tie-spf -> tie-spf |
362 | 2025-03-24T22:35:33.473Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
363 | 2025-03-24T22:35:33.818Z | From https://github.com/oxidecomputer/serde_human_bytes |
364 | 2025-03-24T22:35:33.818Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
365 | 2025-03-24T22:35:33.842Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
366 | 2025-03-24T22:35:34.207Z | From https://github.com/oxidecomputer/slog-error-chain |
367 | 2025-03-24T22:35:34.208Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
368 | 2025-03-24T22:35:34.229Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
369 | 2025-03-24T22:35:34.635Z | From https://github.com/oxidecomputer/tufaceous |
370 | 2025-03-24T22:35:34.635Z | * [new ref] 69e2896b5905aba61445e519aaa40f02d59638b2 -> refs/commit/69e2896b5905aba61445e519aaa40f02d59638b2 |
371 | 2025-03-24T22:35:34.660Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
372 | 2025-03-24T22:35:35.075Z | From https://github.com/oxidecomputer/poptrie |
373 | 2025-03-24T22:35:35.075Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
374 | 2025-03-24T22:35:35.127Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
375 | 2025-03-24T22:35:35.545Z | From https://github.com/oxidecomputer/ingot |
376 | 2025-03-24T22:35:35.545Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
377 | 2025-03-24T22:35:35.687Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
378 | 2025-03-24T22:35:36.353Z | From https://github.com/oxidecomputer/propolis |
379 | 2025-03-24T22:35:36.353Z | * [new ref] 6b5f2af796a3ea57405721407ab70520a93ec73f -> refs/commit/6b5f2af796a3ea57405721407ab70520a93ec73f |
380 | 2025-03-24T22:35:36.459Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
381 | 2025-03-24T22:35:37.673Z | From https://github.com/oxidecomputer/crucible |
382 | 2025-03-24T22:35:37.673Z | * [new ref] 81a3528adacdbde18fcbf3938247fef17233db11 -> refs/commit/81a3528adacdbde18fcbf3938247fef17233db11 |
383 | 2025-03-24T22:35:37.738Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
384 | 2025-03-24T22:35:38.411Z | From https://github.com/oxidecomputer/management-gateway-service |
385 | 2025-03-24T22:35:38.411Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
386 | 2025-03-24T22:35:39.262Z | Downloading crates ... |
387 | 2025-03-24T22:35:39.343Z | Downloaded anstyle-query v1.1.2 |
388 | 2025-03-24T22:35:39.346Z | Downloaded anstyle-parse v0.2.6 |
389 | 2025-03-24T22:35:39.349Z | Downloaded anstyle v1.0.10 |
390 | 2025-03-24T22:35:39.354Z | Downloaded ahash v0.8.11 |
391 | 2025-03-24T22:35:39.358Z | Downloaded async-stream-impl v0.3.6 |
392 | 2025-03-24T22:35:39.361Z | Downloaded foreign-types-shared v0.3.1 |
393 | 2025-03-24T22:35:39.361Z | Downloaded dtrace-parser v0.2.0 |
394 | 2025-03-24T22:35:39.365Z | Downloaded atomicwrites v0.4.4 |
395 | 2025-03-24T22:35:39.371Z | Downloaded cfg_aliases v0.2.1 |
396 | 2025-03-24T22:35:39.374Z | Downloaded crucible-workspace-hack v0.1.0 |
397 | 2025-03-24T22:35:39.374Z | Downloaded omicron-workspace-hack v0.1.0 |
398 | 2025-03-24T22:35:39.374Z | Downloaded foreign-types v0.3.2 |
399 | 2025-03-24T22:35:39.374Z | Downloaded darling_macro v0.20.10 |
400 | 2025-03-24T22:35:39.374Z | Downloaded const-random-macro v0.1.16 |
401 | 2025-03-24T22:35:39.378Z | Downloaded const-random v0.1.18 |
402 | 2025-03-24T22:35:39.381Z | Downloaded cstr-argument v0.1.2 |
403 | 2025-03-24T22:35:39.381Z | Downloaded crc8 v0.1.1 |
404 | 2025-03-24T22:35:39.385Z | Downloaded foreign-types-shared v0.1.1 |
405 | 2025-03-24T22:35:39.385Z | Downloaded allocator-api2 v0.2.21 |
406 | 2025-03-24T22:35:39.389Z | Downloaded num-iter v0.1.45 |
407 | 2025-03-24T22:35:39.389Z | Downloaded openssl-macros v0.1.1 |
408 | 2025-03-24T22:35:39.389Z | Downloaded num-integer v0.1.46 |
409 | 2025-03-24T22:35:39.397Z | Downloaded progenitor-client v0.8.0 |
410 | 2025-03-24T22:35:39.397Z | Downloaded crunchy v0.2.3 |
411 | 2025-03-24T22:35:39.397Z | Downloaded cfg-if v1.0.0 |
412 | 2025-03-24T22:35:39.397Z | Downloaded bytecount v0.6.8 |
413 | 2025-03-24T22:35:39.400Z | Downloaded num_threads v0.1.7 |
414 | 2025-03-24T22:35:39.400Z | Downloaded bit-set v0.8.0 |
415 | 2025-03-24T22:35:39.400Z | Downloaded proc-macro-error-attr v1.0.4 |
416 | 2025-03-24T22:35:39.404Z | Downloaded atomic-waker v1.1.2 |
417 | 2025-03-24T22:35:39.404Z | Downloaded autocfg v1.4.0 |
418 | 2025-03-24T22:35:39.407Z | Downloaded bitflags v1.3.2 |
419 | 2025-03-24T22:35:39.411Z | Downloaded progenitor-client v0.9.1 |
420 | 2025-03-24T22:35:39.411Z | Downloaded embedded-io v0.6.1 |
421 | 2025-03-24T22:35:39.415Z | Downloaded dyn-clone v1.0.19 |
422 | 2025-03-24T22:35:39.415Z | Downloaded float-ord v0.3.2 |
423 | 2025-03-24T22:35:39.415Z | Downloaded data-encoding v2.8.0 |
424 | 2025-03-24T22:35:39.418Z | Downloaded pin-utils v0.1.0 |
425 | 2025-03-24T22:35:39.418Z | Downloaded enum-as-inner v0.6.1 |
426 | 2025-03-24T22:35:39.420Z | Downloaded powerfmt v0.2.0 |
427 | 2025-03-24T22:35:39.421Z | Downloaded fixedbitset v0.4.2 |
428 | 2025-03-24T22:35:39.424Z | Downloaded ppv-lite86 v0.2.21 |
429 | 2025-03-24T22:35:39.428Z | Downloaded postcard v1.1.1 |
430 | 2025-03-24T22:35:39.433Z | Downloaded errno v0.3.10 |
431 | 2025-03-24T22:35:39.434Z | Downloaded rand_xorshift v0.3.0 |
432 | 2025-03-24T22:35:39.434Z | Downloaded rand_chacha v0.3.1 |
433 | 2025-03-24T22:35:39.437Z | Downloaded rand_core v0.9.3 |
434 | 2025-03-24T22:35:39.437Z | Downloaded pkg-config v0.3.32 |
435 | 2025-03-24T22:35:39.441Z | Downloaded typify-macro v0.2.0 |
436 | 2025-03-24T22:35:39.441Z | Downloaded rustc_version v0.1.7 |
437 | 2025-03-24T22:35:39.441Z | Downloaded progenitor-macro v0.8.0 |
438 | 2025-03-24T22:35:39.445Z | Downloaded proc-macro-crate v1.3.1 |
439 | 2025-03-24T22:35:39.445Z | Downloaded fxhash v0.2.1 |
440 | 2025-03-24T22:35:39.445Z | Downloaded http-body v1.0.1 |
441 | 2025-03-24T22:35:39.448Z | Downloaded openssl-probe v0.1.6 |
442 | 2025-03-24T22:35:39.448Z | Downloaded quick-error v1.2.3 |
443 | 2025-03-24T22:35:39.448Z | Downloaded zone_cfg_derive v0.3.0 |
444 | 2025-03-24T22:35:39.452Z | Downloaded resolv-conf v0.7.1 |
445 | 2025-03-24T22:35:39.452Z | Downloaded rusty-fork v0.3.0 |
446 | 2025-03-24T22:35:39.458Z | Downloaded digest v0.10.7 |
447 | 2025-03-24T22:35:39.458Z | Downloaded rustversion v1.0.20 |
448 | 2025-03-24T22:35:39.462Z | Downloaded pretty-hex v0.2.1 |
449 | 2025-03-24T22:35:39.462Z | Downloaded darling v0.20.10 |
450 | 2025-03-24T22:35:39.466Z | Downloaded schemars_derive v0.8.22 |
451 | 2025-03-24T22:35:39.469Z | Downloaded foldhash v0.1.5 |
452 | 2025-03-24T22:35:39.469Z | Downloaded console v0.15.11 |
453 | 2025-03-24T22:35:39.473Z | Downloaded newline-converter v0.3.0 |
454 | 2025-03-24T22:35:39.477Z | Downloaded once_cell v1.21.1 |
455 | 2025-03-24T22:35:39.480Z | Downloaded parking_lot v0.11.2 |
456 | 2025-03-24T22:35:39.484Z | Downloaded icu_provider_macros v1.5.0 |
457 | 2025-03-24T22:35:39.484Z | Downloaded utf16_iter v1.0.5 |
458 | 2025-03-24T22:35:39.484Z | Downloaded typify-macro v0.3.0 |
459 | 2025-03-24T22:35:39.489Z | Downloaded progenitor-macro v0.9.1 |
460 | 2025-03-24T22:35:39.489Z | Downloaded sigpipe v0.1.3 |
461 | 2025-03-24T22:35:39.489Z | Downloaded serde_spanned v0.6.8 |
462 | 2025-03-24T22:35:39.492Z | Downloaded rand_core v0.6.4 |
463 | 2025-03-24T22:35:39.492Z | Downloaded writeable v0.5.5 |
464 | 2025-03-24T22:35:39.498Z | Downloaded futures-task v0.3.31 |
465 | 2025-03-24T22:35:39.498Z | Downloaded bitflags v2.9.0 |
466 | 2025-03-24T22:35:39.502Z | Downloaded pin-project-lite v0.2.16 |
467 | 2025-03-24T22:35:39.534Z | Downloaded fixedbitset v0.5.7 |
468 | 2025-03-24T22:35:39.534Z | Downloaded rustls-pemfile v2.2.0 |
469 | 2025-03-24T22:35:39.534Z | Downloaded want v0.3.1 |
470 | 2025-03-24T22:35:39.534Z | Downloaded waitgroup v0.1.2 |
471 | 2025-03-24T22:35:39.535Z | Downloaded tower-service v0.3.3 |
472 | 2025-03-24T22:35:39.535Z | Downloaded lru-cache v0.1.2 |
473 | 2025-03-24T22:35:39.535Z | Downloaded newtype-uuid v1.2.1 |
474 | 2025-03-24T22:35:39.535Z | Downloaded quote v1.0.40 |
475 | 2025-03-24T22:35:39.535Z | Downloaded proc-macro-error2 v2.0.1 |
476 | 2025-03-24T22:35:39.535Z | Downloaded strum v0.26.3 |
477 | 2025-03-24T22:35:39.535Z | Downloaded usdt-macro v0.5.0 |
478 | 2025-03-24T22:35:39.535Z | Downloaded yoke v0.7.5 |
479 | 2025-03-24T22:35:39.535Z | Downloaded tinyvec_macros v0.1.1 |
480 | 2025-03-24T22:35:39.535Z | Downloaded hubpack v0.1.2 |
481 | 2025-03-24T22:35:39.542Z | Downloaded signal-hook-registry v1.4.2 |
482 | 2025-03-24T22:35:39.542Z | Downloaded ucd-trie v0.1.7 |
483 | 2025-03-24T22:35:39.542Z | Downloaded swrite v0.1.0 |
484 | 2025-03-24T22:35:39.542Z | Downloaded tiny-keccak v2.0.2 |
485 | 2025-03-24T22:35:39.542Z | Downloaded write16 v1.0.0 |
486 | 2025-03-24T22:35:39.545Z | Downloaded owo-colors v4.2.0 |
487 | 2025-03-24T22:35:39.545Z | Downloaded crossbeam-epoch v0.9.18 |
488 | 2025-03-24T22:35:39.551Z | Downloaded usdt-attr-macro v0.5.0 |
489 | 2025-03-24T22:35:39.551Z | Downloaded wait-timeout v0.2.1 |
490 | 2025-03-24T22:35:39.557Z | Downloaded tinystr v0.7.6 |
491 | 2025-03-24T22:35:39.557Z | Downloaded hubpack_derive v0.1.1 |
492 | 2025-03-24T22:35:39.557Z | Downloaded ryu v1.0.20 |
493 | 2025-03-24T22:35:39.561Z | Downloaded zone v0.3.0 |
494 | 2025-03-24T22:35:39.561Z | Downloaded zerovec-derive v0.10.3 |
495 | 2025-03-24T22:35:39.561Z | Downloaded num-conv v0.1.0 |
496 | 2025-03-24T22:35:39.564Z | Downloaded native-tls v0.2.14 |
497 | 2025-03-24T22:35:39.568Z | Downloaded serde_path_to_error v0.1.17 |
498 | 2025-03-24T22:35:39.568Z | Downloaded thiserror v1.0.69 |
499 | 2025-03-24T22:35:39.572Z | Downloaded zerofrom v0.1.6 |
500 | 2025-03-24T22:35:39.575Z | Downloaded bytes v1.10.1 |
501 | 2025-03-24T22:35:39.580Z | Downloaded tokio-macros v2.5.0 |
502 | 2025-03-24T22:35:39.580Z | Downloaded time-core v0.1.4 |
503 | 2025-03-24T22:35:39.588Z | Downloaded parking_lot v0.12.3 |
504 | 2025-03-24T22:35:39.591Z | Downloaded stable_deref_trait v1.2.0 |
505 | 2025-03-24T22:35:39.591Z | Downloaded synstructure v0.13.1 |
506 | 2025-03-24T22:35:39.591Z | Downloaded num-traits v0.2.19 |
507 | 2025-03-24T22:35:39.591Z | Downloaded strum_macros v0.26.4 |
508 | 2025-03-24T22:35:39.595Z | Downloaded humantime v2.2.0 |
509 | 2025-03-24T22:35:39.598Z | Downloaded version_check v0.9.5 |
510 | 2025-03-24T22:35:39.598Z | Downloaded take_mut v0.2.2 |
511 | 2025-03-24T22:35:39.598Z | Downloaded tokio-native-tls v0.3.1 |
512 | 2025-03-24T22:35:39.605Z | Downloaded ident_case v1.0.1 |
513 | 2025-03-24T22:35:39.605Z | Downloaded try-lock v0.2.5 |
514 | 2025-03-24T22:35:39.605Z | Downloaded hash32 v0.3.1 |
515 | 2025-03-24T22:35:39.605Z | Downloaded subtle v2.6.1 |
516 | 2025-03-24T22:35:39.608Z | Downloaded strum_macros v0.25.3 |
517 | 2025-03-24T22:35:39.612Z | Downloaded memmap v0.7.0 |
518 | 2025-03-24T22:35:39.612Z | Downloaded hyper-tls v0.6.0 |
519 | 2025-03-24T22:35:39.615Z | Downloaded rustls-pki-types v1.11.0 |
520 | 2025-03-24T22:35:39.619Z | Downloaded serde-big-array v0.5.1 |
521 | 2025-03-24T22:35:39.623Z | Downloaded spin v0.5.2 |
522 | 2025-03-24T22:35:39.623Z | Downloaded serde_repr v0.1.20 |
523 | 2025-03-24T22:35:39.626Z | Downloaded indent_write v2.2.0 |
524 | 2025-03-24T22:35:39.626Z | Downloaded tinyvec v1.9.0 |
525 | 2025-03-24T22:35:39.631Z | Downloaded slog-async v2.8.0 |
526 | 2025-03-24T22:35:39.634Z | Downloaded iana-time-zone v0.1.61 |
527 | 2025-03-24T22:35:39.634Z | Downloaded linked-hash-map v0.5.6 |
528 | 2025-03-24T22:35:39.637Z | Downloaded schemars v0.8.22 |
529 | 2025-03-24T22:35:39.648Z | Downloaded match_cfg v0.1.0 |
530 | 2025-03-24T22:35:39.651Z | Downloaded tabled_derive v0.10.0 |
531 | 2025-03-24T22:35:39.651Z | Downloaded generic-array v0.14.7 |
532 | 2025-03-24T22:35:39.651Z | Downloaded sync_wrapper v1.0.2 |
533 | 2025-03-24T22:35:39.655Z | Downloaded num-derive v0.3.3 |
534 | 2025-03-24T22:35:39.655Z | Downloaded no-std-compat v0.4.1 |
535 | 2025-03-24T22:35:39.655Z | Downloaded libsw v3.5.0 |
536 | 2025-03-24T22:35:39.663Z | Downloaded prettyplease v0.2.31 |
537 | 2025-03-24T22:35:39.666Z | Downloaded crossbeam-channel v0.5.14 |
538 | 2025-03-24T22:35:39.666Z | Downloaded tabwriter v1.4.1 |
539 | 2025-03-24T22:35:39.670Z | Downloaded memoffset v0.9.1 |
540 | 2025-03-24T22:35:39.670Z | Downloaded expectorate v1.1.0 |
541 | 2025-03-24T22:35:39.673Z | Downloaded thread_local v1.1.8 |
542 | 2025-03-24T22:35:39.673Z | Downloaded openssl-sys v0.9.106 |
543 | 2025-03-24T22:35:39.677Z | Downloaded semver v0.1.20 |
544 | 2025-03-24T22:35:39.680Z | Downloaded futures-channel v0.3.31 |
545 | 2025-03-24T22:35:39.683Z | Downloaded scroll_derive v0.12.0 |
546 | 2025-03-24T22:35:39.683Z | Downloaded newtype_derive v0.1.6 |
547 | 2025-03-24T22:35:39.683Z | Downloaded slog-dtrace v0.3.0 |
548 | 2025-03-24T22:35:39.686Z | Downloaded idna_adapter v1.2.0 |
549 | 2025-03-24T22:35:39.686Z | Downloaded strsim v0.11.1 |
550 | 2025-03-24T22:35:39.686Z | Downloaded hostname v0.3.1 |
551 | 2025-03-24T22:35:39.690Z | Downloaded thread-id v4.2.2 |
552 | 2025-03-24T22:35:39.690Z | Downloaded spin v0.9.8 |
553 | 2025-03-24T22:35:39.694Z | Downloaded icu_properties v1.5.1 |
554 | 2025-03-24T22:35:39.699Z | Downloaded httparse v1.10.1 |
555 | 2025-03-24T22:35:39.699Z | Downloaded thiserror-impl v1.0.69 |
556 | 2025-03-24T22:35:39.699Z | Downloaded yoke-derive v0.7.5 |
557 | 2025-03-24T22:35:39.704Z | Downloaded instant v0.1.13 |
558 | 2025-03-24T22:35:39.704Z | Downloaded macaddr v1.0.1 |
559 | 2025-03-24T22:35:39.707Z | Downloaded slog-stdlog v4.1.1 |
560 | 2025-03-24T22:35:39.708Z | Downloaded http-body-util v0.1.3 |
561 | 2025-03-24T22:35:39.708Z | Downloaded typify v0.2.0 |
562 | 2025-03-24T22:35:39.711Z | Downloaded tracing-attributes v0.1.28 |
563 | 2025-03-24T22:35:39.714Z | Downloaded futures v0.3.31 |
564 | 2025-03-24T22:35:39.717Z | Downloaded slog-scope v4.4.0 |
565 | 2025-03-24T22:35:39.722Z | Downloaded utf8parse v0.2.2 |
566 | 2025-03-24T22:35:39.722Z | Downloaded thiserror-impl v2.0.12 |
567 | 2025-03-24T22:35:39.722Z | Downloaded mime v0.3.17 |
568 | 2025-03-24T22:35:39.725Z | Downloaded http v1.3.1 |
569 | 2025-03-24T22:35:39.728Z | Downloaded highway v1.3.0 |
570 | 2025-03-24T22:35:39.731Z | Downloaded rand v0.8.5 |
571 | 2025-03-24T22:35:39.734Z | Downloaded utf8_iter v1.0.4 |
572 | 2025-03-24T22:35:39.737Z | Downloaded sha1 v0.10.6 |
573 | 2025-03-24T22:35:39.737Z | Downloaded heck v0.5.0 |
574 | 2025-03-24T22:35:39.742Z | Downloaded unicode-ident v1.0.18 |
575 | 2025-03-24T22:35:39.745Z | Downloaded icu_locid_transform_data v1.5.0 |
576 | 2025-03-24T22:35:39.745Z | Downloaded serde_derive_internals v0.29.1 |
577 | 2025-03-24T22:35:39.745Z | Downloaded half v2.5.0 |
578 | 2025-03-24T22:35:39.749Z | Downloaded rand v0.9.0 |
579 | 2025-03-24T22:35:39.752Z | Downloaded hostname v0.4.0 |
580 | 2025-03-24T22:35:39.756Z | Downloaded serde_with_macros v3.12.0 |
581 | 2025-03-24T22:35:39.760Z | Downloaded quinn v0.11.7 |
582 | 2025-03-24T22:35:39.763Z | Downloaded toml_datetime v0.6.8 |
583 | 2025-03-24T22:35:39.763Z | Downloaded managed v0.8.0 |
584 | 2025-03-24T22:35:39.763Z | Downloaded litemap v0.7.5 |
585 | 2025-03-24T22:35:39.767Z | Downloaded multer v3.1.0 |
586 | 2025-03-24T22:35:39.770Z | Downloaded libsw-core v0.3.2 |
587 | 2025-03-24T22:35:39.771Z | Downloaded cc v1.2.17 |
588 | 2025-03-24T22:35:39.774Z | Downloaded usdt-impl v0.5.0 |
589 | 2025-03-24T22:35:39.779Z | Downloaded zerocopy v0.6.6 |
590 | 2025-03-24T22:35:39.779Z | Downloaded socket2 v0.5.8 |
591 | 2025-03-24T22:35:39.783Z | Downloaded linear-map v1.2.0 |
592 | 2025-03-24T22:35:39.783Z | Downloaded untrusted v0.9.0 |
593 | 2025-03-24T22:35:39.783Z | Downloaded hex v0.4.3 |
594 | 2025-03-24T22:35:39.787Z | Downloaded semver v1.0.26 |
595 | 2025-03-24T22:35:39.791Z | Downloaded getrandom v0.2.15 |
596 | 2025-03-24T22:35:39.791Z | Downloaded term v0.7.0 |
597 | 2025-03-24T22:35:39.794Z | Downloaded thin-vec v0.2.13 |
598 | 2025-03-24T22:35:39.798Z | Downloaded tokio-stream v0.1.17 |
599 | 2025-03-24T22:35:39.801Z | Downloaded terminal_size v0.4.2 |
600 | 2025-03-24T22:35:39.801Z | Downloaded tempfile v3.19.1 |
601 | 2025-03-24T22:35:39.804Z | Downloaded serde_urlencoded v0.7.1 |
602 | 2025-03-24T22:35:39.804Z | Downloaded tracing-core v0.1.33 |
603 | 2025-03-24T22:35:39.808Z | Downloaded ipnet v2.11.0 |
604 | 2025-03-24T22:35:39.811Z | Downloaded uuid v1.16.0 |
605 | 2025-03-24T22:35:39.815Z | Downloaded tokio-rustls v0.26.2 |
606 | 2025-03-24T22:35:39.815Z | Downloaded slog v2.7.0 |
607 | 2025-03-24T22:35:39.819Z | Downloaded toml v0.8.20 |
608 | 2025-03-24T22:35:39.823Z | Downloaded aho-corasick v1.1.3 |
609 | 2025-03-24T22:35:39.827Z | Downloaded getrandom v0.3.2 |
610 | 2025-03-24T22:35:39.831Z | Downloaded test-strategy v0.4.1 |
611 | 2025-03-24T22:35:39.833Z | Downloaded typify v0.3.0 |
612 | 2025-03-24T22:35:39.838Z | Downloaded unsafe-libyaml v0.2.11 |
613 | 2025-03-24T22:35:39.841Z | Downloaded typenum v1.18.0 |
614 | 2025-03-24T22:35:39.845Z | Downloaded toml_edit v0.22.24 |
615 | 2025-03-24T22:35:39.867Z | Downloaded indexmap v1.9.3 |
616 | 2025-03-24T22:35:39.871Z | Downloaded serde_yaml v0.9.34+deprecated |
617 | 2025-03-24T22:35:39.876Z | Downloaded url v2.5.4 |
618 | 2025-03-24T22:35:39.880Z | Downloaded itertools v0.10.5 |
619 | 2025-03-24T22:35:39.883Z | Downloaded serde v1.0.219 |
620 | 2025-03-24T22:35:39.888Z | Downloaded clap_builder v4.5.32 |
621 | 2025-03-24T22:35:39.896Z | Downloaded indexmap v2.8.0 |
622 | 2025-03-24T22:35:39.901Z | Downloaded zerocopy-derive v0.8.24 |
623 | 2025-03-24T22:35:39.905Z | Downloaded hashbrown v0.12.3 |
624 | 2025-03-24T22:35:39.910Z | Downloaded itertools v0.12.1 |
625 | 2025-03-24T22:35:39.914Z | Downloaded hickory-resolver v0.24.4 |
626 | 2025-03-24T22:35:39.920Z | Downloaded mio v1.0.3 |
627 | 2025-03-24T22:35:39.924Z | Downloaded nom v7.1.3 |
628 | 2025-03-24T22:35:39.930Z | Downloaded libm v0.2.11 |
629 | 2025-03-24T22:35:39.938Z | Downloaded steno v0.4.1 |
630 | 2025-03-24T22:35:39.941Z | Downloaded memchr v2.7.4 |
631 | 2025-03-24T22:35:39.945Z | Downloaded time v0.3.40 |
632 | 2025-03-24T22:35:39.954Z | Downloaded hyper v1.6.0 |
633 | 2025-03-24T22:35:39.962Z | Downloaded tokio-util v0.7.14 |
634 | 2025-03-24T22:35:39.969Z | Downloaded itertools v0.14.0 |
635 | 2025-03-24T22:35:39.977Z | Downloaded serde_with v3.12.0 |
636 | 2025-03-24T22:35:39.986Z | Downloaded serde_json v1.0.140 |
637 | 2025-03-24T22:35:39.993Z | Downloaded idna v1.0.3 |
638 | 2025-03-24T22:35:40.000Z | Downloaded icu_properties_data v1.5.0 |
639 | 2025-03-24T22:35:40.010Z | Downloaded winnow v0.7.4 |
640 | 2025-03-24T22:35:40.021Z | Downloaded hashbrown v0.15.2 |
641 | 2025-03-24T22:35:40.026Z | Downloaded winnow v0.5.40 |
642 | 2025-03-24T22:35:40.035Z | Downloaded unicode-width v0.1.14 |
643 | 2025-03-24T22:35:40.041Z | Downloaded zerocopy v0.7.35 |
644 | 2025-03-24T22:35:40.057Z | Downloaded smoltcp v0.11.0 |
645 | 2025-03-24T22:35:40.072Z | Downloaded nix v0.29.0 |
646 | 2025-03-24T22:35:40.081Z | Downloaded dropshot v0.16.0 |
647 | 2025-03-24T22:35:40.103Z | Downloaded hickory-proto v0.24.4 |
648 | 2025-03-24T22:35:40.119Z | Downloaded tabled v0.18.0 |
649 | 2025-03-24T22:35:40.136Z | Downloaded openssl v0.10.71 |
650 | 2025-03-24T22:35:40.146Z | Downloaded regex v1.11.1 |
651 | 2025-03-24T22:35:40.157Z | Downloaded quinn-proto v0.11.10 |
652 | 2025-03-24T22:35:40.165Z | Downloaded rustls-webpki v0.102.8 |
653 | 2025-03-24T22:35:40.182Z | Downloaded rustls-webpki v0.103.0 |
654 | 2025-03-24T22:35:40.199Z | Downloaded zerocopy v0.8.24 |
655 | 2025-03-24T22:35:40.223Z | Downloaded unicode-width v0.2.0 |
656 | 2025-03-24T22:35:40.231Z | Downloaded rhai v1.21.0 |
657 | 2025-03-24T22:35:40.241Z | Downloaded typify-impl v0.2.0 |
658 | 2025-03-24T22:35:40.257Z | Downloaded regex-syntax v0.8.5 |
659 | 2025-03-24T22:35:40.265Z | Downloaded syn v2.0.100 |
660 | 2025-03-24T22:35:40.277Z | Downloaded regress v0.10.3 |
661 | 2025-03-24T22:35:40.286Z | Downloaded rustls v0.23.25 |
662 | 2025-03-24T22:35:40.300Z | Downloaded rustix v1.0.3 |
663 | 2025-03-24T22:35:40.320Z | Downloaded rustix v0.38.44 |
664 | 2025-03-24T22:35:40.342Z | Downloaded openapiv3 v2.0.0 |
665 | 2025-03-24T22:35:40.354Z | Downloaded rustls v0.22.4 |
666 | 2025-03-24T22:35:40.367Z | Downloaded syn v1.0.109 |
667 | 2025-03-24T22:35:40.377Z | Downloaded winnow v0.6.26 |
668 | 2025-03-24T22:35:40.386Z | Downloaded webpki-roots v0.26.8 |
669 | 2025-03-24T22:35:40.393Z | Downloaded goblin v0.8.2 |
670 | 2025-03-24T22:35:40.397Z | Downloaded proptest v1.6.0 |
671 | 2025-03-24T22:35:40.408Z | Downloaded typify-impl v0.3.0 |
672 | 2025-03-24T22:35:40.424Z | Downloaded sled v0.34.7 |
673 | 2025-03-24T22:35:40.431Z | Downloaded tokio v1.44.1 |
674 | 2025-03-24T22:35:40.467Z | Downloaded zerocopy-derive v0.6.6 |
675 | 2025-03-24T22:35:40.482Z | Downloaded vcpkg v0.2.15 |
676 | 2025-03-24T22:35:40.514Z | Downloaded regex-automata v0.4.9 |
677 | 2025-03-24T22:35:40.533Z | Downloaded reqwest v0.12.15 |
678 | 2025-03-24T22:35:40.540Z | Downloaded chrono v0.4.40 |
679 | 2025-03-24T22:35:40.548Z | Downloaded itertools v0.13.0 |
680 | 2025-03-24T22:35:40.555Z | Downloaded h2 v0.4.8 |
681 | 2025-03-24T22:35:40.562Z | Downloaded futures-util v0.3.31 |
682 | 2025-03-24T22:35:40.572Z | Downloaded pest v2.7.15 |
683 | 2025-03-24T22:35:40.576Z | Downloaded minimal-lexical v0.2.1 |
684 | 2025-03-24T22:35:40.585Z | Downloaded petgraph v0.7.1 |
685 | 2025-03-24T22:35:40.597Z | Downloaded petgraph v0.6.5 |
686 | 2025-03-24T22:35:40.699Z | Downloaded heapless v0.8.0 |
687 | 2025-03-24T22:35:40.699Z | Downloaded unicode-segmentation v1.12.0 |
688 | 2025-03-24T22:35:40.699Z | Downloaded icu_collections v1.5.0 |
689 | 2025-03-24T22:35:40.719Z | Downloaded zerovec v0.10.4 |
690 | 2025-03-24T22:35:40.719Z | Downloaded portable-atomic v1.11.0 |
691 | 2025-03-24T22:35:40.719Z | Downloaded libc v0.2.171 |
692 | 2025-03-24T22:35:40.719Z | Downloaded tower v0.5.2 |
693 | 2025-03-24T22:35:40.719Z | Downloaded toml_edit v0.19.15 |
694 | 2025-03-24T22:35:40.719Z | Downloaded tracing v0.1.41 |
695 | 2025-03-24T22:35:40.719Z | Downloaded serde_derive v1.0.219 |
696 | 2025-03-24T22:35:40.719Z | Downloaded icu_normalizer_data v1.5.0 |
697 | 2025-03-24T22:35:40.719Z | Downloaded icu_normalizer v1.5.0 |
698 | 2025-03-24T22:35:40.719Z | Downloaded zerocopy-derive v0.7.35 |
699 | 2025-03-24T22:35:40.719Z | Downloaded hyper-util v0.1.10 |
700 | 2025-03-24T22:35:40.719Z | Downloaded static_assertions v1.1.0 |
701 | 2025-03-24T22:35:40.719Z | Downloaded heck v0.4.1 |
702 | 2025-03-24T22:35:40.719Z | Downloaded usdt v0.5.0 |
703 | 2025-03-24T22:35:40.719Z | Downloaded slog-bunyan v2.5.0 |
704 | 2025-03-24T22:35:40.719Z | Downloaded encoding_rs v0.8.35 |
705 | 2025-03-24T22:35:40.732Z | Downloaded icu_provider v1.5.0 |
706 | 2025-03-24T22:35:40.740Z | Downloaded futures-macro v0.3.31 |
707 | 2025-03-24T22:35:40.740Z | Downloaded unarray v0.1.4 |
708 | 2025-03-24T22:35:40.740Z | Downloaded smartstring v1.0.1 |
709 | 2025-03-24T22:35:40.746Z | Downloaded smallvec v1.14.0 |
710 | 2025-03-24T22:35:40.746Z | Downloaded qorb v0.2.1 |
711 | 2025-03-24T22:35:40.746Z | Downloaded is-terminal v0.4.16 |
712 | 2025-03-24T22:35:40.746Z | Downloaded ipnetwork v0.21.1 |
713 | 2025-03-24T22:35:40.747Z | Downloaded futures-sink v0.3.31 |
714 | 2025-03-24T22:35:40.751Z | Downloaded smf v0.2.3 |
715 | 2025-03-24T22:35:40.751Z | Downloaded num-complex v0.4.6 |
716 | 2025-03-24T22:35:40.751Z | Downloaded tokio-rustls v0.25.0 |
717 | 2025-03-24T22:35:40.751Z | Downloaded itoa v1.0.15 |
718 | 2025-03-24T22:35:40.751Z | Downloaded arc-swap v1.7.1 |
719 | 2025-03-24T22:35:40.754Z | Downloaded thiserror v2.0.12 |
720 | 2025-03-24T22:35:40.760Z | Downloaded similar v2.7.0 |
721 | 2025-03-24T22:35:40.768Z | Downloaded icu_locid v1.5.0 |
722 | 2025-03-24T22:35:40.775Z | Downloaded futures-io v0.3.31 |
723 | 2025-03-24T22:35:40.775Z | Downloaded zeroize v1.8.1 |
724 | 2025-03-24T22:35:40.775Z | Downloaded time-macros v0.2.21 |
725 | 2025-03-24T22:35:40.775Z | Downloaded sha2 v0.10.8 |
726 | 2025-03-24T22:35:40.779Z | Downloaded slog-term v2.9.1 |
727 | 2025-03-24T22:35:40.779Z | Downloaded num v0.4.3 |
728 | 2025-03-24T22:35:40.779Z | Downloaded httpdate v1.0.3 |
729 | 2025-03-24T22:35:40.779Z | Downloaded log v0.4.26 |
730 | 2025-03-24T22:35:40.796Z | Downloaded slog-json v2.6.1 |
731 | 2025-03-24T22:35:40.796Z | Downloaded serde_tokenstream v0.2.2 |
732 | 2025-03-24T22:35:40.796Z | Downloaded scopeguard v1.2.0 |
733 | 2025-03-24T22:35:40.796Z | Downloaded num-derive v0.4.2 |
734 | 2025-03-24T22:35:40.796Z | Downloaded ring v0.17.14 |
735 | 2025-03-24T22:35:40.826Z | Downloaded lazy_static v1.5.0 |
736 | 2025-03-24T22:35:40.833Z | Downloaded icu_locid_transform v1.5.0 |
737 | 2025-03-24T22:35:40.833Z | Downloaded base64 v0.22.1 |
738 | 2025-03-24T22:35:40.837Z | Downloaded slog-envlogger v2.2.0 |
739 | 2025-03-24T22:35:40.837Z | Downloaded is_terminal_polyfill v1.70.1 |
740 | 2025-03-24T22:35:40.837Z | Downloaded proc-macro2 v1.0.94 |
741 | 2025-03-24T22:35:40.840Z | Downloaded futures-executor v0.3.31 |
742 | 2025-03-24T22:35:40.840Z | Downloaded form_urlencoded v1.2.1 |
743 | 2025-03-24T22:35:40.840Z | Downloaded futures-core v0.3.31 |
744 | 2025-03-24T22:35:40.840Z | Downloaded papergrid v0.14.0 |
745 | 2025-03-24T22:35:40.847Z | Downloaded lock_api v0.4.12 |
746 | 2025-03-24T22:35:40.853Z | Downloaded num_enum_derive v0.5.11 |
747 | 2025-03-24T22:35:40.853Z | Downloaded progenitor-impl v0.8.0 |
748 | 2025-03-24T22:35:40.853Z | Downloaded progenitor-impl v0.9.1 |
749 | 2025-03-24T22:35:40.853Z | Downloaded slab v0.4.9 |
750 | 2025-03-24T22:35:40.859Z | Downloaded scroll v0.12.0 |
751 | 2025-03-24T22:35:40.859Z | Downloaded libscf-sys v1.1.0 |
752 | 2025-03-24T22:35:40.859Z | Downloaded whoami v1.5.2 |
753 | 2025-03-24T22:35:40.859Z | Downloaded password-hash v0.5.0 |
754 | 2025-03-24T22:35:40.859Z | Downloaded clap v4.5.32 |
755 | 2025-03-24T22:35:40.864Z | Downloaded darling_core v0.20.10 |
756 | 2025-03-24T22:35:40.869Z | Downloaded structmeta-derive v0.3.0 |
757 | 2025-03-24T22:35:40.873Z | Downloaded structmeta v0.3.0 |
758 | 2025-03-24T22:35:40.873Z | Downloaded shlex v1.3.0 |
759 | 2025-03-24T22:35:40.873Z | Downloaded hyper-rustls v0.27.5 |
760 | 2025-03-24T22:35:40.873Z | Downloaded pest_meta v2.7.15 |
761 | 2025-03-24T22:35:40.879Z | Downloaded ciborium v0.2.2 |
762 | 2025-03-24T22:35:40.885Z | Downloaded num-rational v0.4.2 |
763 | 2025-03-24T22:35:40.885Z | Downloaded derive_more v0.99.19 |
764 | 2025-03-24T22:35:40.885Z | Downloaded cookie v0.18.1 |
765 | 2025-03-24T22:35:40.890Z | Downloaded camino-tempfile v1.1.1 |
766 | 2025-03-24T22:35:40.890Z | Downloaded tower-layer v0.3.3 |
767 | 2025-03-24T22:35:40.890Z | Downloaded rhai_codegen v2.2.0 |
768 | 2025-03-24T22:35:40.896Z | Downloaded dropshot_endpoint v0.16.0 |
769 | 2025-03-24T22:35:40.898Z | Downloaded derive-where v1.2.7 |
770 | 2025-03-24T22:35:40.909Z | Downloaded cancel-safe-futures v0.1.5 |
771 | 2025-03-24T22:35:40.909Z | Downloaded crossbeam-utils v0.8.21 |
772 | 2025-03-24T22:35:40.918Z | Downloaded clap_derive v4.5.32 |
773 | 2025-03-24T22:35:40.918Z | Downloaded blake2 v0.10.6 |
774 | 2025-03-24T22:35:40.918Z | Downloaded zerofrom-derive v0.1.6 |
775 | 2025-03-24T22:35:40.918Z | Downloaded quinn-udp v0.5.10 |
776 | 2025-03-24T22:35:40.918Z | Downloaded proc-macro-error v1.0.4 |
777 | 2025-03-24T22:35:40.924Z | Downloaded anyhow v1.0.97 |
778 | 2025-03-24T22:35:40.924Z | Downloaded anstream v0.6.18 |
779 | 2025-03-24T22:35:40.924Z | Downloaded foreign-types-macros v0.2.3 |
780 | 2025-03-24T22:35:40.924Z | Downloaded foreign-types v0.5.0 |
781 | 2025-03-24T22:35:40.924Z | Downloaded equivalent v1.0.2 |
782 | 2025-03-24T22:35:40.924Z | Downloaded debug-ignore v1.0.5 |
783 | 2025-03-24T22:35:40.932Z | Downloaded convert_case v0.4.0 |
784 | 2025-03-24T22:35:40.932Z | Downloaded parking_lot_core v0.9.10 |
785 | 2025-03-24T22:35:40.932Z | Downloaded parking_lot_core v0.8.6 |
786 | 2025-03-24T22:35:40.932Z | Downloaded either v1.15.0 |
787 | 2025-03-24T22:35:40.932Z | Downloaded displaydoc v0.2.5 |
788 | 2025-03-24T22:35:40.936Z | Downloaded defmt v0.3.10 |
789 | 2025-03-24T22:35:40.936Z | Downloaded daft-derive v0.1.2 |
790 | 2025-03-24T22:35:40.940Z | Downloaded colored v2.2.0 |
791 | 2025-03-24T22:35:40.944Z | Downloaded bit-vec v0.8.0 |
792 | 2025-03-24T22:35:40.944Z | Downloaded crc32fast v1.4.2 |
793 | 2025-03-24T22:35:40.944Z | Downloaded rustc-hash v2.1.1 |
794 | 2025-03-24T22:35:40.954Z | Downloaded progenitor v0.9.1 |
795 | 2025-03-24T22:35:40.954Z | Downloaded progenitor v0.8.0 |
796 | 2025-03-24T22:35:40.954Z | Downloaded proc-macro-error-attr2 v2.0.0 |
797 | 2025-03-24T22:35:40.954Z | Downloaded rand_chacha v0.9.0 |
798 | 2025-03-24T22:35:40.954Z | Downloaded byteorder v1.5.0 |
799 | 2025-03-24T22:35:40.957Z | Downloaded base64ct v1.7.3 |
800 | 2025-03-24T22:35:40.957Z | Downloaded backoff v0.4.0 |
801 | 2025-03-24T22:35:40.957Z | Downloaded async-trait v0.1.88 |
802 | 2025-03-24T22:35:40.957Z | Downloaded argon2 v0.5.3 |
803 | 2025-03-24T22:35:40.957Z | Downloaded pest_generator v2.7.15 |
804 | 2025-03-24T22:35:40.961Z | Downloaded num_enum v0.7.3 |
805 | 2025-03-24T22:35:40.966Z | Downloaded num_enum v0.5.11 |
806 | 2025-03-24T22:35:40.970Z | Downloaded camino v1.1.9 |
807 | 2025-03-24T22:35:40.970Z | Downloaded rustc_version v0.4.1 |
808 | 2025-03-24T22:35:40.970Z | Downloaded pretty-hex v0.4.1 |
809 | 2025-03-24T22:35:40.970Z | Downloaded fnv v1.0.7 |
810 | 2025-03-24T22:35:40.976Z | Downloaded embedded-io v0.4.0 |
811 | 2025-03-24T22:35:40.976Z | Downloaded defmt-parser v0.4.1 |
812 | 2025-03-24T22:35:40.976Z | Downloaded daft v0.1.2 |
813 | 2025-03-24T22:35:40.976Z | Downloaded paste v1.0.15 |
814 | 2025-03-24T22:35:40.982Z | Downloaded parse-display-derive v0.10.0 |
815 | 2025-03-24T22:35:40.982Z | Downloaded oxnet v0.1.1 |
816 | 2025-03-24T22:35:40.982Z | Downloaded proc-macro-crate v3.3.0 |
817 | 2025-03-24T22:35:40.983Z | Downloaded parse-display v0.10.0 |
818 | 2025-03-24T22:35:40.988Z | Downloaded fastrand v2.3.0 |
819 | 2025-03-24T22:35:40.988Z | Downloaded deranged v0.4.0 |
820 | 2025-03-24T22:35:40.988Z | Downloaded cobs v0.2.3 |
821 | 2025-03-24T22:35:40.988Z | Downloaded dof v0.3.0 |
822 | 2025-03-24T22:35:40.988Z | Downloaded defmt-macros v0.4.0 |
823 | 2025-03-24T22:35:40.992Z | Downloaded cpufeatures v0.2.17 |
824 | 2025-03-24T22:35:40.992Z | Downloaded pest_derive v2.7.15 |
825 | 2025-03-24T22:35:40.992Z | Downloaded percent-encoding v2.3.1 |
826 | 2025-03-24T22:35:40.992Z | Downloaded num_enum_derive v0.7.3 |
827 | 2025-03-24T22:35:40.996Z | Downloaded dirs-next v2.0.0 |
828 | 2025-03-24T22:35:40.996Z | Downloaded clap_lex v0.7.4 |
829 | 2025-03-24T22:35:40.996Z | Downloaded crypto-common v0.1.6 |
830 | 2025-03-24T22:35:40.997Z | Downloaded colorchoice v1.0.3 |
831 | 2025-03-24T22:35:41.002Z | Downloaded plain v0.2.3 |
832 | 2025-03-24T22:35:41.002Z | Downloaded dirs-sys-next v0.1.2 |
833 | 2025-03-24T22:35:41.002Z | Downloaded ciborium-ll v0.2.2 |
834 | 2025-03-24T22:35:41.002Z | Downloaded block-buffer v0.10.4 |
835 | 2025-03-24T22:35:41.002Z | Downloaded async-stream v0.3.6 |
836 | 2025-03-24T22:35:41.007Z | Downloaded ciborium-io v0.2.2 |
837 | 2025-03-24T22:35:41.312Z | Compiling proc-macro2 v1.0.94 |
838 | 2025-03-24T22:35:41.312Z | Compiling unicode-ident v1.0.18 |
839 | 2025-03-24T22:35:41.316Z | Compiling serde v1.0.219 |
840 | 2025-03-24T22:35:41.316Z | Compiling autocfg v1.4.0 |
841 | 2025-03-24T22:35:41.316Z | Compiling libc v0.2.171 |
842 | 2025-03-24T22:35:41.316Z | Compiling cfg-if v1.0.0 |
843 | 2025-03-24T22:35:41.316Z | Compiling memchr v2.7.4 |
844 | 2025-03-24T22:35:41.529Z | Compiling libm v0.2.11 |
845 | 2025-03-24T22:35:41.653Z | Compiling getrandom v0.3.2 |
846 | 2025-03-24T22:35:42.181Z | Compiling itoa v1.0.15 |
847 | 2025-03-24T22:35:42.316Z | Compiling lock_api v0.4.12 |
848 | 2025-03-24T22:35:42.360Z | Compiling parking_lot_core v0.9.10 |
849 | 2025-03-24T22:35:42.401Z | Compiling version_check v0.9.5 |
850 | 2025-03-24T22:35:42.619Z | Compiling shlex v1.3.0 |
851 | 2025-03-24T22:35:42.669Z | Compiling semver v1.0.26 |
852 | 2025-03-24T22:35:42.980Z | Compiling cc v1.2.17 |
853 | 2025-03-24T22:35:43.025Z | Compiling schemars v0.8.22 |
854 | 2025-03-24T22:35:43.046Z | Compiling ryu v1.0.20 |
855 | 2025-03-24T22:35:43.064Z | Compiling serde_json v1.0.140 |
856 | 2025-03-24T22:35:43.150Z | Compiling once_cell v1.21.1 |
857 | 2025-03-24T22:35:43.316Z | Compiling slab v0.4.9 |
858 | 2025-03-24T22:35:43.409Z | Compiling quote v1.0.40 |
859 | 2025-03-24T22:35:43.456Z | Compiling equivalent v1.0.2 |
860 | 2025-03-24T22:35:43.556Z | Compiling heck v0.5.0 |
861 | 2025-03-24T22:35:43.579Z | Compiling allocator-api2 v0.2.21 |
862 | 2025-03-24T22:35:43.668Z | Compiling foldhash v0.1.5 |
863 | 2025-03-24T22:35:43.996Z | Compiling syn v2.0.100 |
864 | 2025-03-24T22:35:44.106Z | Compiling thiserror v1.0.69 |
865 | 2025-03-24T22:35:44.164Z | Compiling num-traits v0.2.19 |
866 | 2025-03-24T22:35:44.218Z | Compiling fnv v1.0.7 |
867 | 2025-03-24T22:35:44.342Z | Compiling log v0.4.26 |
868 | 2025-03-24T22:35:44.442Z | Compiling hashbrown v0.15.2 |
869 | 2025-03-24T22:35:44.983Z | Compiling portable-atomic v1.11.0 |
870 | 2025-03-24T22:35:45.122Z | Compiling pin-project-lite v0.2.16 |
871 | 2025-03-24T22:35:45.150Z | Compiling thiserror v2.0.12 |
872 | 2025-03-24T22:35:46.068Z | Compiling scopeguard v1.2.0 |
873 | 2025-03-24T22:35:46.486Z | Compiling ring v0.17.14 |
874 | 2025-03-24T22:35:46.719Z | Compiling signal-hook-registry v1.4.2 |
875 | 2025-03-24T22:35:46.807Z | Compiling mio v1.0.3 |
876 | 2025-03-24T22:35:47.156Z | Compiling socket2 v0.5.8 |
877 | 2025-03-24T22:35:47.476Z | Compiling vcpkg v0.2.15 |
878 | 2025-03-24T22:35:47.585Z | Compiling iana-time-zone v0.1.61 |
879 | 2025-03-24T22:35:48.367Z | Compiling bitflags v2.9.0 |
880 | 2025-03-24T22:35:48.392Z | Compiling pkg-config v0.3.32 |
881 | 2025-03-24T22:35:48.533Z | Compiling httparse v1.10.1 |
882 | 2025-03-24T22:35:48.564Z | Compiling dyn-clone v1.0.19 |
883 | 2025-03-24T22:35:48.584Z | Compiling getrandom v0.2.15 |
884 | 2025-03-24T22:35:48.797Z | Compiling futures-core v0.3.31 |
885 | 2025-03-24T22:35:48.864Z | Compiling regex-syntax v0.8.5 |
886 | 2025-03-24T22:35:49.232Z | Compiling aho-corasick v1.1.3 |
887 | 2025-03-24T22:35:49.260Z | Compiling stable_deref_trait v1.2.0 |
888 | 2025-03-24T22:35:49.490Z | Compiling futures-sink v0.3.31 |
889 | 2025-03-24T22:35:49.543Z | Compiling openssl-sys v0.9.106 |
890 | 2025-03-24T22:35:49.629Z | Compiling rustix v1.0.3 |
891 | 2025-03-24T22:35:49.655Z | Compiling openssl v0.10.71 |
892 | 2025-03-24T22:35:50.256Z | Compiling regress v0.10.3 |
893 | 2025-03-24T22:35:50.312Z | Compiling rustls v0.23.25 |
894 | 2025-03-24T22:35:50.486Z | Compiling native-tls v0.2.14 |
895 | 2025-03-24T22:35:50.521Z | Compiling futures-channel v0.3.31 |
896 | 2025-03-24T22:35:50.638Z | Compiling pin-utils v0.1.0 |
897 | 2025-03-24T22:35:50.727Z | Compiling futures-task v0.3.31 |
898 | 2025-03-24T22:35:50.846Z | Compiling futures-io v0.3.31 |
899 | 2025-03-24T22:35:50.976Z | Compiling typenum v1.18.0 |
900 | 2025-03-24T22:35:51.024Z | Compiling generic-array v0.14.7 |
901 | 2025-03-24T22:35:51.372Z | Compiling strsim v0.11.1 |
902 | 2025-03-24T22:35:51.545Z | Compiling ucd-trie v0.1.7 |
903 | 2025-03-24T22:35:51.684Z | Compiling tracing-core v0.1.33 |
904 | 2025-03-24T22:35:52.036Z | Compiling serde_derive_internals v0.29.1 |
905 | 2025-03-24T22:35:52.085Z | Compiling synstructure v0.13.1 |
906 | 2025-03-24T22:35:53.581Z | Compiling regex-automata v0.4.9 |
907 | 2025-03-24T22:35:53.624Z | Compiling subtle v2.6.1 |
908 | 2025-03-24T22:35:53.870Z | Compiling byteorder v1.5.0 |
909 | 2025-03-24T22:35:54.010Z | Compiling zerocopy v0.8.24 |
910 | 2025-03-24T22:35:54.859Z | Compiling writeable v0.5.5 |
911 | 2025-03-24T22:35:54.936Z | Compiling ident_case v1.0.1 |
912 | 2025-03-24T22:35:55.062Z | Compiling litemap v0.7.5 |
913 | 2025-03-24T22:35:55.108Z | Compiling darling_core v0.20.10 |
914 | 2025-03-24T22:35:55.905Z | Compiling num-conv v0.1.0 |
915 | 2025-03-24T22:35:56.160Z | Compiling time-core v0.1.4 |
916 | 2025-03-24T22:35:56.372Z | Compiling slog v2.7.0 |
917 | 2025-03-24T22:35:56.511Z | Compiling rustls-pki-types v1.11.0 |
918 | 2025-03-24T22:36:01.388Z | Compiling time-macros v0.2.21 |
919 | 2025-03-24T22:36:01.521Z | Compiling usdt-impl v0.5.0 |
920 | 2025-03-24T22:36:01.521Z | Compiling serde_derive v1.0.219 |
921 | 2025-03-24T22:36:01.521Z | Compiling tokio-macros v2.5.0 |
922 | 2025-03-24T22:36:01.521Z | Compiling schemars_derive v0.8.22 |
923 | 2025-03-24T22:36:01.521Z | Compiling zerofrom-derive v0.1.6 |
924 | 2025-03-24T22:36:01.521Z | Compiling thiserror-impl v1.0.69 |
925 | 2025-03-24T22:36:01.521Z | Compiling yoke-derive v0.7.5 |
926 | 2025-03-24T22:36:01.521Z | Compiling futures-macro v0.3.31 |
927 | 2025-03-24T22:36:01.551Z | Compiling zerovec-derive v0.10.3 |
928 | 2025-03-24T22:36:02.749Z | Compiling thiserror-impl v2.0.12 |
929 | 2025-03-24T22:36:02.815Z | Compiling displaydoc v0.2.5 |
930 | 2025-03-24T22:36:03.047Z | Compiling icu_provider_macros v1.5.0 |
931 | 2025-03-24T22:36:03.992Z | Compiling regex v1.11.1 |
932 | 2025-03-24T22:36:04.194Z | Compiling openssl-macros v0.1.1 |
933 | 2025-03-24T22:36:04.227Z | Compiling futures-util v0.3.31 |
934 | 2025-03-24T22:36:04.469Z | Compiling zerofrom v0.1.6 |
935 | 2025-03-24T22:36:05.054Z | Compiling yoke v0.7.5 |
936 | 2025-03-24T22:36:05.075Z | Compiling scroll_derive v0.12.0 |
937 | 2025-03-24T22:36:05.446Z | Compiling zerovec v0.10.4 |
938 | 2025-03-24T22:36:05.979Z | Compiling tracing-attributes v0.1.28 |
939 | 2025-03-24T22:36:06.035Z | Compiling pest v2.7.15 |
940 | 2025-03-24T22:36:06.489Z | Compiling zerocopy-derive v0.7.35 |
941 | 2025-03-24T22:36:08.487Z | Compiling tinystr v0.7.6 |
942 | 2025-03-24T22:36:08.671Z | Compiling pest_meta v2.7.15 |
943 | 2025-03-24T22:36:08.935Z | Compiling zerocopy-derive v0.8.24 |
944 | 2025-03-24T22:36:09.032Z | Compiling icu_locid v1.5.0 |
945 | 2025-03-24T22:36:09.371Z | Compiling tracing v0.1.41 |
946 | 2025-03-24T22:36:10.082Z | Compiling pest_generator v2.7.15 |
947 | 2025-03-24T22:36:10.999Z | Compiling bytes v1.10.1 |
948 | 2025-03-24T22:36:11.816Z | Compiling smallvec v1.14.0 |
949 | 2025-03-24T22:36:12.519Z | Compiling indexmap v2.8.0 |
950 | 2025-03-24T22:36:12.838Z | Compiling parking_lot v0.12.3 |
951 | 2025-03-24T22:36:13.294Z | Compiling tokio v1.44.1 |
952 | 2025-03-24T22:36:13.904Z | Compiling chrono v0.4.40 |
953 | 2025-03-24T22:36:14.048Z | Compiling uuid v1.16.0 |
954 | 2025-03-24T22:36:14.793Z | Compiling serde_tokenstream v0.2.2 |
955 | 2025-03-24T22:36:16.287Z | Compiling http v1.3.1 |
956 | 2025-03-24T22:36:18.856Z | Compiling pest_derive v2.7.15 |
957 | 2025-03-24T22:36:19.809Z | Compiling icu_provider v1.5.0 |
958 | 2025-03-24T22:36:20.477Z | Compiling darling_macro v0.20.10 |
959 | 2025-03-24T22:36:21.528Z | Compiling anyhow v1.0.97 |
960 | 2025-03-24T22:36:22.069Z | Compiling icu_locid_transform_data v1.5.0 |
961 | 2025-03-24T22:36:22.189Z | Compiling untrusted v0.9.0 |
962 | 2025-03-24T22:36:22.287Z | Compiling icu_locid_transform v1.5.0 |
963 | 2025-03-24T22:36:22.485Z | Compiling darling v0.20.10 |
964 | 2025-03-24T22:36:22.569Z | Compiling openapiv3 v2.0.0 |
965 | 2025-03-24T22:36:22.611Z | Compiling icu_collections v1.5.0 |
966 | 2025-03-24T22:36:22.869Z | Compiling scroll v0.12.0 |
967 | 2025-03-24T22:36:23.466Z | Compiling tokio-util v0.7.14 |
968 | 2025-03-24T22:36:26.028Z | Compiling rustversion v1.0.20 |
969 | 2025-03-24T22:36:26.494Z | Compiling icu_properties_data v1.5.0 |
970 | 2025-03-24T22:36:26.770Z | Compiling plain v0.2.3 |
971 | 2025-03-24T22:36:26.898Z | Compiling icu_properties v1.5.1 |
972 | 2025-03-24T22:36:26.921Z | Compiling goblin v0.8.2 |
973 | 2025-03-24T22:36:27.202Z | Compiling zerocopy v0.7.35 |
974 | 2025-03-24T22:36:28.097Z | Compiling rand_core v0.6.4 |
975 | 2025-03-24T22:36:28.363Z | Compiling errno v0.3.10 |
976 | 2025-03-24T22:36:28.592Z | Compiling icu_normalizer_data v1.5.0 |
977 | 2025-03-24T22:36:28.626Z | Compiling pretty-hex v0.4.1 |
978 | 2025-03-24T22:36:28.702Z | Compiling utf16_iter v1.0.5 |
979 | 2025-03-24T22:36:28.831Z | Compiling newtype-uuid v1.2.1 |
980 | 2025-03-24T22:36:28.853Z | Compiling syn v1.0.109 |
981 | 2025-03-24T22:36:28.943Z | Compiling omicron-workspace-hack v0.1.0 |
982 | 2025-03-24T22:36:29.187Z | Compiling paste v1.0.15 |
983 | 2025-03-24T22:36:29.303Z | Compiling atomic-waker v1.1.2 |
984 | 2025-03-24T22:36:29.471Z | Compiling percent-encoding v2.3.1 |
985 | 2025-03-24T22:36:29.520Z | Compiling write16 v1.0.0 |
986 | 2025-03-24T22:36:29.675Z | Compiling utf8_iter v1.0.4 |
987 | 2025-03-24T22:36:29.788Z | Compiling form_urlencoded v1.2.1 |
988 | 2025-03-24T22:36:30.293Z | Compiling http-body v1.0.1 |
989 | 2025-03-24T22:36:30.557Z | Compiling dtrace-parser v0.2.0 |
990 | 2025-03-24T22:36:31.023Z | Compiling icu_normalizer v1.5.0 |
991 | 2025-03-24T22:36:31.326Z | Compiling typify-impl v0.2.0 |
992 | 2025-03-24T22:36:32.572Z | Compiling thread-id v4.2.2 |
993 | 2025-03-24T22:36:32.595Z | Compiling unsafe-libyaml v0.2.11 |
994 | 2025-03-24T22:36:32.698Z | Compiling zeroize v1.8.1 |
995 | 2025-03-24T22:36:33.083Z | Compiling dof v0.3.0 |
996 | 2025-03-24T22:36:33.130Z | Compiling try-lock v0.2.5 |
997 | 2025-03-24T22:36:33.554Z | Compiling want v0.3.1 |
998 | 2025-03-24T22:36:34.377Z | Compiling serde_yaml v0.9.34+deprecated |
999 | 2025-03-24T22:36:35.165Z | Compiling idna_adapter v1.2.0 |
1000 | 2025-03-24T22:36:37.447Z | Compiling h2 v0.4.8 |
1001 | 2025-03-24T22:36:37.511Z | Compiling foreign-types-shared v0.1.1 |
1002 | 2025-03-24T22:36:38.254Z | Compiling httpdate v1.0.3 |
1003 | 2025-03-24T22:36:39.027Z | Compiling tower-service v0.3.3 |
1004 | 2025-03-24T22:36:39.176Z | Compiling foreign-types v0.3.2 |
1005 | 2025-03-24T22:36:39.284Z | Compiling idna v1.0.3 |
1006 | 2025-03-24T22:36:41.290Z | Compiling ppv-lite86 v0.2.21 |
1007 | 2025-03-24T22:36:42.229Z | Compiling hyper v1.6.0 |
1008 | 2025-03-24T22:36:43.408Z | Compiling typify-macro v0.2.0 |
1009 | 2025-03-24T22:36:45.410Z | Compiling slog-async v2.8.0 |
1010 | 2025-03-24T22:36:45.991Z | Compiling rustls v0.22.4 |
1011 | 2025-03-24T22:36:46.328Z | Compiling camino v1.1.9 |
1012 | 2025-03-24T22:36:47.682Z | Compiling hyper-util v0.1.10 |
1013 | 2025-03-24T22:36:48.484Z | Compiling rand_chacha v0.3.1 |
1014 | 2025-03-24T22:36:49.697Z | Compiling url v2.5.4 |
1015 | 2025-03-24T22:36:51.105Z | Compiling usdt-attr-macro v0.5.0 |
1016 | 2025-03-24T22:36:52.838Z | Compiling usdt-macro v0.5.0 |
1017 | 2025-03-24T22:36:52.943Z | Compiling rustls-webpki v0.103.0 |
1018 | 2025-03-24T22:36:53.173Z | Compiling ipnetwork v0.21.1 |
1019 | 2025-03-24T22:36:54.418Z | Compiling structmeta-derive v0.3.0 |
1020 | 2025-03-24T22:36:54.480Z | Compiling daft-derive v0.1.2 |
1021 | 2025-03-24T22:36:56.231Z | Compiling openssl-probe v0.1.6 |
1022 | 2025-03-24T22:36:57.053Z | Compiling ipnet v2.11.0 |
1023 | 2025-03-24T22:36:57.203Z | Compiling structmeta v0.3.0 |
1024 | 2025-03-24T22:36:58.770Z | Compiling rand v0.8.5 |
1025 | 2025-03-24T22:37:00.038Z | Compiling typify v0.2.0 |
1026 | 2025-03-24T22:37:00.152Z | Compiling strum_macros v0.26.4 |
1027 | 2025-03-24T22:37:00.184Z | Compiling http-body-util v0.1.3 |
1028 | 2025-03-24T22:37:00.642Z | Compiling async-trait v0.1.88 |
1029 | 2025-03-24T22:37:00.826Z | Compiling multer v3.1.0 |
1030 | 2025-03-24T22:37:02.227Z | Compiling encoding_rs v0.8.35 |
1031 | 2025-03-24T22:37:03.265Z | Compiling mime v0.3.17 |
1032 | 2025-03-24T22:37:04.396Z | Compiling progenitor-impl v0.8.0 |
1033 | 2025-03-24T22:37:04.801Z | Compiling tokio-rustls v0.26.2 |
1034 | 2025-03-24T22:37:05.202Z | Compiling tokio-native-tls v0.3.1 |
1035 | 2025-03-24T22:37:05.309Z | Compiling serde_urlencoded v0.7.1 |
1036 | 2025-03-24T22:37:05.706Z | Compiling rustls-pemfile v2.2.0 |
1037 | 2025-03-24T22:37:05.786Z | Compiling webpki-roots v0.26.8 |
1038 | 2025-03-24T22:37:05.954Z | Compiling sync_wrapper v1.0.2 |
1039 | 2025-03-24T22:37:06.122Z | Compiling powerfmt v0.2.0 |
1040 | 2025-03-24T22:37:06.186Z | Compiling tower-layer v0.3.3 |
1041 | 2025-03-24T22:37:06.288Z | Compiling lazy_static v1.5.0 |
1042 | 2025-03-24T22:37:06.526Z | Compiling base64 v0.22.1 |
1043 | 2025-03-24T22:37:06.634Z | Compiling crossbeam-utils v0.8.21 |
1044 | 2025-03-24T22:37:06.826Z | Compiling tower v0.5.2 |
1045 | 2025-03-24T22:37:07.249Z | Compiling deranged v0.4.0 |
1046 | 2025-03-24T22:37:08.079Z | Compiling hyper-rustls v0.27.5 |
1047 | 2025-03-24T22:37:09.565Z | Compiling hyper-tls v0.6.0 |
1048 | 2025-03-24T22:37:09.689Z | Compiling parse-display-derive v0.10.0 |
1049 | 2025-03-24T22:37:10.003Z | Compiling serde_with_macros v3.12.0 |
1050 | 2025-03-24T22:37:11.141Z | Compiling progenitor-macro v0.8.0 |
1051 | 2025-03-24T22:37:13.125Z | Compiling async-stream-impl v0.3.6 |
1052 | 2025-03-24T22:37:13.756Z | Compiling dropshot v0.16.0 |
1053 | 2025-03-24T22:37:14.842Z | Compiling num_threads v0.1.7 |
1054 | 2025-03-24T22:37:15.395Z | Compiling time v0.3.40 |
1055 | 2025-03-24T22:37:16.896Z | Compiling reqwest v0.12.15 |
1056 | 2025-03-24T22:37:20.131Z | Compiling oxnet v0.1.1 |
1057 | 2025-03-24T22:37:21.210Z | Compiling toml_datetime v0.6.8 |
1058 | 2025-03-24T22:37:25.019Z | Compiling block-buffer v0.10.4 |
1059 | 2025-03-24T22:37:25.051Z | Compiling crypto-common v0.1.6 |
1060 | 2025-03-24T22:37:25.051Z | Compiling test-strategy v0.4.1 |
1061 | 2025-03-24T22:37:28.443Z | Compiling dropshot_endpoint v0.16.0 |
1062 | 2025-03-24T22:37:28.531Z | Compiling macaddr v1.0.1 |
1063 | 2025-03-24T22:37:29.191Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1064 | 2025-03-24T22:37:29.220Z | Compiling dirs-sys-next v0.1.2 |
1065 | 2025-03-24T22:37:29.973Z | Compiling fastrand v2.3.0 |
1066 | 2025-03-24T22:37:30.274Z | Compiling dirs-next v2.0.0 |
1067 | 2025-03-24T22:37:30.567Z | Compiling tempfile v3.19.1 |
1068 | 2025-03-24T22:37:30.767Z | Compiling digest v0.10.7 |
1069 | 2025-03-24T22:37:31.750Z | Compiling futures-executor v0.3.31 |
1070 | 2025-03-24T22:37:32.347Z | Compiling thread_local v1.1.8 |
1071 | 2025-03-24T22:37:32.685Z | Compiling memmap v0.7.0 |
1072 | 2025-03-24T22:37:33.113Z | Compiling usdt v0.5.0 |
1073 | 2025-03-24T22:37:33.313Z | Compiling futures v0.3.31 |
1074 | 2025-03-24T22:37:33.924Z | Compiling term v0.7.0 |
1075 | 2025-03-24T22:37:34.622Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1076 | 2025-03-24T22:37:34.765Z | Compiling crossbeam-channel v0.5.14 |
1077 | 2025-03-24T22:37:35.950Z | Compiling is-terminal v0.4.16 |
1078 | 2025-03-24T22:37:36.087Z | Compiling hostname v0.4.0 |
1079 | 2025-03-24T22:37:36.350Z | Compiling instant v0.1.13 |
1080 | 2025-03-24T22:37:36.719Z | Compiling take_mut v0.2.2 |
1081 | 2025-03-24T22:37:36.899Z | Compiling cpufeatures v0.2.17 |
1082 | 2025-03-24T22:37:37.988Z | Compiling slog-term v2.9.1 |
1083 | 2025-03-24T22:37:39.686Z | Compiling daft v0.1.2 |
1084 | 2025-03-24T22:37:39.863Z | Compiling progenitor-client v0.9.1 |
1085 | 2025-03-24T22:37:40.224Z | Compiling strum v0.26.3 |
1086 | 2025-03-24T22:37:40.447Z | Compiling rustls-webpki v0.102.8 |
1087 | 2025-03-24T22:37:40.505Z | Compiling serde_spanned v0.6.8 |
1088 | 2025-03-24T22:37:40.752Z | Compiling wait-timeout v0.2.1 |
1089 | 2025-03-24T22:37:40.865Z | Compiling match_cfg v0.1.0 |
1090 | 2025-03-24T22:37:40.973Z | Compiling winnow v0.7.4 |
1091 | 2025-03-24T22:37:41.193Z | Compiling quick-error v1.2.3 |
1092 | 2025-03-24T22:37:41.353Z | Compiling debug-ignore v1.0.5 |
1093 | 2025-03-24T22:37:41.485Z | Compiling bit-vec v0.8.0 |
1094 | 2025-03-24T22:37:41.689Z | Compiling rusty-fork v0.3.0 |
1095 | 2025-03-24T22:37:41.951Z | Compiling bit-set v0.8.0 |
1096 | 2025-03-24T22:37:43.653Z | Compiling hostname v0.3.1 |
1097 | 2025-03-24T22:37:44.841Z | Compiling progenitor-client v0.8.0 |
1098 | 2025-03-24T22:37:45.458Z | Compiling toml_edit v0.22.24 |
1099 | 2025-03-24T22:37:45.731Z | Compiling slog-json v2.6.1 |
1100 | 2025-03-24T22:37:45.795Z | Compiling serde_with v3.12.0 |
1101 | 2025-03-24T22:37:46.240Z | Compiling rand_xorshift v0.3.0 |
1102 | 2025-03-24T22:37:46.528Z | Compiling hex v0.4.3 |
1103 | 2025-03-24T22:37:47.271Z | Compiling clap_derive v4.5.32 |
1104 | 2025-03-24T22:37:49.788Z | Compiling unarray v0.1.4 |
1105 | 2025-03-24T22:37:50.533Z | Compiling spin v0.9.8 |
1106 | 2025-03-24T22:37:50.536Z | Compiling utf8parse v0.2.2 |
1107 | 2025-03-24T22:37:50.728Z | Compiling anstyle-parse v0.2.6 |
1108 | 2025-03-24T22:37:52.158Z | Compiling proptest v1.6.0 |
1109 | 2025-03-24T22:37:53.937Z | Compiling toml v0.8.20 |
1110 | 2025-03-24T22:37:55.174Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1111 | 2025-03-24T22:37:55.374Z | Compiling tokio-rustls v0.25.0 |
1112 | 2025-03-24T22:37:55.854Z | Compiling progenitor v0.8.0 |
1113 | 2025-03-24T22:37:56.105Z | Compiling slog-bunyan v2.5.0 |
1114 | 2025-03-24T22:37:56.398Z | Compiling sha1 v0.10.6 |
1115 | 2025-03-24T22:37:58.216Z | Compiling async-stream v0.3.6 |
1116 | 2025-03-24T22:37:58.624Z | Compiling parse-display v0.10.0 |
1117 | 2025-03-24T22:37:58.645Z | Compiling waitgroup v0.1.2 |
1118 | 2025-03-24T22:37:58.900Z | Compiling serde_path_to_error v0.1.17 |
1119 | 2025-03-24T22:38:00.483Z | Compiling anstyle v1.0.10 |
1120 | 2025-03-24T22:38:01.057Z | Compiling colorchoice v1.0.3 |
1121 | 2025-03-24T22:38:01.091Z | Compiling unicode-width v0.2.0 |
1122 | 2025-03-24T22:38:01.097Z | Compiling anstyle-query v1.1.2 |
1123 | 2025-03-24T22:38:01.238Z | Compiling is_terminal_polyfill v1.70.1 |
1124 | 2025-03-24T22:38:01.422Z | Compiling anstream v0.6.18 |
1125 | 2025-03-24T22:38:02.510Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
1126 | 2025-03-24T22:38:05.213Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
1127 | 2025-03-24T22:38:09.719Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1128 | 2025-03-24T22:38:10.503Z | Compiling backoff v0.4.0 |
1129 | 2025-03-24T22:38:11.366Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1130 | 2025-03-24T22:38:11.619Z | Compiling terminal_size v0.4.2 |
1131 | 2025-03-24T22:38:12.756Z | Compiling clap_lex v0.7.4 |
1132 | 2025-03-24T22:38:13.080Z | Compiling clap_builder v4.5.32 |
1133 | 2025-03-24T22:38:13.996Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1134 | 2025-03-24T22:38:22.325Z | Compiling clap v4.5.32 |
1135 | 2025-03-24T22:38:24.946Z | Compiling either v1.15.0 |
1136 | 2025-03-24T22:38:25.670Z | Compiling itertools v0.13.0 |
1137 | 2025-03-24T22:38:28.461Z | Compiling typify-impl v0.3.0 |
1138 | 2025-03-24T22:38:28.588Z | Compiling winnow v0.5.40 |
1139 | 2025-03-24T22:38:29.593Z | Compiling heapless v0.8.0 |
1140 | 2025-03-24T22:38:32.596Z | Compiling toml_edit v0.19.15 |
1141 | 2025-03-24T22:38:34.272Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1142 | 2025-03-24T22:38:36.318Z | Compiling hash32 v0.3.1 |
1143 | 2025-03-24T22:38:36.603Z | Compiling num-integer v0.1.46 |
1144 | 2025-03-24T22:38:38.128Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1145 | 2025-03-24T22:38:38.533Z | Compiling smoltcp v0.11.0 |
1146 | 2025-03-24T22:38:39.891Z | Compiling proc-macro-crate v1.3.1 |
1147 | 2025-03-24T22:38:40.501Z | Compiling typify-macro v0.3.0 |
1148 | 2025-03-24T22:38:41.038Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1149 | 2025-03-24T22:38:41.066Z | Compiling proc-macro-error-attr v1.0.4 |
1150 | 2025-03-24T22:38:41.334Z | Compiling heck v0.4.1 |
1151 | 2025-03-24T22:38:41.547Z | Compiling cobs v0.2.3 |
1152 | 2025-03-24T22:38:41.593Z | Compiling bitflags v1.3.2 |
1153 | 2025-03-24T22:38:41.617Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1154 | 2025-03-24T22:38:41.767Z | Compiling managed v0.8.0 |
1155 | 2025-03-24T22:38:41.995Z | Compiling prettyplease v0.2.31 |
1156 | 2025-03-24T22:38:42.378Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1157 | 2025-03-24T22:38:42.412Z | Compiling postcard v1.1.1 |
1158 | 2025-03-24T22:38:43.599Z | Compiling num_enum_derive v0.5.11 |
1159 | 2025-03-24T22:38:44.902Z | Compiling num-rational v0.4.2 |
1160 | 2025-03-24T22:38:45.688Z | Compiling num-iter v0.1.45 |
1161 | 2025-03-24T22:38:46.312Z | Compiling hubpack_derive v0.1.1 |
1162 | 2025-03-24T22:38:46.874Z | Compiling foreign-types-macros v0.2.3 |
1163 | 2025-03-24T22:38:47.351Z | Compiling num-complex v0.4.6 |
1164 | 2025-03-24T22:38:47.374Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1165 | 2025-03-24T22:38:47.747Z | Compiling proc-macro-error v1.0.4 |
1166 | 2025-03-24T22:38:48.216Z | Compiling foreign-types-shared v0.3.1 |
1167 | 2025-03-24T22:38:48.351Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1168 | 2025-03-24T22:38:48.615Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1169 | 2025-03-24T22:38:50.554Z | Compiling num v0.4.3 |
1170 | 2025-03-24T22:38:50.665Z | Compiling foreign-types v0.5.0 |
1171 | 2025-03-24T22:38:51.166Z | Compiling hubpack v0.1.2 |
1172 | 2025-03-24T22:38:51.944Z | Compiling num_enum v0.5.11 |
1173 | 2025-03-24T22:38:52.023Z | Compiling typify v0.3.0 |
1174 | 2025-03-24T22:38:52.183Z | Compiling itertools v0.14.0 |
1175 | 2025-03-24T22:38:52.243Z | Compiling tabwriter v1.4.1 |
1176 | 2025-03-24T22:38:52.873Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1177 | 2025-03-24T22:38:52.983Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1178 | 2025-03-24T22:38:53.257Z | Compiling cstr-argument v0.1.2 |
1179 | 2025-03-24T22:38:53.782Z | Compiling pretty-hex v0.2.1 |
1180 | 2025-03-24T22:38:53.804Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1181 | 2025-03-24T22:38:53.996Z | Compiling crucible-workspace-hack v0.1.0 |
1182 | 2025-03-24T22:38:54.096Z | Compiling float-ord v0.3.2 |
1183 | 2025-03-24T22:38:54.286Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1184 | 2025-03-24T22:38:54.423Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1185 | 2025-03-24T22:38:55.742Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1186 | 2025-03-24T22:38:55.923Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1187 | 2025-03-24T22:38:55.967Z | Compiling progenitor-impl v0.9.1 |
1188 | 2025-03-24T22:38:58.869Z | Compiling colored v2.2.0 |
1189 | 2025-03-24T22:39:01.943Z | Compiling winnow v0.6.26 |
1190 | 2025-03-24T22:39:03.107Z | Compiling static_assertions v1.1.0 |
1191 | 2025-03-24T22:39:03.190Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1192 | 2025-03-24T22:39:03.224Z | Compiling semver v0.1.20 |
1193 | 2025-03-24T22:39:03.563Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1194 | 2025-03-24T22:39:03.587Z | Compiling rustc_version v0.1.7 |
1195 | 2025-03-24T22:39:04.442Z | Compiling progenitor-macro v0.9.1 |
1196 | 2025-03-24T22:39:06.808Z | Compiling zone_cfg_derive v0.3.0 |
1197 | 2025-03-24T22:39:08.465Z | Compiling itertools v0.10.5 |
1198 | 2025-03-24T22:39:11.225Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1199 | 2025-03-24T22:39:11.736Z | Compiling camino-tempfile v1.1.1 |
1200 | 2025-03-24T22:39:11.859Z | Compiling num-derive v0.4.2 |
1201 | 2025-03-24T22:39:12.543Z | Compiling derive-where v1.2.7 |
1202 | 2025-03-24T22:39:14.295Z | Compiling sigpipe v0.1.3 |
1203 | 2025-03-24T22:39:14.445Z | Compiling rustix v0.38.44 |
1204 | 2025-03-24T22:39:15.197Z | Compiling base64ct v1.7.3 |
1205 | 2025-03-24T22:39:15.254Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1206 | 2025-03-24T22:39:15.743Z | Compiling password-hash v0.5.0 |
1207 | 2025-03-24T22:39:15.836Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1208 | 2025-03-24T22:39:15.874Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
1209 | 2025-03-24T22:39:17.724Z | Compiling progenitor v0.9.1 |
1210 | 2025-03-24T22:39:17.874Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
1211 | 2025-03-24T22:39:17.975Z | Compiling zone v0.3.0 |
1212 | 2025-03-24T22:39:18.996Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1213 | 2025-03-24T22:39:19.133Z | Compiling newtype_derive v0.1.6 |
1214 | 2025-03-24T22:39:19.544Z | Compiling blake2 v0.10.6 |
1215 | 2025-03-24T22:39:20.775Z | Compiling smf v0.2.3 |
1216 | 2025-03-24T22:39:21.408Z | Compiling zerocopy-derive v0.6.6 |
1217 | 2025-03-24T22:39:21.485Z | Compiling whoami v1.5.2 |
1218 | 2025-03-24T22:39:22.355Z | Compiling tinyvec_macros v0.1.1 |
1219 | 2025-03-24T22:39:22.398Z | Compiling unicode-segmentation v1.12.0 |
1220 | 2025-03-24T22:39:22.464Z | Compiling cancel-safe-futures v0.1.5 |
1221 | 2025-03-24T22:39:22.868Z | Compiling owo-colors v4.2.0 |
1222 | 2025-03-24T22:39:23.250Z | Compiling newline-converter v0.3.0 |
1223 | 2025-03-24T22:39:23.416Z | Compiling tinyvec v1.9.0 |
1224 | 2025-03-24T22:39:23.477Z | Compiling zerocopy v0.6.6 |
1225 | 2025-03-24T22:39:23.574Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1226 | 2025-03-24T22:39:23.678Z | Compiling argon2 v0.5.3 |
1227 | 2025-03-24T22:39:25.132Z | Compiling strum_macros v0.25.3 |
1228 | 2025-03-24T22:39:26.078Z | Compiling console v0.15.11 |
1229 | 2025-03-24T22:39:27.112Z | Compiling num-derive v0.3.3 |
1230 | 2025-03-24T22:39:28.387Z | Compiling libsw-core v0.3.2 |
1231 | 2025-03-24T22:39:28.693Z | Compiling serde-big-array v0.5.1 |
1232 | 2025-03-24T22:39:28.954Z | Compiling enum-as-inner v0.6.1 |
1233 | 2025-03-24T22:39:28.977Z | Compiling serde_repr v0.1.20 |
1234 | 2025-03-24T22:39:28.981Z | Compiling cookie v0.18.1 |
1235 | 2025-03-24T22:39:29.355Z | Compiling linked-hash-map v0.5.6 |
1236 | 2025-03-24T22:39:29.388Z | Compiling similar v2.7.0 |
1237 | 2025-03-24T22:39:29.790Z | Compiling data-encoding v2.8.0 |
1238 | 2025-03-24T22:39:30.103Z | Compiling fixedbitset v0.5.7 |
1239 | 2025-03-24T22:39:30.229Z | Compiling fixedbitset v0.4.2 |
1240 | 2025-03-24T22:39:30.892Z | Compiling convert_case v0.4.0 |
1241 | 2025-03-24T22:39:31.252Z | Compiling petgraph v0.7.1 |
1242 | 2025-03-24T22:39:31.715Z | Compiling derive_more v0.99.19 |
1243 | 2025-03-24T22:39:35.882Z | Compiling hickory-proto v0.24.4 |
1244 | 2025-03-24T22:39:36.709Z | Compiling petgraph v0.6.5 |
1245 | 2025-03-24T22:39:36.861Z | Compiling expectorate v1.1.0 |
1246 | 2025-03-24T22:39:37.060Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1247 | 2025-03-24T22:39:38.698Z | Compiling lru-cache v0.1.2 |
1248 | 2025-03-24T22:39:39.022Z | Compiling libscf-sys v1.1.0 |
1249 | 2025-03-24T22:39:39.275Z | Compiling libsw v3.5.0 |
1250 | 2025-03-24T22:39:39.596Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1251 | 2025-03-24T22:39:41.342Z | Compiling atomicwrites v0.4.4 |
1252 | 2025-03-24T22:39:41.875Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1253 | 2025-03-24T22:39:44.623Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1254 | 2025-03-24T22:39:46.300Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1255 | 2025-03-24T22:39:46.909Z | Compiling resolv-conf v0.7.1 |
1256 | 2025-03-24T22:39:48.217Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1257 | 2025-03-24T22:39:48.489Z | Compiling proc-macro-error-attr2 v2.0.0 |
1258 | 2025-03-24T22:39:48.930Z | Compiling memoffset v0.9.1 |
1259 | 2025-03-24T22:39:49.381Z | Compiling highway v1.3.0 |
1260 | 2025-03-24T22:39:49.442Z | Compiling linear-map v1.2.0 |
1261 | 2025-03-24T22:39:49.452Z | Compiling swrite v0.1.0 |
1262 | 2025-03-24T22:39:49.571Z | Compiling indent_write v2.2.0 |
1263 | 2025-03-24T22:39:49.820Z | Compiling unicode-width v0.1.14 |
1264 | 2025-03-24T22:39:49.837Z | Compiling cfg_aliases v0.2.1 |
1265 | 2025-03-24T22:39:49.953Z | Compiling nix v0.29.0 |
1266 | 2025-03-24T22:39:50.275Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1267 | 2025-03-24T22:39:50.412Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1268 | 2025-03-24T22:39:50.842Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1269 | 2025-03-24T22:39:50.987Z | Compiling proc-macro-error2 v2.0.1 |
1270 | 2025-03-24T22:39:51.495Z | Compiling hickory-resolver v0.24.4 |
1271 | 2025-03-24T22:39:51.559Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1272 | 2025-03-24T22:39:55.851Z | Compiling steno v0.4.1 |
1273 | 2025-03-24T22:39:56.418Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1274 | 2025-03-24T22:39:58.035Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1275 | 2025-03-24T22:39:58.805Z | Compiling id-map v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1276 | 2025-03-24T22:39:59.147Z | Compiling tokio-stream v0.1.17 |
1277 | 2025-03-24T22:40:00.450Z | Compiling slog-dtrace v0.3.0 |
1278 | 2025-03-24T22:40:00.694Z | Compiling bytecount v0.6.8 |
1279 | 2025-03-24T22:40:00.827Z | Compiling parking_lot_core v0.8.6 |
1280 | 2025-03-24T22:40:01.020Z | Compiling humantime v2.2.0 |
1281 | 2025-03-24T22:40:01.122Z | Compiling papergrid v0.14.0 |
1282 | 2025-03-24T22:40:01.417Z | Compiling qorb v0.2.1 |
1283 | 2025-03-24T22:40:01.901Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1284 | 2025-03-24T22:40:05.679Z | Compiling tabled_derive v0.10.0 |
1285 | 2025-03-24T22:40:08.809Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
1286 | 2025-03-24T22:40:10.359Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
1287 | 2025-03-24T22:40:12.573Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#174386ab) |
1288 | 2025-03-24T22:40:13.592Z | Compiling tabled v0.18.0 |
1289 | 2025-03-24T22:40:13.811Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1290 | 2025-03-24T22:40:15.405Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1291 | 2025-03-24T22:40:15.503Z | Compiling parking_lot v0.11.2 |
1292 | 2025-03-24T22:40:16.949Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
1293 | 2025-03-24T22:40:17.462Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
1294 | 2025-03-24T22:40:18.984Z | Compiling crossbeam-epoch v0.9.18 |
1295 | 2025-03-24T22:40:20.162Z | Compiling fxhash v0.2.1 |
1296 | 2025-03-24T22:40:20.405Z | Compiling crc32fast v1.4.2 |
1297 | 2025-03-24T22:40:20.943Z | Compiling arc-swap v1.7.1 |
1298 | 2025-03-24T22:40:21.668Z | Compiling crc8 v0.1.1 |
1299 | 2025-03-24T22:40:21.996Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#58f63f57) |
1300 | 2025-03-24T22:40:24.340Z | Compiling slog-scope v4.4.0 |
1301 | 2025-03-24T22:40:24.431Z | Compiling sled v0.34.7 |
1302 | 2025-03-24T22:40:25.120Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1303 | 2025-03-24T22:40:25.637Z | Compiling slog-stdlog v4.1.1 |
1304 | 2025-03-24T22:40:25.685Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1305 | 2025-03-24T22:40:26.470Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1306 | 2025-03-24T22:40:27.204Z | Compiling slog-envlogger v2.2.0 |
1307 | 2025-03-24T22:40:40.208Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#25a7855c) |
1308 | 2025-03-24T22:40:47.611Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1309 | 2025-03-24T22:40:51.287Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1310 | 2025-03-24T22:41:19.557Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1311 | 2025-03-24T22:41:19.557Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1312 | 2025-03-24T22:41:27.018Z | Finished `release` profile [optimized] target(s) in 6m 07s |
1313 | 2025-03-24T22:41:27.362Z | + banner trio |
1314 | 2025-03-24T22:41:27.366Z | |
1315 | 2025-03-24T22:41:27.366Z | ##### ##### # #### |
1316 | 2025-03-24T22:41:27.366Z | # # # # # # |
1317 | 2025-03-24T22:41:27.366Z | # # # # # # |
1318 | 2025-03-24T22:41:27.366Z | # ##### # # # |
1319 | 2025-03-24T22:41:27.366Z | # # # # # # |
1320 | 2025-03-24T22:41:27.366Z | # # # # #### |
1321 | 2025-03-24T22:41:27.367Z | |
1322 | 2025-03-24T22:41:27.367Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1323 | 2025-03-24T22:41:27.835Z | Compiling cfg-if v1.0.0 |
1324 | 2025-03-24T22:41:27.835Z | Compiling serde v1.0.219 |
1325 | 2025-03-24T22:41:27.836Z | Compiling itoa v1.0.15 |
1326 | 2025-03-24T22:41:27.839Z | Compiling libc v0.2.171 |
1327 | 2025-03-24T22:41:27.839Z | Compiling num-traits v0.2.19 |
1328 | 2025-03-24T22:41:27.839Z | Compiling smallvec v1.14.0 |
1329 | 2025-03-24T22:41:27.925Z | Compiling memchr v2.7.4 |
1330 | 2025-03-24T22:41:27.932Z | Compiling bytes v1.10.1 |
1331 | 2025-03-24T22:41:27.967Z | Compiling schemars v0.8.22 |
1332 | 2025-03-24T22:41:28.134Z | Compiling pin-project-lite v0.2.16 |
1333 | 2025-03-24T22:41:28.227Z | Compiling zerofrom v0.1.6 |
1334 | 2025-03-24T22:41:28.351Z | Compiling scopeguard v1.2.0 |
1335 | 2025-03-24T22:41:28.361Z | Compiling once_cell v1.21.1 |
1336 | 2025-03-24T22:41:28.486Z | Compiling stable_deref_trait v1.2.0 |
1337 | 2025-03-24T22:41:28.589Z | Compiling yoke v0.7.5 |
1338 | 2025-03-24T22:41:28.813Z | Compiling parking_lot_core v0.9.10 |
1339 | 2025-03-24T22:41:28.830Z | Compiling lock_api v0.4.12 |
1340 | 2025-03-24T22:41:28.979Z | Compiling zerovec v0.10.4 |
1341 | 2025-03-24T22:41:29.319Z | Compiling parking_lot v0.12.3 |
1342 | 2025-03-24T22:41:29.640Z | Compiling signal-hook-registry v1.4.2 |
1343 | 2025-03-24T22:41:29.733Z | Compiling getrandom v0.2.15 |
1344 | 2025-03-24T22:41:30.105Z | Compiling mio v1.0.3 |
1345 | 2025-03-24T22:41:30.151Z | Compiling socket2 v0.5.8 |
1346 | 2025-03-24T22:41:30.748Z | Compiling ryu v1.0.20 |
1347 | 2025-03-24T22:41:31.189Z | Compiling tokio v1.44.1 |
1348 | 2025-03-24T22:41:31.320Z | Compiling serde_json v1.0.140 |
1349 | 2025-03-24T22:41:31.348Z | Compiling futures-core v0.3.31 |
1350 | 2025-03-24T22:41:31.477Z | Compiling tinystr v0.7.6 |
1351 | 2025-03-24T22:41:31.821Z | Compiling writeable v0.5.5 |
1352 | 2025-03-24T22:41:31.833Z | Compiling litemap v0.7.5 |
1353 | 2025-03-24T22:41:32.183Z | Compiling fnv v1.0.7 |
1354 | 2025-03-24T22:41:32.279Z | Compiling http v1.3.1 |
1355 | 2025-03-24T22:41:32.358Z | Compiling icu_locid v1.5.0 |
1356 | 2025-03-24T22:41:32.940Z | Compiling getrandom v0.3.2 |
1357 | 2025-03-24T22:41:33.194Z | Compiling icu_locid_transform_data v1.5.0 |
1358 | 2025-03-24T22:41:33.295Z | Compiling rustls-pki-types v1.11.0 |
1359 | 2025-03-24T22:41:33.706Z | Compiling icu_provider v1.5.0 |
1360 | 2025-03-24T22:41:34.321Z | Compiling chrono v0.4.40 |
1361 | 2025-03-24T22:41:34.703Z | Compiling indexmap v2.8.0 |
1362 | 2025-03-24T22:41:36.095Z | Compiling uuid v1.16.0 |
1363 | 2025-03-24T22:41:36.430Z | Compiling icu_locid_transform v1.5.0 |
1364 | 2025-03-24T22:41:36.733Z | Compiling semver v1.0.26 |
1365 | 2025-03-24T22:41:37.729Z | Compiling icu_collections v1.5.0 |
1366 | 2025-03-24T22:41:38.107Z | Compiling regress v0.10.3 |
1367 | 2025-03-24T22:41:39.930Z | Compiling tracing-core v0.1.33 |
1368 | 2025-03-24T22:41:40.419Z | Compiling untrusted v0.9.0 |
1369 | 2025-03-24T22:41:40.621Z | Compiling foldhash v0.1.5 |
1370 | 2025-03-24T22:41:40.903Z | Compiling dyn-clone v1.0.19 |
1371 | 2025-03-24T22:41:41.032Z | Compiling log v0.4.26 |
1372 | 2025-03-24T22:41:41.108Z | Compiling allocator-api2 v0.2.21 |
1373 | 2025-03-24T22:41:41.561Z | Compiling icu_properties_data v1.5.0 |
1374 | 2025-03-24T22:41:41.597Z | Compiling equivalent v1.0.2 |
1375 | 2025-03-24T22:41:41.711Z | Compiling futures-task v0.3.31 |
1376 | 2025-03-24T22:41:41.745Z | Compiling pin-utils v0.1.0 |
1377 | 2025-03-24T22:41:41.821Z | Compiling icu_properties v1.5.1 |
1378 | 2025-03-24T22:41:41.951Z | Compiling futures-util v0.3.31 |
1379 | 2025-03-24T22:41:41.984Z | Compiling hashbrown v0.15.2 |
1380 | 2025-03-24T22:41:42.372Z | Compiling typify-impl v0.3.0 |
1381 | 2025-03-24T22:41:42.392Z | Compiling tracing v0.1.41 |
1382 | 2025-03-24T22:41:42.929Z | Compiling ring v0.17.14 |
1383 | 2025-03-24T22:41:43.061Z | Compiling serde_tokenstream v0.2.2 |
1384 | 2025-03-24T22:41:43.596Z | Compiling http-body v1.0.1 |
1385 | 2025-03-24T22:41:43.626Z | Compiling utf8_iter v1.0.4 |
1386 | 2025-03-24T22:41:43.843Z | Compiling try-lock v0.2.5 |
1387 | 2025-03-24T22:41:43.893Z | Compiling icu_normalizer_data v1.5.0 |
1388 | 2025-03-24T22:41:43.999Z | Compiling slog v2.7.0 |
1389 | 2025-03-24T22:41:44.012Z | Compiling write16 v1.0.0 |
1390 | 2025-03-24T22:41:44.146Z | Compiling unicode-ident v1.0.18 |
1391 | 2025-03-24T22:41:44.347Z | Compiling utf16_iter v1.0.5 |
1392 | 2025-03-24T22:41:44.573Z | Compiling proc-macro2 v1.0.94 |
1393 | 2025-03-24T22:41:44.606Z | Compiling want v0.3.1 |
1394 | 2025-03-24T22:41:44.910Z | Compiling httparse v1.10.1 |
1395 | 2025-03-24T22:41:45.932Z | Compiling rustls-webpki v0.103.0 |
1396 | 2025-03-24T22:41:46.399Z | Compiling icu_normalizer v1.5.0 |
1397 | 2025-03-24T22:41:48.096Z | Compiling futures-channel v0.3.31 |
1398 | 2025-03-24T22:41:48.556Z | Compiling subtle v2.6.1 |
1399 | 2025-03-24T22:41:48.850Z | Compiling zeroize v1.8.1 |
1400 | 2025-03-24T22:41:49.751Z | Compiling percent-encoding v2.3.1 |
1401 | 2025-03-24T22:41:50.066Z | Compiling tower-service v0.3.3 |
1402 | 2025-03-24T22:41:50.196Z | Compiling toml_datetime v0.6.8 |
1403 | 2025-03-24T22:41:50.226Z | Compiling zerocopy v0.8.24 |
1404 | 2025-03-24T22:41:50.288Z | Compiling form_urlencoded v1.2.1 |
1405 | 2025-03-24T22:41:50.591Z | Compiling toml_edit v0.19.15 |
1406 | 2025-03-24T22:41:50.850Z | Compiling rustls v0.23.25 |
1407 | 2025-03-24T22:41:51.685Z | Compiling hyper v1.6.0 |
1408 | 2025-03-24T22:41:52.359Z | Compiling idna_adapter v1.2.0 |
1409 | 2025-03-24T22:41:52.601Z | Compiling quote v1.0.40 |
1410 | 2025-03-24T22:41:54.062Z | Compiling aho-corasick v1.1.3 |
1411 | 2025-03-24T22:41:54.699Z | Compiling typify-macro v0.3.0 |
1412 | 2025-03-24T22:41:54.845Z | Compiling lazy_static v1.5.0 |
1413 | 2025-03-24T22:41:54.981Z | Compiling regex-syntax v0.8.5 |
1414 | 2025-03-24T22:41:56.941Z | Compiling regex-automata v0.4.9 |
1415 | 2025-03-24T22:41:58.471Z | Compiling tokio-rustls v0.26.2 |
1416 | 2025-03-24T22:41:58.632Z | Compiling proc-macro-crate v1.3.1 |
1417 | 2025-03-24T22:41:59.550Z | Compiling thiserror v2.0.12 |
1418 | 2025-03-24T22:41:59.710Z | Compiling hyper-util v0.1.10 |
1419 | 2025-03-24T22:42:00.452Z | Compiling syn v2.0.100 |
1420 | 2025-03-24T22:42:04.970Z | Compiling idna v1.0.3 |
1421 | 2025-03-24T22:42:08.903Z | Compiling webpki-roots v0.26.8 |
1422 | 2025-03-24T22:42:09.144Z | Compiling sync_wrapper v1.0.2 |
1423 | 2025-03-24T22:42:11.276Z | Compiling futures-sink v0.3.31 |
1424 | 2025-03-24T22:42:11.276Z | Compiling tower-layer v0.3.3 |
1425 | 2025-03-24T22:42:11.276Z | Compiling heck v0.5.0 |
1426 | 2025-03-24T22:42:11.276Z | Compiling ppv-lite86 v0.2.21 |
1427 | 2025-03-24T22:42:11.276Z | Compiling tower v0.5.2 |
1428 | 2025-03-24T22:42:12.167Z | Compiling tokio-util v0.7.14 |
1429 | 2025-03-24T22:42:12.227Z | Compiling crossbeam-utils v0.8.21 |
1430 | 2025-03-24T22:42:12.254Z | Compiling thiserror v1.0.69 |
1431 | 2025-03-24T22:42:12.397Z | Compiling hyper-rustls v0.27.5 |
1432 | 2025-03-24T22:42:14.046Z | Compiling url v2.5.4 |
1433 | 2025-03-24T22:42:14.434Z | Compiling regex v1.11.1 |
1434 | 2025-03-24T22:42:15.456Z | Compiling num_enum_derive v0.5.11 |
1435 | 2025-03-24T22:42:17.740Z | Compiling typify v0.3.0 |
1436 | 2025-03-24T22:42:17.877Z | Compiling serde_urlencoded v0.7.1 |
1437 | 2025-03-24T22:42:17.897Z | Compiling http-body-util v0.1.3 |
1438 | 2025-03-24T22:42:18.495Z | Compiling openapiv3 v2.0.0 |
1439 | 2025-03-24T22:42:18.546Z | Compiling rustls-pemfile v2.2.0 |
1440 | 2025-03-24T22:42:18.964Z | Compiling rand_core v0.6.4 |
1441 | 2025-03-24T22:42:19.482Z | Compiling dirs-sys-next v0.1.2 |
1442 | 2025-03-24T22:42:19.707Z | Compiling foreign-types-shared v0.3.1 |
1443 | 2025-03-24T22:42:19.825Z | Compiling ipnet v2.11.0 |
1444 | 2025-03-24T22:42:20.033Z | Compiling mime v0.3.17 |
1445 | 2025-03-24T22:42:20.587Z | Compiling powerfmt v0.2.0 |
1446 | 2025-03-24T22:42:21.092Z | Compiling base64 v0.22.1 |
1447 | 2025-03-24T22:42:21.167Z | Compiling time-macros v0.2.21 |
1448 | 2025-03-24T22:42:22.228Z | Compiling reqwest v0.12.15 |
1449 | 2025-03-24T22:42:22.821Z | Compiling progenitor-impl v0.9.1 |
1450 | 2025-03-24T22:42:22.985Z | Compiling deranged v0.4.0 |
1451 | 2025-03-24T22:42:25.197Z | Compiling serde_yaml v0.9.34+deprecated |
1452 | 2025-03-24T22:42:29.047Z | Compiling foreign-types v0.5.0 |
1453 | 2025-03-24T22:42:29.163Z | Compiling dirs-next v2.0.0 |
1454 | 2025-03-24T22:42:29.420Z | Compiling rand_chacha v0.3.1 |
1455 | 2025-03-24T22:42:29.721Z | Compiling num_enum v0.5.11 |
1456 | 2025-03-24T22:42:29.960Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1457 | 2025-03-24T22:42:30.118Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1458 | 2025-03-24T22:42:30.303Z | Compiling oxnet v0.1.1 |
1459 | 2025-03-24T22:42:31.015Z | Compiling cstr-argument v0.1.2 |
1460 | 2025-03-24T22:42:31.129Z | Compiling thread_local v1.1.8 |
1461 | 2025-03-24T22:42:31.279Z | Compiling time-core v0.1.4 |
1462 | 2025-03-24T22:42:31.484Z | Compiling pretty-hex v0.2.1 |
1463 | 2025-03-24T22:42:31.701Z | Compiling num-conv v0.1.0 |
1464 | 2025-03-24T22:42:31.736Z | Compiling arc-swap v1.7.1 |
1465 | 2025-03-24T22:42:31.842Z | Compiling either v1.15.0 |
1466 | 2025-03-24T22:42:31.951Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1467 | 2025-03-24T22:42:32.315Z | Compiling itertools v0.12.1 |
1468 | 2025-03-24T22:42:32.459Z | Compiling slog-scope v4.4.0 |
1469 | 2025-03-24T22:42:33.337Z | Compiling time v0.3.40 |
1470 | 2025-03-24T22:42:33.422Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1471 | 2025-03-24T22:42:33.821Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1472 | 2025-03-24T22:42:34.736Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1473 | 2025-03-24T22:42:34.920Z | Compiling crossbeam-channel v0.5.14 |
1474 | 2025-03-24T22:42:36.205Z | Compiling rand v0.8.5 |
1475 | 2025-03-24T22:42:36.517Z | Compiling progenitor-macro v0.9.1 |
1476 | 2025-03-24T22:42:38.123Z | Compiling term v0.7.0 |
1477 | 2025-03-24T22:42:38.227Z | Compiling progenitor-client v0.9.1 |
1478 | 2025-03-24T22:42:39.273Z | Compiling anyhow v1.0.97 |
1479 | 2025-03-24T22:42:40.805Z | Compiling colored v2.2.0 |
1480 | 2025-03-24T22:42:42.301Z | Compiling is-terminal v0.4.16 |
1481 | 2025-03-24T22:42:42.434Z | Compiling take_mut v0.2.2 |
1482 | 2025-03-24T22:42:42.602Z | Compiling winnow v0.6.26 |
1483 | 2025-03-24T22:42:42.765Z | Compiling slog-async v2.8.0 |
1484 | 2025-03-24T22:42:43.624Z | Compiling slog-term v2.9.1 |
1485 | 2025-03-24T22:42:45.878Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1486 | 2025-03-24T22:42:46.578Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1487 | 2025-03-24T22:42:46.997Z | Compiling slog-stdlog v4.1.1 |
1488 | 2025-03-24T22:42:47.848Z | Compiling slog-envlogger v2.2.0 |
1489 | 2025-03-24T22:42:49.601Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d04addf8) |
1490 | 2025-03-24T22:42:49.840Z | Compiling progenitor v0.9.1 |
1491 | 2025-03-24T22:42:50.083Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1492 | 2025-03-24T22:43:01.797Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1493 | 2025-03-24T22:43:07.669Z | Finished `release` profile [optimized] target(s) in 1m 40s |
1494 | 2025-03-24T22:43:07.754Z | Running unittests src/lib.rs (target/release/deps/mg_tests-b0b3f543d76c9891) |
1495 | 2025-03-24T22:43:07.801Z | |
1496 | 2025-03-24T22:43:07.801Z | running 1 test |
1497 | 2025-03-24T22:43:07.966Z | configure zone |
1498 | 2025-03-24T22:43:07.986Z | install zone |
1499 | 2025-03-24T22:44:07.813Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1500 | 2025-03-24T22:45:33.243Z | boot zone |
1501 | 2025-03-24T22:45:34.232Z | start zone s1 |
1502 | 2025-03-24T22:45:34.232Z | configure zone |
1503 | 2025-03-24T22:45:34.241Z | install zone |
1504 | 2025-03-24T22:47:54.388Z | boot zone |
1505 | 2025-03-24T22:47:55.320Z | start zone s2 |
1506 | 2025-03-24T22:47:55.320Z | configure zone |
1507 | 2025-03-24T22:47:55.334Z | install zone |
1508 | 2025-03-24T22:50:26.135Z | boot zone |
1509 | 2025-03-24T22:50:27.033Z | start zone t1 |
1510 | 2025-03-24T22:50:27.033Z | configure zone |
1511 | 2025-03-24T22:50:27.041Z | install zone |
1512 | 2025-03-24T22:52:59.830Z | boot zone |
1513 | 2025-03-24T22:53:00.646Z | waiting for zones to come up |
1514 | 2025-03-24T22:53:10.648Z | [sidecar.trio] svcs milestone/network |
1515 | 2025-03-24T22:53:10.678Z | STATE STIME FMRI |
1516 | 2025-03-24T22:53:10.679Z | online 15:45:52 svc:/milestone/network:default |
1517 | 2025-03-24T22:53:10.679Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1518 | 2025-03-24T22:53:10.725Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1519 | 2025-03-24T22:53:10.775Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1520 | 2025-03-24T22:53:10.820Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1521 | 2025-03-24T22:53:10.823Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1522 | 2025-03-24T22:53:10.845Z | |
1523 | 2025-03-24T22:53:10.845Z | running zone s1.trio setup |
1524 | 2025-03-24T22:53:10.845Z | [s1.trio] svcs milestone/network |
1525 | 2025-03-24T22:53:10.867Z | STATE STIME FMRI |
1526 | 2025-03-24T22:53:10.867Z | online 15:48:14 svc:/milestone/network:default |
1527 | 2025-03-24T22:53:10.867Z | [s1.trio] dladm |
1528 | 2025-03-24T22:53:10.888Z | LINK CLASS MTU STATE BRIDGE OVER |
1529 | 2025-03-24T22:53:10.888Z | sl0 simnet 9000 up -- ? |
1530 | 2025-03-24T22:53:10.888Z | mg2 vnic 9000 up -- ? |
1531 | 2025-03-24T22:53:10.888Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1532 | 2025-03-24T22:53:11.395Z | |
1533 | 2025-03-24T22:53:11.395Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1534 | 2025-03-24T22:53:11.417Z | |
1535 | 2025-03-24T22:53:11.417Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1536 | 2025-03-24T22:53:11.437Z | |
1537 | 2025-03-24T22:53:11.438Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1538 | 2025-03-24T22:53:11.533Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1539 | 2025-03-24T22:53:11.577Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2eb75d85-9302-4965-8d85-4c0ac4c36068 --sled-uuid d9fa3c97-60a0-432c-ad3d-7e87787121ba -a sl0/v6 &> /opt/ddmd.log & |
1540 | 2025-03-24T22:53:11.597Z | |
1541 | 2025-03-24T22:53:11.597Z | running zone s2.trio setup |
1542 | 2025-03-24T22:53:11.597Z | [s2.trio] svcs milestone/network |
1543 | 2025-03-24T22:53:11.628Z | STATE STIME FMRI |
1544 | 2025-03-24T22:53:11.629Z | online 15:50:45 svc:/milestone/network:default |
1545 | 2025-03-24T22:53:11.629Z | [s2.trio] dladm |
1546 | 2025-03-24T22:53:11.653Z | LINK CLASS MTU STATE BRIDGE OVER |
1547 | 2025-03-24T22:53:11.654Z | sl1 simnet 9000 up -- ? |
1548 | 2025-03-24T22:53:11.654Z | mg3 vnic 9000 up -- ? |
1549 | 2025-03-24T22:53:11.654Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1550 | 2025-03-24T22:53:12.243Z | |
1551 | 2025-03-24T22:53:12.243Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1552 | 2025-03-24T22:53:12.265Z | |
1553 | 2025-03-24T22:53:12.266Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1554 | 2025-03-24T22:53:12.283Z | |
1555 | 2025-03-24T22:53:12.284Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1556 | 2025-03-24T22:53:12.334Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1557 | 2025-03-24T22:53:12.356Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 64fa7f1c-585f-4878-a85a-a4959776e450 --sled-uuid d5d8c74d-17e1-45cf-a989-d4930e1e6b39 -a sl1/v6 &> /opt/ddmd.log & |
1558 | 2025-03-24T22:53:12.376Z | |
1559 | 2025-03-24T22:53:12.376Z | running zone t1.trio setup |
1560 | 2025-03-24T22:53:12.376Z | [t1.trio] svcs milestone/network |
1561 | 2025-03-24T22:53:12.396Z | STATE STIME FMRI |
1562 | 2025-03-24T22:53:12.397Z | - - svc:/milestone/network:default |
1563 | 2025-03-24T22:53:13.395Z | [t1.trio] svcs milestone/network |
1564 | 2025-03-24T22:53:13.419Z | STATE STIME FMRI |
1565 | 2025-03-24T22:53:13.420Z | - - svc:/milestone/network:default |
1566 | 2025-03-24T22:53:14.419Z | [t1.trio] svcs milestone/network |
1567 | 2025-03-24T22:53:14.441Z | STATE STIME FMRI |
1568 | 2025-03-24T22:53:14.441Z | - - svc:/milestone/network:default |
1569 | 2025-03-24T22:53:15.440Z | [t1.trio] svcs milestone/network |
1570 | 2025-03-24T22:53:15.463Z | STATE STIME FMRI |
1571 | 2025-03-24T22:53:15.463Z | - - svc:/milestone/network:default |
1572 | 2025-03-24T22:53:16.463Z | [t1.trio] svcs milestone/network |
1573 | 2025-03-24T22:53:16.485Z | STATE STIME FMRI |
1574 | 2025-03-24T22:53:16.485Z | - - svc:/milestone/network:default |
1575 | 2025-03-24T22:53:17.485Z | [t1.trio] svcs milestone/network |
1576 | 2025-03-24T22:53:17.507Z | STATE STIME FMRI |
1577 | 2025-03-24T22:53:17.507Z | - - svc:/milestone/network:default |
1578 | 2025-03-24T22:53:18.507Z | [t1.trio] svcs milestone/network |
1579 | 2025-03-24T22:53:18.527Z | STATE STIME FMRI |
1580 | 2025-03-24T22:53:18.527Z | - - svc:/milestone/network:default |
1581 | 2025-03-24T22:53:19.527Z | [t1.trio] svcs milestone/network |
1582 | 2025-03-24T22:53:19.551Z | STATE STIME FMRI |
1583 | 2025-03-24T22:53:19.551Z | online 15:53:19 svc:/milestone/network:default |
1584 | 2025-03-24T22:53:19.551Z | [t1.trio] dladm |
1585 | 2025-03-24T22:53:19.574Z | LINK CLASS MTU STATE BRIDGE OVER |
1586 | 2025-03-24T22:53:19.574Z | tfportrear0_0 simnet 9000 up -- ? |
1587 | 2025-03-24T22:53:19.574Z | tfportrear1_0 simnet 9000 up -- ? |
1588 | 2025-03-24T22:53:19.574Z | mg1 vnic 9000 up -- ? |
1589 | 2025-03-24T22:53:19.574Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1590 | 2025-03-24T22:53:20.190Z | |
1591 | 2025-03-24T22:53:20.190Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1592 | 2025-03-24T22:53:20.213Z | |
1593 | 2025-03-24T22:53:20.213Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1594 | 2025-03-24T22:53:20.235Z | |
1595 | 2025-03-24T22:53:20.235Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1596 | 2025-03-24T22:53:20.257Z | |
1597 | 2025-03-24T22:53:20.257Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1598 | 2025-03-24T22:53:20.453Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1599 | 2025-03-24T22:53:20.457Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1600 | 2025-03-24T22:53:20.461Z | waiting 3s for copy of files to zone to complete ... |
1601 | 2025-03-24T22:53:23.462Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1602 | 2025-03-24T22:53:23.523Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1603 | 2025-03-24T22:53:23.550Z | [t1.trio] svcadm enable dendrite |
1604 | 2025-03-24T22:53:23.594Z | |
1605 | 2025-03-24T22:53:23.595Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1606 | 2025-03-24T22:53:23.645Z | |
1607 | 2025-03-24T22:53:23.645Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1608 | 2025-03-24T22:53:23.689Z | |
1609 | 2025-03-24T22:53:23.689Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1610 | 2025-03-24T22:53:23.735Z | |
1611 | 2025-03-24T22:53:23.735Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1612 | 2025-03-24T22:53:23.780Z | |
1613 | 2025-03-24T22:53:23.780Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1614 | 2025-03-24T22:53:23.824Z | |
1615 | 2025-03-24T22:53:23.824Z | [t1.trio] svcadm refresh dendrite:default |
1616 | 2025-03-24T22:53:23.866Z | |
1617 | 2025-03-24T22:53:23.866Z | [t1.trio] svcadm restart dendrite:default |
1618 | 2025-03-24T22:53:23.905Z | |
1619 | 2025-03-24T22:53:23.905Z | wait 10s for dendrite to come up ... |
1620 | 2025-03-24T22:53:33.907Z | [t1.trio] svcadm enable tfport |
1621 | 2025-03-24T22:53:33.947Z | |
1622 | 2025-03-24T22:53:33.947Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8286ed35-1dea-4682-85b3-f1ca4f55f2c2 --sled-uuid b40b1f70-f955-4030-8f5b-0282de8e3d1f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1623 | 2025-03-24T22:53:33.968Z | |
1624 | 2025-03-24T22:53:33.968Z | [t1.trio] ipadm |
1625 | 2025-03-24T22:53:33.992Z | ADDROBJ TYPE STATE ADDR |
1626 | 2025-03-24T22:53:33.992Z | lo0/v4 static ok 127.0.0.1/8 |
1627 | 2025-03-24T22:53:33.992Z | mg1/v4 static ok 10.0.0.3/24 |
1628 | 2025-03-24T22:53:33.992Z | lo0/v6 static ok ::1/128 |
1629 | 2025-03-24T22:53:33.992Z | lo0/u6 static ok fd00:3::1/64 |
1630 | 2025-03-24T22:53:33.992Z | tfportrear0_0/v6 addrconf ok fe80::20b9:8fff:fecd:368b%tfportrear0_0/10 |
1631 | 2025-03-24T22:53:33.992Z | tfportrear1_0/v6 addrconf ok fe80::b8c6:1aff:fe4e:c213%tfportrear1_0/10 |
1632 | 2025-03-24T22:53:36.000Z | initial peering test passed |
1633 | 2025-03-24T22:53:37.003Z | advertise from one passed |
1634 | 2025-03-24T22:53:38.005Z | advertise from two passed |
1635 | 2025-03-24T22:53:38.005Z | [s1.trio] ping fd00:2::1 |
1636 | 2025-03-24T22:53:38.028Z | fd00:2::1 is alive |
1637 | 2025-03-24T22:53:38.028Z | [s2.trio] ping fd00:1::1 |
1638 | 2025-03-24T22:53:38.048Z | fd00:1::1 is alive |
1639 | 2025-03-24T22:53:38.048Z | connectivity test passed |
1640 | 2025-03-24T22:53:38.048Z | [t1.trio] pkill ddmd |
1641 | 2025-03-24T22:53:38.068Z | |
1642 | 2025-03-24T22:53:44.073Z | [t1.trio] svcadm enable dendrite |
1643 | 2025-03-24T22:53:44.113Z | |
1644 | 2025-03-24T22:53:44.113Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1645 | 2025-03-24T22:53:44.156Z | |
1646 | 2025-03-24T22:53:44.156Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1647 | 2025-03-24T22:53:44.198Z | |
1648 | 2025-03-24T22:53:44.198Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1649 | 2025-03-24T22:53:44.240Z | |
1650 | 2025-03-24T22:53:44.240Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1651 | 2025-03-24T22:53:44.282Z | |
1652 | 2025-03-24T22:53:44.282Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1653 | 2025-03-24T22:53:44.323Z | |
1654 | 2025-03-24T22:53:44.323Z | [t1.trio] svcadm refresh dendrite:default |
1655 | 2025-03-24T22:53:44.363Z | |
1656 | 2025-03-24T22:53:44.364Z | [t1.trio] svcadm restart dendrite:default |
1657 | 2025-03-24T22:53:44.402Z | |
1658 | 2025-03-24T22:53:44.402Z | wait 10s for dendrite to come up ... |
1659 | 2025-03-24T22:53:54.404Z | [t1.trio] svcadm enable tfport |
1660 | 2025-03-24T22:53:54.445Z | |
1661 | 2025-03-24T22:53:54.445Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5608e452-cf93-4f42-be69-48e7805c3398 --sled-uuid e83dcd1d-9773-486b-b3ae-d5539f6aff58 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1662 | 2025-03-24T22:53:54.463Z | |
1663 | 2025-03-24T22:53:54.463Z | [t1.trio] ipadm |
1664 | 2025-03-24T22:53:54.485Z | ADDROBJ TYPE STATE ADDR |
1665 | 2025-03-24T22:53:54.485Z | lo0/v4 static ok 127.0.0.1/8 |
1666 | 2025-03-24T22:53:54.485Z | mg1/v4 static ok 10.0.0.3/24 |
1667 | 2025-03-24T22:53:54.485Z | lo0/v6 static ok ::1/128 |
1668 | 2025-03-24T22:53:54.485Z | lo0/u6 static ok fd00:3::1/64 |
1669 | 2025-03-24T22:53:54.485Z | tfportrear0_0/v6 addrconf ok fe80::20b9:8fff:fecd:368b%tfportrear0_0/10 |
1670 | 2025-03-24T22:53:54.485Z | tfportrear1_0/v6 addrconf ok fe80::b8c6:1aff:fe4e:c213%tfportrear1_0/10 |
1671 | 2025-03-24T22:53:57.491Z | [s1.trio] ping fd00:2::1 |
1672 | 2025-03-24T22:53:57.512Z | fd00:2::1 is alive |
1673 | 2025-03-24T22:53:57.512Z | [s2.trio] ping fd00:1::1 |
1674 | 2025-03-24T22:53:57.546Z | fd00:1::1 is alive |
1675 | 2025-03-24T22:53:57.547Z | transit router restart passed |
1676 | 2025-03-24T22:53:57.547Z | [s1.trio] pkill ddmd |
1677 | 2025-03-24T22:53:57.562Z | |
1678 | 2025-03-24T22:54:02.641Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e5748879-ceb5-4da5-9ff4-ec97b7e89d8e --sled-uuid a86eff15-3ced-45ee-b3a9-0d8057d851ff -a sl0/v6 &> /opt/ddmd.log & |
1679 | 2025-03-24T22:54:02.667Z | |
1680 | 2025-03-24T22:54:05.580Z | [s1.trio] ping fd00:2::1 |
1681 | 2025-03-24T22:54:05.606Z | fd00:2::1 is alive |
1682 | 2025-03-24T22:54:05.606Z | [s2.trio] ping fd00:1::1 |
1683 | 2025-03-24T22:54:05.631Z | fd00:1::1 is alive |
1684 | 2025-03-24T22:54:05.631Z | server router restart passed |
1685 | 2025-03-24T22:54:08.639Z | peer expiration recovery passed |
1686 | 2025-03-24T22:54:09.631Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1687 | 2025-03-24T22:54:09.658Z | 3 |
1688 | 2025-03-24T22:54:09.658Z | redundant advertise passed |
1689 | 2025-03-24T22:54:10.664Z | tunnel endpoint advertise passed |
1690 | 2025-03-24T22:54:15.663Z | redundant tunnel endpoint advertise passed |
1691 | 2025-03-24T22:54:15.663Z | [s1.trio] pkill ddmd |
1692 | 2025-03-24T22:54:15.685Z | |
1693 | 2025-03-24T22:54:20.695Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid aae38e08-af5e-4711-a7f7-9cd2ea0cf73d --sled-uuid cf41b3d6-b923-4d7c-8575-68ea154ba9df -a sl0/v6 &> /opt/ddmd.log & |
1694 | 2025-03-24T22:54:20.708Z | |
1695 | 2025-03-24T22:54:25.720Z | tunnel router restart passed |
1696 | 2025-03-24T22:54:26.779Z | tunnel endpoint withdraw passed |
1697 | 2025-03-24T22:54:26.805Z | [t1.trio] pkill ddmd |
1698 | 2025-03-24T22:54:26.805Z | |
1699 | 2025-03-24T22:54:26.805Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1700 | 2025-03-24T22:54:26.806Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1701 | 2025-03-24T22:54:29.321Z | [s2.trio] pkill ddmd |
1702 | 2025-03-24T22:54:29.403Z | |
1703 | 2025-03-24T22:54:29.403Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1704 | 2025-03-24T22:54:34.473Z | [s1.trio] pkill ddmd |
1705 | 2025-03-24T22:54:34.473Z | |
1706 | 2025-03-24T22:54:34.473Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1707 | 2025-03-24T22:54:34.473Z | [sidecar.trio] pkill softnpu |
1708 | 2025-03-24T22:54:34.473Z | |
1709 | 2025-03-24T22:54:34.474Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1710 | 2025-03-24T22:54:36.534Z | test ddm::test_trio_v3 ... ok |
1711 | 2025-03-24T22:54:36.534Z | |
1712 | 2025-03-24T22:54:36.534Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 688.60s |
1713 | 2025-03-24T22:54:36.534Z | |
1714 | 2025-03-24T22:54:36.561Z | + cleanup |
1715 | 2025-03-24T22:54:36.564Z | ++ id -un |
1716 | 2025-03-24T22:54:36.567Z | ++ id -gn |
1717 | 2025-03-24T22:54:36.570Z | + pfexec chown -R build:build . |
1718 | 2025-03-24T22:54:36.653Z | process exited: duration 1229670 ms, exit code 0 |
|
1719 | 2025-03-24T22:54:36.665Z | found 4 output files |
1720 | 2025-03-24T22:54:36.665Z | uploading: /work/s1.trio.log (5465 bytes) |
1721 | 2025-03-24T22:54:37.681Z | uploaded: /work/s1.trio.log |
1722 | 2025-03-24T22:54:37.681Z | uploading: /work/s2.trio.log (11421 bytes) |
1723 | 2025-03-24T22:54:38.695Z | uploaded: /work/s2.trio.log |
1724 | 2025-03-24T22:54:38.695Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1725 | 2025-03-24T22:54:39.707Z | uploaded: /work/sidecar.trio-softnpu.log |
1726 | 2025-03-24T22:54:39.707Z | uploading: /work/t1.trio.log (26102 bytes) |
1727 | 2025-03-24T22:54:40.721Z | uploaded: /work/t1.trio.log |