|
|
|
1 | 2025-03-03T07:50:32.715Z | job assigned to worker 01JNDFPSAXFB7DYX85BH6VRNDH [factory aws, i-0620325cad9c33e66] (queued for 55 s) |
|
2 | 2025-03-03T07:50:41.222Z | starting task 0: "setup" |
3 | 2025-03-03T07:50:41.230Z | ++ uname -s |
4 | 2025-03-03T07:50:41.233Z | + kern=SunOS |
5 | 2025-03-03T07:50:41.233Z | + build_user=build |
6 | 2025-03-03T07:50:41.233Z | + build_uid=12345 |
7 | 2025-03-03T07:50:41.233Z | + work_dir=/work |
8 | 2025-03-03T07:50:41.233Z | + input_dir=/input |
9 | 2025-03-03T07:50:41.233Z | + [[ 0 == 12345 ]] |
10 | 2025-03-03T07:50:41.233Z | + case "$kern" in |
11 | 2025-03-03T07:50:41.234Z | + groupadd -g 12345 build |
12 | 2025-03-03T07:50:41.238Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-03T07:50:43.243Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-03T07:50:43.388Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-03T07:50:43.391Z | + home_fs=zfs |
16 | 2025-03-03T07:50:43.391Z | + [[ zfs == autofs ]] |
17 | 2025-03-03T07:50:43.391Z | + mkdir -p /home/build |
18 | 2025-03-03T07:50:43.394Z | + chown build:build /home/build /work |
19 | 2025-03-03T07:50:45.394Z | + chmod 0700 /home/build /work |
20 | 2025-03-03T07:50:45.397Z | process exited: duration 4175 ms, exit code 0 |
|
21 | 2025-03-03T07:50:45.404Z | starting task 1: "rust-toolchain" |
22 | 2025-03-03T07:50:45.409Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-03T07:50:45.409Z | * rust toolchain channel = "stable" |
24 | 2025-03-03T07:50:45.409Z | * rust toolchain profile = "default" |
25 | 2025-03-03T07:50:45.409Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-03T07:50:45.409Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-03T07:50:45.409Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-03T07:50:45.412Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-03T07:50:45.412Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-03T07:50:45.513Z | info: downloading installer |
31 | 2025-03-03T07:50:46.661Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-03T07:50:46.661Z | warning: /opt/ooce/bin |
33 | 2025-03-03T07:50:46.661Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-03T07:50:46.661Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-03T07:50:46.661Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-03T07:50:46.661Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-03T07:50:46.661Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-03T07:50:46.661Z | error: cannot install while Rust is installed |
39 | 2025-03-03T07:50:46.661Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-03T07:50:46.676Z | info: profile set to 'default' |
41 | 2025-03-03T07:50:46.676Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-03T07:50:46.679Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-03T07:50:46.837Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-03T07:50:46.837Z | info: downloading component 'cargo' |
45 | 2025-03-03T07:50:47.711Z | info: downloading component 'clippy' |
46 | 2025-03-03T07:50:48.048Z | info: downloading component 'rust-docs' |
47 | 2025-03-03T07:50:49.380Z | info: downloading component 'rust-std' |
48 | 2025-03-03T07:50:51.339Z | info: downloading component 'rustc' |
49 | 2025-03-03T07:50:58.086Z | info: downloading component 'rustfmt' |
50 | 2025-03-03T07:50:58.340Z | info: installing component 'cargo' |
51 | 2025-03-03T07:50:59.171Z | info: installing component 'clippy' |
52 | 2025-03-03T07:50:59.558Z | info: installing component 'rust-docs' |
53 | 2025-03-03T07:51:01.317Z | info: installing component 'rust-std' |
54 | 2025-03-03T07:51:03.204Z | info: installing component 'rustc' |
55 | 2025-03-03T07:51:09.190Z | info: installing component 'rustfmt' |
56 | 2025-03-03T07:51:09.529Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-03T07:51:09.530Z | |
58 | 2025-03-03T07:51:09.901Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-03T07:51:09.901Z | |
60 | 2025-03-03T07:51:09.904Z | |
61 | 2025-03-03T07:51:09.904Z | Rust is installed now. Great! |
62 | 2025-03-03T07:51:09.904Z | |
63 | 2025-03-03T07:51:09.904Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-03T07:51:09.904Z | environment variable. This has not been done automatically. |
65 | 2025-03-03T07:51:09.904Z | |
66 | 2025-03-03T07:51:09.904Z | To configure your current shell, you need to source |
67 | 2025-03-03T07:51:09.904Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-03T07:51:09.904Z | |
69 | 2025-03-03T07:51:09.904Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-03T07:51:09.904Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-03T07:51:09.904Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-03T07:51:09.977Z | + rustup --version |
73 | 2025-03-03T07:51:09.985Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-03T07:51:09.985Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-03T07:51:10.066Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-03T07:51:10.069Z | + cargo --version |
77 | 2025-03-03T07:51:10.127Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-03T07:51:10.130Z | + rustc --version |
79 | 2025-03-03T07:51:10.192Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-03T07:51:10.196Z | process exited: duration 24797 ms, exit code 0 |
|
81 | 2025-03-03T07:51:10.202Z | starting task 2: "authentication" |
82 | 2025-03-03T07:51:10.225Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-03-03T07:51:10.231Z | starting task 3: "clone repository" |
84 | 2025-03-03T07:51:10.236Z | + mkdir -p /work/oxidecomputer/maghemite |
85 | 2025-03-03T07:51:10.239Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
86 | 2025-03-03T07:51:10.281Z | Cloning into '/work/oxidecomputer/maghemite'... |
87 | 2025-03-03T07:51:10.992Z | + cd /work/oxidecomputer/maghemite |
88 | 2025-03-03T07:51:10.992Z | + git fetch origin a303dda6454564a11df6c753bd28b24cfcfa4c3b |
89 | 2025-03-03T07:51:11.224Z | From https://github.com/oxidecomputer/maghemite |
90 | 2025-03-03T07:51:11.224Z | * branch a303dda6454564a11df6c753bd28b24cfcfa4c3b -> FETCH_HEAD |
91 | 2025-03-03T07:51:11.235Z | + [[ -n renovate/rust-1.x ]] |
92 | 2025-03-03T07:51:11.238Z | ++ git branch --show-current |
93 | 2025-03-03T07:51:11.241Z | + current=main |
94 | 2025-03-03T07:51:11.241Z | + [[ main != renovate/rust-1.x ]] |
95 | 2025-03-03T07:51:11.241Z | + git branch -f renovate/rust-1.x a303dda6454564a11df6c753bd28b24cfcfa4c3b |
96 | 2025-03-03T07:51:11.245Z | + git checkout -f renovate/rust-1.x |
97 | 2025-03-03T07:51:11.269Z | Switched to branch 'renovate/rust-1.x' |
98 | 2025-03-03T07:51:11.272Z | + git reset --hard a303dda6454564a11df6c753bd28b24cfcfa4c3b |
99 | 2025-03-03T07:51:11.278Z | HEAD is now at a303dda Update dependency rust to v1.85.0 |
100 | 2025-03-03T07:51:11.281Z | process exited: duration 1047 ms, exit code 0 |
|
101 | 2025-03-03T07:51:11.287Z | starting task 4: "build" |
102 | 2025-03-03T07:51:11.294Z | ++ cargo --version |
103 | 2025-03-03T07:51:11.301Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
104 | 2025-03-03T07:51:11.473Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
105 | 2025-03-03T07:51:11.473Z | info: downloading component 'cargo' |
106 | 2025-03-03T07:51:12.356Z | info: downloading component 'clippy' |
107 | 2025-03-03T07:51:12.695Z | info: downloading component 'rust-docs' |
108 | 2025-03-03T07:51:14.028Z | info: downloading component 'rust-std' |
109 | 2025-03-03T07:51:15.986Z | info: downloading component 'rustc' |
110 | 2025-03-03T07:51:22.826Z | info: downloading component 'rustfmt' |
111 | 2025-03-03T07:51:23.084Z | info: installing component 'cargo' |
112 | 2025-03-03T07:51:23.901Z | info: installing component 'clippy' |
113 | 2025-03-03T07:51:24.282Z | info: installing component 'rust-docs' |
114 | 2025-03-03T07:51:26.030Z | info: installing component 'rust-std' |
115 | 2025-03-03T07:51:27.881Z | info: installing component 'rustc' |
116 | 2025-03-03T07:51:33.733Z | info: installing component 'rustfmt' |
117 | 2025-03-03T07:51:34.145Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
118 | 2025-03-03T07:51:34.150Z | ++ rustc --version |
119 | 2025-03-03T07:51:34.219Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
120 | 2025-03-03T07:51:34.225Z | ++ dladm |
121 | 2025-03-03T07:51:34.229Z | LINK CLASS MTU STATE BRIDGE OVER |
122 | 2025-03-03T07:51:34.230Z | ena0 phys 9216 up -- -- |
123 | 2025-03-03T07:51:34.235Z | ++ ipadm |
124 | 2025-03-03T07:51:34.235Z | ADDROBJ TYPE STATE ADDR |
125 | 2025-03-03T07:51:34.235Z | lo0/v4 static ok 127.0.0.1/8 |
126 | 2025-03-03T07:51:34.235Z | ena0/dhcp dhcp ok 10.150.1.64/24 |
127 | 2025-03-03T07:51:34.235Z | lo0/v6 static ok ::1/128 |
128 | 2025-03-03T07:51:34.235Z | ++ banner collect |
129 | 2025-03-03T07:51:34.239Z | |
130 | 2025-03-03T07:51:34.239Z | #### #### # # ###### #### ##### |
131 | 2025-03-03T07:51:34.239Z | # # # # # # # # # # |
132 | 2025-03-03T07:51:34.240Z | # # # # # ##### # # |
133 | 2025-03-03T07:51:34.240Z | # # # # # # # # |
134 | 2025-03-03T07:51:34.240Z | # # # # # # # # # # |
135 | 2025-03-03T07:51:34.240Z | #### #### ###### ###### ###### #### # |
136 | 2025-03-03T07:51:34.240Z | |
137 | 2025-03-03T07:51:34.240Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
138 | 2025-03-03T07:51:34.240Z | ++ repo=softnpu |
139 | 2025-03-03T07:51:34.240Z | ++ series=image |
140 | 2025-03-03T07:51:34.241Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
141 | 2025-03-03T07:51:34.241Z | ++ name=softnpu |
142 | 2025-03-03T07:51:34.241Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
143 | 2025-03-03T07:51:34.241Z | ++ mkdir -p download |
144 | 2025-03-03T07:51:34.241Z | ++ pushd download |
145 | 2025-03-03T07:51:34.241Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
146 | 2025-03-03T07:51:34.241Z | ++ [[ ! -f softnpu ]] |
147 | 2025-03-03T07:51:34.242Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
148 | 2025-03-03T07:51:34.246Z | % Total % Received % Xferd Average Speed Time Time Time Current |
149 | 2025-03-03T07:51:34.252Z | Dload Upload Total Spent Left Speed |
150 | 2025-03-03T07:51:34.641Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 55.1M 0 --:--:-- --:--:-- --:--:-- 55.2M |
151 | 2025-03-03T07:51:34.645Z | ++ popd |
152 | 2025-03-03T07:51:34.649Z | /work/oxidecomputer/maghemite |
153 | 2025-03-03T07:51:34.649Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
154 | 2025-03-03T07:51:34.649Z | ++ repo=sidecar-lite |
155 | 2025-03-03T07:51:34.649Z | ++ series=release |
156 | 2025-03-03T07:51:34.649Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
157 | 2025-03-03T07:51:34.649Z | ++ name=libsidecar_lite.so |
158 | 2025-03-03T07:51:34.650Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
159 | 2025-03-03T07:51:34.650Z | ++ mkdir -p download |
160 | 2025-03-03T07:51:34.650Z | ++ pushd download |
161 | 2025-03-03T07:51:34.650Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
162 | 2025-03-03T07:51:34.650Z | ++ [[ ! -f libsidecar_lite.so ]] |
163 | 2025-03-03T07:51:34.650Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
164 | 2025-03-03T07:51:34.656Z | % Total % Received % Xferd Average Speed Time Time Time Current |
165 | 2025-03-03T07:51:34.662Z | Dload Upload Total Spent Left Speed |
166 | 2025-03-03T07:51:35.144Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 41.5M 0 --:--:-- --:--:-- --:--:-- 41.5M |
167 | 2025-03-03T07:51:35.148Z | ++ popd |
168 | 2025-03-03T07:51:35.153Z | /work/oxidecomputer/maghemite |
169 | 2025-03-03T07:51:35.153Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
170 | 2025-03-03T07:51:35.154Z | ++ repo=sidecar-lite |
171 | 2025-03-03T07:51:35.154Z | ++ series=release |
172 | 2025-03-03T07:51:35.154Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
173 | 2025-03-03T07:51:35.155Z | ++ name=scadm |
174 | 2025-03-03T07:51:35.155Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
175 | 2025-03-03T07:51:35.155Z | ++ mkdir -p download |
176 | 2025-03-03T07:51:35.155Z | ++ pushd download |
177 | 2025-03-03T07:51:35.155Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
178 | 2025-03-03T07:51:35.156Z | ++ [[ ! -f scadm ]] |
179 | 2025-03-03T07:51:35.156Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
180 | 2025-03-03T07:51:35.160Z | % Total % Received % Xferd Average Speed Time Time Time Current |
181 | 2025-03-03T07:51:35.160Z | Dload Upload Total Spent Left Speed |
182 | 2025-03-03T07:51:35.551Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 58.1M 0 --:--:-- --:--:-- --:--:-- 58.3M |
183 | 2025-03-03T07:51:35.556Z | ++ popd |
184 | 2025-03-03T07:51:35.556Z | /work/oxidecomputer/maghemite |
185 | 2025-03-03T07:51:35.556Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
186 | 2025-03-03T07:51:35.556Z | ++ repo=dendrite |
187 | 2025-03-03T07:51:35.556Z | ++ series=image |
188 | 2025-03-03T07:51:35.556Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
189 | 2025-03-03T07:51:35.557Z | ++ name=dendrite-softnpu.tar.gz |
190 | 2025-03-03T07:51:35.557Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
191 | 2025-03-03T07:51:35.557Z | ++ mkdir -p download |
192 | 2025-03-03T07:51:35.563Z | ++ pushd download |
193 | 2025-03-03T07:51:35.563Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
194 | 2025-03-03T07:51:35.563Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
195 | 2025-03-03T07:51:35.563Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
196 | 2025-03-03T07:51:35.566Z | % Total % Received % Xferd Average Speed Time Time Time Current |
197 | 2025-03-03T07:51:35.567Z | Dload Upload Total Spent Left Speed |
198 | 2025-03-03T07:51:36.203Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
6 37.5M 6 2491k 0 0 10.5M 0 0:00:03 --:--:-- 0:00:03 10.5M
100 37.5M 100 37.5M 0 0 59.3M 0 --:--:-- --:--:-- --:--:-- 59.2M |
199 | 2025-03-03T07:51:36.207Z | ++ popd |
200 | 2025-03-03T07:51:36.208Z | /work/oxidecomputer/maghemite |
201 | 2025-03-03T07:51:36.208Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
202 | 2025-03-03T07:51:36.208Z | ++ repo=maghemite |
203 | 2025-03-03T07:51:36.208Z | ++ series=release |
204 | 2025-03-03T07:51:36.208Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
205 | 2025-03-03T07:51:36.209Z | ++ name=ddmd |
206 | 2025-03-03T07:51:36.209Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
207 | 2025-03-03T07:51:36.209Z | ++ mkdir -p download |
208 | 2025-03-03T07:51:36.209Z | ++ pushd download |
209 | 2025-03-03T07:51:36.209Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
210 | 2025-03-03T07:51:36.209Z | ++ [[ ! -f ddmd ]] |
211 | 2025-03-03T07:51:36.209Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
212 | 2025-03-03T07:51:36.222Z | % Total % Received % Xferd Average Speed Time Time Time Current |
213 | 2025-03-03T07:51:36.222Z | Dload Upload Total Spent Left Speed |
214 | 2025-03-03T07:51:36.892Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
89 40.9M 89 36.4M 0 0 66.1M 0 --:--:-- --:--:-- --:--:-- 66.1M
100 40.9M 100 40.9M 0 0 60.4M 0 --:--:-- --:--:-- --:--:-- 60.4M |
215 | 2025-03-03T07:51:36.898Z | ++ popd |
216 | 2025-03-03T07:51:36.898Z | /work/oxidecomputer/maghemite |
217 | 2025-03-03T07:51:36.898Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
218 | 2025-03-03T07:51:36.898Z | ++ repo=maghemite |
219 | 2025-03-03T07:51:36.898Z | ++ series=release |
220 | 2025-03-03T07:51:36.898Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
221 | 2025-03-03T07:51:36.898Z | ++ name=ddmadm |
222 | 2025-03-03T07:51:36.899Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
223 | 2025-03-03T07:51:36.899Z | ++ mkdir -p download |
224 | 2025-03-03T07:51:36.903Z | ++ pushd download |
225 | 2025-03-03T07:51:36.903Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
226 | 2025-03-03T07:51:36.903Z | ++ [[ ! -f ddmadm ]] |
227 | 2025-03-03T07:51:36.903Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
228 | 2025-03-03T07:51:36.907Z | % Total % Received % Xferd Average Speed Time Time Time Current |
229 | 2025-03-03T07:51:36.908Z | Dload Upload Total Spent Left Speed |
230 | 2025-03-03T07:51:37.289Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 46.9M 0 --:--:-- --:--:-- --:--:-- 47.0M |
231 | 2025-03-03T07:51:37.293Z | ++ popd |
232 | 2025-03-03T07:51:37.296Z | /work/oxidecomputer/maghemite |
233 | 2025-03-03T07:51:37.296Z | ++ pushd download |
234 | 2025-03-03T07:51:37.296Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
235 | 2025-03-03T07:51:37.296Z | ++ chmod +x softnpu |
236 | 2025-03-03T07:51:37.296Z | ++ chmod +x scadm |
237 | 2025-03-03T07:51:37.299Z | ++ chmod +x ddmadm |
238 | 2025-03-03T07:51:37.299Z | ++ chmod +x ddmd |
239 | 2025-03-03T07:51:37.303Z | ++ mv ddmadm ddmadm-v2 |
240 | 2025-03-03T07:51:37.303Z | ++ mv ddmd ddmd-v2 |
241 | 2025-03-03T07:51:37.306Z | ++ rm -rf zones/dendrite |
242 | 2025-03-03T07:51:37.309Z | ++ mkdir -p zones/dendrite |
243 | 2025-03-03T07:51:37.309Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
244 | 2025-03-03T07:51:38.077Z | ++ popd |
245 | 2025-03-03T07:51:38.077Z | /work/oxidecomputer/maghemite |
246 | 2025-03-03T07:51:38.078Z | ++ banner install |
247 | 2025-03-03T07:51:38.082Z | |
248 | 2025-03-03T07:51:38.082Z | # # # #### ##### ## # # |
249 | 2025-03-03T07:51:38.082Z | # ## # # # # # # # |
250 | 2025-03-03T07:51:38.083Z | # # # # #### # # # # # |
251 | 2025-03-03T07:51:38.083Z | # # # # # # ###### # # |
252 | 2025-03-03T07:51:38.083Z | # # ## # # # # # # # |
253 | 2025-03-03T07:51:38.083Z | # # # #### # # # ###### ###### |
254 | 2025-03-03T07:51:38.083Z | |
255 | 2025-03-03T07:51:38.083Z | ++ pkg info brand/sparse |
256 | 2025-03-03T07:51:38.083Z | ++ grep -qi installed |
257 | 2025-03-03T07:51:39.728Z | pkg: info: no packages matching the following patterns you specified are |
258 | 2025-03-03T07:51:39.728Z | installed on the system. Try querying remotely instead: |
259 | 2025-03-03T07:51:39.729Z | |
260 | 2025-03-03T07:51:39.729Z | brand/sparse |
261 | 2025-03-03T07:51:39.789Z | ++ [[ 1 != 0 ]] |
262 | 2025-03-03T07:51:39.789Z | ++ set -o errexit |
263 | 2025-03-03T07:51:39.789Z | ++ pfexec pkg install brand/sparse |
264 | 2025-03-03T07:51:47.631Z | Startup: Refreshing catalog 'helios-dev' ... Done |
265 | 2025-03-03T07:51:52.116Z | Startup: Caching catalogs ... Done |
266 | 2025-03-03T07:52:05.732Z | Planning: Solver setup ... Done |
267 | 2025-03-03T07:52:05.898Z | Planning: Running solver ... Done |
268 | 2025-03-03T07:52:06.025Z | Planning: Finding local manifests ... Done |
269 | 2025-03-03T07:52:06.038Z | Planning: Fetching manifests: 0/3 0% complete |
270 | 2025-03-03T07:52:06.133Z | Planning: Fetching manifests: 3/3 100% complete |
271 | 2025-03-03T07:52:06.208Z | Planning: Package planning ... Done |
272 | 2025-03-03T07:52:06.211Z | Planning: Merging actions ... Done |
273 | 2025-03-03T07:52:06.403Z | Planning: Checking for conflicting actions ... Done |
274 | 2025-03-03T07:52:08.418Z | Planning: Consolidating action changes ... Done |
275 | 2025-03-03T07:52:08.854Z | Planning: Evaluating mediators ... Done |
276 | 2025-03-03T07:52:08.924Z | Planning: Planning completed in 16.71 seconds |
277 | 2025-03-03T07:52:08.942Z | Packages to install: 1 |
278 | 2025-03-03T07:52:08.942Z | Packages to update: 2 |
279 | 2025-03-03T07:52:08.945Z | Create boot environment: No |
280 | 2025-03-03T07:52:08.945Z | Create backup boot environment: Yes |
281 | 2025-03-03T07:52:09.020Z | |
282 | 2025-03-03T07:52:09.020Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
283 | 2025-03-03T07:52:14.372Z | Download: 914/1009 items 7.9/8.0MB 99% complete (2.2M/s) |
284 | 2025-03-03T07:52:15.700Z | Download: Completed 8.03 MB in 6.68 seconds (1.2M/s) |
285 | 2025-03-03T07:52:17.834Z | Actions: 1/1419 actions (Removing old actions) |
286 | 2025-03-03T07:52:17.856Z | Actions: 199/1419 actions (Installing new actions) |
287 | 2025-03-03T07:52:17.973Z | Actions: 579/1419 actions (Updating modified actions) |
288 | 2025-03-03T07:52:18.290Z | Actions: Completed 1419 actions in 0.46 seconds. |
289 | 2025-03-03T07:52:18.701Z | Done |
290 | 2025-03-03T07:52:18.703Z | Done |
291 | 2025-03-03T07:52:19.277Z | Done |
292 | 2025-03-03T07:52:23.509Z | Done |
293 | 2025-03-03T07:52:23.594Z | Done |
294 | 2025-03-03T07:52:23.597Z | Done |
295 | 2025-03-03T07:52:23.730Z | Done |
296 | 2025-03-03T07:52:24.157Z | ++ set -o errexit |
297 | 2025-03-03T07:52:24.157Z | ++ set -o pipefail |
298 | 2025-03-03T07:52:24.157Z | ++ banner build |
299 | 2025-03-03T07:52:24.161Z | |
300 | 2025-03-03T07:52:24.161Z | ##### # # # # ##### |
301 | 2025-03-03T07:52:24.161Z | # # # # # # # # |
302 | 2025-03-03T07:52:24.161Z | ##### # # # # # # |
303 | 2025-03-03T07:52:24.162Z | # # # # # # # # |
304 | 2025-03-03T07:52:24.162Z | # # # # # # # # |
305 | 2025-03-03T07:52:24.162Z | ##### #### # ###### ##### |
306 | 2025-03-03T07:52:24.162Z | |
307 | 2025-03-03T07:52:24.162Z | ++ cargo build --release --bin ddmd --bin ddmadm |
308 | 2025-03-03T07:52:24.327Z | Updating crates.io index |
309 | 2025-03-03T07:52:24.330Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
310 | 2025-03-03T07:52:24.886Z | From https://github.com/oxidecomputer/falcon |
311 | 2025-03-03T07:52:24.886Z | * [new ref] f3fe0542198c08bbb82d16f168e6482db9bec5b9 -> refs/commit/f3fe0542198c08bbb82d16f168e6482db9bec5b9 |
312 | 2025-03-03T07:52:25.026Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
313 | 2025-03-03T07:52:26.019Z | From https://github.com/oxidecomputer/dendrite |
314 | 2025-03-03T07:52:26.019Z | * [new ref] b1556024506890778bada8381a8eaa404f02b0ae -> refs/commit/b1556024506890778bada8381a8eaa404f02b0ae |
315 | 2025-03-03T07:52:26.072Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
316 | 2025-03-03T07:52:26.323Z | From https://github.com/oxidecomputer/ispf |
317 | 2025-03-03T07:52:26.323Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
318 | 2025-03-03T07:52:26.349Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
319 | 2025-03-03T07:52:26.688Z | From https://github.com/oxidecomputer/netadm-sys |
320 | 2025-03-03T07:52:26.688Z | * [new ref] f4eae3d8070760922da93b9edd56ca4103b4c390 -> refs/commit/f4eae3d8070760922da93b9edd56ca4103b4c390 |
321 | 2025-03-03T07:52:26.700Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
322 | 2025-03-03T07:52:30.934Z | From https://github.com/oxidecomputer/omicron |
323 | 2025-03-03T07:52:30.934Z | * [new ref] e2f9776a2f86de2d4cd35926302bb99cedbdb3d4 -> refs/commit/e2f9776a2f86de2d4cd35926302bb99cedbdb3d4 |
324 | 2025-03-03T07:52:31.333Z | Updating git repository `https://github.com/oxidecomputer/opte` |
325 | 2025-03-03T07:52:31.789Z | From https://github.com/oxidecomputer/opte |
326 | 2025-03-03T07:52:31.789Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
327 | 2025-03-03T07:52:31.835Z | Updating git repository `https://github.com/illumos/smf-rs` |
328 | 2025-03-03T07:52:32.128Z | From https://github.com/illumos/smf-rs |
329 | 2025-03-03T07:52:32.128Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
330 | 2025-03-03T07:52:32.190Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
331 | 2025-03-03T07:52:32.581Z | From https://github.com/oxidecomputer/maghemite |
332 | 2025-03-03T07:52:32.581Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
333 | 2025-03-03T07:52:32.614Z | Updating git repository `https://github.com/oxidecomputer/zone` |
334 | 2025-03-03T07:52:32.874Z | From https://github.com/oxidecomputer/zone |
335 | 2025-03-03T07:52:32.874Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
336 | 2025-03-03T07:52:32.902Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
337 | 2025-03-03T07:52:33.516Z | From https://github.com/oxidecomputer/propolis |
338 | 2025-03-03T07:52:33.516Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
339 | 2025-03-03T07:52:33.648Z | Updating git repository `https://github.com/illumos/smf-rs` |
340 | 2025-03-03T07:52:33.993Z | From https://github.com/illumos/smf-rs |
341 | 2025-03-03T07:52:33.993Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
342 | 2025-03-03T07:52:34.026Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
343 | 2025-03-03T07:52:34.508Z | From https://github.com/oxidecomputer/transceiver-control |
344 | 2025-03-03T07:52:34.508Z | * [new ref] 9fc521c4bd0a7fa4331c555296b2888089db32a2 -> refs/commit/9fc521c4bd0a7fa4331c555296b2888089db32a2 |
345 | 2025-03-03T07:52:34.535Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
346 | 2025-03-03T07:52:34.797Z | From https://github.com/oxidecomputer/dlpi-sys |
347 | 2025-03-03T07:52:34.797Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
348 | 2025-03-03T07:52:34.814Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
349 | 2025-03-03T07:52:35.092Z | From https://github.com/jmesmon/rust-libzfs |
350 | 2025-03-03T07:52:35.092Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
351 | 2025-03-03T07:52:35.105Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
352 | 2025-03-03T07:52:35.374Z | From https://github.com/oxidecomputer/rusty-doors |
353 | 2025-03-03T07:52:35.374Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
354 | 2025-03-03T07:52:35.390Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
355 | 2025-03-03T07:52:35.758Z | From https://github.com/oxidecomputer/maghemite |
356 | 2025-03-03T07:52:35.758Z | * [new ref] cb2b592e890ca9e93d8193e9765e2a62459d5fa8 -> refs/commit/cb2b592e890ca9e93d8193e9765e2a62459d5fa8 |
357 | 2025-03-03T07:52:35.810Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
358 | 2025-03-03T07:52:36.048Z | From https://github.com/oxidecomputer/serde_human_bytes |
359 | 2025-03-03T07:52:36.048Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
360 | 2025-03-03T07:52:36.077Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
361 | 2025-03-03T07:52:36.333Z | From https://github.com/oxidecomputer/slog-error-chain |
362 | 2025-03-03T07:52:36.333Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
363 | 2025-03-03T07:52:36.374Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
364 | 2025-03-03T07:52:36.609Z | From https://github.com/oxidecomputer/poptrie |
365 | 2025-03-03T07:52:36.609Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
366 | 2025-03-03T07:52:36.622Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
367 | 2025-03-03T07:52:36.881Z | From https://github.com/illumos/libscf-sys |
368 | 2025-03-03T07:52:36.881Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
369 | 2025-03-03T07:52:36.909Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
370 | 2025-03-03T07:52:37.744Z | From https://github.com/oxidecomputer/progenitor |
371 | 2025-03-03T07:52:37.744Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
372 | 2025-03-03T07:52:37.865Z | Updating git repository `https://github.com/oxidecomputer/typify` |
373 | 2025-03-03T07:52:38.761Z | From https://github.com/oxidecomputer/typify |
374 | 2025-03-03T07:52:38.761Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
375 | 2025-03-03T07:52:38.953Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
376 | 2025-03-03T07:52:39.439Z | From https://github.com/oxidecomputer/propolis |
377 | 2025-03-03T07:52:39.439Z | * [new ref] 95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc -> refs/commit/95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc |
378 | 2025-03-03T07:52:39.510Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
379 | 2025-03-03T07:52:40.619Z | From https://github.com/oxidecomputer/crucible |
380 | 2025-03-03T07:52:40.619Z | * [new ref] d2d8f8ad449df7e2befb7ee2723a442dd74b9b72 -> refs/commit/d2d8f8ad449df7e2befb7ee2723a442dd74b9b72 |
381 | 2025-03-03T07:52:40.688Z | Updating git repository `https://github.com/oxidecomputer/opte` |
382 | 2025-03-03T07:52:41.052Z | From https://github.com/oxidecomputer/opte |
383 | 2025-03-03T07:52:41.052Z | * [new ref] cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa -> refs/commit/cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa |
384 | 2025-03-03T07:52:41.106Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
385 | 2025-03-03T07:52:41.604Z | From https://github.com/oxidecomputer/management-gateway-service |
386 | 2025-03-03T07:52:41.604Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
387 | 2025-03-03T07:52:41.653Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
388 | 2025-03-03T07:52:41.939Z | From https://github.com/oxidecomputer/ingot |
389 | 2025-03-03T07:52:41.939Z | * [new ref] bff93247fe75ff889121e39d494cc3805fc01906 -> refs/commit/bff93247fe75ff889121e39d494cc3805fc01906 |
390 | 2025-03-03T07:52:42.661Z | Downloading crates ... |
391 | 2025-03-03T07:52:42.725Z | Downloaded ahash v0.8.11 |
392 | 2025-03-03T07:52:42.728Z | Downloaded atomic-waker v1.1.2 |
393 | 2025-03-03T07:52:42.733Z | Downloaded async-stream-impl v0.3.6 |
394 | 2025-03-03T07:52:42.736Z | Downloaded argon2 v0.5.3 |
395 | 2025-03-03T07:52:42.739Z | Downloaded async-trait v0.1.86 |
396 | 2025-03-03T07:52:42.742Z | Downloaded async-stream v0.3.6 |
397 | 2025-03-03T07:52:42.742Z | Downloaded atomicwrites v0.4.4 |
398 | 2025-03-03T07:52:42.745Z | Downloaded arc-swap v1.7.1 |
399 | 2025-03-03T07:52:42.748Z | Downloaded anstyle-query v1.1.1 |
400 | 2025-03-03T07:52:42.751Z | Downloaded block-buffer v0.10.4 |
401 | 2025-03-03T07:52:42.751Z | Downloaded cancel-safe-futures v0.1.5 |
402 | 2025-03-03T07:52:42.754Z | Downloaded anyhow v1.0.94 |
403 | 2025-03-03T07:52:42.758Z | Downloaded clap v4.5.23 |
404 | 2025-03-03T07:52:42.767Z | Downloaded plain v0.2.3 |
405 | 2025-03-03T07:52:42.771Z | Downloaded futures v0.3.31 |
406 | 2025-03-03T07:52:42.777Z | Downloaded bitflags v1.3.2 |
407 | 2025-03-03T07:52:42.780Z | Downloaded pretty-hex v0.2.1 |
408 | 2025-03-03T07:52:42.783Z | Downloaded scroll_derive v0.12.0 |
409 | 2025-03-03T07:52:42.783Z | Downloaded anstyle-parse v0.2.5 |
410 | 2025-03-03T07:52:42.786Z | Downloaded anstream v0.6.15 |
411 | 2025-03-03T07:52:42.789Z | Downloaded base64ct v1.6.0 |
412 | 2025-03-03T07:52:42.793Z | Downloaded progenitor-client v0.9.1 |
413 | 2025-03-03T07:52:42.793Z | Downloaded pretty-hex v0.4.1 |
414 | 2025-03-03T07:52:42.793Z | Downloaded chrono v0.4.38 |
415 | 2025-03-03T07:52:42.804Z | Downloaded serde-big-array v0.5.1 |
416 | 2025-03-03T07:52:42.815Z | Downloaded aho-corasick v1.1.3 |
417 | 2025-03-03T07:52:42.815Z | Downloaded console v0.15.8 |
418 | 2025-03-03T07:52:42.815Z | Downloaded sigpipe v0.1.3 |
419 | 2025-03-03T07:52:42.821Z | Downloaded crc8 v0.1.1 |
420 | 2025-03-03T07:52:42.821Z | Downloaded const-random-macro v0.1.16 |
421 | 2025-03-03T07:52:42.821Z | Downloaded allocator-api2 v0.2.18 |
422 | 2025-03-03T07:52:42.821Z | Downloaded colorchoice v1.0.2 |
423 | 2025-03-03T07:52:42.825Z | Downloaded proc-macro-error v1.0.4 |
424 | 2025-03-03T07:52:42.829Z | Downloaded serde_urlencoded v0.7.1 |
425 | 2025-03-03T07:52:42.829Z | Downloaded percent-encoding v2.3.1 |
426 | 2025-03-03T07:52:42.830Z | Downloaded crossbeam-channel v0.5.13 |
427 | 2025-03-03T07:52:42.834Z | Downloaded progenitor v0.9.1 |
428 | 2025-03-03T07:52:42.839Z | Downloaded deranged v0.3.11 |
429 | 2025-03-03T07:52:42.839Z | Downloaded darling_macro v0.20.10 |
430 | 2025-03-03T07:52:42.843Z | Downloaded crc32fast v1.4.2 |
431 | 2025-03-03T07:52:42.843Z | Downloaded defmt-macros v0.3.9 |
432 | 2025-03-03T07:52:42.848Z | Downloaded rand_chacha v0.3.1 |
433 | 2025-03-03T07:52:42.848Z | Downloaded progenitor v0.8.0 |
434 | 2025-03-03T07:52:42.848Z | Downloaded foreign-types v0.3.2 |
435 | 2025-03-03T07:52:42.852Z | Downloaded pest_generator v2.7.13 |
436 | 2025-03-03T07:52:42.853Z | Downloaded foreign-types-shared v0.3.1 |
437 | 2025-03-03T07:52:42.853Z | Downloaded serde_tokenstream v0.2.2 |
438 | 2025-03-03T07:52:42.857Z | Downloaded quinn-udp v0.5.5 |
439 | 2025-03-03T07:52:42.857Z | Downloaded serde_spanned v0.6.7 |
440 | 2025-03-03T07:52:42.861Z | Downloaded dirs-sys-next v0.1.2 |
441 | 2025-03-03T07:52:42.861Z | Downloaded dirs-next v2.0.0 |
442 | 2025-03-03T07:52:42.861Z | Downloaded defmt v0.3.8 |
443 | 2025-03-03T07:52:42.866Z | Downloaded rustc-hash v2.0.0 |
444 | 2025-03-03T07:52:42.866Z | Downloaded scopeguard v1.2.0 |
445 | 2025-03-03T07:52:42.870Z | Downloaded rustls-pemfile v1.0.4 |
446 | 2025-03-03T07:52:42.870Z | Downloaded form_urlencoded v1.2.1 |
447 | 2025-03-03T07:52:42.875Z | Downloaded openssl-macros v0.1.1 |
448 | 2025-03-03T07:52:42.875Z | Downloaded rustc_version v0.4.1 |
449 | 2025-03-03T07:52:42.875Z | Downloaded quick-error v1.2.3 |
450 | 2025-03-03T07:52:42.880Z | Downloaded schemars_derive v0.8.21 |
451 | 2025-03-03T07:52:42.880Z | Downloaded errno v0.3.9 |
452 | 2025-03-03T07:52:42.880Z | Downloaded foreign-types v0.5.0 |
453 | 2025-03-03T07:52:42.885Z | Downloaded fnv v1.0.7 |
454 | 2025-03-03T07:52:42.885Z | Downloaded dyn-clone v1.0.17 |
455 | 2025-03-03T07:52:42.885Z | Downloaded resolv-conf v0.7.0 |
456 | 2025-03-03T07:52:42.890Z | Downloaded ident_case v1.0.1 |
457 | 2025-03-03T07:52:42.890Z | Downloaded signal-hook-registry v1.4.2 |
458 | 2025-03-03T07:52:42.890Z | Downloaded sha1 v0.10.6 |
459 | 2025-03-03T07:52:42.895Z | Downloaded serde_path_to_error v0.1.16 |
460 | 2025-03-03T07:52:42.895Z | Downloaded semver v0.1.20 |
461 | 2025-03-03T07:52:42.895Z | Downloaded fixedbitset v0.4.2 |
462 | 2025-03-03T07:52:42.899Z | Downloaded slog-async v2.8.0 |
463 | 2025-03-03T07:52:42.899Z | Downloaded darling v0.20.10 |
464 | 2025-03-03T07:52:42.904Z | Downloaded strum v0.26.3 |
465 | 2025-03-03T07:52:42.909Z | Downloaded slog-bunyan v2.5.0 |
466 | 2025-03-03T07:52:42.909Z | Downloaded match_cfg v0.1.0 |
467 | 2025-03-03T07:52:42.909Z | Downloaded futures-io v0.3.31 |
468 | 2025-03-03T07:52:42.909Z | Downloaded zone v0.3.0 |
469 | 2025-03-03T07:52:42.913Z | Downloaded progenitor-client v0.8.0 |
470 | 2025-03-03T07:52:42.913Z | Downloaded usdt-macro v0.5.0 |
471 | 2025-03-03T07:52:42.913Z | Downloaded tinyvec_macros v0.1.1 |
472 | 2025-03-03T07:52:42.913Z | Downloaded terminal_size v0.4.0 |
473 | 2025-03-03T07:52:42.917Z | Downloaded tower-service v0.3.3 |
474 | 2025-03-03T07:52:42.917Z | Downloaded newline-converter v0.3.0 |
475 | 2025-03-03T07:52:42.917Z | Downloaded pest_derive v2.7.13 |
476 | 2025-03-03T07:52:42.922Z | Downloaded foreign-types-macros v0.2.3 |
477 | 2025-03-03T07:52:42.922Z | Downloaded postcard v1.0.10 |
478 | 2025-03-03T07:52:42.927Z | Downloaded ppv-lite86 v0.2.20 |
479 | 2025-03-03T07:52:42.927Z | Downloaded hubpack v0.1.2 |
480 | 2025-03-03T07:52:42.931Z | Downloaded hyper-tls v0.6.0 |
481 | 2025-03-03T07:52:42.931Z | Downloaded rustls-pemfile v2.1.3 |
482 | 2025-03-03T07:52:42.931Z | Downloaded managed v0.8.0 |
483 | 2025-03-03T07:52:42.935Z | Downloaded derive_more v0.99.18 |
484 | 2025-03-03T07:52:42.940Z | Downloaded slog-envlogger v2.2.0 |
485 | 2025-03-03T07:52:42.940Z | Downloaded time-core v0.1.2 |
486 | 2025-03-03T07:52:42.944Z | Downloaded parse-display-derive v0.10.0 |
487 | 2025-03-03T07:52:42.944Z | Downloaded serde_derive_internals v0.29.1 |
488 | 2025-03-03T07:52:42.949Z | Downloaded paste v1.0.15 |
489 | 2025-03-03T07:52:42.949Z | Downloaded generic-array v0.14.7 |
490 | 2025-03-03T07:52:42.953Z | Downloaded slog-dtrace v0.3.0 |
491 | 2025-03-03T07:52:42.953Z | Downloaded semver v1.0.25 |
492 | 2025-03-03T07:52:42.962Z | Downloaded usdt-impl v0.5.0 |
493 | 2025-03-03T07:52:42.962Z | Downloaded sha2 v0.10.8 |
494 | 2025-03-03T07:52:42.967Z | Downloaded hex v0.4.3 |
495 | 2025-03-03T07:52:42.967Z | Downloaded darling_core v0.20.10 |
496 | 2025-03-03T07:52:42.968Z | Downloaded openssl-probe v0.1.5 |
497 | 2025-03-03T07:52:42.972Z | Downloaded num-rational v0.4.2 |
498 | 2025-03-03T07:52:42.973Z | Downloaded instant v0.1.13 |
499 | 2025-03-03T07:52:42.973Z | Downloaded memoffset v0.9.1 |
500 | 2025-03-03T07:52:42.977Z | Downloaded num-iter v0.1.45 |
501 | 2025-03-03T07:52:42.977Z | Downloaded mime v0.3.17 |
502 | 2025-03-03T07:52:42.977Z | Downloaded want v0.3.1 |
503 | 2025-03-03T07:52:42.981Z | Downloaded waitgroup v0.1.2 |
504 | 2025-03-03T07:52:42.981Z | Downloaded password-hash v0.5.0 |
505 | 2025-03-03T07:52:42.981Z | Downloaded newtype-uuid v1.2.1 |
506 | 2025-03-03T07:52:42.986Z | Downloaded strum_macros v0.25.3 |
507 | 2025-03-03T07:52:42.986Z | Downloaded futures-sink v0.3.31 |
508 | 2025-03-03T07:52:42.990Z | Downloaded slog-json v2.6.1 |
509 | 2025-03-03T07:52:42.990Z | Downloaded tiny-keccak v2.0.2 |
510 | 2025-03-03T07:52:42.994Z | Downloaded serde_repr v0.1.19 |
511 | 2025-03-03T07:52:42.994Z | Downloaded typify-macro v0.3.0 |
512 | 2025-03-03T07:52:42.994Z | Downloaded num v0.4.3 |
513 | 2025-03-03T07:52:42.999Z | Downloaded untrusted v0.9.0 |
514 | 2025-03-03T07:52:42.999Z | Downloaded pest_meta v2.7.13 |
515 | 2025-03-03T07:52:43.003Z | Downloaded no-std-compat v0.4.1 |
516 | 2025-03-03T07:52:43.003Z | Downloaded take_mut v0.2.2 |
517 | 2025-03-03T07:52:43.004Z | Downloaded is-terminal v0.4.13 |
518 | 2025-03-03T07:52:43.007Z | Downloaded utf8parse v0.2.2 |
519 | 2025-03-03T07:52:43.007Z | Downloaded ryu v1.0.18 |
520 | 2025-03-03T07:52:43.010Z | Downloaded progenitor-impl v0.9.1 |
521 | 2025-03-03T07:52:43.010Z | Downloaded progenitor-impl v0.8.0 |
522 | 2025-03-03T07:52:43.014Z | Downloaded lock_api v0.4.12 |
523 | 2025-03-03T07:52:43.018Z | Downloaded proc-macro2 v1.0.93 |
524 | 2025-03-03T07:52:43.022Z | Downloaded ipnetwork v0.21.1 |
525 | 2025-03-03T07:52:43.022Z | Downloaded ipnetwork v0.20.0 |
526 | 2025-03-03T07:52:43.025Z | Downloaded newtype_derive v0.1.6 |
527 | 2025-03-03T07:52:43.025Z | Downloaded thread-id v4.2.2 |
528 | 2025-03-03T07:52:43.025Z | Downloaded fxhash v0.2.1 |
529 | 2025-03-03T07:52:43.028Z | Downloaded thiserror-impl v2.0.11 |
530 | 2025-03-03T07:52:43.029Z | Downloaded strum_macros v0.26.4 |
531 | 2025-03-03T07:52:43.032Z | Downloaded slog-term v2.9.1 |
532 | 2025-03-03T07:52:43.035Z | Downloaded sync_wrapper v0.1.2 |
533 | 2025-03-03T07:52:43.035Z | Downloaded num_enum v0.5.11 |
534 | 2025-03-03T07:52:43.039Z | Downloaded time-macros v0.2.18 |
535 | 2025-03-03T07:52:43.042Z | Downloaded tokio-rustls v0.26.0 |
536 | 2025-03-03T07:52:43.047Z | Downloaded is_terminal_polyfill v1.70.1 |
537 | 2025-03-03T07:52:43.052Z | Downloaded tokio-macros v2.4.0 |
538 | 2025-03-03T07:52:43.052Z | Downloaded slog v2.7.0 |
539 | 2025-03-03T07:52:43.057Z | Downloaded similar v2.6.0 |
540 | 2025-03-03T07:52:43.061Z | Downloaded toml_datetime v0.6.8 |
541 | 2025-03-03T07:52:43.061Z | Downloaded thin-vec v0.2.13 |
542 | 2025-03-03T07:52:43.061Z | Downloaded futures-core v0.3.31 |
543 | 2025-03-03T07:52:43.068Z | Downloaded hyper-rustls v0.24.2 |
544 | 2025-03-03T07:52:43.068Z | Downloaded indexmap v1.9.3 |
545 | 2025-03-03T07:52:43.072Z | Downloaded zone_cfg_derive v0.3.0 |
546 | 2025-03-03T07:52:43.072Z | Downloaded futures-channel v0.3.31 |
547 | 2025-03-03T07:52:43.073Z | Downloaded sync_wrapper v1.0.1 |
548 | 2025-03-03T07:52:43.073Z | Downloaded heck v0.4.1 |
549 | 2025-03-03T07:52:43.077Z | Downloaded hostname v0.3.1 |
550 | 2025-03-03T07:52:43.077Z | Downloaded memmap v0.7.0 |
551 | 2025-03-03T07:52:43.081Z | Downloaded thread_local v1.1.8 |
552 | 2025-03-03T07:52:43.081Z | Downloaded parse-display v0.10.0 |
553 | 2025-03-03T07:52:43.081Z | Downloaded stable_deref_trait v1.2.0 |
554 | 2025-03-03T07:52:43.081Z | Downloaded spin v0.5.2 |
555 | 2025-03-03T07:52:43.086Z | Downloaded macaddr v1.0.1 |
556 | 2025-03-03T07:52:43.086Z | Downloaded num-conv v0.1.0 |
557 | 2025-03-03T07:52:43.086Z | Downloaded slog-scope v4.4.0 |
558 | 2025-03-03T07:52:43.090Z | Downloaded usdt v0.5.0 |
559 | 2025-03-03T07:52:43.090Z | Downloaded hyper-util v0.1.10 |
560 | 2025-03-03T07:52:43.096Z | Downloaded typify-macro v0.2.0 |
561 | 2025-03-03T07:52:43.096Z | Downloaded smf v0.2.3 |
562 | 2025-03-03T07:52:43.096Z | Downloaded serde_derive v1.0.217 |
563 | 2025-03-03T07:52:43.101Z | Downloaded getrandom v0.3.1 |
564 | 2025-03-03T07:52:43.105Z | Downloaded tinyvec v1.8.0 |
565 | 2025-03-03T07:52:43.105Z | Downloaded num_threads v0.1.7 |
566 | 2025-03-03T07:52:43.109Z | Downloaded serde_yaml v0.9.34+deprecated |
567 | 2025-03-03T07:52:43.112Z | Downloaded http-body v1.0.1 |
568 | 2025-03-03T07:52:43.112Z | Downloaded parking_lot_core v0.9.10 |
569 | 2025-03-03T07:52:43.112Z | Downloaded version_check v0.9.5 |
570 | 2025-03-03T07:52:43.115Z | Downloaded parking_lot v0.11.2 |
571 | 2025-03-03T07:52:43.115Z | Downloaded linked-hash-map v0.5.6 |
572 | 2025-03-03T07:52:43.120Z | Downloaded hubpack_derive v0.1.1 |
573 | 2025-03-03T07:52:43.121Z | Downloaded omicron-workspace-hack v0.1.0 |
574 | 2025-03-03T07:52:43.121Z | Downloaded hash32 v0.3.1 |
575 | 2025-03-03T07:52:43.125Z | Downloaded base64 v0.22.1 |
576 | 2025-03-03T07:52:43.129Z | Downloaded lazy_static v1.5.0 |
577 | 2025-03-03T07:52:43.129Z | Downloaded static_assertions v1.1.0 |
578 | 2025-03-03T07:52:43.129Z | Downloaded linear-map v1.2.0 |
579 | 2025-03-03T07:52:43.134Z | Downloaded libsw v3.3.1 |
580 | 2025-03-03T07:52:43.134Z | Downloaded base64 v0.21.7 |
581 | 2025-03-03T07:52:43.137Z | Downloaded hostname v0.4.0 |
582 | 2025-03-03T07:52:43.141Z | Downloaded smallvec v1.13.2 |
583 | 2025-03-03T07:52:43.141Z | Downloaded libscf-sys v1.1.0 |
584 | 2025-03-03T07:52:43.141Z | Downloaded num_enum_derive v0.7.3 |
585 | 2025-03-03T07:52:43.144Z | Downloaded rhai_codegen v2.2.0 |
586 | 2025-03-03T07:52:43.153Z | Downloaded try-lock v0.2.5 |
587 | 2025-03-03T07:52:43.157Z | Downloaded num-integer v0.1.46 |
588 | 2025-03-03T07:52:43.157Z | Downloaded num-derive v0.4.2 |
589 | 2025-03-03T07:52:43.157Z | Downloaded http-body v0.4.6 |
590 | 2025-03-03T07:52:43.162Z | Downloaded humantime v2.1.0 |
591 | 2025-03-03T07:52:43.162Z | Downloaded num_enum v0.7.3 |
592 | 2025-03-03T07:52:43.166Z | Downloaded typify v0.2.0 |
593 | 2025-03-03T07:52:43.169Z | Downloaded smartstring v1.0.1 |
594 | 2025-03-03T07:52:43.173Z | Downloaded hickory-resolver v0.24.3 |
595 | 2025-03-03T07:52:43.179Z | Downloaded http-body-util v0.1.2 |
596 | 2025-03-03T07:52:43.179Z | Downloaded highway v1.2.0 |
597 | 2025-03-03T07:52:43.183Z | Downloaded tokio-native-tls v0.3.1 |
598 | 2025-03-03T07:52:43.183Z | Downloaded spin v0.9.8 |
599 | 2025-03-03T07:52:43.187Z | Downloaded clap_builder v4.5.23 |
600 | 2025-03-03T07:52:43.192Z | Downloaded num-complex v0.4.6 |
601 | 2025-03-03T07:52:43.195Z | Downloaded half v2.4.1 |
602 | 2025-03-03T07:52:43.198Z | Downloaded thiserror v1.0.69 |
603 | 2025-03-03T07:52:43.201Z | Downloaded num-derive v0.3.3 |
604 | 2025-03-03T07:52:43.204Z | Downloaded tabled_derive v0.10.0 |
605 | 2025-03-03T07:52:43.204Z | Downloaded oxnet v0.1.0 |
606 | 2025-03-03T07:52:43.207Z | Downloaded futures-macro v0.3.31 |
607 | 2025-03-03T07:52:43.207Z | Downloaded tokio-stream v0.1.17 |
608 | 2025-03-03T07:52:43.211Z | Downloaded whoami v1.5.2 |
609 | 2025-03-03T07:52:43.214Z | Downloaded minimal-lexical v0.2.1 |
610 | 2025-03-03T07:52:43.219Z | Downloaded ipnet v2.10.0 |
611 | 2025-03-03T07:52:43.222Z | Downloaded unicode-ident v1.0.16 |
612 | 2025-03-03T07:52:43.227Z | Downloaded expectorate v1.1.0 |
613 | 2025-03-03T07:52:43.227Z | Downloaded tempfile v3.12.0 |
614 | 2025-03-03T07:52:43.230Z | Downloaded zerocopy-derive v0.7.35 |
615 | 2025-03-03T07:52:43.234Z | Downloaded itoa v1.0.11 |
616 | 2025-03-03T07:52:43.237Z | Downloaded typify v0.3.0 |
617 | 2025-03-03T07:52:43.242Z | Downloaded typenum v1.17.0 |
618 | 2025-03-03T07:52:43.245Z | Downloaded heapless v0.8.0 |
619 | 2025-03-03T07:52:43.248Z | Downloaded mio v1.0.2 |
620 | 2025-03-03T07:52:43.252Z | Downloaded http v0.2.12 |
621 | 2025-03-03T07:52:43.257Z | Downloaded hashbrown v0.12.3 |
622 | 2025-03-03T07:52:43.261Z | Downloaded papergrid v0.14.0 |
623 | 2025-03-03T07:52:43.266Z | Downloaded tracing-attributes v0.1.27 |
624 | 2025-03-03T07:52:43.270Z | Downloaded thiserror v2.0.11 |
625 | 2025-03-03T07:52:43.275Z | Downloaded tracing v0.1.40 |
626 | 2025-03-03T07:52:43.280Z | Downloaded openssl-sys v0.9.103 |
627 | 2025-03-03T07:52:43.285Z | Downloaded nom v7.1.3 |
628 | 2025-03-03T07:52:43.290Z | Downloaded log v0.4.22 |
629 | 2025-03-03T07:52:43.293Z | Downloaded uuid v1.13.1 |
630 | 2025-03-03T07:52:43.297Z | Downloaded unicode-bidi v0.3.15 |
631 | 2025-03-03T07:52:43.300Z | Downloaded hashbrown v0.15.2 |
632 | 2025-03-03T07:52:43.305Z | Downloaded quinn v0.11.5 |
633 | 2025-03-03T07:52:43.308Z | Downloaded zerocopy v0.6.6 |
634 | 2025-03-03T07:52:43.311Z | Downloaded tokio-util v0.7.12 |
635 | 2025-03-03T07:52:43.318Z | Downloaded h2 v0.4.6 |
636 | 2025-03-03T07:52:43.325Z | Downloaded indexmap v2.7.1 |
637 | 2025-03-03T07:52:43.330Z | Downloaded zerocopy-derive v0.8.17 |
638 | 2025-03-03T07:52:43.337Z | Downloaded zerocopy v0.7.35 |
639 | 2025-03-03T07:52:43.357Z | Downloaded unicode-normalization v0.1.24 |
640 | 2025-03-03T07:52:43.361Z | Downloaded qorb v0.2.1 |
641 | 2025-03-03T07:52:43.371Z | Downloaded itertools v0.13.0 |
642 | 2025-03-03T07:52:43.374Z | Downloaded futures-util v0.3.31 |
643 | 2025-03-03T07:52:43.382Z | Downloaded tracing-core v0.1.32 |
644 | 2025-03-03T07:52:43.385Z | Downloaded hyper v1.5.1 |
645 | 2025-03-03T07:52:43.394Z | Downloaded itertools v0.14.0 |
646 | 2025-03-03T07:52:43.399Z | Downloaded toml_edit v0.22.21 |
647 | 2025-03-03T07:52:43.421Z | Downloaded h2 v0.3.26 |
648 | 2025-03-03T07:52:43.428Z | Downloaded pest v2.7.13 |
649 | 2025-03-03T07:52:43.433Z | Downloaded goblin v0.8.2 |
650 | 2025-03-03T07:52:43.440Z | Downloaded syn v1.0.109 |
651 | 2025-03-03T07:52:43.452Z | Downloaded vcpkg v0.2.15 |
652 | 2025-03-03T07:52:43.489Z | Downloaded steno v0.4.1 |
653 | 2025-03-03T07:52:43.493Z | Downloaded idna v0.5.0 |
654 | 2025-03-03T07:52:43.501Z | Downloaded webpki-roots v0.26.6 |
655 | 2025-03-03T07:52:43.504Z | Downloaded webpki-roots v0.25.4 |
656 | 2025-03-03T07:52:43.508Z | Downloaded libm v0.2.8 |
657 | 2025-03-03T07:52:43.516Z | Downloaded unicode-segmentation v1.12.0 |
658 | 2025-03-03T07:52:43.519Z | Downloaded dropshot v0.15.1 |
659 | 2025-03-03T07:52:43.542Z | Downloaded itertools v0.12.1 |
660 | 2025-03-03T07:52:43.550Z | Downloaded smoltcp v0.11.0 |
661 | 2025-03-03T07:52:43.560Z | Downloaded hickory-proto v0.24.1 |
662 | 2025-03-03T07:52:43.575Z | Downloaded rustls-webpki v0.102.8 |
663 | 2025-03-03T07:52:43.593Z | Downloaded portable-atomic v1.8.0 |
664 | 2025-03-03T07:52:43.598Z | Downloaded openapiv3 v2.0.0 |
665 | 2025-03-03T07:52:43.610Z | Downloaded hashbrown v0.14.5 |
666 | 2025-03-03T07:52:43.615Z | Downloaded quinn-proto v0.11.8 |
667 | 2025-03-03T07:52:43.622Z | Downloaded winnow v0.5.40 |
668 | 2025-03-03T07:52:43.635Z | Downloaded winnow v0.6.18 |
669 | 2025-03-03T07:52:43.645Z | Downloaded reqwest v0.12.9 |
670 | 2025-03-03T07:52:43.657Z | Downloaded typify-impl v0.2.0 |
671 | 2025-03-03T07:52:43.675Z | Downloaded itertools v0.10.5 |
672 | 2025-03-03T07:52:43.681Z | Downloaded nix v0.29.0 |
673 | 2025-03-03T07:52:43.693Z | Downloaded rustls-webpki v0.101.7 |
674 | 2025-03-03T07:52:43.707Z | Downloaded reqwest v0.11.27 |
675 | 2025-03-03T07:52:43.715Z | Downloaded syn v2.0.98 |
676 | 2025-03-03T07:52:43.726Z | Downloaded hyper v0.14.30 |
677 | 2025-03-03T07:52:43.734Z | Downloaded regex v1.11.1 |
678 | 2025-03-03T07:52:43.747Z | Downloaded rustls v0.21.12 |
679 | 2025-03-03T07:52:43.760Z | Downloaded tabled v0.18.0 |
680 | 2025-03-03T07:52:43.776Z | Downloaded idna v0.4.0 |
681 | 2025-03-03T07:52:43.782Z | Downloaded rhai v1.20.0 |
682 | 2025-03-03T07:52:43.795Z | Downloaded serde_json v1.0.138 |
683 | 2025-03-03T07:52:43.802Z | Downloaded unicode-width v0.2.0 |
684 | 2025-03-03T07:52:43.807Z | Downloaded unicode-width v0.1.14 |
685 | 2025-03-03T07:52:43.811Z | Downloaded rustls v0.23.13 |
686 | 2025-03-03T07:52:43.822Z | Downloaded rustix v0.38.37 |
687 | 2025-03-03T07:52:43.846Z | Downloaded rustls v0.22.4 |
688 | 2025-03-03T07:52:43.859Z | Downloaded regress v0.10.1 |
689 | 2025-03-03T07:52:43.867Z | Downloaded regex-syntax v0.8.5 |
690 | 2025-03-03T07:52:43.873Z | Downloaded libc v0.2.169 |
691 | 2025-03-03T07:52:43.899Z | Downloaded regress v0.9.1 |
692 | 2025-03-03T07:52:43.907Z | Downloaded zerocopy v0.8.17 |
693 | 2025-03-03T07:52:43.930Z | Downloaded tokio v1.42.0 |
694 | 2025-03-03T07:52:43.968Z | Downloaded serde_with v3.12.0 |
695 | 2025-03-03T07:52:43.977Z | Downloaded openssl v0.10.66 |
696 | 2025-03-03T07:52:43.986Z | Downloaded sled v0.34.7 |
697 | 2025-03-03T07:52:43.996Z | Downloaded dropshot v0.12.0 |
698 | 2025-03-03T07:52:44.016Z | Downloaded http v1.2.0 |
699 | 2025-03-03T07:52:44.021Z | Downloaded time v0.3.36 |
700 | 2025-03-03T07:52:44.026Z | Downloaded memchr v2.7.4 |
701 | 2025-03-03T07:52:44.031Z | Downloaded serde v1.0.217 |
702 | 2025-03-03T07:52:44.035Z | Downloaded url v2.5.2 |
703 | 2025-03-03T07:52:44.038Z | Downloaded parking_lot v0.12.3 |
704 | 2025-03-03T07:52:44.041Z | Downloaded schemars v0.8.21 |
705 | 2025-03-03T07:52:44.051Z | Downloaded zerocopy-derive v0.6.6 |
706 | 2025-03-03T07:52:44.060Z | Downloaded typify-impl v0.3.0 |
707 | 2025-03-03T07:52:44.075Z | Downloaded regex-automata v0.4.9 |
708 | 2025-03-03T07:52:44.091Z | Downloaded socket2 v0.5.8 |
709 | 2025-03-03T07:52:44.095Z | Downloaded futures-executor v0.3.31 |
710 | 2025-03-03T07:52:44.098Z | Downloaded toml v0.8.19 |
711 | 2025-03-03T07:52:44.101Z | Downloaded petgraph v0.6.5 |
712 | 2025-03-03T07:52:44.115Z | Downloaded toml_edit v0.19.15 |
713 | 2025-03-03T07:52:44.131Z | Downloaded num-traits v0.2.19 |
714 | 2025-03-03T07:52:44.134Z | Downloaded getrandom v0.2.15 |
715 | 2025-03-03T07:52:44.138Z | Downloaded thiserror-impl v1.0.69 |
716 | 2025-03-03T07:52:44.138Z | Downloaded rand v0.8.5 |
717 | 2025-03-03T07:52:44.141Z | Downloaded prettyplease v0.2.29 |
718 | 2025-03-03T07:52:44.144Z | Downloaded tabwriter v1.4.0 |
719 | 2025-03-03T07:52:44.147Z | Downloaded lru-cache v0.1.2 |
720 | 2025-03-03T07:52:44.147Z | Downloaded parking_lot_core v0.8.6 |
721 | 2025-03-03T07:52:44.150Z | Downloaded httparse v1.9.4 |
722 | 2025-03-03T07:52:44.150Z | Downloaded swrite v0.1.0 |
723 | 2025-03-03T07:52:44.153Z | Downloaded subtle v2.6.1 |
724 | 2025-03-03T07:52:44.153Z | Downloaded strsim v0.11.1 |
725 | 2025-03-03T07:52:44.155Z | Downloaded encoding_rs v0.8.34 |
726 | 2025-03-03T07:52:44.174Z | Downloaded tokio-rustls v0.25.0 |
727 | 2025-03-03T07:52:44.177Z | Downloaded tokio-rustls v0.24.1 |
728 | 2025-03-03T07:52:44.180Z | Downloaded hyper-rustls v0.27.3 |
729 | 2025-03-03T07:52:44.180Z | Downloaded unsafe-libyaml v0.2.11 |
730 | 2025-03-03T07:52:44.183Z | Downloaded ucd-trie v0.1.6 |
731 | 2025-03-03T07:52:44.186Z | Downloaded futures-task v0.3.31 |
732 | 2025-03-03T07:52:44.186Z | Downloaded zeroize v1.8.1 |
733 | 2025-03-03T07:52:44.189Z | Downloaded slog-stdlog v4.1.1 |
734 | 2025-03-03T07:52:44.189Z | Downloaded bytes v1.10.0 |
735 | 2025-03-03T07:52:44.193Z | Downloaded multer v3.1.0 |
736 | 2025-03-03T07:52:44.196Z | Downloaded indent_write v2.2.0 |
737 | 2025-03-03T07:52:44.196Z | Downloaded hyper-tls v0.5.0 |
738 | 2025-03-03T07:52:44.199Z | Downloaded term v0.7.0 |
739 | 2025-03-03T07:52:44.202Z | Downloaded usdt-attr-macro v0.5.0 |
740 | 2025-03-03T07:52:44.202Z | Downloaded rustc_version v0.1.7 |
741 | 2025-03-03T07:52:44.202Z | Downloaded rand_core v0.6.4 |
742 | 2025-03-03T07:52:44.206Z | Downloaded structmeta-derive v0.3.0 |
743 | 2025-03-03T07:52:44.206Z | Downloaded structmeta v0.3.0 |
744 | 2025-03-03T07:52:44.206Z | Downloaded native-tls v0.2.12 |
745 | 2025-03-03T07:52:44.209Z | Downloaded owo-colors v4.1.0 |
746 | 2025-03-03T07:52:44.212Z | Downloaded iana-time-zone v0.1.61 |
747 | 2025-03-03T07:52:44.212Z | Downloaded serde_with_macros v3.12.0 |
748 | 2025-03-03T07:52:44.215Z | Downloaded heck v0.5.0 |
749 | 2025-03-03T07:52:44.215Z | Downloaded scroll v0.12.0 |
750 | 2025-03-03T07:52:44.218Z | Downloaded rustversion v1.0.17 |
751 | 2025-03-03T07:52:44.223Z | Downloaded once_cell v1.20.2 |
752 | 2025-03-03T07:52:44.223Z | Downloaded sct v0.7.1 |
753 | 2025-03-03T07:52:44.226Z | Downloaded rustls-pki-types v1.8.0 |
754 | 2025-03-03T07:52:44.230Z | Downloaded progenitor-macro v0.8.0 |
755 | 2025-03-03T07:52:44.230Z | Downloaded pin-project-lite v0.2.14 |
756 | 2025-03-03T07:52:44.233Z | Downloaded crossbeam-utils v0.8.20 |
757 | 2025-03-03T07:52:44.237Z | Downloaded daft-derive v0.1.1 |
758 | 2025-03-03T07:52:44.240Z | Downloaded crossbeam-epoch v0.9.18 |
759 | 2025-03-03T07:52:44.243Z | Downloaded quote v1.0.38 |
760 | 2025-03-03T07:52:44.246Z | Downloaded dropshot_endpoint v0.15.1 |
761 | 2025-03-03T07:52:44.249Z | Downloaded dropshot_endpoint v0.12.0 |
762 | 2025-03-03T07:52:44.252Z | Downloaded httpdate v1.0.3 |
763 | 2025-03-03T07:52:44.252Z | Downloaded embedded-io v0.6.1 |
764 | 2025-03-03T07:52:44.252Z | Downloaded camino-tempfile v1.1.1 |
765 | 2025-03-03T07:52:44.256Z | Downloaded derive-where v1.2.7 |
766 | 2025-03-03T07:52:44.260Z | Downloaded num_enum_derive v0.5.11 |
767 | 2025-03-03T07:52:44.260Z | Downloaded proc-macro-error2 v2.0.1 |
768 | 2025-03-03T07:52:44.263Z | Downloaded fastrand v2.1.1 |
769 | 2025-03-03T07:52:44.263Z | Downloaded cookie v0.18.1 |
770 | 2025-03-03T07:52:44.266Z | Downloaded camino v1.1.9 |
771 | 2025-03-03T07:52:44.269Z | Downloaded backoff v0.4.0 |
772 | 2025-03-03T07:52:44.269Z | Downloaded slab v0.4.9 |
773 | 2025-03-03T07:52:44.272Z | Downloaded shlex v1.3.0 |
774 | 2025-03-03T07:52:44.272Z | Downloaded daft v0.1.1 |
775 | 2025-03-03T07:52:44.272Z | Downloaded progenitor-macro v0.9.1 |
776 | 2025-03-03T07:52:44.275Z | Downloaded proc-macro-error-attr2 v2.0.0 |
777 | 2025-03-03T07:52:44.275Z | Downloaded either v1.13.0 |
778 | 2025-03-03T07:52:44.275Z | Downloaded crypto-common v0.1.6 |
779 | 2025-03-03T07:52:44.278Z | Downloaded byteorder v1.5.0 |
780 | 2025-03-03T07:52:44.278Z | Downloaded data-encoding v2.6.0 |
781 | 2025-03-03T07:52:44.278Z | Downloaded cfg-if v1.0.0 |
782 | 2025-03-03T07:52:44.281Z | Downloaded digest v0.10.7 |
783 | 2025-03-03T07:52:44.281Z | Downloaded ciborium-ll v0.2.2 |
784 | 2025-03-03T07:52:44.284Z | Downloaded embedded-io v0.4.0 |
785 | 2025-03-03T07:52:44.285Z | Downloaded dof v0.3.0 |
786 | 2025-03-03T07:52:44.289Z | Downloaded defmt-parser v0.3.4 |
787 | 2025-03-03T07:52:44.289Z | Downloaded crunchy v0.2.2 |
788 | 2025-03-03T07:52:44.289Z | Downloaded bytecount v0.6.8 |
789 | 2025-03-03T07:52:44.289Z | Downloaded autocfg v1.3.0 |
790 | 2025-03-03T07:52:44.292Z | Downloaded debug-ignore v1.0.5 |
791 | 2025-03-03T07:52:44.292Z | Downloaded float-ord v0.3.2 |
792 | 2025-03-03T07:52:44.295Z | Downloaded enum-as-inner v0.6.1 |
793 | 2025-03-03T07:52:44.295Z | Downloaded foreign-types-shared v0.1.1 |
794 | 2025-03-03T07:52:44.295Z | Downloaded dtrace-parser v0.2.0 |
795 | 2025-03-03T07:52:44.295Z | Downloaded crucible-workspace-hack v0.1.0 |
796 | 2025-03-03T07:52:44.298Z | Downloaded cfg_aliases v0.2.1 |
797 | 2025-03-03T07:52:44.298Z | Downloaded equivalent v1.0.1 |
798 | 2025-03-03T07:52:44.298Z | Downloaded proc-macro-error-attr v1.0.4 |
799 | 2025-03-03T07:52:44.298Z | Downloaded proc-macro-crate v1.3.1 |
800 | 2025-03-03T07:52:44.301Z | Downloaded pkg-config v0.3.31 |
801 | 2025-03-03T07:52:44.301Z | Downloaded cstr-argument v0.1.2 |
802 | 2025-03-03T07:52:44.304Z | Downloaded ciborium-io v0.2.2 |
803 | 2025-03-03T07:52:44.304Z | Downloaded cc v1.1.21 |
804 | 2025-03-03T07:52:44.308Z | Downloaded proc-macro-crate v3.2.0 |
805 | 2025-03-03T07:52:44.309Z | Downloaded powerfmt v0.2.0 |
806 | 2025-03-03T07:52:44.309Z | Downloaded pin-utils v0.1.0 |
807 | 2025-03-03T07:52:44.312Z | Downloaded anstyle v1.0.10 |
808 | 2025-03-03T07:52:44.312Z | Downloaded cobs v0.2.3 |
809 | 2025-03-03T07:52:44.312Z | Downloaded convert_case v0.4.0 |
810 | 2025-03-03T07:52:44.315Z | Downloaded const-random v0.1.18 |
811 | 2025-03-03T07:52:44.315Z | Downloaded colored v2.1.0 |
812 | 2025-03-03T07:52:44.320Z | Downloaded clap_lex v0.7.4 |
813 | 2025-03-03T07:52:44.320Z | Downloaded cpufeatures v0.2.14 |
814 | 2025-03-03T07:52:44.320Z | Downloaded clap_derive v4.5.18 |
815 | 2025-03-03T07:52:44.323Z | Downloaded ciborium v0.2.2 |
816 | 2025-03-03T07:52:44.323Z | Downloaded blake2 v0.10.6 |
817 | 2025-03-03T07:52:44.326Z | Downloaded bitflags v2.6.0 |
818 | 2025-03-03T07:52:44.484Z | Downloaded ring v0.17.8 |
819 | 2025-03-03T07:52:44.839Z | Compiling proc-macro2 v1.0.93 |
820 | 2025-03-03T07:52:44.839Z | Compiling unicode-ident v1.0.16 |
821 | 2025-03-03T07:52:44.842Z | Compiling libc v0.2.169 |
822 | 2025-03-03T07:52:44.842Z | Compiling serde v1.0.217 |
823 | 2025-03-03T07:52:44.842Z | Compiling autocfg v1.3.0 |
824 | 2025-03-03T07:52:44.842Z | Compiling version_check v0.9.5 |
825 | 2025-03-03T07:52:44.876Z | Compiling cfg-if v1.0.0 |
826 | 2025-03-03T07:52:45.017Z | Compiling memchr v2.7.4 |
827 | 2025-03-03T07:52:45.067Z | Compiling once_cell v1.20.2 |
828 | 2025-03-03T07:52:45.086Z | Compiling libm v0.2.8 |
829 | 2025-03-03T07:52:45.462Z | Compiling itoa v1.0.11 |
830 | 2025-03-03T07:52:45.485Z | Compiling getrandom v0.3.1 |
831 | 2025-03-03T07:52:45.660Z | Compiling lock_api v0.4.12 |
832 | 2025-03-03T07:52:45.678Z | Compiling parking_lot_core v0.9.10 |
833 | 2025-03-03T07:52:45.919Z | Compiling shlex v1.3.0 |
834 | 2025-03-03T07:52:46.137Z | Compiling schemars v0.8.21 |
835 | 2025-03-03T07:52:46.236Z | Compiling cc v1.1.21 |
836 | 2025-03-03T07:52:46.276Z | Compiling thiserror v1.0.69 |
837 | 2025-03-03T07:52:46.294Z | Compiling ryu v1.0.18 |
838 | 2025-03-03T07:52:46.559Z | Compiling serde_json v1.0.138 |
839 | 2025-03-03T07:52:46.594Z | Compiling slab v0.4.9 |
840 | 2025-03-03T07:52:46.875Z | Compiling quote v1.0.38 |
841 | 2025-03-03T07:52:46.894Z | Compiling portable-atomic v1.8.0 |
842 | 2025-03-03T07:52:46.994Z | Compiling heck v0.5.0 |
843 | 2025-03-03T07:52:47.014Z | Compiling byteorder v1.5.0 |
844 | 2025-03-03T07:52:47.114Z | Compiling num-traits v0.2.19 |
845 | 2025-03-03T07:52:47.404Z | Compiling syn v2.0.98 |
846 | 2025-03-03T07:52:47.498Z | Compiling log v0.4.22 |
847 | 2025-03-03T07:52:47.928Z | Compiling fnv v1.0.7 |
848 | 2025-03-03T07:52:48.059Z | Compiling pin-project-lite v0.2.14 |
849 | 2025-03-03T07:52:48.083Z | Compiling getrandom v0.2.15 |
850 | 2025-03-03T07:52:48.414Z | Compiling scopeguard v1.2.0 |
851 | 2025-03-03T07:52:48.769Z | Compiling ring v0.17.8 |
852 | 2025-03-03T07:52:49.148Z | Compiling hashbrown v0.15.2 |
853 | 2025-03-03T07:52:49.196Z | Compiling equivalent v1.0.1 |
854 | 2025-03-03T07:52:49.366Z | Compiling socket2 v0.5.8 |
855 | 2025-03-03T07:52:49.712Z | Compiling signal-hook-registry v1.4.2 |
856 | 2025-03-03T07:52:49.871Z | Compiling mio v1.0.2 |
857 | 2025-03-03T07:52:50.360Z | Compiling iana-time-zone v0.1.61 |
858 | 2025-03-03T07:52:50.409Z | Compiling httparse v1.9.4 |
859 | 2025-03-03T07:52:50.434Z | Compiling semver v1.0.25 |
860 | 2025-03-03T07:52:50.989Z | Compiling pkg-config v0.3.31 |
861 | 2025-03-03T07:52:51.070Z | Compiling vcpkg v0.2.15 |
862 | 2025-03-03T07:52:51.107Z | Compiling dyn-clone v1.0.17 |
863 | 2025-03-03T07:52:51.380Z | Compiling futures-core v0.3.31 |
864 | 2025-03-03T07:52:51.482Z | Compiling ahash v0.8.11 |
865 | 2025-03-03T07:52:51.578Z | Compiling bitflags v2.6.0 |
866 | 2025-03-03T07:52:51.698Z | Compiling futures-sink v0.3.31 |
867 | 2025-03-03T07:52:51.745Z | Compiling allocator-api2 v0.2.18 |
868 | 2025-03-03T07:52:51.923Z | Compiling aho-corasick v1.1.3 |
869 | 2025-03-03T07:52:51.974Z | Compiling regex-syntax v0.8.5 |
870 | 2025-03-03T07:52:52.016Z | Compiling openssl v0.10.66 |
871 | 2025-03-03T07:52:52.330Z | Compiling futures-channel v0.3.31 |
872 | 2025-03-03T07:52:52.365Z | Compiling openssl-sys v0.9.103 |
873 | 2025-03-03T07:52:52.370Z | Compiling rustls v0.23.13 |
874 | 2025-03-03T07:52:52.451Z | Compiling futures-task v0.3.31 |
875 | 2025-03-03T07:52:52.498Z | Compiling native-tls v0.2.12 |
876 | 2025-03-03T07:52:52.728Z | Compiling futures-io v0.3.31 |
877 | 2025-03-03T07:52:52.754Z | Compiling pin-utils v0.1.0 |
878 | 2025-03-03T07:52:52.859Z | Compiling thiserror v2.0.11 |
879 | 2025-03-03T07:52:53.071Z | Compiling typenum v1.17.0 |
880 | 2025-03-03T07:52:53.096Z | Compiling tracing-core v0.1.32 |
881 | 2025-03-03T07:52:53.460Z | Compiling generic-array v0.14.7 |
882 | 2025-03-03T07:52:53.763Z | Compiling ucd-trie v0.1.6 |
883 | 2025-03-03T07:52:54.051Z | Compiling serde_derive_internals v0.29.1 |
884 | 2025-03-03T07:52:54.207Z | Compiling strsim v0.11.1 |
885 | 2025-03-03T07:52:54.263Z | Compiling subtle v2.6.1 |
886 | 2025-03-03T07:52:54.565Z | Compiling crunchy v0.2.2 |
887 | 2025-03-03T07:52:55.187Z | Compiling ident_case v1.0.1 |
888 | 2025-03-03T07:52:55.383Z | Compiling num-conv v0.1.0 |
889 | 2025-03-03T07:52:55.654Z | Compiling regex-automata v0.4.9 |
890 | 2025-03-03T07:52:55.913Z | Compiling anyhow v1.0.94 |
891 | 2025-03-03T07:52:56.510Z | Compiling slog v2.7.0 |
892 | 2025-03-03T07:52:57.047Z | Compiling time-core v0.1.2 |
893 | 2025-03-03T07:52:57.231Z | Compiling tiny-keccak v2.0.2 |
894 | 2025-03-03T07:52:57.261Z | Compiling time-macros v0.2.18 |
895 | 2025-03-03T07:52:57.415Z | Compiling darling_core v0.20.10 |
896 | 2025-03-03T07:52:57.731Z | Compiling usdt-impl v0.5.0 |
897 | 2025-03-03T07:52:58.057Z | Compiling serde_derive v1.0.217 |
898 | 2025-03-03T07:52:58.157Z | Compiling zerocopy-derive v0.7.35 |
899 | 2025-03-03T07:52:58.859Z | Compiling tokio-macros v2.4.0 |
900 | 2025-03-03T07:53:00.047Z | Compiling schemars_derive v0.8.21 |
901 | 2025-03-03T07:53:00.134Z | Compiling thiserror-impl v1.0.69 |
902 | 2025-03-03T07:53:00.360Z | Compiling zerocopy v0.7.35 |
903 | 2025-03-03T07:53:01.680Z | Compiling futures-macro v0.3.31 |
904 | 2025-03-03T07:53:02.806Z | Compiling regex v1.11.1 |
905 | 2025-03-03T07:53:02.982Z | Compiling hashbrown v0.14.5 |
906 | 2025-03-03T07:53:03.063Z | Compiling openssl-macros v0.1.1 |
907 | 2025-03-03T07:53:03.556Z | Compiling futures-util v0.3.31 |
908 | 2025-03-03T07:53:03.592Z | Compiling tracing-attributes v0.1.27 |
909 | 2025-03-03T07:53:03.705Z | Compiling thiserror-impl v2.0.11 |
910 | 2025-03-03T07:53:03.951Z | Compiling scroll_derive v0.12.0 |
911 | 2025-03-03T07:53:04.178Z | Compiling regress v0.10.1 |
912 | 2025-03-03T07:53:05.329Z | Compiling pest v2.7.13 |
913 | 2025-03-03T07:53:06.558Z | Compiling tracing v0.1.40 |
914 | 2025-03-03T07:53:06.585Z | Compiling rustls-pki-types v1.8.0 |
915 | 2025-03-03T07:53:07.206Z | Compiling spin v0.9.8 |
916 | 2025-03-03T07:53:07.493Z | Compiling syn v1.0.109 |
917 | 2025-03-03T07:53:07.831Z | Compiling scroll v0.12.0 |
918 | 2025-03-03T07:53:08.070Z | Compiling pest_meta v2.7.13 |
919 | 2025-03-03T07:53:08.266Z | Compiling darling_macro v0.20.10 |
920 | 2025-03-03T07:53:08.819Z | Compiling untrusted v0.9.0 |
921 | 2025-03-03T07:53:09.026Z | Compiling plain v0.2.3 |
922 | 2025-03-03T07:53:09.244Z | Compiling goblin v0.8.2 |
923 | 2025-03-03T07:53:09.291Z | Compiling darling v0.20.10 |
924 | 2025-03-03T07:53:09.419Z | Compiling pest_generator v2.7.13 |
925 | 2025-03-03T07:53:09.563Z | Compiling const-random-macro v0.1.16 |
926 | 2025-03-03T07:53:10.279Z | Compiling bytes v1.10.0 |
927 | 2025-03-03T07:53:11.535Z | Compiling smallvec v1.13.2 |
928 | 2025-03-03T07:53:11.580Z | Compiling indexmap v2.7.1 |
929 | 2025-03-03T07:53:12.612Z | Compiling parking_lot v0.12.3 |
930 | 2025-03-03T07:53:12.850Z | Compiling serde_tokenstream v0.2.2 |
931 | 2025-03-03T07:53:12.935Z | Compiling chrono v0.4.38 |
932 | 2025-03-03T07:53:12.976Z | Compiling uuid v1.13.1 |
933 | 2025-03-03T07:53:13.400Z | Compiling tokio v1.42.0 |
934 | 2025-03-03T07:53:16.777Z | Compiling http v1.2.0 |
935 | 2025-03-03T07:53:18.817Z | Compiling pest_derive v2.7.13 |
936 | 2025-03-03T07:53:19.269Z | Compiling openapiv3 v2.0.0 |
937 | 2025-03-03T07:53:20.589Z | Compiling tinyvec_macros v0.1.1 |
938 | 2025-03-03T07:53:20.851Z | Compiling percent-encoding v2.3.1 |
939 | 2025-03-03T07:53:21.208Z | Compiling atomic-waker v1.1.2 |
940 | 2025-03-03T07:53:21.352Z | Compiling pretty-hex v0.4.1 |
941 | 2025-03-03T07:53:21.436Z | Compiling form_urlencoded v1.2.1 |
942 | 2025-03-03T07:53:21.588Z | Compiling dof v0.3.0 |
943 | 2025-03-03T07:53:21.962Z | Compiling tinyvec v1.8.0 |
944 | 2025-03-03T07:53:23.048Z | Compiling dtrace-parser v0.2.0 |
945 | 2025-03-03T07:53:23.153Z | Compiling tokio-util v0.7.12 |
946 | 2025-03-03T07:53:23.228Z | Compiling http-body v1.0.1 |
947 | 2025-03-03T07:53:23.509Z | Compiling typify-impl v0.2.0 |
948 | 2025-03-03T07:53:23.601Z | Compiling rustls-webpki v0.102.8 |
949 | 2025-03-03T07:53:24.574Z | Compiling const-random v0.1.18 |
950 | 2025-03-03T07:53:24.964Z | Compiling thread-id v4.2.2 |
951 | 2025-03-03T07:53:25.101Z | Compiling try-lock v0.2.5 |
952 | 2025-03-03T07:53:25.104Z | Compiling zeroize v1.8.1 |
953 | 2025-03-03T07:53:25.290Z | Compiling want v0.3.1 |
954 | 2025-03-03T07:53:26.168Z | Compiling h2 v0.4.6 |
955 | 2025-03-03T07:53:26.245Z | Compiling unicode-normalization v0.1.24 |
956 | 2025-03-03T07:53:26.663Z | Compiling rand_core v0.6.4 |
957 | 2025-03-03T07:53:27.179Z | Compiling httpdate v1.0.3 |
958 | 2025-03-03T07:53:27.646Z | Compiling unsafe-libyaml v0.2.11 |
959 | 2025-03-03T07:53:27.982Z | Compiling unicode-bidi v0.3.15 |
960 | 2025-03-03T07:53:28.797Z | Compiling omicron-workspace-hack v0.1.0 |
961 | 2025-03-03T07:53:29.180Z | Compiling rustversion v1.0.17 |
962 | 2025-03-03T07:53:29.349Z | Compiling serde_yaml v0.9.34+deprecated |
963 | 2025-03-03T07:53:30.276Z | Compiling slog-async v2.8.0 |
964 | 2025-03-03T07:53:30.822Z | Compiling tower-service v0.3.3 |
965 | 2025-03-03T07:53:30.849Z | Compiling paste v1.0.15 |
966 | 2025-03-03T07:53:30.965Z | Compiling camino v1.1.9 |
967 | 2025-03-03T07:53:30.985Z | Compiling rustls v0.22.4 |
968 | 2025-03-03T07:53:31.367Z | Compiling foreign-types-shared v0.1.1 |
969 | 2025-03-03T07:53:31.495Z | Compiling foreign-types v0.3.2 |
970 | 2025-03-03T07:53:31.607Z | Compiling idna v0.5.0 |
971 | 2025-03-03T07:53:32.551Z | Compiling hyper v1.5.1 |
972 | 2025-03-03T07:53:32.781Z | Compiling usdt-macro v0.5.0 |
973 | 2025-03-03T07:53:32.910Z | Compiling usdt-attr-macro v0.5.0 |
974 | 2025-03-03T07:53:33.299Z | Compiling typify-macro v0.2.0 |
975 | 2025-03-03T07:53:34.581Z | Compiling ppv-lite86 v0.2.20 |
976 | 2025-03-03T07:53:35.417Z | Compiling newtype-uuid v1.2.1 |
977 | 2025-03-03T07:53:35.676Z | Compiling hyper-util v0.1.10 |
978 | 2025-03-03T07:53:35.791Z | Compiling rand_chacha v0.3.1 |
979 | 2025-03-03T07:53:36.789Z | Compiling typify v0.2.0 |
980 | 2025-03-03T07:53:36.939Z | Compiling url v2.5.2 |
981 | 2025-03-03T07:53:39.734Z | Compiling http-body-util v0.1.2 |
982 | 2025-03-03T07:53:40.285Z | Compiling ipnetwork v0.21.1 |
983 | 2025-03-03T07:53:40.427Z | Compiling async-trait v0.1.86 |
984 | 2025-03-03T07:53:42.913Z | Compiling multer v3.1.0 |
985 | 2025-03-03T07:53:42.935Z | Compiling encoding_rs v0.8.34 |
986 | 2025-03-03T07:53:43.861Z | Compiling openssl-probe v0.1.5 |
987 | 2025-03-03T07:53:43.880Z | Compiling ipnet v2.10.0 |
988 | 2025-03-03T07:53:46.200Z | Compiling mime v0.3.17 |
989 | 2025-03-03T07:53:46.222Z | Compiling base64 v0.22.1 |
990 | 2025-03-03T07:53:46.844Z | Compiling rustls-pemfile v2.1.3 |
991 | 2025-03-03T07:53:48.966Z | Compiling progenitor-impl v0.8.0 |
992 | 2025-03-03T07:53:49.302Z | Compiling rand v0.8.5 |
993 | 2025-03-03T07:53:50.395Z | Compiling serde_urlencoded v0.7.1 |
994 | 2025-03-03T07:53:51.069Z | Compiling crossbeam-utils v0.8.20 |
995 | 2025-03-03T07:53:51.213Z | Compiling powerfmt v0.2.0 |
996 | 2025-03-03T07:53:51.668Z | Compiling deranged v0.3.11 |
997 | 2025-03-03T07:53:53.399Z | Compiling tokio-native-tls v0.3.1 |
998 | 2025-03-03T07:53:54.535Z | Compiling toml_datetime v0.6.8 |
999 | 2025-03-03T07:53:54.810Z | Compiling progenitor-macro v0.8.0 |
1000 | 2025-03-03T07:53:54.962Z | Compiling tokio-rustls v0.26.0 |
1001 | 2025-03-03T07:53:55.479Z | Compiling webpki-roots v0.26.6 |
1002 | 2025-03-03T07:53:55.716Z | Compiling async-stream-impl v0.3.6 |
1003 | 2025-03-03T07:53:57.399Z | Compiling num_threads v0.1.7 |
1004 | 2025-03-03T07:53:57.670Z | Compiling time v0.3.36 |
1005 | 2025-03-03T07:54:00.427Z | Compiling hyper-rustls v0.27.3 |
1006 | 2025-03-03T07:54:01.602Z | Compiling hyper-tls v0.6.0 |
1007 | 2025-03-03T07:54:02.652Z | Compiling strum_macros v0.26.4 |
1008 | 2025-03-03T07:54:03.858Z | Compiling serde_with_macros v3.12.0 |
1009 | 2025-03-03T07:54:05.410Z | Compiling structmeta-derive v0.3.0 |
1010 | 2025-03-03T07:54:06.461Z | Compiling daft-derive v0.1.1 |
1011 | 2025-03-03T07:54:06.727Z | Compiling sync_wrapper v1.0.1 |
1012 | 2025-03-03T07:54:06.907Z | Compiling dropshot v0.15.1 |
1013 | 2025-03-03T07:54:07.311Z | Compiling winnow v0.6.18 |
1014 | 2025-03-03T07:54:07.979Z | Compiling structmeta v0.3.0 |
1015 | 2025-03-03T07:54:08.367Z | Compiling reqwest v0.12.9 |
1016 | 2025-03-03T07:54:11.705Z | Compiling crypto-common v0.1.6 |
1017 | 2025-03-03T07:54:11.962Z | Compiling block-buffer v0.10.4 |
1018 | 2025-03-03T07:54:12.499Z | Compiling oxnet v0.1.0 |
1019 | 2025-03-03T07:54:14.236Z | Compiling dirs-sys-next v0.1.2 |
1020 | 2025-03-03T07:54:15.637Z | Compiling rustix v0.38.37 |
1021 | 2025-03-03T07:54:15.701Z | Compiling match_cfg v0.1.0 |
1022 | 2025-03-03T07:54:15.838Z | Compiling hostname v0.3.1 |
1023 | 2025-03-03T07:54:15.990Z | Compiling dirs-next v2.0.0 |
1024 | 2025-03-03T07:54:16.377Z | Compiling digest v0.10.7 |
1025 | 2025-03-03T07:54:16.498Z | Compiling parse-display-derive v0.10.0 |
1026 | 2025-03-03T07:54:16.817Z | Compiling dropshot_endpoint v0.15.1 |
1027 | 2025-03-03T07:54:16.838Z | Compiling macaddr v1.0.1 |
1028 | 2025-03-03T07:54:17.458Z | Compiling futures-executor v0.3.31 |
1029 | 2025-03-03T07:54:18.409Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1030 | 2025-03-03T07:54:19.359Z | Compiling thread_local v1.1.8 |
1031 | 2025-03-03T07:54:20.004Z | Compiling errno v0.3.9 |
1032 | 2025-03-03T07:54:20.170Z | Compiling memmap v0.7.0 |
1033 | 2025-03-03T07:54:20.860Z | Compiling usdt v0.5.0 |
1034 | 2025-03-03T07:54:20.977Z | Compiling futures v0.3.31 |
1035 | 2025-03-03T07:54:21.013Z | Compiling term v0.7.0 |
1036 | 2025-03-03T07:54:21.105Z | Compiling crossbeam-channel v0.5.13 |
1037 | 2025-03-03T07:54:22.620Z | Compiling is-terminal v0.4.13 |
1038 | 2025-03-03T07:54:22.778Z | Compiling cpufeatures v0.2.14 |
1039 | 2025-03-03T07:54:22.897Z | Compiling take_mut v0.2.2 |
1040 | 2025-03-03T07:54:25.129Z | Compiling slog-term v2.9.1 |
1041 | 2025-03-03T07:54:25.290Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1042 | 2025-03-03T07:54:25.913Z | Compiling serde_spanned v0.6.7 |
1043 | 2025-03-03T07:54:26.399Z | Compiling instant v0.1.13 |
1044 | 2025-03-03T07:54:26.462Z | Compiling debug-ignore v1.0.5 |
1045 | 2025-03-03T07:54:26.636Z | Compiling toml_edit v0.22.21 |
1046 | 2025-03-03T07:54:27.848Z | Compiling progenitor-client v0.8.0 |
1047 | 2025-03-03T07:54:28.728Z | Compiling slog-json v2.6.1 |
1048 | 2025-03-03T07:54:29.695Z | Compiling slog-bunyan v2.5.0 |
1049 | 2025-03-03T07:54:29.950Z | Compiling progenitor v0.8.0 |
1050 | 2025-03-03T07:54:30.141Z | Compiling sha1 v0.10.6 |
1051 | 2025-03-03T07:54:31.006Z | Compiling toml v0.8.19 |
1052 | 2025-03-03T07:54:32.205Z | Compiling tokio-rustls v0.25.0 |
1053 | 2025-03-03T07:54:32.667Z | Compiling progenitor-client v0.9.1 |
1054 | 2025-03-03T07:54:33.549Z | Compiling strum v0.26.3 |
1055 | 2025-03-03T07:54:33.784Z | Compiling serde_with v3.12.0 |
1056 | 2025-03-03T07:54:36.368Z | Compiling async-stream v0.3.6 |
1057 | 2025-03-03T07:54:36.702Z | Compiling waitgroup v0.1.2 |
1058 | 2025-03-03T07:54:36.962Z | Compiling serde_path_to_error v0.1.16 |
1059 | 2025-03-03T07:54:37.210Z | Compiling clap_derive v4.5.18 |
1060 | 2025-03-03T07:54:37.965Z | Compiling hostname v0.4.0 |
1061 | 2025-03-03T07:54:38.254Z | Compiling utf8parse v0.2.2 |
1062 | 2025-03-03T07:54:38.449Z | Compiling lazy_static v1.5.0 |
1063 | 2025-03-03T07:54:38.639Z | Compiling anstyle-parse v0.2.5 |
1064 | 2025-03-03T07:54:39.086Z | Compiling daft v0.1.1 |
1065 | 2025-03-03T07:54:40.977Z | Compiling hex v0.4.3 |
1066 | 2025-03-03T07:54:41.546Z | Compiling heapless v0.8.0 |
1067 | 2025-03-03T07:54:41.684Z | Compiling is_terminal_polyfill v1.70.1 |
1068 | 2025-03-03T07:54:41.846Z | Compiling unicode-width v0.1.14 |
1069 | 2025-03-03T07:54:42.024Z | Compiling colorchoice v1.0.2 |
1070 | 2025-03-03T07:54:42.147Z | Compiling anstyle v1.0.10 |
1071 | 2025-03-03T07:54:42.227Z | Compiling anstyle-query v1.1.1 |
1072 | 2025-03-03T07:54:42.512Z | Compiling anstream v0.6.15 |
1073 | 2025-03-03T07:54:43.049Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1074 | 2025-03-03T07:54:44.144Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1075 | 2025-03-03T07:54:44.855Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
1076 | 2025-03-03T07:54:45.421Z | Compiling backoff v0.4.0 |
1077 | 2025-03-03T07:54:45.828Z | Compiling terminal_size v0.4.0 |
1078 | 2025-03-03T07:54:46.093Z | Compiling parse-display v0.10.0 |
1079 | 2025-03-03T07:54:47.792Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1080 | 2025-03-03T07:54:48.043Z | Compiling regress v0.9.1 |
1081 | 2025-03-03T07:54:48.082Z | Compiling hash32 v0.3.1 |
1082 | 2025-03-03T07:54:50.199Z | Compiling clap_lex v0.7.4 |
1083 | 2025-03-03T07:54:50.672Z | Compiling stable_deref_trait v1.2.0 |
1084 | 2025-03-03T07:54:50.935Z | Compiling smoltcp v0.11.0 |
1085 | 2025-03-03T07:54:51.638Z | Compiling clap_builder v4.5.23 |
1086 | 2025-03-03T07:54:52.669Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1087 | 2025-03-03T07:55:02.749Z | Compiling winnow v0.5.40 |
1088 | 2025-03-03T07:55:02.768Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1089 | 2025-03-03T07:55:03.690Z | Compiling cobs v0.2.3 |
1090 | 2025-03-03T07:55:04.184Z | Compiling bitflags v1.3.2 |
1091 | 2025-03-03T07:55:04.995Z | Compiling managed v0.8.0 |
1092 | 2025-03-03T07:55:06.213Z | Compiling toml_edit v0.19.15 |
1093 | 2025-03-03T07:55:06.244Z | Compiling postcard v1.0.10 |
1094 | 2025-03-03T07:55:07.364Z | Compiling clap v4.5.23 |
1095 | 2025-03-03T07:55:08.369Z | Compiling zerocopy v0.8.17 |
1096 | 2025-03-03T07:55:08.805Z | Compiling either v1.13.0 |
1097 | 2025-03-03T07:55:09.248Z | Compiling itertools v0.13.0 |
1098 | 2025-03-03T07:55:09.708Z | Compiling proc-macro-crate v1.3.1 |
1099 | 2025-03-03T07:55:12.774Z | Compiling zerocopy-derive v0.8.17 |
1100 | 2025-03-03T07:55:13.538Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1101 | 2025-03-03T07:55:14.017Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1102 | 2025-03-03T07:55:14.418Z | Compiling num_enum_derive v0.5.11 |
1103 | 2025-03-03T07:55:16.633Z | Compiling tabwriter v1.4.0 |
1104 | 2025-03-03T07:55:16.738Z | Compiling typify-impl v0.3.0 |
1105 | 2025-03-03T07:55:17.442Z | Compiling foreign-types-macros v0.2.3 |
1106 | 2025-03-03T07:55:18.071Z | Compiling num-integer v0.1.46 |
1107 | 2025-03-03T07:55:19.157Z | Compiling foreign-types-shared v0.3.1 |
1108 | 2025-03-03T07:55:19.218Z | Compiling num_enum v0.5.11 |
1109 | 2025-03-03T07:55:19.314Z | Compiling foreign-types v0.5.0 |
1110 | 2025-03-03T07:55:19.914Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1111 | 2025-03-03T07:55:20.167Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1112 | 2025-03-03T07:55:20.671Z | Compiling cstr-argument v0.1.2 |
1113 | 2025-03-03T07:55:20.846Z | Compiling proc-macro-error-attr v1.0.4 |
1114 | 2025-03-03T07:55:21.064Z | Compiling pretty-hex v0.2.1 |
1115 | 2025-03-03T07:55:21.238Z | Compiling heck v0.4.1 |
1116 | 2025-03-03T07:55:21.304Z | Compiling prettyplease v0.2.29 |
1117 | 2025-03-03T07:55:21.681Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1118 | 2025-03-03T07:55:21.751Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1119 | 2025-03-03T07:55:22.083Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1120 | 2025-03-03T07:55:22.142Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1121 | 2025-03-03T07:55:23.719Z | Compiling num-rational v0.4.2 |
1122 | 2025-03-03T07:55:24.514Z | Compiling num-iter v0.1.45 |
1123 | 2025-03-03T07:55:24.892Z | Compiling colored v2.1.0 |
1124 | 2025-03-03T07:55:25.333Z | Compiling hubpack_derive v0.1.1 |
1125 | 2025-03-03T07:55:26.027Z | Compiling num-complex v0.4.6 |
1126 | 2025-03-03T07:55:26.466Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1127 | 2025-03-03T07:55:26.484Z | Compiling typify-macro v0.3.0 |
1128 | 2025-03-03T07:55:26.525Z | Compiling proc-macro-error v1.0.4 |
1129 | 2025-03-03T07:55:26.711Z | Compiling fastrand v2.1.1 |
1130 | 2025-03-03T07:55:26.866Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1131 | 2025-03-03T07:55:26.948Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1132 | 2025-03-03T07:55:27.367Z | Compiling tempfile v3.12.0 |
1133 | 2025-03-03T07:55:28.192Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1134 | 2025-03-03T07:55:28.375Z | Compiling num v0.4.3 |
1135 | 2025-03-03T07:55:29.134Z | Compiling hubpack v0.1.2 |
1136 | 2025-03-03T07:55:30.868Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1137 | 2025-03-03T07:55:31.266Z | Compiling float-ord v0.3.2 |
1138 | 2025-03-03T07:55:31.395Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1139 | 2025-03-03T07:55:31.532Z | Compiling crucible-workspace-hack v0.1.0 |
1140 | 2025-03-03T07:55:31.818Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1141 | 2025-03-03T07:55:32.281Z | Compiling typify v0.3.0 |
1142 | 2025-03-03T07:55:34.781Z | Compiling semver v0.1.20 |
1143 | 2025-03-03T07:55:35.293Z | Compiling static_assertions v1.1.0 |
1144 | 2025-03-03T07:55:36.473Z | Compiling rustc_version v0.1.7 |
1145 | 2025-03-03T07:55:36.953Z | Compiling zone_cfg_derive v0.3.0 |
1146 | 2025-03-03T07:55:38.415Z | Compiling progenitor-impl v0.9.1 |
1147 | 2025-03-03T07:55:38.835Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1148 | 2025-03-03T07:55:41.541Z | Compiling camino-tempfile v1.1.1 |
1149 | 2025-03-03T07:55:41.716Z | Compiling itertools v0.10.5 |
1150 | 2025-03-03T07:55:42.312Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1151 | 2025-03-03T07:55:42.824Z | Compiling num-derive v0.4.2 |
1152 | 2025-03-03T07:55:44.243Z | Compiling sigpipe v0.1.3 |
1153 | 2025-03-03T07:55:44.580Z | Compiling base64ct v1.6.0 |
1154 | 2025-03-03T07:55:44.679Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1155 | 2025-03-03T07:55:45.108Z | Compiling password-hash v0.5.0 |
1156 | 2025-03-03T07:55:45.198Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1157 | 2025-03-03T07:55:45.252Z | Compiling zone v0.3.0 |
1158 | 2025-03-03T07:55:45.720Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1159 | 2025-03-03T07:55:46.708Z | Compiling progenitor-macro v0.9.1 |
1160 | 2025-03-03T07:55:47.312Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
1161 | 2025-03-03T07:55:47.862Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
1162 | 2025-03-03T07:55:48.887Z | Compiling newtype_derive v0.1.6 |
1163 | 2025-03-03T07:55:49.341Z | Compiling blake2 v0.10.6 |
1164 | 2025-03-03T07:55:50.881Z | Compiling num-derive v0.3.3 |
1165 | 2025-03-03T07:55:51.907Z | Compiling smf v0.2.3 |
1166 | 2025-03-03T07:55:53.036Z | Compiling zerocopy-derive v0.6.6 |
1167 | 2025-03-03T07:55:54.304Z | Compiling derive-where v1.2.7 |
1168 | 2025-03-03T07:55:54.434Z | Compiling whoami v1.5.2 |
1169 | 2025-03-03T07:55:54.915Z | Compiling owo-colors v4.1.0 |
1170 | 2025-03-03T07:55:55.306Z | Compiling cancel-safe-futures v0.1.5 |
1171 | 2025-03-03T07:55:55.363Z | Compiling fixedbitset v0.4.2 |
1172 | 2025-03-03T07:55:55.696Z | Compiling unicode-segmentation v1.12.0 |
1173 | 2025-03-03T07:55:55.761Z | Compiling petgraph v0.6.5 |
1174 | 2025-03-03T07:55:56.199Z | Compiling zerocopy v0.6.6 |
1175 | 2025-03-03T07:55:56.824Z | Compiling newline-converter v0.3.0 |
1176 | 2025-03-03T07:55:57.001Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1177 | 2025-03-03T07:55:57.034Z | Compiling argon2 v0.5.3 |
1178 | 2025-03-03T07:55:57.259Z | Compiling progenitor v0.9.1 |
1179 | 2025-03-03T07:55:57.548Z | Compiling strum_macros v0.25.3 |
1180 | 2025-03-03T07:55:59.386Z | Compiling console v0.15.8 |
1181 | 2025-03-03T07:56:00.004Z | Compiling idna v0.4.0 |
1182 | 2025-03-03T07:56:00.024Z | Compiling serde-big-array v0.5.1 |
1183 | 2025-03-03T07:56:00.308Z | Compiling serde_repr v0.1.19 |
1184 | 2025-03-03T07:56:01.038Z | Compiling enum-as-inner v0.6.1 |
1185 | 2025-03-03T07:56:01.523Z | Compiling cookie v0.18.1 |
1186 | 2025-03-03T07:56:01.932Z | Compiling linked-hash-map v0.5.6 |
1187 | 2025-03-03T07:56:02.140Z | Compiling convert_case v0.4.0 |
1188 | 2025-03-03T07:56:02.303Z | Compiling similar v2.6.0 |
1189 | 2025-03-03T07:56:02.349Z | Compiling quick-error v1.2.3 |
1190 | 2025-03-03T07:56:02.526Z | Compiling data-encoding v2.6.0 |
1191 | 2025-03-03T07:56:02.808Z | Compiling derive_more v0.99.18 |
1192 | 2025-03-03T07:56:03.873Z | Compiling expectorate v1.1.0 |
1193 | 2025-03-03T07:56:04.163Z | Compiling hickory-proto v0.24.1 |
1194 | 2025-03-03T07:56:08.564Z | Compiling resolv-conf v0.7.0 |
1195 | 2025-03-03T07:56:08.881Z | Compiling lru-cache v0.1.2 |
1196 | 2025-03-03T07:56:09.215Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1197 | 2025-03-03T07:56:09.346Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1198 | 2025-03-03T07:56:10.124Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1199 | 2025-03-03T07:56:16.419Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1200 | 2025-03-03T07:56:18.165Z | Compiling atomicwrites v0.4.4 |
1201 | 2025-03-03T07:56:18.681Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1202 | 2025-03-03T07:56:19.678Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1203 | 2025-03-03T07:56:19.820Z | Compiling libsw v3.3.1 |
1204 | 2025-03-03T07:56:20.169Z | Compiling proc-macro-error-attr2 v2.0.0 |
1205 | 2025-03-03T07:56:20.819Z | Compiling memoffset v0.9.1 |
1206 | 2025-03-03T07:56:21.013Z | Compiling indent_write v2.2.0 |
1207 | 2025-03-03T07:56:21.248Z | Compiling highway v1.2.0 |
1208 | 2025-03-03T07:56:21.270Z | Compiling cfg_aliases v0.2.1 |
1209 | 2025-03-03T07:56:21.390Z | Compiling linear-map v1.2.0 |
1210 | 2025-03-03T07:56:21.839Z | Compiling swrite v0.1.0 |
1211 | 2025-03-03T07:56:22.010Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1212 | 2025-03-03T07:56:22.092Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1213 | 2025-03-03T07:56:22.689Z | Compiling nix v0.29.0 |
1214 | 2025-03-03T07:56:23.454Z | Compiling proc-macro-error2 v2.0.1 |
1215 | 2025-03-03T07:56:23.651Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1216 | 2025-03-03T07:56:24.031Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1217 | 2025-03-03T07:56:24.055Z | Compiling steno v0.4.1 |
1218 | 2025-03-03T07:56:25.451Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1219 | 2025-03-03T07:56:25.642Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1220 | 2025-03-03T07:56:29.313Z | Compiling hickory-resolver v0.24.3 |
1221 | 2025-03-03T07:56:30.243Z | Compiling tokio-stream v0.1.17 |
1222 | 2025-03-03T07:56:31.413Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1223 | 2025-03-03T07:56:31.831Z | Compiling slog-dtrace v0.3.0 |
1224 | 2025-03-03T07:56:32.253Z | Compiling ipnetwork v0.20.0 |
1225 | 2025-03-03T07:56:32.819Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1226 | 2025-03-03T07:56:33.004Z | Compiling humantime v2.1.0 |
1227 | 2025-03-03T07:56:33.269Z | Compiling bytecount v0.6.8 |
1228 | 2025-03-03T07:56:33.631Z | Compiling parking_lot_core v0.8.6 |
1229 | 2025-03-03T07:56:33.852Z | Compiling unicode-width v0.2.0 |
1230 | 2025-03-03T07:56:34.202Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1231 | 2025-03-03T07:56:34.475Z | Compiling papergrid v0.14.0 |
1232 | 2025-03-03T07:56:36.382Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1233 | 2025-03-03T07:56:37.510Z | Compiling qorb v0.2.1 |
1234 | 2025-03-03T07:56:38.875Z | Compiling tabled_derive v0.10.0 |
1235 | 2025-03-03T07:56:39.148Z | Compiling libscf-sys v1.1.0 |
1236 | 2025-03-03T07:56:39.383Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1237 | 2025-03-03T07:56:39.608Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1238 | 2025-03-03T07:56:40.609Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1239 | 2025-03-03T07:56:41.022Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f4eae3d8) |
1240 | 2025-03-03T07:56:41.352Z | Compiling tabled v0.18.0 |
1241 | 2025-03-03T07:56:41.420Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
1242 | 2025-03-03T07:56:42.846Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1243 | 2025-03-03T07:56:44.507Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1244 | 2025-03-03T07:56:49.533Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1245 | 2025-03-03T07:56:49.552Z | Compiling itertools v0.14.0 |
1246 | 2025-03-03T07:56:49.778Z | Compiling dropshot v0.12.0 |
1247 | 2025-03-03T07:56:50.141Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1248 | 2025-03-03T07:56:50.260Z | Compiling parking_lot v0.11.2 |
1249 | 2025-03-03T07:56:51.633Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#b1556024) |
1250 | 2025-03-03T07:56:52.226Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1251 | 2025-03-03T07:56:55.329Z | Compiling crossbeam-epoch v0.9.18 |
1252 | 2025-03-03T07:56:56.180Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1253 | 2025-03-03T07:56:58.487Z | Compiling dropshot_endpoint v0.12.0 |
1254 | 2025-03-03T07:56:58.511Z | Compiling fxhash v0.2.1 |
1255 | 2025-03-03T07:56:58.590Z | Compiling crc32fast v1.4.2 |
1256 | 2025-03-03T07:56:58.760Z | Compiling crc8 v0.1.1 |
1257 | 2025-03-03T07:56:59.669Z | Compiling arc-swap v1.7.1 |
1258 | 2025-03-03T07:56:59.677Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#b1556024) |
1259 | 2025-03-03T07:56:59.688Z | Compiling slog-scope v4.4.0 |
1260 | 2025-03-03T07:57:00.439Z | Compiling sled v0.34.7 |
1261 | 2025-03-03T07:57:01.067Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1262 | 2025-03-03T07:57:02.164Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1263 | 2025-03-03T07:57:02.688Z | Compiling slog-stdlog v4.1.1 |
1264 | 2025-03-03T07:57:03.450Z | Compiling slog-envlogger v2.2.0 |
1265 | 2025-03-03T07:57:04.934Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1266 | 2025-03-03T07:57:11.149Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
1267 | 2025-03-03T07:57:15.578Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1268 | 2025-03-03T07:57:22.364Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1269 | 2025-03-03T07:57:51.725Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1270 | 2025-03-03T07:57:51.725Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1271 | 2025-03-03T07:57:58.825Z | Finished `release` profile [optimized] target(s) in 5m 34s |
1272 | 2025-03-03T07:57:59.130Z | + banner trio |
1273 | 2025-03-03T07:57:59.134Z | |
1274 | 2025-03-03T07:57:59.134Z | ##### ##### # #### |
1275 | 2025-03-03T07:57:59.134Z | # # # # # # |
1276 | 2025-03-03T07:57:59.134Z | # # # # # # |
1277 | 2025-03-03T07:57:59.134Z | # ##### # # # |
1278 | 2025-03-03T07:57:59.134Z | # # # # # # |
1279 | 2025-03-03T07:57:59.134Z | # # # # #### |
1280 | 2025-03-03T07:57:59.135Z | |
1281 | 2025-03-03T07:57:59.135Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1282 | 2025-03-03T07:57:59.617Z | Compiling libc v0.2.169 |
1283 | 2025-03-03T07:57:59.617Z | Compiling cfg-if v1.0.0 |
1284 | 2025-03-03T07:57:59.620Z | Compiling serde v1.0.217 |
1285 | 2025-03-03T07:57:59.621Z | Compiling once_cell v1.20.2 |
1286 | 2025-03-03T07:57:59.621Z | Compiling itoa v1.0.11 |
1287 | 2025-03-03T07:57:59.621Z | Compiling bytes v1.10.0 |
1288 | 2025-03-03T07:57:59.621Z | Compiling syn v2.0.98 |
1289 | 2025-03-03T07:57:59.621Z | Compiling num-traits v0.2.19 |
1290 | 2025-03-03T07:57:59.793Z | Compiling pin-project-lite v0.2.14 |
1291 | 2025-03-03T07:57:59.927Z | Compiling smallvec v1.13.2 |
1292 | 2025-03-03T07:57:59.937Z | Compiling memchr v2.7.4 |
1293 | 2025-03-03T07:58:00.060Z | Compiling schemars v0.8.21 |
1294 | 2025-03-03T07:58:00.077Z | Compiling scopeguard v1.2.0 |
1295 | 2025-03-03T07:58:00.251Z | Compiling lock_api v0.4.12 |
1296 | 2025-03-03T07:58:00.354Z | Compiling fnv v1.0.7 |
1297 | 2025-03-03T07:58:00.456Z | Compiling log v0.4.22 |
1298 | 2025-03-03T07:58:00.485Z | Compiling futures-core v0.3.31 |
1299 | 2025-03-03T07:58:00.741Z | Compiling zerocopy v0.7.35 |
1300 | 2025-03-03T07:58:00.917Z | Compiling hashbrown v0.15.2 |
1301 | 2025-03-03T07:58:00.926Z | Compiling ryu v1.0.18 |
1302 | 2025-03-03T07:58:01.112Z | Compiling parking_lot_core v0.9.10 |
1303 | 2025-03-03T07:58:01.405Z | Compiling mio v1.0.2 |
1304 | 2025-03-03T07:58:01.529Z | Compiling parking_lot v0.12.3 |
1305 | 2025-03-03T07:58:01.543Z | Compiling signal-hook-registry v1.4.2 |
1306 | 2025-03-03T07:58:01.787Z | Compiling socket2 v0.5.8 |
1307 | 2025-03-03T07:58:01.960Z | Compiling getrandom v0.2.15 |
1308 | 2025-03-03T07:58:02.314Z | Compiling equivalent v1.0.1 |
1309 | 2025-03-03T07:58:02.324Z | Compiling ahash v0.8.11 |
1310 | 2025-03-03T07:58:02.570Z | Compiling tracing-core v0.1.32 |
1311 | 2025-03-03T07:58:02.756Z | Compiling serde_json v1.0.138 |
1312 | 2025-03-03T07:58:02.777Z | Compiling hashbrown v0.14.5 |
1313 | 2025-03-03T07:58:03.037Z | Compiling uuid v1.13.1 |
1314 | 2025-03-03T07:58:03.078Z | Compiling byteorder v1.5.0 |
1315 | 2025-03-03T07:58:03.456Z | Compiling futures-sink v0.3.31 |
1316 | 2025-03-03T07:58:03.552Z | Compiling untrusted v0.9.0 |
1317 | 2025-03-03T07:58:03.637Z | Compiling spin v0.9.8 |
1318 | 2025-03-03T07:58:03.658Z | Compiling pin-utils v0.1.0 |
1319 | 2025-03-03T07:58:03.668Z | Compiling futures-task v0.3.31 |
1320 | 2025-03-03T07:58:03.761Z | Compiling slab v0.4.9 |
1321 | 2025-03-03T07:58:03.851Z | Compiling futures-util v0.3.31 |
1322 | 2025-03-03T07:58:03.869Z | Compiling ring v0.17.8 |
1323 | 2025-03-03T07:58:03.996Z | Compiling chrono v0.4.38 |
1324 | 2025-03-03T07:58:04.008Z | Compiling regress v0.10.1 |
1325 | 2025-03-03T07:58:04.063Z | Compiling try-lock v0.2.5 |
1326 | 2025-03-03T07:58:04.238Z | Compiling want v0.3.1 |
1327 | 2025-03-03T07:58:04.531Z | Compiling getrandom v0.3.1 |
1328 | 2025-03-03T07:58:04.809Z | Compiling httparse v1.9.4 |
1329 | 2025-03-03T07:58:04.897Z | Compiling futures-channel v0.3.31 |
1330 | 2025-03-03T07:58:05.357Z | Compiling tower-service v0.3.3 |
1331 | 2025-03-03T07:58:05.498Z | Compiling dyn-clone v1.0.17 |
1332 | 2025-03-03T07:58:05.777Z | Compiling foreign-types-shared v0.1.1 |
1333 | 2025-03-03T07:58:05.865Z | Compiling openssl-sys v0.9.103 |
1334 | 2025-03-03T07:58:05.907Z | Compiling foreign-types v0.3.2 |
1335 | 2025-03-03T07:58:06.049Z | Compiling serde_derive_internals v0.29.1 |
1336 | 2025-03-03T07:58:06.071Z | Compiling unicode-ident v1.0.16 |
1337 | 2025-03-03T07:58:06.284Z | Compiling bitflags v2.6.0 |
1338 | 2025-03-03T07:58:06.496Z | Compiling proc-macro2 v1.0.93 |
1339 | 2025-03-03T07:58:06.942Z | Compiling http v1.2.0 |
1340 | 2025-03-03T07:58:07.144Z | Compiling semver v1.0.25 |
1341 | 2025-03-03T07:58:07.675Z | Compiling openssl-probe v0.1.5 |
1342 | 2025-03-03T07:58:07.890Z | Compiling tinyvec_macros v0.1.1 |
1343 | 2025-03-03T07:58:07.996Z | Compiling allocator-api2 v0.2.18 |
1344 | 2025-03-03T07:58:08.208Z | Compiling tinyvec v1.8.0 |
1345 | 2025-03-03T07:58:08.476Z | Compiling quote v1.0.38 |
1346 | 2025-03-03T07:58:08.895Z | Compiling percent-encoding v2.3.1 |
1347 | 2025-03-03T07:58:09.400Z | Compiling form_urlencoded v1.2.1 |
1348 | 2025-03-03T07:58:09.920Z | Compiling unicode-normalization v0.1.24 |
1349 | 2025-03-03T07:58:10.110Z | Compiling serde_derive v1.0.217 |
1350 | 2025-03-03T07:58:10.574Z | Compiling thiserror-impl v1.0.69 |
1351 | 2025-03-03T07:58:11.238Z | Compiling schemars_derive v0.8.21 |
1352 | 2025-03-03T07:58:11.484Z | Compiling tokio-macros v2.4.0 |
1353 | 2025-03-03T07:58:11.508Z | Compiling tracing-attributes v0.1.27 |
1354 | 2025-03-03T07:58:11.544Z | Compiling zerocopy-derive v0.7.35 |
1355 | 2025-03-03T07:58:11.728Z | Compiling openssl-macros v0.1.1 |
1356 | 2025-03-03T07:58:12.608Z | Compiling openssl v0.10.66 |
1357 | 2025-03-03T07:58:12.971Z | Compiling tokio v1.42.0 |
1358 | 2025-03-03T07:58:13.279Z | Compiling thiserror v1.0.69 |
1359 | 2025-03-03T07:58:13.622Z | Compiling aho-corasick v1.1.3 |
1360 | 2025-03-03T07:58:14.098Z | Compiling http v0.2.12 |
1361 | 2025-03-03T07:58:14.418Z | Compiling tracing v0.1.40 |
1362 | 2025-03-03T07:58:15.103Z | Compiling unicode-bidi v0.3.15 |
1363 | 2025-03-03T07:58:18.054Z | Compiling heck v0.5.0 |
1364 | 2025-03-03T07:58:19.429Z | Compiling native-tls v0.2.12 |
1365 | 2025-03-03T07:58:20.040Z | Compiling rustls-pki-types v1.8.0 |
1366 | 2025-03-03T07:58:20.465Z | Compiling idna v0.5.0 |
1367 | 2025-03-03T07:58:21.225Z | Compiling regex-automata v0.4.9 |
1368 | 2025-03-03T07:58:22.862Z | Compiling indexmap v2.7.1 |
1369 | 2025-03-03T07:58:25.418Z | Compiling tokio-util v0.7.12 |
1370 | 2025-03-03T07:58:26.034Z | Compiling serde_tokenstream v0.2.2 |
1371 | 2025-03-03T07:58:26.709Z | Compiling tokio-native-tls v0.3.1 |
1372 | 2025-03-03T07:58:27.017Z | Compiling http-body v1.0.1 |
1373 | 2025-03-03T07:58:27.811Z | Compiling atomic-waker v1.1.2 |
1374 | 2025-03-03T07:58:28.018Z | Compiling regex-syntax v0.8.5 |
1375 | 2025-03-03T07:58:28.053Z | Compiling slog v2.7.0 |
1376 | 2025-03-03T07:58:28.082Z | Compiling h2 v0.4.6 |
1377 | 2025-03-03T07:58:28.709Z | Compiling typify-impl v0.2.0 |
1378 | 2025-03-03T07:58:30.461Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1379 | 2025-03-03T07:58:39.523Z | Compiling openapiv3 v2.0.0 |
1380 | 2025-03-03T07:58:40.318Z | Compiling regex v1.11.1 |
1381 | 2025-03-03T07:58:41.175Z | Compiling serde_urlencoded v0.7.1 |
1382 | 2025-03-03T07:58:41.683Z | Compiling url v2.5.2 |
1383 | 2025-03-03T07:58:41.740Z | Compiling encoding_rs v0.8.34 |
1384 | 2025-03-03T07:58:43.456Z | Compiling mime v0.3.17 |
1385 | 2025-03-03T07:58:43.582Z | Compiling rustls v0.21.12 |
1386 | 2025-03-03T07:58:43.960Z | Compiling ipnet v2.10.0 |
1387 | 2025-03-03T07:58:45.992Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1388 | 2025-03-03T07:58:46.969Z | Compiling typify-macro v0.2.0 |
1389 | 2025-03-03T07:58:47.308Z | Compiling hyper v1.5.1 |
1390 | 2025-03-03T07:58:48.714Z | Compiling h2 v0.3.26 |
1391 | 2025-03-03T07:58:48.728Z | Compiling rustls-webpki v0.102.8 |
1392 | 2025-03-03T07:58:49.455Z | Compiling http-body v0.4.6 |
1393 | 2025-03-03T07:58:49.959Z | Compiling sct v0.7.1 |
1394 | 2025-03-03T07:58:50.398Z | Compiling rustls-webpki v0.101.7 |
1395 | 2025-03-03T07:58:50.409Z | Compiling subtle v2.6.1 |
1396 | 2025-03-03T07:58:50.680Z | Compiling zeroize v1.8.1 |
1397 | 2025-03-03T07:58:51.049Z | Compiling toml_datetime v0.6.8 |
1398 | 2025-03-03T07:58:51.429Z | Compiling httpdate v1.0.3 |
1399 | 2025-03-03T07:58:52.236Z | Compiling toml_edit v0.19.15 |
1400 | 2025-03-03T07:58:53.258Z | Compiling rustls v0.23.13 |
1401 | 2025-03-03T07:58:54.375Z | Compiling hyper v0.14.30 |
1402 | 2025-03-03T07:58:56.011Z | Compiling serde_yaml v0.9.34+deprecated |
1403 | 2025-03-03T07:58:57.830Z | Compiling hyper-util v0.1.10 |
1404 | 2025-03-03T07:59:02.265Z | Compiling lazy_static v1.5.0 |
1405 | 2025-03-03T07:59:02.420Z | Compiling tokio-rustls v0.26.0 |
1406 | 2025-03-03T07:59:02.926Z | Compiling tokio-rustls v0.24.1 |
1407 | 2025-03-03T07:59:03.375Z | Compiling proc-macro-crate v1.3.1 |
1408 | 2025-03-03T07:59:03.800Z | Compiling http-body-util v0.1.2 |
1409 | 2025-03-03T07:59:04.131Z | Compiling webpki-roots v0.26.6 |
1410 | 2025-03-03T07:59:04.349Z | Compiling base64 v0.22.1 |
1411 | 2025-03-03T07:59:04.352Z | Compiling base64 v0.21.7 |
1412 | 2025-03-03T07:59:05.447Z | Compiling crossbeam-utils v0.8.20 |
1413 | 2025-03-03T07:59:05.473Z | Compiling rustls-pemfile v2.1.3 |
1414 | 2025-03-03T07:59:05.484Z | Compiling rustls-pemfile v1.0.4 |
1415 | 2025-03-03T07:59:05.527Z | Compiling hyper-rustls v0.27.3 |
1416 | 2025-03-03T07:59:06.254Z | Compiling hyper-tls v0.6.0 |
1417 | 2025-03-03T07:59:06.265Z | Compiling num_enum_derive v0.5.11 |
1418 | 2025-03-03T07:59:06.763Z | Compiling hyper-rustls v0.24.2 |
1419 | 2025-03-03T07:59:06.957Z | Compiling hyper-tls v0.5.0 |
1420 | 2025-03-03T07:59:07.020Z | Compiling typify v0.2.0 |
1421 | 2025-03-03T07:59:07.162Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1422 | 2025-03-03T07:59:08.487Z | Compiling ppv-lite86 v0.2.20 |
1423 | 2025-03-03T07:59:09.238Z | Compiling foreign-types-macros v0.2.3 |
1424 | 2025-03-03T07:59:09.324Z | Compiling rand_core v0.6.4 |
1425 | 2025-03-03T07:59:09.460Z | Compiling dirs-sys-next v0.1.2 |
1426 | 2025-03-03T07:59:09.796Z | Compiling sync_wrapper v1.0.1 |
1427 | 2025-03-03T07:59:09.969Z | Compiling webpki-roots v0.25.4 |
1428 | 2025-03-03T07:59:10.147Z | Compiling sync_wrapper v0.1.2 |
1429 | 2025-03-03T07:59:10.187Z | Compiling foreign-types-shared v0.3.1 |
1430 | 2025-03-03T07:59:10.284Z | Compiling powerfmt v0.2.0 |
1431 | 2025-03-03T07:59:10.323Z | Compiling reqwest v0.11.27 |
1432 | 2025-03-03T07:59:10.521Z | Compiling time-macros v0.2.18 |
1433 | 2025-03-03T07:59:10.525Z | Compiling foreign-types v0.5.0 |
1434 | 2025-03-03T07:59:10.647Z | Compiling deranged v0.3.11 |
1435 | 2025-03-03T07:59:10.770Z | Compiling reqwest v0.12.9 |
1436 | 2025-03-03T07:59:12.676Z | Compiling dirs-next v2.0.0 |
1437 | 2025-03-03T07:59:12.952Z | Compiling rand_chacha v0.3.1 |
1438 | 2025-03-03T07:59:13.366Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1439 | 2025-03-03T07:59:14.704Z | Compiling progenitor-impl v0.8.0 |
1440 | 2025-03-03T07:59:19.108Z | Compiling num_enum v0.5.11 |
1441 | 2025-03-03T07:59:20.512Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1442 | 2025-03-03T07:59:20.689Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1443 | 2025-03-03T07:59:20.880Z | Compiling oxnet v0.1.0 |
1444 | 2025-03-03T07:59:21.200Z | Compiling cstr-argument v0.1.2 |
1445 | 2025-03-03T07:59:21.336Z | Compiling thread_local v1.1.8 |
1446 | 2025-03-03T07:59:21.485Z | Compiling num-conv v0.1.0 |
1447 | 2025-03-03T07:59:21.746Z | Compiling either v1.13.0 |
1448 | 2025-03-03T07:59:22.076Z | Compiling time-core v0.1.2 |
1449 | 2025-03-03T07:59:22.221Z | Compiling arc-swap v1.7.1 |
1450 | 2025-03-03T07:59:22.289Z | Compiling pretty-hex v0.2.1 |
1451 | 2025-03-03T07:59:22.534Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1452 | 2025-03-03T07:59:22.908Z | Compiling slog-scope v4.4.0 |
1453 | 2025-03-03T07:59:22.923Z | Compiling time v0.3.36 |
1454 | 2025-03-03T07:59:23.752Z | Compiling itertools v0.12.1 |
1455 | 2025-03-03T07:59:25.626Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1456 | 2025-03-03T07:59:27.068Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1457 | 2025-03-03T07:59:27.268Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1458 | 2025-03-03T07:59:27.461Z | Compiling progenitor-macro v0.8.0 |
1459 | 2025-03-03T07:59:27.944Z | Compiling crossbeam-channel v0.5.13 |
1460 | 2025-03-03T07:59:29.528Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1461 | 2025-03-03T07:59:31.744Z | Compiling progenitor-client v0.8.0 |
1462 | 2025-03-03T07:59:32.666Z | Compiling rand v0.8.5 |
1463 | 2025-03-03T07:59:34.467Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1464 | 2025-03-03T07:59:35.379Z | Compiling term v0.7.0 |
1465 | 2025-03-03T07:59:39.813Z | Compiling anyhow v1.0.94 |
1466 | 2025-03-03T07:59:40.188Z | Compiling colored v2.1.0 |
1467 | 2025-03-03T07:59:41.286Z | Compiling is-terminal v0.4.13 |
1468 | 2025-03-03T07:59:41.355Z | Compiling take_mut v0.2.2 |
1469 | 2025-03-03T07:59:41.429Z | Compiling winnow v0.6.18 |
1470 | 2025-03-03T07:59:41.528Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1471 | 2025-03-03T07:59:41.955Z | Compiling slog-async v2.8.0 |
1472 | 2025-03-03T07:59:45.048Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
1473 | 2025-03-03T07:59:45.695Z | Compiling progenitor v0.8.0 |
1474 | 2025-03-03T07:59:45.880Z | Compiling slog-term v2.9.1 |
1475 | 2025-03-03T07:59:48.635Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1476 | 2025-03-03T07:59:48.820Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1477 | 2025-03-03T07:59:52.346Z | Compiling slog-stdlog v4.1.1 |
1478 | 2025-03-03T07:59:52.382Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
1479 | 2025-03-03T07:59:53.073Z | Compiling slog-envlogger v2.2.0 |
1480 | 2025-03-03T07:59:55.245Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1481 | 2025-03-03T08:00:09.133Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1482 | 2025-03-03T08:00:16.493Z | Finished `release` profile [optimized] target(s) in 2m 17s |
1483 | 2025-03-03T08:00:16.580Z | Running unittests src/lib.rs (target/release/deps/mg_tests-08b8ba7aeea589b5) |
1484 | 2025-03-03T08:00:16.630Z | |
1485 | 2025-03-03T08:00:16.630Z | running 1 test |
1486 | 2025-03-03T08:00:16.810Z | configure zone |
1487 | 2025-03-03T08:00:16.829Z | install zone |
1488 | 2025-03-03T08:01:16.617Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1489 | 2025-03-03T08:02:35.643Z | boot zone |
1490 | 2025-03-03T08:02:36.558Z | start zone s1 |
1491 | 2025-03-03T08:02:36.558Z | configure zone |
1492 | 2025-03-03T08:02:36.566Z | install zone |
1493 | 2025-03-03T08:04:57.164Z | boot zone |
1494 | 2025-03-03T08:04:58.115Z | start zone s2 |
1495 | 2025-03-03T08:04:58.115Z | configure zone |
1496 | 2025-03-03T08:04:58.123Z | install zone |
1497 | 2025-03-03T08:07:11.676Z | boot zone |
1498 | 2025-03-03T08:07:12.514Z | start zone t1 |
1499 | 2025-03-03T08:07:12.514Z | configure zone |
1500 | 2025-03-03T08:07:12.522Z | install zone |
1501 | 2025-03-03T08:09:27.490Z | boot zone |
1502 | 2025-03-03T08:09:28.349Z | waiting for zones to come up |
1503 | 2025-03-03T08:09:38.347Z | [sidecar.trio] svcs milestone/network |
1504 | 2025-03-03T08:09:38.381Z | STATE STIME FMRI |
1505 | 2025-03-03T08:09:38.381Z | online 0:02:54 svc:/milestone/network:default |
1506 | 2025-03-03T08:09:38.381Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1507 | 2025-03-03T08:09:38.428Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1508 | 2025-03-03T08:09:38.478Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1509 | 2025-03-03T08:09:38.522Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1510 | 2025-03-03T08:09:38.525Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1511 | 2025-03-03T08:09:38.546Z | |
1512 | 2025-03-03T08:09:38.546Z | running zone s1.trio setup |
1513 | 2025-03-03T08:09:38.546Z | [s1.trio] svcs milestone/network |
1514 | 2025-03-03T08:09:38.569Z | STATE STIME FMRI |
1515 | 2025-03-03T08:09:38.569Z | online 0:05:16 svc:/milestone/network:default |
1516 | 2025-03-03T08:09:38.569Z | [s1.trio] dladm |
1517 | 2025-03-03T08:09:38.590Z | LINK CLASS MTU STATE BRIDGE OVER |
1518 | 2025-03-03T08:09:38.590Z | sl0 simnet 9000 up -- ? |
1519 | 2025-03-03T08:09:38.590Z | mg2 vnic 9000 up -- ? |
1520 | 2025-03-03T08:09:38.590Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1521 | 2025-03-03T08:09:39.152Z | |
1522 | 2025-03-03T08:09:39.152Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1523 | 2025-03-03T08:09:39.175Z | |
1524 | 2025-03-03T08:09:39.175Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1525 | 2025-03-03T08:09:39.196Z | |
1526 | 2025-03-03T08:09:39.196Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1527 | 2025-03-03T08:09:39.301Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1528 | 2025-03-03T08:09:39.392Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7f3f1c7e-9e4c-4758-a0af-691ef795b9da --sled-uuid a8dd903a-ea5e-49db-85eb-df9055b153c6 -a sl0/v6 &> /opt/ddmd.log & |
1529 | 2025-03-03T08:09:39.413Z | |
1530 | 2025-03-03T08:09:39.413Z | running zone s2.trio setup |
1531 | 2025-03-03T08:09:39.413Z | [s2.trio] svcs milestone/network |
1532 | 2025-03-03T08:09:39.436Z | STATE STIME FMRI |
1533 | 2025-03-03T08:09:39.436Z | online 0:07:30 svc:/milestone/network:default |
1534 | 2025-03-03T08:09:39.436Z | [s2.trio] dladm |
1535 | 2025-03-03T08:09:39.459Z | LINK CLASS MTU STATE BRIDGE OVER |
1536 | 2025-03-03T08:09:39.459Z | sl1 simnet 9000 up -- ? |
1537 | 2025-03-03T08:09:39.460Z | mg3 vnic 9000 up -- ? |
1538 | 2025-03-03T08:09:39.460Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1539 | 2025-03-03T08:09:39.963Z | |
1540 | 2025-03-03T08:09:39.963Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1541 | 2025-03-03T08:09:39.987Z | |
1542 | 2025-03-03T08:09:39.987Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1543 | 2025-03-03T08:09:40.007Z | |
1544 | 2025-03-03T08:09:40.007Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1545 | 2025-03-03T08:09:40.060Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1546 | 2025-03-03T08:09:40.105Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 15dc6b1f-2528-4a30-8e67-872b3219bc38 --sled-uuid 81b70d28-ed8a-4e5e-8044-81305410abc3 -a sl1/v6 &> /opt/ddmd.log & |
1547 | 2025-03-03T08:09:40.125Z | |
1548 | 2025-03-03T08:09:40.125Z | running zone t1.trio setup |
1549 | 2025-03-03T08:09:40.125Z | [t1.trio] svcs milestone/network |
1550 | 2025-03-03T08:09:40.148Z | STATE STIME FMRI |
1551 | 2025-03-03T08:09:40.149Z | - - svc:/milestone/network:default |
1552 | 2025-03-03T08:09:41.148Z | [t1.trio] svcs milestone/network |
1553 | 2025-03-03T08:09:41.171Z | STATE STIME FMRI |
1554 | 2025-03-03T08:09:41.171Z | - - svc:/milestone/network:default |
1555 | 2025-03-03T08:09:42.170Z | [t1.trio] svcs milestone/network |
1556 | 2025-03-03T08:09:42.192Z | STATE STIME FMRI |
1557 | 2025-03-03T08:09:42.192Z | - - svc:/milestone/network:default |
1558 | 2025-03-03T08:09:43.192Z | [t1.trio] svcs milestone/network |
1559 | 2025-03-03T08:09:43.214Z | STATE STIME FMRI |
1560 | 2025-03-03T08:09:43.214Z | - - svc:/milestone/network:default |
1561 | 2025-03-03T08:09:44.214Z | [t1.trio] svcs milestone/network |
1562 | 2025-03-03T08:09:44.236Z | STATE STIME FMRI |
1563 | 2025-03-03T08:09:44.236Z | - - svc:/milestone/network:default |
1564 | 2025-03-03T08:09:45.236Z | [t1.trio] svcs milestone/network |
1565 | 2025-03-03T08:09:45.258Z | STATE STIME FMRI |
1566 | 2025-03-03T08:09:45.258Z | - - svc:/milestone/network:default |
1567 | 2025-03-03T08:09:46.258Z | [t1.trio] svcs milestone/network |
1568 | 2025-03-03T08:09:46.280Z | STATE STIME FMRI |
1569 | 2025-03-03T08:09:46.280Z | - - svc:/milestone/network:default |
1570 | 2025-03-03T08:09:47.280Z | [t1.trio] svcs milestone/network |
1571 | 2025-03-03T08:09:47.304Z | STATE STIME FMRI |
1572 | 2025-03-03T08:09:47.305Z | online 0:09:46 svc:/milestone/network:default |
1573 | 2025-03-03T08:09:47.305Z | [t1.trio] dladm |
1574 | 2025-03-03T08:09:47.325Z | LINK CLASS MTU STATE BRIDGE OVER |
1575 | 2025-03-03T08:09:47.325Z | tfportrear0_0 simnet 9000 up -- ? |
1576 | 2025-03-03T08:09:47.325Z | tfportrear1_0 simnet 9000 up -- ? |
1577 | 2025-03-03T08:09:47.325Z | mg1 vnic 9000 up -- ? |
1578 | 2025-03-03T08:09:47.325Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1579 | 2025-03-03T08:09:47.887Z | |
1580 | 2025-03-03T08:09:47.887Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1581 | 2025-03-03T08:09:47.911Z | |
1582 | 2025-03-03T08:09:47.911Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1583 | 2025-03-03T08:09:47.935Z | |
1584 | 2025-03-03T08:09:47.935Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1585 | 2025-03-03T08:09:47.957Z | |
1586 | 2025-03-03T08:09:47.957Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1587 | 2025-03-03T08:09:48.150Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1588 | 2025-03-03T08:09:48.155Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1589 | 2025-03-03T08:09:48.158Z | waiting 3s for copy of files to zone to complete ... |
1590 | 2025-03-03T08:09:51.157Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1591 | 2025-03-03T08:09:51.208Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1592 | 2025-03-03T08:09:51.252Z | [t1.trio] svcadm enable dendrite |
1593 | 2025-03-03T08:09:51.294Z | |
1594 | 2025-03-03T08:09:51.294Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1595 | 2025-03-03T08:09:51.338Z | |
1596 | 2025-03-03T08:09:51.338Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1597 | 2025-03-03T08:09:51.383Z | |
1598 | 2025-03-03T08:09:51.383Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1599 | 2025-03-03T08:09:51.425Z | |
1600 | 2025-03-03T08:09:51.425Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1601 | 2025-03-03T08:09:51.468Z | |
1602 | 2025-03-03T08:09:51.468Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1603 | 2025-03-03T08:09:51.509Z | |
1604 | 2025-03-03T08:09:51.509Z | [t1.trio] svcadm refresh dendrite:default |
1605 | 2025-03-03T08:09:51.545Z | |
1606 | 2025-03-03T08:09:51.545Z | [t1.trio] svcadm restart dendrite:default |
1607 | 2025-03-03T08:09:51.582Z | |
1608 | 2025-03-03T08:09:51.582Z | wait 10s for dendrite to come up ... |
1609 | 2025-03-03T08:10:01.580Z | [t1.trio] svcadm enable tfport |
1610 | 2025-03-03T08:10:01.619Z | |
1611 | 2025-03-03T08:10:01.619Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid cbba0bdc-9fde-4e73-90e0-cbfdcb26c4cc --sled-uuid d5b8cd7a-d9e3-40de-b601-4a9411a86d3a -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1612 | 2025-03-03T08:10:01.640Z | |
1613 | 2025-03-03T08:10:01.641Z | [t1.trio] ipadm |
1614 | 2025-03-03T08:10:01.665Z | ADDROBJ TYPE STATE ADDR |
1615 | 2025-03-03T08:10:01.665Z | lo0/v4 static ok 127.0.0.1/8 |
1616 | 2025-03-03T08:10:01.665Z | mg1/v4 static ok 10.0.0.3/24 |
1617 | 2025-03-03T08:10:01.665Z | lo0/v6 static ok ::1/128 |
1618 | 2025-03-03T08:10:01.665Z | lo0/u6 static ok fd00:3::1/64 |
1619 | 2025-03-03T08:10:01.665Z | tfportrear0_0/v6 addrconf ok fe80::24a8:28ff:fe78:dd14%tfportrear0_0/10 |
1620 | 2025-03-03T08:10:01.666Z | tfportrear1_0/v6 addrconf ok fe80::e081:1bff:fe1e:d481%tfportrear1_0/10 |
1621 | 2025-03-03T08:10:03.880Z | initial peering test passed |
1622 | 2025-03-03T08:10:04.882Z | advertise from one passed |
1623 | 2025-03-03T08:10:05.884Z | advertise from two passed |
1624 | 2025-03-03T08:10:05.884Z | [s1.trio] ping fd00:2::1 |
1625 | 2025-03-03T08:10:05.913Z | fd00:2::1 is alive |
1626 | 2025-03-03T08:10:05.913Z | [s2.trio] ping fd00:1::1 |
1627 | 2025-03-03T08:10:05.932Z | fd00:1::1 is alive |
1628 | 2025-03-03T08:10:05.933Z | connectivity test passed |
1629 | 2025-03-03T08:10:05.933Z | [t1.trio] pkill ddmd |
1630 | 2025-03-03T08:10:05.952Z | |
1631 | 2025-03-03T08:10:11.955Z | [t1.trio] svcadm enable dendrite |
1632 | 2025-03-03T08:10:11.996Z | |
1633 | 2025-03-03T08:10:11.996Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1634 | 2025-03-03T08:10:12.038Z | |
1635 | 2025-03-03T08:10:12.038Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1636 | 2025-03-03T08:10:12.080Z | |
1637 | 2025-03-03T08:10:12.080Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1638 | 2025-03-03T08:10:12.122Z | |
1639 | 2025-03-03T08:10:12.122Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1640 | 2025-03-03T08:10:12.163Z | |
1641 | 2025-03-03T08:10:12.163Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1642 | 2025-03-03T08:10:12.204Z | |
1643 | 2025-03-03T08:10:12.204Z | [t1.trio] svcadm refresh dendrite:default |
1644 | 2025-03-03T08:10:12.240Z | |
1645 | 2025-03-03T08:10:12.240Z | [t1.trio] svcadm restart dendrite:default |
1646 | 2025-03-03T08:10:12.277Z | |
1647 | 2025-03-03T08:10:12.277Z | wait 10s for dendrite to come up ... |
1648 | 2025-03-03T08:10:22.275Z | [t1.trio] svcadm enable tfport |
1649 | 2025-03-03T08:10:22.314Z | |
1650 | 2025-03-03T08:10:22.314Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f7d511ff-3acf-4b41-9834-151852878a7b --sled-uuid 3bdc1966-b381-4bb1-ab20-27afe12c7a1c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1651 | 2025-03-03T08:10:22.334Z | |
1652 | 2025-03-03T08:10:22.334Z | [t1.trio] ipadm |
1653 | 2025-03-03T08:10:22.357Z | ADDROBJ TYPE STATE ADDR |
1654 | 2025-03-03T08:10:22.357Z | lo0/v4 static ok 127.0.0.1/8 |
1655 | 2025-03-03T08:10:22.357Z | mg1/v4 static ok 10.0.0.3/24 |
1656 | 2025-03-03T08:10:22.357Z | lo0/v6 static ok ::1/128 |
1657 | 2025-03-03T08:10:22.357Z | lo0/u6 static ok fd00:3::1/64 |
1658 | 2025-03-03T08:10:22.357Z | tfportrear0_0/v6 addrconf ok fe80::24a8:28ff:fe78:dd14%tfportrear0_0/10 |
1659 | 2025-03-03T08:10:22.357Z | tfportrear1_0/v6 addrconf ok fe80::e081:1bff:fe1e:d481%tfportrear1_0/10 |
1660 | 2025-03-03T08:10:25.359Z | [s1.trio] ping fd00:2::1 |
1661 | 2025-03-03T08:10:25.381Z | fd00:2::1 is alive |
1662 | 2025-03-03T08:10:25.381Z | [s2.trio] ping fd00:1::1 |
1663 | 2025-03-03T08:10:25.401Z | fd00:1::1 is alive |
1664 | 2025-03-03T08:10:25.401Z | transit router restart passed |
1665 | 2025-03-03T08:10:25.401Z | [s1.trio] pkill ddmd |
1666 | 2025-03-03T08:10:25.420Z | |
1667 | 2025-03-03T08:10:30.423Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d9d19a5f-3de5-4150-b6ea-b31a1672a970 --sled-uuid 06ad11b7-fb6b-4f06-a29d-bce379a69e19 -a sl0/v6 &> /opt/ddmd.log & |
1668 | 2025-03-03T08:10:30.444Z | |
1669 | 2025-03-03T08:10:33.447Z | [s1.trio] ping fd00:2::1 |
1670 | 2025-03-03T08:10:33.469Z | fd00:2::1 is alive |
1671 | 2025-03-03T08:10:33.469Z | [s2.trio] ping fd00:1::1 |
1672 | 2025-03-03T08:10:33.489Z | fd00:1::1 is alive |
1673 | 2025-03-03T08:10:33.489Z | server router restart passed |
1674 | 2025-03-03T08:10:36.494Z | peer expiration recovery passed |
1675 | 2025-03-03T08:10:37.495Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1676 | 2025-03-03T08:10:37.521Z | 3 |
1677 | 2025-03-03T08:10:37.521Z | redundant advertise passed |
1678 | 2025-03-03T08:10:38.524Z | tunnel endpoint advertise passed |
1679 | 2025-03-03T08:10:43.524Z | redundant tunnel endpoint advertise passed |
1680 | 2025-03-03T08:10:43.524Z | [s1.trio] pkill ddmd |
1681 | 2025-03-03T08:10:43.545Z | |
1682 | 2025-03-03T08:10:48.544Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4b54bcec-3459-4653-848d-e777487910b6 --sled-uuid 24166e8e-6d44-4056-a2eb-d19e8c8ec1fe -a sl0/v6 &> /opt/ddmd.log & |
1683 | 2025-03-03T08:10:48.565Z | |
1684 | 2025-03-03T08:10:53.631Z | tunnel router restart passed |
1685 | 2025-03-03T08:10:54.633Z | tunnel endpoint withdraw passed |
1686 | 2025-03-03T08:10:54.649Z | [t1.trio] pkill ddmd |
1687 | 2025-03-03T08:10:54.677Z | |
1688 | 2025-03-03T08:10:54.677Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1689 | 2025-03-03T08:10:54.681Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1690 | 2025-03-03T08:10:57.187Z | [s2.trio] pkill ddmd |
1691 | 2025-03-03T08:10:57.208Z | |
1692 | 2025-03-03T08:10:57.208Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1693 | 2025-03-03T08:10:59.743Z | [s1.trio] pkill ddmd |
1694 | 2025-03-03T08:10:59.763Z | |
1695 | 2025-03-03T08:10:59.763Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1696 | 2025-03-03T08:11:02.278Z | [sidecar.trio] pkill softnpu |
1697 | 2025-03-03T08:11:02.298Z | |
1698 | 2025-03-03T08:11:02.298Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1699 | 2025-03-03T08:11:04.823Z | test ddm::test_trio_v3 ... ok |
1700 | 2025-03-03T08:11:04.823Z | |
1701 | 2025-03-03T08:11:04.823Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 648.34s |
1702 | 2025-03-03T08:11:04.823Z | |
1703 | 2025-03-03T08:11:04.852Z | + cleanup |
1704 | 2025-03-03T08:11:04.855Z | ++ id -un |
1705 | 2025-03-03T08:11:04.859Z | ++ id -gn |
1706 | 2025-03-03T08:11:04.862Z | + pfexec chown -R build:build . |
1707 | 2025-03-03T08:11:04.946Z | process exited: duration 1193928 ms, exit code 0 |
|
1708 | 2025-03-03T08:11:04.959Z | found 4 output files |
1709 | 2025-03-03T08:11:04.959Z | uploading: /work/s1.trio.log (4203 bytes) |
1710 | 2025-03-03T08:11:05.972Z | uploaded: /work/s1.trio.log |
1711 | 2025-03-03T08:11:05.972Z | uploading: /work/s2.trio.log (9462 bytes) |
1712 | 2025-03-03T08:11:06.986Z | uploaded: /work/s2.trio.log |
1713 | 2025-03-03T08:11:06.986Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1714 | 2025-03-03T08:11:07.997Z | uploaded: /work/sidecar.trio-softnpu.log |
1715 | 2025-03-03T08:11:07.997Z | uploading: /work/t1.trio.log (25769 bytes) |
1716 | 2025-03-03T08:11:09.009Z | uploaded: /work/t1.trio.log |