|
|
|
1 | 2024-12-16T04:15:50.559Z | job assigned to worker 01JF6TT53SK51HJBD1WMV2GGKM [factory aws, i-0acc759546a35824e] (queued for 59 s) |
|
2 | 2024-12-16T04:15:58.272Z | starting task 0: "setup" |
3 | 2024-12-16T04:15:58.280Z | ++ uname -s |
4 | 2024-12-16T04:15:58.282Z | + kern=SunOS |
5 | 2024-12-16T04:15:58.282Z | + case "$kern" in |
6 | 2024-12-16T04:15:58.282Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:15:58.284Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:16:00.292Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:16:00.391Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:16:00.394Z | + home_fs=zfs |
11 | 2024-12-16T04:16:00.394Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:16:00.394Z | + mkdir -p /home/build |
13 | 2024-12-16T04:16:00.397Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:16:02.398Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:16:02.402Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-12-16T04:16:02.408Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:16:02.413Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:16:02.413Z | ' stable |
19 | 2024-12-16T04:16:02.416Z | * toolchain channel = "stable" |
20 | 2024-12-16T04:16:02.417Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T04:16:02.417Z | ' default |
22 | 2024-12-16T04:16:02.417Z | * toolchain profile = "default" |
23 | 2024-12-16T04:16:02.417Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:16:02.417Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:16:02.537Z | info: downloading installer |
26 | 2024-12-16T04:16:04.184Z | info: profile set to 'default' |
27 | 2024-12-16T04:16:04.184Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:16:04.188Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:16:04.323Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:16:04.323Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:16:05.057Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:16:05.339Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:16:06.363Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:16:07.848Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:16:13.429Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:16:13.648Z | info: installing component 'cargo' |
37 | 2024-12-16T04:16:14.456Z | info: installing component 'clippy' |
38 | 2024-12-16T04:16:14.831Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:16:16.548Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:16:18.288Z | info: installing component 'rustc' |
41 | 2024-12-16T04:16:23.955Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:16:24.291Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T04:16:24.292Z | |
44 | 2024-12-16T04:16:24.666Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:16:24.666Z | |
46 | 2024-12-16T04:16:24.669Z | |
47 | 2024-12-16T04:16:24.669Z | Rust is installed now. Great! |
48 | 2024-12-16T04:16:24.669Z | |
49 | 2024-12-16T04:16:24.669Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:16:24.669Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:16:24.669Z | |
52 | 2024-12-16T04:16:24.669Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:16:24.669Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:16:24.669Z | |
55 | 2024-12-16T04:16:24.669Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:16:24.669Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:16:24.669Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:16:24.741Z | + rustc --version |
59 | 2024-12-16T04:16:24.809Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:16:24.812Z | process exited: duration 22404 ms, exit code 0 |
|
61 | 2024-12-16T04:16:24.818Z | starting task 2: "authentication" |
62 | 2024-12-16T04:16:24.837Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-16T04:16:24.844Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:16:24.849Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:16:24.852Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:16:26.602Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:16:27.949Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:16:27.949Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:16:28.197Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:16:28.197Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:16:28.204Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:16:28.207Z | ++ git branch --show-current |
73 | 2024-12-16T04:16:28.209Z | + current=main |
74 | 2024-12-16T04:16:28.209Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:16:28.209Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:16:28.212Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:16:28.226Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:16:28.228Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:16:28.240Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:16:28.244Z | process exited: duration 3396 ms, exit code 0 |
|
81 | 2024-12-16T04:16:28.250Z | starting task 4: "build" |
82 | 2024-12-16T04:16:28.256Z | ++ cargo --version |
83 | 2024-12-16T04:16:28.260Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-16T04:16:28.423Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-16T04:16:28.423Z | info: downloading component 'cargo' |
86 | 2024-12-16T04:16:29.274Z | info: downloading component 'clippy' |
87 | 2024-12-16T04:16:29.588Z | info: downloading component 'rust-docs' |
88 | 2024-12-16T04:16:30.768Z | info: downloading component 'rust-std' |
89 | 2024-12-16T04:16:32.595Z | info: downloading component 'rustc' |
90 | 2024-12-16T04:16:39.165Z | info: downloading component 'rustfmt' |
91 | 2024-12-16T04:16:39.416Z | info: installing component 'cargo' |
92 | 2024-12-16T04:16:40.221Z | info: installing component 'clippy' |
93 | 2024-12-16T04:16:40.580Z | info: installing component 'rust-docs' |
94 | 2024-12-16T04:16:42.211Z | info: installing component 'rust-std' |
95 | 2024-12-16T04:16:43.927Z | info: installing component 'rustc' |
96 | 2024-12-16T04:16:49.612Z | info: installing component 'rustfmt' |
97 | 2024-12-16T04:16:50.017Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-16T04:16:50.020Z | ++ rustc --version |
99 | 2024-12-16T04:16:50.088Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-16T04:16:50.091Z | ++ dladm |
101 | 2024-12-16T04:16:50.097Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-16T04:16:50.097Z | ena0 phys 9216 up -- -- |
103 | 2024-12-16T04:16:50.100Z | ++ ipadm |
104 | 2024-12-16T04:16:50.100Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-16T04:16:50.100Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-16T04:16:50.100Z | ena0/dhcp dhcp ok 10.150.1.179/24 |
107 | 2024-12-16T04:16:50.100Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-16T04:16:50.100Z | ++ banner collect |
109 | 2024-12-16T04:16:50.149Z | |
110 | 2024-12-16T04:16:50.149Z | #### #### # # ###### #### ##### |
111 | 2024-12-16T04:16:50.149Z | # # # # # # # # # # |
112 | 2024-12-16T04:16:50.150Z | # # # # # ##### # # |
113 | 2024-12-16T04:16:50.150Z | # # # # # # # # |
114 | 2024-12-16T04:16:50.150Z | # # # # # # # # # # |
115 | 2024-12-16T04:16:50.150Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-16T04:16:50.150Z | |
117 | 2024-12-16T04:16:50.153Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-16T04:16:50.154Z | ++ repo=softnpu |
119 | 2024-12-16T04:16:50.154Z | ++ series=image |
120 | 2024-12-16T04:16:50.154Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-16T04:16:50.154Z | ++ name=softnpu |
122 | 2024-12-16T04:16:50.154Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-16T04:16:50.154Z | ++ mkdir -p download |
124 | 2024-12-16T04:16:50.155Z | ++ pushd download |
125 | 2024-12-16T04:16:50.155Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-16T04:16:50.155Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-16T04:16:50.155Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-16T04:16:50.162Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-16T04:16:50.162Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-16T04:16:50.733Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
21 21.8M 21 4859k 0 0 20.5M 0 0:00:01 --:--:-- 0:00:01 20.4M
100 21.8M 100 21.8M 0 0 38.0M 0 --:--:-- --:--:-- --:--:-- 38.0M |
131 | 2024-12-16T04:16:50.736Z | ++ popd |
132 | 2024-12-16T04:16:50.736Z | /work/oxidecomputer/maghemite |
133 | 2024-12-16T04:16:50.740Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-16T04:16:50.740Z | ++ repo=sidecar-lite |
135 | 2024-12-16T04:16:50.740Z | ++ series=release |
136 | 2024-12-16T04:16:50.740Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-16T04:16:50.740Z | ++ name=libsidecar_lite.so |
138 | 2024-12-16T04:16:50.740Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-16T04:16:50.740Z | ++ mkdir -p download |
140 | 2024-12-16T04:16:50.740Z | ++ pushd download |
141 | 2024-12-16T04:16:50.740Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-16T04:16:50.740Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-16T04:16:50.740Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-16T04:16:50.749Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-16T04:16:50.752Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-16T04:16:51.299Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 36.8M 0 --:--:-- --:--:-- --:--:-- 36.9M |
147 | 2024-12-16T04:16:51.302Z | ++ popd |
148 | 2024-12-16T04:16:51.302Z | /work/oxidecomputer/maghemite |
149 | 2024-12-16T04:16:51.303Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-16T04:16:51.303Z | ++ repo=sidecar-lite |
151 | 2024-12-16T04:16:51.303Z | ++ series=release |
152 | 2024-12-16T04:16:51.303Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-16T04:16:51.303Z | ++ name=scadm |
154 | 2024-12-16T04:16:51.303Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-16T04:16:51.303Z | ++ mkdir -p download |
156 | 2024-12-16T04:16:51.307Z | ++ pushd download |
157 | 2024-12-16T04:16:51.308Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-16T04:16:51.308Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-16T04:16:51.308Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-16T04:16:51.313Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-16T04:16:51.319Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-16T04:16:51.854Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 42.0M 0 --:--:-- --:--:-- --:--:-- 42.0M |
163 | 2024-12-16T04:16:51.858Z | ++ popd |
164 | 2024-12-16T04:16:51.861Z | /work/oxidecomputer/maghemite |
165 | 2024-12-16T04:16:51.861Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-16T04:16:51.861Z | ++ repo=dendrite |
167 | 2024-12-16T04:16:51.861Z | ++ series=image |
168 | 2024-12-16T04:16:51.861Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-16T04:16:51.861Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-16T04:16:51.861Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-16T04:16:51.861Z | ++ mkdir -p download |
172 | 2024-12-16T04:16:51.861Z | ++ pushd download |
173 | 2024-12-16T04:16:51.861Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-16T04:16:51.861Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-16T04:16:51.861Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-16T04:16:51.876Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-16T04:16:51.876Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-16T04:16:52.414Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
92 37.5M 92 34.6M 0 0 66.5M 0 --:--:-- --:--:-- --:--:-- 66.4M
100 37.5M 100 37.5M 0 0 69.0M 0 --:--:-- --:--:-- --:--:-- 68.9M |
179 | 2024-12-16T04:16:52.418Z | ++ popd |
180 | 2024-12-16T04:16:52.418Z | /work/oxidecomputer/maghemite |
181 | 2024-12-16T04:16:52.418Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-16T04:16:52.418Z | ++ repo=maghemite |
183 | 2024-12-16T04:16:52.418Z | ++ series=release |
184 | 2024-12-16T04:16:52.419Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-16T04:16:52.419Z | ++ name=ddmd |
186 | 2024-12-16T04:16:52.419Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-16T04:16:52.419Z | ++ mkdir -p download |
188 | 2024-12-16T04:16:52.423Z | ++ pushd download |
189 | 2024-12-16T04:16:52.423Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-16T04:16:52.423Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-16T04:16:52.423Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-16T04:16:52.429Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-16T04:16:52.429Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-16T04:16:53.124Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 58.9M 0 --:--:-- --:--:-- --:--:-- 59.0M |
195 | 2024-12-16T04:16:53.128Z | ++ popd |
196 | 2024-12-16T04:16:53.128Z | /work/oxidecomputer/maghemite |
197 | 2024-12-16T04:16:53.128Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-16T04:16:53.128Z | ++ repo=maghemite |
199 | 2024-12-16T04:16:53.128Z | ++ series=release |
200 | 2024-12-16T04:16:53.128Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-16T04:16:53.128Z | ++ name=ddmadm |
202 | 2024-12-16T04:16:53.128Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-16T04:16:53.128Z | ++ mkdir -p download |
204 | 2024-12-16T04:16:53.133Z | ++ pushd download |
205 | 2024-12-16T04:16:53.133Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-16T04:16:53.133Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-16T04:16:53.133Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-16T04:16:53.138Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-16T04:16:53.142Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-16T04:16:53.688Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
7 18.0M 7 1459k 0 0 5782k 0 0:00:03 --:--:-- 0:00:03 5769k
100 18.0M 100 18.0M 0 0 33.1M 0 --:--:-- --:--:-- --:--:-- 33.1M |
211 | 2024-12-16T04:16:53.703Z | ++ popd |
212 | 2024-12-16T04:16:53.704Z | /work/oxidecomputer/maghemite |
213 | 2024-12-16T04:16:53.704Z | ++ pushd download |
214 | 2024-12-16T04:16:53.704Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-16T04:16:53.704Z | ++ chmod +x softnpu |
216 | 2024-12-16T04:16:53.704Z | ++ chmod +x scadm |
217 | 2024-12-16T04:16:53.704Z | ++ chmod +x ddmadm |
218 | 2024-12-16T04:16:53.704Z | ++ chmod +x ddmd |
219 | 2024-12-16T04:16:53.708Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-16T04:16:53.709Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-16T04:16:53.709Z | ++ rm -rf zones/dendrite |
222 | 2024-12-16T04:16:53.709Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-16T04:16:53.709Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-16T04:16:54.585Z | ++ popd |
225 | 2024-12-16T04:16:54.585Z | /work/oxidecomputer/maghemite |
226 | 2024-12-16T04:16:54.585Z | ++ banner install |
227 | 2024-12-16T04:16:54.599Z | |
228 | 2024-12-16T04:16:54.600Z | # # # #### ##### ## # # |
229 | 2024-12-16T04:16:54.600Z | # ## # # # # # # # |
230 | 2024-12-16T04:16:54.601Z | # # # # #### # # # # # |
231 | 2024-12-16T04:16:54.601Z | # # # # # # ###### # # |
232 | 2024-12-16T04:16:54.602Z | # # ## # # # # # # # |
233 | 2024-12-16T04:16:54.602Z | # # # #### # # # ###### ###### |
234 | 2024-12-16T04:16:54.602Z | |
235 | 2024-12-16T04:16:54.602Z | ++ pkg info brand/sparse |
236 | 2024-12-16T04:16:54.602Z | ++ grep -qi installed |
237 | 2024-12-16T04:17:06.817Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-16T04:17:06.817Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-16T04:17:06.817Z | |
240 | 2024-12-16T04:17:06.817Z | brand/sparse |
241 | 2024-12-16T04:17:06.865Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-16T04:17:06.865Z | ++ set -o errexit |
243 | 2024-12-16T04:17:06.865Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-16T04:17:12.881Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-16T04:17:16.777Z | Startup: Caching catalogs ... Done |
246 | 2024-12-16T04:17:26.887Z | Planning: Solver setup ... Done |
247 | 2024-12-16T04:17:27.019Z | Planning: Running solver ... Done |
248 | 2024-12-16T04:17:27.440Z | Planning: Finding local manifests ... Done |
249 | 2024-12-16T04:17:27.467Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-16T04:17:28.085Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-16T04:17:28.830Z | Planning: Package planning ... Done |
252 | 2024-12-16T04:17:28.836Z | Planning: Merging actions ... Done |
253 | 2024-12-16T04:17:29.719Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-16T04:17:38.459Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-16T04:17:38.885Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-16T04:17:39.043Z | Planning: Planning completed in 22.17 seconds |
257 | 2024-12-16T04:17:39.679Z | Packages to install: 1 |
258 | 2024-12-16T04:17:39.679Z | Packages to update: 2 |
259 | 2024-12-16T04:17:39.679Z | Create boot environment: No |
260 | 2024-12-16T04:17:39.681Z | Create backup boot environment: Yes |
261 | 2024-12-16T04:17:40.169Z | |
262 | 2024-12-16T04:17:40.170Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-16T04:17:43.645Z | Download: Completed 8.03 MB in 3.48 seconds (2.3M/s) |
264 | 2024-12-16T04:17:45.662Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-16T04:17:45.680Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-16T04:17:45.796Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-16T04:17:46.262Z | Actions: Completed 1419 actions in 0.60 seconds. |
268 | 2024-12-16T04:17:46.468Z | Done |
269 | 2024-12-16T04:17:46.470Z | Done |
270 | 2024-12-16T04:17:46.978Z | Done |
271 | 2024-12-16T04:17:54.172Z | Done |
272 | 2024-12-16T04:17:54.689Z | Done |
273 | 2024-12-16T04:17:54.693Z | Done |
274 | 2024-12-16T04:17:54.797Z | Done |
275 | 2024-12-16T04:17:55.182Z | ++ set -o errexit |
276 | 2024-12-16T04:17:55.182Z | ++ set -o pipefail |
277 | 2024-12-16T04:17:55.182Z | ++ banner build |
278 | 2024-12-16T04:17:55.184Z | |
279 | 2024-12-16T04:17:55.184Z | ##### # # # # ##### |
280 | 2024-12-16T04:17:55.184Z | # # # # # # # # |
281 | 2024-12-16T04:17:55.184Z | ##### # # # # # # |
282 | 2024-12-16T04:17:55.184Z | # # # # # # # # |
283 | 2024-12-16T04:17:55.184Z | # # # # # # # # |
284 | 2024-12-16T04:17:55.184Z | ##### #### # ###### ##### |
285 | 2024-12-16T04:17:55.184Z | |
286 | 2024-12-16T04:17:55.187Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-16T04:17:55.375Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-16T04:17:55.623Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-16T04:17:55.812Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-16T04:17:55.812Z | * [new branch] ci -> origin/ci |
291 | 2024-12-16T04:17:55.815Z | * [new branch] main -> origin/main |
292 | 2024-12-16T04:17:55.815Z | * [new ref] -> origin/HEAD |
293 | 2024-12-16T04:17:55.825Z | Updating crates.io index |
294 | 2024-12-16T04:17:55.918Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2024-12-16T04:17:56.723Z | From https://github.com/oxidecomputer/falcon |
296 | 2024-12-16T04:17:56.723Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
297 | 2024-12-16T04:17:56.829Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2024-12-16T04:17:57.956Z | From https://github.com/oxidecomputer/dendrite |
299 | 2024-12-16T04:17:57.956Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
300 | 2024-12-16T04:17:58.011Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
301 | 2024-12-16T04:17:58.389Z | From https://github.com/oxidecomputer/ispf |
302 | 2024-12-16T04:17:58.389Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
303 | 2024-12-16T04:17:58.398Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2024-12-16T04:17:58.831Z | From https://github.com/oxidecomputer/netadm-sys |
305 | 2024-12-16T04:17:58.831Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
306 | 2024-12-16T04:17:58.841Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
307 | 2024-12-16T04:18:02.385Z | From https://github.com/oxidecomputer/omicron |
308 | 2024-12-16T04:18:02.385Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
309 | 2024-12-16T04:18:02.415Z | * [new tag] dogfood -> dogfood |
310 | 2024-12-16T04:18:02.417Z | * [new tag] v5 -> v5 |
311 | 2024-12-16T04:18:02.418Z | * [new tag] v6 -> v6 |
312 | 2024-12-16T04:18:02.418Z | * [new tag] v7 -> v7 |
313 | 2024-12-16T04:18:02.418Z | * [new tag] v8 -> v8 |
314 | 2024-12-16T04:18:02.418Z | * [new tag] v9 -> v9 |
315 | 2024-12-16T04:18:02.781Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2024-12-16T04:18:03.791Z | From https://github.com/oxidecomputer/opte |
317 | 2024-12-16T04:18:03.791Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
318 | 2024-12-16T04:18:03.834Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2024-12-16T04:18:04.269Z | From https://github.com/illumos/smf-rs |
320 | 2024-12-16T04:18:04.269Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
321 | 2024-12-16T04:18:04.305Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
322 | 2024-12-16T04:18:04.859Z | From https://github.com/oxidecomputer/maghemite |
323 | 2024-12-16T04:18:04.859Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
324 | 2024-12-16T04:18:04.876Z | * [new tag] rift -> rift |
325 | 2024-12-16T04:18:04.880Z | * [new tag] srp -> srp |
326 | 2024-12-16T04:18:04.880Z | * [new tag] tie-spf -> tie-spf |
327 | 2024-12-16T04:18:04.932Z | Updating git repository `https://github.com/oxidecomputer/zone` |
328 | 2024-12-16T04:18:05.383Z | From https://github.com/oxidecomputer/zone |
329 | 2024-12-16T04:18:05.383Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
330 | 2024-12-16T04:18:05.426Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
331 | 2024-12-16T04:18:06.130Z | From https://github.com/oxidecomputer/propolis |
332 | 2024-12-16T04:18:06.130Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
333 | 2024-12-16T04:18:06.219Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2024-12-16T04:18:06.593Z | From https://github.com/oxidecomputer/dlpi-sys |
335 | 2024-12-16T04:18:06.593Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
336 | 2024-12-16T04:18:06.629Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2024-12-16T04:18:07.050Z | From https://github.com/jmesmon/rust-libzfs |
338 | 2024-12-16T04:18:07.050Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
339 | 2024-12-16T04:18:07.068Z | * [new tag] v0.4.0 -> v0.4.0 |
340 | 2024-12-16T04:18:07.080Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2024-12-16T04:18:07.518Z | From https://github.com/oxidecomputer/rusty-doors |
342 | 2024-12-16T04:18:07.520Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
343 | 2024-12-16T04:18:07.541Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
344 | 2024-12-16T04:18:07.988Z | From https://github.com/oxidecomputer/maghemite |
345 | 2024-12-16T04:18:07.988Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
346 | 2024-12-16T04:18:08.046Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
347 | 2024-12-16T04:18:08.438Z | From https://github.com/oxidecomputer/serde_human_bytes |
348 | 2024-12-16T04:18:08.438Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
349 | 2024-12-16T04:18:08.449Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
350 | 2024-12-16T04:18:08.925Z | From https://github.com/oxidecomputer/slog-error-chain |
351 | 2024-12-16T04:18:08.925Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
352 | 2024-12-16T04:18:08.959Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
353 | 2024-12-16T04:18:09.332Z | From https://github.com/oxidecomputer/poptrie |
354 | 2024-12-16T04:18:09.332Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
355 | 2024-12-16T04:18:09.385Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
356 | 2024-12-16T04:18:09.789Z | From https://github.com/illumos/libscf-sys |
357 | 2024-12-16T04:18:09.790Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
358 | 2024-12-16T04:18:09.799Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
359 | 2024-12-16T04:18:10.725Z | From https://github.com/oxidecomputer/progenitor |
360 | 2024-12-16T04:18:10.725Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
361 | 2024-12-16T04:18:10.745Z | * [new tag] v0.1.1 -> v0.1.1 |
362 | 2024-12-16T04:18:10.748Z | * [new tag] v0.2.0 -> v0.2.0 |
363 | 2024-12-16T04:18:10.748Z | * [new tag] v0.3.0 -> v0.3.0 |
364 | 2024-12-16T04:18:10.748Z | * [new tag] v0.4.0 -> v0.4.0 |
365 | 2024-12-16T04:18:10.748Z | * [new tag] v0.5.0 -> v0.5.0 |
366 | 2024-12-16T04:18:10.748Z | * [new tag] v0.6.0 -> v0.6.0 |
367 | 2024-12-16T04:18:10.748Z | * [new tag] v0.7.0 -> v0.7.0 |
368 | 2024-12-16T04:18:10.975Z | Updating git repository `https://github.com/oxidecomputer/typify` |
369 | 2024-12-16T04:18:11.861Z | From https://github.com/oxidecomputer/typify |
370 | 2024-12-16T04:18:11.861Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
371 | 2024-12-16T04:18:11.863Z | * [new tag] v0.2.0 -> v0.2.0 |
372 | 2024-12-16T04:18:11.880Z | * [new tag] v0.0.10 -> v0.0.10 |
373 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.11 -> v0.0.11 |
374 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.12 -> v0.0.12 |
375 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.13 -> v0.0.13 |
376 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.14 -> v0.0.14 |
377 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.15 -> v0.0.15 |
378 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.16 -> v0.0.16 |
379 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.4 -> v0.0.4 |
380 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.5 -> v0.0.5 |
381 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.7 -> v0.0.7 |
382 | 2024-12-16T04:18:11.882Z | * [new tag] v0.0.8 -> v0.0.8 |
383 | 2024-12-16T04:18:11.883Z | * [new tag] v0.0.9 -> v0.0.9 |
384 | 2024-12-16T04:18:11.883Z | * [new tag] v0.1.0 -> v0.1.0 |
385 | 2024-12-16T04:18:12.037Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
386 | 2024-12-16T04:18:13.009Z | From https://github.com/oxidecomputer/crucible |
387 | 2024-12-16T04:18:13.009Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
388 | 2024-12-16T04:18:13.074Z | Updating git repository `https://github.com/oxidecomputer/opte` |
389 | 2024-12-16T04:18:13.501Z | From https://github.com/oxidecomputer/opte |
390 | 2024-12-16T04:18:13.501Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
391 | 2024-12-16T04:18:13.548Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
392 | 2024-12-16T04:18:14.227Z | From https://github.com/oxidecomputer/management-gateway-service |
393 | 2024-12-16T04:18:14.227Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
394 | 2024-12-16T04:18:15.012Z | Downloading crates ... |
395 | 2024-12-16T04:18:15.104Z | Downloaded atomicwrites v0.4.4 |
396 | 2024-12-16T04:18:15.115Z | Downloaded block-buffer v0.10.4 |
397 | 2024-12-16T04:18:15.118Z | Downloaded async-stream-impl v0.3.5 |
398 | 2024-12-16T04:18:15.118Z | Downloaded anstyle-query v1.1.1 |
399 | 2024-12-16T04:18:15.125Z | Downloaded foreign-types v0.3.2 |
400 | 2024-12-16T04:18:15.128Z | Downloaded autocfg v1.3.0 |
401 | 2024-12-16T04:18:15.133Z | Downloaded equivalent v1.0.1 |
402 | 2024-12-16T04:18:15.135Z | Downloaded ciborium-io v0.2.2 |
403 | 2024-12-16T04:18:15.135Z | Downloaded futures-sink v0.3.30 |
404 | 2024-12-16T04:18:15.137Z | Downloaded crunchy v0.2.2 |
405 | 2024-12-16T04:18:15.137Z | Downloaded dtrace-parser v0.2.0 |
406 | 2024-12-16T04:18:15.140Z | Downloaded float-ord v0.3.2 |
407 | 2024-12-16T04:18:15.142Z | Downloaded ppv-lite86 v0.2.20 |
408 | 2024-12-16T04:18:15.144Z | Downloaded proc-macro-error v1.0.4 |
409 | 2024-12-16T04:18:15.148Z | Downloaded powerfmt v0.2.0 |
410 | 2024-12-16T04:18:15.150Z | Downloaded progenitor-client v0.8.0 |
411 | 2024-12-16T04:18:15.153Z | Downloaded pretty-hex v0.4.1 |
412 | 2024-12-16T04:18:15.153Z | Downloaded serde-big-array v0.5.1 |
413 | 2024-12-16T04:18:15.155Z | Downloaded async-stream v0.3.5 |
414 | 2024-12-16T04:18:15.157Z | Downloaded percent-encoding v2.3.1 |
415 | 2024-12-16T04:18:15.159Z | Downloaded pkg-config v0.3.31 |
416 | 2024-12-16T04:18:15.160Z | Downloaded paste v1.0.15 |
417 | 2024-12-16T04:18:15.163Z | Downloaded foreign-types-shared v0.1.1 |
418 | 2024-12-16T04:18:15.165Z | Downloaded ahash v0.8.11 |
419 | 2024-12-16T04:18:15.168Z | Downloaded scroll_derive v0.12.0 |
420 | 2024-12-16T04:18:15.168Z | Downloaded const-random-macro v0.1.16 |
421 | 2024-12-16T04:18:15.170Z | Downloaded const-random v0.1.18 |
422 | 2024-12-16T04:18:15.170Z | Downloaded foreign-types v0.5.0 |
423 | 2024-12-16T04:18:15.172Z | Downloaded colorchoice v1.0.2 |
424 | 2024-12-16T04:18:15.172Z | Downloaded crucible-workspace-hack v0.1.0 |
425 | 2024-12-16T04:18:15.174Z | Downloaded data-encoding v2.6.0 |
426 | 2024-12-16T04:18:15.174Z | Downloaded pretty-hex v0.2.1 |
427 | 2024-12-16T04:18:15.177Z | Downloaded bitflags v1.3.2 |
428 | 2024-12-16T04:18:15.180Z | Downloaded enum-as-inner v0.6.1 |
429 | 2024-12-16T04:18:15.183Z | Downloaded plain v0.2.3 |
430 | 2024-12-16T04:18:15.185Z | Downloaded futures-core v0.3.30 |
431 | 2024-12-16T04:18:15.188Z | Downloaded defmt-parser v0.3.4 |
432 | 2024-12-16T04:18:15.188Z | Downloaded pest_generator v2.7.13 |
433 | 2024-12-16T04:18:15.190Z | Downloaded either v1.13.0 |
434 | 2024-12-16T04:18:15.193Z | Downloaded signal-hook-registry v1.4.2 |
435 | 2024-12-16T04:18:15.193Z | Downloaded pin-project-lite v0.2.14 |
436 | 2024-12-16T04:18:15.198Z | Downloaded foreign-types-macros v0.2.3 |
437 | 2024-12-16T04:18:15.201Z | Downloaded async-trait v0.1.83 |
438 | 2024-12-16T04:18:15.204Z | Downloaded backoff v0.4.0 |
439 | 2024-12-16T04:18:15.206Z | Downloaded sha1 v0.10.6 |
440 | 2024-12-16T04:18:15.209Z | Downloaded fnv v1.0.7 |
441 | 2024-12-16T04:18:15.211Z | Downloaded errno v0.3.9 |
442 | 2024-12-16T04:18:15.213Z | Downloaded schemars_derive v0.8.21 |
443 | 2024-12-16T04:18:15.216Z | Downloaded slog-envlogger v2.2.0 |
444 | 2024-12-16T04:18:15.216Z | Downloaded hubpack_derive v0.1.1 |
445 | 2024-12-16T04:18:15.218Z | Downloaded shlex v1.3.0 |
446 | 2024-12-16T04:18:15.220Z | Downloaded serde_tokenstream v0.2.2 |
447 | 2024-12-16T04:18:15.220Z | Downloaded semver v0.1.20 |
448 | 2024-12-16T04:18:15.223Z | Downloaded rustversion v1.0.17 |
449 | 2024-12-16T04:18:15.225Z | Downloaded slog-bunyan v2.5.0 |
450 | 2024-12-16T04:18:15.228Z | Downloaded slog-scope v4.4.0 |
451 | 2024-12-16T04:18:15.230Z | Downloaded postcard v1.0.10 |
452 | 2024-12-16T04:18:15.233Z | Downloaded newtype_derive v0.1.6 |
453 | 2024-12-16T04:18:15.233Z | Downloaded console v0.15.8 |
454 | 2024-12-16T04:18:15.237Z | Downloaded serde_path_to_error v0.1.16 |
455 | 2024-12-16T04:18:15.239Z | Downloaded cookie v0.18.1 |
456 | 2024-12-16T04:18:15.243Z | Downloaded sct v0.7.1 |
457 | 2024-12-16T04:18:15.245Z | Downloaded hex v0.4.3 |
458 | 2024-12-16T04:18:15.248Z | Downloaded heck v0.5.0 |
459 | 2024-12-16T04:18:15.250Z | Downloaded newline-converter v0.3.0 |
460 | 2024-12-16T04:18:15.252Z | Downloaded ident_case v1.0.1 |
461 | 2024-12-16T04:18:15.252Z | Downloaded try-lock v0.2.5 |
462 | 2024-12-16T04:18:15.255Z | Downloaded darling v0.20.10 |
463 | 2024-12-16T04:18:15.257Z | Downloaded ipnetwork v0.20.0 |
464 | 2024-12-16T04:18:15.260Z | Downloaded slog-json v2.6.1 |
465 | 2024-12-16T04:18:15.263Z | Downloaded slab v0.4.9 |
466 | 2024-12-16T04:18:15.265Z | Downloaded fxhash v0.2.1 |
467 | 2024-12-16T04:18:15.267Z | Downloaded serde_with_macros v3.9.0 |
468 | 2024-12-16T04:18:15.269Z | Downloaded linear-map v1.2.0 |
469 | 2024-12-16T04:18:15.271Z | Downloaded serde_derive_internals v0.29.1 |
470 | 2024-12-16T04:18:15.273Z | Downloaded newtype-uuid v1.1.0 |
471 | 2024-12-16T04:18:15.273Z | Downloaded slog-term v2.9.1 |
472 | 2024-12-16T04:18:15.276Z | Downloaded http-body v1.0.1 |
473 | 2024-12-16T04:18:15.278Z | Downloaded smallvec v1.13.2 |
474 | 2024-12-16T04:18:15.280Z | Downloaded clap v4.5.23 |
475 | 2024-12-16T04:18:15.289Z | Downloaded match_cfg v0.1.0 |
476 | 2024-12-16T04:18:15.292Z | Downloaded take_mut v0.2.2 |
477 | 2024-12-16T04:18:15.292Z | Downloaded semver v1.0.23 |
478 | 2024-12-16T04:18:15.294Z | Downloaded structmeta-derive v0.3.0 |
479 | 2024-12-16T04:18:15.296Z | Downloaded structmeta v0.3.0 |
480 | 2024-12-16T04:18:15.296Z | Downloaded strsim v0.11.1 |
481 | 2024-12-16T04:18:15.298Z | Downloaded no-std-compat v0.4.1 |
482 | 2024-12-16T04:18:15.301Z | Downloaded slog-dtrace v0.3.0 |
483 | 2024-12-16T04:18:15.303Z | Downloaded usdt-attr-macro v0.5.0 |
484 | 2024-12-16T04:18:15.303Z | Downloaded toml_datetime v0.6.8 |
485 | 2024-12-16T04:18:15.305Z | Downloaded serde_repr v0.1.19 |
486 | 2024-12-16T04:18:15.308Z | Downloaded sync_wrapper v1.0.1 |
487 | 2024-12-16T04:18:15.308Z | Downloaded arc-swap v1.7.1 |
488 | 2024-12-16T04:18:15.311Z | Downloaded usdt-macro v0.5.0 |
489 | 2024-12-16T04:18:15.313Z | Downloaded cc v1.1.21 |
490 | 2024-12-16T04:18:15.316Z | Downloaded http-body v0.4.6 |
491 | 2024-12-16T04:18:15.318Z | Downloaded http-body-util v0.1.2 |
492 | 2024-12-16T04:18:15.320Z | Downloaded futures v0.3.30 |
493 | 2024-12-16T04:18:15.325Z | Downloaded lru-cache v0.1.2 |
494 | 2024-12-16T04:18:15.327Z | Downloaded waitgroup v0.1.2 |
495 | 2024-12-16T04:18:15.327Z | Downloaded sync_wrapper v0.1.2 |
496 | 2024-12-16T04:18:15.330Z | Downloaded serde_derive v1.0.215 |
497 | 2024-12-16T04:18:15.333Z | Downloaded want v0.3.1 |
498 | 2024-12-16T04:18:15.333Z | Downloaded prettyplease v0.2.22 |
499 | 2024-12-16T04:18:15.336Z | Downloaded parse-display-derive v0.10.0 |
500 | 2024-12-16T04:18:15.340Z | Downloaded parse-display v0.10.0 |
501 | 2024-12-16T04:18:15.340Z | Downloaded tracing-attributes v0.1.27 |
502 | 2024-12-16T04:18:15.342Z | Downloaded tokio-rustls v0.24.1 |
503 | 2024-12-16T04:18:15.345Z | Downloaded num_enum v0.5.11 |
504 | 2024-12-16T04:18:15.348Z | Downloaded swrite v0.1.0 |
505 | 2024-12-16T04:18:15.350Z | Downloaded whoami v1.5.2 |
506 | 2024-12-16T04:18:15.353Z | Downloaded base64 v0.21.7 |
507 | 2024-12-16T04:18:15.356Z | Downloaded tinyvec_macros v0.1.1 |
508 | 2024-12-16T04:18:15.358Z | Downloaded version_check v0.9.5 |
509 | 2024-12-16T04:18:15.358Z | Downloaded rustls-pki-types v1.8.0 |
510 | 2024-12-16T04:18:15.362Z | Downloaded usdt-impl v0.5.0 |
511 | 2024-12-16T04:18:15.364Z | Downloaded tower-service v0.3.3 |
512 | 2024-12-16T04:18:15.364Z | Downloaded tokio-native-tls v0.3.1 |
513 | 2024-12-16T04:18:15.366Z | Downloaded httparse v1.9.4 |
514 | 2024-12-16T04:18:15.368Z | Downloaded num_enum v0.7.3 |
515 | 2024-12-16T04:18:15.373Z | Downloaded indent_write v2.2.0 |
516 | 2024-12-16T04:18:15.375Z | Downloaded heck v0.4.1 |
517 | 2024-12-16T04:18:15.377Z | Downloaded typify-macro v0.2.0 |
518 | 2024-12-16T04:18:15.377Z | Downloaded thin-vec v0.2.13 |
519 | 2024-12-16T04:18:15.380Z | Downloaded tokio-macros v2.4.0 |
520 | 2024-12-16T04:18:15.380Z | Downloaded num v0.4.3 |
521 | 2024-12-16T04:18:15.382Z | Downloaded similar v2.6.0 |
522 | 2024-12-16T04:18:15.386Z | Downloaded num-derive v0.4.2 |
523 | 2024-12-16T04:18:15.389Z | Downloaded tokio-rustls v0.25.0 |
524 | 2024-12-16T04:18:15.391Z | Downloaded lazy_static v1.5.0 |
525 | 2024-12-16T04:18:15.393Z | Downloaded schemars v0.8.21 |
526 | 2024-12-16T04:18:15.404Z | Downloaded usdt v0.5.0 |
527 | 2024-12-16T04:18:15.406Z | Downloaded untrusted v0.9.0 |
528 | 2024-12-16T04:18:15.408Z | Downloaded terminal_size v0.4.0 |
529 | 2024-12-16T04:18:15.408Z | Downloaded smartstring v1.0.1 |
530 | 2024-12-16T04:18:15.411Z | Downloaded num-iter v0.1.45 |
531 | 2024-12-16T04:18:15.413Z | Downloaded half v2.4.1 |
532 | 2024-12-16T04:18:15.416Z | Downloaded instant v0.1.13 |
533 | 2024-12-16T04:18:15.416Z | Downloaded hyper-tls v0.5.0 |
534 | 2024-12-16T04:18:15.418Z | Downloaded num-integer v0.1.46 |
535 | 2024-12-16T04:18:15.420Z | Downloaded num-conv v0.1.0 |
536 | 2024-12-16T04:18:15.420Z | Downloaded num_enum_derive v0.7.3 |
537 | 2024-12-16T04:18:15.423Z | Downloaded typify v0.2.0 |
538 | 2024-12-16T04:18:15.425Z | Downloaded slog v2.7.0 |
539 | 2024-12-16T04:18:15.427Z | Downloaded stable_deref_trait v1.2.0 |
540 | 2024-12-16T04:18:15.429Z | Downloaded spin v0.5.2 |
541 | 2024-12-16T04:18:15.431Z | Downloaded smf v0.2.3 |
542 | 2024-12-16T04:18:15.431Z | Downloaded is-terminal v0.4.13 |
543 | 2024-12-16T04:18:15.431Z | Downloaded crossbeam-channel v0.5.13 |
544 | 2024-12-16T04:18:15.436Z | Downloaded zone_cfg_derive v0.3.0 |
545 | 2024-12-16T04:18:15.438Z | Downloaded static_assertions v1.1.0 |
546 | 2024-12-16T04:18:15.438Z | Downloaded once_cell v1.20.2 |
547 | 2024-12-16T04:18:15.441Z | Downloaded zone v0.3.0 |
548 | 2024-12-16T04:18:15.444Z | Downloaded libsw v3.3.1 |
549 | 2024-12-16T04:18:15.444Z | Downloaded thiserror v1.0.69 |
550 | 2024-12-16T04:18:15.449Z | Downloaded thiserror-impl v1.0.69 |
551 | 2024-12-16T04:18:15.451Z | Downloaded generic-array v0.14.7 |
552 | 2024-12-16T04:18:15.453Z | Downloaded thread-id v4.2.2 |
553 | 2024-12-16T04:18:15.455Z | Downloaded serde_yaml v0.9.34+deprecated |
554 | 2024-12-16T04:18:15.457Z | Downloaded hubpack v0.1.2 |
555 | 2024-12-16T04:18:15.459Z | Downloaded owo-colors v4.1.0 |
556 | 2024-12-16T04:18:15.462Z | Downloaded zerocopy-derive v0.7.35 |
557 | 2024-12-16T04:18:15.465Z | Downloaded hostname v0.4.0 |
558 | 2024-12-16T04:18:15.467Z | Downloaded hyper-tls v0.6.0 |
559 | 2024-12-16T04:18:15.470Z | Downloaded tabwriter v1.4.0 |
560 | 2024-12-16T04:18:15.470Z | Downloaded num-rational v0.4.2 |
561 | 2024-12-16T04:18:15.472Z | Downloaded thread_local v1.1.8 |
562 | 2024-12-16T04:18:15.475Z | Downloaded num-traits v0.2.19 |
563 | 2024-12-16T04:18:15.477Z | Downloaded hostname v0.3.1 |
564 | 2024-12-16T04:18:15.477Z | Downloaded mime v0.3.17 |
565 | 2024-12-16T04:18:15.479Z | Downloaded humantime v2.1.0 |
566 | 2024-12-16T04:18:15.482Z | Downloaded hyper-rustls v0.24.2 |
567 | 2024-12-16T04:18:15.484Z | Downloaded typenum v1.17.0 |
568 | 2024-12-16T04:18:15.486Z | Downloaded socket2 v0.5.8 |
569 | 2024-12-16T04:18:15.488Z | Downloaded tiny-keccak v2.0.2 |
570 | 2024-12-16T04:18:15.491Z | Downloaded tokio-rustls v0.26.0 |
571 | 2024-12-16T04:18:15.493Z | Downloaded getrandom v0.2.15 |
572 | 2024-12-16T04:18:15.496Z | Downloaded tinyvec v1.8.0 |
573 | 2024-12-16T04:18:15.499Z | Downloaded memmap v0.7.0 |
574 | 2024-12-16T04:18:15.501Z | Downloaded highway v1.2.0 |
575 | 2024-12-16T04:18:15.503Z | Downloaded futures-task v0.3.30 |
576 | 2024-12-16T04:18:15.506Z | Downloaded strum_macros v0.25.3 |
577 | 2024-12-16T04:18:15.508Z | Downloaded num-derive v0.3.3 |
578 | 2024-12-16T04:18:15.508Z | Downloaded spin v0.9.8 |
579 | 2024-12-16T04:18:15.510Z | Downloaded iana-time-zone v0.1.61 |
580 | 2024-12-16T04:18:15.513Z | Downloaded rand v0.8.5 |
581 | 2024-12-16T04:18:15.516Z | Downloaded zerocopy v0.6.6 |
582 | 2024-12-16T04:18:15.518Z | Downloaded linked-hash-map v0.5.6 |
583 | 2024-12-16T04:18:15.521Z | Downloaded is_terminal_polyfill v1.70.1 |
584 | 2024-12-16T04:18:15.521Z | Downloaded num-complex v0.4.6 |
585 | 2024-12-16T04:18:15.523Z | Downloaded url v2.5.2 |
586 | 2024-12-16T04:18:15.526Z | Downloaded time-macros v0.2.18 |
587 | 2024-12-16T04:18:15.528Z | Downloaded parking_lot v0.11.2 |
588 | 2024-12-16T04:18:15.531Z | Downloaded ipnet v2.10.0 |
589 | 2024-12-16T04:18:15.533Z | Downloaded unicode-ident v1.0.13 |
590 | 2024-12-16T04:18:15.536Z | Downloaded heapless v0.8.0 |
591 | 2024-12-16T04:18:15.539Z | Downloaded multer v3.1.0 |
592 | 2024-12-16T04:18:15.542Z | Downloaded indexmap v1.9.3 |
593 | 2024-12-16T04:18:15.545Z | Downloaded ucd-trie v0.1.6 |
594 | 2024-12-16T04:18:15.548Z | Downloaded serde v1.0.215 |
595 | 2024-12-16T04:18:15.550Z | Downloaded toml v0.8.19 |
596 | 2024-12-16T04:18:15.554Z | Downloaded strum_macros v0.26.4 |
597 | 2024-12-16T04:18:15.557Z | Downloaded native-tls v0.2.12 |
598 | 2024-12-16T04:18:15.559Z | Downloaded tracing-core v0.1.32 |
599 | 2024-12-16T04:18:15.562Z | Downloaded unsafe-libyaml v0.2.11 |
600 | 2024-12-16T04:18:15.565Z | Downloaded quinn v0.11.5 |
601 | 2024-12-16T04:18:15.569Z | Downloaded unicode-bidi v0.3.15 |
602 | 2024-12-16T04:18:15.571Z | Downloaded parking_lot v0.12.3 |
603 | 2024-12-16T04:18:15.574Z | Downloaded clap_builder v4.5.23 |
604 | 2024-12-16T04:18:15.582Z | Downloaded indexmap v2.5.0 |
605 | 2024-12-16T04:18:15.587Z | Downloaded aho-corasick v1.1.3 |
606 | 2024-12-16T04:18:15.593Z | Downloaded log v0.4.22 |
607 | 2024-12-16T04:18:15.596Z | Downloaded memchr v2.7.4 |
608 | 2024-12-16T04:18:15.601Z | Downloaded http v1.2.0 |
609 | 2024-12-16T04:18:15.605Z | Downloaded tracing v0.1.40 |
610 | 2024-12-16T04:18:15.610Z | Downloaded openssl-sys v0.9.103 |
611 | 2024-12-16T04:18:15.616Z | Downloaded unicode-segmentation v1.12.0 |
612 | 2024-12-16T04:18:15.620Z | Downloaded http v0.2.12 |
613 | 2024-12-16T04:18:15.625Z | Downloaded itertools v0.10.5 |
614 | 2024-12-16T04:18:15.632Z | Downloaded hashbrown v0.14.5 |
615 | 2024-12-16T04:18:15.638Z | Downloaded nom v7.1.3 |
616 | 2024-12-16T04:18:15.644Z | Downloaded steno v0.4.1 |
617 | 2024-12-16T04:18:15.649Z | Downloaded toml_edit v0.19.15 |
618 | 2024-12-16T04:18:15.667Z | Downloaded hyper-util v0.1.10 |
619 | 2024-12-16T04:18:15.671Z | Downloaded h2 v0.4.6 |
620 | 2024-12-16T04:18:15.678Z | Downloaded hickory-resolver v0.24.1 |
621 | 2024-12-16T04:18:15.683Z | Downloaded serde_with v3.9.0 |
622 | 2024-12-16T04:18:15.692Z | Downloaded unicode-normalization v0.1.24 |
623 | 2024-12-16T04:18:15.696Z | Downloaded mio v1.0.2 |
624 | 2024-12-16T04:18:15.702Z | Downloaded tokio-util v0.7.12 |
625 | 2024-12-16T04:18:15.709Z | Downloaded h2 v0.3.26 |
626 | 2024-12-16T04:18:15.716Z | Downloaded futures-util v0.3.30 |
627 | 2024-12-16T04:18:15.730Z | Downloaded winnow v0.5.40 |
628 | 2024-12-16T04:18:15.738Z | Downloaded goblin v0.8.2 |
629 | 2024-12-16T04:18:15.745Z | Downloaded hyper v1.5.1 |
630 | 2024-12-16T04:18:15.751Z | Downloaded zerocopy v0.7.35 |
631 | 2024-12-16T04:18:15.768Z | Downloaded hyper v0.14.30 |
632 | 2024-12-16T04:18:15.776Z | Downloaded syn v1.0.109 |
633 | 2024-12-16T04:18:15.787Z | Downloaded webpki-roots v0.25.4 |
634 | 2024-12-16T04:18:15.792Z | Downloaded syn v2.0.87 |
635 | 2024-12-16T04:18:15.804Z | Downloaded vcpkg v0.2.15 |
636 | 2024-12-16T04:18:15.842Z | Downloaded unicode-width v0.1.14 |
637 | 2024-12-16T04:18:15.848Z | Downloaded idna v0.5.0 |
638 | 2024-12-16T04:18:15.855Z | Downloaded regex v1.10.6 |
639 | 2024-12-16T04:18:15.869Z | Downloaded smoltcp v0.11.0 |
640 | 2024-12-16T04:18:15.882Z | Downloaded hickory-proto v0.24.1 |
641 | 2024-12-16T04:18:15.897Z | Downloaded openapiv3 v2.0.0 |
642 | 2024-12-16T04:18:15.909Z | Downloaded rustls v0.21.12 |
643 | 2024-12-16T04:18:15.921Z | Downloaded regress v0.9.1 |
644 | 2024-12-16T04:18:15.929Z | Downloaded regress v0.10.1 |
645 | 2024-12-16T04:18:15.938Z | Downloaded rustls v0.22.4 |
646 | 2024-12-16T04:18:15.952Z | Downloaded rustls v0.23.13 |
647 | 2024-12-16T04:18:15.963Z | Downloaded rustix v0.38.37 |
648 | 2024-12-16T04:18:15.985Z | Downloaded regex-syntax v0.8.4 |
649 | 2024-12-16T04:18:15.994Z | Downloaded rhai v1.20.0 |
650 | 2024-12-16T04:18:16.006Z | Downloaded webpki-roots v0.26.6 |
651 | 2024-12-16T04:18:16.010Z | Downloaded dropshot v0.12.0 |
652 | 2024-12-16T04:18:16.030Z | Downloaded winnow v0.6.18 |
653 | 2024-12-16T04:18:16.038Z | Downloaded openssl v0.10.66 |
654 | 2024-12-16T04:18:16.047Z | Downloaded portable-atomic v1.8.0 |
655 | 2024-12-16T04:18:16.054Z | Downloaded idna v0.4.0 |
656 | 2024-12-16T04:18:16.060Z | Downloaded quinn-proto v0.11.8 |
657 | 2024-12-16T04:18:16.067Z | Downloaded sled v0.34.7 |
658 | 2024-12-16T04:18:16.078Z | Downloaded typify-impl v0.2.0 |
659 | 2024-12-16T04:18:16.093Z | Downloaded rustls-webpki v0.102.8 |
660 | 2024-12-16T04:18:16.111Z | Downloaded rustls-webpki v0.101.7 |
661 | 2024-12-16T04:18:16.124Z | Downloaded chrono v0.4.38 |
662 | 2024-12-16T04:18:16.131Z | Downloaded serde_json v1.0.133 |
663 | 2024-12-16T04:18:16.138Z | Downloaded reqwest v0.12.9 |
664 | 2024-12-16T04:18:16.146Z | Downloaded zerocopy-derive v0.6.6 |
665 | 2024-12-16T04:18:16.156Z | Downloaded regex-automata v0.4.7 |
666 | 2024-12-16T04:18:16.173Z | Downloaded itertools v0.13.0 |
667 | 2024-12-16T04:18:16.179Z | Downloaded libc v0.2.167 |
668 | 2024-12-16T04:18:16.205Z | Downloaded tokio v1.42.0 |
669 | 2024-12-16T04:18:16.243Z | Downloaded petgraph v0.6.5 |
670 | 2024-12-16T04:18:16.260Z | Downloaded reqwest v0.11.27 |
671 | 2024-12-16T04:18:16.267Z | Downloaded itertools v0.12.1 |
672 | 2024-12-16T04:18:16.274Z | Downloaded toml_edit v0.22.21 |
673 | 2024-12-16T04:18:16.295Z | Downloaded libm v0.2.8 |
674 | 2024-12-16T04:18:16.302Z | Downloaded time v0.3.36 |
675 | 2024-12-16T04:18:16.309Z | Downloaded pest v2.7.13 |
676 | 2024-12-16T04:18:16.314Z | Downloaded hashbrown v0.12.3 |
677 | 2024-12-16T04:18:16.318Z | Downloaded minimal-lexical v0.2.1 |
678 | 2024-12-16T04:18:16.323Z | Downloaded pest_meta v2.7.13 |
679 | 2024-12-16T04:18:16.325Z | Downloaded macaddr v1.0.1 |
680 | 2024-12-16T04:18:16.328Z | Downloaded expectorate v1.1.0 |
681 | 2024-12-16T04:18:16.330Z | Downloaded num_enum_derive v0.5.11 |
682 | 2024-12-16T04:18:16.330Z | Downloaded lock_api v0.4.12 |
683 | 2024-12-16T04:18:16.332Z | Downloaded subtle v2.6.1 |
684 | 2024-12-16T04:18:16.332Z | Downloaded zeroize v1.8.1 |
685 | 2024-12-16T04:18:16.334Z | Downloaded utf8parse v0.2.2 |
686 | 2024-12-16T04:18:16.334Z | Downloaded itoa v1.0.11 |
687 | 2024-12-16T04:18:16.336Z | Downloaded term v0.7.0 |
688 | 2024-12-16T04:18:16.338Z | Downloaded tempfile v3.12.0 |
689 | 2024-12-16T04:18:16.340Z | Downloaded password-hash v0.5.0 |
690 | 2024-12-16T04:18:16.342Z | Downloaded parking_lot_core v0.9.10 |
691 | 2024-12-16T04:18:16.345Z | Downloaded uuid v1.11.0 |
692 | 2024-12-16T04:18:16.347Z | Downloaded proc-macro2 v1.0.86 |
693 | 2024-12-16T04:18:16.350Z | Downloaded darling_core v0.20.10 |
694 | 2024-12-16T04:18:16.353Z | Downloaded httpdate v1.0.3 |
695 | 2024-12-16T04:18:16.356Z | Downloaded ryu v1.0.18 |
696 | 2024-12-16T04:18:16.359Z | Downloaded progenitor-impl v0.8.0 |
697 | 2024-12-16T04:18:16.361Z | Downloaded rustls-pemfile v2.1.3 |
698 | 2024-12-16T04:18:16.361Z | Downloaded base64 v0.22.1 |
699 | 2024-12-16T04:18:16.365Z | Downloaded hash32 v0.3.1 |
700 | 2024-12-16T04:18:16.367Z | Downloaded rhai_codegen v2.2.0 |
701 | 2024-12-16T04:18:16.373Z | Downloaded derive_more v0.99.18 |
702 | 2024-12-16T04:18:16.377Z | Downloaded omicron-workspace-hack v0.1.0 |
703 | 2024-12-16T04:18:16.380Z | Downloaded num_threads v0.1.7 |
704 | 2024-12-16T04:18:16.380Z | Downloaded encoding_rs v0.8.34 |
705 | 2024-12-16T04:18:16.400Z | Downloaded hyper-rustls v0.27.3 |
706 | 2024-12-16T04:18:16.403Z | Downloaded dropshot_endpoint v0.12.0 |
707 | 2024-12-16T04:18:16.405Z | Downloaded crossbeam-utils v0.8.20 |
708 | 2024-12-16T04:18:16.407Z | Downloaded derive-where v1.2.7 |
709 | 2024-12-16T04:18:16.410Z | Downloaded slog-async v2.8.0 |
710 | 2024-12-16T04:18:16.412Z | Downloaded allocator-api2 v0.2.18 |
711 | 2024-12-16T04:18:16.415Z | Downloaded managed v0.8.0 |
712 | 2024-12-16T04:18:16.417Z | Downloaded rand_chacha v0.3.1 |
713 | 2024-12-16T04:18:16.417Z | Downloaded quote v1.0.37 |
714 | 2024-12-16T04:18:16.420Z | Downloaded futures-channel v0.3.30 |
715 | 2024-12-16T04:18:16.422Z | Downloaded base64ct v1.6.0 |
716 | 2024-12-16T04:18:16.424Z | Downloaded anstyle-parse v0.2.5 |
717 | 2024-12-16T04:18:16.425Z | Downloaded camino v1.1.9 |
718 | 2024-12-16T04:18:16.427Z | Downloaded serde_spanned v0.6.7 |
719 | 2024-12-16T04:18:16.429Z | Downloaded rustc_version v0.1.7 |
720 | 2024-12-16T04:18:16.429Z | Downloaded rustc-hash v2.0.0 |
721 | 2024-12-16T04:18:16.430Z | Downloaded proc-macro-crate v1.3.1 |
722 | 2024-12-16T04:18:16.432Z | Downloaded crossbeam-epoch v0.9.18 |
723 | 2024-12-16T04:18:16.434Z | Downloaded anyhow v1.0.94 |
724 | 2024-12-16T04:18:16.436Z | Downloaded sha2 v0.10.8 |
725 | 2024-12-16T04:18:16.439Z | Downloaded serde_urlencoded v0.7.1 |
726 | 2024-12-16T04:18:16.441Z | Downloaded parking_lot_core v0.8.6 |
727 | 2024-12-16T04:18:16.444Z | Downloaded time-core v0.1.2 |
728 | 2024-12-16T04:18:16.444Z | Downloaded strum v0.26.3 |
729 | 2024-12-16T04:18:16.447Z | Downloaded openssl-probe v0.1.5 |
730 | 2024-12-16T04:18:16.447Z | Downloaded openssl-macros v0.1.1 |
731 | 2024-12-16T04:18:16.447Z | Downloaded crc32fast v1.4.2 |
732 | 2024-12-16T04:18:16.449Z | Downloaded cancel-safe-futures v0.1.5 |
733 | 2024-12-16T04:18:16.452Z | Downloaded slog-stdlog v4.1.1 |
734 | 2024-12-16T04:18:16.453Z | Downloaded sigpipe v0.1.3 |
735 | 2024-12-16T04:18:16.453Z | Downloaded dirs-next v2.0.0 |
736 | 2024-12-16T04:18:16.455Z | Downloaded defmt v0.3.8 |
737 | 2024-12-16T04:18:16.457Z | Downloaded scroll v0.12.0 |
738 | 2024-12-16T04:18:16.459Z | Downloaded pest_derive v2.7.13 |
739 | 2024-12-16T04:18:16.461Z | Downloaded bytes v1.7.2 |
740 | 2024-12-16T04:18:16.464Z | Downloaded blake2 v0.10.6 |
741 | 2024-12-16T04:18:16.467Z | Downloaded bitflags v2.6.0 |
742 | 2024-12-16T04:18:16.469Z | Downloaded scopeguard v1.2.0 |
743 | 2024-12-16T04:18:16.472Z | Downloaded rustls-pemfile v1.0.4 |
744 | 2024-12-16T04:18:16.472Z | Downloaded resolv-conf v0.7.0 |
745 | 2024-12-16T04:18:16.475Z | Downloaded rand_core v0.6.4 |
746 | 2024-12-16T04:18:16.475Z | Downloaded quick-error v1.2.3 |
747 | 2024-12-16T04:18:16.477Z | Downloaded futures-io v0.3.30 |
748 | 2024-12-16T04:18:16.477Z | Downloaded colored v2.2.0 |
749 | 2024-12-16T04:18:16.479Z | Downloaded ciborium v0.2.2 |
750 | 2024-12-16T04:18:16.481Z | Downloaded clap_derive v4.5.18 |
751 | 2024-12-16T04:18:16.484Z | Downloaded cfg-if v1.0.0 |
752 | 2024-12-16T04:18:16.486Z | Downloaded pin-utils v0.1.0 |
753 | 2024-12-16T04:18:16.486Z | Downloaded futures-executor v0.3.30 |
754 | 2024-12-16T04:18:16.488Z | Downloaded deranged v0.3.11 |
755 | 2024-12-16T04:18:16.488Z | Downloaded quinn-udp v0.5.5 |
756 | 2024-12-16T04:18:16.491Z | Downloaded progenitor-macro v0.8.0 |
757 | 2024-12-16T04:18:16.491Z | Downloaded form_urlencoded v1.2.1 |
758 | 2024-12-16T04:18:16.491Z | Downloaded embedded-io v0.6.1 |
759 | 2024-12-16T04:18:16.493Z | Downloaded defmt-macros v0.3.9 |
760 | 2024-12-16T04:18:16.496Z | Downloaded clap_lex v0.7.4 |
761 | 2024-12-16T04:18:16.496Z | Downloaded embedded-io v0.4.0 |
762 | 2024-12-16T04:18:16.499Z | Downloaded dof v0.3.0 |
763 | 2024-12-16T04:18:16.499Z | Downloaded cpufeatures v0.2.14 |
764 | 2024-12-16T04:18:16.502Z | Downloaded rustc_version v0.4.1 |
765 | 2024-12-16T04:18:16.502Z | Downloaded proc-macro-crate v3.2.0 |
766 | 2024-12-16T04:18:16.502Z | Downloaded argon2 v0.5.3 |
767 | 2024-12-16T04:18:16.504Z | Downloaded anstream v0.6.15 |
768 | 2024-12-16T04:18:16.507Z | Downloaded futures-macro v0.3.30 |
769 | 2024-12-16T04:18:16.507Z | Downloaded fixedbitset v0.4.2 |
770 | 2024-12-16T04:18:16.510Z | Downloaded digest v0.10.7 |
771 | 2024-12-16T04:18:16.510Z | Downloaded cobs v0.2.3 |
772 | 2024-12-16T04:18:16.514Z | Downloaded progenitor v0.8.0 |
773 | 2024-12-16T04:18:16.515Z | Downloaded proc-macro-error-attr v1.0.4 |
774 | 2024-12-16T04:18:16.515Z | Downloaded debug-ignore v1.0.5 |
775 | 2024-12-16T04:18:16.519Z | Downloaded camino-tempfile v1.1.1 |
776 | 2024-12-16T04:18:16.519Z | Downloaded atomic-waker v1.1.2 |
777 | 2024-12-16T04:18:16.519Z | Downloaded fastrand v2.1.1 |
778 | 2024-12-16T04:18:16.521Z | Downloaded crypto-common v0.1.6 |
779 | 2024-12-16T04:18:16.521Z | Downloaded convert_case v0.4.0 |
780 | 2024-12-16T04:18:16.521Z | Downloaded dyn-clone v1.0.17 |
781 | 2024-12-16T04:18:16.521Z | Downloaded dirs-sys-next v0.1.2 |
782 | 2024-12-16T04:18:16.524Z | Downloaded cstr-argument v0.1.2 |
783 | 2024-12-16T04:18:16.524Z | Downloaded ciborium-ll v0.2.2 |
784 | 2024-12-16T04:18:16.524Z | Downloaded byteorder v1.5.0 |
785 | 2024-12-16T04:18:16.526Z | Downloaded anstyle v1.0.10 |
786 | 2024-12-16T04:18:16.528Z | Downloaded foreign-types-shared v0.3.1 |
787 | 2024-12-16T04:18:16.528Z | Downloaded darling_macro v0.20.10 |
788 | 2024-12-16T04:18:16.528Z | Downloaded crc8 v0.1.1 |
789 | 2024-12-16T04:18:16.625Z | Downloaded ring v0.17.8 |
790 | 2024-12-16T04:18:16.967Z | Compiling proc-macro2 v1.0.86 |
791 | 2024-12-16T04:18:16.967Z | Compiling unicode-ident v1.0.13 |
792 | 2024-12-16T04:18:16.967Z | Compiling libc v0.2.167 |
793 | 2024-12-16T04:18:16.970Z | Compiling serde v1.0.215 |
794 | 2024-12-16T04:18:16.970Z | Compiling autocfg v1.3.0 |
795 | 2024-12-16T04:18:16.970Z | Compiling version_check v0.9.5 |
796 | 2024-12-16T04:18:16.970Z | Compiling cfg-if v1.0.0 |
797 | 2024-12-16T04:18:17.142Z | Compiling once_cell v1.20.2 |
798 | 2024-12-16T04:18:17.159Z | Compiling libm v0.2.8 |
799 | 2024-12-16T04:18:17.196Z | Compiling memchr v2.7.4 |
800 | 2024-12-16T04:18:17.659Z | Compiling byteorder v1.5.0 |
801 | 2024-12-16T04:18:17.683Z | Compiling lock_api v0.4.12 |
802 | 2024-12-16T04:18:17.989Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-12-16T04:18:18.577Z | Compiling shlex v1.3.0 |
804 | 2024-12-16T04:18:18.866Z | Compiling cc v1.1.21 |
805 | 2024-12-16T04:18:18.885Z | Compiling thiserror v1.0.69 |
806 | 2024-12-16T04:18:18.983Z | Compiling itoa v1.0.11 |
807 | 2024-12-16T04:18:19.229Z | Compiling portable-atomic v1.8.0 |
808 | 2024-12-16T04:18:19.247Z | Compiling slab v0.4.9 |
809 | 2024-12-16T04:18:19.433Z | Compiling schemars v0.8.21 |
810 | 2024-12-16T04:18:19.578Z | Compiling ahash v0.8.11 |
811 | 2024-12-16T04:18:19.596Z | Compiling allocator-api2 v0.2.18 |
812 | 2024-12-16T04:18:19.882Z | Compiling num-traits v0.2.19 |
813 | 2024-12-16T04:18:20.112Z | Compiling ryu v1.0.18 |
814 | 2024-12-16T04:18:20.221Z | Compiling quote v1.0.37 |
815 | 2024-12-16T04:18:20.314Z | Compiling getrandom v0.2.15 |
816 | 2024-12-16T04:18:20.771Z | Compiling syn v2.0.87 |
817 | 2024-12-16T04:18:20.791Z | Compiling serde_json v1.0.133 |
818 | 2024-12-16T04:18:20.921Z | Compiling pin-project-lite v0.2.14 |
819 | 2024-12-16T04:18:21.343Z | Compiling scopeguard v1.2.0 |
820 | 2024-12-16T04:18:21.382Z | Compiling log v0.4.22 |
821 | 2024-12-16T04:18:21.407Z | Compiling equivalent v1.0.1 |
822 | 2024-12-16T04:18:21.517Z | Compiling heck v0.5.0 |
823 | 2024-12-16T04:18:21.536Z | Compiling fnv v1.0.7 |
824 | 2024-12-16T04:18:21.806Z | Compiling pkg-config v0.3.31 |
825 | 2024-12-16T04:18:21.976Z | Compiling vcpkg v0.2.15 |
826 | 2024-12-16T04:18:21.996Z | Compiling ring v0.17.8 |
827 | 2024-12-16T04:18:22.017Z | Compiling crunchy v0.2.2 |
828 | 2024-12-16T04:18:22.513Z | Compiling signal-hook-registry v1.4.2 |
829 | 2024-12-16T04:18:23.024Z | Compiling mio v1.0.2 |
830 | 2024-12-16T04:18:23.049Z | Compiling socket2 v0.5.8 |
831 | 2024-12-16T04:18:23.484Z | Compiling httparse v1.9.4 |
832 | 2024-12-16T04:18:23.569Z | Compiling tiny-keccak v2.0.2 |
833 | 2024-12-16T04:18:23.596Z | Compiling openssl-sys v0.9.103 |
834 | 2024-12-16T04:18:23.888Z | Compiling slog v2.7.0 |
835 | 2024-12-16T04:18:24.181Z | Compiling iana-time-zone v0.1.61 |
836 | 2024-12-16T04:18:24.626Z | Compiling const-random-macro v0.1.16 |
837 | 2024-12-16T04:18:24.665Z | Compiling futures-core v0.3.30 |
838 | 2024-12-16T04:18:24.701Z | Compiling dyn-clone v1.0.17 |
839 | 2024-12-16T04:18:24.895Z | Compiling futures-sink v0.3.30 |
840 | 2024-12-16T04:18:24.941Z | Compiling openssl v0.10.66 |
841 | 2024-12-16T04:18:25.444Z | Compiling rustls v0.23.13 |
842 | 2024-12-16T04:18:25.548Z | Compiling native-tls v0.2.12 |
843 | 2024-12-16T04:18:25.625Z | Compiling semver v1.0.23 |
844 | 2024-12-16T04:18:25.690Z | Compiling typenum v1.17.0 |
845 | 2024-12-16T04:18:25.730Z | Compiling const-random v0.1.18 |
846 | 2024-12-16T04:18:25.752Z | Compiling futures-channel v0.3.30 |
847 | 2024-12-16T04:18:25.770Z | Compiling futures-task v0.3.30 |
848 | 2024-12-16T04:18:25.791Z | Compiling futures-io v0.3.30 |
849 | 2024-12-16T04:18:25.823Z | Compiling pin-utils v0.1.0 |
850 | 2024-12-16T04:18:25.899Z | Compiling generic-array v0.14.7 |
851 | 2024-12-16T04:18:26.043Z | Compiling tracing-core v0.1.32 |
852 | 2024-12-16T04:18:26.062Z | Compiling bitflags v2.6.0 |
853 | 2024-12-16T04:18:26.124Z | Compiling ucd-trie v0.1.6 |
854 | 2024-12-16T04:18:26.173Z | Compiling subtle v2.6.1 |
855 | 2024-12-16T04:18:26.195Z | Compiling aho-corasick v1.1.3 |
856 | 2024-12-16T04:18:26.233Z | Compiling regex-syntax v0.8.4 |
857 | 2024-12-16T04:18:26.440Z | Compiling anyhow v1.0.94 |
858 | 2024-12-16T04:18:26.672Z | Compiling time-core v0.1.2 |
859 | 2024-12-16T04:18:26.724Z | Compiling num-conv v0.1.0 |
860 | 2024-12-16T04:18:27.011Z | Compiling time-macros v0.2.18 |
861 | 2024-12-16T04:18:27.551Z | Compiling spin v0.9.8 |
862 | 2024-12-16T04:18:27.775Z | Compiling rustls-pki-types v1.8.0 |
863 | 2024-12-16T04:18:27.817Z | Compiling serde_derive_internals v0.29.1 |
864 | 2024-12-16T04:18:28.968Z | Compiling usdt-impl v0.5.0 |
865 | 2024-12-16T04:18:29.322Z | Compiling omicron-workspace-hack v0.1.0 |
866 | 2024-12-16T04:18:29.628Z | Compiling regex-automata v0.4.7 |
867 | 2024-12-16T04:18:29.739Z | Compiling untrusted v0.9.0 |
868 | 2024-12-16T04:18:30.350Z | Compiling plain v0.2.3 |
869 | 2024-12-16T04:18:30.490Z | Compiling rustversion v1.0.17 |
870 | 2024-12-16T04:18:31.065Z | Compiling atomic-waker v1.1.2 |
871 | 2024-12-16T04:18:31.249Z | Compiling strsim v0.11.1 |
872 | 2024-12-16T04:18:31.391Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-12-16T04:18:31.486Z | Compiling tinyvec v1.8.0 |
874 | 2024-12-16T04:18:31.905Z | Compiling rand_core v0.6.4 |
875 | 2024-12-16T04:18:32.344Z | Compiling unsafe-libyaml v0.2.11 |
876 | 2024-12-16T04:18:32.735Z | Compiling zeroize v1.8.1 |
877 | 2024-12-16T04:18:32.798Z | Compiling try-lock v0.2.5 |
878 | 2024-12-16T04:18:32.984Z | Compiling serde_derive v1.0.215 |
879 | 2024-12-16T04:18:33.044Z | Compiling zerocopy-derive v0.7.35 |
880 | 2024-12-16T04:18:33.128Z | Compiling thiserror-impl v1.0.69 |
881 | 2024-12-16T04:18:33.184Z | Compiling tokio-macros v2.4.0 |
882 | 2024-12-16T04:18:34.044Z | Compiling schemars_derive v0.8.21 |
883 | 2024-12-16T04:18:34.801Z | Compiling futures-macro v0.3.30 |
884 | 2024-12-16T04:18:35.083Z | Compiling zerocopy v0.7.35 |
885 | 2024-12-16T04:18:36.851Z | Compiling openssl-macros v0.1.1 |
886 | 2024-12-16T04:18:36.987Z | Compiling futures-util v0.3.30 |
887 | 2024-12-16T04:18:37.121Z | Compiling hashbrown v0.14.5 |
888 | 2024-12-16T04:18:37.204Z | Compiling tracing-attributes v0.1.27 |
889 | 2024-12-16T04:18:37.675Z | Compiling scroll_derive v0.12.0 |
890 | 2024-12-16T04:18:38.445Z | Compiling regress v0.10.1 |
891 | 2024-12-16T04:18:39.130Z | Compiling pest v2.7.13 |
892 | 2024-12-16T04:18:40.049Z | Compiling regex v1.10.6 |
893 | 2024-12-16T04:18:40.929Z | Compiling tracing v0.1.40 |
894 | 2024-12-16T04:18:41.569Z | Compiling pest_meta v2.7.13 |
895 | 2024-12-16T04:18:41.992Z | Compiling scroll v0.12.0 |
896 | 2024-12-16T04:18:42.552Z | Compiling goblin v0.8.2 |
897 | 2024-12-16T04:18:43.000Z | Compiling pest_generator v2.7.13 |
898 | 2024-12-16T04:18:43.743Z | Compiling pretty-hex v0.4.1 |
899 | 2024-12-16T04:18:43.946Z | Compiling percent-encoding v2.3.1 |
900 | 2024-12-16T04:18:44.437Z | Compiling form_urlencoded v1.2.1 |
901 | 2024-12-16T04:18:44.823Z | Compiling unicode-normalization v0.1.24 |
902 | 2024-12-16T04:18:44.942Z | Compiling want v0.3.1 |
903 | 2024-12-16T04:18:45.592Z | Compiling pest_derive v2.7.13 |
904 | 2024-12-16T04:18:46.269Z | Compiling thread-id v4.2.2 |
905 | 2024-12-16T04:18:46.389Z | Compiling bytes v1.7.2 |
906 | 2024-12-16T04:18:46.506Z | Compiling indexmap v2.5.0 |
907 | 2024-12-16T04:18:47.548Z | Compiling smallvec v1.13.2 |
908 | 2024-12-16T04:18:47.981Z | Compiling chrono v0.4.38 |
909 | 2024-12-16T04:18:48.551Z | Compiling parking_lot v0.12.3 |
910 | 2024-12-16T04:18:48.902Z | Compiling uuid v1.11.0 |
911 | 2024-12-16T04:18:49.122Z | Compiling tokio v1.42.0 |
912 | 2024-12-16T04:18:50.215Z | Compiling serde_tokenstream v0.2.2 |
913 | 2024-12-16T04:18:50.553Z | Compiling http v1.2.0 |
914 | 2024-12-16T04:18:53.665Z | Compiling openapiv3 v2.0.0 |
915 | 2024-12-16T04:18:54.737Z | Compiling rustls-webpki v0.102.8 |
916 | 2024-12-16T04:18:56.555Z | Compiling http-body v1.0.1 |
917 | 2024-12-16T04:18:56.815Z | Compiling ipnetwork v0.20.0 |
918 | 2024-12-16T04:18:57.746Z | Compiling dof v0.3.0 |
919 | 2024-12-16T04:18:58.088Z | Compiling serde_yaml v0.9.34+deprecated |
920 | 2024-12-16T04:18:59.193Z | Compiling typify-impl v0.2.0 |
921 | 2024-12-16T04:18:59.442Z | Compiling tokio-util v0.7.12 |
922 | 2024-12-16T04:18:59.603Z | Compiling dtrace-parser v0.2.0 |
923 | 2024-12-16T04:19:00.942Z | Compiling h2 v0.4.6 |
924 | 2024-12-16T04:19:01.392Z | Compiling foreign-types-shared v0.1.1 |
925 | 2024-12-16T04:19:01.499Z | Compiling syn v1.0.109 |
926 | 2024-12-16T04:19:01.517Z | Compiling rustls v0.22.4 |
927 | 2024-12-16T04:19:01.536Z | Compiling unicode-bidi v0.3.15 |
928 | 2024-12-16T04:19:01.823Z | Compiling ident_case v1.0.1 |
929 | 2024-12-16T04:19:01.920Z | Compiling httpdate v1.0.3 |
930 | 2024-12-16T04:19:02.030Z | Compiling camino v1.1.9 |
931 | 2024-12-16T04:19:02.157Z | Compiling darling_core v0.20.10 |
932 | 2024-12-16T04:19:02.646Z | Compiling foreign-types v0.3.2 |
933 | 2024-12-16T04:19:02.741Z | Compiling ppv-lite86 v0.2.20 |
934 | 2024-12-16T04:19:04.224Z | Compiling tower-service v0.3.3 |
935 | 2024-12-16T04:19:04.350Z | Compiling slog-async v2.8.0 |
936 | 2024-12-16T04:19:05.376Z | Compiling rand_chacha v0.3.1 |
937 | 2024-12-16T04:19:05.732Z | Compiling idna v0.5.0 |
938 | 2024-12-16T04:19:07.141Z | Compiling hyper v1.5.1 |
939 | 2024-12-16T04:19:08.413Z | Compiling darling_macro v0.20.10 |
940 | 2024-12-16T04:19:09.654Z | Compiling toml_datetime v0.6.8 |
941 | 2024-12-16T04:19:10.131Z | Compiling hyper-util v0.1.10 |
942 | 2024-12-16T04:19:11.362Z | Compiling typify-macro v0.2.0 |
943 | 2024-12-16T04:19:15.350Z | Compiling typify v0.2.0 |
944 | 2024-12-16T04:19:15.495Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-12-16T04:19:16.045Z | Compiling multer v3.1.0 |
946 | 2024-12-16T04:19:16.401Z | Compiling paste v1.0.15 |
947 | 2024-12-16T04:19:17.803Z | Compiling openssl-probe v0.1.5 |
948 | 2024-12-16T04:19:21.209Z | Compiling darling v0.20.10 |
949 | 2024-12-16T04:19:21.328Z | Compiling url v2.5.2 |
950 | 2024-12-16T04:19:22.165Z | Compiling rand v0.8.5 |
951 | 2024-12-16T04:19:22.284Z | Compiling progenitor-macro v0.8.0 |
952 | 2024-12-16T04:19:24.856Z | Compiling usdt-macro v0.5.0 |
953 | 2024-12-16T04:19:26.431Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-12-16T04:19:26.884Z | Compiling http-body-util v0.1.2 |
955 | 2024-12-16T04:19:27.496Z | Compiling async-trait v0.1.83 |
956 | 2024-12-16T04:19:29.754Z | Compiling encoding_rs v0.8.34 |
957 | 2024-12-16T04:19:29.946Z | Compiling ipnet v2.10.0 |
958 | 2024-12-16T04:19:29.978Z | Compiling base64 v0.22.1 |
959 | 2024-12-16T04:19:29.996Z | Compiling mime v0.3.17 |
960 | 2024-12-16T04:19:31.074Z | Compiling rustls-pemfile v2.1.3 |
961 | 2024-12-16T04:19:33.275Z | Compiling tokio-rustls v0.26.0 |
962 | 2024-12-16T04:19:33.781Z | Compiling serde_with_macros v3.9.0 |
963 | 2024-12-16T04:19:35.443Z | Compiling tokio-native-tls v0.3.1 |
964 | 2024-12-16T04:19:35.462Z | Compiling serde_urlencoded v0.7.1 |
965 | 2024-12-16T04:19:35.764Z | Compiling strum_macros v0.26.4 |
966 | 2024-12-16T04:19:36.228Z | Compiling structmeta-derive v0.3.0 |
967 | 2024-12-16T04:19:36.564Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-12-16T04:19:37.975Z | Compiling webpki-roots v0.26.6 |
969 | 2024-12-16T04:19:38.200Z | Compiling dropshot v0.12.0 |
970 | 2024-12-16T04:19:39.024Z | Compiling crossbeam-utils v0.8.20 |
971 | 2024-12-16T04:19:39.591Z | Compiling powerfmt v0.2.0 |
972 | 2024-12-16T04:19:39.887Z | Compiling structmeta v0.3.0 |
973 | 2024-12-16T04:19:40.245Z | Compiling deranged v0.3.11 |
974 | 2024-12-16T04:19:40.387Z | Compiling hyper-rustls v0.27.3 |
975 | 2024-12-16T04:19:40.514Z | Compiling hyper-tls v0.6.0 |
976 | 2024-12-16T04:19:41.749Z | Compiling sync_wrapper v1.0.1 |
977 | 2024-12-16T04:19:43.754Z | Compiling num_threads v0.1.7 |
978 | 2024-12-16T04:19:43.889Z | Compiling winnow v0.6.18 |
979 | 2024-12-16T04:19:44.418Z | Compiling time v0.3.36 |
980 | 2024-12-16T04:19:47.045Z | Compiling reqwest v0.12.9 |
981 | 2024-12-16T04:19:47.636Z | Compiling parse-display-derive v0.10.0 |
982 | 2024-12-16T04:19:50.020Z | Compiling crypto-common v0.1.6 |
983 | 2024-12-16T04:19:50.247Z | Compiling block-buffer v0.10.4 |
984 | 2024-12-16T04:19:50.508Z | Compiling dropshot_endpoint v0.12.0 |
985 | 2024-12-16T04:19:51.710Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
986 | 2024-12-16T04:19:54.036Z | Compiling digest v0.10.7 |
987 | 2024-12-16T04:19:54.476Z | Compiling progenitor-client v0.8.0 |
988 | 2024-12-16T04:19:55.354Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
989 | 2024-12-16T04:19:56.839Z | Compiling dirs-sys-next v0.1.2 |
990 | 2024-12-16T04:19:57.428Z | Compiling match_cfg v0.1.0 |
991 | 2024-12-16T04:19:57.867Z | Compiling lazy_static v1.5.0 |
992 | 2024-12-16T04:19:58.014Z | Compiling rustix v0.38.37 |
993 | 2024-12-16T04:19:58.167Z | Compiling hostname v0.3.1 |
994 | 2024-12-16T04:19:58.849Z | Compiling progenitor v0.8.0 |
995 | 2024-12-16T04:19:59.060Z | Compiling dirs-next v2.0.0 |
996 | 2024-12-16T04:19:59.318Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-16T04:20:01.461Z | Compiling futures-executor v0.3.30 |
998 | 2024-12-16T04:20:02.176Z | Compiling thread_local v1.1.8 |
999 | 2024-12-16T04:20:02.586Z | Compiling errno v0.3.9 |
1000 | 2024-12-16T04:20:02.861Z | Compiling instant v0.1.13 |
1001 | 2024-12-16T04:20:03.025Z | Compiling cpufeatures v0.2.14 |
1002 | 2024-12-16T04:20:03.140Z | Compiling unicode-width v0.1.14 |
1003 | 2024-12-16T04:20:05.925Z | Compiling futures v0.3.30 |
1004 | 2024-12-16T04:20:07.478Z | Compiling term v0.7.0 |
1005 | 2024-12-16T04:20:08.069Z | Compiling crossbeam-channel v0.5.13 |
1006 | 2024-12-16T04:20:09.960Z | Compiling serde_spanned v0.6.7 |
1007 | 2024-12-16T04:20:10.218Z | Compiling memmap v0.7.0 |
1008 | 2024-12-16T04:20:10.639Z | Compiling is-terminal v0.4.13 |
1009 | 2024-12-16T04:20:10.973Z | Compiling take_mut v0.2.2 |
1010 | 2024-12-16T04:20:11.451Z | Compiling slog-term v2.9.1 |
1011 | 2024-12-16T04:20:11.869Z | Compiling usdt v0.5.0 |
1012 | 2024-12-16T04:20:13.074Z | Compiling toml_edit v0.22.21 |
1013 | 2024-12-16T04:20:14.088Z | Compiling slog-json v2.6.1 |
1014 | 2024-12-16T04:20:14.524Z | Compiling strum v0.26.3 |
1015 | 2024-12-16T04:20:14.720Z | Compiling serde_with v3.9.0 |
1016 | 2024-12-16T04:20:17.189Z | Compiling debug-ignore v1.0.5 |
1017 | 2024-12-16T04:20:17.350Z | Compiling heapless v0.8.0 |
1018 | 2024-12-16T04:20:18.639Z | Compiling tokio-rustls v0.25.0 |
1019 | 2024-12-16T04:20:20.857Z | Compiling toml v0.8.19 |
1020 | 2024-12-16T04:20:21.818Z | Compiling slog-bunyan v2.5.0 |
1021 | 2024-12-16T04:20:22.093Z | Compiling sha1 v0.10.6 |
1022 | 2024-12-16T04:20:23.047Z | Compiling async-stream v0.3.5 |
1023 | 2024-12-16T04:20:23.259Z | Compiling newtype-uuid v1.1.0 |
1024 | 2024-12-16T04:20:23.368Z | Compiling serde_path_to_error v0.1.16 |
1025 | 2024-12-16T04:20:23.620Z | Compiling hex v0.4.3 |
1026 | 2024-12-16T04:20:24.295Z | Compiling waitgroup v0.1.2 |
1027 | 2024-12-16T04:20:24.376Z | Compiling hostname v0.4.0 |
1028 | 2024-12-16T04:20:24.415Z | Compiling hash32 v0.3.1 |
1029 | 2024-12-16T04:20:24.543Z | Compiling stable_deref_trait v1.2.0 |
1030 | 2024-12-16T04:20:24.678Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-16T04:20:27.378Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1032 | 2024-12-16T04:20:27.567Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-12-16T04:20:27.876Z | Compiling backoff v0.4.0 |
1034 | 2024-12-16T04:20:28.157Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1035 | 2024-12-16T04:20:28.235Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1036 | 2024-12-16T04:20:28.446Z | Compiling parse-display v0.10.0 |
1037 | 2024-12-16T04:20:30.463Z | Compiling macaddr v1.0.1 |
1038 | 2024-12-16T04:20:31.075Z | Compiling regress v0.9.1 |
1039 | 2024-12-16T04:20:32.926Z | Compiling clap_derive v4.5.18 |
1040 | 2024-12-16T04:20:35.171Z | Compiling cobs v0.2.3 |
1041 | 2024-12-16T04:20:35.626Z | Compiling managed v0.8.0 |
1042 | 2024-12-16T04:20:36.015Z | Compiling winnow v0.5.40 |
1043 | 2024-12-16T04:20:36.435Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1044 | 2024-12-16T04:20:36.846Z | Compiling bitflags v1.3.2 |
1045 | 2024-12-16T04:20:36.960Z | Compiling utf8parse v0.2.2 |
1046 | 2024-12-16T04:20:37.130Z | Compiling anstyle-parse v0.2.5 |
1047 | 2024-12-16T04:20:38.351Z | Compiling postcard v1.0.10 |
1048 | 2024-12-16T04:20:39.684Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-12-16T04:20:40.019Z | Compiling toml_edit v0.19.15 |
1050 | 2024-12-16T04:20:45.961Z | Compiling anstyle v1.0.10 |
1051 | 2024-12-16T04:20:46.363Z | Compiling is_terminal_polyfill v1.70.1 |
1052 | 2024-12-16T04:20:46.383Z | Compiling colorchoice v1.0.2 |
1053 | 2024-12-16T04:20:46.523Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-12-16T04:20:46.680Z | Compiling anstream v0.6.15 |
1055 | 2024-12-16T04:20:48.159Z | Compiling proc-macro-crate v1.3.1 |
1056 | 2024-12-16T04:20:49.002Z | Compiling terminal_size v0.4.0 |
1057 | 2024-12-16T04:20:49.210Z | Compiling clap_lex v0.7.4 |
1058 | 2024-12-16T04:20:49.232Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1059 | 2024-12-16T04:20:49.611Z | Compiling clap_builder v4.5.23 |
1060 | 2024-12-16T04:20:49.910Z | Compiling num_enum_derive v0.5.11 |
1061 | 2024-12-16T04:20:51.355Z | Compiling tabwriter v1.4.0 |
1062 | 2024-12-16T04:20:51.948Z | Compiling foreign-types-macros v0.2.3 |
1063 | 2024-12-16T04:20:52.012Z | Compiling num-integer v0.1.46 |
1064 | 2024-12-16T04:20:52.326Z | Compiling foreign-types-shared v0.3.1 |
1065 | 2024-12-16T04:20:52.558Z | Compiling num_enum v0.5.11 |
1066 | 2024-12-16T04:20:53.247Z | Compiling foreign-types v0.5.0 |
1067 | 2024-12-16T04:20:53.403Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1068 | 2024-12-16T04:20:53.835Z | Compiling clap v4.5.23 |
1069 | 2024-12-16T04:20:53.964Z | Compiling cstr-argument v0.1.2 |
1070 | 2024-12-16T04:20:54.130Z | Compiling proc-macro-error-attr v1.0.4 |
1071 | 2024-12-16T04:20:54.476Z | Compiling prettyplease v0.2.22 |
1072 | 2024-12-16T04:20:54.733Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-12-16T04:20:54.833Z | Compiling either v1.13.0 |
1074 | 2024-12-16T04:20:54.973Z | Compiling heck v0.4.1 |
1075 | 2024-12-16T04:20:55.435Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1076 | 2024-12-16T04:20:55.532Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1077 | 2024-12-16T04:20:55.832Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1078 | 2024-12-16T04:20:57.096Z | Compiling num-rational v0.4.2 |
1079 | 2024-12-16T04:20:57.116Z | Compiling num-iter v0.1.45 |
1080 | 2024-12-16T04:20:57.692Z | Compiling colored v2.2.0 |
1081 | 2024-12-16T04:20:59.351Z | Compiling num-complex v0.4.6 |
1082 | 2024-12-16T04:21:00.044Z | Compiling proc-macro-error v1.0.4 |
1083 | 2024-12-16T04:21:00.078Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-12-16T04:21:00.395Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1085 | 2024-12-16T04:21:00.735Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-12-16T04:21:00.774Z | Compiling fastrand v2.1.1 |
1087 | 2024-12-16T04:21:00.884Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1088 | 2024-12-16T04:21:00.906Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-12-16T04:21:01.251Z | Compiling tempfile v3.12.0 |
1090 | 2024-12-16T04:21:03.019Z | Compiling num v0.4.3 |
1091 | 2024-12-16T04:21:05.641Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-16T04:21:06.306Z | Compiling float-ord v0.3.2 |
1093 | 2024-12-16T04:21:06.343Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-12-16T04:21:06.468Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1095 | 2024-12-16T04:21:13.632Z | Compiling semver v0.1.20 |
1096 | 2024-12-16T04:21:14.319Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-12-16T04:21:14.761Z | Compiling rustc_version v0.1.7 |
1098 | 2024-12-16T04:21:15.188Z | Compiling newline-converter v0.3.0 |
1099 | 2024-12-16T04:21:15.393Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-12-16T04:21:15.618Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1101 | 2024-12-16T04:21:15.714Z | Compiling camino-tempfile v1.1.1 |
1102 | 2024-12-16T04:21:16.149Z | Compiling itertools v0.10.5 |
1103 | 2024-12-16T04:21:16.562Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1104 | 2024-12-16T04:21:16.922Z | Compiling console v0.15.8 |
1105 | 2024-12-16T04:21:17.014Z | Compiling num-derive v0.4.2 |
1106 | 2024-12-16T04:21:18.465Z | Compiling sigpipe v0.1.3 |
1107 | 2024-12-16T04:21:18.780Z | Compiling base64ct v1.6.0 |
1108 | 2024-12-16T04:21:19.390Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1109 | 2024-12-16T04:21:19.420Z | Compiling similar v2.6.0 |
1110 | 2024-12-16T04:21:19.465Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1111 | 2024-12-16T04:21:19.777Z | Compiling password-hash v0.5.0 |
1112 | 2024-12-16T04:21:19.907Z | Compiling zone v0.3.0 |
1113 | 2024-12-16T04:21:21.069Z | Compiling expectorate v1.1.0 |
1114 | 2024-12-16T04:21:21.264Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1115 | 2024-12-16T04:21:22.096Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-12-16T04:21:22.227Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1117 | 2024-12-16T04:21:23.326Z | Compiling newtype_derive v0.1.6 |
1118 | 2024-12-16T04:21:23.721Z | Compiling blake2 v0.10.6 |
1119 | 2024-12-16T04:21:24.509Z | Compiling hubpack_derive v0.1.1 |
1120 | 2024-12-16T04:21:24.935Z | Compiling smf v0.2.3 |
1121 | 2024-12-16T04:21:25.488Z | Compiling zerocopy-derive v0.6.6 |
1122 | 2024-12-16T04:21:25.526Z | Compiling whoami v1.5.2 |
1123 | 2024-12-16T04:21:25.864Z | Compiling owo-colors v4.1.0 |
1124 | 2024-12-16T04:21:25.967Z | Compiling cancel-safe-futures v0.1.5 |
1125 | 2024-12-16T04:21:26.211Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-12-16T04:21:26.451Z | Compiling hubpack v0.1.2 |
1127 | 2024-12-16T04:21:26.948Z | Compiling petgraph v0.6.5 |
1128 | 2024-12-16T04:21:27.483Z | Compiling argon2 v0.5.3 |
1129 | 2024-12-16T04:21:27.542Z | Compiling zerocopy v0.6.6 |
1130 | 2024-12-16T04:21:28.557Z | Compiling strum_macros v0.25.3 |
1131 | 2024-12-16T04:21:29.939Z | Compiling serde-big-array v0.5.1 |
1132 | 2024-12-16T04:21:30.212Z | Compiling serde_repr v0.1.19 |
1133 | 2024-12-16T04:21:31.110Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1134 | 2024-12-16T04:21:31.413Z | Compiling cookie v0.18.1 |
1135 | 2024-12-16T04:21:31.620Z | Compiling convert_case v0.4.0 |
1136 | 2024-12-16T04:21:31.799Z | Compiling static_assertions v1.1.0 |
1137 | 2024-12-16T04:21:31.987Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1138 | 2024-12-16T04:21:32.314Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1139 | 2024-12-16T04:21:32.385Z | Compiling derive_more v0.99.18 |
1140 | 2024-12-16T04:21:34.122Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-12-16T04:21:34.545Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-16T04:21:35.428Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-16T04:21:37.290Z | Compiling atomicwrites v0.4.4 |
1144 | 2024-12-16T04:21:37.802Z | Compiling itertools v0.13.0 |
1145 | 2024-12-16T04:21:39.224Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1146 | 2024-12-16T04:21:40.334Z | Compiling idna v0.4.0 |
1147 | 2024-12-16T04:21:40.387Z | Compiling libsw v3.3.1 |
1148 | 2024-12-16T04:21:40.733Z | Compiling enum-as-inner v0.6.1 |
1149 | 2024-12-16T04:21:41.481Z | Compiling derive-where v1.2.7 |
1150 | 2024-12-16T04:21:41.767Z | Compiling linear-map v1.2.0 |
1151 | 2024-12-16T04:21:41.821Z | Compiling swrite v0.1.0 |
1152 | 2024-12-16T04:21:41.864Z | Compiling indent_write v2.2.0 |
1153 | 2024-12-16T04:21:41.960Z | Compiling quick-error v1.2.3 |
1154 | 2024-12-16T04:21:42.120Z | Compiling highway v1.2.0 |
1155 | 2024-12-16T04:21:42.123Z | Compiling linked-hash-map v0.5.6 |
1156 | 2024-12-16T04:21:42.192Z | Compiling data-encoding v2.6.0 |
1157 | 2024-12-16T04:21:42.555Z | Compiling lru-cache v0.1.2 |
1158 | 2024-12-16T04:21:42.794Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-12-16T04:21:43.579Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-12-16T04:21:44.174Z | Compiling resolv-conf v0.7.0 |
1161 | 2024-12-16T04:21:44.798Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-12-16T04:21:45.827Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-16T04:21:47.032Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-16T04:21:47.428Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-16T04:21:49.193Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-16T04:21:49.442Z | Compiling steno v0.4.1 |
1167 | 2024-12-16T04:21:53.679Z | Compiling slog-dtrace v0.3.0 |
1168 | 2024-12-16T04:21:53.695Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-12-16T04:21:53.695Z | Compiling parking_lot_core v0.8.6 |
1170 | 2024-12-16T04:21:53.826Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1171 | 2024-12-16T04:21:54.003Z | Compiling humantime v2.1.0 |
1172 | 2024-12-16T04:21:54.080Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-12-16T04:21:54.892Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-12-16T04:21:56.551Z | Compiling hickory-resolver v0.24.1 |
1175 | 2024-12-16T04:21:56.948Z | Compiling num-derive v0.3.3 |
1176 | 2024-12-16T04:21:57.343Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1177 | 2024-12-16T04:21:58.863Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1178 | 2024-12-16T04:21:58.875Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1179 | 2024-12-16T04:21:59.087Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1180 | 2024-12-16T04:22:00.061Z | Compiling parking_lot v0.11.2 |
1181 | 2024-12-16T04:22:00.143Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-12-16T04:22:01.261Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-12-16T04:22:02.028Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1184 | 2024-12-16T04:22:04.187Z | Compiling crossbeam-epoch v0.9.18 |
1185 | 2024-12-16T04:22:04.246Z | Compiling fxhash v0.2.1 |
1186 | 2024-12-16T04:22:04.484Z | Compiling crc32fast v1.4.2 |
1187 | 2024-12-16T04:22:05.029Z | Compiling arc-swap v1.7.1 |
1188 | 2024-12-16T04:22:05.335Z | Compiling crc8 v0.1.1 |
1189 | 2024-12-16T04:22:05.656Z | Compiling slog-scope v4.4.0 |
1190 | 2024-12-16T04:22:05.735Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-12-16T04:22:06.420Z | Compiling sled v0.34.7 |
1192 | 2024-12-16T04:22:10.458Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1193 | 2024-12-16T04:22:12.164Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1194 | 2024-12-16T04:22:12.707Z | Compiling slog-stdlog v4.1.1 |
1195 | 2024-12-16T04:22:13.495Z | Compiling slog-envlogger v2.2.0 |
1196 | 2024-12-16T04:22:14.381Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1197 | 2024-12-16T04:22:15.153Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-12-16T04:22:26.274Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-16T04:22:31.258Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1200 | 2024-12-16T04:22:33.590Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1201 | 2024-12-16T04:23:02.280Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1202 | 2024-12-16T04:23:02.282Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-12-16T04:23:09.505Z | Finished `release` profile [optimized] target(s) in 5m 14s |
1204 | 2024-12-16T04:23:09.824Z | + banner quartet |
1205 | 2024-12-16T04:23:09.827Z | |
1206 | 2024-12-16T04:23:09.827Z | #### # # ## ##### ##### ###### ##### |
1207 | 2024-12-16T04:23:09.827Z | # # # # # # # # # # # |
1208 | 2024-12-16T04:23:09.827Z | # # # # # # # # # ##### # |
1209 | 2024-12-16T04:23:09.827Z | # # # # # ###### ##### # # # |
1210 | 2024-12-16T04:23:09.827Z | # # # # # # # # # # # |
1211 | 2024-12-16T04:23:09.827Z | ### # #### # # # # # ###### # |
1212 | 2024-12-16T04:23:09.827Z | |
1213 | 2024-12-16T04:23:09.827Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1214 | 2024-12-16T04:23:10.308Z | Compiling cfg-if v1.0.0 |
1215 | 2024-12-16T04:23:10.308Z | Compiling libc v0.2.167 |
1216 | 2024-12-16T04:23:10.308Z | Compiling serde v1.0.215 |
1217 | 2024-12-16T04:23:10.310Z | Compiling once_cell v1.20.2 |
1218 | 2024-12-16T04:23:10.310Z | Compiling itoa v1.0.11 |
1219 | 2024-12-16T04:23:10.384Z | Compiling byteorder v1.5.0 |
1220 | 2024-12-16T04:23:10.391Z | Compiling syn v2.0.87 |
1221 | 2024-12-16T04:23:10.398Z | Compiling bytes v1.7.2 |
1222 | 2024-12-16T04:23:10.434Z | Compiling num-traits v0.2.19 |
1223 | 2024-12-16T04:23:10.595Z | Compiling zerocopy v0.7.35 |
1224 | 2024-12-16T04:23:10.757Z | Compiling pin-project-lite v0.2.14 |
1225 | 2024-12-16T04:23:10.773Z | Compiling ahash v0.8.11 |
1226 | 2024-12-16T04:23:10.817Z | Compiling scopeguard v1.2.0 |
1227 | 2024-12-16T04:23:10.827Z | Compiling schemars v0.8.21 |
1228 | 2024-12-16T04:23:10.894Z | Compiling allocator-api2 v0.2.18 |
1229 | 2024-12-16T04:23:10.918Z | Compiling memchr v2.7.4 |
1230 | 2024-12-16T04:23:10.936Z | Compiling smallvec v1.13.2 |
1231 | 2024-12-16T04:23:11.186Z | Compiling lock_api v0.4.12 |
1232 | 2024-12-16T04:23:11.682Z | Compiling fnv v1.0.7 |
1233 | 2024-12-16T04:23:11.742Z | Compiling log v0.4.22 |
1234 | 2024-12-16T04:23:11.819Z | Compiling getrandom v0.2.15 |
1235 | 2024-12-16T04:23:11.829Z | Compiling hashbrown v0.14.5 |
1236 | 2024-12-16T04:23:11.872Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-12-16T04:23:12.148Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2024-12-16T04:23:12.231Z | Compiling parking_lot v0.12.3 |
1239 | 2024-12-16T04:23:12.288Z | Compiling mio v1.0.2 |
1240 | 2024-12-16T04:23:12.671Z | Compiling socket2 v0.5.8 |
1241 | 2024-12-16T04:23:12.865Z | Compiling futures-core v0.3.30 |
1242 | 2024-12-16T04:23:13.249Z | Compiling ryu v1.0.18 |
1243 | 2024-12-16T04:23:13.324Z | Compiling equivalent v1.0.1 |
1244 | 2024-12-16T04:23:13.685Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-16T04:23:13.714Z | Compiling serde_json v1.0.133 |
1246 | 2024-12-16T04:23:13.749Z | Compiling uuid v1.11.0 |
1247 | 2024-12-16T04:23:13.814Z | Compiling regress v0.10.1 |
1248 | 2024-12-16T04:23:13.943Z | Compiling spin v0.9.8 |
1249 | 2024-12-16T04:23:14.144Z | Compiling futures-task v0.3.30 |
1250 | 2024-12-16T04:23:14.310Z | Compiling pin-utils v0.1.0 |
1251 | 2024-12-16T04:23:14.321Z | Compiling untrusted v0.9.0 |
1252 | 2024-12-16T04:23:14.330Z | Compiling futures-sink v0.3.30 |
1253 | 2024-12-16T04:23:14.344Z | Compiling slab v0.4.9 |
1254 | 2024-12-16T04:23:14.394Z | Compiling futures-util v0.3.30 |
1255 | 2024-12-16T04:23:14.476Z | Compiling ring v0.17.8 |
1256 | 2024-12-16T04:23:14.664Z | Compiling try-lock v0.2.5 |
1257 | 2024-12-16T04:23:14.819Z | Compiling want v0.3.1 |
1258 | 2024-12-16T04:23:15.111Z | Compiling httparse v1.9.4 |
1259 | 2024-12-16T04:23:15.291Z | Compiling chrono v0.4.38 |
1260 | 2024-12-16T04:23:16.109Z | Compiling futures-channel v0.3.30 |
1261 | 2024-12-16T04:23:16.204Z | Compiling dyn-clone v1.0.17 |
1262 | 2024-12-16T04:23:16.414Z | Compiling foreign-types-shared v0.1.1 |
1263 | 2024-12-16T04:23:16.519Z | Compiling tower-service v0.3.3 |
1264 | 2024-12-16T04:23:16.641Z | Compiling foreign-types v0.3.2 |
1265 | 2024-12-16T04:23:16.732Z | Compiling openssl-sys v0.9.103 |
1266 | 2024-12-16T04:23:16.919Z | Compiling unicode-ident v1.0.13 |
1267 | 2024-12-16T04:23:17.117Z | Compiling serde_derive_internals v0.29.1 |
1268 | 2024-12-16T04:23:17.362Z | Compiling bitflags v2.6.0 |
1269 | 2024-12-16T04:23:17.445Z | Compiling proc-macro2 v1.0.86 |
1270 | 2024-12-16T04:23:17.725Z | Compiling http v1.2.0 |
1271 | 2024-12-16T04:23:18.172Z | Compiling semver v1.0.23 |
1272 | 2024-12-16T04:23:18.487Z | Compiling openssl-probe v0.1.5 |
1273 | 2024-12-16T04:23:18.696Z | Compiling tinyvec_macros v0.1.1 |
1274 | 2024-12-16T04:23:18.805Z | Compiling tinyvec v1.8.0 |
1275 | 2024-12-16T04:23:19.083Z | Compiling quote v1.0.37 |
1276 | 2024-12-16T04:23:19.329Z | Compiling percent-encoding v2.3.1 |
1277 | 2024-12-16T04:23:19.823Z | Compiling form_urlencoded v1.2.1 |
1278 | 2024-12-16T04:23:20.554Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-12-16T04:23:21.225Z | Compiling aho-corasick v1.1.3 |
1280 | 2024-12-16T04:23:21.878Z | Compiling http v0.2.12 |
1281 | 2024-12-16T04:23:22.497Z | Compiling heck v0.5.0 |
1282 | 2024-12-16T04:23:22.515Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-12-16T04:23:22.735Z | Compiling serde_derive v1.0.215 |
1284 | 2024-12-16T04:23:22.902Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-12-16T04:23:23.376Z | Compiling thiserror-impl v1.0.69 |
1286 | 2024-12-16T04:23:23.733Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-12-16T04:23:23.820Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-12-16T04:23:25.421Z | Compiling tokio v1.42.0 |
1289 | 2024-12-16T04:23:25.646Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-12-16T04:23:26.349Z | Compiling thiserror v1.0.69 |
1291 | 2024-12-16T04:23:26.639Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-12-16T04:23:26.759Z | Compiling unicode-bidi v0.3.15 |
1293 | 2024-12-16T04:23:26.855Z | Compiling regex-automata v0.4.7 |
1294 | 2024-12-16T04:23:27.488Z | Compiling openssl v0.10.66 |
1295 | 2024-12-16T04:23:29.090Z | Compiling tracing v0.1.40 |
1296 | 2024-12-16T04:23:29.743Z | Compiling idna v0.5.0 |
1297 | 2024-12-16T04:23:29.833Z | Compiling http-body v1.0.1 |
1298 | 2024-12-16T04:23:34.703Z | Compiling native-tls v0.2.12 |
1299 | 2024-12-16T04:23:35.842Z | Compiling tokio-util v0.7.12 |
1300 | 2024-12-16T04:23:37.298Z | Compiling indexmap v2.5.0 |
1301 | 2024-12-16T04:23:39.092Z | Compiling tokio-native-tls v0.3.1 |
1302 | 2024-12-16T04:23:39.391Z | Compiling atomic-waker v1.1.2 |
1303 | 2024-12-16T04:23:39.413Z | Compiling slog v2.7.0 |
1304 | 2024-12-16T04:23:39.582Z | Compiling regex-syntax v0.8.4 |
1305 | 2024-12-16T04:23:43.912Z | Compiling serde_tokenstream v0.2.2 |
1306 | 2024-12-16T04:23:44.204Z | Compiling openapiv3 v2.0.0 |
1307 | 2024-12-16T04:23:45.027Z | Compiling h2 v0.4.6 |
1308 | 2024-12-16T04:23:47.117Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1309 | 2024-12-16T04:23:48.576Z | Compiling typify-impl v0.2.0 |
1310 | 2024-12-16T04:23:52.357Z | Compiling serde_urlencoded v0.7.1 |
1311 | 2024-12-16T04:23:52.960Z | Compiling regex v1.10.6 |
1312 | 2024-12-16T04:23:53.968Z | Compiling url v2.5.2 |
1313 | 2024-12-16T04:23:57.566Z | Compiling encoding_rs v0.8.34 |
1314 | 2024-12-16T04:23:59.047Z | Compiling rustls v0.21.12 |
1315 | 2024-12-16T04:23:59.380Z | Compiling mime v0.3.17 |
1316 | 2024-12-16T04:23:59.631Z | Compiling ipnet v2.10.0 |
1317 | 2024-12-16T04:24:00.487Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1318 | 2024-12-16T04:24:00.667Z | Compiling typify-macro v0.2.0 |
1319 | 2024-12-16T04:24:00.809Z | Compiling hyper v1.5.1 |
1320 | 2024-12-16T04:24:03.658Z | Compiling h2 v0.3.26 |
1321 | 2024-12-16T04:24:04.350Z | Compiling http-body v0.4.6 |
1322 | 2024-12-16T04:24:04.557Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-12-16T04:24:04.872Z | Compiling rustls-webpki v0.101.7 |
1324 | 2024-12-16T04:24:06.060Z | Compiling sct v0.7.1 |
1325 | 2024-12-16T04:24:06.516Z | Compiling httpdate v1.0.3 |
1326 | 2024-12-16T04:24:07.278Z | Compiling zeroize v1.8.1 |
1327 | 2024-12-16T04:24:07.635Z | Compiling toml_datetime v0.6.8 |
1328 | 2024-12-16T04:24:08.023Z | Compiling subtle v2.6.1 |
1329 | 2024-12-16T04:24:08.324Z | Compiling rustls v0.23.13 |
1330 | 2024-12-16T04:24:08.480Z | Compiling toml_edit v0.19.15 |
1331 | 2024-12-16T04:24:08.934Z | Compiling hyper v0.14.30 |
1332 | 2024-12-16T04:24:09.194Z | Compiling serde_yaml v0.9.34+deprecated |
1333 | 2024-12-16T04:24:12.989Z | Compiling hyper-util v0.1.10 |
1334 | 2024-12-16T04:24:15.356Z | Compiling lazy_static v1.5.0 |
1335 | 2024-12-16T04:24:15.499Z | Compiling tokio-rustls v0.24.1 |
1336 | 2024-12-16T04:24:15.938Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-12-16T04:24:16.439Z | Compiling proc-macro-crate v1.3.1 |
1338 | 2024-12-16T04:24:17.306Z | Compiling http-body-util v0.1.2 |
1339 | 2024-12-16T04:24:17.870Z | Compiling webpki-roots v0.26.6 |
1340 | 2024-12-16T04:24:18.082Z | Compiling base64 v0.22.1 |
1341 | 2024-12-16T04:24:19.117Z | Compiling base64 v0.21.7 |
1342 | 2024-12-16T04:24:19.200Z | Compiling crossbeam-utils v0.8.20 |
1343 | 2024-12-16T04:24:19.217Z | Compiling rustls-pemfile v2.1.3 |
1344 | 2024-12-16T04:24:19.395Z | Compiling hyper-rustls v0.27.3 |
1345 | 2024-12-16T04:24:20.024Z | Compiling rustls-pemfile v1.0.4 |
1346 | 2024-12-16T04:24:20.256Z | Compiling hyper-tls v0.6.0 |
1347 | 2024-12-16T04:24:20.757Z | Compiling num_enum_derive v0.5.11 |
1348 | 2024-12-16T04:24:20.768Z | Compiling hyper-rustls v0.24.2 |
1349 | 2024-12-16T04:24:20.837Z | Compiling hyper-tls v0.5.0 |
1350 | 2024-12-16T04:24:21.172Z | Compiling typify v0.2.0 |
1351 | 2024-12-16T04:24:21.185Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-12-16T04:24:21.335Z | Compiling ipnetwork v0.20.0 |
1353 | 2024-12-16T04:24:21.440Z | Compiling ppv-lite86 v0.2.20 |
1354 | 2024-12-16T04:24:23.128Z | Compiling foreign-types-macros v0.2.3 |
1355 | 2024-12-16T04:24:23.438Z | Compiling sync_wrapper v1.0.1 |
1356 | 2024-12-16T04:24:23.591Z | Compiling rand_core v0.6.4 |
1357 | 2024-12-16T04:24:24.076Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-16T04:24:24.515Z | Compiling foreign-types-shared v0.3.1 |
1359 | 2024-12-16T04:24:24.626Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-12-16T04:24:24.637Z | Compiling webpki-roots v0.25.4 |
1361 | 2024-12-16T04:24:24.707Z | Compiling powerfmt v0.2.0 |
1362 | 2024-12-16T04:24:24.781Z | Compiling time-macros v0.2.18 |
1363 | 2024-12-16T04:24:24.819Z | Compiling reqwest v0.11.27 |
1364 | 2024-12-16T04:24:25.200Z | Compiling deranged v0.3.11 |
1365 | 2024-12-16T04:24:25.346Z | Compiling foreign-types v0.5.0 |
1366 | 2024-12-16T04:24:25.602Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-16T04:24:25.880Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1368 | 2024-12-16T04:24:27.543Z | Compiling progenitor-impl v0.8.0 |
1369 | 2024-12-16T04:24:27.847Z | Compiling rand_chacha v0.3.1 |
1370 | 2024-12-16T04:24:29.595Z | Compiling reqwest v0.12.9 |
1371 | 2024-12-16T04:24:32.670Z | Compiling num_enum v0.5.11 |
1372 | 2024-12-16T04:24:32.853Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-12-16T04:24:36.080Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1374 | 2024-12-16T04:24:36.242Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1375 | 2024-12-16T04:24:36.427Z | Compiling cstr-argument v0.1.2 |
1376 | 2024-12-16T04:24:36.691Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-16T04:24:37.419Z | Compiling time-core v0.1.2 |
1378 | 2024-12-16T04:24:37.610Z | Compiling pretty-hex v0.2.1 |
1379 | 2024-12-16T04:24:37.794Z | Compiling arc-swap v1.7.1 |
1380 | 2024-12-16T04:24:37.827Z | Compiling num-conv v0.1.0 |
1381 | 2024-12-16T04:24:38.095Z | Compiling either v1.13.0 |
1382 | 2024-12-16T04:24:38.507Z | Compiling slog-scope v4.4.0 |
1383 | 2024-12-16T04:24:38.564Z | Compiling itertools v0.12.1 |
1384 | 2024-12-16T04:24:39.444Z | Compiling time v0.3.36 |
1385 | 2024-12-16T04:24:39.584Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-12-16T04:24:40.003Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-12-16T04:24:41.505Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2024-12-16T04:24:42.398Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1389 | 2024-12-16T04:24:42.496Z | Compiling crossbeam-channel v0.5.13 |
1390 | 2024-12-16T04:24:42.580Z | Compiling progenitor-macro v0.8.0 |
1391 | 2024-12-16T04:24:44.120Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-12-16T04:24:48.551Z | Compiling progenitor-client v0.8.0 |
1393 | 2024-12-16T04:24:49.517Z | Compiling rand v0.8.5 |
1394 | 2024-12-16T04:24:51.580Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-12-16T04:24:53.549Z | Compiling term v0.7.0 |
1396 | 2024-12-16T04:24:57.455Z | Compiling anyhow v1.0.94 |
1397 | 2024-12-16T04:24:58.072Z | Compiling colored v2.2.0 |
1398 | 2024-12-16T04:24:58.938Z | Compiling is-terminal v0.4.13 |
1399 | 2024-12-16T04:24:59.077Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1400 | 2024-12-16T04:24:59.422Z | Compiling winnow v0.6.18 |
1401 | 2024-12-16T04:24:59.548Z | Compiling take_mut v0.2.2 |
1402 | 2024-12-16T04:24:59.723Z | Compiling slog-async v2.8.0 |
1403 | 2024-12-16T04:25:02.899Z | Compiling slog-term v2.9.1 |
1404 | 2024-12-16T04:25:03.863Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-12-16T04:25:05.691Z | Compiling progenitor v0.8.0 |
1406 | 2024-12-16T04:25:05.909Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1407 | 2024-12-16T04:25:06.130Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1408 | 2024-12-16T04:25:09.858Z | Compiling slog-stdlog v4.1.1 |
1409 | 2024-12-16T04:25:10.707Z | Compiling slog-envlogger v2.2.0 |
1410 | 2024-12-16T04:25:13.203Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1411 | 2024-12-16T04:25:14.723Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1412 | 2024-12-16T04:25:28.383Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1413 | 2024-12-16T04:25:35.840Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1414 | 2024-12-16T04:25:35.923Z | Running unittests src/lib.rs (target/release/deps/mg_tests-63024462c7b1f145) |
1415 | 2024-12-16T04:25:35.971Z | |
1416 | 2024-12-16T04:25:35.971Z | running 1 test |
1417 | 2024-12-16T04:25:36.193Z | configure zone |
1418 | 2024-12-16T04:25:36.347Z | install zone |
1419 | 2024-12-16T04:26:35.973Z | test ddm::test_quartet has been running for over 60 seconds |
1420 | 2024-12-16T04:27:43.620Z | boot zone |
1421 | 2024-12-16T04:27:44.442Z | start zone s1 |
1422 | 2024-12-16T04:27:44.442Z | configure zone |
1423 | 2024-12-16T04:27:44.450Z | install zone |
1424 | 2024-12-16T04:29:40.452Z | boot zone |
1425 | 2024-12-16T04:29:41.406Z | start zone s2 |
1426 | 2024-12-16T04:29:41.406Z | configure zone |
1427 | 2024-12-16T04:29:41.414Z | install zone |
1428 | 2024-12-16T04:31:36.524Z | boot zone |
1429 | 2024-12-16T04:31:37.408Z | start zone s3 |
1430 | 2024-12-16T04:31:37.408Z | configure zone |
1431 | 2024-12-16T04:31:37.416Z | install zone |
1432 | 2024-12-16T04:33:30.550Z | boot zone |
1433 | 2024-12-16T04:33:31.462Z | start zone t1 |
1434 | 2024-12-16T04:33:31.462Z | configure zone |
1435 | 2024-12-16T04:33:31.471Z | install zone |
1436 | 2024-12-16T04:35:25.109Z | boot zone |
1437 | 2024-12-16T04:35:25.972Z | waiting for zones to come up |
1438 | 2024-12-16T04:35:35.973Z | [sidecar.quartet] svcs milestone/network |
1439 | 2024-12-16T04:35:36.188Z | STATE STIME FMRI |
1440 | 2024-12-16T04:35:36.188Z | online 20:28:02 svc:/milestone/network:default |
1441 | 2024-12-16T04:35:36.188Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1442 | 2024-12-16T04:35:36.235Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1443 | 2024-12-16T04:35:36.287Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1444 | 2024-12-16T04:35:36.331Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1445 | 2024-12-16T04:35:36.335Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1446 | 2024-12-16T04:35:36.355Z | |
1447 | 2024-12-16T04:35:36.356Z | running zone s1.quartet setup |
1448 | 2024-12-16T04:35:36.356Z | [s1.quartet] svcs milestone/network |
1449 | 2024-12-16T04:35:36.378Z | STATE STIME FMRI |
1450 | 2024-12-16T04:35:36.378Z | online 20:29:59 svc:/milestone/network:default |
1451 | 2024-12-16T04:35:36.378Z | [s1.quartet] dladm |
1452 | 2024-12-16T04:35:36.398Z | LINK CLASS MTU STATE BRIDGE OVER |
1453 | 2024-12-16T04:35:36.398Z | sl0 simnet 9000 up -- ? |
1454 | 2024-12-16T04:35:36.398Z | mgs1 vnic 9000 up -- ? |
1455 | 2024-12-16T04:35:36.398Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1456 | 2024-12-16T04:35:36.932Z | |
1457 | 2024-12-16T04:35:36.932Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1458 | 2024-12-16T04:35:36.956Z | |
1459 | 2024-12-16T04:35:36.956Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1460 | 2024-12-16T04:35:36.976Z | |
1461 | 2024-12-16T04:35:36.976Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1462 | 2024-12-16T04:35:37.064Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1463 | 2024-12-16T04:35:37.106Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1a59bf29-2c10-4522-8929-01e786c0d600 --sled-uuid 855866f2-bb89-4797-a2b2-c45810f4c825 -a sl0/v6 &> /opt/ddmd.log & |
1464 | 2024-12-16T04:35:37.128Z | |
1465 | 2024-12-16T04:35:37.128Z | running zone s2.quartet setup |
1466 | 2024-12-16T04:35:37.128Z | [s2.quartet] svcs milestone/network |
1467 | 2024-12-16T04:35:37.151Z | STATE STIME FMRI |
1468 | 2024-12-16T04:35:37.151Z | online 20:31:55 svc:/milestone/network:default |
1469 | 2024-12-16T04:35:37.151Z | [s2.quartet] dladm |
1470 | 2024-12-16T04:35:37.174Z | LINK CLASS MTU STATE BRIDGE OVER |
1471 | 2024-12-16T04:35:37.174Z | sl1 simnet 9000 up -- ? |
1472 | 2024-12-16T04:35:37.174Z | mgs2 vnic 9000 up -- ? |
1473 | 2024-12-16T04:35:37.174Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1474 | 2024-12-16T04:35:37.822Z | |
1475 | 2024-12-16T04:35:37.822Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1476 | 2024-12-16T04:35:37.845Z | |
1477 | 2024-12-16T04:35:37.845Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1478 | 2024-12-16T04:35:37.865Z | |
1479 | 2024-12-16T04:35:37.865Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1480 | 2024-12-16T04:35:37.909Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1481 | 2024-12-16T04:35:37.931Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f5520a12-8d7c-4549-8aee-eeb21f4367e6 --sled-uuid 34538fda-f2de-4905-ba4b-375936747253 -a sl1/v6 &> /opt/ddmd.log & |
1482 | 2024-12-16T04:35:37.952Z | |
1483 | 2024-12-16T04:35:37.952Z | running zone s3.quartet setup |
1484 | 2024-12-16T04:35:37.952Z | [s3.quartet] svcs milestone/network |
1485 | 2024-12-16T04:35:37.975Z | STATE STIME FMRI |
1486 | 2024-12-16T04:35:37.975Z | online 20:33:49 svc:/milestone/network:default |
1487 | 2024-12-16T04:35:37.975Z | [s3.quartet] dladm |
1488 | 2024-12-16T04:35:37.996Z | LINK CLASS MTU STATE BRIDGE OVER |
1489 | 2024-12-16T04:35:37.996Z | sl2 simnet 9000 up -- ? |
1490 | 2024-12-16T04:35:37.996Z | mgs3 vnic 9000 up -- ? |
1491 | 2024-12-16T04:35:37.996Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1492 | 2024-12-16T04:35:38.551Z | |
1493 | 2024-12-16T04:35:38.551Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1494 | 2024-12-16T04:35:38.574Z | |
1495 | 2024-12-16T04:35:38.574Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1496 | 2024-12-16T04:35:38.594Z | |
1497 | 2024-12-16T04:35:38.595Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1498 | 2024-12-16T04:35:38.641Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1499 | 2024-12-16T04:35:38.663Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3662c9f9-9878-405b-8b5e-389e5784f119 --sled-uuid 8c17cc40-5999-4aa3-a675-6992d0ae7ba4 -a sl2/v6 &> /opt/ddmd.log & |
1500 | 2024-12-16T04:35:38.684Z | |
1501 | 2024-12-16T04:35:38.684Z | running zone t1.quartet setup |
1502 | 2024-12-16T04:35:38.684Z | [t1.quartet] svcs milestone/network |
1503 | 2024-12-16T04:35:38.707Z | STATE STIME FMRI |
1504 | 2024-12-16T04:35:38.707Z | - - svc:/milestone/network:default |
1505 | 2024-12-16T04:35:39.707Z | [t1.quartet] svcs milestone/network |
1506 | 2024-12-16T04:35:39.729Z | STATE STIME FMRI |
1507 | 2024-12-16T04:35:39.729Z | - - svc:/milestone/network:default |
1508 | 2024-12-16T04:35:40.729Z | [t1.quartet] svcs milestone/network |
1509 | 2024-12-16T04:35:40.752Z | STATE STIME FMRI |
1510 | 2024-12-16T04:35:40.752Z | - - svc:/milestone/network:default |
1511 | 2024-12-16T04:35:41.753Z | [t1.quartet] svcs milestone/network |
1512 | 2024-12-16T04:35:41.775Z | STATE STIME FMRI |
1513 | 2024-12-16T04:35:41.775Z | - - svc:/milestone/network:default |
1514 | 2024-12-16T04:35:42.775Z | [t1.quartet] svcs milestone/network |
1515 | 2024-12-16T04:35:42.797Z | STATE STIME FMRI |
1516 | 2024-12-16T04:35:42.797Z | - - svc:/milestone/network:default |
1517 | 2024-12-16T04:35:43.797Z | [t1.quartet] svcs milestone/network |
1518 | 2024-12-16T04:35:43.817Z | STATE STIME FMRI |
1519 | 2024-12-16T04:35:43.817Z | - - svc:/milestone/network:default |
1520 | 2024-12-16T04:35:44.817Z | [t1.quartet] svcs milestone/network |
1521 | 2024-12-16T04:35:44.840Z | STATE STIME FMRI |
1522 | 2024-12-16T04:35:44.840Z | offline 20:35:43 svc:/milestone/network:default |
1523 | 2024-12-16T04:35:45.840Z | [t1.quartet] svcs milestone/network |
1524 | 2024-12-16T04:35:45.865Z | STATE STIME FMRI |
1525 | 2024-12-16T04:35:45.865Z | online 20:35:44 svc:/milestone/network:default |
1526 | 2024-12-16T04:35:45.865Z | [t1.quartet] dladm |
1527 | 2024-12-16T04:35:45.887Z | LINK CLASS MTU STATE BRIDGE OVER |
1528 | 2024-12-16T04:35:45.887Z | tfportrear0_0 simnet 9000 up -- ? |
1529 | 2024-12-16T04:35:45.887Z | tfportrear1_0 simnet 9000 up -- ? |
1530 | 2024-12-16T04:35:45.887Z | tfportrear2_0 simnet 9000 up -- ? |
1531 | 2024-12-16T04:35:45.887Z | mgt1 vnic 9000 up -- ? |
1532 | 2024-12-16T04:35:45.887Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1533 | 2024-12-16T04:35:46.492Z | |
1534 | 2024-12-16T04:35:46.492Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1535 | 2024-12-16T04:35:46.516Z | |
1536 | 2024-12-16T04:35:46.517Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1537 | 2024-12-16T04:35:46.539Z | |
1538 | 2024-12-16T04:35:46.539Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1539 | 2024-12-16T04:35:46.560Z | |
1540 | 2024-12-16T04:35:46.561Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1541 | 2024-12-16T04:35:46.580Z | |
1542 | 2024-12-16T04:35:46.580Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1543 | 2024-12-16T04:35:46.773Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1544 | 2024-12-16T04:35:46.778Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1545 | 2024-12-16T04:35:46.781Z | waiting 3s for copy of files to zone to complete ... |
1546 | 2024-12-16T04:35:49.781Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1547 | 2024-12-16T04:35:49.824Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1548 | 2024-12-16T04:35:49.846Z | [t1.quartet] svcadm enable dendrite |
1549 | 2024-12-16T04:35:49.885Z | |
1550 | 2024-12-16T04:35:49.885Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1551 | 2024-12-16T04:35:49.929Z | |
1552 | 2024-12-16T04:35:49.929Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1553 | 2024-12-16T04:35:49.971Z | |
1554 | 2024-12-16T04:35:49.971Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1555 | 2024-12-16T04:35:50.013Z | |
1556 | 2024-12-16T04:35:50.013Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1557 | 2024-12-16T04:35:50.054Z | |
1558 | 2024-12-16T04:35:50.054Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1559 | 2024-12-16T04:35:50.096Z | |
1560 | 2024-12-16T04:35:50.096Z | [t1.quartet] svcadm refresh dendrite:default |
1561 | 2024-12-16T04:35:50.132Z | |
1562 | 2024-12-16T04:35:50.132Z | [t1.quartet] svcadm restart dendrite:default |
1563 | 2024-12-16T04:35:50.169Z | |
1564 | 2024-12-16T04:35:50.169Z | wait 10s for dendrite to come up ... |
1565 | 2024-12-16T04:36:00.170Z | [t1.quartet] svcadm enable tfport |
1566 | 2024-12-16T04:36:00.210Z | |
1567 | 2024-12-16T04:36:00.210Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 78c5d323-f34e-40c3-b2eb-b1a91aee0200 --sled-uuid 0531f325-cd06-43bd-a449-e2e6325a63a8 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1568 | 2024-12-16T04:36:00.229Z | |
1569 | 2024-12-16T04:36:00.229Z | [t1.quartet] ipadm |
1570 | 2024-12-16T04:36:00.255Z | ADDROBJ TYPE STATE ADDR |
1571 | 2024-12-16T04:36:00.255Z | lo0/v4 static ok 127.0.0.1/8 |
1572 | 2024-12-16T04:36:00.255Z | mgt1/v4 static ok 10.0.0.4/24 |
1573 | 2024-12-16T04:36:00.255Z | lo0/v6 static ok ::1/128 |
1574 | 2024-12-16T04:36:00.255Z | lo0/u6 static ok fd00:4::1/64 |
1575 | 2024-12-16T04:36:00.255Z | tfportrear0_0/v6 addrconf ok fe80::a88a:25ff:fecb:cefb%tfportrear0_0/10 |
1576 | 2024-12-16T04:36:00.255Z | tfportrear1_0/v6 addrconf ok fe80::b097:e4ff:fe96:edfd%tfportrear1_0/10 |
1577 | 2024-12-16T04:36:00.255Z | tfportrear2_0/v6 addrconf ok fe80::81:8bff:fef0:ddc9%tfportrear2_0/10 |
1578 | 2024-12-16T04:36:02.542Z | initial peering test passed |
1579 | 2024-12-16T04:36:03.545Z | [s3.quartet] ping fd00:1::1 |
1580 | 2024-12-16T04:36:03.575Z | fd00:1::1 is alive |
1581 | 2024-12-16T04:36:14.579Z | [s3.quartet] ping fd00:1::1 |
1582 | 2024-12-16T04:36:14.601Z | fd00:1::1 is alive |
1583 | 2024-12-16T04:36:14.619Z | [t1.quartet] pkill ddmd |
1584 | 2024-12-16T04:36:14.644Z | |
1585 | 2024-12-16T04:36:14.644Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1586 | 2024-12-16T04:36:14.648Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1587 | 2024-12-16T04:36:17.164Z | [s3.quartet] pkill ddmd |
1588 | 2024-12-16T04:36:17.185Z | |
1589 | 2024-12-16T04:36:17.185Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1590 | 2024-12-16T04:36:19.687Z | [s2.quartet] pkill ddmd |
1591 | 2024-12-16T04:36:19.708Z | |
1592 | 2024-12-16T04:36:19.708Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1593 | 2024-12-16T04:36:22.187Z | [s1.quartet] pkill ddmd |
1594 | 2024-12-16T04:36:22.207Z | |
1595 | 2024-12-16T04:36:22.207Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1596 | 2024-12-16T04:36:24.578Z | [sidecar.quartet] pkill softnpu |
1597 | 2024-12-16T04:36:24.599Z | |
1598 | 2024-12-16T04:36:24.599Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1599 | 2024-12-16T04:36:27.179Z | test ddm::test_quartet ... ok |
1600 | 2024-12-16T04:36:27.179Z | |
1601 | 2024-12-16T04:36:27.179Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 651.19s |
1602 | 2024-12-16T04:36:27.179Z | |
1603 | 2024-12-16T04:36:27.208Z | + cleanup |
1604 | 2024-12-16T04:36:27.210Z | ++ id -un |
1605 | 2024-12-16T04:36:27.316Z | ++ id -gn |
1606 | 2024-12-16T04:36:27.319Z | + pfexec chown -R build:build . |
1607 | 2024-12-16T04:36:27.397Z | process exited: duration 1199119 ms, exit code 0 |
|
1608 | 2024-12-16T04:36:27.408Z | found 5 output files |
1609 | 2024-12-16T04:36:27.408Z | uploading: /work/s1.quartet.log (4847 bytes) |
1610 | 2024-12-16T04:36:28.420Z | uploaded: /work/s1.quartet.log |
1611 | 2024-12-16T04:36:28.420Z | uploading: /work/s2.quartet.log (4113 bytes) |
1612 | 2024-12-16T04:36:29.431Z | uploaded: /work/s2.quartet.log |
1613 | 2024-12-16T04:36:29.434Z | uploading: /work/s3.quartet.log (4243 bytes) |
1614 | 2024-12-16T04:36:30.440Z | uploaded: /work/s3.quartet.log |
1615 | 2024-12-16T04:36:30.442Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1616 | 2024-12-16T04:36:31.460Z | uploaded: /work/sidecar.quartet-softnpu.log |
1617 | 2024-12-16T04:36:31.460Z | uploading: /work/t1.quartet.log (17377 bytes) |
1618 | 2024-12-16T04:36:32.469Z | uploaded: /work/t1.quartet.log |