|
|
|
1 | 2025-03-03T07:50:38.733Z | job assigned to worker 01JNDFPYEN0EQ35XYFGBSP6KZK [factory aws, i-088c247c9803c76b2] (queued for 1 m 0 s) |
|
2 | 2025-03-03T07:50:46.893Z | starting task 0: "setup" |
3 | 2025-03-03T07:50:46.901Z | ++ uname -s |
4 | 2025-03-03T07:50:46.904Z | + kern=SunOS |
5 | 2025-03-03T07:50:46.904Z | + build_user=build |
6 | 2025-03-03T07:50:46.904Z | + build_uid=12345 |
7 | 2025-03-03T07:50:46.904Z | + work_dir=/work |
8 | 2025-03-03T07:50:46.904Z | + input_dir=/input |
9 | 2025-03-03T07:50:46.904Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T07:50:46.904Z | + case "$kern" in |
11 | 2025-03-03T07:50:46.904Z | + groupadd -g 12345 build |
12 | 2025-03-03T07:50:46.907Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T07:50:48.914Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T07:50:49.043Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T07:50:49.047Z | + home_fs=zfs |
16 | 2025-03-03T07:50:49.047Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T07:50:49.047Z | + mkdir -p /home/build |
18 | 2025-03-03T07:50:49.050Z | + chown build:build /home/build /work |
19 | 2025-03-03T07:50:50.050Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T07:50:50.053Z | process exited: duration 3159 ms, exit code 0 |
|
21 | 2025-03-03T07:50:50.060Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T07:50:50.065Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-03T07:50:50.065Z | * rust toolchain channel = "stable" |
24 | 2025-03-03T07:50:50.065Z | * rust toolchain profile = "default" |
25 | 2025-03-03T07:50:50.065Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-03T07:50:50.065Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-03T07:50:50.068Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T07:50:50.068Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T07:50:50.068Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-03T07:50:50.185Z | info: downloading installer |
31 | 2025-03-03T07:50:51.304Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-03T07:50:51.304Z | warning: /opt/ooce/bin |
33 | 2025-03-03T07:50:51.304Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T07:50:51.304Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-03T07:50:51.304Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T07:50:51.304Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T07:50:51.304Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T07:50:51.304Z | error: cannot install while Rust is installed |
39 | 2025-03-03T07:50:51.304Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T07:50:51.321Z | info: profile set to 'default' |
41 | 2025-03-03T07:50:51.321Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T07:50:51.324Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-03T07:50:51.469Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T07:50:51.470Z | info: downloading component 'cargo' |
45 | 2025-03-03T07:50:52.209Z | info: downloading component 'clippy' |
46 | 2025-03-03T07:50:52.501Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T07:50:53.618Z | info: downloading component 'rust-std' |
48 | 2025-03-03T07:50:55.258Z | info: downloading component 'rustc' |
49 | 2025-03-03T07:51:00.882Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T07:51:01.103Z | info: installing component 'cargo' |
51 | 2025-03-03T07:51:01.927Z | info: installing component 'clippy' |
52 | 2025-03-03T07:51:02.310Z | info: installing component 'rust-docs' |
53 | 2025-03-03T07:51:04.058Z | info: installing component 'rust-std' |
54 | 2025-03-03T07:51:05.924Z | info: installing component 'rustc' |
55 | 2025-03-03T07:51:11.924Z | info: installing component 'rustfmt' |
56 | 2025-03-03T07:51:12.262Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-03T07:51:12.262Z | |
58 | 2025-03-03T07:51:12.634Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T07:51:12.634Z | |
60 | 2025-03-03T07:51:12.637Z | |
61 | 2025-03-03T07:51:12.637Z | Rust is installed now. Great! |
62 | 2025-03-03T07:51:12.637Z | |
63 | 2025-03-03T07:51:12.637Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T07:51:12.637Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T07:51:12.637Z | |
66 | 2025-03-03T07:51:12.637Z | To configure your current shell, you need to source |
67 | 2025-03-03T07:51:12.637Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T07:51:12.637Z | |
69 | 2025-03-03T07:51:12.637Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T07:51:12.637Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T07:51:12.637Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T07:51:12.710Z | + rustup --version |
73 | 2025-03-03T07:51:12.718Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-03T07:51:12.718Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-03T07:51:12.800Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-03T07:51:12.804Z | + cargo --version |
77 | 2025-03-03T07:51:12.863Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-03T07:51:12.866Z | + rustc --version |
79 | 2025-03-03T07:51:12.932Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-03T07:51:12.936Z | process exited: duration 22873 ms, exit code 0 |
|
81 | 2025-03-03T07:51:12.943Z | starting task 2: "authentication" |
82 | 2025-03-03T07:51:12.966Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-03-03T07:51:12.972Z | starting task 3: "clone repository" |
84 | 2025-03-03T07:51:12.977Z | + mkdir -p /work/oxidecomputer/maghemite |
85 | 2025-03-03T07:51:12.980Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
86 | 2025-03-03T07:51:13.021Z | Cloning into '/work/oxidecomputer/maghemite'... |
87 | 2025-03-03T07:51:13.611Z | + cd /work/oxidecomputer/maghemite |
88 | 2025-03-03T07:51:13.615Z | + git fetch origin a303dda6454564a11df6c753bd28b24cfcfa4c3b |
89 | 2025-03-03T07:51:13.847Z | From https://github.com/oxidecomputer/maghemite |
90 | 2025-03-03T07:51:13.847Z | * branch a303dda6454564a11df6c753bd28b24cfcfa4c3b -> FETCH_HEAD |
91 | 2025-03-03T07:51:13.854Z | + [[ -n renovate/rust-1.x ]] |
92 | 2025-03-03T07:51:13.859Z | ++ git branch --show-current |
93 | 2025-03-03T07:51:13.859Z | + current=main |
94 | 2025-03-03T07:51:13.859Z | + [[ main != renovate/rust-1.x ]] |
95 | 2025-03-03T07:51:13.859Z | + git branch -f renovate/rust-1.x a303dda6454564a11df6c753bd28b24cfcfa4c3b |
96 | 2025-03-03T07:51:13.862Z | + git checkout -f renovate/rust-1.x |
97 | 2025-03-03T07:51:13.876Z | Switched to branch 'renovate/rust-1.x' |
98 | 2025-03-03T07:51:13.880Z | + git reset --hard a303dda6454564a11df6c753bd28b24cfcfa4c3b |
99 | 2025-03-03T07:51:13.890Z | HEAD is now at a303dda Update dependency rust to v1.85.0 |
100 | 2025-03-03T07:51:13.894Z | process exited: duration 918 ms, exit code 0 |
|
101 | 2025-03-03T07:51:13.900Z | starting task 4: "build" |
102 | 2025-03-03T07:51:13.905Z | ++ cargo --version |
103 | 2025-03-03T07:51:13.912Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
104 | 2025-03-03T07:51:14.077Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
105 | 2025-03-03T07:51:14.077Z | info: downloading component 'cargo' |
106 | 2025-03-03T07:51:14.926Z | info: downloading component 'clippy' |
107 | 2025-03-03T07:51:15.263Z | info: downloading component 'rust-docs' |
108 | 2025-03-03T07:51:16.579Z | info: downloading component 'rust-std' |
109 | 2025-03-03T07:51:18.484Z | info: downloading component 'rustc' |
110 | 2025-03-03T07:51:25.001Z | info: downloading component 'rustfmt' |
111 | 2025-03-03T07:51:25.247Z | info: installing component 'cargo' |
112 | 2025-03-03T07:51:26.092Z | info: installing component 'clippy' |
113 | 2025-03-03T07:51:26.475Z | info: installing component 'rust-docs' |
114 | 2025-03-03T07:51:28.233Z | info: installing component 'rust-std' |
115 | 2025-03-03T07:51:30.103Z | info: installing component 'rustc' |
116 | 2025-03-03T07:51:36.023Z | info: installing component 'rustfmt' |
117 | 2025-03-03T07:51:36.446Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
118 | 2025-03-03T07:51:36.462Z | ++ rustc --version |
119 | 2025-03-03T07:51:36.523Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
120 | 2025-03-03T07:51:36.527Z | ++ dladm |
121 | 2025-03-03T07:51:36.534Z | LINK CLASS MTU STATE BRIDGE OVER |
122 | 2025-03-03T07:51:36.534Z | ena0 phys 9216 up -- -- |
123 | 2025-03-03T07:51:36.534Z | ++ ipadm |
124 | 2025-03-03T07:51:36.539Z | ADDROBJ TYPE STATE ADDR |
125 | 2025-03-03T07:51:36.539Z | lo0/v4 static ok 127.0.0.1/8 |
126 | 2025-03-03T07:51:36.539Z | ena0/dhcp dhcp ok 10.150.1.239/24 |
127 | 2025-03-03T07:51:36.539Z | lo0/v6 static ok ::1/128 |
128 | 2025-03-03T07:51:36.539Z | ++ banner collect |
129 | 2025-03-03T07:51:36.539Z | |
130 | 2025-03-03T07:51:36.539Z | #### #### # # ###### #### ##### |
131 | 2025-03-03T07:51:36.540Z | # # # # # # # # # # |
132 | 2025-03-03T07:51:36.540Z | # # # # # ##### # # |
133 | 2025-03-03T07:51:36.540Z | # # # # # # # # |
134 | 2025-03-03T07:51:36.540Z | # # # # # # # # # # |
135 | 2025-03-03T07:51:36.540Z | #### #### ###### ###### ###### #### # |
136 | 2025-03-03T07:51:36.540Z | |
137 | 2025-03-03T07:51:36.541Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
138 | 2025-03-03T07:51:36.541Z | ++ repo=softnpu |
139 | 2025-03-03T07:51:36.541Z | ++ series=image |
140 | 2025-03-03T07:51:36.541Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
141 | 2025-03-03T07:51:36.541Z | ++ name=softnpu |
142 | 2025-03-03T07:51:36.541Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
143 | 2025-03-03T07:51:36.541Z | ++ mkdir -p download |
144 | 2025-03-03T07:51:36.546Z | ++ pushd download |
145 | 2025-03-03T07:51:36.546Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
146 | 2025-03-03T07:51:36.546Z | ++ [[ ! -f softnpu ]] |
147 | 2025-03-03T07:51:36.546Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
148 | 2025-03-03T07:51:36.552Z | % Total % Received % Xferd Average Speed Time Time Time Current |
149 | 2025-03-03T07:51:36.552Z | Dload Upload Total Spent Left Speed |
150 | 2025-03-03T07:51:37.109Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
4 21.8M 4 1035k 0 0 4329k 0 0:00:05 --:--:-- 0:00:05 4315k
100 21.8M 100 21.8M 0 0 39.1M 0 --:--:-- --:--:-- --:--:-- 39.1M |
151 | 2025-03-03T07:51:37.113Z | ++ popd |
152 | 2025-03-03T07:51:37.113Z | /work/oxidecomputer/maghemite |
153 | 2025-03-03T07:51:37.113Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
154 | 2025-03-03T07:51:37.113Z | ++ repo=sidecar-lite |
155 | 2025-03-03T07:51:37.113Z | ++ series=release |
156 | 2025-03-03T07:51:37.114Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
157 | 2025-03-03T07:51:37.114Z | ++ name=libsidecar_lite.so |
158 | 2025-03-03T07:51:37.114Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
159 | 2025-03-03T07:51:37.114Z | ++ mkdir -p download |
160 | 2025-03-03T07:51:37.114Z | ++ pushd download |
161 | 2025-03-03T07:51:37.114Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
162 | 2025-03-03T07:51:37.114Z | ++ [[ ! -f libsidecar_lite.so ]] |
163 | 2025-03-03T07:51:37.114Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
164 | 2025-03-03T07:51:37.122Z | % Total % Received % Xferd Average Speed Time Time Time Current |
165 | 2025-03-03T07:51:37.122Z | Dload Upload Total Spent Left Speed |
166 | 2025-03-03T07:51:37.670Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 36.9M 0 --:--:-- --:--:-- --:--:-- 37.0M |
167 | 2025-03-03T07:51:37.675Z | ++ popd |
168 | 2025-03-03T07:51:37.679Z | /work/oxidecomputer/maghemite |
169 | 2025-03-03T07:51:37.679Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
170 | 2025-03-03T07:51:37.679Z | ++ repo=sidecar-lite |
171 | 2025-03-03T07:51:37.679Z | ++ series=release |
172 | 2025-03-03T07:51:37.679Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
173 | 2025-03-03T07:51:37.679Z | ++ name=scadm |
174 | 2025-03-03T07:51:37.679Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
175 | 2025-03-03T07:51:37.679Z | ++ mkdir -p download |
176 | 2025-03-03T07:51:37.679Z | ++ pushd download |
177 | 2025-03-03T07:51:37.679Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
178 | 2025-03-03T07:51:37.679Z | ++ [[ ! -f scadm ]] |
179 | 2025-03-03T07:51:37.683Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
180 | 2025-03-03T07:51:37.691Z | % Total % Received % Xferd Average Speed Time Time Time Current |
181 | 2025-03-03T07:51:37.691Z | Dload Upload Total Spent Left Speed |
182 | 2025-03-03T07:51:38.159Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 22.7M 0 3900 0 0 35193 0 0:11:19 --:--:-- 0:11:19 35135
100 22.7M 100 22.7M 0 0 48.7M 0 --:--:-- --:--:-- --:--:-- 48.7M |
183 | 2025-03-03T07:51:38.162Z | ++ popd |
184 | 2025-03-03T07:51:38.166Z | /work/oxidecomputer/maghemite |
185 | 2025-03-03T07:51:38.166Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
186 | 2025-03-03T07:51:38.166Z | ++ repo=dendrite |
187 | 2025-03-03T07:51:38.166Z | ++ series=image |
188 | 2025-03-03T07:51:38.166Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
189 | 2025-03-03T07:51:38.166Z | ++ name=dendrite-softnpu.tar.gz |
190 | 2025-03-03T07:51:38.166Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
191 | 2025-03-03T07:51:38.166Z | ++ mkdir -p download |
192 | 2025-03-03T07:51:38.166Z | ++ pushd download |
193 | 2025-03-03T07:51:38.166Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
194 | 2025-03-03T07:51:38.166Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
195 | 2025-03-03T07:51:38.167Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
196 | 2025-03-03T07:51:38.174Z | % Total % Received % Xferd Average Speed Time Time Time Current |
197 | 2025-03-03T07:51:38.178Z | Dload Upload Total Spent Left Speed |
198 | 2025-03-03T07:51:38.723Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 68.4M 0 --:--:-- --:--:-- --:--:-- 68.5M |
199 | 2025-03-03T07:51:38.727Z | ++ popd |
200 | 2025-03-03T07:51:38.727Z | /work/oxidecomputer/maghemite |
201 | 2025-03-03T07:51:38.727Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
202 | 2025-03-03T07:51:38.727Z | ++ repo=maghemite |
203 | 2025-03-03T07:51:38.727Z | ++ series=release |
204 | 2025-03-03T07:51:38.727Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
205 | 2025-03-03T07:51:38.727Z | ++ name=ddmd |
206 | 2025-03-03T07:51:38.728Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
207 | 2025-03-03T07:51:38.728Z | ++ mkdir -p download |
208 | 2025-03-03T07:51:38.731Z | ++ pushd download |
209 | 2025-03-03T07:51:38.731Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
210 | 2025-03-03T07:51:38.732Z | ++ [[ ! -f ddmd ]] |
211 | 2025-03-03T07:51:38.732Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
212 | 2025-03-03T07:51:38.738Z | % Total % Received % Xferd Average Speed Time Time Time Current |
213 | 2025-03-03T07:51:38.738Z | Dload Upload Total Spent Left Speed |
214 | 2025-03-03T07:51:39.322Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 40.9M 0 3900 0 0 40855 0 0:17:31 --:--:-- 0:17:31 40625
100 40.9M 100 40.9M 0 0 70.0M 0 --:--:-- --:--:-- --:--:-- 70.0M |
215 | 2025-03-03T07:51:39.326Z | ++ popd |
216 | 2025-03-03T07:51:39.329Z | /work/oxidecomputer/maghemite |
217 | 2025-03-03T07:51:39.330Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
218 | 2025-03-03T07:51:39.330Z | ++ repo=maghemite |
219 | 2025-03-03T07:51:39.330Z | ++ series=release |
220 | 2025-03-03T07:51:39.330Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
221 | 2025-03-03T07:51:39.330Z | ++ name=ddmadm |
222 | 2025-03-03T07:51:39.330Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
223 | 2025-03-03T07:51:39.330Z | ++ mkdir -p download |
224 | 2025-03-03T07:51:39.330Z | ++ pushd download |
225 | 2025-03-03T07:51:39.330Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
226 | 2025-03-03T07:51:39.330Z | ++ [[ ! -f ddmadm ]] |
227 | 2025-03-03T07:51:39.330Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
228 | 2025-03-03T07:51:39.336Z | % Total % Received % Xferd Average Speed Time Time Time Current |
229 | 2025-03-03T07:51:39.336Z | Dload Upload Total Spent Left Speed |
230 | 2025-03-03T07:51:39.674Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 53.2M 0 --:--:-- --:--:-- --:--:-- 53.4M |
231 | 2025-03-03T07:51:39.678Z | ++ popd |
232 | 2025-03-03T07:51:39.681Z | /work/oxidecomputer/maghemite |
233 | 2025-03-03T07:51:39.681Z | ++ pushd download |
234 | 2025-03-03T07:51:39.681Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
235 | 2025-03-03T07:51:39.682Z | ++ chmod +x softnpu |
236 | 2025-03-03T07:51:39.682Z | ++ chmod +x scadm |
237 | 2025-03-03T07:51:39.685Z | ++ chmod +x ddmadm |
238 | 2025-03-03T07:51:39.685Z | ++ chmod +x ddmd |
239 | 2025-03-03T07:51:39.688Z | ++ mv ddmadm ddmadm-v2 |
240 | 2025-03-03T07:51:39.691Z | ++ mv ddmd ddmd-v2 |
241 | 2025-03-03T07:51:39.691Z | ++ rm -rf zones/dendrite |
242 | 2025-03-03T07:51:39.694Z | ++ mkdir -p zones/dendrite |
243 | 2025-03-03T07:51:39.697Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
244 | 2025-03-03T07:51:40.454Z | ++ popd |
245 | 2025-03-03T07:51:40.454Z | /work/oxidecomputer/maghemite |
246 | 2025-03-03T07:51:40.457Z | ++ banner install |
247 | 2025-03-03T07:51:40.457Z | |
248 | 2025-03-03T07:51:40.457Z | # # # #### ##### ## # # |
249 | 2025-03-03T07:51:40.458Z | # ## # # # # # # # |
250 | 2025-03-03T07:51:40.458Z | # # # # #### # # # # # |
251 | 2025-03-03T07:51:40.458Z | # # # # # # ###### # # |
252 | 2025-03-03T07:51:40.458Z | # # ## # # # # # # # |
253 | 2025-03-03T07:51:40.458Z | # # # #### # # # ###### ###### |
254 | 2025-03-03T07:51:40.458Z | |
255 | 2025-03-03T07:51:40.462Z | ++ pkg info brand/sparse |
256 | 2025-03-03T07:51:40.462Z | ++ grep -qi installed |
257 | 2025-03-03T07:51:42.089Z | pkg: info: no packages matching the following patterns you specified are |
258 | 2025-03-03T07:51:42.089Z | installed on the system. Try querying remotely instead: |
259 | 2025-03-03T07:51:42.089Z | |
260 | 2025-03-03T07:51:42.089Z | brand/sparse |
261 | 2025-03-03T07:51:42.135Z | ++ [[ 1 != 0 ]] |
262 | 2025-03-03T07:51:42.135Z | ++ set -o errexit |
263 | 2025-03-03T07:51:42.135Z | ++ pfexec pkg install brand/sparse |
264 | 2025-03-03T07:51:49.512Z | Startup: Refreshing catalog 'helios-dev' ... Done |
265 | 2025-03-03T07:51:54.054Z | Startup: Caching catalogs ... Done |
266 | 2025-03-03T07:52:07.746Z | Planning: Solver setup ... Done |
267 | 2025-03-03T07:52:07.911Z | Planning: Running solver ... Done |
268 | 2025-03-03T07:52:08.038Z | Planning: Finding local manifests ... Done |
269 | 2025-03-03T07:52:08.068Z | Planning: Fetching manifests: 0/3 0% complete |
270 | 2025-03-03T07:52:08.181Z | Planning: Fetching manifests: 3/3 100% complete |
271 | 2025-03-03T07:52:08.254Z | Planning: Package planning ... Done |
272 | 2025-03-03T07:52:08.260Z | Planning: Merging actions ... Done |
273 | 2025-03-03T07:52:08.451Z | Planning: Checking for conflicting actions ... Done |
274 | 2025-03-03T07:52:10.408Z | Planning: Consolidating action changes ... Done |
275 | 2025-03-03T07:52:10.835Z | Planning: Evaluating mediators ... Done |
276 | 2025-03-03T07:52:10.905Z | Planning: Planning completed in 16.75 seconds |
277 | 2025-03-03T07:52:10.921Z | Packages to install: 1 |
278 | 2025-03-03T07:52:10.921Z | Packages to update: 2 |
279 | 2025-03-03T07:52:10.924Z | Create boot environment: No |
280 | 2025-03-03T07:52:10.924Z | Create backup boot environment: Yes |
281 | 2025-03-03T07:52:10.997Z | |
282 | 2025-03-03T07:52:10.997Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
283 | 2025-03-03T07:52:14.913Z | Download: Completed 8.03 MB in 3.91 seconds (2.0M/s) |
284 | 2025-03-03T07:52:16.931Z | Actions: 1/1419 actions (Removing old actions) |
285 | 2025-03-03T07:52:16.952Z | Actions: 199/1419 actions (Installing new actions) |
286 | 2025-03-03T07:52:17.071Z | Actions: 579/1419 actions (Updating modified actions) |
287 | 2025-03-03T07:52:17.397Z | Actions: Completed 1419 actions in 0.47 seconds. |
288 | 2025-03-03T07:52:17.818Z | Done |
289 | 2025-03-03T07:52:17.821Z | Done |
290 | 2025-03-03T07:52:18.395Z | Done |
291 | 2025-03-03T07:52:22.791Z | Done |
292 | 2025-03-03T07:52:22.877Z | Done |
293 | 2025-03-03T07:52:22.880Z | Done |
294 | 2025-03-03T07:52:23.068Z | Done |
295 | 2025-03-03T07:52:23.503Z | ++ set -o errexit |
296 | 2025-03-03T07:52:23.504Z | ++ set -o pipefail |
297 | 2025-03-03T07:52:23.504Z | ++ banner build |
298 | 2025-03-03T07:52:23.507Z | |
299 | 2025-03-03T07:52:23.507Z | ##### # # # # ##### |
300 | 2025-03-03T07:52:23.507Z | # # # # # # # # |
301 | 2025-03-03T07:52:23.507Z | ##### # # # # # # |
302 | 2025-03-03T07:52:23.507Z | # # # # # # # # |
303 | 2025-03-03T07:52:23.507Z | # # # # # # # # |
304 | 2025-03-03T07:52:23.507Z | ##### #### # ###### ##### |
305 | 2025-03-03T07:52:23.507Z | |
306 | 2025-03-03T07:52:23.507Z | ++ cargo build --release --bin ddmd --bin ddmadm |
307 | 2025-03-03T07:52:23.678Z | Updating crates.io index |
308 | 2025-03-03T07:52:23.682Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
309 | 2025-03-03T07:52:24.396Z | From https://github.com/oxidecomputer/falcon |
310 | 2025-03-03T07:52:24.396Z | * [new ref] f3fe0542198c08bbb82d16f168e6482db9bec5b9 -> refs/commit/f3fe0542198c08bbb82d16f168e6482db9bec5b9 |
311 | 2025-03-03T07:52:24.566Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
312 | 2025-03-03T07:52:25.581Z | From https://github.com/oxidecomputer/dendrite |
313 | 2025-03-03T07:52:25.581Z | * [new ref] b1556024506890778bada8381a8eaa404f02b0ae -> refs/commit/b1556024506890778bada8381a8eaa404f02b0ae |
314 | 2025-03-03T07:52:25.632Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
315 | 2025-03-03T07:52:25.923Z | From https://github.com/oxidecomputer/ispf |
316 | 2025-03-03T07:52:25.923Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
317 | 2025-03-03T07:52:25.943Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
318 | 2025-03-03T07:52:26.265Z | From https://github.com/oxidecomputer/netadm-sys |
319 | 2025-03-03T07:52:26.265Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
320 | 2025-03-03T07:52:26.277Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
321 | 2025-03-03T07:52:30.465Z | From https://github.com/oxidecomputer/omicron |
322 | 2025-03-03T07:52:30.465Z | * [new ref] e2f9776a2f86de2d4cd35926302bb99cedbdb3d4 -> refs/commit/e2f9776a2f86de2d4cd35926302bb99cedbdb3d4 |
323 | 2025-03-03T07:52:30.868Z | Updating git repository `https://github.com/oxidecomputer/opte` |
324 | 2025-03-03T07:52:31.373Z | From https://github.com/oxidecomputer/opte |
325 | 2025-03-03T07:52:31.373Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
326 | 2025-03-03T07:52:31.419Z | Updating git repository `https://github.com/illumos/smf-rs` |
327 | 2025-03-03T07:52:31.936Z | From https://github.com/illumos/smf-rs |
328 | 2025-03-03T07:52:31.936Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
329 | 2025-03-03T07:52:31.969Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
330 | 2025-03-03T07:52:32.343Z | From https://github.com/oxidecomputer/maghemite |
331 | 2025-03-03T07:52:32.343Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
332 | 2025-03-03T07:52:32.392Z | Updating git repository `https://github.com/oxidecomputer/zone` |
333 | 2025-03-03T07:52:32.670Z | From https://github.com/oxidecomputer/zone |
334 | 2025-03-03T07:52:32.670Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
335 | 2025-03-03T07:52:32.713Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
336 | 2025-03-03T07:52:33.347Z | From https://github.com/oxidecomputer/propolis |
337 | 2025-03-03T07:52:33.347Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
338 | 2025-03-03T07:52:33.467Z | Updating git repository `https://github.com/illumos/smf-rs` |
339 | 2025-03-03T07:52:33.930Z | From https://github.com/illumos/smf-rs |
340 | 2025-03-03T07:52:33.930Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
341 | 2025-03-03T07:52:33.951Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
342 | 2025-03-03T07:52:34.433Z | From https://github.com/oxidecomputer/transceiver-control |
343 | 2025-03-03T07:52:34.433Z | * [new ref] 9fc521c4bd0a7fa4331c555296b2888089db32a2 -> refs/commit/9fc521c4bd0a7fa4331c555296b2888089db32a2 |
344 | 2025-03-03T07:52:34.457Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
345 | 2025-03-03T07:52:34.746Z | From https://github.com/oxidecomputer/dlpi-sys |
346 | 2025-03-03T07:52:34.746Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
347 | 2025-03-03T07:52:34.755Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
348 | 2025-03-03T07:52:35.019Z | From https://github.com/jmesmon/rust-libzfs |
349 | 2025-03-03T07:52:35.019Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
350 | 2025-03-03T07:52:35.032Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
351 | 2025-03-03T07:52:35.320Z | From https://github.com/oxidecomputer/rusty-doors |
352 | 2025-03-03T07:52:35.320Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
353 | 2025-03-03T07:52:35.348Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
354 | 2025-03-03T07:52:35.707Z | From https://github.com/oxidecomputer/maghemite |
355 | 2025-03-03T07:52:35.707Z | * [new ref] cb2b592e890ca9e93d8193e9765e2a62459d5fa8 -> refs/commit/cb2b592e890ca9e93d8193e9765e2a62459d5fa8 |
356 | 2025-03-03T07:52:35.742Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
357 | 2025-03-03T07:52:36.010Z | From https://github.com/oxidecomputer/serde_human_bytes |
358 | 2025-03-03T07:52:36.010Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
359 | 2025-03-03T07:52:36.040Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
360 | 2025-03-03T07:52:36.322Z | From https://github.com/oxidecomputer/slog-error-chain |
361 | 2025-03-03T07:52:36.322Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
362 | 2025-03-03T07:52:36.347Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
363 | 2025-03-03T07:52:36.614Z | From https://github.com/oxidecomputer/poptrie |
364 | 2025-03-03T07:52:36.614Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
365 | 2025-03-03T07:52:36.640Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
366 | 2025-03-03T07:52:36.878Z | From https://github.com/illumos/libscf-sys |
367 | 2025-03-03T07:52:36.878Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
368 | 2025-03-03T07:52:36.896Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
369 | 2025-03-03T07:52:37.681Z | From https://github.com/oxidecomputer/progenitor |
370 | 2025-03-03T07:52:37.681Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
371 | 2025-03-03T07:52:37.912Z | Updating git repository `https://github.com/oxidecomputer/typify` |
372 | 2025-03-03T07:52:38.808Z | From https://github.com/oxidecomputer/typify |
373 | 2025-03-03T07:52:38.808Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
374 | 2025-03-03T07:52:38.876Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
375 | 2025-03-03T07:52:39.461Z | From https://github.com/oxidecomputer/propolis |
376 | 2025-03-03T07:52:39.461Z | * [new ref] 95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc -> refs/commit/95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc |
377 | 2025-03-03T07:52:39.543Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
378 | 2025-03-03T07:52:40.563Z | From https://github.com/oxidecomputer/crucible |
379 | 2025-03-03T07:52:40.564Z | * [new ref] d2d8f8ad449df7e2befb7ee2723a442dd74b9b72 -> refs/commit/d2d8f8ad449df7e2befb7ee2723a442dd74b9b72 |
380 | 2025-03-03T07:52:40.621Z | Updating git repository `https://github.com/oxidecomputer/opte` |
381 | 2025-03-03T07:52:40.998Z | From https://github.com/oxidecomputer/opte |
382 | 2025-03-03T07:52:40.998Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
383 | 2025-03-03T07:52:41.058Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
384 | 2025-03-03T07:52:41.564Z | From https://github.com/oxidecomputer/management-gateway-service |
385 | 2025-03-03T07:52:41.564Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
386 | 2025-03-03T07:52:41.616Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
387 | 2025-03-03T07:52:42.036Z | From https://github.com/oxidecomputer/ingot |
388 | 2025-03-03T07:52:42.036Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
389 | 2025-03-03T07:52:42.695Z | Downloading crates ... |
390 | 2025-03-03T07:52:42.769Z | Downloaded anstyle-query v1.1.1 |
391 | 2025-03-03T07:52:42.791Z | Downloaded cstr-argument v0.1.2 |
392 | 2025-03-03T07:52:42.795Z | Downloaded equivalent v1.0.1 |
393 | 2025-03-03T07:52:42.795Z | Downloaded const-random-macro v0.1.16 |
394 | 2025-03-03T07:52:42.796Z | Downloaded ciborium-io v0.2.2 |
395 | 2025-03-03T07:52:42.801Z | Downloaded crucible-workspace-hack v0.1.0 |
396 | 2025-03-03T07:52:42.811Z | Downloaded crc8 v0.1.1 |
397 | 2025-03-03T07:52:42.811Z | Downloaded cfg_aliases v0.2.1 |
398 | 2025-03-03T07:52:42.811Z | Downloaded futures v0.3.31 |
399 | 2025-03-03T07:52:42.817Z | Downloaded openssl-probe v0.1.5 |
400 | 2025-03-03T07:52:42.817Z | Downloaded atomicwrites v0.4.4 |
401 | 2025-03-03T07:52:42.817Z | Downloaded openssl-macros v0.1.1 |
402 | 2025-03-03T07:52:42.817Z | Downloaded const-random v0.1.18 |
403 | 2025-03-03T07:52:42.822Z | Downloaded foreign-types v0.3.2 |
404 | 2025-03-03T07:52:42.822Z | Downloaded float-ord v0.3.2 |
405 | 2025-03-03T07:52:42.822Z | Downloaded dof v0.3.0 |
406 | 2025-03-03T07:52:42.826Z | Downloaded progenitor-client v0.8.0 |
407 | 2025-03-03T07:52:42.826Z | Downloaded darling_macro v0.20.10 |
408 | 2025-03-03T07:52:42.827Z | Downloaded proc-macro-error-attr2 v2.0.0 |
409 | 2025-03-03T07:52:42.827Z | Downloaded block-buffer v0.10.4 |
410 | 2025-03-03T07:52:42.831Z | Downloaded atomic-waker v1.1.2 |
411 | 2025-03-03T07:52:42.831Z | Downloaded anstyle-parse v0.2.5 |
412 | 2025-03-03T07:52:42.831Z | Downloaded pretty-hex v0.4.1 |
413 | 2025-03-03T07:52:42.835Z | Downloaded byteorder v1.5.0 |
414 | 2025-03-03T07:52:42.835Z | Downloaded dirs-next v2.0.0 |
415 | 2025-03-03T07:52:42.840Z | Downloaded dyn-clone v1.0.17 |
416 | 2025-03-03T07:52:42.840Z | Downloaded defmt-macros v0.3.9 |
417 | 2025-03-03T07:52:42.845Z | Downloaded errno v0.3.9 |
418 | 2025-03-03T07:52:42.845Z | Downloaded defmt-parser v0.3.4 |
419 | 2025-03-03T07:52:42.845Z | Downloaded async-stream v0.3.6 |
420 | 2025-03-03T07:52:42.851Z | Downloaded colored v2.1.0 |
421 | 2025-03-03T07:52:42.855Z | Downloaded serde-big-array v0.5.1 |
422 | 2025-03-03T07:52:42.855Z | Downloaded progenitor-client v0.9.1 |
423 | 2025-03-03T07:52:42.855Z | Downloaded either v1.13.0 |
424 | 2025-03-03T07:52:42.855Z | Downloaded form_urlencoded v1.2.1 |
425 | 2025-03-03T07:52:42.860Z | Downloaded foreign-types v0.5.0 |
426 | 2025-03-03T07:52:42.860Z | Downloaded foreign-types-macros v0.2.3 |
427 | 2025-03-03T07:52:42.860Z | Downloaded defmt v0.3.8 |
428 | 2025-03-03T07:52:42.864Z | Downloaded scroll_derive v0.12.0 |
429 | 2025-03-03T07:52:42.864Z | Downloaded colorchoice v1.0.2 |
430 | 2025-03-03T07:52:42.864Z | Downloaded embedded-io v0.6.1 |
431 | 2025-03-03T07:52:42.869Z | Downloaded pretty-hex v0.2.1 |
432 | 2025-03-03T07:52:42.869Z | Downloaded deranged v0.3.11 |
433 | 2025-03-03T07:52:42.869Z | Downloaded percent-encoding v2.3.1 |
434 | 2025-03-03T07:52:42.874Z | Downloaded want v0.3.1 |
435 | 2025-03-03T07:52:42.874Z | Downloaded fixedbitset v0.4.2 |
436 | 2025-03-03T07:52:42.874Z | Downloaded fastrand v2.1.1 |
437 | 2025-03-03T07:52:42.874Z | Downloaded embedded-io v0.4.0 |
438 | 2025-03-03T07:52:42.878Z | Downloaded pest_generator v2.7.13 |
439 | 2025-03-03T07:52:42.878Z | Downloaded paste v1.0.15 |
440 | 2025-03-03T07:52:42.882Z | Downloaded scroll v0.12.0 |
441 | 2025-03-03T07:52:42.882Z | Downloaded darling v0.20.10 |
442 | 2025-03-03T07:52:42.887Z | Downloaded scopeguard v1.2.0 |
443 | 2025-03-03T07:52:42.892Z | Downloaded progenitor-macro v0.8.0 |
444 | 2025-03-03T07:52:42.892Z | Downloaded rustc-hash v2.0.0 |
445 | 2025-03-03T07:52:42.892Z | Downloaded rand_core v0.6.4 |
446 | 2025-03-03T07:52:42.896Z | Downloaded plain v0.2.3 |
447 | 2025-03-03T07:52:42.896Z | Downloaded pkg-config v0.3.31 |
448 | 2025-03-03T07:52:42.896Z | Downloaded resolv-conf v0.7.0 |
449 | 2025-03-03T07:52:42.900Z | Downloaded progenitor-macro v0.9.1 |
450 | 2025-03-03T07:52:42.900Z | Downloaded dirs-sys-next v0.1.2 |
451 | 2025-03-03T07:52:42.900Z | Downloaded console v0.15.8 |
452 | 2025-03-03T07:52:42.905Z | Downloaded progenitor v0.8.0 |
453 | 2025-03-03T07:52:42.905Z | Downloaded pin-utils v0.1.0 |
454 | 2025-03-03T07:52:42.910Z | Downloaded num v0.4.3 |
455 | 2025-03-03T07:52:42.910Z | Downloaded crossbeam-utils v0.8.20 |
456 | 2025-03-03T07:52:42.915Z | Downloaded proc-macro-error-attr v1.0.4 |
457 | 2025-03-03T07:52:42.915Z | Downloaded rustc_version v0.1.7 |
458 | 2025-03-03T07:52:42.915Z | Downloaded cookie v0.18.1 |
459 | 2025-03-03T07:52:42.919Z | Downloaded futures-task v0.3.31 |
460 | 2025-03-03T07:52:42.925Z | Downloaded futures-sink v0.3.31 |
461 | 2025-03-03T07:52:42.925Z | Downloaded ident_case v1.0.1 |
462 | 2025-03-03T07:52:42.925Z | Downloaded proc-macro-crate v3.2.0 |
463 | 2025-03-03T07:52:42.925Z | Downloaded serde_tokenstream v0.2.2 |
464 | 2025-03-03T07:52:42.929Z | Downloaded serde_path_to_error v0.1.16 |
465 | 2025-03-03T07:52:42.934Z | Downloaded try-lock v0.2.5 |
466 | 2025-03-03T07:52:42.934Z | Downloaded tinyvec_macros v0.1.1 |
467 | 2025-03-03T07:52:42.934Z | Downloaded sync_wrapper v0.1.2 |
468 | 2025-03-03T07:52:42.938Z | Downloaded serde_repr v0.1.19 |
469 | 2025-03-03T07:52:42.938Z | Downloaded is-terminal v0.4.13 |
470 | 2025-03-03T07:52:42.942Z | Downloaded heck v0.5.0 |
471 | 2025-03-03T07:52:42.942Z | Downloaded heck v0.4.1 |
472 | 2025-03-03T07:52:42.942Z | Downloaded ipnetwork v0.21.1 |
473 | 2025-03-03T07:52:42.948Z | Downloaded parking_lot v0.11.2 |
474 | 2025-03-03T07:52:42.955Z | Downloaded pest_derive v2.7.13 |
475 | 2025-03-03T07:52:42.955Z | Downloaded password-hash v0.5.0 |
476 | 2025-03-03T07:52:42.959Z | Downloaded rustls-pemfile v1.0.4 |
477 | 2025-03-03T07:52:42.959Z | Downloaded proc-macro-error2 v2.0.1 |
478 | 2025-03-03T07:52:42.964Z | Downloaded slog-stdlog v4.1.1 |
479 | 2025-03-03T07:52:42.964Z | Downloaded proc-macro-error v1.0.4 |
480 | 2025-03-03T07:52:42.970Z | Downloaded quick-error v1.2.3 |
481 | 2025-03-03T07:52:42.970Z | Downloaded newtype_derive v0.1.6 |
482 | 2025-03-03T07:52:42.974Z | Downloaded derive-where v1.2.7 |
483 | 2025-03-03T07:52:42.974Z | Downloaded slog-scope v4.4.0 |
484 | 2025-03-03T07:52:42.978Z | Downloaded shlex v1.3.0 |
485 | 2025-03-03T07:52:42.978Z | Downloaded ppv-lite86 v0.2.20 |
486 | 2025-03-03T07:52:42.978Z | Downloaded darling_core v0.20.10 |
487 | 2025-03-03T07:52:42.983Z | Downloaded strum v0.26.3 |
488 | 2025-03-03T07:52:42.987Z | Downloaded sync_wrapper v1.0.1 |
489 | 2025-03-03T07:52:42.987Z | Downloaded subtle v2.6.1 |
490 | 2025-03-03T07:52:42.987Z | Downloaded generic-array v0.14.7 |
491 | 2025-03-03T07:52:42.992Z | Downloaded libscf-sys v1.1.0 |
492 | 2025-03-03T07:52:42.992Z | Downloaded serde_derive_internals v0.29.1 |
493 | 2025-03-03T07:52:42.996Z | Downloaded zone_cfg_derive v0.3.0 |
494 | 2025-03-03T07:52:42.996Z | Downloaded match_cfg v0.1.0 |
495 | 2025-03-03T07:52:42.996Z | Downloaded sct v0.7.1 |
496 | 2025-03-03T07:52:43.001Z | Downloaded httpdate v1.0.3 |
497 | 2025-03-03T07:52:43.005Z | Downloaded hostname v0.4.0 |
498 | 2025-03-03T07:52:43.005Z | Downloaded sha1 v0.10.6 |
499 | 2025-03-03T07:52:43.005Z | Downloaded sha2 v0.10.8 |
500 | 2025-03-03T07:52:43.008Z | Downloaded pest_meta v2.7.13 |
501 | 2025-03-03T07:52:43.011Z | Downloaded uuid v1.13.1 |
502 | 2025-03-03T07:52:43.015Z | Downloaded base64 v0.21.7 |
503 | 2025-03-03T07:52:43.019Z | Downloaded tower-service v0.3.3 |
504 | 2025-03-03T07:52:43.023Z | Downloaded arc-swap v1.7.1 |
505 | 2025-03-03T07:52:43.027Z | Downloaded http-body v1.0.1 |
506 | 2025-03-03T07:52:43.027Z | Downloaded structmeta v0.3.0 |
507 | 2025-03-03T07:52:43.030Z | Downloaded strum_macros v0.26.4 |
508 | 2025-03-03T07:52:43.033Z | Downloaded tracing-attributes v0.1.27 |
509 | 2025-03-03T07:52:43.037Z | Downloaded ryu v1.0.18 |
510 | 2025-03-03T07:52:43.041Z | Downloaded zone v0.3.0 |
511 | 2025-03-03T07:52:43.041Z | Downloaded humantime v2.1.0 |
512 | 2025-03-03T07:52:43.045Z | Downloaded hash32 v0.3.1 |
513 | 2025-03-03T07:52:43.045Z | Downloaded take_mut v0.2.2 |
514 | 2025-03-03T07:52:43.049Z | Downloaded getrandom v0.2.15 |
515 | 2025-03-03T07:52:43.049Z | Downloaded typify-macro v0.3.0 |
516 | 2025-03-03T07:52:43.053Z | Downloaded hubpack_derive v0.1.1 |
517 | 2025-03-03T07:52:43.053Z | Downloaded num-traits v0.2.19 |
518 | 2025-03-03T07:52:43.058Z | Downloaded memmap v0.7.0 |
519 | 2025-03-03T07:52:43.058Z | Downloaded tabled_derive v0.10.0 |
520 | 2025-03-03T07:52:43.062Z | Downloaded strum_macros v0.25.3 |
521 | 2025-03-03T07:52:43.062Z | Downloaded toml_datetime v0.6.8 |
522 | 2025-03-03T07:52:43.067Z | Downloaded strsim v0.11.1 |
523 | 2025-03-03T07:52:43.067Z | Downloaded parking_lot_core v0.9.10 |
524 | 2025-03-03T07:52:43.071Z | Downloaded slab v0.4.9 |
525 | 2025-03-03T07:52:43.071Z | Downloaded static_assertions v1.1.0 |
526 | 2025-03-03T07:52:43.075Z | Downloaded native-tls v0.2.12 |
527 | 2025-03-03T07:52:43.076Z | Downloaded http-body v0.4.6 |
528 | 2025-03-03T07:52:43.080Z | Downloaded toml v0.8.19 |
529 | 2025-03-03T07:52:43.084Z | Downloaded num_enum v0.7.3 |
530 | 2025-03-03T07:52:43.091Z | Downloaded once_cell v1.20.2 |
531 | 2025-03-03T07:52:43.098Z | Downloaded serde_urlencoded v0.7.1 |
532 | 2025-03-03T07:52:43.098Z | Downloaded waitgroup v0.1.2 |
533 | 2025-03-03T07:52:43.098Z | Downloaded num-derive v0.4.2 |
534 | 2025-03-03T07:52:43.098Z | Downloaded num-derive v0.3.3 |
535 | 2025-03-03T07:52:43.102Z | Downloaded getrandom v0.3.1 |
536 | 2025-03-03T07:52:43.102Z | Downloaded expectorate v1.1.0 |
537 | 2025-03-03T07:52:43.106Z | Downloaded http-body-util v0.1.2 |
538 | 2025-03-03T07:52:43.106Z | Downloaded zerocopy-derive v0.7.35 |
539 | 2025-03-03T07:52:43.110Z | Downloaded tokio-macros v2.4.0 |
540 | 2025-03-03T07:52:43.110Z | Downloaded untrusted v0.9.0 |
541 | 2025-03-03T07:52:43.114Z | Downloaded slog-dtrace v0.3.0 |
542 | 2025-03-03T07:52:43.114Z | Downloaded mime v0.3.17 |
543 | 2025-03-03T07:52:43.118Z | Downloaded macaddr v1.0.1 |
544 | 2025-03-03T07:52:43.118Z | Downloaded typify-macro v0.2.0 |
545 | 2025-03-03T07:52:43.122Z | Downloaded usdt-macro v0.5.0 |
546 | 2025-03-03T07:52:43.122Z | Downloaded usdt-attr-macro v0.5.0 |
547 | 2025-03-03T07:52:43.122Z | Downloaded tokio-native-tls v0.3.1 |
548 | 2025-03-03T07:52:43.126Z | Downloaded futures-macro v0.3.31 |
549 | 2025-03-03T07:52:43.126Z | Downloaded futures-io v0.3.31 |
550 | 2025-03-03T07:52:43.126Z | Downloaded fxhash v0.2.1 |
551 | 2025-03-03T07:52:43.126Z | Downloaded sigpipe v0.1.3 |
552 | 2025-03-03T07:52:43.131Z | Downloaded itoa v1.0.11 |
553 | 2025-03-03T07:52:43.131Z | Downloaded httparse v1.9.4 |
554 | 2025-03-03T07:52:43.135Z | Downloaded tokio-stream v0.1.17 |
555 | 2025-03-03T07:52:43.139Z | Downloaded time-core v0.1.2 |
556 | 2025-03-03T07:52:43.139Z | Downloaded bytes v1.10.0 |
557 | 2025-03-03T07:52:43.143Z | Downloaded instant v0.1.13 |
558 | 2025-03-03T07:52:43.143Z | Downloaded usdt v0.5.0 |
559 | 2025-03-03T07:52:43.146Z | Downloaded time-macros v0.2.18 |
560 | 2025-03-03T07:52:43.151Z | Downloaded thread-id v4.2.2 |
561 | 2025-03-03T07:52:43.152Z | Downloaded version_check v0.9.5 |
562 | 2025-03-03T07:52:43.155Z | Downloaded tokio-rustls v0.25.0 |
563 | 2025-03-03T07:52:43.155Z | Downloaded openssl-sys v0.9.103 |
564 | 2025-03-03T07:52:43.160Z | Downloaded term v0.7.0 |
565 | 2025-03-03T07:52:43.164Z | Downloaded similar v2.6.0 |
566 | 2025-03-03T07:52:43.170Z | Downloaded thread_local v1.1.8 |
567 | 2025-03-03T07:52:43.176Z | Downloaded num_enum v0.5.11 |
568 | 2025-03-03T07:52:43.181Z | Downloaded highway v1.2.0 |
569 | 2025-03-03T07:52:43.181Z | Downloaded tracing v0.1.40 |
570 | 2025-03-03T07:52:43.186Z | Downloaded num-conv v0.1.0 |
571 | 2025-03-03T07:52:43.186Z | Downloaded tiny-keccak v2.0.2 |
572 | 2025-03-03T07:52:43.190Z | Downloaded smartstring v1.0.1 |
573 | 2025-03-03T07:52:43.196Z | Downloaded lazy_static v1.5.0 |
574 | 2025-03-03T07:52:43.196Z | Downloaded num_threads v0.1.7 |
575 | 2025-03-03T07:52:43.196Z | Downloaded hyper-rustls v0.27.3 |
576 | 2025-03-03T07:52:43.199Z | Downloaded thiserror v2.0.11 |
577 | 2025-03-03T07:52:43.202Z | Downloaded slog-envlogger v2.2.0 |
578 | 2025-03-03T07:52:43.205Z | Downloaded num-rational v0.4.2 |
579 | 2025-03-03T07:52:43.205Z | Downloaded log v0.4.22 |
580 | 2025-03-03T07:52:43.209Z | Downloaded hyper-tls v0.5.0 |
581 | 2025-03-03T07:52:43.212Z | Downloaded socket2 v0.5.8 |
582 | 2025-03-03T07:52:43.218Z | Downloaded hyper-tls v0.6.0 |
583 | 2025-03-03T07:52:43.218Z | Downloaded terminal_size v0.4.0 |
584 | 2025-03-03T07:52:43.221Z | Downloaded smallvec v1.13.2 |
585 | 2025-03-03T07:52:43.221Z | Downloaded serde_yaml v0.9.34+deprecated |
586 | 2025-03-03T07:52:43.224Z | Downloaded unicode-ident v1.0.16 |
587 | 2025-03-03T07:52:43.228Z | Downloaded num_enum_derive v0.7.3 |
588 | 2025-03-03T07:52:43.232Z | Downloaded spin v0.9.8 |
589 | 2025-03-03T07:52:43.232Z | Downloaded thin-vec v0.2.13 |
590 | 2025-03-03T07:52:43.236Z | Downloaded rand v0.8.5 |
591 | 2025-03-03T07:52:43.241Z | Downloaded thiserror-impl v2.0.11 |
592 | 2025-03-03T07:52:43.244Z | Downloaded utf8parse v0.2.2 |
593 | 2025-03-03T07:52:43.244Z | Downloaded hostname v0.3.1 |
594 | 2025-03-03T07:52:43.244Z | Downloaded tokio-rustls v0.24.1 |
595 | 2025-03-03T07:52:43.250Z | Downloaded hyper-util v0.1.10 |
596 | 2025-03-03T07:52:43.255Z | Downloaded num-iter v0.1.45 |
597 | 2025-03-03T07:52:43.255Z | Downloaded num-integer v0.1.46 |
598 | 2025-03-03T07:52:43.255Z | Downloaded smf v0.2.3 |
599 | 2025-03-03T07:52:43.258Z | Downloaded is_terminal_polyfill v1.70.1 |
600 | 2025-03-03T07:52:43.258Z | Downloaded unsafe-libyaml v0.2.11 |
601 | 2025-03-03T07:52:43.263Z | Downloaded futures-channel v0.3.31 |
602 | 2025-03-03T07:52:43.263Z | Downloaded half v2.4.1 |
603 | 2025-03-03T07:52:43.267Z | Downloaded libm v0.2.8 |
604 | 2025-03-03T07:52:43.273Z | Downloaded ucd-trie v0.1.6 |
605 | 2025-03-03T07:52:43.278Z | Downloaded nom v7.1.3 |
606 | 2025-03-03T07:52:43.281Z | Downloaded http v1.2.0 |
607 | 2025-03-03T07:52:43.286Z | Downloaded hickory-resolver v0.24.3 |
608 | 2025-03-03T07:52:43.291Z | Downloaded num-complex v0.4.6 |
609 | 2025-03-03T07:52:43.294Z | Downloaded indexmap v1.9.3 |
610 | 2025-03-03T07:52:43.299Z | Downloaded toml_edit v0.19.15 |
611 | 2025-03-03T07:52:43.315Z | Downloaded toml_edit v0.22.21 |
612 | 2025-03-03T07:52:43.335Z | Downloaded url v2.5.2 |
613 | 2025-03-03T07:52:43.338Z | Downloaded clap_builder v4.5.23 |
614 | 2025-03-03T07:52:43.350Z | Downloaded whoami v1.5.2 |
615 | 2025-03-03T07:52:43.350Z | Downloaded memchr v2.7.4 |
616 | 2025-03-03T07:52:43.354Z | Downloaded mio v1.0.2 |
617 | 2025-03-03T07:52:43.363Z | Downloaded steno v0.4.1 |
618 | 2025-03-03T07:52:43.367Z | Downloaded hashbrown v0.12.3 |
619 | 2025-03-03T07:52:43.373Z | Downloaded serde v1.0.217 |
620 | 2025-03-03T07:52:43.376Z | Downloaded thiserror v1.0.69 |
621 | 2025-03-03T07:52:43.380Z | Downloaded stable_deref_trait v1.2.0 |
622 | 2025-03-03T07:52:43.380Z | Downloaded ipnetwork v0.20.0 |
623 | 2025-03-03T07:52:43.383Z | Downloaded pest v2.7.13 |
624 | 2025-03-03T07:52:43.387Z | Downloaded zerocopy v0.6.6 |
625 | 2025-03-03T07:52:43.393Z | Downloaded minimal-lexical v0.2.1 |
626 | 2025-03-03T07:52:43.398Z | Downloaded hyper v1.5.1 |
627 | 2025-03-03T07:52:43.404Z | Downloaded time v0.3.36 |
628 | 2025-03-03T07:52:43.412Z | Downloaded itertools v0.12.1 |
629 | 2025-03-03T07:52:43.419Z | Downloaded hashbrown v0.15.2 |
630 | 2025-03-03T07:52:43.426Z | Downloaded winnow v0.6.18 |
631 | 2025-03-03T07:52:43.435Z | Downloaded indexmap v2.7.1 |
632 | 2025-03-03T07:52:43.439Z | Downloaded futures-util v0.3.31 |
633 | 2025-03-03T07:52:43.453Z | Downloaded zerocopy v0.7.35 |
634 | 2025-03-03T07:52:43.470Z | Downloaded goblin v0.8.2 |
635 | 2025-03-03T07:52:43.476Z | Downloaded tokio-util v0.7.12 |
636 | 2025-03-03T07:52:43.483Z | Downloaded http v0.2.12 |
637 | 2025-03-03T07:52:43.487Z | Downloaded syn v2.0.98 |
638 | 2025-03-03T07:52:43.502Z | Downloaded vcpkg v0.2.15 |
639 | 2025-03-03T07:52:43.541Z | Downloaded portable-atomic v1.8.0 |
640 | 2025-03-03T07:52:43.549Z | Downloaded dropshot v0.15.1 |
641 | 2025-03-03T07:52:43.571Z | Downloaded idna v0.5.0 |
642 | 2025-03-03T07:52:43.580Z | Downloaded nix v0.29.0 |
643 | 2025-03-03T07:52:43.591Z | Downloaded unicode-normalization v0.1.24 |
644 | 2025-03-03T07:52:43.597Z | Downloaded serde_with v3.12.0 |
645 | 2025-03-03T07:52:43.604Z | Downloaded winnow v0.5.40 |
646 | 2025-03-03T07:52:43.613Z | Downloaded h2 v0.4.6 |
647 | 2025-03-03T07:52:43.620Z | Downloaded smoltcp v0.11.0 |
648 | 2025-03-03T07:52:43.633Z | Downloaded quinn-proto v0.11.8 |
649 | 2025-03-03T07:52:43.641Z | Downloaded rustls-webpki v0.102.8 |
650 | 2025-03-03T07:52:43.658Z | Downloaded h2 v0.3.26 |
651 | 2025-03-03T07:52:43.665Z | Downloaded sled v0.34.7 |
652 | 2025-03-03T07:52:43.676Z | Downloaded dropshot v0.12.0 |
653 | 2025-03-03T07:52:43.696Z | Downloaded itertools v0.10.5 |
654 | 2025-03-03T07:52:43.702Z | Downloaded idna v0.4.0 |
655 | 2025-03-03T07:52:43.709Z | Downloaded reqwest v0.12.9 |
656 | 2025-03-03T07:52:43.716Z | Downloaded regex v1.11.1 |
657 | 2025-03-03T07:52:43.729Z | Downloaded tabled v0.18.0 |
658 | 2025-03-03T07:52:43.746Z | Downloaded rustls v0.21.12 |
659 | 2025-03-03T07:52:43.757Z | Downloaded zerocopy v0.8.17 |
660 | 2025-03-03T07:52:43.780Z | Downloaded webpki-roots v0.26.6 |
661 | 2025-03-03T07:52:43.785Z | Downloaded unicode-width v0.2.0 |
662 | 2025-03-03T07:52:43.791Z | Downloaded regress v0.9.1 |
663 | 2025-03-03T07:52:43.799Z | Downloaded unicode-width v0.1.14 |
664 | 2025-03-03T07:52:43.806Z | Downloaded openapiv3 v2.0.0 |
665 | 2025-03-03T07:52:43.817Z | Downloaded rustls v0.22.4 |
666 | 2025-03-03T07:52:43.831Z | Downloaded regress v0.10.1 |
667 | 2025-03-03T07:52:43.841Z | Downloaded rhai v1.20.0 |
668 | 2025-03-03T07:52:43.850Z | Downloaded libc v0.2.169 |
669 | 2025-03-03T07:52:43.875Z | Downloaded rustix v0.38.37 |
670 | 2025-03-03T07:52:43.896Z | Downloaded regex-syntax v0.8.5 |
671 | 2025-03-03T07:52:43.904Z | Downloaded rustls v0.23.13 |
672 | 2025-03-03T07:52:43.915Z | Downloaded openssl v0.10.66 |
673 | 2025-03-03T07:52:43.924Z | Downloaded syn v1.0.109 |
674 | 2025-03-03T07:52:43.935Z | Downloaded hashbrown v0.14.5 |
675 | 2025-03-03T07:52:43.940Z | Downloaded hickory-proto v0.24.1 |
676 | 2025-03-03T07:52:43.955Z | Downloaded itertools v0.13.0 |
677 | 2025-03-03T07:52:43.961Z | Downloaded rustls-webpki v0.101.7 |
678 | 2025-03-03T07:52:43.974Z | Downloaded tokio v1.42.0 |
679 | 2025-03-03T07:52:44.012Z | Downloaded typify-impl v0.3.0 |
680 | 2025-03-03T07:52:44.028Z | Downloaded typify-impl v0.2.0 |
681 | 2025-03-03T07:52:44.043Z | Downloaded hyper v0.14.30 |
682 | 2025-03-03T07:52:44.050Z | Downloaded webpki-roots v0.25.4 |
683 | 2025-03-03T07:52:44.054Z | Downloaded serde_json v1.0.138 |
684 | 2025-03-03T07:52:44.062Z | Downloaded reqwest v0.11.27 |
685 | 2025-03-03T07:52:44.068Z | Downloaded zerocopy-derive v0.6.6 |
686 | 2025-03-03T07:52:44.078Z | Downloaded regex-automata v0.4.9 |
687 | 2025-03-03T07:52:44.093Z | Downloaded unicode-segmentation v1.12.0 |
688 | 2025-03-03T07:52:44.096Z | Downloaded chrono v0.4.38 |
689 | 2025-03-03T07:52:44.103Z | Downloaded itertools v0.14.0 |
690 | 2025-03-03T07:52:44.110Z | Downloaded slog-term v2.9.1 |
691 | 2025-03-03T07:52:44.113Z | Downloaded crossbeam-channel v0.5.13 |
692 | 2025-03-03T07:52:44.117Z | Downloaded omicron-workspace-hack v0.1.0 |
693 | 2025-03-03T07:52:44.120Z | Downloaded usdt-impl v0.5.0 |
694 | 2025-03-03T07:52:44.121Z | Downloaded zeroize v1.8.1 |
695 | 2025-03-03T07:52:44.121Z | Downloaded lock_api v0.4.12 |
696 | 2025-03-03T07:52:44.124Z | Downloaded qorb v0.2.1 |
697 | 2025-03-03T07:52:44.127Z | Downloaded heapless v0.8.0 |
698 | 2025-03-03T07:52:44.130Z | Downloaded petgraph v0.6.5 |
699 | 2025-03-03T07:52:44.146Z | Downloaded zerocopy-derive v0.8.17 |
700 | 2025-03-03T07:52:44.152Z | Downloaded quinn v0.11.5 |
701 | 2025-03-03T07:52:44.156Z | Downloaded prettyplease v0.2.29 |
702 | 2025-03-03T07:52:44.159Z | Downloaded tempfile v3.12.0 |
703 | 2025-03-03T07:52:44.162Z | Downloaded linked-hash-map v0.5.6 |
704 | 2025-03-03T07:52:44.162Z | Downloaded spin v0.5.2 |
705 | 2025-03-03T07:52:44.166Z | Downloaded indent_write v2.2.0 |
706 | 2025-03-03T07:52:44.166Z | Downloaded tokio-rustls v0.26.0 |
707 | 2025-03-03T07:52:44.169Z | Downloaded serde_with_macros v3.12.0 |
708 | 2025-03-03T07:52:44.169Z | Downloaded unicode-bidi v0.3.15 |
709 | 2025-03-03T07:52:44.172Z | Downloaded encoding_rs v0.8.34 |
710 | 2025-03-03T07:52:44.192Z | Downloaded slog v2.7.0 |
711 | 2025-03-03T07:52:44.195Z | Downloaded typify v0.3.0 |
712 | 2025-03-03T07:52:44.198Z | Downloaded typenum v1.17.0 |
713 | 2025-03-03T07:52:44.201Z | Downloaded tracing-core v0.1.32 |
714 | 2025-03-03T07:52:44.204Z | Downloaded thiserror-impl v1.0.69 |
715 | 2025-03-03T07:52:44.204Z | Downloaded signal-hook-registry v1.4.2 |
716 | 2025-03-03T07:52:44.208Z | Downloaded lru-cache v0.1.2 |
717 | 2025-03-03T07:52:44.208Z | Downloaded slog-bunyan v2.5.0 |
718 | 2025-03-03T07:52:44.208Z | Downloaded serde_derive v1.0.217 |
719 | 2025-03-03T07:52:44.211Z | Downloaded schemars v0.8.21 |
720 | 2025-03-03T07:52:44.221Z | Downloaded papergrid v0.14.0 |
721 | 2025-03-03T07:52:44.224Z | Downloaded derive_more v0.99.18 |
722 | 2025-03-03T07:52:44.228Z | Downloaded semver v1.0.25 |
723 | 2025-03-03T07:52:44.234Z | Downloaded libsw v3.3.1 |
724 | 2025-03-03T07:52:44.239Z | Downloaded tinyvec v1.8.0 |
725 | 2025-03-03T07:52:44.239Z | Downloaded multer v3.1.0 |
726 | 2025-03-03T07:52:44.239Z | Downloaded progenitor-impl v0.8.0 |
727 | 2025-03-03T07:52:44.242Z | Downloaded cc v1.1.21 |
728 | 2025-03-03T07:52:44.245Z | Downloaded base64 v0.22.1 |
729 | 2025-03-03T07:52:44.248Z | Downloaded structmeta-derive v0.3.0 |
730 | 2025-03-03T07:52:44.248Z | Downloaded managed v0.8.0 |
731 | 2025-03-03T07:52:44.251Z | Downloaded slog-async v2.8.0 |
732 | 2025-03-03T07:52:44.251Z | Downloaded rustls-pemfile v2.1.3 |
733 | 2025-03-03T07:52:44.254Z | Downloaded no-std-compat v0.4.1 |
734 | 2025-03-03T07:52:44.254Z | Downloaded ipnet v2.10.0 |
735 | 2025-03-03T07:52:44.257Z | Downloaded typify v0.2.0 |
736 | 2025-03-03T07:52:44.257Z | Downloaded progenitor-impl v0.9.1 |
737 | 2025-03-03T07:52:44.261Z | Downloaded tabwriter v1.4.0 |
738 | 2025-03-03T07:52:44.261Z | Downloaded newtype-uuid v1.2.1 |
739 | 2025-03-03T07:52:44.265Z | Downloaded linear-map v1.2.0 |
740 | 2025-03-03T07:52:44.265Z | Downloaded hubpack v0.1.2 |
741 | 2025-03-03T07:52:44.265Z | Downloaded proc-macro2 v1.0.93 |
742 | 2025-03-03T07:52:44.268Z | Downloaded parking_lot v0.12.3 |
743 | 2025-03-03T07:52:44.271Z | Downloaded parse-display-derive v0.10.0 |
744 | 2025-03-03T07:52:44.271Z | Downloaded parking_lot_core v0.8.6 |
745 | 2025-03-03T07:52:44.271Z | Downloaded newline-converter v0.3.0 |
746 | 2025-03-03T07:52:44.274Z | Downloaded memoffset v0.9.1 |
747 | 2025-03-03T07:52:44.274Z | Downloaded rhai_codegen v2.2.0 |
748 | 2025-03-03T07:52:44.280Z | Downloaded rustls-pki-types v1.8.0 |
749 | 2025-03-03T07:52:44.283Z | Downloaded hex v0.4.3 |
750 | 2025-03-03T07:52:44.283Z | Downloaded rand_chacha v0.3.1 |
751 | 2025-03-03T07:52:44.287Z | Downloaded postcard v1.0.10 |
752 | 2025-03-03T07:52:44.287Z | Downloaded futures-executor v0.3.31 |
753 | 2025-03-03T07:52:44.290Z | Downloaded clap_lex v0.7.4 |
754 | 2025-03-03T07:52:44.290Z | Downloaded iana-time-zone v0.1.61 |
755 | 2025-03-03T07:52:44.290Z | Downloaded hyper-rustls v0.24.2 |
756 | 2025-03-03T07:52:44.293Z | Downloaded ciborium v0.2.2 |
757 | 2025-03-03T07:52:44.297Z | Downloaded anyhow v1.0.94 |
758 | 2025-03-03T07:52:44.300Z | Downloaded blake2 v0.10.6 |
759 | 2025-03-03T07:52:44.303Z | Downloaded allocator-api2 v0.2.18 |
760 | 2025-03-03T07:52:44.307Z | Downloaded pin-project-lite v0.2.14 |
761 | 2025-03-03T07:52:44.311Z | Downloaded slog-json v2.6.1 |
762 | 2025-03-03T07:52:44.311Z | Downloaded crossbeam-epoch v0.9.18 |
763 | 2025-03-03T07:52:44.314Z | Downloaded crc32fast v1.4.2 |
764 | 2025-03-03T07:52:44.314Z | Downloaded owo-colors v4.1.0 |
765 | 2025-03-03T07:52:44.317Z | Downloaded fnv v1.0.7 |
766 | 2025-03-03T07:52:44.317Z | Downloaded dropshot_endpoint v0.15.1 |
767 | 2025-03-03T07:52:44.321Z | Downloaded dropshot_endpoint v0.12.0 |
768 | 2025-03-03T07:52:44.325Z | Downloaded enum-as-inner v0.6.1 |
769 | 2025-03-03T07:52:44.325Z | Downloaded serde_spanned v0.6.7 |
770 | 2025-03-03T07:52:44.325Z | Downloaded quinn-udp v0.5.5 |
771 | 2025-03-03T07:52:44.328Z | Downloaded data-encoding v2.6.0 |
772 | 2025-03-03T07:52:44.328Z | Downloaded convert_case v0.4.0 |
773 | 2025-03-03T07:52:44.329Z | Downloaded schemars_derive v0.8.21 |
774 | 2025-03-03T07:52:44.333Z | Downloaded rustc_version v0.4.1 |
775 | 2025-03-03T07:52:44.333Z | Downloaded swrite v0.1.0 |
776 | 2025-03-03T07:52:44.333Z | Downloaded rustversion v1.0.17 |
777 | 2025-03-03T07:52:44.334Z | Downloaded progenitor v0.9.1 |
778 | 2025-03-03T07:52:44.336Z | Downloaded semver v0.1.20 |
779 | 2025-03-03T07:52:44.336Z | Downloaded quote v1.0.38 |
780 | 2025-03-03T07:52:44.339Z | Downloaded clap v4.5.23 |
781 | 2025-03-03T07:52:44.346Z | Downloaded base64ct v1.6.0 |
782 | 2025-03-03T07:52:44.349Z | Downloaded aho-corasick v1.1.3 |
783 | 2025-03-03T07:52:44.360Z | Downloaded daft-derive v0.1.1 |
784 | 2025-03-03T07:52:44.360Z | Downloaded bitflags v2.6.0 |
785 | 2025-03-03T07:52:44.360Z | Downloaded futures-core v0.3.31 |
786 | 2025-03-03T07:52:44.364Z | Downloaded cancel-safe-futures v0.1.5 |
787 | 2025-03-03T07:52:44.364Z | Downloaded proc-macro-crate v1.3.1 |
788 | 2025-03-03T07:52:44.364Z | Downloaded powerfmt v0.2.0 |
789 | 2025-03-03T07:52:44.367Z | Downloaded parse-display v0.10.0 |
790 | 2025-03-03T07:52:44.367Z | Downloaded ahash v0.8.11 |
791 | 2025-03-03T07:52:44.370Z | Downloaded oxnet v0.1.0 |
792 | 2025-03-03T07:52:44.370Z | Downloaded clap_derive v4.5.18 |
793 | 2025-03-03T07:52:44.373Z | Downloaded camino v1.1.9 |
794 | 2025-03-03T07:52:44.376Z | Downloaded argon2 v0.5.3 |
795 | 2025-03-03T07:52:44.376Z | Downloaded num_enum_derive v0.5.11 |
796 | 2025-03-03T07:52:44.380Z | Downloaded cobs v0.2.3 |
797 | 2025-03-03T07:52:44.380Z | Downloaded backoff v0.4.0 |
798 | 2025-03-03T07:52:44.380Z | Downloaded async-trait v0.1.86 |
799 | 2025-03-03T07:52:44.383Z | Downloaded anstream v0.6.15 |
800 | 2025-03-03T07:52:44.386Z | Downloaded crypto-common v0.1.6 |
801 | 2025-03-03T07:52:44.386Z | Downloaded ciborium-ll v0.2.2 |
802 | 2025-03-03T07:52:44.386Z | Downloaded cfg-if v1.0.0 |
803 | 2025-03-03T07:52:44.390Z | Downloaded camino-tempfile v1.1.1 |
804 | 2025-03-03T07:52:44.390Z | Downloaded digest v0.10.7 |
805 | 2025-03-03T07:52:44.393Z | Downloaded debug-ignore v1.0.5 |
806 | 2025-03-03T07:52:44.393Z | Downloaded daft v0.1.1 |
807 | 2025-03-03T07:52:44.396Z | Downloaded bytecount v0.6.8 |
808 | 2025-03-03T07:52:44.396Z | Downloaded autocfg v1.3.0 |
809 | 2025-03-03T07:52:44.399Z | Downloaded cpufeatures v0.2.14 |
810 | 2025-03-03T07:52:44.399Z | Downloaded bitflags v1.3.2 |
811 | 2025-03-03T07:52:44.402Z | Downloaded anstyle v1.0.10 |
812 | 2025-03-03T07:52:44.402Z | Downloaded dtrace-parser v0.2.0 |
813 | 2025-03-03T07:52:44.405Z | Downloaded foreign-types-shared v0.3.1 |
814 | 2025-03-03T07:52:44.405Z | Downloaded foreign-types-shared v0.1.1 |
815 | 2025-03-03T07:52:44.405Z | Downloaded crunchy v0.2.2 |
816 | 2025-03-03T07:52:44.405Z | Downloaded async-stream-impl v0.3.6 |
817 | 2025-03-03T07:52:44.525Z | Downloaded ring v0.17.8 |
818 | 2025-03-03T07:52:44.881Z | Compiling proc-macro2 v1.0.93 |
819 | 2025-03-03T07:52:44.881Z | Compiling unicode-ident v1.0.16 |
820 | 2025-03-03T07:52:44.885Z | Compiling libc v0.2.169 |
821 | 2025-03-03T07:52:44.885Z | Compiling serde v1.0.217 |
822 | 2025-03-03T07:52:44.885Z | Compiling autocfg v1.3.0 |
823 | 2025-03-03T07:52:44.885Z | Compiling version_check v0.9.5 |
824 | 2025-03-03T07:52:44.918Z | Compiling cfg-if v1.0.0 |
825 | 2025-03-03T07:52:45.075Z | Compiling memchr v2.7.4 |
826 | 2025-03-03T07:52:45.079Z | Compiling once_cell v1.20.2 |
827 | 2025-03-03T07:52:45.132Z | Compiling libm v0.2.8 |
828 | 2025-03-03T07:52:45.584Z | Compiling itoa v1.0.11 |
829 | 2025-03-03T07:52:45.672Z | Compiling lock_api v0.4.12 |
830 | 2025-03-03T07:52:45.690Z | Compiling getrandom v0.3.1 |
831 | 2025-03-03T07:52:45.797Z | Compiling parking_lot_core v0.9.10 |
832 | 2025-03-03T07:52:46.051Z | Compiling shlex v1.3.0 |
833 | 2025-03-03T07:52:46.247Z | Compiling schemars v0.8.21 |
834 | 2025-03-03T07:52:46.334Z | Compiling cc v1.1.21 |
835 | 2025-03-03T07:52:46.369Z | Compiling thiserror v1.0.69 |
836 | 2025-03-03T07:52:46.391Z | Compiling ryu v1.0.18 |
837 | 2025-03-03T07:52:46.654Z | Compiling serde_json v1.0.138 |
838 | 2025-03-03T07:52:46.657Z | Compiling slab v0.4.9 |
839 | 2025-03-03T07:52:46.965Z | Compiling quote v1.0.38 |
840 | 2025-03-03T07:52:46.998Z | Compiling portable-atomic v1.8.0 |
841 | 2025-03-03T07:52:47.082Z | Compiling byteorder v1.5.0 |
842 | 2025-03-03T07:52:47.106Z | Compiling heck v0.5.0 |
843 | 2025-03-03T07:52:47.199Z | Compiling num-traits v0.2.19 |
844 | 2025-03-03T07:52:47.505Z | Compiling syn v2.0.98 |
845 | 2025-03-03T07:52:47.569Z | Compiling log v0.4.22 |
846 | 2025-03-03T07:52:48.044Z | Compiling pin-project-lite v0.2.14 |
847 | 2025-03-03T07:52:48.064Z | Compiling fnv v1.0.7 |
848 | 2025-03-03T07:52:48.204Z | Compiling getrandom v0.2.15 |
849 | 2025-03-03T07:52:48.586Z | Compiling scopeguard v1.2.0 |
850 | 2025-03-03T07:52:49.104Z | Compiling ring v0.17.8 |
851 | 2025-03-03T07:52:49.282Z | Compiling equivalent v1.0.1 |
852 | 2025-03-03T07:52:49.386Z | Compiling hashbrown v0.15.2 |
853 | 2025-03-03T07:52:49.434Z | Compiling socket2 v0.5.8 |
854 | 2025-03-03T07:52:49.784Z | Compiling signal-hook-registry v1.4.2 |
855 | 2025-03-03T07:52:50.179Z | Compiling mio v1.0.2 |
856 | 2025-03-03T07:52:50.587Z | Compiling iana-time-zone v0.1.61 |
857 | 2025-03-03T07:52:50.645Z | Compiling pkg-config v0.3.31 |
858 | 2025-03-03T07:52:50.665Z | Compiling semver v1.0.25 |
859 | 2025-03-03T07:52:51.199Z | Compiling dyn-clone v1.0.17 |
860 | 2025-03-03T07:52:51.226Z | Compiling vcpkg v0.2.15 |
861 | 2025-03-03T07:52:51.229Z | Compiling httparse v1.9.4 |
862 | 2025-03-03T07:52:51.616Z | Compiling futures-core v0.3.31 |
863 | 2025-03-03T07:52:51.764Z | Compiling ahash v0.8.11 |
864 | 2025-03-03T07:52:51.795Z | Compiling bitflags v2.6.0 |
865 | 2025-03-03T07:52:51.890Z | Compiling futures-sink v0.3.31 |
866 | 2025-03-03T07:52:51.938Z | Compiling allocator-api2 v0.2.18 |
867 | 2025-03-03T07:52:52.055Z | Compiling aho-corasick v1.1.3 |
868 | 2025-03-03T07:52:52.171Z | Compiling openssl v0.10.66 |
869 | 2025-03-03T07:52:52.211Z | Compiling regex-syntax v0.8.5 |
870 | 2025-03-03T07:52:52.528Z | Compiling futures-channel v0.3.31 |
871 | 2025-03-03T07:52:52.558Z | Compiling openssl-sys v0.9.103 |
872 | 2025-03-03T07:52:52.597Z | Compiling futures-task v0.3.31 |
873 | 2025-03-03T07:52:52.653Z | Compiling futures-io v0.3.31 |
874 | 2025-03-03T07:52:52.685Z | Compiling pin-utils v0.1.0 |
875 | 2025-03-03T07:52:52.807Z | Compiling rustls v0.23.13 |
876 | 2025-03-03T07:52:52.888Z | Compiling native-tls v0.2.12 |
877 | 2025-03-03T07:52:53.020Z | Compiling thiserror v2.0.11 |
878 | 2025-03-03T07:52:53.205Z | Compiling typenum v1.17.0 |
879 | 2025-03-03T07:52:53.594Z | Compiling tracing-core v0.1.32 |
880 | 2025-03-03T07:52:53.612Z | Compiling generic-array v0.14.7 |
881 | 2025-03-03T07:52:54.015Z | Compiling ucd-trie v0.1.6 |
882 | 2025-03-03T07:52:54.172Z | Compiling subtle v2.6.1 |
883 | 2025-03-03T07:52:54.352Z | Compiling serde_derive_internals v0.29.1 |
884 | 2025-03-03T07:52:54.462Z | Compiling strsim v0.11.1 |
885 | 2025-03-03T07:52:54.465Z | Compiling crunchy v0.2.2 |
886 | 2025-03-03T07:52:55.106Z | Compiling ident_case v1.0.1 |
887 | 2025-03-03T07:52:55.638Z | Compiling tiny-keccak v2.0.2 |
888 | 2025-03-03T07:52:55.674Z | Compiling time-core v0.1.2 |
889 | 2025-03-03T07:52:55.877Z | Compiling regex-automata v0.4.9 |
890 | 2025-03-03T07:52:56.277Z | Compiling num-conv v0.1.0 |
891 | 2025-03-03T07:52:56.560Z | Compiling slog v2.7.0 |
892 | 2025-03-03T07:52:57.091Z | Compiling anyhow v1.0.94 |
893 | 2025-03-03T07:52:57.524Z | Compiling time-macros v0.2.18 |
894 | 2025-03-03T07:52:57.574Z | Compiling darling_core v0.20.10 |
895 | 2025-03-03T07:52:57.842Z | Compiling usdt-impl v0.5.0 |
896 | 2025-03-03T07:52:58.228Z | Compiling serde_derive v1.0.217 |
897 | 2025-03-03T07:52:58.326Z | Compiling zerocopy-derive v0.7.35 |
898 | 2025-03-03T07:52:59.176Z | Compiling tokio-macros v2.4.0 |
899 | 2025-03-03T07:53:00.210Z | Compiling schemars_derive v0.8.21 |
900 | 2025-03-03T07:53:00.260Z | Compiling thiserror-impl v1.0.69 |
901 | 2025-03-03T07:53:00.688Z | Compiling zerocopy v0.7.35 |
902 | 2025-03-03T07:53:02.078Z | Compiling futures-macro v0.3.31 |
903 | 2025-03-03T07:53:03.103Z | Compiling regex v1.11.1 |
904 | 2025-03-03T07:53:03.237Z | Compiling hashbrown v0.14.5 |
905 | 2025-03-03T07:53:03.240Z | Compiling openssl-macros v0.1.1 |
906 | 2025-03-03T07:53:03.913Z | Compiling futures-util v0.3.31 |
907 | 2025-03-03T07:53:04.041Z | Compiling tracing-attributes v0.1.27 |
908 | 2025-03-03T07:53:04.124Z | Compiling scroll_derive v0.12.0 |
909 | 2025-03-03T07:53:04.145Z | Compiling thiserror-impl v2.0.11 |
910 | 2025-03-03T07:53:04.371Z | Compiling regress v0.10.1 |
911 | 2025-03-03T07:53:05.574Z | Compiling pest v2.7.13 |
912 | 2025-03-03T07:53:06.998Z | Compiling tracing v0.1.40 |
913 | 2025-03-03T07:53:07.022Z | Compiling rustls-pki-types v1.8.0 |
914 | 2025-03-03T07:53:07.694Z | Compiling spin v0.9.8 |
915 | 2025-03-03T07:53:08.017Z | Compiling syn v1.0.109 |
916 | 2025-03-03T07:53:08.288Z | Compiling pest_meta v2.7.13 |
917 | 2025-03-03T07:53:08.425Z | Compiling scroll v0.12.0 |
918 | 2025-03-03T07:53:08.669Z | Compiling darling_macro v0.20.10 |
919 | 2025-03-03T07:53:09.138Z | Compiling plain v0.2.3 |
920 | 2025-03-03T07:53:09.317Z | Compiling untrusted v0.9.0 |
921 | 2025-03-03T07:53:09.721Z | Compiling pest_generator v2.7.13 |
922 | 2025-03-03T07:53:09.942Z | Compiling darling v0.20.10 |
923 | 2025-03-03T07:53:10.023Z | Compiling goblin v0.8.2 |
924 | 2025-03-03T07:53:10.074Z | Compiling const-random-macro v0.1.16 |
925 | 2025-03-03T07:53:10.814Z | Compiling bytes v1.10.0 |
926 | 2025-03-03T07:53:11.788Z | Compiling smallvec v1.13.2 |
927 | 2025-03-03T07:53:12.210Z | Compiling indexmap v2.7.1 |
928 | 2025-03-03T07:53:13.166Z | Compiling parking_lot v0.12.3 |
929 | 2025-03-03T07:53:13.201Z | Compiling serde_tokenstream v0.2.2 |
930 | 2025-03-03T07:53:13.613Z | Compiling tokio v1.42.0 |
931 | 2025-03-03T07:53:13.634Z | Compiling uuid v1.13.1 |
932 | 2025-03-03T07:53:13.764Z | Compiling chrono v0.4.38 |
933 | 2025-03-03T07:53:17.114Z | Compiling http v1.2.0 |
934 | 2025-03-03T07:53:19.027Z | Compiling pest_derive v2.7.13 |
935 | 2025-03-03T07:53:19.200Z | Compiling openapiv3 v2.0.0 |
936 | 2025-03-03T07:53:21.864Z | Compiling percent-encoding v2.3.1 |
937 | 2025-03-03T07:53:22.112Z | Compiling atomic-waker v1.1.2 |
938 | 2025-03-03T07:53:22.332Z | Compiling pretty-hex v0.4.1 |
939 | 2025-03-03T07:53:22.372Z | Compiling tinyvec_macros v0.1.1 |
940 | 2025-03-03T07:53:22.488Z | Compiling tinyvec v1.8.0 |
941 | 2025-03-03T07:53:22.570Z | Compiling dof v0.3.0 |
942 | 2025-03-03T07:53:22.897Z | Compiling form_urlencoded v1.2.1 |
943 | 2025-03-03T07:53:23.452Z | Compiling http-body v1.0.1 |
944 | 2025-03-03T07:53:23.743Z | Compiling tokio-util v0.7.12 |
945 | 2025-03-03T07:53:24.074Z | Compiling typify-impl v0.2.0 |
946 | 2025-03-03T07:53:24.271Z | Compiling dtrace-parser v0.2.0 |
947 | 2025-03-03T07:53:24.383Z | Compiling rustls-webpki v0.102.8 |
948 | 2025-03-03T07:53:25.765Z | Compiling const-random v0.1.18 |
949 | 2025-03-03T07:53:25.984Z | Compiling thread-id v4.2.2 |
950 | 2025-03-03T07:53:26.020Z | Compiling zeroize v1.8.1 |
951 | 2025-03-03T07:53:26.119Z | Compiling try-lock v0.2.5 |
952 | 2025-03-03T07:53:26.306Z | Compiling want v0.3.1 |
953 | 2025-03-03T07:53:26.955Z | Compiling h2 v0.4.6 |
954 | 2025-03-03T07:53:27.259Z | Compiling unicode-normalization v0.1.24 |
955 | 2025-03-03T07:53:27.586Z | Compiling rand_core v0.6.4 |
956 | 2025-03-03T07:53:28.115Z | Compiling httpdate v1.0.3 |
957 | 2025-03-03T07:53:28.638Z | Compiling unsafe-libyaml v0.2.11 |
958 | 2025-03-03T07:53:28.714Z | Compiling omicron-workspace-hack v0.1.0 |
959 | 2025-03-03T07:53:28.932Z | Compiling unicode-bidi v0.3.15 |
960 | 2025-03-03T07:53:29.092Z | Compiling rustversion v1.0.17 |
961 | 2025-03-03T07:53:29.964Z | Compiling serde_yaml v0.9.34+deprecated |
962 | 2025-03-03T07:53:30.280Z | Compiling foreign-types-shared v0.1.1 |
963 | 2025-03-03T07:53:30.426Z | Compiling rustls v0.22.4 |
964 | 2025-03-03T07:53:30.814Z | Compiling camino v1.1.9 |
965 | 2025-03-03T07:53:31.454Z | Compiling tower-service v0.3.3 |
966 | 2025-03-03T07:53:31.748Z | Compiling slog-async v2.8.0 |
967 | 2025-03-03T07:53:31.873Z | Compiling paste v1.0.15 |
968 | 2025-03-03T07:53:32.163Z | Compiling foreign-types v0.3.2 |
969 | 2025-03-03T07:53:32.547Z | Compiling hyper v1.5.1 |
970 | 2025-03-03T07:53:33.211Z | Compiling idna v0.5.0 |
971 | 2025-03-03T07:53:33.569Z | Compiling usdt-attr-macro v0.5.0 |
972 | 2025-03-03T07:53:33.697Z | Compiling usdt-macro v0.5.0 |
973 | 2025-03-03T07:53:34.093Z | Compiling typify-macro v0.2.0 |
974 | 2025-03-03T07:53:35.261Z | Compiling ppv-lite86 v0.2.20 |
975 | 2025-03-03T07:53:36.143Z | Compiling hyper-util v0.1.10 |
976 | 2025-03-03T07:53:36.718Z | Compiling newtype-uuid v1.2.1 |
977 | 2025-03-03T07:53:37.206Z | Compiling rand_chacha v0.3.1 |
978 | 2025-03-03T07:53:37.530Z | Compiling typify v0.2.0 |
979 | 2025-03-03T07:53:37.676Z | Compiling url v2.5.2 |
980 | 2025-03-03T07:53:40.538Z | Compiling http-body-util v0.1.2 |
981 | 2025-03-03T07:53:41.122Z | Compiling ipnetwork v0.21.1 |
982 | 2025-03-03T07:53:41.499Z | Compiling async-trait v0.1.86 |
983 | 2025-03-03T07:53:43.464Z | Compiling multer v3.1.0 |
984 | 2025-03-03T07:53:43.792Z | Compiling encoding_rs v0.8.34 |
985 | 2025-03-03T07:53:44.494Z | Compiling base64 v0.22.1 |
986 | 2025-03-03T07:53:44.689Z | Compiling openssl-probe v0.1.5 |
987 | 2025-03-03T07:53:45.195Z | Compiling ipnet v2.10.0 |
988 | 2025-03-03T07:53:46.888Z | Compiling mime v0.3.17 |
989 | 2025-03-03T07:53:47.673Z | Compiling rustls-pemfile v2.1.3 |
990 | 2025-03-03T07:53:50.076Z | Compiling rand v0.8.5 |
991 | 2025-03-03T07:53:50.344Z | Compiling progenitor-impl v0.8.0 |
992 | 2025-03-03T07:53:51.832Z | Compiling serde_urlencoded v0.7.1 |
993 | 2025-03-03T07:53:51.953Z | Compiling powerfmt v0.2.0 |
994 | 2025-03-03T07:53:52.452Z | Compiling crossbeam-utils v0.8.20 |
995 | 2025-03-03T07:53:52.578Z | Compiling deranged v0.3.11 |
996 | 2025-03-03T07:53:55.113Z | Compiling tokio-native-tls v0.3.1 |
997 | 2025-03-03T07:53:55.446Z | Compiling toml_datetime v0.6.8 |
998 | 2025-03-03T07:53:55.905Z | Compiling webpki-roots v0.26.6 |
999 | 2025-03-03T07:53:56.127Z | Compiling tokio-rustls v0.26.0 |
1000 | 2025-03-03T07:53:56.130Z | Compiling progenitor-macro v0.8.0 |
1001 | 2025-03-03T07:53:56.751Z | Compiling async-stream-impl v0.3.6 |
1002 | 2025-03-03T07:53:58.333Z | Compiling num_threads v0.1.7 |
1003 | 2025-03-03T07:53:58.749Z | Compiling time v0.3.36 |
1004 | 2025-03-03T07:54:02.167Z | Compiling hyper-rustls v0.27.3 |
1005 | 2025-03-03T07:54:03.417Z | Compiling hyper-tls v0.6.0 |
1006 | 2025-03-03T07:54:03.885Z | Compiling strum_macros v0.26.4 |
1007 | 2025-03-03T07:54:05.156Z | Compiling serde_with_macros v3.12.0 |
1008 | 2025-03-03T07:54:06.894Z | Compiling daft-derive v0.1.1 |
1009 | 2025-03-03T07:54:07.584Z | Compiling structmeta-derive v0.3.0 |
1010 | 2025-03-03T07:54:08.036Z | Compiling sync_wrapper v1.0.1 |
1011 | 2025-03-03T07:54:08.209Z | Compiling dropshot v0.15.1 |
1012 | 2025-03-03T07:54:08.617Z | Compiling winnow v0.6.18 |
1013 | 2025-03-03T07:54:10.156Z | Compiling structmeta v0.3.0 |
1014 | 2025-03-03T07:54:10.557Z | Compiling reqwest v0.12.9 |
1015 | 2025-03-03T07:54:11.747Z | Compiling crypto-common v0.1.6 |
1016 | 2025-03-03T07:54:12.000Z | Compiling block-buffer v0.10.4 |
1017 | 2025-03-03T07:54:12.704Z | Compiling oxnet v0.1.0 |
1018 | 2025-03-03T07:54:14.600Z | Compiling dirs-sys-next v0.1.2 |
1019 | 2025-03-03T07:54:15.755Z | Compiling match_cfg v0.1.0 |
1020 | 2025-03-03T07:54:16.181Z | Compiling rustix v0.38.37 |
1021 | 2025-03-03T07:54:16.319Z | Compiling hostname v0.3.1 |
1022 | 2025-03-03T07:54:17.003Z | Compiling dirs-next v2.0.0 |
1023 | 2025-03-03T07:54:17.161Z | Compiling digest v0.10.7 |
1024 | 2025-03-03T07:54:17.282Z | Compiling parse-display-derive v0.10.0 |
1025 | 2025-03-03T07:54:17.665Z | Compiling dropshot_endpoint v0.15.1 |
1026 | 2025-03-03T07:54:18.341Z | Compiling macaddr v1.0.1 |
1027 | 2025-03-03T07:54:18.964Z | Compiling futures-executor v0.3.31 |
1028 | 2025-03-03T07:54:19.922Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1029 | 2025-03-03T07:54:20.830Z | Compiling thread_local v1.1.8 |
1030 | 2025-03-03T07:54:21.077Z | Compiling memmap v0.7.0 |
1031 | 2025-03-03T07:54:21.483Z | Compiling errno v0.3.9 |
1032 | 2025-03-03T07:54:21.946Z | Compiling usdt v0.5.0 |
1033 | 2025-03-03T07:54:22.005Z | Compiling futures v0.3.31 |
1034 | 2025-03-03T07:54:22.137Z | Compiling term v0.7.0 |
1035 | 2025-03-03T07:54:22.176Z | Compiling crossbeam-channel v0.5.13 |
1036 | 2025-03-03T07:54:24.285Z | Compiling is-terminal v0.4.13 |
1037 | 2025-03-03T07:54:24.544Z | Compiling cpufeatures v0.2.14 |
1038 | 2025-03-03T07:54:24.882Z | Compiling take_mut v0.2.2 |
1039 | 2025-03-03T07:54:25.733Z | Compiling slog-term v2.9.1 |
1040 | 2025-03-03T07:54:26.410Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1041 | 2025-03-03T07:54:27.318Z | Compiling serde_spanned v0.6.7 |
1042 | 2025-03-03T07:54:27.752Z | Compiling instant v0.1.13 |
1043 | 2025-03-03T07:54:27.940Z | Compiling debug-ignore v1.0.5 |
1044 | 2025-03-03T07:54:28.166Z | Compiling toml_edit v0.22.21 |
1045 | 2025-03-03T07:54:29.256Z | Compiling progenitor-client v0.8.0 |
1046 | 2025-03-03T07:54:30.113Z | Compiling slog-json v2.6.1 |
1047 | 2025-03-03T07:54:31.319Z | Compiling slog-bunyan v2.5.0 |
1048 | 2025-03-03T07:54:31.620Z | Compiling progenitor v0.8.0 |
1049 | 2025-03-03T07:54:31.821Z | Compiling sha1 v0.10.6 |
1050 | 2025-03-03T07:54:32.669Z | Compiling toml v0.8.19 |
1051 | 2025-03-03T07:54:33.558Z | Compiling tokio-rustls v0.25.0 |
1052 | 2025-03-03T07:54:34.020Z | Compiling progenitor-client v0.9.1 |
1053 | 2025-03-03T07:54:34.918Z | Compiling strum v0.26.3 |
1054 | 2025-03-03T07:54:35.139Z | Compiling serde_with v3.12.0 |
1055 | 2025-03-03T07:54:37.762Z | Compiling async-stream v0.3.6 |
1056 | 2025-03-03T07:54:38.098Z | Compiling waitgroup v0.1.2 |
1057 | 2025-03-03T07:54:38.364Z | Compiling serde_path_to_error v0.1.16 |
1058 | 2025-03-03T07:54:38.937Z | Compiling clap_derive v4.5.18 |
1059 | 2025-03-03T07:54:39.375Z | Compiling hostname v0.4.0 |
1060 | 2025-03-03T07:54:39.805Z | Compiling lazy_static v1.5.0 |
1061 | 2025-03-03T07:54:39.948Z | Compiling utf8parse v0.2.2 |
1062 | 2025-03-03T07:54:40.141Z | Compiling anstyle-parse v0.2.5 |
1063 | 2025-03-03T07:54:40.689Z | Compiling daft v0.1.1 |
1064 | 2025-03-03T07:54:42.595Z | Compiling hex v0.4.3 |
1065 | 2025-03-03T07:54:43.284Z | Compiling is_terminal_polyfill v1.70.1 |
1066 | 2025-03-03T07:54:43.367Z | Compiling heapless v0.8.0 |
1067 | 2025-03-03T07:54:43.425Z | Compiling unicode-width v0.1.14 |
1068 | 2025-03-03T07:54:43.444Z | Compiling anstyle v1.0.10 |
1069 | 2025-03-03T07:54:44.170Z | Compiling colorchoice v1.0.2 |
1070 | 2025-03-03T07:54:44.368Z | Compiling anstyle-query v1.1.1 |
1071 | 2025-03-03T07:54:44.588Z | Compiling anstream v0.6.15 |
1072 | 2025-03-03T07:54:45.020Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1073 | 2025-03-03T07:54:46.061Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1074 | 2025-03-03T07:54:46.777Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
1075 | 2025-03-03T07:54:46.947Z | Compiling backoff v0.4.0 |
1076 | 2025-03-03T07:54:47.351Z | Compiling terminal_size v0.4.0 |
1077 | 2025-03-03T07:54:47.603Z | Compiling parse-display v0.10.0 |
1078 | 2025-03-03T07:54:49.574Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1079 | 2025-03-03T07:54:49.764Z | Compiling regress v0.9.1 |
1080 | 2025-03-03T07:54:49.794Z | Compiling hash32 v0.3.1 |
1081 | 2025-03-03T07:54:50.060Z | Compiling clap_lex v0.7.4 |
1082 | 2025-03-03T07:54:50.797Z | Compiling stable_deref_trait v1.2.0 |
1083 | 2025-03-03T07:54:50.929Z | Compiling smoltcp v0.11.0 |
1084 | 2025-03-03T07:54:53.407Z | Compiling clap_builder v4.5.23 |
1085 | 2025-03-03T07:54:54.982Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1086 | 2025-03-03T07:55:04.776Z | Compiling bitflags v1.3.2 |
1087 | 2025-03-03T07:55:04.897Z | Compiling winnow v0.5.40 |
1088 | 2025-03-03T07:55:04.921Z | Compiling cobs v0.2.3 |
1089 | 2025-03-03T07:55:05.376Z | Compiling managed v0.8.0 |
1090 | 2025-03-03T07:55:05.908Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1091 | 2025-03-03T07:55:07.884Z | Compiling postcard v1.0.10 |
1092 | 2025-03-03T07:55:08.343Z | Compiling toml_edit v0.19.15 |
1093 | 2025-03-03T07:55:08.961Z | Compiling clap v4.5.23 |
1094 | 2025-03-03T07:55:10.014Z | Compiling zerocopy v0.8.17 |
1095 | 2025-03-03T07:55:10.435Z | Compiling either v1.13.0 |
1096 | 2025-03-03T07:55:11.264Z | Compiling itertools v0.13.0 |
1097 | 2025-03-03T07:55:12.420Z | Compiling proc-macro-crate v1.3.1 |
1098 | 2025-03-03T07:55:14.377Z | Compiling zerocopy-derive v0.8.17 |
1099 | 2025-03-03T07:55:14.973Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1100 | 2025-03-03T07:55:16.241Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1101 | 2025-03-03T07:55:16.324Z | Compiling num_enum_derive v0.5.11 |
1102 | 2025-03-03T07:55:18.620Z | Compiling tabwriter v1.4.0 |
1103 | 2025-03-03T07:55:18.623Z | Compiling typify-impl v0.3.0 |
1104 | 2025-03-03T07:55:19.404Z | Compiling foreign-types-macros v0.2.3 |
1105 | 2025-03-03T07:55:20.225Z | Compiling num-integer v0.1.46 |
1106 | 2025-03-03T07:55:20.861Z | Compiling foreign-types-shared v0.3.1 |
1107 | 2025-03-03T07:55:21.015Z | Compiling foreign-types v0.5.0 |
1108 | 2025-03-03T07:55:21.252Z | Compiling num_enum v0.5.11 |
1109 | 2025-03-03T07:55:21.848Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1110 | 2025-03-03T07:55:22.651Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1111 | 2025-03-03T07:55:22.651Z | Compiling cstr-argument v0.1.2 |
1112 | 2025-03-03T07:55:22.881Z | Compiling proc-macro-error-attr v1.0.4 |
1113 | 2025-03-03T07:55:23.333Z | Compiling heck v0.4.1 |
1114 | 2025-03-03T07:55:23.489Z | Compiling prettyplease v0.2.29 |
1115 | 2025-03-03T07:55:23.688Z | Compiling pretty-hex v0.2.1 |
1116 | 2025-03-03T07:55:23.902Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1117 | 2025-03-03T07:55:23.939Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1118 | 2025-03-03T07:55:24.303Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1119 | 2025-03-03T07:55:24.355Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1120 | 2025-03-03T07:55:25.845Z | Compiling num-rational v0.4.2 |
1121 | 2025-03-03T07:55:26.931Z | Compiling num-iter v0.1.45 |
1122 | 2025-03-03T07:55:27.332Z | Compiling colored v2.1.0 |
1123 | 2025-03-03T07:55:27.753Z | Compiling hubpack_derive v0.1.1 |
1124 | 2025-03-03T07:55:28.385Z | Compiling num-complex v0.4.6 |
1125 | 2025-03-03T07:55:28.893Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1126 | 2025-03-03T07:55:28.967Z | Compiling typify-macro v0.3.0 |
1127 | 2025-03-03T07:55:28.993Z | Compiling proc-macro-error v1.0.4 |
1128 | 2025-03-03T07:55:29.245Z | Compiling fastrand v2.1.1 |
1129 | 2025-03-03T07:55:29.401Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1130 | 2025-03-03T07:55:29.498Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1131 | 2025-03-03T07:55:29.597Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1132 | 2025-03-03T07:55:29.922Z | Compiling tempfile v3.12.0 |
1133 | 2025-03-03T07:55:31.021Z | Compiling num v0.4.3 |
1134 | 2025-03-03T07:55:31.668Z | Compiling hubpack v0.1.2 |
1135 | 2025-03-03T07:55:33.394Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1136 | 2025-03-03T07:55:33.694Z | Compiling crucible-workspace-hack v0.1.0 |
1137 | 2025-03-03T07:55:33.869Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1138 | 2025-03-03T07:55:34.016Z | Compiling float-ord v0.3.2 |
1139 | 2025-03-03T07:55:34.198Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1140 | 2025-03-03T07:55:34.677Z | Compiling typify v0.3.0 |
1141 | 2025-03-03T07:55:36.941Z | Compiling semver v0.1.20 |
1142 | 2025-03-03T07:55:37.901Z | Compiling static_assertions v1.1.0 |
1143 | 2025-03-03T07:55:38.926Z | Compiling rustc_version v0.1.7 |
1144 | 2025-03-03T07:55:39.439Z | Compiling zone_cfg_derive v0.3.0 |
1145 | 2025-03-03T07:55:40.886Z | Compiling progenitor-impl v0.9.1 |
1146 | 2025-03-03T07:55:41.645Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1147 | 2025-03-03T07:55:44.089Z | Compiling camino-tempfile v1.1.1 |
1148 | 2025-03-03T07:55:44.408Z | Compiling itertools v0.10.5 |
1149 | 2025-03-03T07:55:44.866Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1150 | 2025-03-03T07:55:45.346Z | Compiling num-derive v0.4.2 |
1151 | 2025-03-03T07:55:46.716Z | Compiling sigpipe v0.1.3 |
1152 | 2025-03-03T07:55:46.868Z | Compiling base64ct v1.6.0 |
1153 | 2025-03-03T07:55:47.563Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1154 | 2025-03-03T07:55:47.659Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1155 | 2025-03-03T07:55:47.682Z | Compiling password-hash v0.5.0 |
1156 | 2025-03-03T07:55:47.995Z | Compiling zone v0.3.0 |
1157 | 2025-03-03T07:55:48.408Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1158 | 2025-03-03T07:55:49.195Z | Compiling progenitor-macro v0.9.1 |
1159 | 2025-03-03T07:55:49.923Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1160 | 2025-03-03T07:55:50.918Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1161 | 2025-03-03T07:55:51.611Z | Compiling newtype_derive v0.1.6 |
1162 | 2025-03-03T07:55:52.046Z | Compiling blake2 v0.10.6 |
1163 | 2025-03-03T07:55:53.264Z | Compiling num-derive v0.3.3 |
1164 | 2025-03-03T07:55:55.026Z | Compiling smf v0.2.3 |
1165 | 2025-03-03T07:55:55.598Z | Compiling zerocopy-derive v0.6.6 |
1166 | 2025-03-03T07:55:57.319Z | Compiling derive-where v1.2.7 |
1167 | 2025-03-03T07:55:57.495Z | Compiling whoami v1.5.2 |
1168 | 2025-03-03T07:55:57.561Z | Compiling owo-colors v4.1.0 |
1169 | 2025-03-03T07:55:57.986Z | Compiling unicode-segmentation v1.12.0 |
1170 | 2025-03-03T07:55:58.249Z | Compiling cancel-safe-futures v0.1.5 |
1171 | 2025-03-03T07:55:58.463Z | Compiling fixedbitset v0.4.2 |
1172 | 2025-03-03T07:55:58.743Z | Compiling petgraph v0.6.5 |
1173 | 2025-03-03T07:55:59.241Z | Compiling newline-converter v0.3.0 |
1174 | 2025-03-03T07:55:59.364Z | Compiling zerocopy v0.6.6 |
1175 | 2025-03-03T07:55:59.441Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1176 | 2025-03-03T07:56:00.005Z | Compiling progenitor v0.9.1 |
1177 | 2025-03-03T07:56:00.200Z | Compiling argon2 v0.5.3 |
1178 | 2025-03-03T07:56:00.440Z | Compiling strum_macros v0.25.3 |
1179 | 2025-03-03T07:56:02.430Z | Compiling console v0.15.8 |
1180 | 2025-03-03T07:56:02.568Z | Compiling idna v0.4.0 |
1181 | 2025-03-03T07:56:03.125Z | Compiling serde-big-array v0.5.1 |
1182 | 2025-03-03T07:56:03.411Z | Compiling serde_repr v0.1.19 |
1183 | 2025-03-03T07:56:04.041Z | Compiling enum-as-inner v0.6.1 |
1184 | 2025-03-03T07:56:04.624Z | Compiling cookie v0.18.1 |
1185 | 2025-03-03T07:56:05.059Z | Compiling convert_case v0.4.0 |
1186 | 2025-03-03T07:56:05.242Z | Compiling linked-hash-map v0.5.6 |
1187 | 2025-03-03T07:56:05.303Z | Compiling quick-error v1.2.3 |
1188 | 2025-03-03T07:56:05.489Z | Compiling data-encoding v2.6.0 |
1189 | 2025-03-03T07:56:05.661Z | Compiling similar v2.6.0 |
1190 | 2025-03-03T07:56:05.772Z | Compiling derive_more v0.99.18 |
1191 | 2025-03-03T07:56:06.592Z | Compiling hickory-proto v0.24.1 |
1192 | 2025-03-03T07:56:11.872Z | Compiling expectorate v1.1.0 |
1193 | 2025-03-03T07:56:11.958Z | Compiling lru-cache v0.1.2 |
1194 | 2025-03-03T07:56:12.152Z | Compiling resolv-conf v0.7.0 |
1195 | 2025-03-03T07:56:12.248Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1196 | 2025-03-03T07:56:12.278Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1197 | 2025-03-03T07:56:13.772Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1198 | 2025-03-03T07:56:20.066Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1199 | 2025-03-03T07:56:21.548Z | Compiling atomicwrites v0.4.4 |
1200 | 2025-03-03T07:56:22.058Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1201 | 2025-03-03T07:56:22.082Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1202 | 2025-03-03T07:56:23.212Z | Compiling libsw v3.3.1 |
1203 | 2025-03-03T07:56:23.355Z | Compiling proc-macro-error-attr2 v2.0.0 |
1204 | 2025-03-03T07:56:23.574Z | Compiling memoffset v0.9.1 |
1205 | 2025-03-03T07:56:24.007Z | Compiling linear-map v1.2.0 |
1206 | 2025-03-03T07:56:24.224Z | Compiling indent_write v2.2.0 |
1207 | 2025-03-03T07:56:24.455Z | Compiling highway v1.2.0 |
1208 | 2025-03-03T07:56:24.480Z | Compiling swrite v0.1.0 |
1209 | 2025-03-03T07:56:24.649Z | Compiling cfg_aliases v0.2.1 |
1210 | 2025-03-03T07:56:24.719Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1211 | 2025-03-03T07:56:24.770Z | Compiling nix v0.29.0 |
1212 | 2025-03-03T07:56:25.651Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1213 | 2025-03-03T07:56:25.804Z | Compiling proc-macro-error2 v2.0.1 |
1214 | 2025-03-03T07:56:26.050Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1215 | 2025-03-03T07:56:26.397Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1216 | 2025-03-03T07:56:26.421Z | Compiling steno v0.4.1 |
1217 | 2025-03-03T07:56:28.279Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1218 | 2025-03-03T07:56:28.713Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1219 | 2025-03-03T07:56:31.123Z | Compiling hickory-resolver v0.24.3 |
1220 | 2025-03-03T07:56:34.631Z | Compiling tokio-stream v0.1.17 |
1221 | 2025-03-03T07:56:35.716Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1222 | 2025-03-03T07:56:35.821Z | Compiling slog-dtrace v0.3.0 |
1223 | 2025-03-03T07:56:36.102Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1224 | 2025-03-03T07:56:36.205Z | Compiling ipnetwork v0.20.0 |
1225 | 2025-03-03T07:56:36.285Z | Compiling parking_lot_core v0.8.6 |
1226 | 2025-03-03T07:56:36.803Z | Compiling unicode-width v0.2.0 |
1227 | 2025-03-03T07:56:37.288Z | Compiling humantime v2.1.0 |
1228 | 2025-03-03T07:56:37.445Z | Compiling bytecount v0.6.8 |
1229 | 2025-03-03T07:56:37.794Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1230 | 2025-03-03T07:56:38.124Z | Compiling papergrid v0.14.0 |
1231 | 2025-03-03T07:56:39.979Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1232 | 2025-03-03T07:56:41.168Z | Compiling qorb v0.2.1 |
1233 | 2025-03-03T07:56:41.562Z | Compiling tabled_derive v0.10.0 |
1234 | 2025-03-03T07:56:42.392Z | Compiling libscf-sys v1.1.0 |
1235 | 2025-03-03T07:56:42.632Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1236 | 2025-03-03T07:56:43.285Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1237 | 2025-03-03T07:56:44.162Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1238 | 2025-03-03T07:56:44.280Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f4eae3d8) |
1239 | 2025-03-03T07:56:44.736Z | Compiling tabled v0.18.0 |
1240 | 2025-03-03T07:56:44.898Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1241 | 2025-03-03T07:56:45.916Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1242 | 2025-03-03T07:56:47.086Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1243 | 2025-03-03T07:56:52.075Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1244 | 2025-03-03T07:56:52.328Z | Compiling itertools v0.14.0 |
1245 | 2025-03-03T07:56:52.346Z | Compiling dropshot v0.12.0 |
1246 | 2025-03-03T07:56:52.792Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1247 | 2025-03-03T07:56:52.836Z | Compiling parking_lot v0.11.2 |
1248 | 2025-03-03T07:56:54.302Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#b1556024) |
1249 | 2025-03-03T07:56:55.324Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1250 | 2025-03-03T07:56:57.673Z | Compiling crossbeam-epoch v0.9.18 |
1251 | 2025-03-03T07:56:58.792Z | Compiling dropshot_endpoint v0.12.0 |
1252 | 2025-03-03T07:57:01.655Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1253 | 2025-03-03T07:57:01.681Z | Compiling fxhash v0.2.1 |
1254 | 2025-03-03T07:57:01.931Z | Compiling crc32fast v1.4.2 |
1255 | 2025-03-03T07:57:02.229Z | Compiling arc-swap v1.7.1 |
1256 | 2025-03-03T07:57:02.475Z | Compiling crc8 v0.1.1 |
1257 | 2025-03-03T07:57:02.778Z | Compiling slog-scope v4.4.0 |
1258 | 2025-03-03T07:57:02.858Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#b1556024) |
1259 | 2025-03-03T07:57:03.550Z | Compiling sled v0.34.7 |
1260 | 2025-03-03T07:57:04.566Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1261 | 2025-03-03T07:57:05.425Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1262 | 2025-03-03T07:57:05.936Z | Compiling slog-stdlog v4.1.1 |
1263 | 2025-03-03T07:57:06.706Z | Compiling slog-envlogger v2.2.0 |
1264 | 2025-03-03T07:57:08.213Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1265 | 2025-03-03T07:57:15.045Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1266 | 2025-03-03T07:57:22.516Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1267 | 2025-03-03T07:57:30.852Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1268 | 2025-03-03T07:57:55.822Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1269 | 2025-03-03T07:57:55.822Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1270 | 2025-03-03T07:58:03.003Z | Finished `release` profile [optimized] target(s) in 5m 39s |
1271 | 2025-03-03T07:58:03.315Z | + banner trio |
1272 | 2025-03-03T07:58:03.318Z | |
1273 | 2025-03-03T07:58:03.318Z | ##### ##### # #### |
1274 | 2025-03-03T07:58:03.318Z | # # # # # # |
1275 | 2025-03-03T07:58:03.318Z | # # # # # # |
1276 | 2025-03-03T07:58:03.318Z | # ##### # # # |
1277 | 2025-03-03T07:58:03.318Z | # # # # # # |
1278 | 2025-03-03T07:58:03.318Z | # # # # #### |
1279 | 2025-03-03T07:58:03.318Z | |
1280 | 2025-03-03T07:58:03.318Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1281 | 2025-03-03T07:58:03.812Z | Compiling libc v0.2.169 |
1282 | 2025-03-03T07:58:03.812Z | Compiling cfg-if v1.0.0 |
1283 | 2025-03-03T07:58:03.812Z | Compiling serde v1.0.217 |
1284 | 2025-03-03T07:58:03.815Z | Compiling once_cell v1.20.2 |
1285 | 2025-03-03T07:58:03.815Z | Compiling itoa v1.0.11 |
1286 | 2025-03-03T07:58:03.816Z | Compiling bytes v1.10.0 |
1287 | 2025-03-03T07:58:03.816Z | Compiling syn v2.0.98 |
1288 | 2025-03-03T07:58:03.816Z | Compiling num-traits v0.2.19 |
1289 | 2025-03-03T07:58:03.969Z | Compiling pin-project-lite v0.2.14 |
1290 | 2025-03-03T07:58:04.099Z | Compiling scopeguard v1.2.0 |
1291 | 2025-03-03T07:58:04.111Z | Compiling memchr v2.7.4 |
1292 | 2025-03-03T07:58:04.252Z | Compiling smallvec v1.13.2 |
1293 | 2025-03-03T07:58:04.264Z | Compiling schemars v0.8.21 |
1294 | 2025-03-03T07:58:04.274Z | Compiling lock_api v0.4.12 |
1295 | 2025-03-03T07:58:04.664Z | Compiling fnv v1.0.7 |
1296 | 2025-03-03T07:58:04.697Z | Compiling log v0.4.22 |
1297 | 2025-03-03T07:58:04.708Z | Compiling futures-core v0.3.31 |
1298 | 2025-03-03T07:58:04.964Z | Compiling hashbrown v0.15.2 |
1299 | 2025-03-03T07:58:05.036Z | Compiling zerocopy v0.7.35 |
1300 | 2025-03-03T07:58:05.189Z | Compiling parking_lot_core v0.9.10 |
1301 | 2025-03-03T07:58:05.259Z | Compiling mio v1.0.2 |
1302 | 2025-03-03T07:58:05.740Z | Compiling parking_lot v0.12.3 |
1303 | 2025-03-03T07:58:05.804Z | Compiling signal-hook-registry v1.4.2 |
1304 | 2025-03-03T07:58:05.989Z | Compiling socket2 v0.5.8 |
1305 | 2025-03-03T07:58:06.053Z | Compiling getrandom v0.2.15 |
1306 | 2025-03-03T07:58:06.432Z | Compiling equivalent v1.0.1 |
1307 | 2025-03-03T07:58:06.444Z | Compiling ryu v1.0.18 |
1308 | 2025-03-03T07:58:06.554Z | Compiling ahash v0.8.11 |
1309 | 2025-03-03T07:58:06.904Z | Compiling tracing-core v0.1.32 |
1310 | 2025-03-03T07:58:07.010Z | Compiling serde_json v1.0.138 |
1311 | 2025-03-03T07:58:07.027Z | Compiling hashbrown v0.14.5 |
1312 | 2025-03-03T07:58:07.056Z | Compiling uuid v1.13.1 |
1313 | 2025-03-03T07:58:07.350Z | Compiling byteorder v1.5.0 |
1314 | 2025-03-03T07:58:07.632Z | Compiling untrusted v0.9.0 |
1315 | 2025-03-03T07:58:07.705Z | Compiling spin v0.9.8 |
1316 | 2025-03-03T07:58:07.729Z | Compiling pin-utils v0.1.0 |
1317 | 2025-03-03T07:58:07.834Z | Compiling futures-task v0.3.31 |
1318 | 2025-03-03T07:58:07.847Z | Compiling futures-sink v0.3.31 |
1319 | 2025-03-03T07:58:07.876Z | Compiling ring v0.17.8 |
1320 | 2025-03-03T07:58:07.928Z | Compiling slab v0.4.9 |
1321 | 2025-03-03T07:58:08.026Z | Compiling futures-util v0.3.31 |
1322 | 2025-03-03T07:58:08.238Z | Compiling regress v0.10.1 |
1323 | 2025-03-03T07:58:08.276Z | Compiling try-lock v0.2.5 |
1324 | 2025-03-03T07:58:08.303Z | Compiling chrono v0.4.38 |
1325 | 2025-03-03T07:58:08.422Z | Compiling want v0.3.1 |
1326 | 2025-03-03T07:58:08.709Z | Compiling getrandom v0.3.1 |
1327 | 2025-03-03T07:58:08.989Z | Compiling httparse v1.9.4 |
1328 | 2025-03-03T07:58:09.225Z | Compiling futures-channel v0.3.31 |
1329 | 2025-03-03T07:58:09.671Z | Compiling foreign-types-shared v0.1.1 |
1330 | 2025-03-03T07:58:09.798Z | Compiling tower-service v0.3.3 |
1331 | 2025-03-03T07:58:09.937Z | Compiling dyn-clone v1.0.17 |
1332 | 2025-03-03T07:58:10.088Z | Compiling foreign-types v0.3.2 |
1333 | 2025-03-03T07:58:10.183Z | Compiling openssl-sys v0.9.103 |
1334 | 2025-03-03T07:58:10.260Z | Compiling serde_derive_internals v0.29.1 |
1335 | 2025-03-03T07:58:10.337Z | Compiling bitflags v2.6.0 |
1336 | 2025-03-03T07:58:10.741Z | Compiling unicode-ident v1.0.16 |
1337 | 2025-03-03T07:58:10.953Z | Compiling proc-macro2 v1.0.93 |
1338 | 2025-03-03T07:58:11.032Z | Compiling http v1.2.0 |
1339 | 2025-03-03T07:58:11.516Z | Compiling allocator-api2 v0.2.18 |
1340 | 2025-03-03T07:58:12.203Z | Compiling tinyvec_macros v0.1.1 |
1341 | 2025-03-03T07:58:12.312Z | Compiling openssl-probe v0.1.5 |
1342 | 2025-03-03T07:58:12.391Z | Compiling semver v1.0.25 |
1343 | 2025-03-03T07:58:12.765Z | Compiling tinyvec v1.8.0 |
1344 | 2025-03-03T07:58:12.827Z | Compiling quote v1.0.38 |
1345 | 2025-03-03T07:58:13.023Z | Compiling percent-encoding v2.3.1 |
1346 | 2025-03-03T07:58:14.379Z | Compiling serde_derive v1.0.217 |
1347 | 2025-03-03T07:58:14.382Z | Compiling thiserror-impl v1.0.69 |
1348 | 2025-03-03T07:58:14.522Z | Compiling tokio-macros v2.4.0 |
1349 | 2025-03-03T07:58:14.910Z | Compiling schemars_derive v0.8.21 |
1350 | 2025-03-03T07:58:15.679Z | Compiling tracing-attributes v0.1.27 |
1351 | 2025-03-03T07:58:15.695Z | Compiling zerocopy-derive v0.7.35 |
1352 | 2025-03-03T07:58:16.046Z | Compiling tokio v1.42.0 |
1353 | 2025-03-03T07:58:16.178Z | Compiling openssl-macros v0.1.1 |
1354 | 2025-03-03T07:58:17.043Z | Compiling openssl v0.10.66 |
1355 | 2025-03-03T07:58:17.170Z | Compiling thiserror v1.0.69 |
1356 | 2025-03-03T07:58:17.483Z | Compiling unicode-normalization v0.1.24 |
1357 | 2025-03-03T07:58:17.752Z | Compiling form_urlencoded v1.2.1 |
1358 | 2025-03-03T07:58:18.692Z | Compiling tracing v0.1.40 |
1359 | 2025-03-03T07:58:18.893Z | Compiling aho-corasick v1.1.3 |
1360 | 2025-03-03T07:58:19.378Z | Compiling http v0.2.12 |
1361 | 2025-03-03T07:58:19.709Z | Compiling heck v0.5.0 |
1362 | 2025-03-03T07:58:21.118Z | Compiling rustls-pki-types v1.8.0 |
1363 | 2025-03-03T07:58:23.942Z | Compiling native-tls v0.2.12 |
1364 | 2025-03-03T07:58:23.987Z | Compiling unicode-bidi v0.3.15 |
1365 | 2025-03-03T07:58:25.071Z | Compiling idna v0.5.0 |
1366 | 2025-03-03T07:58:26.947Z | Compiling tokio-util v0.7.12 |
1367 | 2025-03-03T07:58:27.757Z | Compiling indexmap v2.7.1 |
1368 | 2025-03-03T07:58:30.064Z | Compiling serde_tokenstream v0.2.2 |
1369 | 2025-03-03T07:58:30.620Z | Compiling tokio-native-tls v0.3.1 |
1370 | 2025-03-03T07:58:30.692Z | Compiling regex-automata v0.4.9 |
1371 | 2025-03-03T07:58:30.856Z | Compiling http-body v1.0.1 |
1372 | 2025-03-03T07:58:31.654Z | Compiling regex-syntax v0.8.5 |
1373 | 2025-03-03T07:58:32.928Z | Compiling atomic-waker v1.1.2 |
1374 | 2025-03-03T07:58:33.153Z | Compiling slog v2.7.0 |
1375 | 2025-03-03T07:58:33.767Z | Compiling h2 v0.4.6 |
1376 | 2025-03-03T07:58:35.202Z | Compiling regex v1.11.1 |
1377 | 2025-03-03T07:58:37.597Z | Compiling typify-impl v0.2.0 |
1378 | 2025-03-03T07:58:43.370Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1379 | 2025-03-03T07:58:45.085Z | Compiling openapiv3 v2.0.0 |
1380 | 2025-03-03T07:58:47.472Z | Compiling serde_urlencoded v0.7.1 |
1381 | 2025-03-03T07:58:48.051Z | Compiling url v2.5.2 |
1382 | 2025-03-03T07:58:49.103Z | Compiling encoding_rs v0.8.34 |
1383 | 2025-03-03T07:58:49.731Z | Compiling mime v0.3.17 |
1384 | 2025-03-03T07:58:50.035Z | Compiling rustls v0.21.12 |
1385 | 2025-03-03T07:58:50.460Z | Compiling ipnet v2.10.0 |
1386 | 2025-03-03T07:58:50.843Z | Compiling typify-macro v0.2.0 |
1387 | 2025-03-03T07:58:53.256Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1388 | 2025-03-03T07:58:53.486Z | Compiling hyper v1.5.1 |
1389 | 2025-03-03T07:58:54.366Z | Compiling h2 v0.3.26 |
1390 | 2025-03-03T07:58:54.682Z | Compiling rustls-webpki v0.102.8 |
1391 | 2025-03-03T07:58:55.542Z | Compiling http-body v0.4.6 |
1392 | 2025-03-03T07:58:56.031Z | Compiling rustls-webpki v0.101.7 |
1393 | 2025-03-03T07:58:56.747Z | Compiling sct v0.7.1 |
1394 | 2025-03-03T07:58:57.214Z | Compiling subtle v2.6.1 |
1395 | 2025-03-03T07:58:57.508Z | Compiling httpdate v1.0.3 |
1396 | 2025-03-03T07:58:58.305Z | Compiling zeroize v1.8.1 |
1397 | 2025-03-03T07:58:58.667Z | Compiling toml_datetime v0.6.8 |
1398 | 2025-03-03T07:58:59.040Z | Compiling toml_edit v0.19.15 |
1399 | 2025-03-03T07:58:59.243Z | Compiling serde_yaml v0.9.34+deprecated |
1400 | 2025-03-03T07:58:59.989Z | Compiling rustls v0.23.13 |
1401 | 2025-03-03T07:59:00.627Z | Compiling hyper v0.14.30 |
1402 | 2025-03-03T07:59:02.471Z | Compiling hyper-util v0.1.10 |
1403 | 2025-03-03T07:59:04.785Z | Compiling lazy_static v1.5.0 |
1404 | 2025-03-03T07:59:04.938Z | Compiling proc-macro-crate v1.3.1 |
1405 | 2025-03-03T07:59:05.736Z | Compiling http-body-util v0.1.2 |
1406 | 2025-03-03T07:59:06.267Z | Compiling webpki-roots v0.26.6 |
1407 | 2025-03-03T07:59:06.493Z | Compiling tokio-rustls v0.24.1 |
1408 | 2025-03-03T07:59:06.942Z | Compiling tokio-rustls v0.26.0 |
1409 | 2025-03-03T07:59:06.952Z | Compiling base64 v0.21.7 |
1410 | 2025-03-03T07:59:07.445Z | Compiling base64 v0.22.1 |
1411 | 2025-03-03T07:59:08.128Z | Compiling rustls-pemfile v2.1.3 |
1412 | 2025-03-03T07:59:08.563Z | Compiling rustls-pemfile v1.0.4 |
1413 | 2025-03-03T07:59:08.918Z | Compiling crossbeam-utils v0.8.20 |
1414 | 2025-03-03T07:59:08.937Z | Compiling hyper-rustls v0.27.3 |
1415 | 2025-03-03T07:59:09.344Z | Compiling hyper-rustls v0.24.2 |
1416 | 2025-03-03T07:59:09.777Z | Compiling hyper-tls v0.6.0 |
1417 | 2025-03-03T07:59:09.909Z | Compiling num_enum_derive v0.5.11 |
1418 | 2025-03-03T07:59:10.288Z | Compiling hyper-tls v0.5.0 |
1419 | 2025-03-03T07:59:10.460Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1420 | 2025-03-03T07:59:10.597Z | Compiling typify v0.2.0 |
1421 | 2025-03-03T07:59:12.803Z | Compiling ppv-lite86 v0.2.20 |
1422 | 2025-03-03T07:59:13.664Z | Compiling foreign-types-macros v0.2.3 |
1423 | 2025-03-03T07:59:13.887Z | Compiling rand_core v0.6.4 |
1424 | 2025-03-03T07:59:14.204Z | Compiling dirs-sys-next v0.1.2 |
1425 | 2025-03-03T07:59:14.383Z | Compiling sync_wrapper v1.0.1 |
1426 | 2025-03-03T07:59:14.544Z | Compiling sync_wrapper v0.1.2 |
1427 | 2025-03-03T07:59:14.699Z | Compiling webpki-roots v0.25.4 |
1428 | 2025-03-03T07:59:14.876Z | Compiling foreign-types-shared v0.3.1 |
1429 | 2025-03-03T07:59:14.948Z | Compiling powerfmt v0.2.0 |
1430 | 2025-03-03T07:59:15.012Z | Compiling foreign-types v0.5.0 |
1431 | 2025-03-03T07:59:15.132Z | Compiling time-macros v0.2.18 |
1432 | 2025-03-03T07:59:15.273Z | Compiling deranged v0.3.11 |
1433 | 2025-03-03T07:59:15.584Z | Compiling reqwest v0.11.27 |
1434 | 2025-03-03T07:59:15.710Z | Compiling reqwest v0.12.9 |
1435 | 2025-03-03T07:59:16.965Z | Compiling dirs-next v2.0.0 |
1436 | 2025-03-03T07:59:17.251Z | Compiling rand_chacha v0.3.1 |
1437 | 2025-03-03T07:59:18.078Z | Compiling progenitor-impl v0.8.0 |
1438 | 2025-03-03T07:59:19.137Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1439 | 2025-03-03T07:59:23.987Z | Compiling num_enum v0.5.11 |
1440 | 2025-03-03T07:59:24.920Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1441 | 2025-03-03T07:59:25.100Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1442 | 2025-03-03T07:59:25.287Z | Compiling oxnet v0.1.0 |
1443 | 2025-03-03T07:59:26.102Z | Compiling cstr-argument v0.1.2 |
1444 | 2025-03-03T07:59:26.393Z | Compiling thread_local v1.1.8 |
1445 | 2025-03-03T07:59:27.150Z | Compiling arc-swap v1.7.1 |
1446 | 2025-03-03T07:59:27.835Z | Compiling time-core v0.1.2 |
1447 | 2025-03-03T07:59:28.045Z | Compiling either v1.13.0 |
1448 | 2025-03-03T07:59:28.493Z | Compiling pretty-hex v0.2.1 |
1449 | 2025-03-03T07:59:28.736Z | Compiling num-conv v0.1.0 |
1450 | 2025-03-03T07:59:29.009Z | Compiling time v0.3.36 |
1451 | 2025-03-03T07:59:30.067Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1452 | 2025-03-03T07:59:30.472Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1453 | 2025-03-03T07:59:30.736Z | Compiling itertools v0.12.1 |
1454 | 2025-03-03T07:59:31.904Z | Compiling slog-scope v4.4.0 |
1455 | 2025-03-03T07:59:32.789Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1456 | 2025-03-03T07:59:33.725Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1457 | 2025-03-03T07:59:33.919Z | Compiling crossbeam-channel v0.5.13 |
1458 | 2025-03-03T07:59:34.344Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1459 | 2025-03-03T07:59:35.528Z | Compiling progenitor-macro v0.8.0 |
1460 | 2025-03-03T07:59:37.996Z | Compiling progenitor-client v0.8.0 |
1461 | 2025-03-03T07:59:38.948Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1462 | 2025-03-03T07:59:39.870Z | Compiling rand v0.8.5 |
1463 | 2025-03-03T07:59:41.868Z | Compiling term v0.7.0 |
1464 | 2025-03-03T07:59:46.304Z | Compiling anyhow v1.0.94 |
1465 | 2025-03-03T07:59:46.379Z | Compiling colored v2.1.0 |
1466 | 2025-03-03T07:59:47.570Z | Compiling is-terminal v0.4.13 |
1467 | 2025-03-03T07:59:47.713Z | Compiling take_mut v0.2.2 |
1468 | 2025-03-03T07:59:47.789Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1469 | 2025-03-03T07:59:47.889Z | Compiling winnow v0.6.18 |
1470 | 2025-03-03T07:59:48.225Z | Compiling progenitor v0.8.0 |
1471 | 2025-03-03T07:59:48.415Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1472 | 2025-03-03T07:59:48.603Z | Compiling slog-async v2.8.0 |
1473 | 2025-03-03T07:59:51.603Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1474 | 2025-03-03T07:59:52.312Z | Compiling slog-term v2.9.1 |
1475 | 2025-03-03T07:59:55.054Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1476 | 2025-03-03T07:59:57.406Z | Compiling slog-stdlog v4.1.1 |
1477 | 2025-03-03T07:59:58.175Z | Compiling slog-envlogger v2.2.0 |
1478 | 2025-03-03T07:59:58.715Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
1479 | 2025-03-03T08:00:01.176Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1480 | 2025-03-03T08:00:15.230Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1481 | 2025-03-03T08:00:22.764Z | Finished `release` profile [optimized] target(s) in 2m 19s |
1482 | 2025-03-03T08:00:22.852Z | Running unittests src/lib.rs (target/release/deps/mg_tests-08b8ba7aeea589b5) |
1483 | 2025-03-03T08:00:22.903Z | |
1484 | 2025-03-03T08:00:22.903Z | running 1 test |
1485 | 2025-03-03T08:00:23.078Z | configure zone |
1486 | 2025-03-03T08:00:23.096Z | install zone |
1487 | 2025-03-03T08:01:22.910Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1488 | 2025-03-03T08:02:42.195Z | boot zone |
1489 | 2025-03-03T08:02:43.103Z | start zone s1 |
1490 | 2025-03-03T08:02:43.103Z | configure zone |
1491 | 2025-03-03T08:02:43.111Z | install zone |
1492 | 2025-03-03T08:05:01.658Z | boot zone |
1493 | 2025-03-03T08:05:02.509Z | start zone s2 |
1494 | 2025-03-03T08:05:02.509Z | configure zone |
1495 | 2025-03-03T08:05:02.517Z | install zone |
1496 | 2025-03-03T08:07:17.790Z | boot zone |
1497 | 2025-03-03T08:07:18.704Z | start zone t1 |
1498 | 2025-03-03T08:07:18.708Z | configure zone |
1499 | 2025-03-03T08:07:18.713Z | install zone |
1500 | 2025-03-03T08:09:34.184Z | boot zone |
1501 | 2025-03-03T08:09:35.110Z | waiting for zones to come up |
1502 | 2025-03-03T08:09:45.112Z | [sidecar.trio] svcs milestone/network |
1503 | 2025-03-03T08:09:45.144Z | STATE STIME FMRI |
1504 | 2025-03-03T08:09:45.144Z | online 0:03:00 svc:/milestone/network:default |
1505 | 2025-03-03T08:09:45.144Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1506 | 2025-03-03T08:09:45.191Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1507 | 2025-03-03T08:09:45.242Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1508 | 2025-03-03T08:09:45.286Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1509 | 2025-03-03T08:09:45.290Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1510 | 2025-03-03T08:09:45.311Z | |
1511 | 2025-03-03T08:09:45.312Z | running zone s1.trio setup |
1512 | 2025-03-03T08:09:45.312Z | [s1.trio] svcs milestone/network |
1513 | 2025-03-03T08:09:45.336Z | STATE STIME FMRI |
1514 | 2025-03-03T08:09:45.336Z | online 0:05:20 svc:/milestone/network:default |
1515 | 2025-03-03T08:09:45.336Z | [s1.trio] dladm |
1516 | 2025-03-03T08:09:45.357Z | LINK CLASS MTU STATE BRIDGE OVER |
1517 | 2025-03-03T08:09:45.357Z | sl0 simnet 9000 up -- ? |
1518 | 2025-03-03T08:09:45.357Z | mg2 vnic 9000 up -- ? |
1519 | 2025-03-03T08:09:45.357Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1520 | 2025-03-03T08:09:45.951Z | |
1521 | 2025-03-03T08:09:45.951Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1522 | 2025-03-03T08:09:45.974Z | |
1523 | 2025-03-03T08:09:45.974Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1524 | 2025-03-03T08:09:45.996Z | |
1525 | 2025-03-03T08:09:45.996Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1526 | 2025-03-03T08:09:46.101Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1527 | 2025-03-03T08:09:46.204Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 843b25e7-546c-416d-904b-255b4a9f4bc4 --sled-uuid 7651f73e-8f25-4cc4-9e64-d77a6abf0e5e -a sl0/v6 &> /opt/ddmd.log & |
1528 | 2025-03-03T08:09:46.225Z | |
1529 | 2025-03-03T08:09:46.225Z | running zone s2.trio setup |
1530 | 2025-03-03T08:09:46.225Z | [s2.trio] svcs milestone/network |
1531 | 2025-03-03T08:09:46.248Z | STATE STIME FMRI |
1532 | 2025-03-03T08:09:46.248Z | online 0:07:36 svc:/milestone/network:default |
1533 | 2025-03-03T08:09:46.248Z | [s2.trio] dladm |
1534 | 2025-03-03T08:09:46.271Z | LINK CLASS MTU STATE BRIDGE OVER |
1535 | 2025-03-03T08:09:46.271Z | sl1 simnet 9000 up -- ? |
1536 | 2025-03-03T08:09:46.271Z | mg3 vnic 9000 up -- ? |
1537 | 2025-03-03T08:09:46.271Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1538 | 2025-03-03T08:09:46.857Z | |
1539 | 2025-03-03T08:09:46.857Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1540 | 2025-03-03T08:09:46.881Z | |
1541 | 2025-03-03T08:09:46.881Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1542 | 2025-03-03T08:09:46.901Z | |
1543 | 2025-03-03T08:09:46.901Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1544 | 2025-03-03T08:09:46.955Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1545 | 2025-03-03T08:09:46.999Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b7e2bc77-1abe-46e2-b954-0bc952a4280d --sled-uuid 2891b731-e364-42f7-b30b-5d56c6f22394 -a sl1/v6 &> /opt/ddmd.log & |
1546 | 2025-03-03T08:09:47.020Z | |
1547 | 2025-03-03T08:09:47.020Z | running zone t1.trio setup |
1548 | 2025-03-03T08:09:47.020Z | [t1.trio] svcs milestone/network |
1549 | 2025-03-03T08:09:47.041Z | STATE STIME FMRI |
1550 | 2025-03-03T08:09:47.041Z | - - svc:/milestone/network:default |
1551 | 2025-03-03T08:09:48.042Z | [t1.trio] svcs milestone/network |
1552 | 2025-03-03T08:09:48.064Z | STATE STIME FMRI |
1553 | 2025-03-03T08:09:48.064Z | - - svc:/milestone/network:default |
1554 | 2025-03-03T08:09:49.064Z | [t1.trio] svcs milestone/network |
1555 | 2025-03-03T08:09:49.087Z | STATE STIME FMRI |
1556 | 2025-03-03T08:09:49.087Z | - - svc:/milestone/network:default |
1557 | 2025-03-03T08:09:50.087Z | [t1.trio] svcs milestone/network |
1558 | 2025-03-03T08:09:50.110Z | STATE STIME FMRI |
1559 | 2025-03-03T08:09:50.110Z | - - svc:/milestone/network:default |
1560 | 2025-03-03T08:09:51.110Z | [t1.trio] svcs milestone/network |
1561 | 2025-03-03T08:09:51.132Z | STATE STIME FMRI |
1562 | 2025-03-03T08:09:51.132Z | - - svc:/milestone/network:default |
1563 | 2025-03-03T08:09:52.132Z | [t1.trio] svcs milestone/network |
1564 | 2025-03-03T08:09:52.154Z | STATE STIME FMRI |
1565 | 2025-03-03T08:09:52.154Z | - - svc:/milestone/network:default |
1566 | 2025-03-03T08:09:53.154Z | [t1.trio] svcs milestone/network |
1567 | 2025-03-03T08:09:53.176Z | STATE STIME FMRI |
1568 | 2025-03-03T08:09:53.176Z | - - svc:/milestone/network:default |
1569 | 2025-03-03T08:09:54.177Z | [t1.trio] svcs milestone/network |
1570 | 2025-03-03T08:09:54.199Z | STATE STIME FMRI |
1571 | 2025-03-03T08:09:54.199Z | online 0:09:52 svc:/milestone/network:default |
1572 | 2025-03-03T08:09:54.199Z | [t1.trio] dladm |
1573 | 2025-03-03T08:09:54.220Z | LINK CLASS MTU STATE BRIDGE OVER |
1574 | 2025-03-03T08:09:54.220Z | tfportrear0_0 simnet 9000 up -- ? |
1575 | 2025-03-03T08:09:54.220Z | tfportrear1_0 simnet 9000 up -- ? |
1576 | 2025-03-03T08:09:54.220Z | mg1 vnic 9000 up -- ? |
1577 | 2025-03-03T08:09:54.220Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1578 | 2025-03-03T08:09:54.746Z | |
1579 | 2025-03-03T08:09:54.746Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1580 | 2025-03-03T08:09:54.772Z | |
1581 | 2025-03-03T08:09:54.772Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1582 | 2025-03-03T08:09:54.794Z | |
1583 | 2025-03-03T08:09:54.794Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1584 | 2025-03-03T08:09:54.814Z | |
1585 | 2025-03-03T08:09:54.814Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1586 | 2025-03-03T08:09:55.011Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1587 | 2025-03-03T08:09:55.016Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1588 | 2025-03-03T08:09:55.019Z | waiting 3s for copy of files to zone to complete ... |
1589 | 2025-03-03T08:09:58.020Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1590 | 2025-03-03T08:09:58.081Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1591 | 2025-03-03T08:09:58.127Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1592 | 2025-03-03T08:09:58.222Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1593 | 2025-03-03T08:09:58.267Z | [t1.trio] svcadm enable dendrite |
1594 | 2025-03-03T08:09:58.308Z | |
1595 | 2025-03-03T08:09:58.308Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1596 | 2025-03-03T08:09:58.361Z | |
1597 | 2025-03-03T08:09:58.361Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1598 | 2025-03-03T08:09:58.406Z | |
1599 | 2025-03-03T08:09:58.406Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1600 | 2025-03-03T08:09:58.449Z | |
1601 | 2025-03-03T08:09:58.449Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1602 | 2025-03-03T08:09:58.493Z | |
1603 | 2025-03-03T08:09:58.493Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1604 | 2025-03-03T08:09:58.535Z | |
1605 | 2025-03-03T08:09:58.535Z | [t1.trio] svcadm refresh dendrite:default |
1606 | 2025-03-03T08:09:58.573Z | |
1607 | 2025-03-03T08:09:58.573Z | [t1.trio] svcadm restart dendrite:default |
1608 | 2025-03-03T08:09:58.611Z | |
1609 | 2025-03-03T08:09:58.611Z | wait 10s for dendrite to come up ... |
1610 | 2025-03-03T08:10:08.612Z | [t1.trio] svcadm enable tfport |
1611 | 2025-03-03T08:10:08.652Z | |
1612 | 2025-03-03T08:10:08.652Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1613 | 2025-03-03T08:10:08.673Z | |
1614 | 2025-03-03T08:10:08.673Z | [t1.trio] ipadm |
1615 | 2025-03-03T08:10:08.697Z | ADDROBJ TYPE STATE ADDR |
1616 | 2025-03-03T08:10:08.697Z | lo0/v4 static ok 127.0.0.1/8 |
1617 | 2025-03-03T08:10:08.697Z | mg1/v4 static ok 10.0.0.3/24 |
1618 | 2025-03-03T08:10:08.697Z | lo0/v6 static ok ::1/128 |
1619 | 2025-03-03T08:10:08.697Z | lo0/u6 static ok fd00:3::1/64 |
1620 | 2025-03-03T08:10:08.697Z | tfportrear0_0/v6 addrconf ok fe80::e0e6:48ff:fe53:4ef2%tfportrear0_0/10 |
1621 | 2025-03-03T08:10:08.697Z | tfportrear1_0/v6 addrconf ok fe80::d815:8bff:fe5c:f191%tfportrear1_0/10 |
1622 | 2025-03-03T08:10:10.913Z | initial peering test passed |
1623 | 2025-03-03T08:10:11.917Z | advertise from one passed |
1624 | 2025-03-03T08:10:12.919Z | advertise from two passed |
1625 | 2025-03-03T08:10:12.919Z | [s1.trio] ping fd00:2::1 |
1626 | 2025-03-03T08:10:12.949Z | fd00:2::1 is alive |
1627 | 2025-03-03T08:10:12.949Z | [s2.trio] ping fd00:1::1 |
1628 | 2025-03-03T08:10:12.970Z | fd00:1::1 is alive |
1629 | 2025-03-03T08:10:12.970Z | connectivity test passed |
1630 | 2025-03-03T08:10:12.970Z | [t1.trio] pkill ddmd |
1631 | 2025-03-03T08:10:12.990Z | |
1632 | 2025-03-03T08:10:18.995Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1633 | 2025-03-03T08:10:19.035Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1634 | 2025-03-03T08:10:19.054Z | [t1.trio] svcadm enable dendrite |
1635 | 2025-03-03T08:10:19.093Z | |
1636 | 2025-03-03T08:10:19.093Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1637 | 2025-03-03T08:10:19.137Z | |
1638 | 2025-03-03T08:10:19.137Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1639 | 2025-03-03T08:10:19.181Z | |
1640 | 2025-03-03T08:10:19.181Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1641 | 2025-03-03T08:10:19.226Z | |
1642 | 2025-03-03T08:10:19.226Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1643 | 2025-03-03T08:10:19.269Z | |
1644 | 2025-03-03T08:10:19.269Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1645 | 2025-03-03T08:10:19.315Z | |
1646 | 2025-03-03T08:10:19.315Z | [t1.trio] svcadm refresh dendrite:default |
1647 | 2025-03-03T08:10:19.353Z | |
1648 | 2025-03-03T08:10:19.353Z | [t1.trio] svcadm restart dendrite:default |
1649 | 2025-03-03T08:10:19.391Z | |
1650 | 2025-03-03T08:10:19.391Z | wait 10s for dendrite to come up ... |
1651 | 2025-03-03T08:10:29.392Z | [t1.trio] svcadm enable tfport |
1652 | 2025-03-03T08:10:29.433Z | |
1653 | 2025-03-03T08:10:29.433Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1654 | 2025-03-03T08:10:29.452Z | |
1655 | 2025-03-03T08:10:29.452Z | [t1.trio] ipadm |
1656 | 2025-03-03T08:10:29.475Z | ADDROBJ TYPE STATE ADDR |
1657 | 2025-03-03T08:10:29.475Z | lo0/v4 static ok 127.0.0.1/8 |
1658 | 2025-03-03T08:10:29.475Z | mg1/v4 static ok 10.0.0.3/24 |
1659 | 2025-03-03T08:10:29.475Z | lo0/v6 static ok ::1/128 |
1660 | 2025-03-03T08:10:29.475Z | lo0/u6 static ok fd00:3::1/64 |
1661 | 2025-03-03T08:10:29.475Z | tfportrear0_0/v6 addrconf ok fe80::e0e6:48ff:fe53:4ef2%tfportrear0_0/10 |
1662 | 2025-03-03T08:10:29.475Z | tfportrear1_0/v6 addrconf ok fe80::d815:8bff:fe5c:f191%tfportrear1_0/10 |
1663 | 2025-03-03T08:10:32.478Z | [s1.trio] ping fd00:2::1 |
1664 | 2025-03-03T08:10:32.501Z | fd00:2::1 is alive |
1665 | 2025-03-03T08:10:32.501Z | [s2.trio] ping fd00:1::1 |
1666 | 2025-03-03T08:10:32.522Z | fd00:1::1 is alive |
1667 | 2025-03-03T08:10:32.522Z | transit router restart passed |
1668 | 2025-03-03T08:10:32.523Z | [s1.trio] pkill ddmd |
1669 | 2025-03-03T08:10:32.543Z | |
1670 | 2025-03-03T08:10:37.548Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c455f739-1c18-4bc1-90c2-8222a4c57871 --sled-uuid 879c23e6-6bf2-4c2a-803e-b37d949d5033 -a sl0/v6 &> /opt/ddmd.log & |
1671 | 2025-03-03T08:10:37.569Z | |
1672 | 2025-03-03T08:10:40.574Z | [s1.trio] ping fd00:2::1 |
1673 | 2025-03-03T08:10:40.598Z | fd00:2::1 is alive |
1674 | 2025-03-03T08:10:40.598Z | [s2.trio] ping fd00:1::1 |
1675 | 2025-03-03T08:10:40.619Z | fd00:1::1 is alive |
1676 | 2025-03-03T08:10:40.619Z | server router restart passed |
1677 | 2025-03-03T08:10:43.625Z | peer expiration recovery passed |
1678 | 2025-03-03T08:10:44.626Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1679 | 2025-03-03T08:10:44.651Z | 3 |
1680 | 2025-03-03T08:10:44.651Z | redundant advertise passed |
1681 | 2025-03-03T08:10:45.654Z | tunnel endpoint advertise passed |
1682 | 2025-03-03T08:10:50.656Z | redundant tunnel endpoint advertise passed |
1683 | 2025-03-03T08:10:50.656Z | [s1.trio] pkill ddmd |
1684 | 2025-03-03T08:10:50.678Z | |
1685 | 2025-03-03T08:10:55.679Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 247335bb-c83c-432c-94f4-6192b56ec5fc --sled-uuid acf29985-485e-4c24-b89c-2de82edbe244 -a sl0/v6 &> /opt/ddmd.log & |
1686 | 2025-03-03T08:10:55.701Z | |
1687 | 2025-03-03T08:11:00.768Z | tunnel router restart passed |
1688 | 2025-03-03T08:11:01.770Z | tunnel endpoint withdraw passed |
1689 | 2025-03-03T08:11:01.786Z | [t1.trio] pkill ddmd |
1690 | 2025-03-03T08:11:01.815Z | |
1691 | 2025-03-03T08:11:01.815Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1692 | 2025-03-03T08:11:01.819Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1693 | 2025-03-03T08:11:04.414Z | [s2.trio] pkill ddmd |
1694 | 2025-03-03T08:11:04.435Z | |
1695 | 2025-03-03T08:11:04.435Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1696 | 2025-03-03T08:11:07.058Z | [s1.trio] pkill ddmd |
1697 | 2025-03-03T08:11:07.078Z | |
1698 | 2025-03-03T08:11:07.079Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1699 | 2025-03-03T08:11:09.591Z | [sidecar.trio] pkill softnpu |
1700 | 2025-03-03T08:11:09.612Z | |
1701 | 2025-03-03T08:11:09.612Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1702 | 2025-03-03T08:11:12.355Z | test ddm::test_trio_v2_transit ... ok |
1703 | 2025-03-03T08:11:12.355Z | |
1704 | 2025-03-03T08:11:12.355Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 649.38s |
1705 | 2025-03-03T08:11:12.355Z | |
1706 | 2025-03-03T08:11:12.388Z | + cleanup |
1707 | 2025-03-03T08:11:12.392Z | ++ id -un |
1708 | 2025-03-03T08:11:12.395Z | ++ id -gn |
1709 | 2025-03-03T08:11:12.398Z | + pfexec chown -R build:build . |
1710 | 2025-03-03T08:11:12.486Z | process exited: duration 1198445 ms, exit code 0 |
|
1711 | 2025-03-03T08:11:12.499Z | found 4 output files |
1712 | 2025-03-03T08:11:12.499Z | uploading: /work/s1.trio.log (4205 bytes) |
1713 | 2025-03-03T08:11:13.510Z | uploaded: /work/s1.trio.log |
1714 | 2025-03-03T08:11:13.515Z | uploading: /work/s2.trio.log (9459 bytes) |
1715 | 2025-03-03T08:11:14.524Z | uploaded: /work/s2.trio.log |
1716 | 2025-03-03T08:11:14.527Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1717 | 2025-03-03T08:11:15.534Z | uploaded: /work/sidecar.trio-softnpu.log |
1718 | 2025-03-03T08:11:15.537Z | uploading: /work/t1.trio.log (25922 bytes) |
1719 | 2025-03-03T08:11:16.546Z | uploaded: /work/t1.trio.log |