|
|
|
1 | 2024-11-26T08:00:02.425Z | job assigned to worker 01JDKQP2R6984HTX08XGHBJBZR [factory aws, i-050b32c03d6ce541f] (queued for 1 m 17 s) |
|
2 | 2024-11-26T08:00:10.467Z | starting task 0: "setup" |
3 | 2024-11-26T08:00:10.475Z | ++ uname -s |
4 | 2024-11-26T08:00:10.478Z | + kern=SunOS |
5 | 2024-11-26T08:00:10.478Z | + case "$kern" in |
6 | 2024-11-26T08:00:10.478Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:00:10.481Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:00:12.487Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:00:12.633Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:00:12.636Z | + home_fs=zfs |
11 | 2024-11-26T08:00:12.636Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:00:12.636Z | + mkdir -p /home/build |
13 | 2024-11-26T08:00:12.639Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:00:14.640Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:00:14.645Z | process exited: duration 4176 ms, exit code 0 |
|
16 | 2024-11-26T08:00:14.652Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:00:14.657Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:00:14.657Z | ' stable |
19 | 2024-11-26T08:00:14.657Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-26T08:00:14.658Z | ' default |
21 | 2024-11-26T08:00:14.658Z | * toolchain channel = "stable" |
22 | 2024-11-26T08:00:14.658Z | * toolchain profile = "default" |
23 | 2024-11-26T08:00:14.660Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:00:14.660Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:00:14.769Z | info: downloading installer |
26 | 2024-11-26T08:00:16.262Z | info: profile set to 'default' |
27 | 2024-11-26T08:00:16.262Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:00:16.265Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:00:16.417Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:00:16.420Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:00:17.270Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:00:17.596Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:00:18.800Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:00:20.721Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:00:27.590Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:00:27.840Z | info: installing component 'cargo' |
37 | 2024-11-26T08:00:28.634Z | info: installing component 'clippy' |
38 | 2024-11-26T08:00:28.998Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:00:30.692Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:00:32.450Z | info: installing component 'rustc' |
41 | 2024-11-26T08:00:38.261Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:00:38.577Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:00:38.577Z | |
44 | 2024-11-26T08:00:38.964Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:00:38.964Z | |
46 | 2024-11-26T08:00:38.968Z | |
47 | 2024-11-26T08:00:38.968Z | Rust is installed now. Great! |
48 | 2024-11-26T08:00:38.968Z | |
49 | 2024-11-26T08:00:38.968Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:00:38.968Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:00:38.968Z | |
52 | 2024-11-26T08:00:38.968Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:00:38.968Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:00:38.968Z | |
55 | 2024-11-26T08:00:38.968Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:00:38.968Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:00:38.968Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:00:39.038Z | + rustc --version |
59 | 2024-11-26T08:00:39.104Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:00:39.107Z | process exited: duration 24455 ms, exit code 0 |
|
61 | 2024-11-26T08:00:39.112Z | starting task 2: "authentication" |
62 | 2024-11-26T08:00:39.132Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T08:00:39.137Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:00:39.142Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:00:39.144Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:00:39.750Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:00:40.571Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:00:40.574Z | + git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
69 | 2024-11-26T08:00:40.805Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:00:40.805Z | * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD |
71 | 2024-11-26T08:00:40.813Z | + [[ -n renovate/hostname-0.x ]] |
72 | 2024-11-26T08:00:40.815Z | ++ git branch --show-current |
73 | 2024-11-26T08:00:40.818Z | + current=main |
74 | 2024-11-26T08:00:40.818Z | + [[ main != renovate/hostname-0.x ]] |
75 | 2024-11-26T08:00:40.818Z | + git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
76 | 2024-11-26T08:00:40.820Z | + git checkout -f renovate/hostname-0.x |
77 | 2024-11-26T08:00:40.836Z | Switched to branch 'renovate/hostname-0.x' |
78 | 2024-11-26T08:00:40.838Z | + git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
79 | 2024-11-26T08:00:40.849Z | HEAD is now at ea22059 Update Rust crate hostname to 0.4 |
80 | 2024-11-26T08:00:40.852Z | process exited: duration 1713 ms, exit code 0 |
|
81 | 2024-11-26T08:00:40.857Z | starting task 4: "build" |
82 | 2024-11-26T08:00:40.862Z | ++ cargo --version |
83 | 2024-11-26T08:00:40.866Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T08:00:41.030Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T08:00:41.030Z | info: downloading component 'cargo' |
86 | 2024-11-26T08:00:41.898Z | info: downloading component 'clippy' |
87 | 2024-11-26T08:00:42.241Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T08:00:43.551Z | info: downloading component 'rust-std' |
89 | 2024-11-26T08:00:45.513Z | info: downloading component 'rustc' |
90 | 2024-11-26T08:00:52.549Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T08:00:52.804Z | info: installing component 'cargo' |
92 | 2024-11-26T08:00:53.596Z | info: installing component 'clippy' |
93 | 2024-11-26T08:00:53.977Z | info: installing component 'rust-docs' |
94 | 2024-11-26T08:00:55.434Z | info: installing component 'rust-std' |
95 | 2024-11-26T08:00:57.156Z | info: installing component 'rustc' |
96 | 2024-11-26T08:01:02.661Z | info: installing component 'rustfmt' |
97 | 2024-11-26T08:01:03.095Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T08:01:03.099Z | ++ rustc --version |
99 | 2024-11-26T08:01:03.171Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T08:01:03.177Z | ++ dladm |
101 | 2024-11-26T08:01:03.181Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T08:01:03.181Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T08:01:03.184Z | ++ ipadm |
104 | 2024-11-26T08:01:03.186Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T08:01:03.186Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T08:01:03.186Z | ena0/dhcp dhcp ok 10.150.1.92/24 |
107 | 2024-11-26T08:01:03.186Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T08:01:03.186Z | ++ banner collect |
109 | 2024-11-26T08:01:03.241Z | |
110 | 2024-11-26T08:01:03.242Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T08:01:03.242Z | # # # # # # # # # # |
112 | 2024-11-26T08:01:03.242Z | # # # # # ##### # # |
113 | 2024-11-26T08:01:03.242Z | # # # # # # # # |
114 | 2024-11-26T08:01:03.242Z | # # # # # # # # # # |
115 | 2024-11-26T08:01:03.242Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T08:01:03.242Z | |
117 | 2024-11-26T08:01:03.245Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T08:01:03.245Z | ++ repo=softnpu |
119 | 2024-11-26T08:01:03.245Z | ++ series=image |
120 | 2024-11-26T08:01:03.245Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T08:01:03.245Z | ++ name=softnpu |
122 | 2024-11-26T08:01:03.245Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T08:01:03.245Z | ++ mkdir -p download |
124 | 2024-11-26T08:01:03.245Z | ++ pushd download |
125 | 2024-11-26T08:01:03.245Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T08:01:03.245Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T08:01:03.245Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T08:01:03.254Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T08:01:03.258Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T08:01:03.750Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
40 21.8M 40 9099k 0 0 33.9M 0 --:--:-- --:--:-- --:--:-- 33.9M
100 21.8M 100 21.8M 0 0 43.9M 0 --:--:-- --:--:-- --:--:-- 43.9M |
131 | 2024-11-26T08:01:03.753Z | ++ popd |
132 | 2024-11-26T08:01:03.756Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T08:01:03.756Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T08:01:03.756Z | ++ repo=sidecar-lite |
135 | 2024-11-26T08:01:03.756Z | ++ series=release |
136 | 2024-11-26T08:01:03.756Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T08:01:03.756Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T08:01:03.756Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T08:01:03.756Z | ++ mkdir -p download |
140 | 2024-11-26T08:01:03.756Z | ++ pushd download |
141 | 2024-11-26T08:01:03.756Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T08:01:03.756Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T08:01:03.756Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T08:01:03.764Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T08:01:03.766Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T08:01:04.110Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 58.6M 0 --:--:-- --:--:-- --:--:-- 58.7M |
147 | 2024-11-26T08:01:04.114Z | ++ popd |
148 | 2024-11-26T08:01:04.116Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T08:01:04.116Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T08:01:04.116Z | ++ repo=sidecar-lite |
151 | 2024-11-26T08:01:04.116Z | ++ series=release |
152 | 2024-11-26T08:01:04.116Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T08:01:04.116Z | ++ name=scadm |
154 | 2024-11-26T08:01:04.116Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T08:01:04.116Z | ++ mkdir -p download |
156 | 2024-11-26T08:01:04.118Z | ++ pushd download |
157 | 2024-11-26T08:01:04.118Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T08:01:04.118Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T08:01:04.118Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T08:01:04.124Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T08:01:04.127Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T08:01:04.508Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 59.3M 0 --:--:-- --:--:-- --:--:-- 59.3M |
163 | 2024-11-26T08:01:04.512Z | ++ popd |
164 | 2024-11-26T08:01:04.515Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T08:01:04.515Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T08:01:04.515Z | ++ repo=dendrite |
167 | 2024-11-26T08:01:04.515Z | ++ series=image |
168 | 2024-11-26T08:01:04.515Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T08:01:04.515Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T08:01:04.515Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T08:01:04.516Z | ++ mkdir -p download |
172 | 2024-11-26T08:01:04.516Z | ++ pushd download |
173 | 2024-11-26T08:01:04.516Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T08:01:04.516Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T08:01:04.516Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T08:01:04.523Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T08:01:04.525Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T08:01:05.053Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 71.1M 0 --:--:-- --:--:-- --:--:-- 71.2M |
179 | 2024-11-26T08:01:05.056Z | ++ popd |
180 | 2024-11-26T08:01:05.056Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T08:01:05.056Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T08:01:05.056Z | ++ repo=maghemite |
183 | 2024-11-26T08:01:05.056Z | ++ series=release |
184 | 2024-11-26T08:01:05.056Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T08:01:05.056Z | ++ name=ddmd |
186 | 2024-11-26T08:01:05.056Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T08:01:05.056Z | ++ mkdir -p download |
188 | 2024-11-26T08:01:05.060Z | ++ pushd download |
189 | 2024-11-26T08:01:05.060Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T08:01:05.060Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T08:01:05.060Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T08:01:05.073Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T08:01:05.073Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T08:01:05.583Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
82 40.9M 82 33.8M 0 0 75.2M 0 --:--:-- --:--:-- --:--:-- 75.1M
100 40.9M 100 40.9M 0 0 79.0M 0 --:--:-- --:--:-- --:--:-- 79.0M |
195 | 2024-11-26T08:01:05.587Z | ++ popd |
196 | 2024-11-26T08:01:05.587Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T08:01:05.590Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T08:01:05.590Z | ++ repo=maghemite |
199 | 2024-11-26T08:01:05.590Z | ++ series=release |
200 | 2024-11-26T08:01:05.590Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T08:01:05.590Z | ++ name=ddmadm |
202 | 2024-11-26T08:01:05.590Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T08:01:05.590Z | ++ mkdir -p download |
204 | 2024-11-26T08:01:05.590Z | ++ pushd download |
205 | 2024-11-26T08:01:05.590Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T08:01:05.590Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T08:01:05.590Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T08:01:05.598Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T08:01:05.598Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T08:01:05.855Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 70.0M 0 --:--:-- --:--:-- --:--:-- 70.3M |
211 | 2024-11-26T08:01:05.857Z | ++ popd |
212 | 2024-11-26T08:01:05.857Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T08:01:05.857Z | ++ pushd download |
214 | 2024-11-26T08:01:05.857Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T08:01:05.857Z | ++ chmod +x softnpu |
216 | 2024-11-26T08:01:05.860Z | ++ chmod +x scadm |
217 | 2024-11-26T08:01:05.863Z | ++ chmod +x ddmadm |
218 | 2024-11-26T08:01:05.865Z | ++ chmod +x ddmd |
219 | 2024-11-26T08:01:05.865Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T08:01:05.868Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T08:01:05.868Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T08:01:05.870Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T08:01:05.872Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T08:01:06.661Z | ++ popd |
225 | 2024-11-26T08:01:06.661Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T08:01:06.661Z | ++ banner install |
227 | 2024-11-26T08:01:06.663Z | |
228 | 2024-11-26T08:01:06.663Z | # # # #### ##### ## # # |
229 | 2024-11-26T08:01:06.664Z | # ## # # # # # # # |
230 | 2024-11-26T08:01:06.664Z | # # # # #### # # # # # |
231 | 2024-11-26T08:01:06.664Z | # # # # # # ###### # # |
232 | 2024-11-26T08:01:06.664Z | # # ## # # # # # # # |
233 | 2024-11-26T08:01:06.664Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T08:01:06.664Z | |
235 | 2024-11-26T08:01:06.667Z | ++ pkg info brand/sparse |
236 | 2024-11-26T08:01:06.667Z | ++ grep -qi installed |
237 | 2024-11-26T08:01:12.487Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T08:01:12.487Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T08:01:12.487Z | |
240 | 2024-11-26T08:01:12.487Z | brand/sparse |
241 | 2024-11-26T08:01:12.532Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T08:01:12.532Z | ++ set -o errexit |
243 | 2024-11-26T08:01:12.532Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T08:01:17.939Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T08:01:21.589Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T08:01:30.424Z | Planning: Solver setup ... Done |
247 | 2024-11-26T08:01:30.538Z | Planning: Running solver ... Done |
248 | 2024-11-26T08:01:30.764Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T08:01:30.792Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T08:01:30.974Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T08:01:31.276Z | Planning: Package planning ... Done |
252 | 2024-11-26T08:01:31.282Z | Planning: Merging actions ... Done |
253 | 2024-11-26T08:01:31.691Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T08:01:36.164Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T08:01:36.540Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T08:01:36.652Z | Planning: Planning completed in 14.97 seconds |
257 | 2024-11-26T08:01:36.842Z | Packages to install: 1 |
258 | 2024-11-26T08:01:36.842Z | Packages to update: 2 |
259 | 2024-11-26T08:01:36.845Z | Create boot environment: No |
260 | 2024-11-26T08:01:36.845Z | Create backup boot environment: Yes |
261 | 2024-11-26T08:01:37.076Z | |
262 | 2024-11-26T08:01:37.076Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T08:01:40.555Z | Download: Completed 8.03 MB in 3.48 seconds (2.3M/s) |
264 | 2024-11-26T08:01:42.761Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-11-26T08:01:42.778Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-11-26T08:01:42.890Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-11-26T08:01:43.227Z | Actions: Completed 1419 actions in 0.47 seconds. |
268 | 2024-11-26T08:01:43.592Z | Done |
269 | 2024-11-26T08:01:43.595Z | Done |
270 | 2024-11-26T08:01:44.087Z | Done |
271 | 2024-11-26T08:01:49.105Z | Done |
272 | 2024-11-26T08:01:49.425Z | Done |
273 | 2024-11-26T08:01:49.429Z | Done |
274 | 2024-11-26T08:01:49.506Z | Done |
275 | 2024-11-26T08:01:49.880Z | ++ set -o errexit |
276 | 2024-11-26T08:01:49.880Z | ++ set -o pipefail |
277 | 2024-11-26T08:01:49.881Z | ++ banner build |
278 | 2024-11-26T08:01:49.884Z | |
279 | 2024-11-26T08:01:49.884Z | ##### # # # # ##### |
280 | 2024-11-26T08:01:49.884Z | # # # # # # # # |
281 | 2024-11-26T08:01:49.884Z | ##### # # # # # # |
282 | 2024-11-26T08:01:49.884Z | # # # # # # # # |
283 | 2024-11-26T08:01:49.884Z | # # # # # # # # |
284 | 2024-11-26T08:01:49.884Z | ##### #### # ###### ##### |
285 | 2024-11-26T08:01:49.885Z | |
286 | 2024-11-26T08:01:49.885Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-11-26T08:01:50.071Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-11-26T08:01:50.291Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-11-26T08:01:50.503Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-11-26T08:01:50.503Z | * [new branch] ci -> origin/ci |
291 | 2024-11-26T08:01:50.506Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
292 | 2024-11-26T08:01:50.506Z | * [new branch] main -> origin/main |
293 | 2024-11-26T08:01:50.506Z | * [new ref] -> origin/HEAD |
294 | 2024-11-26T08:01:50.516Z | Updating crates.io index |
295 | 2024-11-26T08:01:50.580Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-11-26T08:01:51.296Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-11-26T08:01:51.296Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-11-26T08:01:51.400Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-11-26T08:01:52.560Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-11-26T08:01:52.560Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-11-26T08:01:52.600Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-11-26T08:01:52.956Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-11-26T08:01:52.956Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-11-26T08:01:52.976Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-11-26T08:01:53.421Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-11-26T08:01:53.421Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-11-26T08:01:53.461Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-11-26T08:01:57.298Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-11-26T08:01:57.298Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-11-26T08:01:57.328Z | * [new tag] dogfood -> dogfood |
311 | 2024-11-26T08:01:57.332Z | * [new tag] v5 -> v5 |
312 | 2024-11-26T08:01:57.333Z | * [new tag] v6 -> v6 |
313 | 2024-11-26T08:01:57.333Z | * [new tag] v7 -> v7 |
314 | 2024-11-26T08:01:57.333Z | * [new tag] v8 -> v8 |
315 | 2024-11-26T08:01:57.333Z | * [new tag] v9 -> v9 |
316 | 2024-11-26T08:01:57.686Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-11-26T08:01:58.669Z | From https://github.com/oxidecomputer/opte |
318 | 2024-11-26T08:01:58.669Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-11-26T08:01:58.711Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-11-26T08:01:59.073Z | From https://github.com/illumos/smf-rs |
321 | 2024-11-26T08:01:59.073Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-11-26T08:01:59.101Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-11-26T08:01:59.564Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-11-26T08:01:59.564Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-11-26T08:01:59.577Z | * [new tag] rift -> rift |
326 | 2024-11-26T08:01:59.579Z | * [new tag] srp -> srp |
327 | 2024-11-26T08:01:59.579Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-11-26T08:01:59.627Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-11-26T08:02:00.026Z | From https://github.com/oxidecomputer/zone |
330 | 2024-11-26T08:02:00.026Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-11-26T08:02:00.068Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-11-26T08:02:00.913Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-11-26T08:02:00.913Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-11-26T08:02:01.001Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-11-26T08:02:01.379Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-11-26T08:02:01.379Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-11-26T08:02:01.404Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-11-26T08:02:01.788Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-11-26T08:02:01.788Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-11-26T08:02:01.802Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-11-26T08:02:01.816Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-11-26T08:02:02.170Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-11-26T08:02:02.170Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-11-26T08:02:02.199Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-11-26T08:02:02.662Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-11-26T08:02:02.662Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-11-26T08:02:02.707Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-11-26T08:02:03.089Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-11-26T08:02:03.089Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-11-26T08:02:03.111Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-11-26T08:02:03.552Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-11-26T08:02:03.552Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-11-26T08:02:03.577Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-11-26T08:02:03.949Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-11-26T08:02:03.949Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-11-26T08:02:03.997Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-11-26T08:02:04.369Z | From https://github.com/illumos/libscf-sys |
358 | 2024-11-26T08:02:04.369Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-11-26T08:02:04.386Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-11-26T08:02:05.265Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-11-26T08:02:05.265Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-11-26T08:02:05.286Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-11-26T08:02:05.288Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-11-26T08:02:05.288Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-11-26T08:02:05.288Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-11-26T08:02:05.288Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-11-26T08:02:05.288Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-11-26T08:02:05.288Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-11-26T08:02:05.492Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-11-26T08:02:06.284Z | From https://github.com/oxidecomputer/typify |
371 | 2024-11-26T08:02:06.284Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-11-26T08:02:06.287Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-11-26T08:02:06.303Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-11-26T08:02:06.307Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-11-26T08:02:06.307Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-11-26T08:02:06.469Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-11-26T08:02:08.382Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-11-26T08:02:08.382Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-11-26T08:02:08.438Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-11-26T08:02:08.894Z | From https://github.com/oxidecomputer/opte |
391 | 2024-11-26T08:02:08.894Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-11-26T08:02:08.947Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-11-26T08:02:09.568Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-11-26T08:02:09.568Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-11-26T08:02:10.235Z | Downloading crates ... |
396 | 2024-11-26T08:02:10.372Z | Downloaded futures-sink v0.3.30 |
397 | 2024-11-26T08:02:10.375Z | Downloaded ahash v0.8.11 |
398 | 2024-11-26T08:02:10.381Z | Downloaded parking_lot_core v0.8.6 |
399 | 2024-11-26T08:02:10.384Z | Downloaded parking_lot_core v0.9.10 |
400 | 2024-11-26T08:02:10.391Z | Downloaded password-hash v0.5.0 |
401 | 2024-11-26T08:02:10.394Z | Downloaded pest_meta v2.7.13 |
402 | 2024-11-26T08:02:10.396Z | Downloaded plain v0.2.3 |
403 | 2024-11-26T08:02:10.398Z | Downloaded atomic-waker v1.1.2 |
404 | 2024-11-26T08:02:10.401Z | Downloaded pest_generator v2.7.13 |
405 | 2024-11-26T08:02:10.401Z | Downloaded pin-project-lite v0.2.14 |
406 | 2024-11-26T08:02:10.407Z | Downloaded async-stream-impl v0.3.5 |
407 | 2024-11-26T08:02:10.409Z | Downloaded anyhow v1.0.93 |
408 | 2024-11-26T08:02:10.412Z | Downloaded bitflags v1.3.2 |
409 | 2024-11-26T08:02:10.415Z | Downloaded pkg-config v0.3.31 |
410 | 2024-11-26T08:02:10.419Z | Downloaded base64ct v1.6.0 |
411 | 2024-11-26T08:02:10.421Z | Downloaded async-stream v0.3.5 |
412 | 2024-11-26T08:02:10.423Z | Downloaded async-trait v0.1.83 |
413 | 2024-11-26T08:02:10.426Z | Downloaded pretty-hex v0.2.1 |
414 | 2024-11-26T08:02:10.428Z | Downloaded argon2 v0.5.3 |
415 | 2024-11-26T08:02:10.431Z | Downloaded pest_derive v2.7.13 |
416 | 2024-11-26T08:02:10.434Z | Downloaded ppv-lite86 v0.2.20 |
417 | 2024-11-26T08:02:10.436Z | Downloaded paste v1.0.15 |
418 | 2024-11-26T08:02:10.439Z | Downloaded powerfmt v0.2.0 |
419 | 2024-11-26T08:02:10.439Z | Downloaded const-random v0.1.18 |
420 | 2024-11-26T08:02:10.443Z | Downloaded postcard v1.0.10 |
421 | 2024-11-26T08:02:10.446Z | Downloaded dtrace-parser v0.2.0 |
422 | 2024-11-26T08:02:10.446Z | Downloaded ciborium-io v0.2.2 |
423 | 2024-11-26T08:02:10.446Z | Downloaded pest v2.7.13 |
424 | 2024-11-26T08:02:10.451Z | Downloaded anstyle v1.0.10 |
425 | 2024-11-26T08:02:10.453Z | Downloaded anstyle-query v1.1.1 |
426 | 2024-11-26T08:02:10.455Z | Downloaded parse-display-derive v0.10.0 |
427 | 2024-11-26T08:02:10.458Z | Downloaded crucible-workspace-hack v0.1.0 |
428 | 2024-11-26T08:02:10.458Z | Downloaded parse-display v0.10.0 |
429 | 2024-11-26T08:02:10.461Z | Downloaded pin-utils v0.1.0 |
430 | 2024-11-26T08:02:10.461Z | Downloaded colored v2.1.0 |
431 | 2024-11-26T08:02:10.463Z | Downloaded ciborium-ll v0.2.2 |
432 | 2024-11-26T08:02:10.466Z | Downloaded portable-atomic v1.8.0 |
433 | 2024-11-26T08:02:10.472Z | Downloaded progenitor-client v0.8.0 |
434 | 2024-11-26T08:02:10.475Z | Downloaded pretty-hex v0.4.1 |
435 | 2024-11-26T08:02:10.478Z | Downloaded darling_macro v0.20.10 |
436 | 2024-11-26T08:02:10.478Z | Downloaded crc8 v0.1.1 |
437 | 2024-11-26T08:02:10.480Z | Downloaded either v1.13.0 |
438 | 2024-11-26T08:02:10.480Z | Downloaded convert_case v0.4.0 |
439 | 2024-11-26T08:02:10.483Z | Downloaded colorchoice v1.0.2 |
440 | 2024-11-26T08:02:10.483Z | Downloaded cfg-if v1.0.0 |
441 | 2024-11-26T08:02:10.485Z | Downloaded progenitor-macro v0.8.0 |
442 | 2024-11-26T08:02:10.487Z | Downloaded clap_lex v0.7.2 |
443 | 2024-11-26T08:02:10.489Z | Downloaded byteorder v1.5.0 |
444 | 2024-11-26T08:02:10.489Z | Downloaded cstr-argument v0.1.2 |
445 | 2024-11-26T08:02:10.491Z | Downloaded const-random-macro v0.1.16 |
446 | 2024-11-26T08:02:10.491Z | Downloaded backoff v0.4.0 |
447 | 2024-11-26T08:02:10.494Z | Downloaded foreign-types v0.3.2 |
448 | 2024-11-26T08:02:10.501Z | Downloaded cpufeatures v0.2.14 |
449 | 2024-11-26T08:02:10.501Z | Downloaded equivalent v1.0.1 |
450 | 2024-11-26T08:02:10.504Z | Downloaded crunchy v0.2.2 |
451 | 2024-11-26T08:02:10.504Z | Downloaded arc-swap v1.7.1 |
452 | 2024-11-26T08:02:10.504Z | Downloaded proc-macro-error-attr v1.0.4 |
453 | 2024-11-26T08:02:10.506Z | Downloaded progenitor v0.8.0 |
454 | 2024-11-26T08:02:10.506Z | Downloaded foreign-types v0.5.0 |
455 | 2024-11-26T08:02:10.509Z | Downloaded foreign-types-macros v0.2.3 |
456 | 2024-11-26T08:02:10.509Z | Downloaded proc-macro-crate v3.2.0 |
457 | 2024-11-26T08:02:10.511Z | Downloaded dyn-clone v1.0.17 |
458 | 2024-11-26T08:02:10.513Z | Downloaded quick-error v1.2.3 |
459 | 2024-11-26T08:02:10.516Z | Downloaded dof v0.3.0 |
460 | 2024-11-26T08:02:10.516Z | Downloaded dirs-sys-next v0.1.2 |
461 | 2024-11-26T08:02:10.516Z | Downloaded slog-envlogger v2.2.0 |
462 | 2024-11-26T08:02:10.519Z | Downloaded serde_repr v0.1.19 |
463 | 2024-11-26T08:02:10.522Z | Downloaded serde-big-array v0.5.1 |
464 | 2024-11-26T08:02:10.522Z | Downloaded scroll_derive v0.12.0 |
465 | 2024-11-26T08:02:10.524Z | Downloaded slog-bunyan v2.5.0 |
466 | 2024-11-26T08:02:10.527Z | Downloaded sigpipe v0.1.3 |
467 | 2024-11-26T08:02:10.527Z | Downloaded serde_spanned v0.6.7 |
468 | 2024-11-26T08:02:10.527Z | Downloaded ciborium v0.2.2 |
469 | 2024-11-26T08:02:10.530Z | Downloaded allocator-api2 v0.2.18 |
470 | 2024-11-26T08:02:10.533Z | Downloaded http-body v1.0.1 |
471 | 2024-11-26T08:02:10.536Z | Downloaded cancel-safe-futures v0.1.5 |
472 | 2024-11-26T08:02:10.539Z | Downloaded try-lock v0.2.5 |
473 | 2024-11-26T08:02:10.542Z | Downloaded waitgroup v0.1.2 |
474 | 2024-11-26T08:02:10.542Z | Downloaded rustc-hash v2.0.0 |
475 | 2024-11-26T08:02:10.544Z | Downloaded scopeguard v1.2.0 |
476 | 2024-11-26T08:02:10.544Z | Downloaded defmt-macros v0.3.9 |
477 | 2024-11-26T08:02:10.547Z | Downloaded quinn-udp v0.5.5 |
478 | 2024-11-26T08:02:10.550Z | Downloaded fnv v1.0.7 |
479 | 2024-11-26T08:02:10.552Z | Downloaded rustc_version v0.4.1 |
480 | 2024-11-26T08:02:10.554Z | Downloaded rustc_version v0.1.7 |
481 | 2024-11-26T08:02:10.554Z | Downloaded resolv-conf v0.7.0 |
482 | 2024-11-26T08:02:10.557Z | Downloaded futures-task v0.3.30 |
483 | 2024-11-26T08:02:10.560Z | Downloaded zone_cfg_derive v0.3.0 |
484 | 2024-11-26T08:02:10.560Z | Downloaded serde_path_to_error v0.1.16 |
485 | 2024-11-26T08:02:10.563Z | Downloaded time-core v0.1.2 |
486 | 2024-11-26T08:02:10.563Z | Downloaded heck v0.4.1 |
487 | 2024-11-26T08:02:10.565Z | Downloaded serde_urlencoded v0.7.1 |
488 | 2024-11-26T08:02:10.567Z | Downloaded num-integer v0.1.46 |
489 | 2024-11-26T08:02:10.570Z | Downloaded macaddr v1.0.1 |
490 | 2024-11-26T08:02:10.570Z | Downloaded rustls-pemfile v1.0.4 |
491 | 2024-11-26T08:02:10.574Z | Downloaded crossbeam-epoch v0.9.18 |
492 | 2024-11-26T08:02:10.577Z | Downloaded match_cfg v0.1.0 |
493 | 2024-11-26T08:02:10.577Z | Downloaded ident_case v1.0.1 |
494 | 2024-11-26T08:02:10.579Z | Downloaded cookie v0.18.1 |
495 | 2024-11-26T08:02:10.583Z | Downloaded num v0.4.3 |
496 | 2024-11-26T08:02:10.583Z | Downloaded proc-macro-error v1.0.4 |
497 | 2024-11-26T08:02:10.586Z | Downloaded smf v0.2.3 |
498 | 2024-11-26T08:02:10.589Z | Downloaded schemars_derive v0.8.21 |
499 | 2024-11-26T08:02:10.589Z | Downloaded base64 v0.22.1 |
500 | 2024-11-26T08:02:10.593Z | Downloaded stable_deref_trait v1.2.0 |
501 | 2024-11-26T08:02:10.596Z | Downloaded scroll v0.12.0 |
502 | 2024-11-26T08:02:10.598Z | Downloaded num_threads v0.1.7 |
503 | 2024-11-26T08:02:10.600Z | Downloaded slog-dtrace v0.3.0 |
504 | 2024-11-26T08:02:10.600Z | Downloaded serde_with_macros v3.9.0 |
505 | 2024-11-26T08:02:10.602Z | Downloaded fxhash v0.2.1 |
506 | 2024-11-26T08:02:10.605Z | Downloaded hyper-tls v0.5.0 |
507 | 2024-11-26T08:02:10.608Z | Downloaded usdt v0.5.0 |
508 | 2024-11-26T08:02:10.608Z | Downloaded static_assertions v1.1.0 |
509 | 2024-11-26T08:02:10.611Z | Downloaded hostname v0.3.1 |
510 | 2024-11-26T08:02:10.611Z | Downloaded hash32 v0.3.1 |
511 | 2024-11-26T08:02:10.614Z | Downloaded futures-channel v0.3.30 |
512 | 2024-11-26T08:02:10.614Z | Downloaded semver v0.1.20 |
513 | 2024-11-26T08:02:10.617Z | Downloaded sct v0.7.1 |
514 | 2024-11-26T08:02:10.620Z | Downloaded rustls-pki-types v1.8.0 |
515 | 2024-11-26T08:02:10.622Z | Downloaded ipnetwork v0.20.0 |
516 | 2024-11-26T08:02:10.626Z | Downloaded derive_more v0.99.18 |
517 | 2024-11-26T08:02:10.629Z | Downloaded usdt-attr-macro v0.5.0 |
518 | 2024-11-26T08:02:10.631Z | Downloaded sync_wrapper v0.1.2 |
519 | 2024-11-26T08:02:10.631Z | Downloaded lru-cache v0.1.2 |
520 | 2024-11-26T08:02:10.634Z | Downloaded spin v0.5.2 |
521 | 2024-11-26T08:02:10.636Z | Downloaded tiny-keccak v2.0.2 |
522 | 2024-11-26T08:02:10.639Z | Downloaded semver v1.0.23 |
523 | 2024-11-26T08:02:10.641Z | Downloaded tower-service v0.3.3 |
524 | 2024-11-26T08:02:10.641Z | Downloaded rustls-pemfile v2.1.3 |
525 | 2024-11-26T08:02:10.644Z | Downloaded thiserror v1.0.64 |
526 | 2024-11-26T08:02:10.649Z | Downloaded num-conv v0.1.0 |
527 | 2024-11-26T08:02:10.653Z | Downloaded no-std-compat v0.4.1 |
528 | 2024-11-26T08:02:10.653Z | Downloaded take_mut v0.2.2 |
529 | 2024-11-26T08:02:10.656Z | Downloaded dropshot_endpoint v0.12.0 |
530 | 2024-11-26T08:02:10.656Z | Downloaded newtype_derive v0.1.6 |
531 | 2024-11-26T08:02:10.658Z | Downloaded zone v0.3.0 |
532 | 2024-11-26T08:02:10.660Z | Downloaded terminal_size v0.4.0 |
533 | 2024-11-26T08:02:10.660Z | Downloaded lazy_static v1.5.0 |
534 | 2024-11-26T08:02:10.663Z | Downloaded indexmap v1.9.3 |
535 | 2024-11-26T08:02:10.665Z | Downloaded newline-converter v0.3.0 |
536 | 2024-11-26T08:02:10.667Z | Downloaded clap v4.5.21 |
537 | 2024-11-26T08:02:10.676Z | Downloaded sync_wrapper v1.0.1 |
538 | 2024-11-26T08:02:10.680Z | Downloaded swrite v0.1.0 |
539 | 2024-11-26T08:02:10.680Z | Downloaded strum v0.26.3 |
540 | 2024-11-26T08:02:10.682Z | Downloaded thin-vec v0.2.13 |
541 | 2024-11-26T08:02:10.682Z | Downloaded want v0.3.1 |
542 | 2024-11-26T08:02:10.683Z | Downloaded omicron-workspace-hack v0.1.0 |
543 | 2024-11-26T08:02:10.685Z | Downloaded toml_datetime v0.6.8 |
544 | 2024-11-26T08:02:10.685Z | Downloaded ipnet v2.10.0 |
545 | 2024-11-26T08:02:10.688Z | Downloaded tinyvec_macros v0.1.1 |
546 | 2024-11-26T08:02:10.690Z | Downloaded spin v0.9.8 |
547 | 2024-11-26T08:02:10.692Z | Downloaded serde_derive_internals v0.29.1 |
548 | 2024-11-26T08:02:10.692Z | Downloaded tabwriter v1.4.0 |
549 | 2024-11-26T08:02:10.695Z | Downloaded unicode-ident v1.0.13 |
550 | 2024-11-26T08:02:10.697Z | Downloaded hyper-tls v0.6.0 |
551 | 2024-11-26T08:02:10.699Z | Downloaded http-body-util v0.1.2 |
552 | 2024-11-26T08:02:10.702Z | Downloaded time-macros v0.2.18 |
553 | 2024-11-26T08:02:10.704Z | Downloaded prettyplease v0.2.22 |
554 | 2024-11-26T08:02:10.707Z | Downloaded slog v2.7.0 |
555 | 2024-11-26T08:02:10.710Z | Downloaded similar v2.6.0 |
556 | 2024-11-26T08:02:10.715Z | Downloaded openssl-macros v0.1.1 |
557 | 2024-11-26T08:02:10.718Z | Downloaded hostname v0.4.0 |
558 | 2024-11-26T08:02:10.718Z | Downloaded highway v1.2.0 |
559 | 2024-11-26T08:02:10.720Z | Downloaded num-derive v0.3.3 |
560 | 2024-11-26T08:02:10.723Z | Downloaded newtype-uuid v1.1.0 |
561 | 2024-11-26T08:02:10.723Z | Downloaded mime v0.3.17 |
562 | 2024-11-26T08:02:10.725Z | Downloaded crossbeam-channel v0.5.13 |
563 | 2024-11-26T08:02:10.729Z | Downloaded iana-time-zone v0.1.61 |
564 | 2024-11-26T08:02:10.733Z | Downloaded is_terminal_polyfill v1.70.1 |
565 | 2024-11-26T08:02:10.736Z | Downloaded serde_yaml v0.9.34+deprecated |
566 | 2024-11-26T08:02:10.738Z | Downloaded is-terminal v0.4.13 |
567 | 2024-11-26T08:02:10.738Z | Downloaded strum_macros v0.25.3 |
568 | 2024-11-26T08:02:10.741Z | Downloaded num-iter v0.1.45 |
569 | 2024-11-26T08:02:10.744Z | Downloaded version_check v0.9.5 |
570 | 2024-11-26T08:02:10.744Z | Downloaded utf8parse v0.2.2 |
571 | 2024-11-26T08:02:10.747Z | Downloaded num-derive v0.4.2 |
572 | 2024-11-26T08:02:10.747Z | Downloaded bytes v1.7.2 |
573 | 2024-11-26T08:02:10.750Z | Downloaded openssl-probe v0.1.5 |
574 | 2024-11-26T08:02:10.752Z | Downloaded thread_local v1.1.8 |
575 | 2024-11-26T08:02:10.755Z | Downloaded libsw v3.3.1 |
576 | 2024-11-26T08:02:10.757Z | Downloaded smartstring v1.0.1 |
577 | 2024-11-26T08:02:10.758Z | Downloaded smallvec v1.13.2 |
578 | 2024-11-26T08:02:10.760Z | Downloaded hex v0.4.3 |
579 | 2024-11-26T08:02:10.763Z | Downloaded quinn v0.11.5 |
580 | 2024-11-26T08:02:10.765Z | Downloaded structmeta-derive v0.3.0 |
581 | 2024-11-26T08:02:10.767Z | Downloaded tokio-rustls v0.26.0 |
582 | 2024-11-26T08:02:10.770Z | Downloaded slog-stdlog v4.1.1 |
583 | 2024-11-26T08:02:10.773Z | Downloaded strsim v0.11.1 |
584 | 2024-11-26T08:02:10.773Z | Downloaded hyper-rustls v0.24.2 |
585 | 2024-11-26T08:02:10.775Z | Downloaded hubpack v0.1.2 |
586 | 2024-11-26T08:02:10.778Z | Downloaded httpdate v1.0.3 |
587 | 2024-11-26T08:02:10.778Z | Downloaded num-complex v0.4.6 |
588 | 2024-11-26T08:02:10.781Z | Downloaded rand v0.8.5 |
589 | 2024-11-26T08:02:10.784Z | Downloaded subtle v2.6.1 |
590 | 2024-11-26T08:02:10.784Z | Downloaded usdt-impl v0.5.0 |
591 | 2024-11-26T08:02:10.786Z | Downloaded tokio-native-tls v0.3.1 |
592 | 2024-11-26T08:02:10.789Z | Downloaded tokio-macros v2.4.0 |
593 | 2024-11-26T08:02:10.789Z | Downloaded thread-id v4.2.2 |
594 | 2024-11-26T08:02:10.793Z | Downloaded thiserror-impl v1.0.64 |
595 | 2024-11-26T08:02:10.793Z | Downloaded multer v3.1.0 |
596 | 2024-11-26T08:02:10.796Z | Downloaded untrusted v0.9.0 |
597 | 2024-11-26T08:02:10.798Z | Downloaded strum_macros v0.26.4 |
598 | 2024-11-26T08:02:10.801Z | Downloaded indexmap v2.5.0 |
599 | 2024-11-26T08:02:10.804Z | Downloaded slog-scope v4.4.0 |
600 | 2024-11-26T08:02:10.807Z | Downloaded native-tls v0.2.12 |
601 | 2024-11-26T08:02:10.807Z | Downloaded num-rational v0.4.2 |
602 | 2024-11-26T08:02:10.810Z | Downloaded heck v0.5.0 |
603 | 2024-11-26T08:02:10.812Z | Downloaded linked-hash-map v0.5.6 |
604 | 2024-11-26T08:02:10.812Z | Downloaded typify-macro v0.2.0 |
605 | 2024-11-26T08:02:10.812Z | Downloaded expectorate v1.1.0 |
606 | 2024-11-26T08:02:10.815Z | Downloaded term v0.7.0 |
607 | 2024-11-26T08:02:10.818Z | Downloaded owo-colors v4.1.0 |
608 | 2024-11-26T08:02:10.821Z | Downloaded structmeta v0.3.0 |
609 | 2024-11-26T08:02:10.823Z | Downloaded uuid v1.11.0 |
610 | 2024-11-26T08:02:10.826Z | Downloaded httparse v1.9.4 |
611 | 2024-11-26T08:02:10.829Z | Downloaded zerocopy-derive v0.7.35 |
612 | 2024-11-26T08:02:10.832Z | Downloaded serde_derive v1.0.215 |
613 | 2024-11-26T08:02:10.836Z | Downloaded humantime v2.1.0 |
614 | 2024-11-26T08:02:10.838Z | Downloaded getrandom v0.2.15 |
615 | 2024-11-26T08:02:10.841Z | Downloaded tinyvec v1.8.0 |
616 | 2024-11-26T08:02:10.843Z | Downloaded memmap v0.7.0 |
617 | 2024-11-26T08:02:10.845Z | Downloaded zerocopy v0.6.6 |
618 | 2024-11-26T08:02:10.848Z | Downloaded whoami v1.5.2 |
619 | 2024-11-26T08:02:10.850Z | Downloaded parking_lot v0.12.3 |
620 | 2024-11-26T08:02:10.853Z | Downloaded typify v0.2.0 |
621 | 2024-11-26T08:02:10.855Z | Downloaded slog-term v2.9.1 |
622 | 2024-11-26T08:02:10.857Z | Downloaded http-body v0.4.6 |
623 | 2024-11-26T08:02:10.860Z | Downloaded tempfile v3.12.0 |
624 | 2024-11-26T08:02:10.864Z | Downloaded toml v0.8.19 |
625 | 2024-11-26T08:02:10.867Z | Downloaded hyper-util v0.1.10 |
626 | 2024-11-26T08:02:10.872Z | Downloaded tracing-attributes v0.1.27 |
627 | 2024-11-26T08:02:10.874Z | Downloaded memchr v2.7.4 |
628 | 2024-11-26T08:02:10.878Z | Downloaded typenum v1.17.0 |
629 | 2024-11-26T08:02:10.881Z | Downloaded tokio-rustls v0.25.0 |
630 | 2024-11-26T08:02:10.884Z | Downloaded half v2.4.1 |
631 | 2024-11-26T08:02:10.887Z | Downloaded ucd-trie v0.1.6 |
632 | 2024-11-26T08:02:10.889Z | Downloaded serde v1.0.215 |
633 | 2024-11-26T08:02:10.892Z | Downloaded openssl-sys v0.9.103 |
634 | 2024-11-26T08:02:10.897Z | Downloaded lock_api v0.4.12 |
635 | 2024-11-26T08:02:10.900Z | Downloaded schemars v0.8.21 |
636 | 2024-11-26T08:02:10.911Z | Downloaded tracing-core v0.1.32 |
637 | 2024-11-26T08:02:10.914Z | Downloaded aho-corasick v1.1.3 |
638 | 2024-11-26T08:02:10.920Z | Downloaded unsafe-libyaml v0.2.11 |
639 | 2024-11-26T08:02:10.924Z | Downloaded num-traits v0.2.19 |
640 | 2024-11-26T08:02:10.927Z | Downloaded socket2 v0.5.7 |
641 | 2024-11-26T08:02:10.929Z | Downloaded clap_builder v4.5.21 |
642 | 2024-11-26T08:02:10.937Z | Downloaded heapless v0.8.0 |
643 | 2024-11-26T08:02:10.941Z | Downloaded log v0.4.22 |
644 | 2024-11-26T08:02:10.943Z | Downloaded tokio-util v0.7.12 |
645 | 2024-11-26T08:02:10.950Z | Downloaded hashbrown v0.12.3 |
646 | 2024-11-26T08:02:10.954Z | Downloaded http v1.1.0 |
647 | 2024-11-26T08:02:10.959Z | Downloaded http v0.2.12 |
648 | 2024-11-26T08:02:10.963Z | Downloaded toml_edit v0.22.21 |
649 | 2024-11-26T08:02:10.986Z | Downloaded toml_edit v0.19.15 |
650 | 2024-11-26T08:02:11.001Z | Downloaded winnow v0.6.18 |
651 | 2024-11-26T08:02:11.010Z | Downloaded futures-util v0.3.30 |
652 | 2024-11-26T08:02:11.023Z | Downloaded itertools v0.12.1 |
653 | 2024-11-26T08:02:11.029Z | Downloaded url v2.5.2 |
654 | 2024-11-26T08:02:11.033Z | Downloaded winnow v0.5.40 |
655 | 2024-11-26T08:02:11.042Z | Downloaded goblin v0.8.2 |
656 | 2024-11-26T08:02:11.047Z | Downloaded time v0.3.36 |
657 | 2024-11-26T08:02:11.055Z | Downloaded h2 v0.4.6 |
658 | 2024-11-26T08:02:11.062Z | Downloaded serde_with v3.9.0 |
659 | 2024-11-26T08:02:11.070Z | Downloaded webpki-roots v0.26.6 |
660 | 2024-11-26T08:02:11.074Z | Downloaded idna v0.4.0 |
661 | 2024-11-26T08:02:11.080Z | Downloaded serde_json v1.0.133 |
662 | 2024-11-26T08:02:11.088Z | Downloaded openssl v0.10.66 |
663 | 2024-11-26T08:02:11.098Z | Downloaded itertools v0.10.5 |
664 | 2024-11-26T08:02:11.104Z | Downloaded libm v0.2.8 |
665 | 2024-11-26T08:02:11.112Z | Downloaded unicode-segmentation v1.12.0 |
666 | 2024-11-26T08:02:11.115Z | Downloaded unicode-normalization v0.1.24 |
667 | 2024-11-26T08:02:11.119Z | Downloaded nom v7.1.3 |
668 | 2024-11-26T08:02:11.124Z | Downloaded hickory-proto v0.24.1 |
669 | 2024-11-26T08:02:11.139Z | Downloaded reqwest v0.12.9 |
670 | 2024-11-26T08:02:11.147Z | Downloaded rustls-webpki v0.101.7 |
671 | 2024-11-26T08:02:11.161Z | Downloaded hashbrown v0.14.5 |
672 | 2024-11-26T08:02:11.166Z | Downloaded quinn-proto v0.11.8 |
673 | 2024-11-26T08:02:11.173Z | Downloaded idna v0.5.0 |
674 | 2024-11-26T08:02:11.180Z | Downloaded reqwest v0.11.27 |
675 | 2024-11-26T08:02:11.187Z | Downloaded dropshot v0.12.0 |
676 | 2024-11-26T08:02:11.207Z | Downloaded zerocopy-derive v0.6.6 |
677 | 2024-11-26T08:02:11.217Z | Downloaded rustls-webpki v0.102.8 |
678 | 2024-11-26T08:02:11.234Z | Downloaded itertools v0.13.0 |
679 | 2024-11-26T08:02:11.241Z | Downloaded hyper v1.5.1 |
680 | 2024-11-26T08:02:11.247Z | Downloaded h2 v0.3.26 |
681 | 2024-11-26T08:02:11.254Z | Downloaded tracing v0.1.40 |
682 | 2024-11-26T08:02:11.258Z | Downloaded regex v1.10.6 |
683 | 2024-11-26T08:02:11.271Z | Downloaded zerocopy v0.7.35 |
684 | 2024-11-26T08:02:11.287Z | Downloaded chrono v0.4.38 |
685 | 2024-11-26T08:02:11.294Z | Downloaded mio v1.0.2 |
686 | 2024-11-26T08:02:11.300Z | Downloaded hyper v0.14.30 |
687 | 2024-11-26T08:02:11.308Z | Downloaded vcpkg v0.2.15 |
688 | 2024-11-26T08:02:11.346Z | Downloaded rustls v0.21.12 |
689 | 2024-11-26T08:02:11.357Z | Downloaded syn v1.0.109 |
690 | 2024-11-26T08:02:11.367Z | Downloaded minimal-lexical v0.2.1 |
691 | 2024-11-26T08:02:11.371Z | Downloaded steno v0.4.1 |
692 | 2024-11-26T08:02:11.376Z | Downloaded tokio-rustls v0.24.1 |
693 | 2024-11-26T08:02:11.379Z | Downloaded hickory-resolver v0.24.1 |
694 | 2024-11-26T08:02:11.382Z | Downloaded itoa v1.0.11 |
695 | 2024-11-26T08:02:11.384Z | Downloaded syn v2.0.87 |
696 | 2024-11-26T08:02:11.396Z | Downloaded webpki-roots v0.25.4 |
697 | 2024-11-26T08:02:11.399Z | Downloaded parking_lot v0.11.2 |
698 | 2024-11-26T08:02:11.402Z | Downloaded linear-map v1.2.0 |
699 | 2024-11-26T08:02:11.405Z | Downloaded generic-array v0.14.7 |
700 | 2024-11-26T08:02:11.405Z | Downloaded ryu v1.0.18 |
701 | 2024-11-26T08:02:11.407Z | Downloaded futures v0.3.30 |
702 | 2024-11-26T08:02:11.413Z | Downloaded unicode-width v0.1.14 |
703 | 2024-11-26T08:02:11.419Z | Downloaded regress v0.9.1 |
704 | 2024-11-26T08:02:11.428Z | Downloaded rustls v0.23.13 |
705 | 2024-11-26T08:02:11.456Z | Downloaded rhai v1.20.0 |
706 | 2024-11-26T08:02:11.468Z | Downloaded smoltcp v0.11.0 |
707 | 2024-11-26T08:02:11.481Z | Downloaded openapiv3 v2.0.0 |
708 | 2024-11-26T08:02:11.493Z | Downloaded rustls v0.22.4 |
709 | 2024-11-26T08:02:11.507Z | Downloaded rustix v0.38.37 |
710 | 2024-11-26T08:02:11.529Z | Downloaded regex-syntax v0.8.4 |
711 | 2024-11-26T08:02:11.538Z | Downloaded petgraph v0.6.5 |
712 | 2024-11-26T08:02:11.555Z | Downloaded regress v0.10.1 |
713 | 2024-11-26T08:02:11.565Z | Downloaded darling_core v0.20.10 |
714 | 2024-11-26T08:02:11.569Z | Downloaded typify-impl v0.2.0 |
715 | 2024-11-26T08:02:11.585Z | Downloaded sled v0.34.7 |
716 | 2024-11-26T08:02:11.596Z | Downloaded unicode-bidi v0.3.15 |
717 | 2024-11-26T08:02:11.599Z | Downloaded hyper-rustls v0.27.3 |
718 | 2024-11-26T08:02:11.601Z | Downloaded cc v1.1.21 |
719 | 2024-11-26T08:02:11.603Z | Downloaded zeroize v1.8.1 |
720 | 2024-11-26T08:02:11.606Z | Downloaded slog-async v2.8.0 |
721 | 2024-11-26T08:02:11.606Z | Downloaded quote v1.0.37 |
722 | 2024-11-26T08:02:11.609Z | Downloaded progenitor-impl v0.8.0 |
723 | 2024-11-26T08:02:11.612Z | Downloaded proc-macro2 v1.0.86 |
724 | 2024-11-26T08:02:11.614Z | Downloaded num_enum_derive v0.7.3 |
725 | 2024-11-26T08:02:11.614Z | Downloaded num_enum_derive v0.5.11 |
726 | 2024-11-26T08:02:11.614Z | Downloaded num_enum v0.5.11 |
727 | 2024-11-26T08:02:11.619Z | Downloaded signal-hook-registry v1.4.2 |
728 | 2024-11-26T08:02:11.622Z | Downloaded sha2 v0.10.8 |
729 | 2024-11-26T08:02:11.624Z | Downloaded regex-automata v0.4.7 |
730 | 2024-11-26T08:02:11.641Z | Downloaded base64 v0.21.7 |
731 | 2024-11-26T08:02:11.643Z | Downloaded managed v0.8.0 |
732 | 2024-11-26T08:02:11.646Z | Downloaded once_cell v1.20.2 |
733 | 2024-11-26T08:02:11.648Z | Downloaded derive-where v1.2.7 |
734 | 2024-11-26T08:02:11.651Z | Downloaded bitflags v2.6.0 |
735 | 2024-11-26T08:02:11.654Z | Downloaded embedded-io v0.4.0 |
736 | 2024-11-26T08:02:11.663Z | Downloaded encoding_rs v0.8.34 |
737 | 2024-11-26T08:02:11.677Z | Downloaded defmt v0.3.8 |
738 | 2024-11-26T08:02:11.680Z | Downloaded data-encoding v2.6.0 |
739 | 2024-11-26T08:02:11.683Z | Downloaded darling v0.20.10 |
740 | 2024-11-26T08:02:11.685Z | Downloaded tokio v1.40.0 |
741 | 2024-11-26T08:02:11.723Z | Downloaded camino-tempfile v1.1.1 |
742 | 2024-11-26T08:02:11.727Z | Downloaded slog-json v2.6.1 |
743 | 2024-11-26T08:02:11.727Z | Downloaded serde_tokenstream v0.2.2 |
744 | 2024-11-26T08:02:11.727Z | Downloaded deranged v0.3.11 |
745 | 2024-11-26T08:02:11.729Z | Downloaded num_enum v0.7.3 |
746 | 2024-11-26T08:02:11.732Z | Downloaded rhai_codegen v2.2.0 |
747 | 2024-11-26T08:02:11.739Z | Downloaded console v0.15.8 |
748 | 2024-11-26T08:02:11.742Z | Downloaded libc v0.2.165 |
749 | 2024-11-26T08:02:11.766Z | Downloaded indent_write v2.2.0 |
750 | 2024-11-26T08:02:11.769Z | Downloaded slab v0.4.9 |
751 | 2024-11-26T08:02:11.769Z | Downloaded shlex v1.3.0 |
752 | 2024-11-26T08:02:11.771Z | Downloaded sha1 v0.10.6 |
753 | 2024-11-26T08:02:11.771Z | Downloaded blake2 v0.10.6 |
754 | 2024-11-26T08:02:11.774Z | Downloaded crossbeam-utils v0.8.20 |
755 | 2024-11-26T08:02:11.776Z | Downloaded crc32fast v1.4.2 |
756 | 2024-11-26T08:02:11.778Z | Downloaded clap_derive v4.5.18 |
757 | 2024-11-26T08:02:11.781Z | Downloaded rustversion v1.0.17 |
758 | 2024-11-26T08:02:11.783Z | Downloaded futures-core v0.3.30 |
759 | 2024-11-26T08:02:11.783Z | Downloaded rand_core v0.6.4 |
760 | 2024-11-26T08:02:11.785Z | Downloaded futures-macro v0.3.30 |
761 | 2024-11-26T08:02:11.785Z | Downloaded futures-io v0.3.30 |
762 | 2024-11-26T08:02:11.788Z | Downloaded futures-executor v0.3.30 |
763 | 2024-11-26T08:02:11.788Z | Downloaded form_urlencoded v1.2.1 |
764 | 2024-11-26T08:02:11.788Z | Downloaded fastrand v2.1.1 |
765 | 2024-11-26T08:02:11.790Z | Downloaded errno v0.3.9 |
766 | 2024-11-26T08:02:11.790Z | Downloaded enum-as-inner v0.6.1 |
767 | 2024-11-26T08:02:11.793Z | Downloaded embedded-io v0.6.1 |
768 | 2024-11-26T08:02:11.793Z | Downloaded debug-ignore v1.0.5 |
769 | 2024-11-26T08:02:11.795Z | Downloaded float-ord v0.3.2 |
770 | 2024-11-26T08:02:11.795Z | Downloaded fixedbitset v0.4.2 |
771 | 2024-11-26T08:02:11.798Z | Downloaded dirs-next v2.0.0 |
772 | 2024-11-26T08:02:11.798Z | Downloaded digest v0.10.7 |
773 | 2024-11-26T08:02:11.800Z | Downloaded defmt-parser v0.3.4 |
774 | 2024-11-26T08:02:11.800Z | Downloaded crypto-common v0.1.6 |
775 | 2024-11-26T08:02:11.800Z | Downloaded rand_chacha v0.3.1 |
776 | 2024-11-26T08:02:11.802Z | Downloaded usdt-macro v0.5.0 |
777 | 2024-11-26T08:02:11.803Z | Downloaded instant v0.1.13 |
778 | 2024-11-26T08:02:11.805Z | Downloaded hubpack_derive v0.1.1 |
779 | 2024-11-26T08:02:11.805Z | Downloaded camino v1.1.9 |
780 | 2024-11-26T08:02:11.808Z | Downloaded block-buffer v0.10.4 |
781 | 2024-11-26T08:02:11.809Z | Downloaded proc-macro-crate v1.3.1 |
782 | 2024-11-26T08:02:11.809Z | Downloaded foreign-types-shared v0.3.1 |
783 | 2024-11-26T08:02:11.811Z | Downloaded foreign-types-shared v0.1.1 |
784 | 2024-11-26T08:02:11.811Z | Downloaded cobs v0.2.3 |
785 | 2024-11-26T08:02:11.811Z | Downloaded autocfg v1.3.0 |
786 | 2024-11-26T08:02:11.811Z | Downloaded atomicwrites v0.4.4 |
787 | 2024-11-26T08:02:11.813Z | Downloaded anstyle-parse v0.2.5 |
788 | 2024-11-26T08:02:11.813Z | Downloaded anstream v0.6.15 |
789 | 2024-11-26T08:02:11.816Z | Downloaded percent-encoding v2.3.1 |
790 | 2024-11-26T08:02:12.008Z | Downloaded ring v0.17.8 |
791 | 2024-11-26T08:02:12.391Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-11-26T08:02:12.391Z | Compiling unicode-ident v1.0.13 |
793 | 2024-11-26T08:02:12.395Z | Compiling libc v0.2.165 |
794 | 2024-11-26T08:02:12.395Z | Compiling serde v1.0.215 |
795 | 2024-11-26T08:02:12.395Z | Compiling autocfg v1.3.0 |
796 | 2024-11-26T08:02:12.395Z | Compiling version_check v0.9.5 |
797 | 2024-11-26T08:02:12.427Z | Compiling cfg-if v1.0.0 |
798 | 2024-11-26T08:02:12.583Z | Compiling once_cell v1.20.2 |
799 | 2024-11-26T08:02:12.617Z | Compiling libm v0.2.8 |
800 | 2024-11-26T08:02:12.677Z | Compiling memchr v2.7.4 |
801 | 2024-11-26T08:02:13.099Z | Compiling lock_api v0.4.12 |
802 | 2024-11-26T08:02:13.547Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-11-26T08:02:13.669Z | Compiling byteorder v1.5.0 |
804 | 2024-11-26T08:02:13.789Z | Compiling shlex v1.3.0 |
805 | 2024-11-26T08:02:13.984Z | Compiling thiserror v1.0.64 |
806 | 2024-11-26T08:02:14.117Z | Compiling cc v1.1.21 |
807 | 2024-11-26T08:02:14.171Z | Compiling itoa v1.0.11 |
808 | 2024-11-26T08:02:14.402Z | Compiling portable-atomic v1.8.0 |
809 | 2024-11-26T08:02:14.427Z | Compiling slab v0.4.9 |
810 | 2024-11-26T08:02:14.646Z | Compiling schemars v0.8.21 |
811 | 2024-11-26T08:02:14.834Z | Compiling ahash v0.8.11 |
812 | 2024-11-26T08:02:15.028Z | Compiling quote v1.0.37 |
813 | 2024-11-26T08:02:15.234Z | Compiling getrandom v0.2.15 |
814 | 2024-11-26T08:02:15.441Z | Compiling syn v2.0.87 |
815 | 2024-11-26T08:02:15.640Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-11-26T08:02:15.675Z | Compiling num-traits v0.2.19 |
817 | 2024-11-26T08:02:15.692Z | Compiling ryu v1.0.18 |
818 | 2024-11-26T08:02:15.730Z | Compiling serde_json v1.0.133 |
819 | 2024-11-26T08:02:15.987Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-26T08:02:16.551Z | Compiling log v0.4.22 |
821 | 2024-11-26T08:02:16.616Z | Compiling scopeguard v1.2.0 |
822 | 2024-11-26T08:02:16.634Z | Compiling equivalent v1.0.1 |
823 | 2024-11-26T08:02:16.830Z | Compiling heck v0.5.0 |
824 | 2024-11-26T08:02:16.912Z | Compiling fnv v1.0.7 |
825 | 2024-11-26T08:02:17.070Z | Compiling crunchy v0.2.2 |
826 | 2024-11-26T08:02:17.283Z | Compiling ring v0.17.8 |
827 | 2024-11-26T08:02:17.285Z | Compiling vcpkg v0.2.15 |
828 | 2024-11-26T08:02:17.315Z | Compiling pkg-config v0.3.31 |
829 | 2024-11-26T08:02:17.593Z | Compiling mio v1.0.2 |
830 | 2024-11-26T08:02:18.342Z | Compiling socket2 v0.5.7 |
831 | 2024-11-26T08:02:18.387Z | Compiling signal-hook-registry v1.4.2 |
832 | 2024-11-26T08:02:18.546Z | Compiling slog v2.7.0 |
833 | 2024-11-26T08:02:18.720Z | Compiling tiny-keccak v2.0.2 |
834 | 2024-11-26T08:02:18.940Z | Compiling openssl-sys v0.9.103 |
835 | 2024-11-26T08:02:19.042Z | Compiling httparse v1.9.4 |
836 | 2024-11-26T08:02:19.210Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-26T08:02:19.751Z | Compiling const-random-macro v0.1.16 |
838 | 2024-11-26T08:02:19.932Z | Compiling futures-core v0.3.30 |
839 | 2024-11-26T08:02:20.012Z | Compiling dyn-clone v1.0.17 |
840 | 2024-11-26T08:02:20.185Z | Compiling futures-sink v0.3.30 |
841 | 2024-11-26T08:02:20.225Z | Compiling openssl v0.10.66 |
842 | 2024-11-26T08:02:20.547Z | Compiling rustls v0.23.13 |
843 | 2024-11-26T08:02:20.648Z | Compiling typenum v1.17.0 |
844 | 2024-11-26T08:02:20.721Z | Compiling const-random v0.1.18 |
845 | 2024-11-26T08:02:20.772Z | Compiling semver v1.0.23 |
846 | 2024-11-26T08:02:20.827Z | Compiling native-tls v0.2.12 |
847 | 2024-11-26T08:02:20.846Z | Compiling futures-channel v0.3.30 |
848 | 2024-11-26T08:02:20.881Z | Compiling futures-io v0.3.30 |
849 | 2024-11-26T08:02:20.913Z | Compiling futures-task v0.3.30 |
850 | 2024-11-26T08:02:21.026Z | Compiling pin-utils v0.1.0 |
851 | 2024-11-26T08:02:21.135Z | Compiling generic-array v0.14.7 |
852 | 2024-11-26T08:02:21.216Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-26T08:02:21.219Z | Compiling bitflags v2.6.0 |
854 | 2024-11-26T08:02:21.305Z | Compiling ucd-trie v0.1.6 |
855 | 2024-11-26T08:02:21.324Z | Compiling subtle v2.6.1 |
856 | 2024-11-26T08:02:21.343Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-26T08:02:21.574Z | Compiling regex-syntax v0.8.4 |
858 | 2024-11-26T08:02:21.597Z | Compiling anyhow v1.0.93 |
859 | 2024-11-26T08:02:21.766Z | Compiling time-core v0.1.2 |
860 | 2024-11-26T08:02:21.803Z | Compiling num-conv v0.1.0 |
861 | 2024-11-26T08:02:22.071Z | Compiling time-macros v0.2.18 |
862 | 2024-11-26T08:02:22.533Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-11-26T08:02:22.960Z | Compiling rustls-pki-types v1.8.0 |
864 | 2024-11-26T08:02:23.657Z | Compiling spin v0.9.8 |
865 | 2024-11-26T08:02:24.211Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-26T08:02:24.610Z | Compiling untrusted v0.9.0 |
867 | 2024-11-26T08:02:24.631Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-11-26T08:02:24.729Z | Compiling regex-automata v0.4.7 |
869 | 2024-11-26T08:02:25.203Z | Compiling strsim v0.11.1 |
870 | 2024-11-26T08:02:25.465Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-11-26T08:02:25.570Z | Compiling plain v0.2.3 |
872 | 2024-11-26T08:02:25.738Z | Compiling atomic-waker v1.1.2 |
873 | 2024-11-26T08:02:25.934Z | Compiling rustversion v1.0.17 |
874 | 2024-11-26T08:02:25.952Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-26T08:02:27.159Z | Compiling rand_core v0.6.4 |
876 | 2024-11-26T08:02:27.641Z | Compiling percent-encoding v2.3.1 |
877 | 2024-11-26T08:02:27.884Z | Compiling try-lock v0.2.5 |
878 | 2024-11-26T08:02:27.914Z | Compiling serde_derive v1.0.215 |
879 | 2024-11-26T08:02:27.992Z | Compiling zerocopy-derive v0.7.35 |
880 | 2024-11-26T08:02:28.052Z | Compiling thiserror-impl v1.0.64 |
881 | 2024-11-26T08:02:28.109Z | Compiling tokio-macros v2.4.0 |
882 | 2024-11-26T08:02:28.804Z | Compiling schemars_derive v0.8.21 |
883 | 2024-11-26T08:02:29.731Z | Compiling futures-macro v0.3.30 |
884 | 2024-11-26T08:02:30.114Z | Compiling zerocopy v0.7.35 |
885 | 2024-11-26T08:02:31.898Z | Compiling openssl-macros v0.1.1 |
886 | 2024-11-26T08:02:32.010Z | Compiling futures-util v0.3.30 |
887 | 2024-11-26T08:02:32.158Z | Compiling hashbrown v0.14.5 |
888 | 2024-11-26T08:02:32.247Z | Compiling tracing-attributes v0.1.27 |
889 | 2024-11-26T08:02:32.707Z | Compiling scroll_derive v0.12.0 |
890 | 2024-11-26T08:02:33.429Z | Compiling regress v0.10.1 |
891 | 2024-11-26T08:02:34.182Z | Compiling pest v2.7.13 |
892 | 2024-11-26T08:02:34.715Z | Compiling regex v1.10.6 |
893 | 2024-11-26T08:02:35.702Z | Compiling tracing v0.1.40 |
894 | 2024-11-26T08:02:36.356Z | Compiling scroll v0.12.0 |
895 | 2024-11-26T08:02:36.961Z | Compiling pest_meta v2.7.13 |
896 | 2024-11-26T08:02:37.059Z | Compiling goblin v0.8.2 |
897 | 2024-11-26T08:02:38.070Z | Compiling rustls-webpki v0.102.8 |
898 | 2024-11-26T08:02:38.844Z | Compiling pest_generator v2.7.13 |
899 | 2024-11-26T08:02:40.693Z | Compiling unsafe-libyaml v0.2.11 |
900 | 2024-11-26T08:02:41.198Z | Compiling pest_derive v2.7.13 |
901 | 2024-11-26T08:02:42.075Z | Compiling bytes v1.7.2 |
902 | 2024-11-26T08:02:42.476Z | Compiling smallvec v1.13.2 |
903 | 2024-11-26T08:02:43.025Z | Compiling indexmap v2.5.0 |
904 | 2024-11-26T08:02:43.536Z | Compiling uuid v1.11.0 |
905 | 2024-11-26T08:02:43.979Z | Compiling parking_lot v0.12.3 |
906 | 2024-11-26T08:02:44.087Z | Compiling chrono v0.4.38 |
907 | 2024-11-26T08:02:44.539Z | Compiling tokio v1.40.0 |
908 | 2024-11-26T08:02:44.779Z | Compiling serde_tokenstream v0.2.2 |
909 | 2024-11-26T08:02:44.836Z | Compiling http v1.1.0 |
910 | 2024-11-26T08:02:48.357Z | Compiling openapiv3 v2.0.0 |
911 | 2024-11-26T08:02:48.859Z | Compiling pretty-hex v0.4.1 |
912 | 2024-11-26T08:02:49.092Z | Compiling zeroize v1.8.1 |
913 | 2024-11-26T08:02:49.482Z | Compiling ipnetwork v0.20.0 |
914 | 2024-11-26T08:02:51.280Z | Compiling typify-impl v0.2.0 |
915 | 2024-11-26T08:02:52.483Z | Compiling http-body v1.0.1 |
916 | 2024-11-26T08:02:52.751Z | Compiling dof v0.3.0 |
917 | 2024-11-26T08:02:52.771Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-11-26T08:02:52.981Z | Compiling dtrace-parser v0.2.0 |
919 | 2024-11-26T08:02:53.525Z | Compiling want v0.3.1 |
920 | 2024-11-26T08:02:53.831Z | Compiling form_urlencoded v1.2.1 |
921 | 2024-11-26T08:02:54.351Z | Compiling tokio-util v0.7.12 |
922 | 2024-11-26T08:02:54.458Z | Compiling unicode-normalization v0.1.24 |
923 | 2024-11-26T08:02:55.770Z | Compiling h2 v0.4.6 |
924 | 2024-11-26T08:02:56.172Z | Compiling thread-id v4.2.2 |
925 | 2024-11-26T08:02:56.298Z | Compiling unicode-bidi v0.3.15 |
926 | 2024-11-26T08:02:56.341Z | Compiling ident_case v1.0.1 |
927 | 2024-11-26T08:02:56.520Z | Compiling syn v1.0.109 |
928 | 2024-11-26T08:02:56.583Z | Compiling rustls v0.22.4 |
929 | 2024-11-26T08:02:56.924Z | Compiling camino v1.1.9 |
930 | 2024-11-26T08:02:57.127Z | Compiling foreign-types-shared v0.1.1 |
931 | 2024-11-26T08:02:57.256Z | Compiling httpdate v1.0.3 |
932 | 2024-11-26T08:02:57.535Z | Compiling foreign-types v0.3.2 |
933 | 2024-11-26T08:02:57.680Z | Compiling darling_core v0.20.10 |
934 | 2024-11-26T08:02:57.998Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-26T08:02:59.230Z | Compiling tower-service v0.3.3 |
936 | 2024-11-26T08:02:59.426Z | Compiling slog-async v2.8.0 |
937 | 2024-11-26T08:03:00.438Z | Compiling rand_chacha v0.3.1 |
938 | 2024-11-26T08:03:02.149Z | Compiling hyper v1.5.1 |
939 | 2024-11-26T08:03:03.172Z | Compiling typify-macro v0.2.0 |
940 | 2024-11-26T08:03:03.921Z | Compiling darling_macro v0.20.10 |
941 | 2024-11-26T08:03:04.989Z | Compiling hyper-util v0.1.10 |
942 | 2024-11-26T08:03:07.163Z | Compiling typify v0.2.0 |
943 | 2024-11-26T08:03:07.312Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-11-26T08:03:10.492Z | Compiling idna v0.5.0 |
945 | 2024-11-26T08:03:10.553Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-26T08:03:12.264Z | Compiling multer v3.1.0 |
947 | 2024-11-26T08:03:12.620Z | Compiling openssl-probe v0.1.5 |
948 | 2024-11-26T08:03:13.126Z | Compiling paste v1.0.15 |
949 | 2024-11-26T08:03:14.025Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-11-26T08:03:14.976Z | Compiling url v2.5.2 |
951 | 2024-11-26T08:03:15.854Z | Compiling darling v0.20.10 |
952 | 2024-11-26T08:03:15.984Z | Compiling rand v0.8.5 |
953 | 2024-11-26T08:03:17.817Z | Compiling usdt-macro v0.5.0 |
954 | 2024-11-26T08:03:19.393Z | Compiling usdt-attr-macro v0.5.0 |
955 | 2024-11-26T08:03:20.498Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-26T08:03:21.123Z | Compiling async-trait v0.1.83 |
957 | 2024-11-26T08:03:23.378Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-26T08:03:23.593Z | Compiling base64 v0.22.1 |
959 | 2024-11-26T08:03:23.819Z | Compiling ipnet v2.10.0 |
960 | 2024-11-26T08:03:24.760Z | Compiling mime v0.3.17 |
961 | 2024-11-26T08:03:25.746Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-26T08:03:26.771Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-26T08:03:28.621Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-26T08:03:28.769Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-26T08:03:29.129Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-26T08:03:29.587Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-26T08:03:30.251Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-11-26T08:03:31.393Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-11-26T08:03:32.785Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-26T08:03:33.005Z | Compiling dropshot v0.12.0 |
971 | 2024-11-26T08:03:33.366Z | Compiling powerfmt v0.2.0 |
972 | 2024-11-26T08:03:33.823Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-11-26T08:03:33.843Z | Compiling deranged v0.3.11 |
974 | 2024-11-26T08:03:34.314Z | Compiling structmeta v0.3.0 |
975 | 2024-11-26T08:03:34.476Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-26T08:03:34.723Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-26T08:03:35.837Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-26T08:03:36.670Z | Compiling winnow v0.6.18 |
979 | 2024-11-26T08:03:38.435Z | Compiling num_threads v0.1.7 |
980 | 2024-11-26T08:03:38.916Z | Compiling time v0.3.36 |
981 | 2024-11-26T08:03:40.300Z | Compiling reqwest v0.12.9 |
982 | 2024-11-26T08:03:41.171Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-26T08:03:43.473Z | Compiling crypto-common v0.1.6 |
984 | 2024-11-26T08:03:43.703Z | Compiling block-buffer v0.10.4 |
985 | 2024-11-26T08:03:43.968Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-26T08:03:45.533Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-26T08:03:48.392Z | Compiling digest v0.10.7 |
988 | 2024-11-26T08:03:48.905Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-26T08:03:49.831Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-26T08:03:51.203Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-26T08:03:52.225Z | Compiling lazy_static v1.5.0 |
992 | 2024-11-26T08:03:52.318Z | Compiling rustix v0.38.37 |
993 | 2024-11-26T08:03:52.612Z | Compiling match_cfg v0.1.0 |
994 | 2024-11-26T08:03:52.722Z | Compiling hostname v0.3.1 |
995 | 2024-11-26T08:03:53.184Z | Compiling progenitor v0.8.0 |
996 | 2024-11-26T08:03:53.419Z | Compiling dirs-next v2.0.0 |
997 | 2024-11-26T08:03:56.334Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-26T08:03:56.514Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-26T08:03:57.419Z | Compiling thread_local v1.1.8 |
1000 | 2024-11-26T08:03:57.605Z | Compiling errno v0.3.9 |
1001 | 2024-11-26T08:03:58.084Z | Compiling instant v0.1.13 |
1002 | 2024-11-26T08:03:58.262Z | Compiling unicode-width v0.1.14 |
1003 | 2024-11-26T08:03:58.843Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-11-26T08:03:59.685Z | Compiling futures v0.3.30 |
1005 | 2024-11-26T08:04:01.218Z | Compiling term v0.7.0 |
1006 | 2024-11-26T08:04:02.193Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-26T08:04:04.846Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-26T08:04:05.025Z | Compiling memmap v0.7.0 |
1009 | 2024-11-26T08:04:05.111Z | Compiling is-terminal v0.4.13 |
1010 | 2024-11-26T08:04:05.561Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-26T08:04:05.770Z | Compiling usdt v0.5.0 |
1012 | 2024-11-26T08:04:06.027Z | Compiling slog-term v2.9.1 |
1013 | 2024-11-26T08:04:07.268Z | Compiling toml_edit v0.22.21 |
1014 | 2024-11-26T08:04:09.428Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-26T08:04:09.881Z | Compiling strum v0.26.3 |
1016 | 2024-11-26T08:04:10.095Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-26T08:04:11.896Z | Compiling heapless v0.8.0 |
1018 | 2024-11-26T08:04:12.485Z | Compiling debug-ignore v1.0.5 |
1019 | 2024-11-26T08:04:14.592Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-26T08:04:15.289Z | Compiling toml v0.8.19 |
1021 | 2024-11-26T08:04:15.631Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-11-26T08:04:15.923Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-26T08:04:16.761Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-26T08:04:17.084Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-26T08:04:17.432Z | Compiling hex v0.4.3 |
1026 | 2024-11-26T08:04:17.665Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-11-26T08:04:18.164Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-26T08:04:18.487Z | Compiling hostname v0.4.0 |
1029 | 2024-11-26T08:04:18.706Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-26T08:04:18.844Z | Compiling stable_deref_trait v1.2.0 |
1031 | 2024-11-26T08:04:18.955Z | Compiling smoltcp v0.11.0 |
1032 | 2024-11-26T08:04:21.750Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-26T08:04:21.985Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-26T08:04:22.176Z | Compiling backoff v0.4.0 |
1035 | 2024-11-26T08:04:22.574Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-26T08:04:22.594Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-26T08:04:22.814Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-26T08:04:24.836Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-26T08:04:25.456Z | Compiling regress v0.9.1 |
1040 | 2024-11-26T08:04:27.272Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-26T08:04:29.040Z | Compiling cobs v0.2.3 |
1042 | 2024-11-26T08:04:29.490Z | Compiling managed v0.8.0 |
1043 | 2024-11-26T08:04:30.037Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1044 | 2024-11-26T08:04:30.314Z | Compiling winnow v0.5.40 |
1045 | 2024-11-26T08:04:30.735Z | Compiling utf8parse v0.2.2 |
1046 | 2024-11-26T08:04:30.919Z | Compiling bitflags v1.3.2 |
1047 | 2024-11-26T08:04:32.035Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-11-26T08:04:33.058Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-11-26T08:04:34.100Z | Compiling toml_edit v0.19.15 |
1050 | 2024-11-26T08:04:34.304Z | Compiling postcard v1.0.10 |
1051 | 2024-11-26T08:04:39.753Z | Compiling anstyle v1.0.10 |
1052 | 2024-11-26T08:04:39.972Z | Compiling colorchoice v1.0.2 |
1053 | 2024-11-26T08:04:40.150Z | Compiling is_terminal_polyfill v1.70.1 |
1054 | 2024-11-26T08:04:40.401Z | Compiling anstyle-query v1.1.1 |
1055 | 2024-11-26T08:04:40.557Z | Compiling anstream v0.6.15 |
1056 | 2024-11-26T08:04:41.663Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-26T08:04:42.952Z | Compiling terminal_size v0.4.0 |
1058 | 2024-11-26T08:04:43.004Z | Compiling clap_lex v0.7.2 |
1059 | 2024-11-26T08:04:43.307Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-11-26T08:04:43.684Z | Compiling clap_builder v4.5.21 |
1061 | 2024-11-26T08:04:44.172Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-11-26T08:04:45.094Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-26T08:04:45.850Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-26T08:04:46.088Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-26T08:04:47.093Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-26T08:04:47.229Z | Compiling foreign-types v0.5.0 |
1067 | 2024-11-26T08:04:47.232Z | Compiling num_enum v0.5.11 |
1068 | 2024-11-26T08:04:47.821Z | Compiling clap v4.5.21 |
1069 | 2024-11-26T08:04:48.004Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-11-26T08:04:48.483Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-26T08:04:48.675Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-26T08:04:49.038Z | Compiling prettyplease v0.2.22 |
1073 | 2024-11-26T08:04:49.063Z | Compiling pretty-hex v0.2.1 |
1074 | 2024-11-26T08:04:49.274Z | Compiling heck v0.4.1 |
1075 | 2024-11-26T08:04:49.383Z | Compiling either v1.13.0 |
1076 | 2024-11-26T08:04:49.854Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-26T08:04:50.255Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-26T08:04:50.389Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-26T08:04:51.373Z | Compiling num-iter v0.1.45 |
1080 | 2024-11-26T08:04:51.470Z | Compiling num-rational v0.4.2 |
1081 | 2024-11-26T08:04:51.954Z | Compiling colored v2.1.0 |
1082 | 2024-11-26T08:04:53.577Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-26T08:04:54.255Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-11-26T08:04:54.292Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-11-26T08:04:54.654Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1086 | 2024-11-26T08:04:54.673Z | Compiling fastrand v2.1.1 |
1087 | 2024-11-26T08:04:54.920Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1088 | 2024-11-26T08:04:55.166Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-11-26T08:04:55.323Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1090 | 2024-11-26T08:04:55.835Z | Compiling tempfile v3.12.0 |
1091 | 2024-11-26T08:04:56.516Z | Compiling num v0.4.3 |
1092 | 2024-11-26T08:05:00.173Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-26T08:05:00.445Z | Compiling float-ord v0.3.2 |
1094 | 2024-11-26T08:05:00.582Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-11-26T08:05:00.746Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-26T08:05:08.501Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-11-26T08:05:08.802Z | Compiling semver v0.1.20 |
1098 | 2024-11-26T08:05:09.380Z | Compiling newline-converter v0.3.0 |
1099 | 2024-11-26T08:05:09.606Z | Compiling rustc_version v0.1.7 |
1100 | 2024-11-26T08:05:09.626Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-11-26T08:05:09.752Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-26T08:05:10.142Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-26T08:05:10.430Z | Compiling itertools v0.10.5 |
1104 | 2024-11-26T08:05:10.971Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-26T08:05:11.113Z | Compiling console v0.15.8 |
1106 | 2024-11-26T08:05:11.473Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-26T08:05:12.617Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-26T08:05:12.923Z | Compiling similar v2.6.0 |
1109 | 2024-11-26T08:05:13.741Z | Compiling base64ct v1.6.0 |
1110 | 2024-11-26T08:05:13.934Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-11-26T08:05:14.100Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-11-26T08:05:14.324Z | Compiling password-hash v0.5.0 |
1113 | 2024-11-26T08:05:14.388Z | Compiling expectorate v1.1.0 |
1114 | 2024-11-26T08:05:14.671Z | Compiling zone v0.3.0 |
1115 | 2024-11-26T08:05:15.713Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-26T08:05:16.472Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-26T08:05:16.502Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-26T08:05:18.041Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-26T08:05:18.439Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-26T08:05:18.999Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-26T08:05:19.389Z | Compiling smf v0.2.3 |
1122 | 2024-11-26T08:05:19.652Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-26T08:05:19.769Z | Compiling whoami v1.5.2 |
1124 | 2024-11-26T08:05:19.969Z | Compiling cancel-safe-futures v0.1.5 |
1125 | 2024-11-26T08:05:20.323Z | Compiling owo-colors v4.1.0 |
1126 | 2024-11-26T08:05:20.362Z | Compiling fixedbitset v0.4.2 |
1127 | 2024-11-26T08:05:20.697Z | Compiling petgraph v0.6.5 |
1128 | 2024-11-26T08:05:21.130Z | Compiling hubpack v0.1.2 |
1129 | 2024-11-26T08:05:21.620Z | Compiling argon2 v0.5.3 |
1130 | 2024-11-26T08:05:21.728Z | Compiling zerocopy v0.6.6 |
1131 | 2024-11-26T08:05:22.748Z | Compiling strum_macros v0.25.3 |
1132 | 2024-11-26T08:05:24.078Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-11-26T08:05:24.344Z | Compiling serde_repr v0.1.19 |
1134 | 2024-11-26T08:05:25.155Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-11-26T08:05:25.255Z | Compiling cookie v0.18.1 |
1136 | 2024-11-26T08:05:25.593Z | Compiling static_assertions v1.1.0 |
1137 | 2024-11-26T08:05:25.613Z | Compiling convert_case v0.4.0 |
1138 | 2024-11-26T08:05:25.781Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-26T08:05:26.384Z | Compiling derive_more v0.99.18 |
1140 | 2024-11-26T08:05:26.588Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-11-26T08:05:28.115Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-26T08:05:28.573Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-26T08:05:28.813Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-26T08:05:31.645Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-26T08:05:32.194Z | Compiling itertools v0.13.0 |
1146 | 2024-11-26T08:05:33.079Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-26T08:05:34.344Z | Compiling idna v0.4.0 |
1148 | 2024-11-26T08:05:34.490Z | Compiling libsw v3.3.1 |
1149 | 2024-11-26T08:05:34.835Z | Compiling derive-where v1.2.7 |
1150 | 2024-11-26T08:05:35.142Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-11-26T08:05:36.739Z | Compiling linked-hash-map v0.5.6 |
1152 | 2024-11-26T08:05:36.739Z | Compiling quick-error v1.2.3 |
1153 | 2024-11-26T08:05:36.739Z | Compiling swrite v0.1.0 |
1154 | 2024-11-26T08:05:36.739Z | Compiling linear-map v1.2.0 |
1155 | 2024-11-26T08:05:36.739Z | Compiling data-encoding v2.6.0 |
1156 | 2024-11-26T08:05:36.739Z | Compiling highway v1.2.0 |
1157 | 2024-11-26T08:05:36.739Z | Compiling indent_write v2.2.0 |
1158 | 2024-11-26T08:05:36.933Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-11-26T08:05:37.750Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-11-26T08:05:38.179Z | Compiling resolv-conf v0.7.0 |
1161 | 2024-11-26T08:05:38.202Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-26T08:05:40.311Z | Compiling lru-cache v0.1.2 |
1163 | 2024-11-26T08:05:40.361Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-26T08:05:41.337Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-26T08:05:41.758Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-26T08:05:43.577Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-26T08:05:43.655Z | Compiling steno v0.4.1 |
1168 | 2024-11-26T08:05:46.404Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-11-26T08:05:46.768Z | Compiling slog-dtrace v0.3.0 |
1170 | 2024-11-26T08:05:47.131Z | Compiling humantime v2.1.0 |
1171 | 2024-11-26T08:05:47.561Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-11-26T08:05:48.052Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-11-26T08:05:48.067Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-11-26T08:05:48.189Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-11-26T08:05:50.761Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-26T08:05:50.807Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-26T08:05:51.474Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-26T08:05:52.012Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-26T08:05:52.677Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-11-26T08:05:53.064Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-11-26T08:05:53.906Z | Compiling parking_lot v0.11.2 |
1182 | 2024-11-26T08:05:54.030Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-11-26T08:05:55.548Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-26T08:05:55.911Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-26T08:05:58.155Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-26T08:05:58.448Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-26T08:05:58.696Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-26T08:05:59.229Z | Compiling crc8 v0.1.1 |
1189 | 2024-11-26T08:05:59.322Z | Compiling arc-swap v1.7.1 |
1190 | 2024-11-26T08:05:59.544Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-11-26T08:06:00.025Z | Compiling slog-scope v4.4.0 |
1192 | 2024-11-26T08:06:00.814Z | Compiling sled v0.34.7 |
1193 | 2024-11-26T08:06:04.537Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-26T08:06:04.909Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-11-26T08:06:05.439Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-11-26T08:06:06.235Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-11-26T08:06:08.539Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-26T08:06:08.945Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-11-26T08:06:20.440Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-26T08:06:25.261Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-26T08:06:26.326Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-26T08:06:54.753Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1203 | 2024-11-26T08:06:54.755Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-11-26T08:07:01.877Z | Finished `release` profile [optimized] target(s) in 5m 11s |
1205 | 2024-11-26T08:07:02.184Z | + banner trio |
1206 | 2024-11-26T08:07:02.186Z | |
1207 | 2024-11-26T08:07:02.186Z | ##### ##### # #### |
1208 | 2024-11-26T08:07:02.187Z | # # # # # # |
1209 | 2024-11-26T08:07:02.187Z | # # # # # # |
1210 | 2024-11-26T08:07:02.187Z | # ##### # # # |
1211 | 2024-11-26T08:07:02.187Z | # # # # # # |
1212 | 2024-11-26T08:07:02.187Z | # # # # #### |
1213 | 2024-11-26T08:07:02.187Z | |
1214 | 2024-11-26T08:07:02.187Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1215 | 2024-11-26T08:07:02.653Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-26T08:07:02.653Z | Compiling libc v0.2.165 |
1217 | 2024-11-26T08:07:02.656Z | Compiling serde v1.0.215 |
1218 | 2024-11-26T08:07:02.656Z | Compiling once_cell v1.20.2 |
1219 | 2024-11-26T08:07:02.656Z | Compiling itoa v1.0.11 |
1220 | 2024-11-26T08:07:02.725Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-26T08:07:02.732Z | Compiling syn v2.0.87 |
1222 | 2024-11-26T08:07:02.736Z | Compiling bytes v1.7.2 |
1223 | 2024-11-26T08:07:02.782Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-26T08:07:02.949Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-26T08:07:03.081Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-26T08:07:03.119Z | Compiling ahash v0.8.11 |
1227 | 2024-11-26T08:07:03.159Z | Compiling memchr v2.7.4 |
1228 | 2024-11-26T08:07:03.170Z | Compiling allocator-api2 v0.2.18 |
1229 | 2024-11-26T08:07:03.193Z | Compiling schemars v0.8.21 |
1230 | 2024-11-26T08:07:03.431Z | Compiling scopeguard v1.2.0 |
1231 | 2024-11-26T08:07:03.518Z | Compiling smallvec v1.13.2 |
1232 | 2024-11-26T08:07:03.635Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-26T08:07:03.988Z | Compiling hashbrown v0.14.5 |
1234 | 2024-11-26T08:07:04.029Z | Compiling fnv v1.0.7 |
1235 | 2024-11-26T08:07:04.137Z | Compiling getrandom v0.2.15 |
1236 | 2024-11-26T08:07:04.151Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-11-26T08:07:04.232Z | Compiling mio v1.0.2 |
1238 | 2024-11-26T08:07:04.487Z | Compiling socket2 v0.5.7 |
1239 | 2024-11-26T08:07:04.645Z | Compiling parking_lot v0.12.3 |
1240 | 2024-11-26T08:07:05.001Z | Compiling signal-hook-registry v1.4.2 |
1241 | 2024-11-26T08:07:05.558Z | Compiling log v0.4.22 |
1242 | 2024-11-26T08:07:05.564Z | Compiling futures-core v0.3.30 |
1243 | 2024-11-26T08:07:05.955Z | Compiling equivalent v1.0.1 |
1244 | 2024-11-26T08:07:05.973Z | Compiling ryu v1.0.18 |
1245 | 2024-11-26T08:07:05.975Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-26T08:07:06.062Z | Compiling serde_json v1.0.133 |
1247 | 2024-11-26T08:07:06.096Z | Compiling uuid v1.11.0 |
1248 | 2024-11-26T08:07:06.184Z | Compiling regress v0.10.1 |
1249 | 2024-11-26T08:07:06.527Z | Compiling pin-utils v0.1.0 |
1250 | 2024-11-26T08:07:06.573Z | Compiling spin v0.9.8 |
1251 | 2024-11-26T08:07:06.616Z | Compiling futures-sink v0.3.30 |
1252 | 2024-11-26T08:07:06.667Z | Compiling futures-task v0.3.30 |
1253 | 2024-11-26T08:07:06.765Z | Compiling untrusted v0.9.0 |
1254 | 2024-11-26T08:07:06.777Z | Compiling slab v0.4.9 |
1255 | 2024-11-26T08:07:06.848Z | Compiling futures-util v0.3.30 |
1256 | 2024-11-26T08:07:06.944Z | Compiling ring v0.17.8 |
1257 | 2024-11-26T08:07:06.992Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-26T08:07:07.111Z | Compiling want v0.3.1 |
1259 | 2024-11-26T08:07:07.391Z | Compiling httparse v1.9.4 |
1260 | 2024-11-26T08:07:07.783Z | Compiling chrono v0.4.38 |
1261 | 2024-11-26T08:07:08.410Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-26T08:07:08.480Z | Compiling foreign-types-shared v0.1.1 |
1263 | 2024-11-26T08:07:08.586Z | Compiling tower-service v0.3.3 |
1264 | 2024-11-26T08:07:08.702Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-11-26T08:07:08.857Z | Compiling foreign-types v0.3.2 |
1266 | 2024-11-26T08:07:08.905Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-26T08:07:09.283Z | Compiling bitflags v2.6.0 |
1268 | 2024-11-26T08:07:09.654Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-11-26T08:07:09.889Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-11-26T08:07:09.954Z | Compiling http v1.1.0 |
1271 | 2024-11-26T08:07:10.081Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-11-26T08:07:10.421Z | Compiling semver v1.0.23 |
1273 | 2024-11-26T08:07:10.837Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-11-26T08:07:10.932Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-11-26T08:07:10.998Z | Compiling quote v1.0.37 |
1276 | 2024-11-26T08:07:11.445Z | Compiling tinyvec v1.8.0 |
1277 | 2024-11-26T08:07:11.920Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-26T08:07:12.403Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-11-26T08:07:13.207Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-11-26T08:07:13.445Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-26T08:07:14.566Z | Compiling http v0.2.12 |
1282 | 2024-11-26T08:07:14.584Z | Compiling heck v0.5.0 |
1283 | 2024-11-26T08:07:14.596Z | Compiling unicode-bidi v0.3.15 |
1284 | 2024-11-26T08:07:14.978Z | Compiling serde_derive v1.0.215 |
1285 | 2024-11-26T08:07:15.481Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2024-11-26T08:07:15.880Z | Compiling thiserror-impl v1.0.64 |
1287 | 2024-11-26T08:07:15.903Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-11-26T08:07:17.608Z | Compiling tokio-macros v2.4.0 |
1289 | 2024-11-26T08:07:17.916Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-11-26T08:07:18.796Z | Compiling thiserror v1.0.64 |
1291 | 2024-11-26T08:07:18.943Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-11-26T08:07:19.099Z | Compiling rustls-pki-types v1.8.0 |
1293 | 2024-11-26T08:07:19.292Z | Compiling tokio v1.40.0 |
1294 | 2024-11-26T08:07:19.312Z | Compiling regex-automata v0.4.7 |
1295 | 2024-11-26T08:07:19.843Z | Compiling openssl v0.10.66 |
1296 | 2024-11-26T08:07:20.360Z | Compiling idna v0.5.0 |
1297 | 2024-11-26T08:07:21.230Z | Compiling tracing v0.1.40 |
1298 | 2024-11-26T08:07:21.919Z | Compiling http-body v1.0.1 |
1299 | 2024-11-26T08:07:27.223Z | Compiling native-tls v0.2.12 |
1300 | 2024-11-26T08:07:28.323Z | Compiling atomic-waker v1.1.2 |
1301 | 2024-11-26T08:07:28.511Z | Compiling slog v2.7.0 |
1302 | 2024-11-26T08:07:29.026Z | Compiling tokio-util v0.7.12 |
1303 | 2024-11-26T08:07:29.629Z | Compiling indexmap v2.5.0 |
1304 | 2024-11-26T08:07:32.043Z | Compiling serde_tokenstream v0.2.2 |
1305 | 2024-11-26T08:07:32.847Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2024-11-26T08:07:33.888Z | Compiling regex-syntax v0.8.4 |
1307 | 2024-11-26T08:07:34.231Z | Compiling openapiv3 v2.0.0 |
1308 | 2024-11-26T08:07:36.494Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1309 | 2024-11-26T08:07:36.594Z | Compiling typify-impl v0.2.0 |
1310 | 2024-11-26T08:07:37.031Z | Compiling h2 v0.4.6 |
1311 | 2024-11-26T08:07:46.267Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-26T08:07:46.942Z | Compiling regex v1.10.6 |
1313 | 2024-11-26T08:07:47.959Z | Compiling url v2.5.2 |
1314 | 2024-11-26T08:07:48.454Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-26T08:07:48.664Z | Compiling mime v0.3.17 |
1316 | 2024-11-26T08:07:49.767Z | Compiling rustls v0.21.12 |
1317 | 2024-11-26T08:07:50.091Z | Compiling ipnet v2.10.0 |
1318 | 2024-11-26T08:07:51.652Z | Compiling typify-macro v0.2.0 |
1319 | 2024-11-26T08:07:52.849Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1320 | 2024-11-26T08:07:54.135Z | Compiling hyper v1.5.1 |
1321 | 2024-11-26T08:07:54.217Z | Compiling h2 v0.3.26 |
1322 | 2024-11-26T08:07:55.549Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-11-26T08:07:56.670Z | Compiling http-body v0.4.6 |
1324 | 2024-11-26T08:07:57.182Z | Compiling sct v0.7.1 |
1325 | 2024-11-26T08:07:57.239Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-26T08:07:57.628Z | Compiling zeroize v1.8.1 |
1327 | 2024-11-26T08:07:57.983Z | Compiling subtle v2.6.1 |
1328 | 2024-11-26T08:07:58.264Z | Compiling httpdate v1.0.3 |
1329 | 2024-11-26T08:07:59.037Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-11-26T08:07:59.206Z | Compiling serde_yaml v0.9.34+deprecated |
1331 | 2024-11-26T08:07:59.409Z | Compiling toml_edit v0.19.15 |
1332 | 2024-11-26T08:08:00.244Z | Compiling hyper v0.14.30 |
1333 | 2024-11-26T08:08:01.387Z | Compiling rustls v0.23.13 |
1334 | 2024-11-26T08:08:04.434Z | Compiling hyper-util v0.1.10 |
1335 | 2024-11-26T08:08:09.685Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-26T08:08:09.820Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-11-26T08:08:09.956Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-11-26T08:08:10.307Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-26T08:08:10.357Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-26T08:08:10.386Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-26T08:08:10.608Z | Compiling base64 v0.21.7 |
1342 | 2024-11-26T08:08:10.919Z | Compiling base64 v0.22.1 |
1343 | 2024-11-26T08:08:11.160Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-11-26T08:08:11.178Z | Compiling num_enum_derive v0.5.11 |
1345 | 2024-11-26T08:08:11.755Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-11-26T08:08:12.043Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-11-26T08:08:12.324Z | Compiling hyper-tls v0.6.0 |
1348 | 2024-11-26T08:08:12.533Z | Compiling hyper-rustls v0.27.3 |
1349 | 2024-11-26T08:08:12.533Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-26T08:08:12.832Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-26T08:08:12.842Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-11-26T08:08:12.970Z | Compiling typify v0.2.0 |
1353 | 2024-11-26T08:08:13.318Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-26T08:08:13.543Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-26T08:08:14.537Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-26T08:08:14.754Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-11-26T08:08:14.911Z | Compiling rand_core v0.6.4 |
1358 | 2024-11-26T08:08:15.406Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-26T08:08:15.907Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-11-26T08:08:16.043Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-11-26T08:08:16.164Z | Compiling powerfmt v0.2.0 |
1362 | 2024-11-26T08:08:16.499Z | Compiling webpki-roots v0.25.4 |
1363 | 2024-11-26T08:08:16.512Z | Compiling time-macros v0.2.18 |
1364 | 2024-11-26T08:08:16.599Z | Compiling deranged v0.3.11 |
1365 | 2024-11-26T08:08:16.661Z | Compiling reqwest v0.11.27 |
1366 | 2024-11-26T08:08:16.935Z | Compiling foreign-types v0.5.0 |
1367 | 2024-11-26T08:08:17.049Z | Compiling progenitor-impl v0.8.0 |
1368 | 2024-11-26T08:08:18.937Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1369 | 2024-11-26T08:08:19.548Z | Compiling dirs-next v2.0.0 |
1370 | 2024-11-26T08:08:19.829Z | Compiling rand_chacha v0.3.1 |
1371 | 2024-11-26T08:08:21.613Z | Compiling reqwest v0.12.9 |
1372 | 2024-11-26T08:08:23.764Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-11-26T08:08:25.653Z | Compiling num_enum v0.5.11 |
1374 | 2024-11-26T08:08:25.832Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-26T08:08:27.840Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-26T08:08:28.013Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-26T08:08:28.277Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-26T08:08:28.525Z | Compiling arc-swap v1.7.1 |
1379 | 2024-11-26T08:08:29.012Z | Compiling time-core v0.1.2 |
1380 | 2024-11-26T08:08:29.202Z | Compiling pretty-hex v0.2.1 |
1381 | 2024-11-26T08:08:29.255Z | Compiling num-conv v0.1.0 |
1382 | 2024-11-26T08:08:29.412Z | Compiling either v1.13.0 |
1383 | 2024-11-26T08:08:29.515Z | Compiling time v0.3.36 |
1384 | 2024-11-26T08:08:29.873Z | Compiling itertools v0.12.1 |
1385 | 2024-11-26T08:08:31.695Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-11-26T08:08:32.092Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-11-26T08:08:33.574Z | Compiling slog-scope v4.4.0 |
1388 | 2024-11-26T08:08:33.741Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-26T08:08:34.510Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-11-26T08:08:34.673Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-26T08:08:34.694Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-11-26T08:08:36.276Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-11-26T08:08:38.749Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-11-26T08:08:39.711Z | Compiling rand v0.8.5 |
1395 | 2024-11-26T08:08:41.611Z | Compiling term v0.7.0 |
1396 | 2024-11-26T08:08:46.269Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-11-26T08:08:46.930Z | Compiling anyhow v1.0.93 |
1398 | 2024-11-26T08:08:48.465Z | Compiling colored v2.1.0 |
1399 | 2024-11-26T08:08:49.301Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-26T08:08:49.430Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1401 | 2024-11-26T08:08:49.715Z | Compiling take_mut v0.2.2 |
1402 | 2024-11-26T08:08:49.804Z | Compiling winnow v0.6.18 |
1403 | 2024-11-26T08:08:49.885Z | Compiling slog-async v2.8.0 |
1404 | 2024-11-26T08:08:52.960Z | Compiling progenitor v0.8.0 |
1405 | 2024-11-26T08:08:53.174Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1406 | 2024-11-26T08:08:53.413Z | Compiling slog-term v2.9.1 |
1407 | 2024-11-26T08:08:54.259Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1408 | 2024-11-26T08:08:56.248Z | Compiling slog-stdlog v4.1.1 |
1409 | 2024-11-26T08:08:57.101Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1410 | 2024-11-26T08:09:00.925Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1411 | 2024-11-26T08:09:03.498Z | Compiling slog-envlogger v2.2.0 |
1412 | 2024-11-26T08:09:05.638Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-26T08:09:18.897Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-26T08:09:26.276Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1415 | 2024-11-26T08:09:26.358Z | Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757) |
1416 | 2024-11-26T08:09:26.405Z | |
1417 | 2024-11-26T08:09:26.405Z | running 1 test |
1418 | 2024-11-26T08:09:26.567Z | configure zone |
1419 | 2024-11-26T08:09:26.626Z | install zone |
1420 | 2024-11-26T08:10:26.407Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1421 | 2024-11-26T08:11:45.613Z | boot zone |
1422 | 2024-11-26T08:11:46.462Z | start zone s1 |
1423 | 2024-11-26T08:11:46.462Z | configure zone |
1424 | 2024-11-26T08:11:46.470Z | install zone |
1425 | 2024-11-26T08:13:40.278Z | boot zone |
1426 | 2024-11-26T08:13:41.196Z | start zone s2 |
1427 | 2024-11-26T08:13:41.197Z | configure zone |
1428 | 2024-11-26T08:13:41.204Z | install zone |
1429 | 2024-11-26T08:15:31.702Z | boot zone |
1430 | 2024-11-26T08:15:32.663Z | start zone t1 |
1431 | 2024-11-26T08:15:32.663Z | configure zone |
1432 | 2024-11-26T08:15:32.671Z | install zone |
1433 | 2024-11-26T08:17:19.742Z | boot zone |
1434 | 2024-11-26T08:17:20.520Z | waiting for zones to come up |
1435 | 2024-11-26T08:17:30.525Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-11-26T08:17:30.592Z | STATE STIME FMRI |
1437 | 2024-11-26T08:17:30.592Z | online 0:12:04 svc:/milestone/network:default |
1438 | 2024-11-26T08:17:30.592Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-11-26T08:17:30.639Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-26T08:17:30.693Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-26T08:17:30.758Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-11-26T08:17:30.763Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-11-26T08:17:30.767Z | |
1444 | 2024-11-26T08:17:30.767Z | running zone s1.trio setup |
1445 | 2024-11-26T08:17:30.767Z | [s1.trio] svcs milestone/network |
1446 | 2024-11-26T08:17:30.784Z | STATE STIME FMRI |
1447 | 2024-11-26T08:17:30.784Z | online 0:13:59 svc:/milestone/network:default |
1448 | 2024-11-26T08:17:30.784Z | [s1.trio] dladm |
1449 | 2024-11-26T08:17:30.806Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-11-26T08:17:30.806Z | sl0 simnet 9000 up -- ? |
1451 | 2024-11-26T08:17:30.806Z | mg2 vnic 9000 up -- ? |
1452 | 2024-11-26T08:17:30.806Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-11-26T08:17:31.350Z | |
1454 | 2024-11-26T08:17:31.350Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-11-26T08:17:31.374Z | |
1456 | 2024-11-26T08:17:31.374Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-11-26T08:17:31.394Z | |
1458 | 2024-11-26T08:17:31.394Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-11-26T08:17:31.482Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-11-26T08:17:31.527Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6a88d57c-2965-4074-9ff5-b749d94fdb40 --sled-uuid 3caedb5e-243f-4589-a317-dcd9c48dd7d2 -a sl0/v6 &> /opt/ddmd.log & |
1461 | 2024-11-26T08:17:31.548Z | |
1462 | 2024-11-26T08:17:31.548Z | running zone s2.trio setup |
1463 | 2024-11-26T08:17:31.548Z | [s2.trio] svcs milestone/network |
1464 | 2024-11-26T08:17:31.571Z | STATE STIME FMRI |
1465 | 2024-11-26T08:17:31.571Z | online 0:15:50 svc:/milestone/network:default |
1466 | 2024-11-26T08:17:31.571Z | [s2.trio] dladm |
1467 | 2024-11-26T08:17:31.592Z | LINK CLASS MTU STATE BRIDGE OVER |
1468 | 2024-11-26T08:17:31.592Z | sl1 simnet 9000 up -- ? |
1469 | 2024-11-26T08:17:31.593Z | mg3 vnic 9000 up -- ? |
1470 | 2024-11-26T08:17:31.593Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1471 | 2024-11-26T08:17:32.049Z | |
1472 | 2024-11-26T08:17:32.050Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1473 | 2024-11-26T08:17:32.073Z | |
1474 | 2024-11-26T08:17:32.073Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1475 | 2024-11-26T08:17:32.093Z | |
1476 | 2024-11-26T08:17:32.093Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1477 | 2024-11-26T08:17:32.138Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1478 | 2024-11-26T08:17:32.162Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c6bc1fd6-4635-4c9c-b597-c080e7cb51ed --sled-uuid 67dafb09-e69f-47a5-abbf-85d88d3a7d62 -a sl1/v6 &> /opt/ddmd.log & |
1479 | 2024-11-26T08:17:32.181Z | |
1480 | 2024-11-26T08:17:32.181Z | running zone t1.trio setup |
1481 | 2024-11-26T08:17:32.181Z | [t1.trio] svcs milestone/network |
1482 | 2024-11-26T08:17:32.205Z | STATE STIME FMRI |
1483 | 2024-11-26T08:17:32.205Z | - - svc:/milestone/network:default |
1484 | 2024-11-26T08:17:33.204Z | [t1.trio] svcs milestone/network |
1485 | 2024-11-26T08:17:33.225Z | STATE STIME FMRI |
1486 | 2024-11-26T08:17:33.225Z | - - svc:/milestone/network:default |
1487 | 2024-11-26T08:17:34.225Z | [t1.trio] svcs milestone/network |
1488 | 2024-11-26T08:17:34.246Z | STATE STIME FMRI |
1489 | 2024-11-26T08:17:34.246Z | - - svc:/milestone/network:default |
1490 | 2024-11-26T08:17:35.246Z | [t1.trio] svcs milestone/network |
1491 | 2024-11-26T08:17:35.268Z | STATE STIME FMRI |
1492 | 2024-11-26T08:17:35.268Z | - - svc:/milestone/network:default |
1493 | 2024-11-26T08:17:36.268Z | [t1.trio] svcs milestone/network |
1494 | 2024-11-26T08:17:36.289Z | STATE STIME FMRI |
1495 | 2024-11-26T08:17:36.289Z | - - svc:/milestone/network:default |
1496 | 2024-11-26T08:17:37.289Z | [t1.trio] svcs milestone/network |
1497 | 2024-11-26T08:17:37.311Z | STATE STIME FMRI |
1498 | 2024-11-26T08:17:37.311Z | - - svc:/milestone/network:default |
1499 | 2024-11-26T08:17:38.311Z | [t1.trio] svcs milestone/network |
1500 | 2024-11-26T08:17:38.332Z | STATE STIME FMRI |
1501 | 2024-11-26T08:17:38.332Z | - - svc:/milestone/network:default |
1502 | 2024-11-26T08:17:39.332Z | [t1.trio] svcs milestone/network |
1503 | 2024-11-26T08:17:39.357Z | STATE STIME FMRI |
1504 | 2024-11-26T08:17:39.357Z | online 0:17:38 svc:/milestone/network:default |
1505 | 2024-11-26T08:17:39.357Z | [t1.trio] dladm |
1506 | 2024-11-26T08:17:39.378Z | LINK CLASS MTU STATE BRIDGE OVER |
1507 | 2024-11-26T08:17:39.378Z | tfportrear0_0 simnet 9000 up -- ? |
1508 | 2024-11-26T08:17:39.378Z | tfportrear1_0 simnet 9000 up -- ? |
1509 | 2024-11-26T08:17:39.378Z | mg1 vnic 9000 up -- ? |
1510 | 2024-11-26T08:17:39.378Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1511 | 2024-11-26T08:17:40.002Z | |
1512 | 2024-11-26T08:17:40.002Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1513 | 2024-11-26T08:17:40.025Z | |
1514 | 2024-11-26T08:17:40.025Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1515 | 2024-11-26T08:17:40.048Z | |
1516 | 2024-11-26T08:17:40.048Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1517 | 2024-11-26T08:17:40.067Z | |
1518 | 2024-11-26T08:17:40.068Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1519 | 2024-11-26T08:17:40.275Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1520 | 2024-11-26T08:17:40.278Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1521 | 2024-11-26T08:17:40.282Z | waiting 3s for copy of files to zone to complete ... |
1522 | 2024-11-26T08:17:43.282Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1523 | 2024-11-26T08:17:43.328Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1524 | 2024-11-26T08:17:43.350Z | [t1.trio] svcadm enable dendrite |
1525 | 2024-11-26T08:17:43.390Z | |
1526 | 2024-11-26T08:17:43.390Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1527 | 2024-11-26T08:17:43.436Z | |
1528 | 2024-11-26T08:17:43.436Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1529 | 2024-11-26T08:17:43.481Z | |
1530 | 2024-11-26T08:17:43.481Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1531 | 2024-11-26T08:17:43.524Z | |
1532 | 2024-11-26T08:17:43.524Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1533 | 2024-11-26T08:17:43.564Z | |
1534 | 2024-11-26T08:17:43.564Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1535 | 2024-11-26T08:17:43.605Z | |
1536 | 2024-11-26T08:17:43.606Z | [t1.trio] svcadm refresh dendrite:default |
1537 | 2024-11-26T08:17:43.642Z | |
1538 | 2024-11-26T08:17:43.642Z | [t1.trio] svcadm restart dendrite:default |
1539 | 2024-11-26T08:17:43.679Z | |
1540 | 2024-11-26T08:17:43.679Z | wait 10s for dendrite to come up ... |
1541 | 2024-11-26T08:17:53.680Z | [t1.trio] svcadm enable tfport |
1542 | 2024-11-26T08:17:53.718Z | |
1543 | 2024-11-26T08:17:53.718Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid f13b6de8-67a7-4495-b3e1-7b632d202962 --sled-uuid d302cef2-3355-4ff0-8fd4-be83d7d88169 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1544 | 2024-11-26T08:17:53.736Z | |
1545 | 2024-11-26T08:17:53.736Z | [t1.trio] ipadm |
1546 | 2024-11-26T08:17:53.760Z | ADDROBJ TYPE STATE ADDR |
1547 | 2024-11-26T08:17:53.760Z | lo0/v4 static ok 127.0.0.1/8 |
1548 | 2024-11-26T08:17:53.760Z | mg1/v4 static ok 10.0.0.3/24 |
1549 | 2024-11-26T08:17:53.761Z | lo0/v6 static ok ::1/128 |
1550 | 2024-11-26T08:17:53.761Z | lo0/u6 static ok fd00:3::1/64 |
1551 | 2024-11-26T08:17:53.761Z | tfportrear0_0/v6 addrconf ok fe80::ac67:a4ff:fe47:255e%tfportrear0_0/10 |
1552 | 2024-11-26T08:17:53.761Z | tfportrear1_0/v6 addrconf ok fe80::b466:1ff:fe9c:8eba%tfportrear1_0/10 |
1553 | 2024-11-26T08:17:55.977Z | initial peering test passed |
1554 | 2024-11-26T08:17:56.978Z | advertise from one passed |
1555 | 2024-11-26T08:17:57.980Z | advertise from two passed |
1556 | 2024-11-26T08:17:57.980Z | [s1.trio] ping fd00:2::1 |
1557 | 2024-11-26T08:17:58.010Z | fd00:2::1 is alive |
1558 | 2024-11-26T08:17:58.010Z | [s2.trio] ping fd00:1::1 |
1559 | 2024-11-26T08:17:58.029Z | fd00:1::1 is alive |
1560 | 2024-11-26T08:17:58.029Z | connectivity test passed |
1561 | 2024-11-26T08:17:58.029Z | [t1.trio] pkill ddmd |
1562 | 2024-11-26T08:17:58.049Z | |
1563 | 2024-11-26T08:18:04.052Z | [t1.trio] svcadm enable dendrite |
1564 | 2024-11-26T08:18:04.092Z | |
1565 | 2024-11-26T08:18:04.092Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1566 | 2024-11-26T08:18:04.135Z | |
1567 | 2024-11-26T08:18:04.135Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1568 | 2024-11-26T08:18:04.177Z | |
1569 | 2024-11-26T08:18:04.177Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1570 | 2024-11-26T08:18:04.219Z | |
1571 | 2024-11-26T08:18:04.219Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1572 | 2024-11-26T08:18:04.261Z | |
1573 | 2024-11-26T08:18:04.261Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1574 | 2024-11-26T08:18:04.303Z | |
1575 | 2024-11-26T08:18:04.303Z | [t1.trio] svcadm refresh dendrite:default |
1576 | 2024-11-26T08:18:04.339Z | |
1577 | 2024-11-26T08:18:04.339Z | [t1.trio] svcadm restart dendrite:default |
1578 | 2024-11-26T08:18:04.375Z | |
1579 | 2024-11-26T08:18:04.375Z | wait 10s for dendrite to come up ... |
1580 | 2024-11-26T08:18:14.376Z | [t1.trio] svcadm enable tfport |
1581 | 2024-11-26T08:18:14.415Z | |
1582 | 2024-11-26T08:18:14.415Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 8b789d30-8917-4d8f-8fe4-9f4f800b5a74 --sled-uuid a5ed0932-9701-4f50-be4c-e84768f6161c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1583 | 2024-11-26T08:18:14.435Z | |
1584 | 2024-11-26T08:18:14.436Z | [t1.trio] ipadm |
1585 | 2024-11-26T08:18:14.457Z | ADDROBJ TYPE STATE ADDR |
1586 | 2024-11-26T08:18:14.457Z | lo0/v4 static ok 127.0.0.1/8 |
1587 | 2024-11-26T08:18:14.457Z | mg1/v4 static ok 10.0.0.3/24 |
1588 | 2024-11-26T08:18:14.457Z | lo0/v6 static ok ::1/128 |
1589 | 2024-11-26T08:18:14.457Z | lo0/u6 static ok fd00:3::1/64 |
1590 | 2024-11-26T08:18:14.457Z | tfportrear0_0/v6 addrconf ok fe80::ac67:a4ff:fe47:255e%tfportrear0_0/10 |
1591 | 2024-11-26T08:18:14.457Z | tfportrear1_0/v6 addrconf ok fe80::b466:1ff:fe9c:8eba%tfportrear1_0/10 |
1592 | 2024-11-26T08:18:17.461Z | [s1.trio] ping fd00:2::1 |
1593 | 2024-11-26T08:18:17.482Z | fd00:2::1 is alive |
1594 | 2024-11-26T08:18:17.482Z | [s2.trio] ping fd00:1::1 |
1595 | 2024-11-26T08:18:17.503Z | fd00:1::1 is alive |
1596 | 2024-11-26T08:18:17.503Z | transit router restart passed |
1597 | 2024-11-26T08:18:17.503Z | [s1.trio] pkill ddmd |
1598 | 2024-11-26T08:18:17.522Z | |
1599 | 2024-11-26T08:18:22.525Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cd496f9c-e166-4a00-b95f-63cb319d5569 --sled-uuid ff5b91df-6a21-486e-a61b-3b9f734527c0 -a sl0/v6 &> /opt/ddmd.log & |
1600 | 2024-11-26T08:18:22.547Z | |
1601 | 2024-11-26T08:18:25.550Z | [s1.trio] ping fd00:2::1 |
1602 | 2024-11-26T08:18:25.574Z | fd00:2::1 is alive |
1603 | 2024-11-26T08:18:25.574Z | [s2.trio] ping fd00:1::1 |
1604 | 2024-11-26T08:18:25.594Z | fd00:1::1 is alive |
1605 | 2024-11-26T08:18:25.594Z | server router restart passed |
1606 | 2024-11-26T08:18:28.598Z | peer expiration recovery passed |
1607 | 2024-11-26T08:18:29.599Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1608 | 2024-11-26T08:18:29.624Z | 3 |
1609 | 2024-11-26T08:18:29.624Z | redundant advertise passed |
1610 | 2024-11-26T08:18:30.627Z | tunnel endpoint advertise passed |
1611 | 2024-11-26T08:18:35.628Z | redundant tunnel endpoint advertise passed |
1612 | 2024-11-26T08:18:35.628Z | [s1.trio] pkill ddmd |
1613 | 2024-11-26T08:18:35.650Z | |
1614 | 2024-11-26T08:18:40.650Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3c75d4ce-9ea9-43c4-9257-399227b59a86 --sled-uuid 5678feb9-1c95-4366-8849-024e28eec2a5 -a sl0/v6 &> /opt/ddmd.log & |
1615 | 2024-11-26T08:18:40.672Z | |
1616 | 2024-11-26T08:18:45.738Z | tunnel router restart passed |
1617 | 2024-11-26T08:18:46.740Z | tunnel endpoint withdraw passed |
1618 | 2024-11-26T08:18:46.755Z | [t1.trio] pkill ddmd |
1619 | 2024-11-26T08:18:46.781Z | |
1620 | 2024-11-26T08:18:46.781Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1621 | 2024-11-26T08:18:46.787Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1622 | 2024-11-26T08:18:49.273Z | [s2.trio] pkill ddmd |
1623 | 2024-11-26T08:18:49.294Z | |
1624 | 2024-11-26T08:18:49.294Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1625 | 2024-11-26T08:18:51.922Z | [s1.trio] pkill ddmd |
1626 | 2024-11-26T08:18:51.946Z | |
1627 | 2024-11-26T08:18:51.946Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1628 | 2024-11-26T08:18:54.243Z | [sidecar.trio] pkill softnpu |
1629 | 2024-11-26T08:18:54.263Z | |
1630 | 2024-11-26T08:18:54.263Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1631 | 2024-11-26T08:18:56.878Z | test ddm::test_trio_v3 ... ok |
1632 | 2024-11-26T08:18:56.878Z | |
1633 | 2024-11-26T08:18:56.878Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 570.46s |
1634 | 2024-11-26T08:18:56.878Z | |
1635 | 2024-11-26T08:18:56.907Z | + cleanup |
1636 | 2024-11-26T08:18:56.909Z | ++ id -un |
1637 | 2024-11-26T08:18:56.949Z | ++ id -gn |
1638 | 2024-11-26T08:18:56.952Z | + pfexec chown -R build:build . |
1639 | 2024-11-26T08:18:57.035Z | process exited: duration 1096145 ms, exit code 0 |
|
1640 | 2024-11-26T08:18:57.045Z | found 4 output files |
1641 | 2024-11-26T08:18:57.045Z | uploading: /work/s1.trio.log (4203 bytes) |
1642 | 2024-11-26T08:18:58.053Z | uploaded: /work/s1.trio.log |
1643 | 2024-11-26T08:18:58.054Z | uploading: /work/s2.trio.log (10913 bytes) |
1644 | 2024-11-26T08:18:59.065Z | uploaded: /work/s2.trio.log |
1645 | 2024-11-26T08:18:59.070Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1646 | 2024-11-26T08:19:00.076Z | uploaded: /work/sidecar.trio-softnpu.log |
1647 | 2024-11-26T08:19:00.078Z | uploading: /work/t1.trio.log (26090 bytes) |
1648 | 2024-11-26T08:19:01.086Z | uploaded: /work/t1.trio.log |