|
|
|
1 | 2024-12-16T04:15:54.570Z | job assigned to worker 01JF6TT99R09MA6E914B6PZPJN [factory aws, i-0b2906e03a82f13bf] (queued for 1 m 3 s) |
|
2 | 2024-12-16T04:16:02.132Z | starting task 0: "setup" |
3 | 2024-12-16T04:16:02.143Z | ++ uname -s |
4 | 2024-12-16T04:16:02.145Z | + kern=SunOS |
5 | 2024-12-16T04:16:02.145Z | + case "$kern" in |
6 | 2024-12-16T04:16:02.146Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:16:02.148Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:16:04.157Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:16:04.280Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:16:04.283Z | + home_fs=zfs |
11 | 2024-12-16T04:16:04.283Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:16:04.283Z | + mkdir -p /home/build |
13 | 2024-12-16T04:16:04.286Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:16:06.288Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:16:06.291Z | process exited: duration 4159 ms, exit code 0 |
|
16 | 2024-12-16T04:16:06.296Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:16:06.302Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:16:06.302Z | ' stable |
19 | 2024-12-16T04:16:06.302Z | * toolchain channel = "stable" |
20 | 2024-12-16T04:16:06.304Z | * toolchain profile = "default" |
21 | 2024-12-16T04:16:06.304Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-16T04:16:06.304Z | ' default |
23 | 2024-12-16T04:16:06.304Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:16:06.304Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:16:06.406Z | info: downloading installer |
26 | 2024-12-16T04:16:07.778Z | info: profile set to 'default' |
27 | 2024-12-16T04:16:07.778Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:16:07.781Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:16:07.940Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:16:07.940Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:16:08.859Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:16:09.205Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:16:10.464Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:16:12.289Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:16:19.205Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:16:19.469Z | info: installing component 'cargo' |
37 | 2024-12-16T04:16:20.291Z | info: installing component 'clippy' |
38 | 2024-12-16T04:16:20.664Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:16:22.344Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:16:23.970Z | info: installing component 'rustc' |
41 | 2024-12-16T04:16:29.768Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:16:30.103Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T04:16:30.103Z | |
44 | 2024-12-16T04:16:30.468Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:16:30.468Z | |
46 | 2024-12-16T04:16:30.470Z | |
47 | 2024-12-16T04:16:30.470Z | Rust is installed now. Great! |
48 | 2024-12-16T04:16:30.470Z | |
49 | 2024-12-16T04:16:30.470Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:16:30.470Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:16:30.470Z | |
52 | 2024-12-16T04:16:30.471Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:16:30.471Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:16:30.471Z | |
55 | 2024-12-16T04:16:30.471Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:16:30.471Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:16:30.471Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:16:30.541Z | + rustc --version |
59 | 2024-12-16T04:16:30.608Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:16:30.611Z | process exited: duration 24311 ms, exit code 0 |
|
61 | 2024-12-16T04:16:30.618Z | starting task 2: "authentication" |
62 | 2024-12-16T04:16:30.637Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-16T04:16:30.643Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:16:30.648Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:16:30.650Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:16:30.693Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:16:31.343Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:16:31.343Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:16:31.581Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:16:31.581Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:16:31.588Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:16:31.591Z | ++ git branch --show-current |
73 | 2024-12-16T04:16:31.594Z | + current=main |
74 | 2024-12-16T04:16:31.594Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:16:31.594Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:16:31.596Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:16:31.610Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:16:31.613Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:16:31.625Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:16:31.627Z | process exited: duration 982 ms, exit code 0 |
|
81 | 2024-12-16T04:16:31.632Z | starting task 4: "build" |
82 | 2024-12-16T04:16:31.637Z | ++ cargo --version |
83 | 2024-12-16T04:16:31.642Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-16T04:16:31.812Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-16T04:16:31.812Z | info: downloading component 'cargo' |
86 | 2024-12-16T04:16:32.539Z | info: downloading component 'clippy' |
87 | 2024-12-16T04:16:32.809Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T04:16:33.817Z | info: downloading component 'rust-std' |
89 | 2024-12-16T04:16:35.394Z | info: downloading component 'rustc' |
90 | 2024-12-16T04:16:41.032Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T04:16:41.243Z | info: installing component 'cargo' |
92 | 2024-12-16T04:16:42.044Z | info: installing component 'clippy' |
93 | 2024-12-16T04:16:42.406Z | info: installing component 'rust-docs' |
94 | 2024-12-16T04:16:43.972Z | info: installing component 'rust-std' |
95 | 2024-12-16T04:16:45.687Z | info: installing component 'rustc' |
96 | 2024-12-16T04:16:51.265Z | info: installing component 'rustfmt' |
97 | 2024-12-16T04:16:51.657Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-16T04:16:51.663Z | ++ rustc --version |
99 | 2024-12-16T04:16:51.734Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-16T04:16:51.744Z | ++ dladm |
101 | 2024-12-16T04:16:51.745Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-16T04:16:51.745Z | ena0 phys 9216 up -- -- |
103 | 2024-12-16T04:16:51.745Z | ++ ipadm |
104 | 2024-12-16T04:16:51.745Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-16T04:16:51.745Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-16T04:16:51.745Z | ena0/dhcp dhcp ok 10.150.1.88/24 |
107 | 2024-12-16T04:16:51.745Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-16T04:16:51.745Z | ++ banner collect |
109 | 2024-12-16T04:16:51.750Z | |
110 | 2024-12-16T04:16:51.750Z | #### #### # # ###### #### ##### |
111 | 2024-12-16T04:16:51.750Z | # # # # # # # # # # |
112 | 2024-12-16T04:16:51.751Z | # # # # # ##### # # |
113 | 2024-12-16T04:16:51.751Z | # # # # # # # # |
114 | 2024-12-16T04:16:51.751Z | # # # # # # # # # # |
115 | 2024-12-16T04:16:51.751Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-16T04:16:51.751Z | |
117 | 2024-12-16T04:16:51.751Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-16T04:16:51.752Z | ++ repo=softnpu |
119 | 2024-12-16T04:16:51.752Z | ++ series=image |
120 | 2024-12-16T04:16:51.752Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-16T04:16:51.752Z | ++ name=softnpu |
122 | 2024-12-16T04:16:51.752Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-16T04:16:51.752Z | ++ mkdir -p download |
124 | 2024-12-16T04:16:51.752Z | ++ pushd download |
125 | 2024-12-16T04:16:51.753Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-16T04:16:51.753Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-16T04:16:51.753Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-16T04:16:51.768Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-16T04:16:51.768Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-16T04:16:52.298Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 40.2M 0 --:--:-- --:--:-- --:--:-- 40.2M |
131 | 2024-12-16T04:16:52.302Z | ++ popd |
132 | 2024-12-16T04:16:52.303Z | /work/oxidecomputer/maghemite |
133 | 2024-12-16T04:16:52.303Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-16T04:16:52.303Z | ++ repo=sidecar-lite |
135 | 2024-12-16T04:16:52.303Z | ++ series=release |
136 | 2024-12-16T04:16:52.303Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-16T04:16:52.303Z | ++ name=libsidecar_lite.so |
138 | 2024-12-16T04:16:52.303Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-16T04:16:52.303Z | ++ mkdir -p download |
140 | 2024-12-16T04:16:52.307Z | ++ pushd download |
141 | 2024-12-16T04:16:52.307Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-16T04:16:52.307Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-16T04:16:52.307Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-16T04:16:52.313Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-16T04:16:52.313Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-16T04:16:53.018Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 29.2M 0 --:--:-- --:--:-- --:--:-- 29.2M |
147 | 2024-12-16T04:16:53.038Z | ++ popd |
148 | 2024-12-16T04:16:53.038Z | /work/oxidecomputer/maghemite |
149 | 2024-12-16T04:16:53.038Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-16T04:16:53.038Z | ++ repo=sidecar-lite |
151 | 2024-12-16T04:16:53.038Z | ++ series=release |
152 | 2024-12-16T04:16:53.038Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-16T04:16:53.038Z | ++ name=scadm |
154 | 2024-12-16T04:16:53.038Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-16T04:16:53.038Z | ++ mkdir -p download |
156 | 2024-12-16T04:16:53.038Z | ++ pushd download |
157 | 2024-12-16T04:16:53.038Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-16T04:16:53.039Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-16T04:16:53.039Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-16T04:16:53.056Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-16T04:16:53.056Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-16T04:16:53.633Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
27 22.7M 27 6475k 0 0 18.4M 0 0:00:01 --:--:-- 0:00:01 18.4M
100 22.7M 100 22.7M 0 0 38.1M 0 --:--:-- --:--:-- --:--:-- 38.1M |
163 | 2024-12-16T04:16:53.648Z | ++ popd |
164 | 2024-12-16T04:16:53.648Z | /work/oxidecomputer/maghemite |
165 | 2024-12-16T04:16:53.648Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-16T04:16:53.648Z | ++ repo=dendrite |
167 | 2024-12-16T04:16:53.648Z | ++ series=image |
168 | 2024-12-16T04:16:53.648Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-16T04:16:53.648Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-16T04:16:53.648Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-16T04:16:53.648Z | ++ mkdir -p download |
172 | 2024-12-16T04:16:53.648Z | ++ pushd download |
173 | 2024-12-16T04:16:53.649Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-16T04:16:53.649Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-16T04:16:53.649Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-16T04:16:53.649Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-16T04:16:53.649Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-16T04:16:54.178Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 70.1M 0 --:--:-- --:--:-- --:--:-- 70.2M |
179 | 2024-12-16T04:16:54.183Z | ++ popd |
180 | 2024-12-16T04:16:54.183Z | /work/oxidecomputer/maghemite |
181 | 2024-12-16T04:16:54.183Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-16T04:16:54.183Z | ++ repo=maghemite |
183 | 2024-12-16T04:16:54.183Z | ++ series=release |
184 | 2024-12-16T04:16:54.183Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-16T04:16:54.183Z | ++ name=ddmd |
186 | 2024-12-16T04:16:54.184Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-16T04:16:54.184Z | ++ mkdir -p download |
188 | 2024-12-16T04:16:54.191Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
189 | 2024-12-16T04:16:54.192Z | ++ pushd download |
190 | 2024-12-16T04:16:54.192Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-16T04:16:54.192Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-16T04:16:54.200Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-16T04:16:54.200Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-16T04:16:54.827Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
10 40.9M 10 4243k 0 0 25.1M 0 0:00:01 --:--:-- 0:00:01 25.1M
100 40.9M 100 40.9M 0 0 65.0M 0 --:--:-- --:--:-- --:--:-- 65.0M |
195 | 2024-12-16T04:16:54.831Z | ++ popd |
196 | 2024-12-16T04:16:54.831Z | /work/oxidecomputer/maghemite |
197 | 2024-12-16T04:16:54.831Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-16T04:16:54.831Z | ++ repo=maghemite |
199 | 2024-12-16T04:16:54.831Z | ++ series=release |
200 | 2024-12-16T04:16:54.832Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-16T04:16:54.832Z | ++ name=ddmadm |
202 | 2024-12-16T04:16:54.832Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-16T04:16:54.832Z | ++ mkdir -p download |
204 | 2024-12-16T04:16:54.832Z | ++ pushd download |
205 | 2024-12-16T04:16:54.832Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-16T04:16:54.832Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-16T04:16:54.833Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-16T04:16:54.837Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-16T04:16:54.837Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-16T04:16:55.237Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 45.0M 0 --:--:-- --:--:-- --:--:-- 45.1M |
211 | 2024-12-16T04:16:55.241Z | ++ popd |
212 | 2024-12-16T04:16:55.241Z | /work/oxidecomputer/maghemite |
213 | 2024-12-16T04:16:55.241Z | ++ pushd download |
214 | 2024-12-16T04:16:55.241Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-16T04:16:55.241Z | ++ chmod +x softnpu |
216 | 2024-12-16T04:16:55.245Z | ++ chmod +x scadm |
217 | 2024-12-16T04:16:55.246Z | ++ chmod +x ddmadm |
218 | 2024-12-16T04:16:55.246Z | ++ chmod +x ddmd |
219 | 2024-12-16T04:16:55.250Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-16T04:16:55.250Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-16T04:16:55.253Z | ++ rm -rf zones/dendrite |
222 | 2024-12-16T04:16:55.253Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-16T04:16:55.257Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-16T04:16:56.010Z | ++ popd |
225 | 2024-12-16T04:16:56.010Z | /work/oxidecomputer/maghemite |
226 | 2024-12-16T04:16:56.010Z | ++ banner install |
227 | 2024-12-16T04:16:56.013Z | |
228 | 2024-12-16T04:16:56.013Z | # # # #### ##### ## # # |
229 | 2024-12-16T04:16:56.013Z | # ## # # # # # # # |
230 | 2024-12-16T04:16:56.013Z | # # # # #### # # # # # |
231 | 2024-12-16T04:16:56.013Z | # # # # # # ###### # # |
232 | 2024-12-16T04:16:56.013Z | # # ## # # # # # # # |
233 | 2024-12-16T04:16:56.013Z | # # # #### # # # ###### ###### |
234 | 2024-12-16T04:16:56.013Z | |
235 | 2024-12-16T04:16:56.013Z | ++ pkg info brand/sparse |
236 | 2024-12-16T04:16:56.013Z | ++ grep -qi installed |
237 | 2024-12-16T04:16:57.742Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-16T04:16:57.742Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-16T04:16:57.742Z | |
240 | 2024-12-16T04:16:57.742Z | brand/sparse |
241 | 2024-12-16T04:16:57.790Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-16T04:16:57.790Z | ++ set -o errexit |
243 | 2024-12-16T04:16:57.790Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-16T04:17:06.636Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-16T04:17:10.387Z | Startup: Caching catalogs ... Done |
246 | 2024-12-16T04:17:20.494Z | Planning: Solver setup ... Done |
247 | 2024-12-16T04:17:20.622Z | Planning: Running solver ... Done |
248 | 2024-12-16T04:17:20.722Z | Planning: Finding local manifests ... Done |
249 | 2024-12-16T04:17:20.734Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-16T04:17:20.821Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-16T04:17:20.897Z | Planning: Package planning ... Done |
252 | 2024-12-16T04:17:20.903Z | Planning: Merging actions ... Done |
253 | 2024-12-16T04:17:21.096Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-16T04:17:23.188Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-16T04:17:23.617Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-16T04:17:23.687Z | Planning: Planning completed in 13.21 seconds |
257 | 2024-12-16T04:17:23.704Z | Packages to install: 1 |
258 | 2024-12-16T04:17:23.704Z | Packages to update: 2 |
259 | 2024-12-16T04:17:23.704Z | Create boot environment: No |
260 | 2024-12-16T04:17:23.707Z | Create backup boot environment: Yes |
261 | 2024-12-16T04:17:23.783Z | |
262 | 2024-12-16T04:17:23.783Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-16T04:17:28.864Z | Download: 918/1009 items 8.0/8.0MB 99% complete (2.7M/s) |
264 | 2024-12-16T04:17:29.023Z | Download: Completed 8.03 MB in 5.24 seconds (1.5M/s) |
265 | 2024-12-16T04:17:31.215Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-12-16T04:17:31.236Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-12-16T04:17:31.352Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-12-16T04:17:31.674Z | Actions: Completed 1419 actions in 0.46 seconds. |
269 | 2024-12-16T04:17:31.879Z | Done |
270 | 2024-12-16T04:17:31.882Z | Done |
271 | 2024-12-16T04:17:32.385Z | Done |
272 | 2024-12-16T04:17:36.694Z | Done |
273 | 2024-12-16T04:17:36.778Z | Done |
274 | 2024-12-16T04:17:36.781Z | Done |
275 | 2024-12-16T04:17:36.878Z | Done |
276 | 2024-12-16T04:17:37.265Z | ++ set -o errexit |
277 | 2024-12-16T04:17:37.265Z | ++ set -o pipefail |
278 | 2024-12-16T04:17:37.265Z | ++ banner build |
279 | 2024-12-16T04:17:37.267Z | |
280 | 2024-12-16T04:17:37.267Z | ##### # # # # ##### |
281 | 2024-12-16T04:17:37.267Z | # # # # # # # # |
282 | 2024-12-16T04:17:37.267Z | ##### # # # # # # |
283 | 2024-12-16T04:17:37.267Z | # # # # # # # # |
284 | 2024-12-16T04:17:37.267Z | # # # # # # # # |
285 | 2024-12-16T04:17:37.267Z | ##### #### # ###### ##### |
286 | 2024-12-16T04:17:37.267Z | |
287 | 2024-12-16T04:17:37.268Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-12-16T04:17:37.446Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-12-16T04:17:37.692Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-12-16T04:17:37.904Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-12-16T04:17:37.904Z | * [new branch] ci -> origin/ci |
292 | 2024-12-16T04:17:37.907Z | * [new branch] main -> origin/main |
293 | 2024-12-16T04:17:37.907Z | * [new ref] -> origin/HEAD |
294 | 2024-12-16T04:17:37.917Z | Updating crates.io index |
295 | 2024-12-16T04:17:37.920Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-12-16T04:17:38.687Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-12-16T04:17:38.687Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-12-16T04:17:38.886Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-12-16T04:17:39.967Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-12-16T04:17:39.967Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-12-16T04:17:40.017Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-12-16T04:17:40.398Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-12-16T04:17:40.398Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-12-16T04:17:40.407Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-12-16T04:17:40.879Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-12-16T04:17:40.879Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-12-16T04:17:40.891Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-12-16T04:17:45.239Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-12-16T04:17:45.239Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-12-16T04:17:45.269Z | * [new tag] dogfood -> dogfood |
311 | 2024-12-16T04:17:45.272Z | * [new tag] v5 -> v5 |
312 | 2024-12-16T04:17:45.272Z | * [new tag] v6 -> v6 |
313 | 2024-12-16T04:17:45.272Z | * [new tag] v7 -> v7 |
314 | 2024-12-16T04:17:45.272Z | * [new tag] v8 -> v8 |
315 | 2024-12-16T04:17:45.272Z | * [new tag] v9 -> v9 |
316 | 2024-12-16T04:17:45.622Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-12-16T04:17:46.636Z | From https://github.com/oxidecomputer/opte |
318 | 2024-12-16T04:17:46.636Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-12-16T04:17:46.679Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-12-16T04:17:47.066Z | From https://github.com/illumos/smf-rs |
321 | 2024-12-16T04:17:47.066Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-12-16T04:17:47.120Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-12-16T04:17:47.628Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-12-16T04:17:47.628Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-12-16T04:17:47.645Z | * [new tag] rift -> rift |
326 | 2024-12-16T04:17:47.647Z | * [new tag] srp -> srp |
327 | 2024-12-16T04:17:47.648Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-12-16T04:17:47.698Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-12-16T04:17:48.142Z | From https://github.com/oxidecomputer/zone |
330 | 2024-12-16T04:17:48.142Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-12-16T04:17:48.169Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-12-16T04:17:48.947Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-12-16T04:17:48.947Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-12-16T04:17:49.062Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-12-16T04:17:49.503Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-12-16T04:17:49.503Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-12-16T04:17:49.532Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-12-16T04:17:49.972Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-12-16T04:17:49.972Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-12-16T04:17:49.987Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-12-16T04:17:50.003Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-12-16T04:17:50.396Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-12-16T04:17:50.396Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-12-16T04:17:50.430Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-12-16T04:17:50.899Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-12-16T04:17:50.899Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-12-16T04:17:50.934Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-12-16T04:17:51.330Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-12-16T04:17:51.330Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-12-16T04:17:51.360Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-12-16T04:17:51.759Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-12-16T04:17:51.759Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-12-16T04:17:51.784Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-12-16T04:17:52.214Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-12-16T04:17:52.214Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-12-16T04:17:52.250Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-12-16T04:17:52.662Z | From https://github.com/illumos/libscf-sys |
358 | 2024-12-16T04:17:52.662Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-12-16T04:17:52.683Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-12-16T04:17:53.613Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-12-16T04:17:53.613Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-12-16T04:17:53.634Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-12-16T04:17:53.637Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-12-16T04:17:53.637Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-12-16T04:17:53.637Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-12-16T04:17:53.637Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-12-16T04:17:53.637Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-12-16T04:17:53.637Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-12-16T04:17:53.747Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-12-16T04:17:54.526Z | From https://github.com/oxidecomputer/typify |
371 | 2024-12-16T04:17:54.526Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-12-16T04:17:54.529Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-12-16T04:17:54.545Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-12-16T04:17:54.548Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-12-16T04:17:54.548Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-12-16T04:17:54.790Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-12-16T04:17:55.842Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-12-16T04:17:55.842Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-12-16T04:17:55.916Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-12-16T04:17:56.377Z | From https://github.com/oxidecomputer/opte |
391 | 2024-12-16T04:17:56.377Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-12-16T04:17:56.424Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-12-16T04:17:57.063Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-12-16T04:17:57.063Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-12-16T04:17:57.831Z | Downloading crates ... |
396 | 2024-12-16T04:17:57.927Z | Downloaded ahash v0.8.11 |
397 | 2024-12-16T04:17:57.931Z | Downloaded anstyle-parse v0.2.5 |
398 | 2024-12-16T04:17:57.934Z | Downloaded async-stream-impl v0.3.5 |
399 | 2024-12-16T04:17:57.941Z | Downloaded equivalent v1.0.1 |
400 | 2024-12-16T04:17:57.943Z | Downloaded const-random v0.1.18 |
401 | 2024-12-16T04:17:57.943Z | Downloaded crunchy v0.2.2 |
402 | 2024-12-16T04:17:57.947Z | Downloaded darling_macro v0.20.10 |
403 | 2024-12-16T04:17:57.949Z | Downloaded const-random-macro v0.1.16 |
404 | 2024-12-16T04:17:57.954Z | Downloaded foreign-types v0.3.2 |
405 | 2024-12-16T04:17:57.960Z | Downloaded float-ord v0.3.2 |
406 | 2024-12-16T04:17:57.964Z | Downloaded cstr-argument v0.1.2 |
407 | 2024-12-16T04:17:57.964Z | Downloaded async-stream v0.3.5 |
408 | 2024-12-16T04:17:57.967Z | Downloaded parking_lot_core v0.8.6 |
409 | 2024-12-16T04:17:57.969Z | Downloaded crucible-workspace-hack v0.1.0 |
410 | 2024-12-16T04:17:57.972Z | Downloaded futures-sink v0.3.30 |
411 | 2024-12-16T04:17:57.974Z | Downloaded foreign-types-shared v0.3.1 |
412 | 2024-12-16T04:17:57.981Z | Downloaded foreign-types-shared v0.1.1 |
413 | 2024-12-16T04:17:57.984Z | Downloaded dtrace-parser v0.2.0 |
414 | 2024-12-16T04:17:57.987Z | Downloaded atomicwrites v0.4.4 |
415 | 2024-12-16T04:17:57.987Z | Downloaded anstyle v1.0.10 |
416 | 2024-12-16T04:17:57.991Z | Downloaded dirs-next v2.0.0 |
417 | 2024-12-16T04:17:57.995Z | Downloaded percent-encoding v2.3.1 |
418 | 2024-12-16T04:17:57.998Z | Downloaded enum-as-inner v0.6.1 |
419 | 2024-12-16T04:17:58.008Z | Downloaded cfg-if v1.0.0 |
420 | 2024-12-16T04:17:58.008Z | Downloaded anstyle-query v1.1.1 |
421 | 2024-12-16T04:17:58.008Z | Downloaded fnv v1.0.7 |
422 | 2024-12-16T04:17:58.008Z | Downloaded either v1.13.0 |
423 | 2024-12-16T04:17:58.008Z | Downloaded digest v0.10.7 |
424 | 2024-12-16T04:17:58.008Z | Downloaded deranged v0.3.11 |
425 | 2024-12-16T04:17:58.012Z | Downloaded crypto-common v0.1.6 |
426 | 2024-12-16T04:17:58.012Z | Downloaded bitflags v1.3.2 |
427 | 2024-12-16T04:17:58.015Z | Downloaded embedded-io v0.6.1 |
428 | 2024-12-16T04:17:58.015Z | Downloaded ciborium-io v0.2.2 |
429 | 2024-12-16T04:17:58.018Z | Downloaded pretty-hex v0.2.1 |
430 | 2024-12-16T04:17:58.018Z | Downloaded pest v2.7.13 |
431 | 2024-12-16T04:17:58.022Z | Downloaded dof v0.3.0 |
432 | 2024-12-16T04:17:58.024Z | Downloaded crc8 v0.1.1 |
433 | 2024-12-16T04:17:58.024Z | Downloaded pretty-hex v0.4.1 |
434 | 2024-12-16T04:17:58.027Z | Downloaded proc-macro-error-attr v1.0.4 |
435 | 2024-12-16T04:17:58.027Z | Downloaded pest_generator v2.7.13 |
436 | 2024-12-16T04:17:58.029Z | Downloaded plain v0.2.3 |
437 | 2024-12-16T04:17:58.029Z | Downloaded pin-utils v0.1.0 |
438 | 2024-12-16T04:17:58.032Z | Downloaded futures-io v0.3.30 |
439 | 2024-12-16T04:17:58.032Z | Downloaded embedded-io v0.4.0 |
440 | 2024-12-16T04:17:58.035Z | Downloaded errno v0.3.9 |
441 | 2024-12-16T04:17:58.037Z | Downloaded proc-macro-error v1.0.4 |
442 | 2024-12-16T04:17:58.040Z | Downloaded proc-macro-crate v1.3.1 |
443 | 2024-12-16T04:17:58.042Z | Downloaded pin-project-lite v0.2.14 |
444 | 2024-12-16T04:17:58.046Z | Downloaded postcard v1.0.10 |
445 | 2024-12-16T04:17:58.049Z | Downloaded pest_meta v2.7.13 |
446 | 2024-12-16T04:17:58.052Z | Downloaded futures-core v0.3.30 |
447 | 2024-12-16T04:17:58.054Z | Downloaded dirs-sys-next v0.1.2 |
448 | 2024-12-16T04:17:58.056Z | Downloaded debug-ignore v1.0.5 |
449 | 2024-12-16T04:17:58.059Z | Downloaded pkg-config v0.3.31 |
450 | 2024-12-16T04:17:58.059Z | Downloaded ident_case v1.0.1 |
451 | 2024-12-16T04:17:58.061Z | Downloaded proc-macro-crate v3.2.0 |
452 | 2024-12-16T04:17:58.064Z | Downloaded anstream v0.6.15 |
453 | 2024-12-16T04:17:58.066Z | Downloaded parking_lot_core v0.9.10 |
454 | 2024-12-16T04:17:58.069Z | Downloaded prettyplease v0.2.22 |
455 | 2024-12-16T04:17:58.071Z | Downloaded progenitor-client v0.8.0 |
456 | 2024-12-16T04:17:58.074Z | Downloaded form_urlencoded v1.2.1 |
457 | 2024-12-16T04:17:58.074Z | Downloaded colored v2.2.0 |
458 | 2024-12-16T04:17:58.076Z | Downloaded futures-macro v0.3.30 |
459 | 2024-12-16T04:17:58.079Z | Downloaded block-buffer v0.10.4 |
460 | 2024-12-16T04:17:58.079Z | Downloaded defmt-macros v0.3.9 |
461 | 2024-12-16T04:17:58.083Z | Downloaded newline-converter v0.3.0 |
462 | 2024-12-16T04:17:58.085Z | Downloaded futures-channel v0.3.30 |
463 | 2024-12-16T04:17:58.088Z | Downloaded hash32 v0.3.1 |
464 | 2024-12-16T04:17:58.090Z | Downloaded clap_lex v0.7.4 |
465 | 2024-12-16T04:17:58.093Z | Downloaded heck v0.4.1 |
466 | 2024-12-16T04:17:58.093Z | Downloaded foreign-types v0.5.0 |
467 | 2024-12-16T04:17:58.096Z | Downloaded defmt-parser v0.3.4 |
468 | 2024-12-16T04:17:58.096Z | Downloaded fixedbitset v0.4.2 |
469 | 2024-12-16T04:17:58.098Z | Downloaded base64ct v1.6.0 |
470 | 2024-12-16T04:17:58.101Z | Downloaded scroll_derive v0.12.0 |
471 | 2024-12-16T04:17:58.101Z | Downloaded cancel-safe-futures v0.1.5 |
472 | 2024-12-16T04:17:58.104Z | Downloaded defmt v0.3.8 |
473 | 2024-12-16T04:17:58.107Z | Downloaded backoff v0.4.0 |
474 | 2024-12-16T04:17:58.109Z | Downloaded darling v0.20.10 |
475 | 2024-12-16T04:17:58.114Z | Downloaded http-body-util v0.1.2 |
476 | 2024-12-16T04:17:58.117Z | Downloaded progenitor-macro v0.8.0 |
477 | 2024-12-16T04:17:58.117Z | Downloaded rand_chacha v0.3.1 |
478 | 2024-12-16T04:17:58.120Z | Downloaded progenitor v0.8.0 |
479 | 2024-12-16T04:17:58.122Z | Downloaded byteorder v1.5.0 |
480 | 2024-12-16T04:17:58.125Z | Downloaded sigpipe v0.1.3 |
481 | 2024-12-16T04:17:58.125Z | Downloaded strum v0.26.3 |
482 | 2024-12-16T04:17:58.128Z | Downloaded quick-error v1.2.3 |
483 | 2024-12-16T04:17:58.128Z | Downloaded serde-big-array v0.5.1 |
484 | 2024-12-16T04:17:58.132Z | Downloaded crc32fast v1.4.2 |
485 | 2024-12-16T04:17:58.133Z | Downloaded thread-id v4.2.2 |
486 | 2024-12-16T04:17:58.135Z | Downloaded is_terminal_polyfill v1.70.1 |
487 | 2024-12-16T04:17:58.135Z | Downloaded linear-map v1.2.0 |
488 | 2024-12-16T04:17:58.138Z | Downloaded lazy_static v1.5.0 |
489 | 2024-12-16T04:17:58.141Z | Downloaded quinn-udp v0.5.5 |
490 | 2024-12-16T04:17:58.141Z | Downloaded rand_core v0.6.4 |
491 | 2024-12-16T04:17:58.143Z | Downloaded futures v0.3.30 |
492 | 2024-12-16T04:17:58.148Z | Downloaded rustc-hash v2.0.0 |
493 | 2024-12-16T04:17:58.150Z | Downloaded derive-where v1.2.7 |
494 | 2024-12-16T04:17:58.153Z | Downloaded serde_spanned v0.6.7 |
495 | 2024-12-16T04:17:58.156Z | Downloaded num_enum_derive v0.7.3 |
496 | 2024-12-16T04:17:58.158Z | Downloaded num_enum_derive v0.5.11 |
497 | 2024-12-16T04:17:58.158Z | Downloaded num-iter v0.1.45 |
498 | 2024-12-16T04:17:58.162Z | Downloaded slog-scope v4.4.0 |
499 | 2024-12-16T04:17:58.162Z | Downloaded semver v0.1.20 |
500 | 2024-12-16T04:17:58.165Z | Downloaded usdt-attr-macro v0.5.0 |
501 | 2024-12-16T04:17:58.165Z | Downloaded rustversion v1.0.17 |
502 | 2024-12-16T04:17:58.167Z | Downloaded bytes v1.7.2 |
503 | 2024-12-16T04:17:58.171Z | Downloaded try-lock v0.2.5 |
504 | 2024-12-16T04:17:58.174Z | Downloaded newtype_derive v0.1.6 |
505 | 2024-12-16T04:17:58.176Z | Downloaded portable-atomic v1.8.0 |
506 | 2024-12-16T04:17:58.182Z | Downloaded sync_wrapper v0.1.2 |
507 | 2024-12-16T04:17:58.185Z | Downloaded serde_tokenstream v0.2.2 |
508 | 2024-12-16T04:17:58.187Z | Downloaded crossbeam-epoch v0.9.18 |
509 | 2024-12-16T04:17:58.189Z | Downloaded clap v4.5.23 |
510 | 2024-12-16T04:17:58.198Z | Downloaded match_cfg v0.1.0 |
511 | 2024-12-16T04:17:58.201Z | Downloaded zone_cfg_derive v0.3.0 |
512 | 2024-12-16T04:17:58.201Z | Downloaded http-body v0.4.6 |
513 | 2024-12-16T04:17:58.204Z | Downloaded usdt-macro v0.5.0 |
514 | 2024-12-16T04:17:58.204Z | Downloaded take_mut v0.2.2 |
515 | 2024-12-16T04:17:58.206Z | Downloaded instant v0.1.13 |
516 | 2024-12-16T04:17:58.206Z | Downloaded indent_write v2.2.0 |
517 | 2024-12-16T04:17:58.209Z | Downloaded slog-bunyan v2.5.0 |
518 | 2024-12-16T04:17:58.209Z | Downloaded schemars_derive v0.8.21 |
519 | 2024-12-16T04:17:58.212Z | Downloaded rustc_version v0.1.7 |
520 | 2024-12-16T04:17:58.214Z | Downloaded dropshot_endpoint v0.12.0 |
521 | 2024-12-16T04:17:58.217Z | Downloaded signal-hook-registry v1.4.2 |
522 | 2024-12-16T04:17:58.217Z | Downloaded no-std-compat v0.4.1 |
523 | 2024-12-16T04:17:58.219Z | Downloaded slog-envlogger v2.2.0 |
524 | 2024-12-16T04:17:58.222Z | Downloaded slog-async v2.8.0 |
525 | 2024-12-16T04:17:58.222Z | Downloaded sha1 v0.10.6 |
526 | 2024-12-16T04:17:58.225Z | Downloaded semver v1.0.23 |
527 | 2024-12-16T04:17:58.228Z | Downloaded slog-json v2.6.1 |
528 | 2024-12-16T04:17:58.230Z | Downloaded darling_core v0.20.10 |
529 | 2024-12-16T04:17:58.233Z | Downloaded tokio-native-tls v0.3.1 |
530 | 2024-12-16T04:17:58.236Z | Downloaded tabwriter v1.4.0 |
531 | 2024-12-16T04:17:58.238Z | Downloaded omicron-workspace-hack v0.1.0 |
532 | 2024-12-16T04:17:58.238Z | Downloaded futures-task v0.3.30 |
533 | 2024-12-16T04:17:58.241Z | Downloaded httpdate v1.0.3 |
534 | 2024-12-16T04:17:58.243Z | Downloaded num_threads v0.1.7 |
535 | 2024-12-16T04:17:58.243Z | Downloaded tokio-rustls v0.26.0 |
536 | 2024-12-16T04:17:58.245Z | Downloaded swrite v0.1.0 |
537 | 2024-12-16T04:17:58.245Z | Downloaded fxhash v0.2.1 |
538 | 2024-12-16T04:17:58.248Z | Downloaded serde_with_macros v3.9.0 |
539 | 2024-12-16T04:17:58.250Z | Downloaded base64 v0.21.7 |
540 | 2024-12-16T04:17:58.253Z | Downloaded tower-service v0.3.3 |
541 | 2024-12-16T04:17:58.256Z | Downloaded num-integer v0.1.46 |
542 | 2024-12-16T04:17:58.258Z | Downloaded num_enum v0.7.3 |
543 | 2024-12-16T04:17:58.261Z | Downloaded managed v0.8.0 |
544 | 2024-12-16T04:17:58.264Z | Downloaded hubpack v0.1.2 |
545 | 2024-12-16T04:17:58.266Z | Downloaded rustls-pemfile v2.1.3 |
546 | 2024-12-16T04:17:58.268Z | Downloaded hyper-rustls v0.24.2 |
547 | 2024-12-16T04:17:58.271Z | Downloaded progenitor-impl v0.8.0 |
548 | 2024-12-16T04:17:58.273Z | Downloaded linked-hash-map v0.5.6 |
549 | 2024-12-16T04:17:58.273Z | Downloaded serde_derive_internals v0.29.1 |
550 | 2024-12-16T04:17:58.276Z | Downloaded subtle v2.6.1 |
551 | 2024-12-16T04:17:58.279Z | Downloaded thread_local v1.1.8 |
552 | 2024-12-16T04:17:58.279Z | Downloaded slog-stdlog v4.1.1 |
553 | 2024-12-16T04:17:58.282Z | Downloaded slog v2.7.0 |
554 | 2024-12-16T04:17:58.284Z | Downloaded want v0.3.1 |
555 | 2024-12-16T04:17:58.284Z | Downloaded waitgroup v0.1.2 |
556 | 2024-12-16T04:17:58.287Z | Downloaded libsw v3.3.1 |
557 | 2024-12-16T04:17:58.289Z | Downloaded time-core v0.1.2 |
558 | 2024-12-16T04:17:58.289Z | Downloaded usdt-impl v0.5.0 |
559 | 2024-12-16T04:17:58.291Z | Downloaded untrusted v0.9.0 |
560 | 2024-12-16T04:17:58.293Z | Downloaded hostname v0.4.0 |
561 | 2024-12-16T04:17:58.293Z | Downloaded usdt v0.5.0 |
562 | 2024-12-16T04:17:58.296Z | Downloaded sha2 v0.10.8 |
563 | 2024-12-16T04:17:58.299Z | Downloaded num-conv v0.1.0 |
564 | 2024-12-16T04:17:58.299Z | Downloaded num-complex v0.4.6 |
565 | 2024-12-16T04:17:58.301Z | Downloaded owo-colors v4.1.0 |
566 | 2024-12-16T04:17:58.304Z | Downloaded typify v0.2.0 |
567 | 2024-12-16T04:17:58.307Z | Downloaded toml v0.8.19 |
568 | 2024-12-16T04:17:58.310Z | Downloaded ucd-trie v0.1.6 |
569 | 2024-12-16T04:17:58.313Z | Downloaded cc v1.1.21 |
570 | 2024-12-16T04:17:58.316Z | Downloaded num-derive v0.3.3 |
571 | 2024-12-16T04:17:58.318Z | Downloaded crossbeam-channel v0.5.13 |
572 | 2024-12-16T04:17:58.322Z | Downloaded indexmap v1.9.3 |
573 | 2024-12-16T04:17:58.326Z | Downloaded ipnetwork v0.20.0 |
574 | 2024-12-16T04:17:58.328Z | Downloaded hyper-tls v0.5.0 |
575 | 2024-12-16T04:17:58.330Z | Downloaded smallvec v1.13.2 |
576 | 2024-12-16T04:17:58.333Z | Downloaded hyper-rustls v0.27.3 |
577 | 2024-12-16T04:17:58.336Z | Downloaded thin-vec v0.2.13 |
578 | 2024-12-16T04:17:58.338Z | Downloaded slog-term v2.9.1 |
579 | 2024-12-16T04:17:58.341Z | Downloaded openssl-probe v0.1.5 |
580 | 2024-12-16T04:17:58.341Z | Downloaded ryu v1.0.18 |
581 | 2024-12-16T04:17:58.343Z | Downloaded openssl-macros v0.1.1 |
582 | 2024-12-16T04:17:58.346Z | Downloaded tracing-attributes v0.1.27 |
583 | 2024-12-16T04:17:58.348Z | Downloaded strsim v0.11.1 |
584 | 2024-12-16T04:17:58.350Z | Downloaded ipnet v2.10.0 |
585 | 2024-12-16T04:17:58.350Z | Downloaded lru-cache v0.1.2 |
586 | 2024-12-16T04:17:58.353Z | Downloaded hyper-tls v0.6.0 |
587 | 2024-12-16T04:17:58.355Z | Downloaded utf8parse v0.2.2 |
588 | 2024-12-16T04:17:58.355Z | Downloaded tokio-rustls v0.24.1 |
589 | 2024-12-16T04:17:58.358Z | Downloaded httparse v1.9.4 |
590 | 2024-12-16T04:17:58.361Z | Downloaded version_check v0.9.5 |
591 | 2024-12-16T04:17:58.361Z | Downloaded tokio-macros v2.4.0 |
592 | 2024-12-16T04:17:58.363Z | Downloaded num-rational v0.4.2 |
593 | 2024-12-16T04:17:58.365Z | Downloaded typenum v1.17.0 |
594 | 2024-12-16T04:17:58.368Z | Downloaded multer v3.1.0 |
595 | 2024-12-16T04:17:58.370Z | Downloaded tinyvec_macros v0.1.1 |
596 | 2024-12-16T04:17:58.370Z | Downloaded zerocopy v0.6.6 |
597 | 2024-12-16T04:17:58.373Z | Downloaded hubpack_derive v0.1.1 |
598 | 2024-12-16T04:17:58.375Z | Downloaded toml_datetime v0.6.8 |
599 | 2024-12-16T04:17:58.375Z | Downloaded rustls-pki-types v1.8.0 |
600 | 2024-12-16T04:17:58.378Z | Downloaded proc-macro2 v1.0.86 |
601 | 2024-12-16T04:17:58.382Z | Downloaded zone v0.3.0 |
602 | 2024-12-16T04:17:58.384Z | Downloaded zeroize v1.8.1 |
603 | 2024-12-16T04:17:58.384Z | Downloaded newtype-uuid v1.1.0 |
604 | 2024-12-16T04:17:58.384Z | Downloaded memmap v0.7.0 |
605 | 2024-12-16T04:17:58.387Z | Downloaded mime v0.3.17 |
606 | 2024-12-16T04:17:58.387Z | Downloaded macaddr v1.0.1 |
607 | 2024-12-16T04:17:58.391Z | Downloaded whoami v1.5.2 |
608 | 2024-12-16T04:17:58.394Z | Downloaded half v2.4.1 |
609 | 2024-12-16T04:17:58.394Z | Downloaded time-macros v0.2.18 |
610 | 2024-12-16T04:17:58.397Z | Downloaded static_assertions v1.1.0 |
611 | 2024-12-16T04:17:58.400Z | Downloaded parking_lot v0.12.3 |
612 | 2024-12-16T04:17:58.403Z | Downloaded itoa v1.0.11 |
613 | 2024-12-16T04:17:58.403Z | Downloaded num-traits v0.2.19 |
614 | 2024-12-16T04:17:58.405Z | Downloaded num v0.4.3 |
615 | 2024-12-16T04:17:58.408Z | Downloaded lock_api v0.4.12 |
616 | 2024-12-16T04:17:58.408Z | Downloaded parking_lot v0.11.2 |
617 | 2024-12-16T04:17:58.411Z | Downloaded spin v0.5.2 |
618 | 2024-12-16T04:17:58.414Z | Downloaded serde_derive v1.0.215 |
619 | 2024-12-16T04:17:58.417Z | Downloaded quinn v0.11.5 |
620 | 2024-12-16T04:17:58.421Z | Downloaded serde_yaml v0.9.34+deprecated |
621 | 2024-12-16T04:17:58.424Z | Downloaded similar v2.6.0 |
622 | 2024-12-16T04:17:58.427Z | Downloaded schemars v0.8.21 |
623 | 2024-12-16T04:17:58.440Z | Downloaded tiny-keccak v2.0.2 |
624 | 2024-12-16T04:17:58.443Z | Downloaded structmeta-derive v0.3.0 |
625 | 2024-12-16T04:17:58.449Z | Downloaded openssl-sys v0.9.103 |
626 | 2024-12-16T04:17:58.453Z | Downloaded smf v0.2.3 |
627 | 2024-12-16T04:17:58.453Z | Downloaded hostname v0.3.1 |
628 | 2024-12-16T04:17:58.457Z | Downloaded strum_macros v0.26.4 |
629 | 2024-12-16T04:17:58.457Z | Downloaded log v0.4.22 |
630 | 2024-12-16T04:17:58.460Z | Downloaded once_cell v1.20.2 |
631 | 2024-12-16T04:17:58.460Z | Downloaded hex v0.4.3 |
632 | 2024-12-16T04:17:58.463Z | Downloaded humantime v2.1.0 |
633 | 2024-12-16T04:17:58.463Z | Downloaded heck v0.5.0 |
634 | 2024-12-16T04:17:58.465Z | Downloaded tokio-rustls v0.25.0 |
635 | 2024-12-16T04:17:58.468Z | Downloaded smartstring v1.0.1 |
636 | 2024-12-16T04:17:58.470Z | Downloaded native-tls v0.2.12 |
637 | 2024-12-16T04:17:58.471Z | Downloaded zerocopy-derive v0.7.35 |
638 | 2024-12-16T04:17:58.476Z | Downloaded spin v0.9.8 |
639 | 2024-12-16T04:17:58.478Z | Downloaded serde v1.0.215 |
640 | 2024-12-16T04:17:58.481Z | Downloaded iana-time-zone v0.1.61 |
641 | 2024-12-16T04:17:58.485Z | Downloaded rand v0.8.5 |
642 | 2024-12-16T04:17:58.488Z | Downloaded term v0.7.0 |
643 | 2024-12-16T04:17:58.492Z | Downloaded indexmap v2.5.0 |
644 | 2024-12-16T04:17:58.496Z | Downloaded tempfile v3.12.0 |
645 | 2024-12-16T04:17:58.499Z | Downloaded uuid v1.11.0 |
646 | 2024-12-16T04:17:58.502Z | Downloaded is-terminal v0.4.13 |
647 | 2024-12-16T04:17:58.505Z | Downloaded url v2.5.2 |
648 | 2024-12-16T04:17:58.507Z | Downloaded structmeta v0.3.0 |
649 | 2024-12-16T04:17:58.509Z | Downloaded unsafe-libyaml v0.2.11 |
650 | 2024-12-16T04:17:58.512Z | Downloaded generic-array v0.14.7 |
651 | 2024-12-16T04:17:58.515Z | Downloaded slab v0.4.9 |
652 | 2024-12-16T04:17:58.515Z | Downloaded terminal_size v0.4.0 |
653 | 2024-12-16T04:17:58.518Z | Downloaded expectorate v1.1.0 |
654 | 2024-12-16T04:17:58.520Z | Downloaded num_enum v0.5.11 |
655 | 2024-12-16T04:17:58.523Z | Downloaded num-derive v0.4.2 |
656 | 2024-12-16T04:17:58.526Z | Downloaded base64 v0.22.1 |
657 | 2024-12-16T04:17:58.530Z | Downloaded stable_deref_trait v1.2.0 |
658 | 2024-12-16T04:17:58.532Z | Downloaded slog-dtrace v0.3.0 |
659 | 2024-12-16T04:17:58.532Z | Downloaded sct v0.7.1 |
660 | 2024-12-16T04:17:58.536Z | Downloaded getrandom v0.2.15 |
661 | 2024-12-16T04:17:58.539Z | Downloaded scroll v0.12.0 |
662 | 2024-12-16T04:17:58.542Z | Downloaded rhai_codegen v2.2.0 |
663 | 2024-12-16T04:17:58.548Z | Downloaded quote v1.0.37 |
664 | 2024-12-16T04:17:58.551Z | Downloaded shlex v1.3.0 |
665 | 2024-12-16T04:17:58.554Z | Downloaded scopeguard v1.2.0 |
666 | 2024-12-16T04:17:58.554Z | Downloaded derive_more v0.99.18 |
667 | 2024-12-16T04:17:58.557Z | Downloaded tokio-util v0.7.12 |
668 | 2024-12-16T04:17:58.564Z | Downloaded socket2 v0.5.8 |
669 | 2024-12-16T04:17:58.567Z | Downloaded tinyvec v1.8.0 |
670 | 2024-12-16T04:17:58.570Z | Downloaded aho-corasick v1.1.3 |
671 | 2024-12-16T04:17:58.576Z | Downloaded tracing v0.1.40 |
672 | 2024-12-16T04:17:58.580Z | Downloaded http v0.2.12 |
673 | 2024-12-16T04:17:58.584Z | Downloaded heapless v0.8.0 |
674 | 2024-12-16T04:17:58.587Z | Downloaded mio v1.0.2 |
675 | 2024-12-16T04:17:58.593Z | Downloaded toml_edit v0.19.15 |
676 | 2024-12-16T04:17:58.609Z | Downloaded unicode-bidi v0.3.15 |
677 | 2024-12-16T04:17:58.612Z | Downloaded tracing-core v0.1.32 |
678 | 2024-12-16T04:17:58.614Z | Downloaded unicode-segmentation v1.12.0 |
679 | 2024-12-16T04:17:58.617Z | Downloaded libm v0.2.8 |
680 | 2024-12-16T04:17:58.625Z | Downloaded toml_edit v0.22.21 |
681 | 2024-12-16T04:17:58.645Z | Downloaded http v1.2.0 |
682 | 2024-12-16T04:17:58.648Z | Downloaded chrono v0.4.38 |
683 | 2024-12-16T04:17:58.656Z | Downloaded hyper-util v0.1.10 |
684 | 2024-12-16T04:17:58.659Z | Downloaded itertools v0.10.5 |
685 | 2024-12-16T04:17:58.666Z | Downloaded winnow v0.6.18 |
686 | 2024-12-16T04:17:58.674Z | Downloaded minimal-lexical v0.2.1 |
687 | 2024-12-16T04:17:58.679Z | Downloaded hashbrown v0.12.3 |
688 | 2024-12-16T04:17:58.682Z | Downloaded winnow v0.5.40 |
689 | 2024-12-16T04:17:58.690Z | Downloaded time v0.3.36 |
690 | 2024-12-16T04:17:58.697Z | Downloaded memchr v2.7.4 |
691 | 2024-12-16T04:17:58.703Z | Downloaded steno v0.4.1 |
692 | 2024-12-16T04:17:58.706Z | Downloaded hickory-resolver v0.24.1 |
693 | 2024-12-16T04:17:58.710Z | Downloaded zerocopy v0.7.35 |
694 | 2024-12-16T04:17:58.728Z | Downloaded unicode-ident v1.0.13 |
695 | 2024-12-16T04:17:58.730Z | Downloaded dropshot v0.12.0 |
696 | 2024-12-16T04:17:58.748Z | Downloaded reqwest v0.11.27 |
697 | 2024-12-16T04:17:58.755Z | Downloaded clap_builder v4.5.23 |
698 | 2024-12-16T04:17:58.762Z | Downloaded unicode-normalization v0.1.24 |
699 | 2024-12-16T04:17:58.766Z | Downloaded idna v0.5.0 |
700 | 2024-12-16T04:17:58.772Z | Downloaded syn v1.0.109 |
701 | 2024-12-16T04:17:58.783Z | Downloaded syn v2.0.87 |
702 | 2024-12-16T04:17:58.794Z | Downloaded rustls-webpki v0.101.7 |
703 | 2024-12-16T04:17:58.807Z | Downloaded nom v7.1.3 |
704 | 2024-12-16T04:17:58.816Z | Downloaded itertools v0.12.1 |
705 | 2024-12-16T04:17:58.819Z | Downloaded futures-util v0.3.30 |
706 | 2024-12-16T04:17:58.829Z | Downloaded hickory-proto v0.24.1 |
707 | 2024-12-16T04:17:58.844Z | Downloaded itertools v0.13.0 |
708 | 2024-12-16T04:17:58.850Z | Downloaded quinn-proto v0.11.8 |
709 | 2024-12-16T04:17:58.856Z | Downloaded rustls-webpki v0.102.8 |
710 | 2024-12-16T04:17:58.873Z | Downloaded hyper v1.5.1 |
711 | 2024-12-16T04:17:58.879Z | Downloaded h2 v0.3.26 |
712 | 2024-12-16T04:17:58.885Z | Downloaded hashbrown v0.14.5 |
713 | 2024-12-16T04:17:58.890Z | Downloaded smoltcp v0.11.0 |
714 | 2024-12-16T04:17:58.902Z | Downloaded h2 v0.4.6 |
715 | 2024-12-16T04:17:58.908Z | Downloaded reqwest v0.12.9 |
716 | 2024-12-16T04:17:58.916Z | Downloaded hyper v0.14.30 |
717 | 2024-12-16T04:17:58.923Z | Downloaded unicode-width v0.1.14 |
718 | 2024-12-16T04:17:58.929Z | Downloaded regex v1.10.6 |
719 | 2024-12-16T04:17:58.941Z | Downloaded goblin v0.8.2 |
720 | 2024-12-16T04:17:58.947Z | Downloaded vcpkg v0.2.15 |
721 | 2024-12-16T04:17:59.001Z | Downloaded webpki-roots v0.25.4 |
722 | 2024-12-16T04:17:59.005Z | Downloaded serde_with v3.9.0 |
723 | 2024-12-16T04:17:59.013Z | Downloaded serde_json v1.0.133 |
724 | 2024-12-16T04:17:59.020Z | Downloaded idna v0.4.0 |
725 | 2024-12-16T04:17:59.029Z | Downloaded rustls v0.21.12 |
726 | 2024-12-16T04:17:59.038Z | Downloaded webpki-roots v0.26.6 |
727 | 2024-12-16T04:17:59.041Z | Downloaded typify-macro v0.2.0 |
728 | 2024-12-16T04:17:59.044Z | Downloaded thiserror-impl v1.0.69 |
729 | 2024-12-16T04:17:59.048Z | Downloaded openssl v0.10.66 |
730 | 2024-12-16T04:17:59.053Z | Downloaded thiserror v1.0.69 |
731 | 2024-12-16T04:17:59.058Z | Downloaded strum_macros v0.25.3 |
732 | 2024-12-16T04:17:59.061Z | Downloaded rustls-pemfile v1.0.4 |
733 | 2024-12-16T04:17:59.064Z | Downloaded libc v0.2.167 |
734 | 2024-12-16T04:17:59.088Z | Downloaded bitflags v2.6.0 |
735 | 2024-12-16T04:17:59.091Z | Downloaded regress v0.10.1 |
736 | 2024-12-16T04:17:59.100Z | Downloaded regress v0.9.1 |
737 | 2024-12-16T04:17:59.109Z | Downloaded sync_wrapper v1.0.1 |
738 | 2024-12-16T04:17:59.111Z | Downloaded rhai v1.20.0 |
739 | 2024-12-16T04:17:59.121Z | Downloaded rustls v0.23.13 |
740 | 2024-12-16T04:17:59.133Z | Downloaded blake2 v0.10.6 |
741 | 2024-12-16T04:17:59.136Z | Downloaded rustc_version v0.4.1 |
742 | 2024-12-16T04:17:59.138Z | Downloaded serde_urlencoded v0.7.1 |
743 | 2024-12-16T04:17:59.138Z | Downloaded arc-swap v1.7.1 |
744 | 2024-12-16T04:17:59.141Z | Downloaded rustls v0.22.4 |
745 | 2024-12-16T04:17:59.154Z | Downloaded regex-syntax v0.8.4 |
746 | 2024-12-16T04:17:59.163Z | Downloaded openapiv3 v2.0.0 |
747 | 2024-12-16T04:17:59.175Z | Downloaded rustix v0.38.37 |
748 | 2024-12-16T04:17:59.197Z | Downloaded highway v1.2.0 |
749 | 2024-12-16T04:17:59.200Z | Downloaded allocator-api2 v0.2.18 |
750 | 2024-12-16T04:17:59.204Z | Downloaded serde_repr v0.1.19 |
751 | 2024-12-16T04:17:59.204Z | Downloaded serde_path_to_error v0.1.16 |
752 | 2024-12-16T04:17:59.206Z | Downloaded cookie v0.18.1 |
753 | 2024-12-16T04:17:59.210Z | Downloaded resolv-conf v0.7.0 |
754 | 2024-12-16T04:17:59.212Z | Downloaded crossbeam-utils v0.8.20 |
755 | 2024-12-16T04:17:59.212Z | Downloaded fastrand v2.1.1 |
756 | 2024-12-16T04:17:59.215Z | Downloaded console v0.15.8 |
757 | 2024-12-16T04:17:59.218Z | Downloaded autocfg v1.3.0 |
758 | 2024-12-16T04:17:59.218Z | Downloaded anyhow v1.0.94 |
759 | 2024-12-16T04:17:59.221Z | Downloaded sled v0.34.7 |
760 | 2024-12-16T04:17:59.231Z | Downloaded typify-impl v0.2.0 |
761 | 2024-12-16T04:17:59.246Z | Downloaded clap_derive v4.5.18 |
762 | 2024-12-16T04:17:59.252Z | Downloaded encoding_rs v0.8.34 |
763 | 2024-12-16T04:17:59.269Z | Downloaded petgraph v0.6.5 |
764 | 2024-12-16T04:17:59.287Z | Downloaded camino v1.1.9 |
765 | 2024-12-16T04:17:59.291Z | Downloaded zerocopy-derive v0.6.6 |
766 | 2024-12-16T04:17:59.297Z | Downloaded regex-automata v0.4.7 |
767 | 2024-12-16T04:17:59.313Z | Downloaded colorchoice v1.0.2 |
768 | 2024-12-16T04:17:59.316Z | Downloaded ciborium v0.2.2 |
769 | 2024-12-16T04:17:59.320Z | Downloaded ppv-lite86 v0.2.20 |
770 | 2024-12-16T04:17:59.320Z | Downloaded async-trait v0.1.83 |
771 | 2024-12-16T04:17:59.323Z | Downloaded argon2 v0.5.3 |
772 | 2024-12-16T04:17:59.323Z | Downloaded http-body v1.0.1 |
773 | 2024-12-16T04:17:59.323Z | Downloaded convert_case v0.4.0 |
774 | 2024-12-16T04:17:59.326Z | Downloaded futures-executor v0.3.30 |
775 | 2024-12-16T04:17:59.326Z | Downloaded data-encoding v2.6.0 |
776 | 2024-12-16T04:17:59.328Z | Downloaded camino-tempfile v1.1.1 |
777 | 2024-12-16T04:17:59.328Z | Downloaded foreign-types-macros v0.2.3 |
778 | 2024-12-16T04:17:59.331Z | Downloaded atomic-waker v1.1.2 |
779 | 2024-12-16T04:17:59.331Z | Downloaded pest_derive v2.7.13 |
780 | 2024-12-16T04:17:59.334Z | Downloaded password-hash v0.5.0 |
781 | 2024-12-16T04:17:59.334Z | Downloaded cobs v0.2.3 |
782 | 2024-12-16T04:17:59.337Z | Downloaded dyn-clone v1.0.17 |
783 | 2024-12-16T04:17:59.337Z | Downloaded cpufeatures v0.2.14 |
784 | 2024-12-16T04:17:59.339Z | Downloaded parse-display v0.10.0 |
785 | 2024-12-16T04:17:59.340Z | Downloaded ciborium-ll v0.2.2 |
786 | 2024-12-16T04:17:59.340Z | Downloaded powerfmt v0.2.0 |
787 | 2024-12-16T04:17:59.343Z | Downloaded paste v1.0.15 |
788 | 2024-12-16T04:17:59.343Z | Downloaded parse-display-derive v0.10.0 |
789 | 2024-12-16T04:17:59.356Z | Downloaded tokio v1.42.0 |
790 | 2024-12-16T04:17:59.647Z | Downloaded ring v0.17.8 |
791 | 2024-12-16T04:17:59.987Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-12-16T04:17:59.987Z | Compiling unicode-ident v1.0.13 |
793 | 2024-12-16T04:17:59.990Z | Compiling libc v0.2.167 |
794 | 2024-12-16T04:17:59.990Z | Compiling serde v1.0.215 |
795 | 2024-12-16T04:17:59.991Z | Compiling autocfg v1.3.0 |
796 | 2024-12-16T04:17:59.991Z | Compiling version_check v0.9.5 |
797 | 2024-12-16T04:17:59.991Z | Compiling cfg-if v1.0.0 |
798 | 2024-12-16T04:18:00.201Z | Compiling once_cell v1.20.2 |
799 | 2024-12-16T04:18:00.203Z | Compiling libm v0.2.8 |
800 | 2024-12-16T04:18:00.235Z | Compiling memchr v2.7.4 |
801 | 2024-12-16T04:18:00.618Z | Compiling parking_lot_core v0.9.10 |
802 | 2024-12-16T04:18:00.743Z | Compiling byteorder v1.5.0 |
803 | 2024-12-16T04:18:00.762Z | Compiling lock_api v0.4.12 |
804 | 2024-12-16T04:18:01.128Z | Compiling shlex v1.3.0 |
805 | 2024-12-16T04:18:01.185Z | Compiling thiserror v1.0.69 |
806 | 2024-12-16T04:18:01.473Z | Compiling cc v1.1.21 |
807 | 2024-12-16T04:18:01.582Z | Compiling itoa v1.0.11 |
808 | 2024-12-16T04:18:01.728Z | Compiling portable-atomic v1.8.0 |
809 | 2024-12-16T04:18:01.796Z | Compiling quote v1.0.37 |
810 | 2024-12-16T04:18:01.948Z | Compiling slab v0.4.9 |
811 | 2024-12-16T04:18:02.317Z | Compiling syn v2.0.87 |
812 | 2024-12-16T04:18:02.336Z | Compiling getrandom v0.2.15 |
813 | 2024-12-16T04:18:02.548Z | Compiling schemars v0.8.21 |
814 | 2024-12-16T04:18:02.745Z | Compiling ahash v0.8.11 |
815 | 2024-12-16T04:18:02.795Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-12-16T04:18:02.884Z | Compiling num-traits v0.2.19 |
817 | 2024-12-16T04:18:03.005Z | Compiling ryu v1.0.18 |
818 | 2024-12-16T04:18:03.289Z | Compiling serde_json v1.0.133 |
819 | 2024-12-16T04:18:03.479Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-12-16T04:18:03.819Z | Compiling log v0.4.22 |
821 | 2024-12-16T04:18:03.948Z | Compiling scopeguard v1.2.0 |
822 | 2024-12-16T04:18:03.993Z | Compiling equivalent v1.0.1 |
823 | 2024-12-16T04:18:04.058Z | Compiling heck v0.5.0 |
824 | 2024-12-16T04:18:04.129Z | Compiling fnv v1.0.7 |
825 | 2024-12-16T04:18:04.292Z | Compiling vcpkg v0.2.15 |
826 | 2024-12-16T04:18:04.519Z | Compiling crunchy v0.2.2 |
827 | 2024-12-16T04:18:04.534Z | Compiling pkg-config v0.3.31 |
828 | 2024-12-16T04:18:04.702Z | Compiling ring v0.17.8 |
829 | 2024-12-16T04:18:05.023Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-12-16T04:18:05.743Z | Compiling mio v1.0.2 |
831 | 2024-12-16T04:18:05.777Z | Compiling socket2 v0.5.8 |
832 | 2024-12-16T04:18:05.929Z | Compiling openssl-sys v0.9.103 |
833 | 2024-12-16T04:18:05.992Z | Compiling slog v2.7.0 |
834 | 2024-12-16T04:18:06.058Z | Compiling httparse v1.9.4 |
835 | 2024-12-16T04:18:06.491Z | Compiling tiny-keccak v2.0.2 |
836 | 2024-12-16T04:18:06.696Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-12-16T04:18:07.075Z | Compiling futures-core v0.3.30 |
838 | 2024-12-16T04:18:07.285Z | Compiling const-random-macro v0.1.16 |
839 | 2024-12-16T04:18:07.390Z | Compiling dyn-clone v1.0.17 |
840 | 2024-12-16T04:18:07.408Z | Compiling openssl v0.10.66 |
841 | 2024-12-16T04:18:07.446Z | Compiling futures-sink v0.3.30 |
842 | 2024-12-16T04:18:07.808Z | Compiling native-tls v0.2.12 |
843 | 2024-12-16T04:18:07.844Z | Compiling typenum v1.17.0 |
844 | 2024-12-16T04:18:08.070Z | Compiling const-random v0.1.18 |
845 | 2024-12-16T04:18:08.109Z | Compiling rustls v0.23.13 |
846 | 2024-12-16T04:18:08.171Z | Compiling semver v1.0.23 |
847 | 2024-12-16T04:18:08.192Z | Compiling futures-channel v0.3.30 |
848 | 2024-12-16T04:18:08.229Z | Compiling futures-io v0.3.30 |
849 | 2024-12-16T04:18:08.248Z | Compiling futures-task v0.3.30 |
850 | 2024-12-16T04:18:08.432Z | Compiling pin-utils v0.1.0 |
851 | 2024-12-16T04:18:08.525Z | Compiling generic-array v0.14.7 |
852 | 2024-12-16T04:18:08.545Z | Compiling tracing-core v0.1.32 |
853 | 2024-12-16T04:18:08.583Z | Compiling bitflags v2.6.0 |
854 | 2024-12-16T04:18:08.643Z | Compiling ucd-trie v0.1.6 |
855 | 2024-12-16T04:18:08.682Z | Compiling subtle v2.6.1 |
856 | 2024-12-16T04:18:08.709Z | Compiling aho-corasick v1.1.3 |
857 | 2024-12-16T04:18:08.849Z | Compiling anyhow v1.0.94 |
858 | 2024-12-16T04:18:08.923Z | Compiling regex-syntax v0.8.4 |
859 | 2024-12-16T04:18:09.107Z | Compiling num-conv v0.1.0 |
860 | 2024-12-16T04:18:09.136Z | Compiling time-core v0.1.2 |
861 | 2024-12-16T04:18:09.379Z | Compiling serde_derive_internals v0.29.1 |
862 | 2024-12-16T04:18:09.435Z | Compiling time-macros v0.2.18 |
863 | 2024-12-16T04:18:10.724Z | Compiling rustls-pki-types v1.8.0 |
864 | 2024-12-16T04:18:10.868Z | Compiling spin v0.9.8 |
865 | 2024-12-16T04:18:11.585Z | Compiling usdt-impl v0.5.0 |
866 | 2024-12-16T04:18:11.993Z | Compiling untrusted v0.9.0 |
867 | 2024-12-16T04:18:11.993Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-12-16T04:18:12.409Z | Compiling regex-automata v0.4.7 |
869 | 2024-12-16T04:18:12.430Z | Compiling plain v0.2.3 |
870 | 2024-12-16T04:18:12.580Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-12-16T04:18:12.682Z | Compiling atomic-waker v1.1.2 |
872 | 2024-12-16T04:18:12.876Z | Compiling strsim v0.11.1 |
873 | 2024-12-16T04:18:12.988Z | Compiling rustversion v1.0.17 |
874 | 2024-12-16T04:18:13.710Z | Compiling tinyvec v1.8.0 |
875 | 2024-12-16T04:18:14.755Z | Compiling rand_core v0.6.4 |
876 | 2024-12-16T04:18:14.867Z | Compiling serde_derive v1.0.215 |
877 | 2024-12-16T04:18:15.241Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-12-16T04:18:15.360Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-12-16T04:18:15.705Z | Compiling tokio-macros v2.4.0 |
880 | 2024-12-16T04:18:16.293Z | Compiling schemars_derive v0.8.21 |
881 | 2024-12-16T04:18:17.311Z | Compiling futures-macro v0.3.30 |
882 | 2024-12-16T04:18:17.408Z | Compiling zerocopy v0.7.35 |
883 | 2024-12-16T04:18:19.336Z | Compiling openssl-macros v0.1.1 |
884 | 2024-12-16T04:18:19.401Z | Compiling hashbrown v0.14.5 |
885 | 2024-12-16T04:18:19.452Z | Compiling futures-util v0.3.30 |
886 | 2024-12-16T04:18:19.455Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-12-16T04:18:20.065Z | Compiling scroll_derive v0.12.0 |
888 | 2024-12-16T04:18:20.150Z | Compiling pest v2.7.13 |
889 | 2024-12-16T04:18:20.835Z | Compiling regress v0.10.1 |
890 | 2024-12-16T04:18:21.590Z | Compiling regex v1.10.6 |
891 | 2024-12-16T04:18:22.416Z | Compiling scroll v0.12.0 |
892 | 2024-12-16T04:18:22.767Z | Compiling tracing v0.1.40 |
893 | 2024-12-16T04:18:22.935Z | Compiling pest_meta v2.7.13 |
894 | 2024-12-16T04:18:23.413Z | Compiling goblin v0.8.2 |
895 | 2024-12-16T04:18:25.515Z | Compiling pest_generator v2.7.13 |
896 | 2024-12-16T04:18:26.447Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-12-16T04:18:27.122Z | Compiling unsafe-libyaml v0.2.11 |
898 | 2024-12-16T04:18:27.305Z | Compiling pest_derive v2.7.13 |
899 | 2024-12-16T04:18:28.244Z | Compiling percent-encoding v2.3.1 |
900 | 2024-12-16T04:18:28.715Z | Compiling bytes v1.7.2 |
901 | 2024-12-16T04:18:30.052Z | Compiling smallvec v1.13.2 |
902 | 2024-12-16T04:18:30.601Z | Compiling indexmap v2.5.0 |
903 | 2024-12-16T04:18:30.723Z | Compiling chrono v0.4.38 |
904 | 2024-12-16T04:18:30.870Z | Compiling uuid v1.11.0 |
905 | 2024-12-16T04:18:31.412Z | Compiling parking_lot v0.12.3 |
906 | 2024-12-16T04:18:31.607Z | Compiling serde_tokenstream v0.2.2 |
907 | 2024-12-16T04:18:32.074Z | Compiling tokio v1.42.0 |
908 | 2024-12-16T04:18:32.175Z | Compiling http v1.2.0 |
909 | 2024-12-16T04:18:34.816Z | Compiling openapiv3 v2.0.0 |
910 | 2024-12-16T04:18:36.203Z | Compiling try-lock v0.2.5 |
911 | 2024-12-16T04:18:36.375Z | Compiling http-body v1.0.1 |
912 | 2024-12-16T04:18:36.907Z | Compiling pretty-hex v0.4.1 |
913 | 2024-12-16T04:18:37.132Z | Compiling typify-impl v0.2.0 |
914 | 2024-12-16T04:18:38.500Z | Compiling zeroize v1.8.1 |
915 | 2024-12-16T04:18:38.868Z | Compiling dof v0.3.0 |
916 | 2024-12-16T04:18:39.126Z | Compiling want v0.3.1 |
917 | 2024-12-16T04:18:39.201Z | Compiling ipnetwork v0.20.0 |
918 | 2024-12-16T04:18:39.236Z | Compiling serde_yaml v0.9.34+deprecated |
919 | 2024-12-16T04:18:39.419Z | Compiling form_urlencoded v1.2.1 |
920 | 2024-12-16T04:18:39.936Z | Compiling dtrace-parser v0.2.0 |
921 | 2024-12-16T04:18:40.575Z | Compiling unicode-normalization v0.1.24 |
922 | 2024-12-16T04:18:41.903Z | Compiling tokio-util v0.7.12 |
923 | 2024-12-16T04:18:42.971Z | Compiling h2 v0.4.6 |
924 | 2024-12-16T04:18:43.140Z | Compiling thread-id v4.2.2 |
925 | 2024-12-16T04:18:43.213Z | Compiling ident_case v1.0.1 |
926 | 2024-12-16T04:18:43.259Z | Compiling syn v1.0.109 |
927 | 2024-12-16T04:18:43.402Z | Compiling rustls v0.22.4 |
928 | 2024-12-16T04:18:43.728Z | Compiling foreign-types-shared v0.1.1 |
929 | 2024-12-16T04:18:43.847Z | Compiling unicode-bidi v0.3.15 |
930 | 2024-12-16T04:18:43.864Z | Compiling camino v1.1.9 |
931 | 2024-12-16T04:18:43.883Z | Compiling httpdate v1.0.3 |
932 | 2024-12-16T04:18:44.551Z | Compiling foreign-types v0.3.2 |
933 | 2024-12-16T04:18:44.646Z | Compiling darling_core v0.20.10 |
934 | 2024-12-16T04:18:44.763Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-12-16T04:18:46.225Z | Compiling tower-service v0.3.3 |
936 | 2024-12-16T04:18:46.366Z | Compiling slog-async v2.8.0 |
937 | 2024-12-16T04:18:47.571Z | Compiling rand_chacha v0.3.1 |
938 | 2024-12-16T04:18:47.653Z | Compiling idna v0.5.0 |
939 | 2024-12-16T04:18:49.018Z | Compiling typify-macro v0.2.0 |
940 | 2024-12-16T04:18:49.312Z | Compiling hyper v1.5.1 |
941 | 2024-12-16T04:18:50.862Z | Compiling darling_macro v0.20.10 |
942 | 2024-12-16T04:18:51.954Z | Compiling toml_datetime v0.6.8 |
943 | 2024-12-16T04:18:52.404Z | Compiling hyper-util v0.1.10 |
944 | 2024-12-16T04:18:53.019Z | Compiling typify v0.2.0 |
945 | 2024-12-16T04:18:53.171Z | Compiling progenitor-impl v0.8.0 |
946 | 2024-12-16T04:18:58.166Z | Compiling multer v3.1.0 |
947 | 2024-12-16T04:18:59.869Z | Compiling progenitor-macro v0.8.0 |
948 | 2024-12-16T04:19:00.131Z | Compiling paste v1.0.15 |
949 | 2024-12-16T04:19:00.645Z | Compiling openssl-probe v0.1.5 |
950 | 2024-12-16T04:19:03.711Z | Compiling darling v0.20.10 |
951 | 2024-12-16T04:19:03.828Z | Compiling url v2.5.2 |
952 | 2024-12-16T04:19:04.522Z | Compiling rand v0.8.5 |
953 | 2024-12-16T04:19:07.213Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-12-16T04:19:08.927Z | Compiling usdt-macro v0.5.0 |
955 | 2024-12-16T04:19:09.397Z | Compiling http-body-util v0.1.2 |
956 | 2024-12-16T04:19:10.004Z | Compiling async-trait v0.1.83 |
957 | 2024-12-16T04:19:11.466Z | Compiling encoding_rs v0.8.34 |
958 | 2024-12-16T04:19:12.156Z | Compiling ipnet v2.10.0 |
959 | 2024-12-16T04:19:12.227Z | Compiling mime v0.3.17 |
960 | 2024-12-16T04:19:12.485Z | Compiling base64 v0.22.1 |
961 | 2024-12-16T04:19:13.193Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-12-16T04:19:15.149Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-12-16T04:19:15.376Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-12-16T04:19:15.650Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-12-16T04:19:15.950Z | Compiling strum_macros v0.26.4 |
966 | 2024-12-16T04:19:16.529Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-12-16T04:19:17.994Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-12-16T04:19:18.162Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-12-16T04:19:19.568Z | Compiling webpki-roots v0.26.6 |
970 | 2024-12-16T04:19:19.782Z | Compiling dropshot v0.12.0 |
971 | 2024-12-16T04:19:20.622Z | Compiling powerfmt v0.2.0 |
972 | 2024-12-16T04:19:20.723Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-12-16T04:19:21.340Z | Compiling deranged v0.3.11 |
974 | 2024-12-16T04:19:21.408Z | Compiling structmeta v0.3.0 |
975 | 2024-12-16T04:19:21.784Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-12-16T04:19:22.240Z | Compiling hyper-tls v0.6.0 |
977 | 2024-12-16T04:19:23.298Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-12-16T04:19:24.268Z | Compiling num_threads v0.1.7 |
979 | 2024-12-16T04:19:24.981Z | Compiling winnow v0.6.18 |
980 | 2024-12-16T04:19:26.422Z | Compiling time v0.3.36 |
981 | 2024-12-16T04:19:29.090Z | Compiling reqwest v0.12.9 |
982 | 2024-12-16T04:19:29.304Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-12-16T04:19:31.255Z | Compiling crypto-common v0.1.6 |
984 | 2024-12-16T04:19:31.486Z | Compiling block-buffer v0.10.4 |
985 | 2024-12-16T04:19:31.613Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-12-16T04:19:32.414Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-12-16T04:19:35.063Z | Compiling digest v0.10.7 |
988 | 2024-12-16T04:19:35.532Z | Compiling progenitor-client v0.8.0 |
989 | 2024-12-16T04:19:36.418Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-12-16T04:19:38.198Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-12-16T04:19:39.248Z | Compiling match_cfg v0.1.0 |
992 | 2024-12-16T04:19:39.351Z | Compiling rustix v0.38.37 |
993 | 2024-12-16T04:19:39.412Z | Compiling lazy_static v1.5.0 |
994 | 2024-12-16T04:19:40.206Z | Compiling hostname v0.3.1 |
995 | 2024-12-16T04:19:40.209Z | Compiling dirs-next v2.0.0 |
996 | 2024-12-16T04:19:40.484Z | Compiling progenitor v0.8.0 |
997 | 2024-12-16T04:19:40.700Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-16T04:19:43.544Z | Compiling futures-executor v0.3.30 |
999 | 2024-12-16T04:19:43.931Z | Compiling thread_local v1.1.8 |
1000 | 2024-12-16T04:19:44.629Z | Compiling errno v0.3.9 |
1001 | 2024-12-16T04:19:44.898Z | Compiling instant v0.1.13 |
1002 | 2024-12-16T04:19:45.071Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-12-16T04:19:45.179Z | Compiling unicode-width v0.1.14 |
1004 | 2024-12-16T04:19:47.260Z | Compiling futures v0.3.30 |
1005 | 2024-12-16T04:19:48.736Z | Compiling term v0.7.0 |
1006 | 2024-12-16T04:19:49.413Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-12-16T04:19:51.746Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-12-16T04:19:52.025Z | Compiling memmap v0.7.0 |
1009 | 2024-12-16T04:19:52.098Z | Compiling is-terminal v0.4.13 |
1010 | 2024-12-16T04:19:52.643Z | Compiling take_mut v0.2.2 |
1011 | 2024-12-16T04:19:53.048Z | Compiling usdt v0.5.0 |
1012 | 2024-12-16T04:19:53.118Z | Compiling slog-term v2.9.1 |
1013 | 2024-12-16T04:19:54.471Z | Compiling toml_edit v0.22.21 |
1014 | 2024-12-16T04:19:55.774Z | Compiling slog-json v2.6.1 |
1015 | 2024-12-16T04:19:56.202Z | Compiling strum v0.26.3 |
1016 | 2024-12-16T04:19:56.390Z | Compiling serde_with v3.9.0 |
1017 | 2024-12-16T04:19:58.891Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-12-16T04:19:59.047Z | Compiling heapless v0.8.0 |
1019 | 2024-12-16T04:20:00.802Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-12-16T04:20:01.889Z | Compiling toml v0.8.19 |
1021 | 2024-12-16T04:20:04.008Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-12-16T04:20:04.274Z | Compiling sha1 v0.10.6 |
1023 | 2024-12-16T04:20:05.128Z | Compiling async-stream v0.3.5 |
1024 | 2024-12-16T04:20:05.322Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-12-16T04:20:05.436Z | Compiling hex v0.4.3 |
1026 | 2024-12-16T04:20:05.672Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-12-16T04:20:05.703Z | Compiling waitgroup v0.1.2 |
1028 | 2024-12-16T04:20:06.027Z | Compiling hostname v0.4.0 |
1029 | 2024-12-16T04:20:06.189Z | Compiling hash32 v0.3.1 |
1030 | 2024-12-16T04:20:06.396Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-16T04:20:06.798Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-12-16T04:20:08.590Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-12-16T04:20:09.483Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-12-16T04:20:09.669Z | Compiling backoff v0.4.0 |
1035 | 2024-12-16T04:20:10.040Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-12-16T04:20:10.080Z | Compiling parse-display v0.10.0 |
1037 | 2024-12-16T04:20:11.997Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1038 | 2024-12-16T04:20:12.250Z | Compiling macaddr v1.0.1 |
1039 | 2024-12-16T04:20:12.874Z | Compiling regress v0.9.1 |
1040 | 2024-12-16T04:20:14.021Z | Compiling clap_derive v4.5.18 |
1041 | 2024-12-16T04:20:16.551Z | Compiling cobs v0.2.3 |
1042 | 2024-12-16T04:20:17.004Z | Compiling bitflags v1.3.2 |
1043 | 2024-12-16T04:20:17.122Z | Compiling utf8parse v0.2.2 |
1044 | 2024-12-16T04:20:17.305Z | Compiling managed v0.8.0 |
1045 | 2024-12-16T04:20:17.823Z | Compiling winnow v0.5.40 |
1046 | 2024-12-16T04:20:18.219Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1047 | 2024-12-16T04:20:19.202Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-12-16T04:20:19.621Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-12-16T04:20:21.414Z | Compiling postcard v1.0.10 |
1050 | 2024-12-16T04:20:21.769Z | Compiling toml_edit v0.19.15 |
1051 | 2024-12-16T04:20:27.281Z | Compiling is_terminal_polyfill v1.70.1 |
1052 | 2024-12-16T04:20:27.812Z | Compiling colorchoice v1.0.2 |
1053 | 2024-12-16T04:20:28.051Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-12-16T04:20:28.102Z | Compiling anstyle v1.0.10 |
1055 | 2024-12-16T04:20:28.492Z | Compiling anstream v0.6.15 |
1056 | 2024-12-16T04:20:29.881Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-12-16T04:20:30.224Z | Compiling terminal_size v0.4.0 |
1058 | 2024-12-16T04:20:30.484Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-16T04:20:30.651Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-12-16T04:20:30.722Z | Compiling num_enum_derive v0.5.11 |
1061 | 2024-12-16T04:20:31.029Z | Compiling clap_builder v4.5.23 |
1062 | 2024-12-16T04:20:32.301Z | Compiling tabwriter v1.4.0 |
1063 | 2024-12-16T04:20:33.110Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-12-16T04:20:33.216Z | Compiling num-integer v0.1.46 |
1065 | 2024-12-16T04:20:34.353Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-12-16T04:20:34.463Z | Compiling num_enum v0.5.11 |
1067 | 2024-12-16T04:20:34.483Z | Compiling foreign-types v0.5.0 |
1068 | 2024-12-16T04:20:35.077Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-12-16T04:20:35.346Z | Compiling clap v4.5.23 |
1070 | 2024-12-16T04:20:35.693Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-12-16T04:20:35.877Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-12-16T04:20:36.009Z | Compiling either v1.13.0 |
1073 | 2024-12-16T04:20:36.344Z | Compiling heck v0.4.1 |
1074 | 2024-12-16T04:20:36.439Z | Compiling prettyplease v0.2.22 |
1075 | 2024-12-16T04:20:36.780Z | Compiling pretty-hex v0.2.1 |
1076 | 2024-12-16T04:20:37.107Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-12-16T04:20:37.510Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-12-16T04:20:37.541Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-12-16T04:20:38.546Z | Compiling num-iter v0.1.45 |
1080 | 2024-12-16T04:20:38.742Z | Compiling num-rational v0.4.2 |
1081 | 2024-12-16T04:20:39.125Z | Compiling colored v2.2.0 |
1082 | 2024-12-16T04:20:40.926Z | Compiling num-complex v0.4.6 |
1083 | 2024-12-16T04:20:41.469Z | Compiling proc-macro-error v1.0.4 |
1084 | 2024-12-16T04:20:41.681Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-12-16T04:20:42.016Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1086 | 2024-12-16T04:20:42.073Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1087 | 2024-12-16T04:20:42.288Z | Compiling fastrand v2.1.1 |
1088 | 2024-12-16T04:20:42.547Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-12-16T04:20:42.717Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1090 | 2024-12-16T04:20:42.927Z | Compiling tempfile v3.12.0 |
1091 | 2024-12-16T04:20:43.476Z | Compiling num v0.4.3 |
1092 | 2024-12-16T04:20:47.331Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-12-16T04:20:47.804Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-12-16T04:20:48.000Z | Compiling float-ord v0.3.2 |
1095 | 2024-12-16T04:20:48.142Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-12-16T04:20:55.347Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-12-16T04:20:56.188Z | Compiling semver v0.1.20 |
1098 | 2024-12-16T04:20:56.510Z | Compiling newline-converter v0.3.0 |
1099 | 2024-12-16T04:20:56.618Z | Compiling rustc_version v0.1.7 |
1100 | 2024-12-16T04:20:56.814Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-12-16T04:20:57.069Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-12-16T04:20:57.365Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-12-16T04:20:57.805Z | Compiling itertools v0.10.5 |
1104 | 2024-12-16T04:20:58.159Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-12-16T04:20:58.353Z | Compiling console v0.15.8 |
1106 | 2024-12-16T04:20:58.620Z | Compiling num-derive v0.4.2 |
1107 | 2024-12-16T04:20:59.930Z | Compiling sigpipe v0.1.3 |
1108 | 2024-12-16T04:21:00.067Z | Compiling similar v2.6.0 |
1109 | 2024-12-16T04:21:01.085Z | Compiling base64ct v1.6.0 |
1110 | 2024-12-16T04:21:01.185Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-12-16T04:21:01.264Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1112 | 2024-12-16T04:21:01.572Z | Compiling expectorate v1.1.0 |
1113 | 2024-12-16T04:21:01.770Z | Compiling password-hash v0.5.0 |
1114 | 2024-12-16T04:21:01.795Z | Compiling zone v0.3.0 |
1115 | 2024-12-16T04:21:02.826Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-12-16T04:21:03.970Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-12-16T04:21:03.992Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-12-16T04:21:05.225Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-12-16T04:21:05.621Z | Compiling blake2 v0.10.6 |
1120 | 2024-12-16T04:21:06.101Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-12-16T04:21:06.439Z | Compiling smf v0.2.3 |
1122 | 2024-12-16T04:21:06.813Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-12-16T04:21:07.064Z | Compiling whoami v1.5.2 |
1124 | 2024-12-16T04:21:07.261Z | Compiling owo-colors v4.1.0 |
1125 | 2024-12-16T04:21:07.648Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-12-16T04:21:07.670Z | Compiling cancel-safe-futures v0.1.5 |
1127 | 2024-12-16T04:21:08.032Z | Compiling petgraph v0.6.5 |
1128 | 2024-12-16T04:21:08.100Z | Compiling hubpack v0.1.2 |
1129 | 2024-12-16T04:21:08.329Z | Compiling argon2 v0.5.3 |
1130 | 2024-12-16T04:21:08.859Z | Compiling zerocopy v0.6.6 |
1131 | 2024-12-16T04:21:09.900Z | Compiling strum_macros v0.25.3 |
1132 | 2024-12-16T04:21:10.787Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-12-16T04:21:11.053Z | Compiling serde_repr v0.1.19 |
1134 | 2024-12-16T04:21:12.288Z | Compiling cookie v0.18.1 |
1135 | 2024-12-16T04:21:12.587Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1136 | 2024-12-16T04:21:12.636Z | Compiling static_assertions v1.1.0 |
1137 | 2024-12-16T04:21:12.657Z | Compiling convert_case v0.4.0 |
1138 | 2024-12-16T04:21:12.819Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-12-16T04:21:13.438Z | Compiling derive_more v0.99.18 |
1140 | 2024-12-16T04:21:13.611Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-12-16T04:21:15.353Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-16T04:21:15.952Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-16T04:21:16.382Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-16T04:21:18.838Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-12-16T04:21:19.352Z | Compiling itertools v0.13.0 |
1146 | 2024-12-16T04:21:20.304Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-12-16T04:21:21.532Z | Compiling idna v0.4.0 |
1148 | 2024-12-16T04:21:21.702Z | Compiling libsw v3.3.1 |
1149 | 2024-12-16T04:21:22.079Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-12-16T04:21:22.680Z | Compiling derive-where v1.2.7 |
1151 | 2024-12-16T04:21:22.683Z | Compiling quick-error v1.2.3 |
1152 | 2024-12-16T04:21:22.857Z | Compiling linked-hash-map v0.5.6 |
1153 | 2024-12-16T04:21:23.281Z | Compiling highway v1.2.0 |
1154 | 2024-12-16T04:21:23.302Z | Compiling swrite v0.1.0 |
1155 | 2024-12-16T04:21:23.306Z | Compiling indent_write v2.2.0 |
1156 | 2024-12-16T04:21:23.442Z | Compiling linear-map v1.2.0 |
1157 | 2024-12-16T04:21:23.564Z | Compiling data-encoding v2.6.0 |
1158 | 2024-12-16T04:21:23.890Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-12-16T04:21:24.698Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-12-16T04:21:25.475Z | Compiling lru-cache v0.1.2 |
1161 | 2024-12-16T04:21:25.710Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-12-16T04:21:26.049Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-16T04:21:29.048Z | Compiling resolv-conf v0.7.0 |
1164 | 2024-12-16T04:21:30.459Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-16T04:21:30.588Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-16T04:21:30.676Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-16T04:21:30.845Z | Compiling steno v0.4.1 |
1168 | 2024-12-16T04:21:34.256Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-12-16T04:21:34.620Z | Compiling slog-dtrace v0.3.0 |
1170 | 2024-12-16T04:21:34.639Z | Compiling humantime v2.1.0 |
1171 | 2024-12-16T04:21:34.981Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-12-16T04:21:35.154Z | Compiling parking_lot_core v0.8.6 |
1173 | 2024-12-16T04:21:35.452Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-12-16T04:21:35.814Z | Compiling hickory-resolver v0.24.1 |
1175 | 2024-12-16T04:21:36.382Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1176 | 2024-12-16T04:21:38.364Z | Compiling num-derive v0.3.3 |
1177 | 2024-12-16T04:21:38.784Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-12-16T04:21:38.871Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-12-16T04:21:39.252Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-12-16T04:21:40.666Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-12-16T04:21:41.486Z | Compiling parking_lot v0.11.2 |
1182 | 2024-12-16T04:21:41.743Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-12-16T04:21:43.270Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-12-16T04:21:44.439Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-12-16T04:21:45.145Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-12-16T04:21:46.196Z | Compiling fxhash v0.2.1 |
1187 | 2024-12-16T04:21:46.295Z | Compiling crc32fast v1.4.2 |
1188 | 2024-12-16T04:21:46.413Z | Compiling crc8 v0.1.1 |
1189 | 2024-12-16T04:21:46.728Z | Compiling arc-swap v1.7.1 |
1190 | 2024-12-16T04:21:46.806Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-12-16T04:21:47.421Z | Compiling slog-scope v4.4.0 |
1192 | 2024-12-16T04:21:48.192Z | Compiling sled v0.34.7 |
1193 | 2024-12-16T04:21:52.209Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-12-16T04:21:53.681Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-12-16T04:21:54.046Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-12-16T04:21:54.848Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-12-16T04:21:56.157Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-12-16T04:21:58.860Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-12-16T04:22:07.163Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-16T04:22:09.618Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-12-16T04:22:13.693Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-12-16T04:22:43.680Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-12-16T04:22:43.680Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-12-16T04:22:50.908Z | Finished `release` profile [optimized] target(s) in 5m 13s |
1205 | 2024-12-16T04:22:51.187Z | + banner trio |
1206 | 2024-12-16T04:22:51.190Z | |
1207 | 2024-12-16T04:22:51.190Z | ##### ##### # #### |
1208 | 2024-12-16T04:22:51.190Z | # # # # # # |
1209 | 2024-12-16T04:22:51.190Z | # # # # # # |
1210 | 2024-12-16T04:22:51.190Z | # ##### # # # |
1211 | 2024-12-16T04:22:51.190Z | # # # # # # |
1212 | 2024-12-16T04:22:51.190Z | # # # # #### |
1213 | 2024-12-16T04:22:51.190Z | |
1214 | 2024-12-16T04:22:51.190Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1215 | 2024-12-16T04:22:51.657Z | Compiling cfg-if v1.0.0 |
1216 | 2024-12-16T04:22:51.657Z | Compiling libc v0.2.167 |
1217 | 2024-12-16T04:22:51.657Z | Compiling serde v1.0.215 |
1218 | 2024-12-16T04:22:51.659Z | Compiling once_cell v1.20.2 |
1219 | 2024-12-16T04:22:51.659Z | Compiling itoa v1.0.11 |
1220 | 2024-12-16T04:22:51.659Z | Compiling byteorder v1.5.0 |
1221 | 2024-12-16T04:22:51.732Z | Compiling syn v2.0.87 |
1222 | 2024-12-16T04:22:51.741Z | Compiling bytes v1.7.2 |
1223 | 2024-12-16T04:22:51.781Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-16T04:22:51.969Z | Compiling zerocopy v0.7.35 |
1225 | 2024-12-16T04:22:52.083Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-16T04:22:52.138Z | Compiling ahash v0.8.11 |
1227 | 2024-12-16T04:22:52.177Z | Compiling schemars v0.8.21 |
1228 | 2024-12-16T04:22:52.208Z | Compiling memchr v2.7.4 |
1229 | 2024-12-16T04:22:52.241Z | Compiling smallvec v1.13.2 |
1230 | 2024-12-16T04:22:52.252Z | Compiling allocator-api2 v0.2.18 |
1231 | 2024-12-16T04:22:52.546Z | Compiling scopeguard v1.2.0 |
1232 | 2024-12-16T04:22:52.713Z | Compiling lock_api v0.4.12 |
1233 | 2024-12-16T04:22:53.137Z | Compiling hashbrown v0.14.5 |
1234 | 2024-12-16T04:22:53.144Z | Compiling fnv v1.0.7 |
1235 | 2024-12-16T04:22:53.201Z | Compiling getrandom v0.2.15 |
1236 | 2024-12-16T04:22:53.285Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-12-16T04:22:53.296Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2024-12-16T04:22:53.536Z | Compiling mio v1.0.2 |
1239 | 2024-12-16T04:22:53.633Z | Compiling socket2 v0.5.8 |
1240 | 2024-12-16T04:22:54.121Z | Compiling parking_lot v0.12.3 |
1241 | 2024-12-16T04:22:54.192Z | Compiling log v0.4.22 |
1242 | 2024-12-16T04:22:54.618Z | Compiling futures-core v0.3.30 |
1243 | 2024-12-16T04:22:54.837Z | Compiling ryu v1.0.18 |
1244 | 2024-12-16T04:22:54.869Z | Compiling equivalent v1.0.1 |
1245 | 2024-12-16T04:22:54.912Z | Compiling tracing-core v0.1.32 |
1246 | 2024-12-16T04:22:54.978Z | Compiling serde_json v1.0.133 |
1247 | 2024-12-16T04:22:55.011Z | Compiling uuid v1.11.0 |
1248 | 2024-12-16T04:22:55.220Z | Compiling regress v0.10.1 |
1249 | 2024-12-16T04:22:55.302Z | Compiling pin-utils v0.1.0 |
1250 | 2024-12-16T04:22:55.393Z | Compiling untrusted v0.9.0 |
1251 | 2024-12-16T04:22:55.396Z | Compiling spin v0.9.8 |
1252 | 2024-12-16T04:22:55.561Z | Compiling futures-task v0.3.30 |
1253 | 2024-12-16T04:22:55.575Z | Compiling futures-sink v0.3.30 |
1254 | 2024-12-16T04:22:55.591Z | Compiling ring v0.17.8 |
1255 | 2024-12-16T04:22:55.728Z | Compiling futures-util v0.3.30 |
1256 | 2024-12-16T04:22:55.754Z | Compiling slab v0.4.9 |
1257 | 2024-12-16T04:22:56.225Z | Compiling try-lock v0.2.5 |
1258 | 2024-12-16T04:22:56.377Z | Compiling want v0.3.1 |
1259 | 2024-12-16T04:22:56.666Z | Compiling chrono v0.4.38 |
1260 | 2024-12-16T04:22:56.736Z | Compiling httparse v1.9.4 |
1261 | 2024-12-16T04:22:57.317Z | Compiling futures-channel v0.3.30 |
1262 | 2024-12-16T04:22:57.798Z | Compiling tower-service v0.3.3 |
1263 | 2024-12-16T04:22:57.813Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-12-16T04:22:57.916Z | Compiling foreign-types-shared v0.1.1 |
1265 | 2024-12-16T04:22:58.017Z | Compiling foreign-types v0.3.2 |
1266 | 2024-12-16T04:22:58.027Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-12-16T04:22:58.111Z | Compiling bitflags v2.6.0 |
1268 | 2024-12-16T04:22:58.475Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-12-16T04:22:58.736Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-12-16T04:22:58.790Z | Compiling http v1.2.0 |
1271 | 2024-12-16T04:22:58.931Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-12-16T04:22:59.479Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-12-16T04:22:59.929Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-12-16T04:23:00.022Z | Compiling semver v1.0.23 |
1275 | 2024-12-16T04:23:00.038Z | Compiling tinyvec v1.8.0 |
1276 | 2024-12-16T04:23:00.590Z | Compiling quote v1.0.37 |
1277 | 2024-12-16T04:23:00.712Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-12-16T04:23:01.784Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-12-16T04:23:02.652Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-12-16T04:23:03.124Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-12-16T04:23:03.152Z | Compiling http v0.2.12 |
1282 | 2024-12-16T04:23:03.343Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-12-16T04:23:04.146Z | Compiling serde_derive v1.0.215 |
1284 | 2024-12-16T04:23:04.366Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-12-16T04:23:04.441Z | Compiling thiserror-impl v1.0.69 |
1286 | 2024-12-16T04:23:04.645Z | Compiling tokio-macros v2.4.0 |
1287 | 2024-12-16T04:23:04.744Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-12-16T04:23:06.262Z | Compiling tokio v1.42.0 |
1289 | 2024-12-16T04:23:07.442Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-12-16T04:23:07.496Z | Compiling thiserror v1.0.69 |
1291 | 2024-12-16T04:23:07.786Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-12-16T04:23:07.847Z | Compiling heck v0.5.0 |
1293 | 2024-12-16T04:23:07.904Z | Compiling unicode-bidi v0.3.15 |
1294 | 2024-12-16T04:23:08.609Z | Compiling openssl v0.10.66 |
1295 | 2024-12-16T04:23:09.159Z | Compiling regex-automata v0.4.7 |
1296 | 2024-12-16T04:23:10.876Z | Compiling tracing v0.1.40 |
1297 | 2024-12-16T04:23:10.964Z | Compiling idna v0.5.0 |
1298 | 2024-12-16T04:23:11.602Z | Compiling http-body v1.0.1 |
1299 | 2024-12-16T04:23:16.892Z | Compiling tokio-util v0.7.12 |
1300 | 2024-12-16T04:23:18.868Z | Compiling indexmap v2.5.0 |
1301 | 2024-12-16T04:23:20.493Z | Compiling native-tls v0.2.12 |
1302 | 2024-12-16T04:23:20.620Z | Compiling atomic-waker v1.1.2 |
1303 | 2024-12-16T04:23:20.808Z | Compiling regex-syntax v0.8.4 |
1304 | 2024-12-16T04:23:23.063Z | Compiling serde_tokenstream v0.2.2 |
1305 | 2024-12-16T04:23:24.187Z | Compiling tokio-native-tls v0.3.1 |
1306 | 2024-12-16T04:23:24.487Z | Compiling slog v2.7.0 |
1307 | 2024-12-16T04:23:25.402Z | Compiling openapiv3 v2.0.0 |
1308 | 2024-12-16T04:23:26.493Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1309 | 2024-12-16T04:23:27.045Z | Compiling typify-impl v0.2.0 |
1310 | 2024-12-16T04:23:29.764Z | Compiling h2 v0.4.6 |
1311 | 2024-12-16T04:23:36.323Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-12-16T04:23:36.943Z | Compiling regex v1.10.6 |
1313 | 2024-12-16T04:23:37.977Z | Compiling url v2.5.2 |
1314 | 2024-12-16T04:23:38.628Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-12-16T04:23:38.821Z | Compiling mime v0.3.17 |
1316 | 2024-12-16T04:23:38.999Z | Compiling ipnet v2.10.0 |
1317 | 2024-12-16T04:23:39.885Z | Compiling rustls v0.21.12 |
1318 | 2024-12-16T04:23:40.254Z | Compiling typify-macro v0.2.0 |
1319 | 2024-12-16T04:23:42.078Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1320 | 2024-12-16T04:23:42.804Z | Compiling hyper v1.5.1 |
1321 | 2024-12-16T04:23:45.070Z | Compiling h2 v0.3.26 |
1322 | 2024-12-16T04:23:45.504Z | Compiling http-body v0.4.6 |
1323 | 2024-12-16T04:23:45.845Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-12-16T04:23:46.037Z | Compiling sct v0.7.1 |
1325 | 2024-12-16T04:23:46.490Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-12-16T04:23:47.241Z | Compiling httpdate v1.0.3 |
1327 | 2024-12-16T04:23:48.001Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-12-16T04:23:48.387Z | Compiling zeroize v1.8.1 |
1329 | 2024-12-16T04:23:48.780Z | Compiling subtle v2.6.1 |
1330 | 2024-12-16T04:23:49.057Z | Compiling rustls v0.23.13 |
1331 | 2024-12-16T04:23:49.445Z | Compiling toml_edit v0.19.15 |
1332 | 2024-12-16T04:23:50.522Z | Compiling hyper v0.14.30 |
1333 | 2024-12-16T04:23:50.533Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-12-16T04:23:54.265Z | Compiling hyper-util v0.1.10 |
1335 | 2024-12-16T04:23:55.646Z | Compiling lazy_static v1.5.0 |
1336 | 2024-12-16T04:23:55.786Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-12-16T04:23:56.300Z | Compiling proc-macro-crate v1.3.1 |
1338 | 2024-12-16T04:23:57.205Z | Compiling http-body-util v0.1.2 |
1339 | 2024-12-16T04:23:57.793Z | Compiling tokio-rustls v0.24.1 |
1340 | 2024-12-16T04:23:58.241Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-12-16T04:23:58.450Z | Compiling base64 v0.21.7 |
1342 | 2024-12-16T04:23:59.574Z | Compiling base64 v0.22.1 |
1343 | 2024-12-16T04:24:00.304Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-12-16T04:24:00.321Z | Compiling rustls-pemfile v2.1.3 |
1345 | 2024-12-16T04:24:00.479Z | Compiling rustls-pemfile v1.0.4 |
1346 | 2024-12-16T04:24:00.657Z | Compiling hyper-rustls v0.27.3 |
1347 | 2024-12-16T04:24:00.877Z | Compiling hyper-rustls v0.24.2 |
1348 | 2024-12-16T04:24:01.087Z | Compiling hyper-tls v0.6.0 |
1349 | 2024-12-16T04:24:01.273Z | Compiling num_enum_derive v0.5.11 |
1350 | 2024-12-16T04:24:01.322Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-12-16T04:24:01.608Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-12-16T04:24:01.745Z | Compiling typify v0.2.0 |
1353 | 2024-12-16T04:24:02.282Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-12-16T04:24:02.415Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-12-16T04:24:03.697Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-12-16T04:24:05.026Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-12-16T04:24:05.119Z | Compiling rand_core v0.6.4 |
1358 | 2024-12-16T04:24:05.174Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-16T04:24:05.562Z | Compiling webpki-roots v0.25.4 |
1360 | 2024-12-16T04:24:05.615Z | Compiling powerfmt v0.2.0 |
1361 | 2024-12-16T04:24:05.625Z | Compiling sync_wrapper v0.1.2 |
1362 | 2024-12-16T04:24:05.717Z | Compiling foreign-types-shared v0.3.1 |
1363 | 2024-12-16T04:24:05.747Z | Compiling time-macros v0.2.18 |
1364 | 2024-12-16T04:24:05.837Z | Compiling foreign-types v0.5.0 |
1365 | 2024-12-16T04:24:05.951Z | Compiling deranged v0.3.11 |
1366 | 2024-12-16T04:24:06.122Z | Compiling reqwest v0.11.27 |
1367 | 2024-12-16T04:24:06.274Z | Compiling rand_chacha v0.3.1 |
1368 | 2024-12-16T04:24:08.078Z | Compiling dirs-next v2.0.0 |
1369 | 2024-12-16T04:24:08.347Z | Compiling reqwest v0.12.9 |
1370 | 2024-12-16T04:24:08.619Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1371 | 2024-12-16T04:24:08.870Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-12-16T04:24:15.163Z | Compiling num_enum v0.5.11 |
1373 | 2024-12-16T04:24:15.345Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-12-16T04:24:15.633Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-12-16T04:24:17.644Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-12-16T04:24:17.815Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-12-16T04:24:18.077Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-16T04:24:18.799Z | Compiling either v1.13.0 |
1379 | 2024-12-16T04:24:19.271Z | Compiling arc-swap v1.7.1 |
1380 | 2024-12-16T04:24:19.986Z | Compiling pretty-hex v0.2.1 |
1381 | 2024-12-16T04:24:20.196Z | Compiling num-conv v0.1.0 |
1382 | 2024-12-16T04:24:20.220Z | Compiling time-core v0.1.2 |
1383 | 2024-12-16T04:24:20.407Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1384 | 2024-12-16T04:24:20.458Z | Compiling time v0.3.36 |
1385 | 2024-12-16T04:24:20.798Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1386 | 2024-12-16T04:24:21.806Z | Compiling slog-scope v4.4.0 |
1387 | 2024-12-16T04:24:22.325Z | Compiling itertools v0.12.1 |
1388 | 2024-12-16T04:24:22.715Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-12-16T04:24:23.652Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-12-16T04:24:23.831Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-16T04:24:25.444Z | Compiling progenitor-macro v0.8.0 |
1392 | 2024-12-16T04:24:26.211Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1393 | 2024-12-16T04:24:29.554Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-12-16T04:24:38.609Z | Compiling term v0.7.0 |
1395 | 2024-12-16T04:24:39.370Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-12-16T04:24:41.343Z | Compiling rand v0.8.5 |
1397 | 2024-12-16T04:24:43.238Z | Compiling anyhow v1.0.94 |
1398 | 2024-12-16T04:24:43.248Z | Compiling colored v2.2.0 |
1399 | 2024-12-16T04:24:44.722Z | Compiling is-terminal v0.4.13 |
1400 | 2024-12-16T04:24:44.725Z | Compiling winnow v0.6.18 |
1401 | 2024-12-16T04:24:44.856Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-12-16T04:24:45.175Z | Compiling take_mut v0.2.2 |
1403 | 2024-12-16T04:24:45.335Z | Compiling slog-async v2.8.0 |
1404 | 2024-12-16T04:24:48.468Z | Compiling slog-term v2.9.1 |
1405 | 2024-12-16T04:24:49.126Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1406 | 2024-12-16T04:24:51.309Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1407 | 2024-12-16T04:24:51.529Z | Compiling progenitor v0.8.0 |
1408 | 2024-12-16T04:24:51.753Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-12-16T04:24:52.789Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-12-16T04:24:53.641Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-12-16T04:24:55.508Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-12-16T04:24:56.899Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-12-16T04:25:09.026Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-12-16T04:25:16.542Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1415 | 2024-12-16T04:25:16.625Z | Running unittests src/lib.rs (target/release/deps/mg_tests-63024462c7b1f145) |
1416 | 2024-12-16T04:25:16.672Z | |
1417 | 2024-12-16T04:25:16.672Z | running 1 test |
1418 | 2024-12-16T04:25:16.849Z | configure zone |
1419 | 2024-12-16T04:25:16.868Z | install zone |
1420 | 2024-12-16T04:26:16.683Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1421 | 2024-12-16T04:27:13.288Z | boot zone |
1422 | 2024-12-16T04:27:14.124Z | start zone s1 |
1423 | 2024-12-16T04:27:14.125Z | configure zone |
1424 | 2024-12-16T04:27:14.133Z | install zone |
1425 | 2024-12-16T04:29:07.465Z | boot zone |
1426 | 2024-12-16T04:29:08.260Z | start zone s2 |
1427 | 2024-12-16T04:29:08.260Z | configure zone |
1428 | 2024-12-16T04:29:08.268Z | install zone |
1429 | 2024-12-16T04:31:02.364Z | boot zone |
1430 | 2024-12-16T04:31:03.206Z | start zone t1 |
1431 | 2024-12-16T04:31:03.206Z | configure zone |
1432 | 2024-12-16T04:31:03.214Z | install zone |
1433 | 2024-12-16T04:32:57.577Z | boot zone |
1434 | 2024-12-16T04:32:58.531Z | waiting for zones to come up |
1435 | 2024-12-16T04:33:08.535Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-12-16T04:33:08.567Z | STATE STIME FMRI |
1437 | 2024-12-16T04:33:08.567Z | online 20:27:31 svc:/milestone/network:default |
1438 | 2024-12-16T04:33:08.567Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-16T04:33:08.613Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-16T04:33:08.662Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-16T04:33:08.704Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-12-16T04:33:08.707Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-12-16T04:33:08.727Z | |
1444 | 2024-12-16T04:33:08.727Z | running zone s1.trio setup |
1445 | 2024-12-16T04:33:08.727Z | [s1.trio] svcs milestone/network |
1446 | 2024-12-16T04:33:08.752Z | STATE STIME FMRI |
1447 | 2024-12-16T04:33:08.752Z | online 20:29:26 svc:/milestone/network:default |
1448 | 2024-12-16T04:33:08.752Z | [s1.trio] dladm |
1449 | 2024-12-16T04:33:08.776Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-12-16T04:33:08.776Z | sl0 simnet 9000 up -- ? |
1451 | 2024-12-16T04:33:08.776Z | mg2 vnic 9000 up -- ? |
1452 | 2024-12-16T04:33:08.776Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-12-16T04:33:09.359Z | |
1454 | 2024-12-16T04:33:09.359Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-12-16T04:33:09.383Z | |
1456 | 2024-12-16T04:33:09.383Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-12-16T04:33:09.403Z | |
1458 | 2024-12-16T04:33:09.403Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-12-16T04:33:09.492Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-12-16T04:33:09.537Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid eafae26c-fb10-4b92-981d-5cdf678555fe --sled-uuid 705a8ea8-82b9-458c-96f6-24071ba6dbda -a sl0/v6 &> /opt/ddmd.log & |
1461 | 2024-12-16T04:33:09.559Z | |
1462 | 2024-12-16T04:33:09.559Z | running zone s2.trio setup |
1463 | 2024-12-16T04:33:09.559Z | [s2.trio] svcs milestone/network |
1464 | 2024-12-16T04:33:09.587Z | STATE STIME FMRI |
1465 | 2024-12-16T04:33:09.587Z | online 20:31:20 svc:/milestone/network:default |
1466 | 2024-12-16T04:33:09.587Z | [s2.trio] dladm |
1467 | 2024-12-16T04:33:09.608Z | LINK CLASS MTU STATE BRIDGE OVER |
1468 | 2024-12-16T04:33:09.608Z | sl1 simnet 9000 up -- ? |
1469 | 2024-12-16T04:33:09.608Z | mg3 vnic 9000 up -- ? |
1470 | 2024-12-16T04:33:09.608Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1471 | 2024-12-16T04:33:10.082Z | |
1472 | 2024-12-16T04:33:10.082Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1473 | 2024-12-16T04:33:10.106Z | |
1474 | 2024-12-16T04:33:10.106Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1475 | 2024-12-16T04:33:10.126Z | |
1476 | 2024-12-16T04:33:10.126Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1477 | 2024-12-16T04:33:10.172Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1478 | 2024-12-16T04:33:10.194Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d440b26c-5f8b-463a-8589-ed0912da13d9 --sled-uuid 75524938-d130-4f57-934a-6f0b0771187a -a sl1/v6 &> /opt/ddmd.log & |
1479 | 2024-12-16T04:33:10.215Z | |
1480 | 2024-12-16T04:33:10.215Z | running zone t1.trio setup |
1481 | 2024-12-16T04:33:10.215Z | [t1.trio] svcs milestone/network |
1482 | 2024-12-16T04:33:10.239Z | STATE STIME FMRI |
1483 | 2024-12-16T04:33:10.240Z | - - svc:/milestone/network:default |
1484 | 2024-12-16T04:33:11.240Z | [t1.trio] svcs milestone/network |
1485 | 2024-12-16T04:33:11.261Z | STATE STIME FMRI |
1486 | 2024-12-16T04:33:11.261Z | - - svc:/milestone/network:default |
1487 | 2024-12-16T04:33:12.262Z | [t1.trio] svcs milestone/network |
1488 | 2024-12-16T04:33:12.283Z | STATE STIME FMRI |
1489 | 2024-12-16T04:33:12.283Z | - - svc:/milestone/network:default |
1490 | 2024-12-16T04:33:13.283Z | [t1.trio] svcs milestone/network |
1491 | 2024-12-16T04:33:13.305Z | STATE STIME FMRI |
1492 | 2024-12-16T04:33:13.305Z | - - svc:/milestone/network:default |
1493 | 2024-12-16T04:33:14.305Z | [t1.trio] svcs milestone/network |
1494 | 2024-12-16T04:33:14.328Z | STATE STIME FMRI |
1495 | 2024-12-16T04:33:14.328Z | - - svc:/milestone/network:default |
1496 | 2024-12-16T04:33:15.328Z | [t1.trio] svcs milestone/network |
1497 | 2024-12-16T04:33:15.350Z | STATE STIME FMRI |
1498 | 2024-12-16T04:33:15.350Z | - - svc:/milestone/network:default |
1499 | 2024-12-16T04:33:16.350Z | [t1.trio] svcs milestone/network |
1500 | 2024-12-16T04:33:16.372Z | STATE STIME FMRI |
1501 | 2024-12-16T04:33:16.372Z | offline 20:33:15 svc:/milestone/network:default |
1502 | 2024-12-16T04:33:17.373Z | [t1.trio] svcs milestone/network |
1503 | 2024-12-16T04:33:17.396Z | STATE STIME FMRI |
1504 | 2024-12-16T04:33:17.396Z | online 20:33:15 svc:/milestone/network:default |
1505 | 2024-12-16T04:33:17.396Z | [t1.trio] dladm |
1506 | 2024-12-16T04:33:17.416Z | LINK CLASS MTU STATE BRIDGE OVER |
1507 | 2024-12-16T04:33:17.416Z | tfportrear0_0 simnet 9000 up -- ? |
1508 | 2024-12-16T04:33:17.416Z | tfportrear1_0 simnet 9000 up -- ? |
1509 | 2024-12-16T04:33:17.416Z | mg1 vnic 9000 up -- ? |
1510 | 2024-12-16T04:33:17.416Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1511 | 2024-12-16T04:33:17.936Z | |
1512 | 2024-12-16T04:33:17.936Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1513 | 2024-12-16T04:33:17.960Z | |
1514 | 2024-12-16T04:33:17.960Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1515 | 2024-12-16T04:33:17.982Z | |
1516 | 2024-12-16T04:33:17.982Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1517 | 2024-12-16T04:33:18.003Z | |
1518 | 2024-12-16T04:33:18.003Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1519 | 2024-12-16T04:33:18.206Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1520 | 2024-12-16T04:33:18.210Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1521 | 2024-12-16T04:33:18.213Z | waiting 3s for copy of files to zone to complete ... |
1522 | 2024-12-16T04:33:21.214Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1523 | 2024-12-16T04:33:21.257Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1524 | 2024-12-16T04:33:21.280Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1525 | 2024-12-16T04:33:21.378Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1526 | 2024-12-16T04:33:21.423Z | [t1.trio] svcadm enable dendrite |
1527 | 2024-12-16T04:33:21.463Z | |
1528 | 2024-12-16T04:33:21.463Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1529 | 2024-12-16T04:33:21.510Z | |
1530 | 2024-12-16T04:33:21.510Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1531 | 2024-12-16T04:33:21.553Z | |
1532 | 2024-12-16T04:33:21.553Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1533 | 2024-12-16T04:33:21.596Z | |
1534 | 2024-12-16T04:33:21.596Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1535 | 2024-12-16T04:33:21.639Z | |
1536 | 2024-12-16T04:33:21.639Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1537 | 2024-12-16T04:33:21.681Z | |
1538 | 2024-12-16T04:33:21.681Z | [t1.trio] svcadm refresh dendrite:default |
1539 | 2024-12-16T04:33:21.718Z | |
1540 | 2024-12-16T04:33:21.718Z | [t1.trio] svcadm restart dendrite:default |
1541 | 2024-12-16T04:33:21.756Z | |
1542 | 2024-12-16T04:33:21.756Z | wait 10s for dendrite to come up ... |
1543 | 2024-12-16T04:33:31.758Z | [t1.trio] svcadm enable tfport |
1544 | 2024-12-16T04:33:31.798Z | |
1545 | 2024-12-16T04:33:31.798Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1546 | 2024-12-16T04:33:31.820Z | |
1547 | 2024-12-16T04:33:31.820Z | [t1.trio] ipadm |
1548 | 2024-12-16T04:33:31.845Z | ADDROBJ TYPE STATE ADDR |
1549 | 2024-12-16T04:33:31.845Z | lo0/v4 static ok 127.0.0.1/8 |
1550 | 2024-12-16T04:33:31.845Z | mg1/v4 static ok 10.0.0.3/24 |
1551 | 2024-12-16T04:33:31.845Z | lo0/v6 static ok ::1/128 |
1552 | 2024-12-16T04:33:31.845Z | lo0/u6 static ok fd00:3::1/64 |
1553 | 2024-12-16T04:33:31.845Z | tfportrear0_0/v6 addrconf ok fe80::b8a6:b0ff:fe52:1a3d%tfportrear0_0/10 |
1554 | 2024-12-16T04:33:31.845Z | tfportrear1_0/v6 addrconf ok fe80::a857:7ff:fe2e:b68d%tfportrear1_0/10 |
1555 | 2024-12-16T04:33:34.056Z | initial peering test passed |
1556 | 2024-12-16T04:33:35.061Z | advertise from one passed |
1557 | 2024-12-16T04:33:36.063Z | advertise from two passed |
1558 | 2024-12-16T04:33:36.063Z | [s1.trio] ping fd00:2::1 |
1559 | 2024-12-16T04:33:36.093Z | fd00:2::1 is alive |
1560 | 2024-12-16T04:33:36.093Z | [s2.trio] ping fd00:1::1 |
1561 | 2024-12-16T04:33:36.116Z | fd00:1::1 is alive |
1562 | 2024-12-16T04:33:36.116Z | connectivity test passed |
1563 | 2024-12-16T04:33:36.116Z | [t1.trio] pkill ddmd |
1564 | 2024-12-16T04:33:36.135Z | |
1565 | 2024-12-16T04:33:42.141Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1566 | 2024-12-16T04:33:42.181Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1567 | 2024-12-16T04:33:42.198Z | [t1.trio] svcadm enable dendrite |
1568 | 2024-12-16T04:33:42.238Z | |
1569 | 2024-12-16T04:33:42.238Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1570 | 2024-12-16T04:33:42.281Z | |
1571 | 2024-12-16T04:33:42.281Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1572 | 2024-12-16T04:33:42.323Z | |
1573 | 2024-12-16T04:33:42.324Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1574 | 2024-12-16T04:33:42.366Z | |
1575 | 2024-12-16T04:33:42.366Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1576 | 2024-12-16T04:33:42.408Z | |
1577 | 2024-12-16T04:33:42.408Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1578 | 2024-12-16T04:33:42.449Z | |
1579 | 2024-12-16T04:33:42.449Z | [t1.trio] svcadm refresh dendrite:default |
1580 | 2024-12-16T04:33:42.487Z | |
1581 | 2024-12-16T04:33:42.487Z | [t1.trio] svcadm restart dendrite:default |
1582 | 2024-12-16T04:33:42.526Z | |
1583 | 2024-12-16T04:33:42.526Z | wait 10s for dendrite to come up ... |
1584 | 2024-12-16T04:33:52.528Z | [t1.trio] svcadm enable tfport |
1585 | 2024-12-16T04:33:52.569Z | |
1586 | 2024-12-16T04:33:52.569Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1587 | 2024-12-16T04:33:52.591Z | |
1588 | 2024-12-16T04:33:52.591Z | [t1.trio] ipadm |
1589 | 2024-12-16T04:33:52.615Z | ADDROBJ TYPE STATE ADDR |
1590 | 2024-12-16T04:33:52.615Z | lo0/v4 static ok 127.0.0.1/8 |
1591 | 2024-12-16T04:33:52.615Z | mg1/v4 static ok 10.0.0.3/24 |
1592 | 2024-12-16T04:33:52.615Z | lo0/v6 static ok ::1/128 |
1593 | 2024-12-16T04:33:52.615Z | lo0/u6 static ok fd00:3::1/64 |
1594 | 2024-12-16T04:33:52.615Z | tfportrear0_0/v6 addrconf ok fe80::b8a6:b0ff:fe52:1a3d%tfportrear0_0/10 |
1595 | 2024-12-16T04:33:52.615Z | tfportrear1_0/v6 addrconf ok fe80::a857:7ff:fe2e:b68d%tfportrear1_0/10 |
1596 | 2024-12-16T04:33:55.619Z | [s1.trio] ping fd00:2::1 |
1597 | 2024-12-16T04:33:55.642Z | fd00:2::1 is alive |
1598 | 2024-12-16T04:33:55.643Z | [s2.trio] ping fd00:1::1 |
1599 | 2024-12-16T04:33:55.663Z | fd00:1::1 is alive |
1600 | 2024-12-16T04:33:55.663Z | transit router restart passed |
1601 | 2024-12-16T04:33:55.663Z | [s1.trio] pkill ddmd |
1602 | 2024-12-16T04:33:55.682Z | |
1603 | 2024-12-16T04:34:00.687Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid aa123a0e-dd04-439a-98e6-4b33971c08c7 --sled-uuid ab824db6-e581-421d-b364-68d37dda82fe -a sl0/v6 &> /opt/ddmd.log & |
1604 | 2024-12-16T04:34:00.715Z | |
1605 | 2024-12-16T04:34:03.713Z | [s1.trio] ping fd00:2::1 |
1606 | 2024-12-16T04:34:03.736Z | fd00:2::1 is alive |
1607 | 2024-12-16T04:34:03.737Z | [s2.trio] ping fd00:1::1 |
1608 | 2024-12-16T04:34:03.758Z | fd00:1::1 is alive |
1609 | 2024-12-16T04:34:03.758Z | server router restart passed |
1610 | 2024-12-16T04:34:06.764Z | peer expiration recovery passed |
1611 | 2024-12-16T04:34:07.765Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1612 | 2024-12-16T04:34:07.792Z | 3 |
1613 | 2024-12-16T04:34:07.792Z | redundant advertise passed |
1614 | 2024-12-16T04:34:08.795Z | tunnel endpoint advertise passed |
1615 | 2024-12-16T04:34:13.798Z | redundant tunnel endpoint advertise passed |
1616 | 2024-12-16T04:34:13.798Z | [s1.trio] pkill ddmd |
1617 | 2024-12-16T04:34:13.820Z | |
1618 | 2024-12-16T04:34:18.821Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2211f091-98c5-4b16-b323-4ebd69b0d55b --sled-uuid bf809336-6f23-42c7-bd62-0ce02bbbcad2 -a sl0/v6 &> /opt/ddmd.log & |
1619 | 2024-12-16T04:34:18.843Z | |
1620 | 2024-12-16T04:34:23.910Z | tunnel router restart passed |
1621 | 2024-12-16T04:34:24.912Z | tunnel endpoint withdraw passed |
1622 | 2024-12-16T04:34:24.928Z | [t1.trio] pkill ddmd |
1623 | 2024-12-16T04:34:24.955Z | |
1624 | 2024-12-16T04:34:24.955Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1625 | 2024-12-16T04:34:24.960Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1626 | 2024-12-16T04:34:27.522Z | [s2.trio] pkill ddmd |
1627 | 2024-12-16T04:34:27.543Z | |
1628 | 2024-12-16T04:34:27.543Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1629 | 2024-12-16T04:34:30.116Z | [s1.trio] pkill ddmd |
1630 | 2024-12-16T04:34:30.137Z | |
1631 | 2024-12-16T04:34:30.137Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1632 | 2024-12-16T04:34:32.588Z | [sidecar.trio] pkill softnpu |
1633 | 2024-12-16T04:34:32.608Z | |
1634 | 2024-12-16T04:34:32.608Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1635 | 2024-12-16T04:34:35.214Z | test ddm::test_trio_v2_transit ... ok |
1636 | 2024-12-16T04:34:35.214Z | |
1637 | 2024-12-16T04:34:35.214Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 558.44s |
1638 | 2024-12-16T04:34:35.214Z | |
1639 | 2024-12-16T04:34:35.246Z | + cleanup |
1640 | 2024-12-16T04:34:35.249Z | ++ id -un |
1641 | 2024-12-16T04:34:35.252Z | ++ id -gn |
1642 | 2024-12-16T04:34:35.255Z | + pfexec chown -R build:build . |
1643 | 2024-12-16T04:34:35.333Z | process exited: duration 1083507 ms, exit code 0 |
|
1644 | 2024-12-16T04:34:35.344Z | found 4 output files |
1645 | 2024-12-16T04:34:35.344Z | uploading: /work/s1.trio.log (4205 bytes) |
1646 | 2024-12-16T04:34:36.357Z | uploaded: /work/s1.trio.log |
1647 | 2024-12-16T04:34:36.361Z | uploading: /work/s2.trio.log (9443 bytes) |
1648 | 2024-12-16T04:34:37.369Z | uploaded: /work/s2.trio.log |
1649 | 2024-12-16T04:34:37.369Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1650 | 2024-12-16T04:34:38.376Z | uploaded: /work/sidecar.trio-softnpu.log |
1651 | 2024-12-16T04:34:38.376Z | uploading: /work/t1.trio.log (25911 bytes) |
1652 | 2024-12-16T04:34:39.386Z | uploaded: /work/t1.trio.log |