|
|
|
1 | 2024-10-07T07:18:17.116Z | job assigned to worker 01J9JXDKVQH7KNRF517MHS9TQ1 (queued for 1 m 13 s) |
|
2 | 2024-10-07T07:18:25.218Z | starting task 0: "setup" |
3 | 2024-10-07T07:18:25.226Z | ++ uname -s |
4 | 2024-10-07T07:18:25.229Z | + kern=SunOS |
5 | 2024-10-07T07:18:25.229Z | + case "$kern" in |
6 | 2024-10-07T07:18:25.229Z | + groupadd -g 12345 build |
7 | 2024-10-07T07:18:25.232Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-07T07:18:27.242Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-07T07:18:27.421Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-07T07:18:27.423Z | + home_fs=zfs |
11 | 2024-10-07T07:18:27.423Z | + [[ zfs == autofs ]] |
12 | 2024-10-07T07:18:27.423Z | + mkdir -p /home/build |
13 | 2024-10-07T07:18:27.426Z | + chown build:build /home/build /work |
14 | 2024-10-07T07:18:29.428Z | + chmod 0700 /home/build /work |
15 | 2024-10-07T07:18:29.430Z | process exited: duration 4213 ms, exit code 0 |
|
16 | 2024-10-07T07:18:29.436Z | starting task 1: "rust-toolchain" |
17 | 2024-10-07T07:18:29.441Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-07T07:18:29.441Z | ' stable |
19 | 2024-10-07T07:18:29.441Z | * toolchain channel = "stable" |
20 | 2024-10-07T07:18:29.444Z | * toolchain profile = "default" |
21 | 2024-10-07T07:18:29.444Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-07T07:18:29.444Z | ' default |
23 | 2024-10-07T07:18:29.444Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-07T07:18:29.444Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-10-07T07:18:29.634Z | info: downloading installer |
26 | 2024-10-07T07:18:31.090Z | info: profile set to 'default' |
27 | 2024-10-07T07:18:31.090Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-07T07:18:31.093Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-10-07T07:18:31.231Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-10-07T07:18:31.231Z | info: downloading component 'cargo' |
31 | 2024-10-07T07:18:31.999Z | info: downloading component 'clippy' |
32 | 2024-10-07T07:18:32.283Z | info: downloading component 'rust-docs' |
33 | 2024-10-07T07:18:33.351Z | info: downloading component 'rust-std' |
34 | 2024-10-07T07:18:34.993Z | info: downloading component 'rustc' |
35 | 2024-10-07T07:18:40.717Z | info: downloading component 'rustfmt' |
36 | 2024-10-07T07:18:40.947Z | info: installing component 'cargo' |
37 | 2024-10-07T07:18:41.803Z | info: installing component 'clippy' |
38 | 2024-10-07T07:18:42.277Z | info: installing component 'rust-docs' |
39 | 2024-10-07T07:18:44.035Z | info: installing component 'rust-std' |
40 | 2024-10-07T07:18:45.763Z | info: installing component 'rustc' |
41 | 2024-10-07T07:18:51.662Z | info: installing component 'rustfmt' |
42 | 2024-10-07T07:18:52.353Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-10-07T07:18:52.353Z | |
44 | 2024-10-07T07:18:52.720Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-10-07T07:18:52.720Z | |
46 | 2024-10-07T07:18:52.722Z | |
47 | 2024-10-07T07:18:52.722Z | Rust is installed now. Great! |
48 | 2024-10-07T07:18:52.723Z | |
49 | 2024-10-07T07:18:52.723Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-07T07:18:52.723Z | environment variable. This has not been done automatically. |
51 | 2024-10-07T07:18:52.723Z | |
52 | 2024-10-07T07:18:52.723Z | To configure your current shell, you need to source |
53 | 2024-10-07T07:18:52.723Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-07T07:18:52.723Z | |
55 | 2024-10-07T07:18:52.723Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-07T07:18:52.723Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-07T07:18:52.723Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-07T07:18:52.796Z | + rustc --version |
59 | 2024-10-07T07:18:52.861Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-10-07T07:18:52.864Z | process exited: duration 23424 ms, exit code 0 |
|
61 | 2024-10-07T07:18:52.869Z | starting task 2: "authentication" |
62 | 2024-10-07T07:18:52.890Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-07T07:18:52.895Z | starting task 3: "clone repository" |
64 | 2024-10-07T07:18:52.900Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-10-07T07:18:52.903Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-10-07T07:18:53.500Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-10-07T07:18:54.719Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-10-07T07:18:54.720Z | + git fetch origin ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
69 | 2024-10-07T07:18:55.012Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-10-07T07:18:55.012Z | * branch ef4f02e3d10609e3598c40be60eb2b774e2e9738 -> FETCH_HEAD |
71 | 2024-10-07T07:18:55.019Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2024-10-07T07:18:55.021Z | ++ git branch --show-current |
73 | 2024-10-07T07:18:55.023Z | + current=main |
74 | 2024-10-07T07:18:55.023Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2024-10-07T07:18:55.023Z | + git branch -f renovate/lock-file-maintenance ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
76 | 2024-10-07T07:18:55.026Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2024-10-07T07:18:55.040Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2024-10-07T07:18:55.042Z | + git reset --hard ef4f02e3d10609e3598c40be60eb2b774e2e9738 |
79 | 2024-10-07T07:18:55.054Z | HEAD is now at ef4f02e Lock file maintenance |
80 | 2024-10-07T07:18:55.056Z | process exited: duration 2159 ms, exit code 0 |
|
81 | 2024-10-07T07:18:55.062Z | starting task 4: "build" |
82 | 2024-10-07T07:18:55.069Z | ++ cargo --version |
83 | 2024-10-07T07:18:55.072Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-10-07T07:18:55.225Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-10-07T07:18:55.225Z | info: downloading component 'cargo' |
86 | 2024-10-07T07:18:55.930Z | info: downloading component 'clippy' |
87 | 2024-10-07T07:18:56.200Z | info: downloading component 'rust-docs' |
88 | 2024-10-07T07:18:57.176Z | info: downloading component 'rust-std' |
89 | 2024-10-07T07:18:58.682Z | info: downloading component 'rustc' |
90 | 2024-10-07T07:19:04.074Z | info: downloading component 'rustfmt' |
91 | 2024-10-07T07:19:04.282Z | info: installing component 'cargo' |
92 | 2024-10-07T07:19:05.132Z | info: installing component 'clippy' |
93 | 2024-10-07T07:19:05.519Z | info: installing component 'rust-docs' |
94 | 2024-10-07T07:19:07.151Z | info: installing component 'rust-std' |
95 | 2024-10-07T07:19:08.977Z | info: installing component 'rustc' |
96 | 2024-10-07T07:19:14.665Z | info: installing component 'rustfmt' |
97 | 2024-10-07T07:19:15.079Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-10-07T07:19:15.082Z | ++ rustc --version |
99 | 2024-10-07T07:19:15.150Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-10-07T07:19:15.154Z | ++ dladm |
101 | 2024-10-07T07:19:15.159Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-10-07T07:19:15.159Z | ena0 phys 9216 up -- -- |
103 | 2024-10-07T07:19:15.161Z | ++ ipadm |
104 | 2024-10-07T07:19:15.164Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-10-07T07:19:15.164Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-10-07T07:19:15.164Z | ena0/dhcp dhcp ok 10.150.1.96/24 |
107 | 2024-10-07T07:19:15.164Z | lo0/v6 static ok ::1/128 |
108 | 2024-10-07T07:19:15.164Z | ++ banner collect |
109 | 2024-10-07T07:19:15.203Z | |
110 | 2024-10-07T07:19:15.203Z | #### #### # # ###### #### ##### |
111 | 2024-10-07T07:19:15.203Z | # # # # # # # # # # |
112 | 2024-10-07T07:19:15.203Z | # # # # # ##### # # |
113 | 2024-10-07T07:19:15.203Z | # # # # # # # # |
114 | 2024-10-07T07:19:15.203Z | # # # # # # # # # # |
115 | 2024-10-07T07:19:15.203Z | #### #### ###### ###### ###### #### # |
116 | 2024-10-07T07:19:15.203Z | |
117 | 2024-10-07T07:19:15.208Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-10-07T07:19:15.208Z | ++ repo=softnpu |
119 | 2024-10-07T07:19:15.208Z | ++ series=image |
120 | 2024-10-07T07:19:15.208Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-10-07T07:19:15.208Z | ++ name=softnpu |
122 | 2024-10-07T07:19:15.208Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-10-07T07:19:15.208Z | ++ mkdir -p download |
124 | 2024-10-07T07:19:15.208Z | ++ pushd download |
125 | 2024-10-07T07:19:15.208Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-10-07T07:19:15.208Z | ++ [[ ! -f softnpu ]] |
127 | 2024-10-07T07:19:15.208Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-10-07T07:19:15.214Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-10-07T07:19:15.219Z | Dload Upload Total Spent Left Speed |
130 | 2024-10-07T07:19:15.586Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 58.5M 0 --:--:-- --:--:-- --:--:-- 58.6M |
131 | 2024-10-07T07:19:15.589Z | ++ popd |
132 | 2024-10-07T07:19:15.589Z | /work/oxidecomputer/maghemite |
133 | 2024-10-07T07:19:15.589Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-10-07T07:19:15.589Z | ++ repo=sidecar-lite |
135 | 2024-10-07T07:19:15.589Z | ++ series=release |
136 | 2024-10-07T07:19:15.589Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-10-07T07:19:15.589Z | ++ name=libsidecar_lite.so |
138 | 2024-10-07T07:19:15.590Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-10-07T07:19:15.590Z | ++ mkdir -p download |
140 | 2024-10-07T07:19:15.593Z | ++ pushd download |
141 | 2024-10-07T07:19:15.593Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-10-07T07:19:15.593Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-10-07T07:19:15.593Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-10-07T07:19:15.598Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-10-07T07:19:15.601Z | Dload Upload Total Spent Left Speed |
146 | 2024-10-07T07:19:15.885Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 70.9M 0 --:--:-- --:--:-- --:--:-- 71.2M |
147 | 2024-10-07T07:19:15.887Z | ++ popd |
148 | 2024-10-07T07:19:15.887Z | /work/oxidecomputer/maghemite |
149 | 2024-10-07T07:19:15.887Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-10-07T07:19:15.890Z | ++ repo=sidecar-lite |
151 | 2024-10-07T07:19:15.890Z | ++ series=release |
152 | 2024-10-07T07:19:15.890Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-10-07T07:19:15.890Z | ++ name=scadm |
154 | 2024-10-07T07:19:15.890Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-10-07T07:19:15.890Z | ++ mkdir -p download |
156 | 2024-10-07T07:19:15.890Z | ++ pushd download |
157 | 2024-10-07T07:19:15.890Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-10-07T07:19:15.890Z | ++ [[ ! -f scadm ]] |
159 | 2024-10-07T07:19:15.890Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-10-07T07:19:15.897Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-10-07T07:19:15.897Z | Dload Upload Total Spent Left Speed |
162 | 2024-10-07T07:19:16.265Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
70 22.7M 70 16.0M 0 0 54.8M 0 --:--:-- --:--:-- --:--:-- 54.7M
100 22.7M 100 22.7M 0 0 62.0M 0 --:--:-- --:--:-- --:--:-- 61.9M |
163 | 2024-10-07T07:19:16.268Z | ++ popd |
164 | 2024-10-07T07:19:16.271Z | /work/oxidecomputer/maghemite |
165 | 2024-10-07T07:19:16.271Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-10-07T07:19:16.271Z | ++ repo=dendrite |
167 | 2024-10-07T07:19:16.271Z | ++ series=image |
168 | 2024-10-07T07:19:16.271Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-10-07T07:19:16.271Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-10-07T07:19:16.271Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-10-07T07:19:16.271Z | ++ mkdir -p download |
172 | 2024-10-07T07:19:16.271Z | ++ pushd download |
173 | 2024-10-07T07:19:16.271Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-10-07T07:19:16.271Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-10-07T07:19:16.271Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-10-07T07:19:16.280Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-10-07T07:19:16.280Z | Dload Upload Total Spent Left Speed |
178 | 2024-10-07T07:19:16.814Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 70.3M 0 --:--:-- --:--:-- --:--:-- 70.4M |
179 | 2024-10-07T07:19:16.818Z | ++ popd |
180 | 2024-10-07T07:19:16.820Z | /work/oxidecomputer/maghemite |
181 | 2024-10-07T07:19:16.820Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-10-07T07:19:16.820Z | ++ repo=maghemite |
183 | 2024-10-07T07:19:16.820Z | ++ series=release |
184 | 2024-10-07T07:19:16.820Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-10-07T07:19:16.820Z | ++ name=ddmd |
186 | 2024-10-07T07:19:16.820Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-10-07T07:19:16.820Z | ++ mkdir -p download |
188 | 2024-10-07T07:19:16.820Z | ++ pushd download |
189 | 2024-10-07T07:19:16.820Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-10-07T07:19:16.820Z | ++ [[ ! -f ddmd ]] |
191 | 2024-10-07T07:19:16.823Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-10-07T07:19:16.828Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-10-07T07:19:16.828Z | Dload Upload Total Spent Left Speed |
194 | 2024-10-07T07:19:17.325Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
64 40.9M 64 26.3M 0 0 72.9M 0 --:--:-- --:--:-- --:--:-- 72.8M
100 40.9M 100 40.9M 0 0 82.5M 0 --:--:-- --:--:-- --:--:-- 82.4M |
195 | 2024-10-07T07:19:17.328Z | ++ popd |
196 | 2024-10-07T07:19:17.328Z | /work/oxidecomputer/maghemite |
197 | 2024-10-07T07:19:17.328Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-10-07T07:19:17.328Z | ++ repo=maghemite |
199 | 2024-10-07T07:19:17.328Z | ++ series=release |
200 | 2024-10-07T07:19:17.328Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-10-07T07:19:17.328Z | ++ name=ddmadm |
202 | 2024-10-07T07:19:17.328Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-10-07T07:19:17.328Z | ++ mkdir -p download |
204 | 2024-10-07T07:19:17.333Z | ++ pushd download |
205 | 2024-10-07T07:19:17.333Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-10-07T07:19:17.333Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-10-07T07:19:17.333Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-10-07T07:19:17.336Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-10-07T07:19:17.336Z | Dload Upload Total Spent Left Speed |
210 | 2024-10-07T07:19:17.633Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 60.7M 0 --:--:-- --:--:-- --:--:-- 60.8M |
211 | 2024-10-07T07:19:17.636Z | ++ popd |
212 | 2024-10-07T07:19:17.636Z | /work/oxidecomputer/maghemite |
213 | 2024-10-07T07:19:17.638Z | ++ pushd download |
214 | 2024-10-07T07:19:17.639Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-10-07T07:19:17.639Z | ++ chmod +x softnpu |
216 | 2024-10-07T07:19:17.639Z | ++ chmod +x scadm |
217 | 2024-10-07T07:19:17.641Z | ++ chmod +x ddmadm |
218 | 2024-10-07T07:19:17.643Z | ++ chmod +x ddmd |
219 | 2024-10-07T07:19:17.646Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-10-07T07:19:17.646Z | ++ mv ddmd ddmd-v2 |
221 | 2024-10-07T07:19:17.648Z | ++ rm -rf zones/dendrite |
222 | 2024-10-07T07:19:17.651Z | ++ mkdir -p zones/dendrite |
223 | 2024-10-07T07:19:17.654Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-10-07T07:19:18.451Z | ++ popd |
225 | 2024-10-07T07:19:18.451Z | /work/oxidecomputer/maghemite |
226 | 2024-10-07T07:19:18.451Z | ++ banner install |
227 | 2024-10-07T07:19:18.454Z | |
228 | 2024-10-07T07:19:18.454Z | # # # #### ##### ## # # |
229 | 2024-10-07T07:19:18.454Z | # ## # # # # # # # |
230 | 2024-10-07T07:19:18.454Z | # # # # #### # # # # # |
231 | 2024-10-07T07:19:18.454Z | # # # # # # ###### # # |
232 | 2024-10-07T07:19:18.454Z | # # ## # # # # # # # |
233 | 2024-10-07T07:19:18.454Z | # # # #### # # # ###### ###### |
234 | 2024-10-07T07:19:18.454Z | |
235 | 2024-10-07T07:19:18.456Z | ++ pkg info brand/sparse |
236 | 2024-10-07T07:19:18.456Z | ++ grep -qi installed |
237 | 2024-10-07T07:19:24.932Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-10-07T07:19:24.932Z | installed on the system. Try querying remotely instead: |
239 | 2024-10-07T07:19:24.932Z | |
240 | 2024-10-07T07:19:24.932Z | brand/sparse |
241 | 2024-10-07T07:19:24.978Z | ++ [[ 1 != 0 ]] |
242 | 2024-10-07T07:19:24.978Z | ++ set -o errexit |
243 | 2024-10-07T07:19:24.978Z | ++ pfexec pkg install brand/sparse |
244 | 2024-10-07T07:19:34.657Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-10-07T07:19:37.530Z | Startup: Caching catalogs ... Done |
246 | 2024-10-07T07:19:41.931Z | Planning: Solver setup ... Done |
247 | 2024-10-07T07:19:41.991Z | Planning: Running solver ... Done |
248 | 2024-10-07T07:19:42.203Z | Planning: Finding local manifests ... Done |
249 | 2024-10-07T07:19:42.219Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-10-07T07:19:42.450Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-10-07T07:19:42.942Z | Planning: Package planning ... Done |
252 | 2024-10-07T07:19:42.948Z | Planning: Merging actions ... Done |
253 | 2024-10-07T07:19:43.727Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-10-07T07:19:50.613Z | Planning: Consolidating action changes ... Done |
255 | 2024-10-07T07:19:51.137Z | Planning: Evaluating mediators ... Done |
256 | 2024-10-07T07:19:51.206Z | Planning: Planning completed in 13.60 seconds |
257 | 2024-10-07T07:19:51.305Z | Packages to install: 1 |
258 | 2024-10-07T07:19:51.305Z | Packages to update: 2 |
259 | 2024-10-07T07:19:51.307Z | Create boot environment: No |
260 | 2024-10-07T07:19:51.307Z | Create backup boot environment: Yes |
261 | 2024-10-07T07:19:51.548Z | |
262 | 2024-10-07T07:19:51.548Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-10-07T07:19:56.557Z | Download: 854/1009 items 7.6/8.0MB 94% complete (1.6M/s) |
264 | 2024-10-07T07:19:59.367Z | Download: Completed 8.03 MB in 7.82 seconds (1.0M/s) |
265 | 2024-10-07T07:20:01.476Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-10-07T07:20:01.500Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-10-07T07:20:01.617Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-10-07T07:20:01.992Z | Actions: Completed 1419 actions in 0.52 seconds. |
269 | 2024-10-07T07:20:02.161Z | Done |
270 | 2024-10-07T07:20:02.163Z | Done |
271 | 2024-10-07T07:20:02.579Z | Done |
272 | 2024-10-07T07:20:09.348Z | Done |
273 | 2024-10-07T07:20:09.757Z | Done |
274 | 2024-10-07T07:20:09.759Z | Done |
275 | 2024-10-07T07:20:09.927Z | Done |
276 | 2024-10-07T07:20:10.261Z | ++ set -o errexit |
277 | 2024-10-07T07:20:10.261Z | ++ set -o pipefail |
278 | 2024-10-07T07:20:10.263Z | ++ banner build |
279 | 2024-10-07T07:20:10.263Z | |
280 | 2024-10-07T07:20:10.263Z | ##### # # # # ##### |
281 | 2024-10-07T07:20:10.263Z | # # # # # # # # |
282 | 2024-10-07T07:20:10.263Z | ##### # # # # # # |
283 | 2024-10-07T07:20:10.263Z | # # # # # # # # |
284 | 2024-10-07T07:20:10.263Z | # # # # # # # # |
285 | 2024-10-07T07:20:10.263Z | ##### #### # ###### ##### |
286 | 2024-10-07T07:20:10.263Z | |
287 | 2024-10-07T07:20:10.263Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-10-07T07:20:10.441Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-10-07T07:20:10.668Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-10-07T07:20:10.843Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-10-07T07:20:10.843Z | * [new branch] ci -> origin/ci |
292 | 2024-10-07T07:20:10.845Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
293 | 2024-10-07T07:20:10.845Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
294 | 2024-10-07T07:20:10.845Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
295 | 2024-10-07T07:20:10.845Z | * [new branch] main -> origin/main |
296 | 2024-10-07T07:20:10.845Z | * [new ref] -> origin/HEAD |
297 | 2024-10-07T07:20:10.856Z | Updating crates.io index |
298 | 2024-10-07T07:20:10.946Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2024-10-07T07:20:11.654Z | From https://github.com/oxidecomputer/falcon |
300 | 2024-10-07T07:20:11.655Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
301 | 2024-10-07T07:20:11.759Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
302 | 2024-10-07T07:20:13.024Z | From https://github.com/oxidecomputer/dendrite |
303 | 2024-10-07T07:20:13.024Z | * [new ref] f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa -> refs/commit/f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa |
304 | 2024-10-07T07:20:13.065Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2024-10-07T07:20:13.390Z | From https://github.com/oxidecomputer/ispf |
306 | 2024-10-07T07:20:13.390Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
307 | 2024-10-07T07:20:13.410Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2024-10-07T07:20:13.865Z | From https://github.com/oxidecomputer/netadm-sys |
309 | 2024-10-07T07:20:13.865Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
310 | 2024-10-07T07:20:13.877Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
311 | 2024-10-07T07:20:18.764Z | From https://github.com/oxidecomputer/omicron |
312 | 2024-10-07T07:20:18.764Z | * [new ref] e51641064a9aeb62b6461055505c53e43fbbe58c -> refs/commit/e51641064a9aeb62b6461055505c53e43fbbe58c |
313 | 2024-10-07T07:20:18.794Z | * [new tag] dogfood -> dogfood |
314 | 2024-10-07T07:20:18.797Z | * [new tag] v5 -> v5 |
315 | 2024-10-07T07:20:18.797Z | * [new tag] v6 -> v6 |
316 | 2024-10-07T07:20:18.797Z | * [new tag] v7 -> v7 |
317 | 2024-10-07T07:20:18.797Z | * [new tag] v8 -> v8 |
318 | 2024-10-07T07:20:18.797Z | * [new tag] v9 -> v9 |
319 | 2024-10-07T07:20:19.170Z | Updating git repository `https://github.com/oxidecomputer/opte` |
320 | 2024-10-07T07:20:20.169Z | From https://github.com/oxidecomputer/opte |
321 | 2024-10-07T07:20:20.169Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
322 | 2024-10-07T07:20:20.214Z | Updating git repository `https://github.com/illumos/smf-rs` |
323 | 2024-10-07T07:20:20.554Z | From https://github.com/illumos/smf-rs |
324 | 2024-10-07T07:20:20.554Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
325 | 2024-10-07T07:20:20.589Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
326 | 2024-10-07T07:20:21.315Z | From https://github.com/oxidecomputer/maghemite |
327 | 2024-10-07T07:20:21.315Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
328 | 2024-10-07T07:20:21.331Z | * [new tag] rift -> rift |
329 | 2024-10-07T07:20:21.333Z | * [new tag] srp -> srp |
330 | 2024-10-07T07:20:21.333Z | * [new tag] tie-spf -> tie-spf |
331 | 2024-10-07T07:20:21.386Z | Updating git repository `https://github.com/oxidecomputer/zone` |
332 | 2024-10-07T07:20:21.812Z | From https://github.com/oxidecomputer/zone |
333 | 2024-10-07T07:20:21.812Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
334 | 2024-10-07T07:20:21.857Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
335 | 2024-10-07T07:20:22.525Z | From https://github.com/oxidecomputer/propolis |
336 | 2024-10-07T07:20:22.525Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
337 | 2024-10-07T07:20:22.613Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
338 | 2024-10-07T07:20:22.973Z | From https://github.com/oxidecomputer/dlpi-sys |
339 | 2024-10-07T07:20:22.973Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
340 | 2024-10-07T07:20:23.001Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
341 | 2024-10-07T07:20:23.398Z | From https://github.com/jmesmon/rust-libzfs |
342 | 2024-10-07T07:20:23.398Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
343 | 2024-10-07T07:20:23.414Z | * [new tag] v0.4.0 -> v0.4.0 |
344 | 2024-10-07T07:20:23.428Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
345 | 2024-10-07T07:20:23.855Z | From https://github.com/oxidecomputer/rusty-doors |
346 | 2024-10-07T07:20:23.855Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
347 | 2024-10-07T07:20:23.885Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
348 | 2024-10-07T07:20:24.301Z | From https://github.com/oxidecomputer/maghemite |
349 | 2024-10-07T07:20:24.302Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
350 | 2024-10-07T07:20:24.349Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
351 | 2024-10-07T07:20:24.664Z | From https://github.com/oxidecomputer/serde_human_bytes |
352 | 2024-10-07T07:20:24.665Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
353 | 2024-10-07T07:20:24.684Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
354 | 2024-10-07T07:20:25.056Z | From https://github.com/oxidecomputer/slog-error-chain |
355 | 2024-10-07T07:20:25.056Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
356 | 2024-10-07T07:20:25.085Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
357 | 2024-10-07T07:20:25.476Z | From https://github.com/oxidecomputer/poptrie |
358 | 2024-10-07T07:20:25.476Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
359 | 2024-10-07T07:20:25.501Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
360 | 2024-10-07T07:20:25.837Z | From https://github.com/illumos/libscf-sys |
361 | 2024-10-07T07:20:25.837Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
362 | 2024-10-07T07:20:25.860Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
363 | 2024-10-07T07:20:26.866Z | From https://github.com/oxidecomputer/progenitor |
364 | 2024-10-07T07:20:26.866Z | * [new ref] 137455149f7e1b902582d1da9d90ad4b09522e1c -> refs/commit/137455149f7e1b902582d1da9d90ad4b09522e1c |
365 | 2024-10-07T07:20:26.887Z | * [new tag] v0.1.1 -> v0.1.1 |
366 | 2024-10-07T07:20:26.890Z | * [new tag] v0.2.0 -> v0.2.0 |
367 | 2024-10-07T07:20:26.890Z | * [new tag] v0.3.0 -> v0.3.0 |
368 | 2024-10-07T07:20:26.890Z | * [new tag] v0.4.0 -> v0.4.0 |
369 | 2024-10-07T07:20:26.890Z | * [new tag] v0.5.0 -> v0.5.0 |
370 | 2024-10-07T07:20:26.890Z | * [new tag] v0.6.0 -> v0.6.0 |
371 | 2024-10-07T07:20:26.890Z | * [new tag] v0.7.0 -> v0.7.0 |
372 | 2024-10-07T07:20:26.890Z | * [new tag] v0.8.0 -> v0.8.0 |
373 | 2024-10-07T07:20:27.112Z | Updating git repository `https://github.com/oxidecomputer/typify` |
374 | 2024-10-07T07:20:29.635Z | From https://github.com/oxidecomputer/typify |
375 | 2024-10-07T07:20:29.635Z | * [new ref] d6f1877057e9a7a3146707ec3309044a4918697e -> refs/commit/d6f1877057e9a7a3146707ec3309044a4918697e |
376 | 2024-10-07T07:20:29.655Z | * [new tag] v0.0.10 -> v0.0.10 |
377 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.11 -> v0.0.11 |
378 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.12 -> v0.0.12 |
379 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.13 -> v0.0.13 |
380 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.14 -> v0.0.14 |
381 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.15 -> v0.0.15 |
382 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.16 -> v0.0.16 |
383 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.4 -> v0.0.4 |
384 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.5 -> v0.0.5 |
385 | 2024-10-07T07:20:29.660Z | * [new tag] v0.0.7 -> v0.0.7 |
386 | 2024-10-07T07:20:29.661Z | * [new tag] v0.0.8 -> v0.0.8 |
387 | 2024-10-07T07:20:29.661Z | * [new tag] v0.0.9 -> v0.0.9 |
388 | 2024-10-07T07:20:29.661Z | * [new tag] v0.1.0 -> v0.1.0 |
389 | 2024-10-07T07:20:29.661Z | * [new tag] v0.2.0 -> v0.2.0 |
390 | 2024-10-07T07:20:29.753Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
391 | 2024-10-07T07:20:30.159Z | From https://github.com/oxidecomputer/propolis |
392 | 2024-10-07T07:20:30.159Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
393 | 2024-10-07T07:20:30.222Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
394 | 2024-10-07T07:20:31.943Z | From https://github.com/oxidecomputer/crucible |
395 | 2024-10-07T07:20:31.943Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
396 | 2024-10-07T07:20:32.028Z | Updating git repository `https://github.com/oxidecomputer/opte` |
397 | 2024-10-07T07:20:32.505Z | From https://github.com/oxidecomputer/opte |
398 | 2024-10-07T07:20:32.505Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
399 | 2024-10-07T07:20:32.567Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
400 | 2024-10-07T07:20:33.248Z | From https://github.com/oxidecomputer/management-gateway-service |
401 | 2024-10-07T07:20:33.248Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
402 | 2024-10-07T07:20:33.930Z | Downloading crates ... |
403 | 2024-10-07T07:20:34.004Z | Downloaded ahash v0.8.11 |
404 | 2024-10-07T07:20:34.008Z | Downloaded crunchy v0.2.2 |
405 | 2024-10-07T07:20:34.012Z | Downloaded atomicwrites v0.4.4 |
406 | 2024-10-07T07:20:34.022Z | Downloaded dtrace-parser v0.2.0 |
407 | 2024-10-07T07:20:34.026Z | Downloaded cstr-argument v0.1.2 |
408 | 2024-10-07T07:20:34.028Z | Downloaded foreign-types v0.3.2 |
409 | 2024-10-07T07:20:34.032Z | Downloaded float-ord v0.3.2 |
410 | 2024-10-07T07:20:34.035Z | Downloaded foreign-types-shared v0.3.1 |
411 | 2024-10-07T07:20:34.035Z | Downloaded cfg-if v1.0.0 |
412 | 2024-10-07T07:20:34.038Z | Downloaded byteorder v1.5.0 |
413 | 2024-10-07T07:20:34.041Z | Downloaded pretty-hex v0.2.1 |
414 | 2024-10-07T07:20:34.041Z | Downloaded progenitor-client v0.8.0 |
415 | 2024-10-07T07:20:34.045Z | Downloaded colorchoice v1.0.2 |
416 | 2024-10-07T07:20:34.048Z | Downloaded const-random-macro v0.1.16 |
417 | 2024-10-07T07:20:34.051Z | Downloaded clap_lex v0.7.2 |
418 | 2024-10-07T07:20:34.051Z | Downloaded async-stream v0.3.6 |
419 | 2024-10-07T07:20:34.055Z | Downloaded serde-big-array v0.5.1 |
420 | 2024-10-07T07:20:34.058Z | Downloaded bitflags v1.3.2 |
421 | 2024-10-07T07:20:34.062Z | Downloaded pin-utils v0.1.0 |
422 | 2024-10-07T07:20:34.062Z | Downloaded futures-io v0.3.31 |
423 | 2024-10-07T07:20:34.066Z | Downloaded slog-bunyan v2.5.0 |
424 | 2024-10-07T07:20:34.066Z | Downloaded enum-as-inner v0.6.1 |
425 | 2024-10-07T07:20:34.071Z | Downloaded parse-display v0.10.0 |
426 | 2024-10-07T07:20:34.071Z | Downloaded futures-executor v0.3.31 |
427 | 2024-10-07T07:20:34.071Z | Downloaded plain v0.2.3 |
428 | 2024-10-07T07:20:34.075Z | Downloaded pest_generator v2.7.13 |
429 | 2024-10-07T07:20:34.075Z | Downloaded anstream v0.6.15 |
430 | 2024-10-07T07:20:34.078Z | Downloaded rustc-hash v2.0.0 |
431 | 2024-10-07T07:20:34.078Z | Downloaded crucible-workspace-hack v0.1.0 |
432 | 2024-10-07T07:20:34.082Z | Downloaded const-random v0.1.18 |
433 | 2024-10-07T07:20:34.082Z | Downloaded ciborium-io v0.2.2 |
434 | 2024-10-07T07:20:34.082Z | Downloaded rand_core v0.6.4 |
435 | 2024-10-07T07:20:34.086Z | Downloaded quinn-udp v0.5.5 |
436 | 2024-10-07T07:20:34.086Z | Downloaded progenitor-macro v0.8.0 |
437 | 2024-10-07T07:20:34.090Z | Downloaded async-stream-impl v0.3.6 |
438 | 2024-10-07T07:20:34.090Z | Downloaded darling_macro v0.20.10 |
439 | 2024-10-07T07:20:34.090Z | Downloaded rustls-pemfile v1.0.4 |
440 | 2024-10-07T07:20:34.093Z | Downloaded serde_urlencoded v0.7.1 |
441 | 2024-10-07T07:20:34.097Z | Downloaded pretty-hex v0.4.1 |
442 | 2024-10-07T07:20:34.097Z | Downloaded foreign-types-shared v0.1.1 |
443 | 2024-10-07T07:20:34.097Z | Downloaded backoff v0.4.0 |
444 | 2024-10-07T07:20:34.101Z | Downloaded slog-envlogger v2.2.0 |
445 | 2024-10-07T07:20:34.106Z | Downloaded console v0.15.8 |
446 | 2024-10-07T07:20:34.110Z | Downloaded signal-hook-registry v1.4.2 |
447 | 2024-10-07T07:20:34.110Z | Downloaded futures-sink v0.3.31 |
448 | 2024-10-07T07:20:34.110Z | Downloaded camino v1.1.9 |
449 | 2024-10-07T07:20:34.114Z | Downloaded schemars_derive v0.8.21 |
450 | 2024-10-07T07:20:34.114Z | Downloaded pest v2.7.13 |
451 | 2024-10-07T07:20:34.119Z | Downloaded scroll_derive v0.12.0 |
452 | 2024-10-07T07:20:34.123Z | Downloaded crc32fast v1.4.2 |
453 | 2024-10-07T07:20:34.123Z | Downloaded is_terminal_polyfill v1.70.1 |
454 | 2024-10-07T07:20:34.127Z | Downloaded parking_lot_core v0.9.10 |
455 | 2024-10-07T07:20:34.131Z | Downloaded newtype_derive v0.1.6 |
456 | 2024-10-07T07:20:34.131Z | Downloaded proc-macro-crate v3.2.0 |
457 | 2024-10-07T07:20:34.131Z | Downloaded ppv-lite86 v0.2.20 |
458 | 2024-10-07T07:20:34.135Z | Downloaded convert_case v0.4.0 |
459 | 2024-10-07T07:20:34.135Z | Downloaded atomic-waker v1.1.2 |
460 | 2024-10-07T07:20:34.139Z | Downloaded semver v1.0.23 |
461 | 2024-10-07T07:20:34.139Z | Downloaded heck v0.5.0 |
462 | 2024-10-07T07:20:34.143Z | Downloaded serde_with_macros v3.11.0 |
463 | 2024-10-07T07:20:34.143Z | Downloaded rustc_version v0.1.7 |
464 | 2024-10-07T07:20:34.147Z | Downloaded dyn-clone v1.0.17 |
465 | 2024-10-07T07:20:34.147Z | Downloaded fnv v1.0.7 |
466 | 2024-10-07T07:20:34.151Z | Downloaded fixedbitset v0.4.2 |
467 | 2024-10-07T07:20:34.151Z | Downloaded sigpipe v0.1.3 |
468 | 2024-10-07T07:20:34.151Z | Downloaded digest v0.10.7 |
469 | 2024-10-07T07:20:34.155Z | Downloaded num_threads v0.1.7 |
470 | 2024-10-07T07:20:34.155Z | Downloaded tinyvec_macros v0.1.1 |
471 | 2024-10-07T07:20:34.159Z | Downloaded swrite v0.1.0 |
472 | 2024-10-07T07:20:34.159Z | Downloaded sct v0.7.1 |
473 | 2024-10-07T07:20:34.163Z | Downloaded sha2 v0.10.8 |
474 | 2024-10-07T07:20:34.167Z | Downloaded hostname v0.4.0 |
475 | 2024-10-07T07:20:34.167Z | Downloaded progenitor v0.8.0 |
476 | 2024-10-07T07:20:34.173Z | Downloaded quick-error v1.2.3 |
477 | 2024-10-07T07:20:34.173Z | Downloaded mime v0.3.17 |
478 | 2024-10-07T07:20:34.177Z | Downloaded arc-swap v1.7.1 |
479 | 2024-10-07T07:20:34.177Z | Downloaded want v0.3.1 |
480 | 2024-10-07T07:20:34.181Z | Downloaded fxhash v0.2.1 |
481 | 2024-10-07T07:20:34.181Z | Downloaded http-body-util v0.1.2 |
482 | 2024-10-07T07:20:34.181Z | Downloaded tower-service v0.3.3 |
483 | 2024-10-07T07:20:34.186Z | Downloaded semver v0.1.20 |
484 | 2024-10-07T07:20:34.186Z | Downloaded base64ct v1.6.0 |
485 | 2024-10-07T07:20:34.189Z | Downloaded linked-hash-map v0.5.6 |
486 | 2024-10-07T07:20:34.189Z | Downloaded serde_tokenstream v0.2.2 |
487 | 2024-10-07T07:20:34.195Z | Downloaded clap_derive v4.5.18 |
488 | 2024-10-07T07:20:34.195Z | Downloaded ryu v1.0.18 |
489 | 2024-10-07T07:20:34.199Z | Downloaded pest_derive v2.7.13 |
490 | 2024-10-07T07:20:34.203Z | Downloaded slog-stdlog v4.1.1 |
491 | 2024-10-07T07:20:34.203Z | Downloaded omicron-workspace-hack v0.1.0 |
492 | 2024-10-07T07:20:34.206Z | Downloaded num_enum_derive v0.7.3 |
493 | 2024-10-07T07:20:34.206Z | Downloaded stable_deref_trait v1.2.0 |
494 | 2024-10-07T07:20:34.206Z | Downloaded quote v1.0.37 |
495 | 2024-10-07T07:20:34.210Z | Downloaded strum_macros v0.25.3 |
496 | 2024-10-07T07:20:34.214Z | Downloaded tokio-native-tls v0.3.1 |
497 | 2024-10-07T07:20:34.224Z | Downloaded slog-dtrace v0.3.0 |
498 | 2024-10-07T07:20:34.224Z | Downloaded futures v0.3.31 |
499 | 2024-10-07T07:20:34.228Z | Downloaded heck v0.4.1 |
500 | 2024-10-07T07:20:34.228Z | Downloaded proc-macro-error v1.0.4 |
501 | 2024-10-07T07:20:34.233Z | Downloaded is-terminal v0.4.13 |
502 | 2024-10-07T07:20:34.233Z | Downloaded rand_chacha v0.3.1 |
503 | 2024-10-07T07:20:34.236Z | Downloaded generic-array v0.14.7 |
504 | 2024-10-07T07:20:34.236Z | Downloaded time-core v0.1.2 |
505 | 2024-10-07T07:20:34.237Z | Downloaded strum v0.26.3 |
506 | 2024-10-07T07:20:34.240Z | Downloaded match_cfg v0.1.0 |
507 | 2024-10-07T07:20:34.240Z | Downloaded ident_case v1.0.1 |
508 | 2024-10-07T07:20:34.240Z | Downloaded waitgroup v0.1.2 |
509 | 2024-10-07T07:20:34.245Z | Downloaded hyper-tls v0.5.0 |
510 | 2024-10-07T07:20:34.245Z | Downloaded hash32 v0.3.1 |
511 | 2024-10-07T07:20:34.245Z | Downloaded num v0.4.3 |
512 | 2024-10-07T07:20:34.249Z | Downloaded postcard v1.0.10 |
513 | 2024-10-07T07:20:34.253Z | Downloaded num-iter v0.1.45 |
514 | 2024-10-07T07:20:34.253Z | Downloaded parking_lot_core v0.8.6 |
515 | 2024-10-07T07:20:34.257Z | Downloaded derive_more v0.99.18 |
516 | 2024-10-07T07:20:34.261Z | Downloaded try-lock v0.2.5 |
517 | 2024-10-07T07:20:34.261Z | Downloaded parking_lot v0.11.2 |
518 | 2024-10-07T07:20:34.265Z | Downloaded http-body v1.0.1 |
519 | 2024-10-07T07:20:34.269Z | Downloaded thread-id v4.2.2 |
520 | 2024-10-07T07:20:34.269Z | Downloaded thiserror-impl v1.0.64 |
521 | 2024-10-07T07:20:34.269Z | Downloaded hex v0.4.3 |
522 | 2024-10-07T07:20:34.274Z | Downloaded typify-macro v0.2.0 |
523 | 2024-10-07T07:20:34.274Z | Downloaded strum_macros v0.26.4 |
524 | 2024-10-07T07:20:34.278Z | Downloaded newline-converter v0.3.0 |
525 | 2024-10-07T07:20:34.278Z | Downloaded hubpack v0.1.2 |
526 | 2024-10-07T07:20:34.278Z | Downloaded openssl-macros v0.1.1 |
527 | 2024-10-07T07:20:34.280Z | Downloaded openssl-probe v0.1.5 |
528 | 2024-10-07T07:20:34.280Z | Downloaded thread_local v1.1.8 |
529 | 2024-10-07T07:20:34.280Z | Downloaded managed v0.8.0 |
530 | 2024-10-07T07:20:34.284Z | Downloaded indent_write v2.2.0 |
531 | 2024-10-07T07:20:34.284Z | Downloaded tokio-rustls v0.24.1 |
532 | 2024-10-07T07:20:34.288Z | Downloaded getrandom v0.2.15 |
533 | 2024-10-07T07:20:34.291Z | Downloaded zerocopy-derive v0.7.35 |
534 | 2024-10-07T07:20:34.295Z | Downloaded take_mut v0.2.2 |
535 | 2024-10-07T07:20:34.300Z | Downloaded num-conv v0.1.0 |
536 | 2024-10-07T07:20:34.300Z | Downloaded usdt-macro v0.5.0 |
537 | 2024-10-07T07:20:34.300Z | Downloaded thiserror v1.0.64 |
538 | 2024-10-07T07:20:34.304Z | Downloaded utf8parse v0.2.2 |
539 | 2024-10-07T07:20:34.311Z | Downloaded macaddr v1.0.1 |
540 | 2024-10-07T07:20:34.311Z | Downloaded http-body v0.4.6 |
541 | 2024-10-07T07:20:34.315Z | Downloaded version_check v0.9.5 |
542 | 2024-10-07T07:20:34.315Z | Downloaded structmeta-derive v0.3.0 |
543 | 2024-10-07T07:20:34.315Z | Downloaded num-complex v0.4.6 |
544 | 2024-10-07T07:20:34.315Z | Downloaded tempfile v3.13.0 |
545 | 2024-10-07T07:20:34.319Z | Downloaded rand v0.8.5 |
546 | 2024-10-07T07:20:34.323Z | Downloaded quinn v0.11.5 |
547 | 2024-10-07T07:20:34.327Z | Downloaded static_assertions v1.1.0 |
548 | 2024-10-07T07:20:34.330Z | Downloaded base64 v0.22.1 |
549 | 2024-10-07T07:20:34.334Z | Downloaded newtype-uuid v1.1.0 |
550 | 2024-10-07T07:20:34.334Z | Downloaded smallvec v1.13.2 |
551 | 2024-10-07T07:20:34.337Z | Downloaded httpdate v1.0.3 |
552 | 2024-10-07T07:20:34.337Z | Downloaded lru-cache v0.1.2 |
553 | 2024-10-07T07:20:34.340Z | Downloaded usdt-attr-macro v0.5.0 |
554 | 2024-10-07T07:20:34.340Z | Downloaded crossbeam-channel v0.5.13 |
555 | 2024-10-07T07:20:34.345Z | Downloaded structmeta v0.3.0 |
556 | 2024-10-07T07:20:34.349Z | Downloaded lazy_static v1.5.0 |
557 | 2024-10-07T07:20:34.349Z | Downloaded sync_wrapper v1.0.1 |
558 | 2024-10-07T07:20:34.353Z | Downloaded futures-task v0.3.31 |
559 | 2024-10-07T07:20:34.353Z | Downloaded unicode-ident v1.0.13 |
560 | 2024-10-07T07:20:34.357Z | Downloaded serde_derive v1.0.210 |
561 | 2024-10-07T07:20:34.363Z | Downloaded sync_wrapper v0.1.2 |
562 | 2024-10-07T07:20:34.363Z | Downloaded schemars v0.8.21 |
563 | 2024-10-07T07:20:34.371Z | Downloaded toml_datetime v0.6.8 |
564 | 2024-10-07T07:20:34.375Z | Downloaded clap v4.5.19 |
565 | 2024-10-07T07:20:34.384Z | Downloaded iana-time-zone v0.1.61 |
566 | 2024-10-07T07:20:34.389Z | Downloaded base64 v0.21.7 |
567 | 2024-10-07T07:20:34.393Z | Downloaded num-derive v0.4.2 |
568 | 2024-10-07T07:20:34.393Z | Downloaded cc v1.1.28 |
569 | 2024-10-07T07:20:34.397Z | Downloaded usdt v0.5.0 |
570 | 2024-10-07T07:20:34.397Z | Downloaded tabwriter v1.4.0 |
571 | 2024-10-07T07:20:34.400Z | Downloaded typify v0.2.0 |
572 | 2024-10-07T07:20:34.404Z | Downloaded tracing-attributes v0.1.27 |
573 | 2024-10-07T07:20:34.407Z | Downloaded ipnetwork v0.20.0 |
574 | 2024-10-07T07:20:34.407Z | Downloaded strsim v0.11.1 |
575 | 2024-10-07T07:20:34.411Z | Downloaded tokio-rustls v0.26.0 |
576 | 2024-10-07T07:20:34.411Z | Downloaded serde v1.0.210 |
577 | 2024-10-07T07:20:34.415Z | Downloaded untrusted v0.9.0 |
578 | 2024-10-07T07:20:34.419Z | Downloaded hubpack_derive v0.1.1 |
579 | 2024-10-07T07:20:34.419Z | Downloaded zeroize v1.8.1 |
580 | 2024-10-07T07:20:34.419Z | Downloaded whoami v1.5.2 |
581 | 2024-10-07T07:20:34.423Z | Downloaded unicode-bidi v0.3.17 |
582 | 2024-10-07T07:20:34.423Z | Downloaded num-integer v0.1.46 |
583 | 2024-10-07T07:20:34.427Z | Downloaded num-derive v0.3.3 |
584 | 2024-10-07T07:20:34.427Z | Downloaded num-rational v0.4.2 |
585 | 2024-10-07T07:20:34.431Z | Downloaded hostname v0.3.1 |
586 | 2024-10-07T07:20:34.431Z | Downloaded uuid v1.10.0 |
587 | 2024-10-07T07:20:34.435Z | Downloaded tokio-rustls v0.25.0 |
588 | 2024-10-07T07:20:34.439Z | Downloaded native-tls v0.2.12 |
589 | 2024-10-07T07:20:34.439Z | Downloaded expectorate v1.1.0 |
590 | 2024-10-07T07:20:34.443Z | Downloaded hyper-tls v0.6.0 |
591 | 2024-10-07T07:20:34.443Z | Downloaded libsw v3.3.1 |
592 | 2024-10-07T07:20:34.447Z | Downloaded typenum v1.17.0 |
593 | 2024-10-07T07:20:34.451Z | Downloaded usdt-impl v0.5.0 |
594 | 2024-10-07T07:20:34.452Z | Downloaded unsafe-libyaml v0.2.11 |
595 | 2024-10-07T07:20:34.456Z | Downloaded ipnet v2.10.1 |
596 | 2024-10-07T07:20:34.456Z | Downloaded ucd-trie v0.1.7 |
597 | 2024-10-07T07:20:34.459Z | Downloaded smf v0.2.3 |
598 | 2024-10-07T07:20:34.459Z | Downloaded smartstring v1.0.1 |
599 | 2024-10-07T07:20:34.468Z | Downloaded humantime v2.1.0 |
600 | 2024-10-07T07:20:34.468Z | Downloaded hyper-rustls v0.27.3 |
601 | 2024-10-07T07:20:34.471Z | Downloaded hyper-rustls v0.24.2 |
602 | 2024-10-07T07:20:34.471Z | Downloaded multer v3.1.0 |
603 | 2024-10-07T07:20:34.476Z | Downloaded log v0.4.22 |
604 | 2024-10-07T07:20:34.476Z | Downloaded term v0.7.0 |
605 | 2024-10-07T07:20:34.479Z | Downloaded hyper-util v0.1.9 |
606 | 2024-10-07T07:20:34.482Z | Downloaded toml v0.8.19 |
607 | 2024-10-07T07:20:34.486Z | Downloaded zerocopy v0.6.6 |
608 | 2024-10-07T07:20:34.489Z | Downloaded tracing-core v0.1.32 |
609 | 2024-10-07T07:20:34.492Z | Downloaded tinyvec v1.8.0 |
610 | 2024-10-07T07:20:34.496Z | Downloaded num-traits v0.2.19 |
611 | 2024-10-07T07:20:34.500Z | Downloaded highway v1.2.0 |
612 | 2024-10-07T07:20:34.504Z | Downloaded parking_lot v0.12.3 |
613 | 2024-10-07T07:20:34.508Z | Downloaded socket2 v0.5.7 |
614 | 2024-10-07T07:20:34.508Z | Downloaded spin v0.9.8 |
615 | 2024-10-07T07:20:34.513Z | Downloaded half v2.4.1 |
616 | 2024-10-07T07:20:34.517Z | Downloaded indexmap v1.9.3 |
617 | 2024-10-07T07:20:34.521Z | Downloaded owo-colors v4.1.0 |
618 | 2024-10-07T07:20:34.521Z | Downloaded terminal_size v0.4.0 |
619 | 2024-10-07T07:20:34.523Z | Downloaded url v2.5.2 |
620 | 2024-10-07T07:20:34.527Z | Downloaded memmap v0.7.0 |
621 | 2024-10-07T07:20:34.529Z | Downloaded linear-map v1.2.0 |
622 | 2024-10-07T07:20:34.529Z | Downloaded hashbrown v0.12.3 |
623 | 2024-10-07T07:20:34.535Z | Downloaded zone v0.3.0 |
624 | 2024-10-07T07:20:34.537Z | Downloaded time-macros v0.2.18 |
625 | 2024-10-07T07:20:34.537Z | Downloaded thin-vec v0.2.13 |
626 | 2024-10-07T07:20:34.540Z | Downloaded tracing v0.1.40 |
627 | 2024-10-07T07:20:34.544Z | Downloaded nom v7.1.3 |
628 | 2024-10-07T07:20:34.550Z | Downloaded openssl-sys v0.9.103 |
629 | 2024-10-07T07:20:34.557Z | Downloaded indexmap v2.6.0 |
630 | 2024-10-07T07:20:34.561Z | Downloaded http v1.1.0 |
631 | 2024-10-07T07:20:34.566Z | Downloaded memchr v2.7.4 |
632 | 2024-10-07T07:20:34.573Z | Downloaded mio v1.0.2 |
633 | 2024-10-07T07:20:34.579Z | Downloaded toml_edit v0.19.15 |
634 | 2024-10-07T07:20:34.598Z | Downloaded steno v0.4.1 |
635 | 2024-10-07T07:20:34.602Z | Downloaded itertools v0.12.1 |
636 | 2024-10-07T07:20:34.610Z | Downloaded winnow v0.5.40 |
637 | 2024-10-07T07:20:34.619Z | Downloaded itertools v0.13.0 |
638 | 2024-10-07T07:20:34.627Z | Downloaded hickory-resolver v0.24.1 |
639 | 2024-10-07T07:20:34.632Z | Downloaded heapless v0.8.0 |
640 | 2024-10-07T07:20:34.636Z | Downloaded hyper v1.4.1 |
641 | 2024-10-07T07:20:34.644Z | Downloaded serde_json v1.0.128 |
642 | 2024-10-07T07:20:34.656Z | Downloaded reqwest v0.11.27 |
643 | 2024-10-07T07:20:34.661Z | Downloaded zerocopy v0.7.35 |
644 | 2024-10-07T07:20:34.682Z | Downloaded http v0.2.12 |
645 | 2024-10-07T07:20:34.707Z | Downloaded hyper v0.14.30 |
646 | 2024-10-07T07:20:34.707Z | Downloaded time v0.3.36 |
647 | 2024-10-07T07:20:34.729Z | Downloaded tokio-util v0.7.12 |
648 | 2024-10-07T07:20:34.729Z | Downloaded libm v0.2.8 |
649 | 2024-10-07T07:20:34.729Z | Downloaded hashbrown v0.14.5 |
650 | 2024-10-07T07:20:34.734Z | Downloaded webpki-roots v0.26.6 |
651 | 2024-10-07T07:20:34.734Z | Downloaded openssl v0.10.66 |
652 | 2024-10-07T07:20:34.739Z | Downloaded winnow v0.6.20 |
653 | 2024-10-07T07:20:34.743Z | Downloaded hashbrown v0.15.0 |
654 | 2024-10-07T07:20:34.749Z | Downloaded smoltcp v0.11.0 |
655 | 2024-10-07T07:20:34.763Z | Downloaded h2 v0.3.26 |
656 | 2024-10-07T07:20:34.769Z | Downloaded rustls-webpki v0.101.7 |
657 | 2024-10-07T07:20:34.783Z | Downloaded openapiv3 v2.0.0 |
658 | 2024-10-07T07:20:34.797Z | Downloaded quinn-proto v0.11.8 |
659 | 2024-10-07T07:20:34.807Z | Downloaded h2 v0.4.6 |
660 | 2024-10-07T07:20:34.816Z | Downloaded dropshot v0.12.0 |
661 | 2024-10-07T07:20:34.843Z | Downloaded vcpkg v0.2.15 |
662 | 2024-10-07T07:20:34.882Z | Downloaded regex v1.11.0 |
663 | 2024-10-07T07:20:34.896Z | Downloaded syn v2.0.79 |
664 | 2024-10-07T07:20:34.906Z | Downloaded webpki-roots v0.25.4 |
665 | 2024-10-07T07:20:34.910Z | Downloaded unicode-width v0.1.14 |
666 | 2024-10-07T07:20:34.916Z | Downloaded syn v1.0.109 |
667 | 2024-10-07T07:20:34.927Z | Downloaded regress v0.9.1 |
668 | 2024-10-07T07:20:34.936Z | Downloaded rustls v0.22.4 |
669 | 2024-10-07T07:20:34.949Z | Downloaded idna v0.5.0 |
670 | 2024-10-07T07:20:34.956Z | Downloaded rhai v1.19.0 |
671 | 2024-10-07T07:20:34.969Z | Downloaded rustls v0.23.14 |
672 | 2024-10-07T07:20:34.981Z | Downloaded zerocopy-derive v0.6.6 |
673 | 2024-10-07T07:20:34.990Z | Downloaded regex-syntax v0.8.5 |
674 | 2024-10-07T07:20:34.999Z | Downloaded hickory-proto v0.24.1 |
675 | 2024-10-07T07:20:35.015Z | Downloaded regress v0.10.1 |
676 | 2024-10-07T07:20:35.024Z | Downloaded rustix v0.38.37 |
677 | 2024-10-07T07:20:35.046Z | Downloaded rustls v0.21.12 |
678 | 2024-10-07T07:20:35.057Z | Downloaded idna v0.4.0 |
679 | 2024-10-07T07:20:35.063Z | Downloaded rustls-webpki v0.102.8 |
680 | 2024-10-07T07:20:35.084Z | Downloaded tokio v1.40.0 |
681 | 2024-10-07T07:20:35.124Z | Downloaded reqwest v0.12.8 |
682 | 2024-10-07T07:20:35.132Z | Downloaded serde_with v3.11.0 |
683 | 2024-10-07T07:20:35.140Z | Downloaded typify-impl v0.2.0 |
684 | 2024-10-07T07:20:35.155Z | Downloaded sled v0.34.7 |
685 | 2024-10-07T07:20:35.166Z | Downloaded chrono v0.4.38 |
686 | 2024-10-07T07:20:35.173Z | Downloaded goblin v0.8.2 |
687 | 2024-10-07T07:20:35.183Z | Downloaded futures-util v0.3.31 |
688 | 2024-10-07T07:20:35.192Z | Downloaded aho-corasick v1.1.3 |
689 | 2024-10-07T07:20:35.197Z | Downloaded minimal-lexical v0.2.1 |
690 | 2024-10-07T07:20:35.202Z | Downloaded regex-automata v0.4.8 |
691 | 2024-10-07T07:20:35.221Z | Downloaded unicode-segmentation v1.12.0 |
692 | 2024-10-07T07:20:35.224Z | Downloaded petgraph v0.6.5 |
693 | 2024-10-07T07:20:35.242Z | Downloaded itertools v0.10.5 |
694 | 2024-10-07T07:20:35.249Z | Downloaded unicode-normalization v0.1.24 |
695 | 2024-10-07T07:20:35.253Z | Downloaded clap_builder v4.5.19 |
696 | 2024-10-07T07:20:35.261Z | Downloaded toml_edit v0.22.22 |
697 | 2024-10-07T07:20:35.284Z | Downloaded once_cell v1.20.2 |
698 | 2024-10-07T07:20:35.287Z | Downloaded bytes v1.7.2 |
699 | 2024-10-07T07:20:35.293Z | Downloaded tiny-keccak v2.0.2 |
700 | 2024-10-07T07:20:35.297Z | Downloaded num_enum v0.7.3 |
701 | 2024-10-07T07:20:35.300Z | Downloaded num_enum v0.5.11 |
702 | 2024-10-07T07:20:35.304Z | Downloaded zone_cfg_derive v0.3.0 |
703 | 2024-10-07T07:20:35.307Z | Downloaded libc v0.2.159 |
704 | 2024-10-07T07:20:35.333Z | Downloaded progenitor-impl v0.8.0 |
705 | 2024-10-07T07:20:35.336Z | Downloaded itoa v1.0.11 |
706 | 2024-10-07T07:20:35.339Z | Downloaded slog-term v2.9.1 |
707 | 2024-10-07T07:20:35.339Z | Downloaded lock_api v0.4.12 |
708 | 2024-10-07T07:20:35.342Z | Downloaded allocator-api2 v0.2.18 |
709 | 2024-10-07T07:20:35.344Z | Downloaded num_enum_derive v0.5.11 |
710 | 2024-10-07T07:20:35.344Z | Downloaded serde_yaml v0.9.34+deprecated |
711 | 2024-10-07T07:20:35.347Z | Downloaded rustls-pki-types v1.9.0 |
712 | 2024-10-07T07:20:35.350Z | Downloaded proc-macro2 v1.0.86 |
713 | 2024-10-07T07:20:35.354Z | Downloaded pest_meta v2.7.13 |
714 | 2024-10-07T07:20:35.357Z | Downloaded futures-channel v0.3.31 |
715 | 2024-10-07T07:20:35.366Z | Downloaded crossbeam-epoch v0.9.18 |
716 | 2024-10-07T07:20:35.366Z | Downloaded rustls-pemfile v2.2.0 |
717 | 2024-10-07T07:20:35.370Z | Downloaded rhai_codegen v2.2.0 |
718 | 2024-10-07T07:20:35.373Z | Downloaded prettyplease v0.2.22 |
719 | 2024-10-07T07:20:35.376Z | Downloaded pin-project-lite v0.2.14 |
720 | 2024-10-07T07:20:35.388Z | Downloaded encoding_rs v0.8.34 |
721 | 2024-10-07T07:20:35.402Z | Downloaded httparse v1.9.5 |
722 | 2024-10-07T07:20:35.405Z | Downloaded slog v2.7.0 |
723 | 2024-10-07T07:20:35.408Z | Downloaded similar v2.6.0 |
724 | 2024-10-07T07:20:35.411Z | Downloaded derive-where v1.2.7 |
725 | 2024-10-07T07:20:35.416Z | Downloaded darling_core v0.20.10 |
726 | 2024-10-07T07:20:35.422Z | Downloaded bitflags v2.6.0 |
727 | 2024-10-07T07:20:35.425Z | Downloaded slog-async v2.8.0 |
728 | 2024-10-07T07:20:35.430Z | Downloaded tokio-macros v2.4.0 |
729 | 2024-10-07T07:20:35.430Z | Downloaded subtle v2.6.1 |
730 | 2024-10-07T07:20:35.430Z | Downloaded slog-scope v4.4.0 |
731 | 2024-10-07T07:20:35.433Z | Downloaded slog-json v2.6.1 |
732 | 2024-10-07T07:20:35.433Z | Downloaded slab v0.4.9 |
733 | 2024-10-07T07:20:35.433Z | Downloaded sha1 v0.10.6 |
734 | 2024-10-07T07:20:35.437Z | Downloaded rustversion v1.0.17 |
735 | 2024-10-07T07:20:35.437Z | Downloaded embedded-io v0.4.0 |
736 | 2024-10-07T07:20:35.441Z | Downloaded darling v0.20.10 |
737 | 2024-10-07T07:20:35.445Z | Downloaded crypto-common v0.1.6 |
738 | 2024-10-07T07:20:35.445Z | Downloaded autocfg v1.4.0 |
739 | 2024-10-07T07:20:35.445Z | Downloaded argon2 v0.5.3 |
740 | 2024-10-07T07:20:35.448Z | Downloaded shlex v1.3.0 |
741 | 2024-10-07T07:20:35.448Z | Downloaded serde_repr v0.1.19 |
742 | 2024-10-07T07:20:35.451Z | Downloaded scopeguard v1.2.0 |
743 | 2024-10-07T07:20:35.451Z | Downloaded cpufeatures v0.2.14 |
744 | 2024-10-07T07:20:35.453Z | Downloaded proc-macro-error-attr v1.0.4 |
745 | 2024-10-07T07:20:35.453Z | Downloaded dropshot_endpoint v0.12.0 |
746 | 2024-10-07T07:20:35.455Z | Downloaded password-hash v0.5.0 |
747 | 2024-10-07T07:20:35.457Z | Downloaded futures-macro v0.3.31 |
748 | 2024-10-07T07:20:35.460Z | Downloaded form_urlencoded v1.2.1 |
749 | 2024-10-07T07:20:35.460Z | Downloaded crossbeam-utils v0.8.20 |
750 | 2024-10-07T07:20:35.463Z | Downloaded cookie v0.18.1 |
751 | 2024-10-07T07:20:35.465Z | Downloaded blake2 v0.10.6 |
752 | 2024-10-07T07:20:35.469Z | Downloaded serde_path_to_error v0.1.16 |
753 | 2024-10-07T07:20:35.473Z | Downloaded proc-macro-crate v1.3.1 |
754 | 2024-10-07T07:20:35.473Z | Downloaded pkg-config v0.3.31 |
755 | 2024-10-07T07:20:35.475Z | Downloaded dirs-sys-next v0.1.2 |
756 | 2024-10-07T07:20:35.475Z | Downloaded defmt-macros v0.3.9 |
757 | 2024-10-07T07:20:35.477Z | Downloaded debug-ignore v1.0.5 |
758 | 2024-10-07T07:20:35.477Z | Downloaded serde_derive_internals v0.29.1 |
759 | 2024-10-07T07:20:35.480Z | Downloaded foreign-types v0.5.0 |
760 | 2024-10-07T07:20:35.480Z | Downloaded deranged v0.3.11 |
761 | 2024-10-07T07:20:35.482Z | Downloaded cobs v0.2.3 |
762 | 2024-10-07T07:20:35.482Z | Downloaded block-buffer v0.10.4 |
763 | 2024-10-07T07:20:35.484Z | Downloaded scroll v0.12.0 |
764 | 2024-10-07T07:20:35.484Z | Downloaded anstyle-query v1.1.1 |
765 | 2024-10-07T07:20:35.487Z | Downloaded anstyle v1.0.8 |
766 | 2024-10-07T07:20:35.487Z | Downloaded colored v2.1.0 |
767 | 2024-10-07T07:20:35.489Z | Downloaded percent-encoding v2.3.1 |
768 | 2024-10-07T07:20:35.489Z | Downloaded instant v0.1.13 |
769 | 2024-10-07T07:20:35.491Z | Downloaded anyhow v1.0.89 |
770 | 2024-10-07T07:20:35.494Z | Downloaded dirs-next v2.0.0 |
771 | 2024-10-07T07:20:35.496Z | Downloaded camino-tempfile v1.1.1 |
772 | 2024-10-07T07:20:35.499Z | Downloaded serde_spanned v0.6.8 |
773 | 2024-10-07T07:20:35.499Z | Downloaded rustc_version v0.4.1 |
774 | 2024-10-07T07:20:35.501Z | Downloaded equivalent v1.0.1 |
775 | 2024-10-07T07:20:35.501Z | Downloaded resolv-conf v0.7.0 |
776 | 2024-10-07T07:20:35.504Z | Downloaded powerfmt v0.2.0 |
777 | 2024-10-07T07:20:35.504Z | Downloaded parse-display-derive v0.10.0 |
778 | 2024-10-07T07:20:35.506Z | Downloaded futures-core v0.3.31 |
779 | 2024-10-07T07:20:35.506Z | Downloaded fastrand v2.1.1 |
780 | 2024-10-07T07:20:35.509Z | Downloaded dof v0.3.0 |
781 | 2024-10-07T07:20:35.509Z | Downloaded ciborium-ll v0.2.2 |
782 | 2024-10-07T07:20:35.509Z | Downloaded async-trait v0.1.83 |
783 | 2024-10-07T07:20:35.512Z | Downloaded paste v1.0.15 |
784 | 2024-10-07T07:20:35.515Z | Downloaded crc8 v0.1.1 |
785 | 2024-10-07T07:20:35.518Z | Downloaded ciborium v0.2.2 |
786 | 2024-10-07T07:20:35.520Z | Downloaded cancel-safe-futures v0.1.5 |
787 | 2024-10-07T07:20:35.522Z | Downloaded foreign-types-macros v0.2.3 |
788 | 2024-10-07T07:20:35.524Z | Downloaded either v1.13.0 |
789 | 2024-10-07T07:20:35.524Z | Downloaded defmt v0.3.8 |
790 | 2024-10-07T07:20:35.528Z | Downloaded defmt-parser v0.3.4 |
791 | 2024-10-07T07:20:35.530Z | Downloaded data-encoding v2.6.0 |
792 | 2024-10-07T07:20:35.530Z | Downloaded errno v0.3.9 |
793 | 2024-10-07T07:20:35.532Z | Downloaded embedded-io v0.6.1 |
794 | 2024-10-07T07:20:35.535Z | Downloaded anstyle-parse v0.2.5 |
795 | 2024-10-07T07:20:35.663Z | Downloaded ring v0.17.8 |
796 | 2024-10-07T07:20:36.008Z | Compiling proc-macro2 v1.0.86 |
797 | 2024-10-07T07:20:36.008Z | Compiling unicode-ident v1.0.13 |
798 | 2024-10-07T07:20:36.008Z | Compiling libc v0.2.159 |
799 | 2024-10-07T07:20:36.011Z | Compiling serde v1.0.210 |
800 | 2024-10-07T07:20:36.011Z | Compiling autocfg v1.4.0 |
801 | 2024-10-07T07:20:36.011Z | Compiling version_check v0.9.5 |
802 | 2024-10-07T07:20:36.011Z | Compiling cfg-if v1.0.0 |
803 | 2024-10-07T07:20:36.153Z | Compiling once_cell v1.20.2 |
804 | 2024-10-07T07:20:36.171Z | Compiling libm v0.2.8 |
805 | 2024-10-07T07:20:36.229Z | Compiling memchr v2.7.4 |
806 | 2024-10-07T07:20:36.646Z | Compiling parking_lot_core v0.9.10 |
807 | 2024-10-07T07:20:36.859Z | Compiling lock_api v0.4.12 |
808 | 2024-10-07T07:20:37.250Z | Compiling shlex v1.3.0 |
809 | 2024-10-07T07:20:37.506Z | Compiling cc v1.1.28 |
810 | 2024-10-07T07:20:37.743Z | Compiling thiserror v1.0.64 |
811 | 2024-10-07T07:20:37.745Z | Compiling itoa v1.0.11 |
812 | 2024-10-07T07:20:37.986Z | Compiling slab v0.4.9 |
813 | 2024-10-07T07:20:38.114Z | Compiling schemars v0.8.21 |
814 | 2024-10-07T07:20:38.262Z | Compiling byteorder v1.5.0 |
815 | 2024-10-07T07:20:38.358Z | Compiling num-traits v0.2.19 |
816 | 2024-10-07T07:20:38.634Z | Compiling ryu v1.0.18 |
817 | 2024-10-07T07:20:38.906Z | Compiling serde_json v1.0.128 |
818 | 2024-10-07T07:20:38.927Z | Compiling quote v1.0.37 |
819 | 2024-10-07T07:20:39.257Z | Compiling getrandom v0.2.15 |
820 | 2024-10-07T07:20:39.286Z | Compiling syn v2.0.79 |
821 | 2024-10-07T07:20:39.592Z | Compiling pin-project-lite v0.2.14 |
822 | 2024-10-07T07:20:39.733Z | Compiling log v0.4.22 |
823 | 2024-10-07T07:20:40.030Z | Compiling equivalent v1.0.1 |
824 | 2024-10-07T07:20:40.144Z | Compiling hashbrown v0.15.0 |
825 | 2024-10-07T07:20:40.164Z | Compiling scopeguard v1.2.0 |
826 | 2024-10-07T07:20:40.211Z | Compiling heck v0.5.0 |
827 | 2024-10-07T07:20:40.232Z | Compiling fnv v1.0.7 |
828 | 2024-10-07T07:20:40.433Z | Compiling ring v0.17.8 |
829 | 2024-10-07T07:20:40.655Z | Compiling vcpkg v0.2.15 |
830 | 2024-10-07T07:20:40.773Z | Compiling pkg-config v0.3.31 |
831 | 2024-10-07T07:20:41.501Z | Compiling mio v1.0.2 |
832 | 2024-10-07T07:20:41.525Z | Compiling signal-hook-registry v1.4.2 |
833 | 2024-10-07T07:20:41.624Z | Compiling socket2 v0.5.7 |
834 | 2024-10-07T07:20:42.011Z | Compiling httparse v1.9.5 |
835 | 2024-10-07T07:20:42.311Z | Compiling openssl-sys v0.9.103 |
836 | 2024-10-07T07:20:42.314Z | Compiling slog v2.7.0 |
837 | 2024-10-07T07:20:42.699Z | Compiling iana-time-zone v0.1.61 |
838 | 2024-10-07T07:20:43.023Z | Compiling futures-core v0.3.31 |
839 | 2024-10-07T07:20:43.111Z | Compiling dyn-clone v1.0.17 |
840 | 2024-10-07T07:20:43.248Z | Compiling futures-sink v0.3.31 |
841 | 2024-10-07T07:20:43.273Z | Compiling openssl v0.10.66 |
842 | 2024-10-07T07:20:43.413Z | Compiling ahash v0.8.11 |
843 | 2024-10-07T07:20:43.498Z | Compiling typenum v1.17.0 |
844 | 2024-10-07T07:20:43.570Z | Compiling native-tls v0.2.12 |
845 | 2024-10-07T07:20:43.715Z | Compiling rustls v0.23.14 |
846 | 2024-10-07T07:20:43.789Z | Compiling semver v1.0.23 |
847 | 2024-10-07T07:20:43.865Z | Compiling futures-channel v0.3.31 |
848 | 2024-10-07T07:20:43.886Z | Compiling pin-utils v0.1.0 |
849 | 2024-10-07T07:20:43.946Z | Compiling futures-task v0.3.31 |
850 | 2024-10-07T07:20:43.979Z | Compiling futures-io v0.3.31 |
851 | 2024-10-07T07:20:44.044Z | Compiling generic-array v0.14.7 |
852 | 2024-10-07T07:20:44.242Z | Compiling allocator-api2 v0.2.18 |
853 | 2024-10-07T07:20:44.308Z | Compiling tracing-core v0.1.32 |
854 | 2024-10-07T07:20:44.326Z | Compiling bitflags v2.6.0 |
855 | 2024-10-07T07:20:44.390Z | Compiling ucd-trie v0.1.7 |
856 | 2024-10-07T07:20:44.412Z | Compiling subtle v2.6.1 |
857 | 2024-10-07T07:20:44.437Z | Compiling aho-corasick v1.1.3 |
858 | 2024-10-07T07:20:44.859Z | Compiling regex-syntax v0.8.5 |
859 | 2024-10-07T07:20:44.878Z | Compiling anyhow v1.0.89 |
860 | 2024-10-07T07:20:45.005Z | Compiling time-core v0.1.2 |
861 | 2024-10-07T07:20:45.193Z | Compiling crunchy v0.2.2 |
862 | 2024-10-07T07:20:45.454Z | Compiling num-conv v0.1.0 |
863 | 2024-10-07T07:20:45.678Z | Compiling time-macros v0.2.18 |
864 | 2024-10-07T07:20:46.038Z | Compiling tiny-keccak v2.0.2 |
865 | 2024-10-07T07:20:46.329Z | Compiling serde_derive_internals v0.29.1 |
866 | 2024-10-07T07:20:46.689Z | Compiling rustls-pki-types v1.9.0 |
867 | 2024-10-07T07:20:46.720Z | Compiling spin v0.9.8 |
868 | 2024-10-07T07:20:48.323Z | Compiling regex-automata v0.4.8 |
869 | 2024-10-07T07:20:48.434Z | Compiling usdt-impl v0.5.0 |
870 | 2024-10-07T07:20:48.469Z | Compiling omicron-workspace-hack v0.1.0 |
871 | 2024-10-07T07:20:48.754Z | Compiling untrusted v0.9.0 |
872 | 2024-10-07T07:20:49.202Z | Compiling strsim v0.11.1 |
873 | 2024-10-07T07:20:49.426Z | Compiling tinyvec_macros v0.1.1 |
874 | 2024-10-07T07:20:49.526Z | Compiling rustversion v1.0.17 |
875 | 2024-10-07T07:20:49.898Z | Compiling plain v0.2.3 |
876 | 2024-10-07T07:20:50.041Z | Compiling atomic-waker v1.1.2 |
877 | 2024-10-07T07:20:50.209Z | Compiling tinyvec v1.8.0 |
878 | 2024-10-07T07:20:51.022Z | Compiling const-random-macro v0.1.16 |
879 | 2024-10-07T07:20:51.240Z | Compiling rand_core v0.6.4 |
880 | 2024-10-07T07:20:51.417Z | Compiling serde_derive v1.0.210 |
881 | 2024-10-07T07:20:51.706Z | Compiling zerocopy-derive v0.7.35 |
882 | 2024-10-07T07:20:51.767Z | Compiling thiserror-impl v1.0.64 |
883 | 2024-10-07T07:20:51.786Z | Compiling tokio-macros v2.4.0 |
884 | 2024-10-07T07:20:51.806Z | Compiling schemars_derive v0.8.21 |
885 | 2024-10-07T07:20:53.381Z | Compiling futures-macro v0.3.31 |
886 | 2024-10-07T07:20:53.802Z | Compiling zerocopy v0.7.35 |
887 | 2024-10-07T07:20:54.992Z | Compiling openssl-macros v0.1.1 |
888 | 2024-10-07T07:20:55.231Z | Compiling futures-util v0.3.31 |
889 | 2024-10-07T07:20:55.735Z | Compiling tracing-attributes v0.1.27 |
890 | 2024-10-07T07:20:55.834Z | Compiling hashbrown v0.14.5 |
891 | 2024-10-07T07:20:55.893Z | Compiling scroll_derive v0.12.0 |
892 | 2024-10-07T07:20:56.293Z | Compiling pest v2.7.13 |
893 | 2024-10-07T07:20:57.204Z | Compiling regress v0.10.1 |
894 | 2024-10-07T07:20:57.362Z | Compiling regex v1.11.0 |
895 | 2024-10-07T07:20:58.376Z | Compiling scroll v0.12.0 |
896 | 2024-10-07T07:20:59.086Z | Compiling tracing v0.1.40 |
897 | 2024-10-07T07:20:59.106Z | Compiling pest_meta v2.7.13 |
898 | 2024-10-07T07:20:59.767Z | Compiling goblin v0.8.2 |
899 | 2024-10-07T07:21:01.836Z | Compiling pest_generator v2.7.13 |
900 | 2024-10-07T07:21:02.314Z | Compiling unsafe-libyaml v0.2.11 |
901 | 2024-10-07T07:21:03.104Z | Compiling try-lock v0.2.5 |
902 | 2024-10-07T07:21:03.516Z | Compiling pretty-hex v0.4.1 |
903 | 2024-10-07T07:21:03.673Z | Compiling pest_derive v2.7.13 |
904 | 2024-10-07T07:21:03.729Z | Compiling zeroize v1.8.1 |
905 | 2024-10-07T07:21:04.051Z | Compiling percent-encoding v2.3.1 |
906 | 2024-10-07T07:21:04.084Z | Compiling want v0.3.1 |
907 | 2024-10-07T07:21:04.357Z | Compiling form_urlencoded v1.2.1 |
908 | 2024-10-07T07:21:04.581Z | Compiling dtrace-parser v0.2.0 |
909 | 2024-10-07T07:21:04.601Z | Compiling const-random v0.1.18 |
910 | 2024-10-07T07:21:04.697Z | Compiling bytes v1.7.2 |
911 | 2024-10-07T07:21:05.898Z | Compiling smallvec v1.13.2 |
912 | 2024-10-07T07:21:06.352Z | Compiling indexmap v2.6.0 |
913 | 2024-10-07T07:21:06.877Z | Compiling parking_lot v0.12.3 |
914 | 2024-10-07T07:21:07.231Z | Compiling uuid v1.10.0 |
915 | 2024-10-07T07:21:07.406Z | Compiling tokio v1.40.0 |
916 | 2024-10-07T07:21:07.878Z | Compiling chrono v0.4.38 |
917 | 2024-10-07T07:21:08.490Z | Compiling serde_tokenstream v0.2.2 |
918 | 2024-10-07T07:21:08.824Z | Compiling http v1.1.0 |
919 | 2024-10-07T07:21:11.872Z | Compiling openapiv3 v2.0.0 |
920 | 2024-10-07T07:21:12.407Z | Compiling rustls-webpki v0.102.8 |
921 | 2024-10-07T07:21:14.799Z | Compiling typify-impl v0.2.0 |
922 | 2024-10-07T07:21:16.166Z | Compiling http-body v1.0.1 |
923 | 2024-10-07T07:21:16.257Z | Compiling ipnetwork v0.20.0 |
924 | 2024-10-07T07:21:16.349Z | Compiling serde_yaml v0.9.34+deprecated |
925 | 2024-10-07T07:21:16.430Z | Compiling dof v0.3.0 |
926 | 2024-10-07T07:21:16.882Z | Compiling unicode-normalization v0.1.24 |
927 | 2024-10-07T07:21:18.227Z | Compiling tokio-util v0.7.12 |
928 | 2024-10-07T07:21:19.540Z | Compiling h2 v0.4.6 |
929 | 2024-10-07T07:21:20.100Z | Compiling thread-id v4.2.2 |
930 | 2024-10-07T07:21:20.197Z | Compiling syn v1.0.109 |
931 | 2024-10-07T07:21:20.217Z | Compiling httpdate v1.0.3 |
932 | 2024-10-07T07:21:20.237Z | Compiling rustls v0.22.4 |
933 | 2024-10-07T07:21:20.568Z | Compiling ident_case v1.0.1 |
934 | 2024-10-07T07:21:20.760Z | Compiling unicode-bidi v0.3.17 |
935 | 2024-10-07T07:21:20.812Z | Compiling camino v1.1.9 |
936 | 2024-10-07T07:21:20.974Z | Compiling foreign-types-shared v0.1.1 |
937 | 2024-10-07T07:21:21.095Z | Compiling foreign-types v0.3.2 |
938 | 2024-10-07T07:21:21.223Z | Compiling darling_core v0.20.10 |
939 | 2024-10-07T07:21:22.122Z | Compiling ppv-lite86 v0.2.20 |
940 | 2024-10-07T07:21:23.300Z | Compiling tower-service v0.3.3 |
941 | 2024-10-07T07:21:23.879Z | Compiling slog-async v2.8.0 |
942 | 2024-10-07T07:21:25.334Z | Compiling hyper v1.4.1 |
943 | 2024-10-07T07:21:25.974Z | Compiling rand_chacha v0.3.1 |
944 | 2024-10-07T07:21:26.851Z | Compiling typify-macro v0.2.0 |
945 | 2024-10-07T07:21:27.374Z | Compiling darling_macro v0.20.10 |
946 | 2024-10-07T07:21:27.737Z | Compiling idna v0.5.0 |
947 | 2024-10-07T07:21:28.407Z | Compiling hyper-util v0.1.9 |
948 | 2024-10-07T07:21:30.889Z | Compiling typify v0.2.0 |
949 | 2024-10-07T07:21:31.030Z | Compiling progenitor-impl v0.8.0 |
950 | 2024-10-07T07:21:33.924Z | Compiling toml_datetime v0.6.8 |
951 | 2024-10-07T07:21:34.759Z | Compiling multer v3.1.0 |
952 | 2024-10-07T07:21:35.850Z | Compiling paste v1.0.15 |
953 | 2024-10-07T07:21:36.373Z | Compiling openssl-probe v0.1.5 |
954 | 2024-10-07T07:21:37.911Z | Compiling progenitor-macro v0.8.0 |
955 | 2024-10-07T07:21:40.163Z | Compiling url v2.5.2 |
956 | 2024-10-07T07:21:42.451Z | Compiling darling v0.20.10 |
957 | 2024-10-07T07:21:42.576Z | Compiling rand v0.8.5 |
958 | 2024-10-07T07:21:44.106Z | Compiling usdt-attr-macro v0.5.0 |
959 | 2024-10-07T07:21:44.373Z | Compiling usdt-macro v0.5.0 |
960 | 2024-10-07T07:21:45.626Z | Compiling http-body-util v0.1.2 |
961 | 2024-10-07T07:21:45.803Z | Compiling async-trait v0.1.83 |
962 | 2024-10-07T07:21:47.086Z | Compiling encoding_rs v0.8.34 |
963 | 2024-10-07T07:21:47.885Z | Compiling mime v0.3.17 |
964 | 2024-10-07T07:21:48.303Z | Compiling ipnet v2.10.1 |
965 | 2024-10-07T07:21:51.293Z | Compiling tokio-rustls v0.26.0 |
966 | 2024-10-07T07:21:51.967Z | Compiling serde_with_macros v3.11.0 |
967 | 2024-10-07T07:21:52.149Z | Compiling tokio-native-tls v0.3.1 |
968 | 2024-10-07T07:21:53.642Z | Compiling strum_macros v0.26.4 |
969 | 2024-10-07T07:21:54.535Z | Compiling serde_urlencoded v0.7.1 |
970 | 2024-10-07T07:21:54.721Z | Compiling async-stream-impl v0.3.6 |
971 | 2024-10-07T07:21:55.179Z | Compiling structmeta-derive v0.3.0 |
972 | 2024-10-07T07:21:56.099Z | Compiling webpki-roots v0.26.6 |
973 | 2024-10-07T07:21:56.331Z | Compiling rustls-pemfile v2.2.0 |
974 | 2024-10-07T07:21:56.788Z | Compiling dropshot v0.12.0 |
975 | 2024-10-07T07:21:57.151Z | Compiling base64 v0.22.1 |
976 | 2024-10-07T07:21:57.901Z | Compiling crossbeam-utils v0.8.20 |
977 | 2024-10-07T07:21:58.193Z | Compiling powerfmt v0.2.0 |
978 | 2024-10-07T07:21:58.245Z | Compiling structmeta v0.3.0 |
979 | 2024-10-07T07:21:58.524Z | Compiling deranged v0.3.11 |
980 | 2024-10-07T07:21:58.680Z | Compiling hyper-rustls v0.27.3 |
981 | 2024-10-07T07:21:58.971Z | Compiling hyper-tls v0.6.0 |
982 | 2024-10-07T07:22:00.114Z | Compiling sync_wrapper v1.0.1 |
983 | 2024-10-07T07:22:01.474Z | Compiling num_threads v0.1.7 |
984 | 2024-10-07T07:22:01.733Z | Compiling winnow v0.6.20 |
985 | 2024-10-07T07:22:03.010Z | Compiling time v0.3.36 |
986 | 2024-10-07T07:22:03.169Z | Compiling reqwest v0.12.8 |
987 | 2024-10-07T07:22:06.071Z | Compiling parse-display-derive v0.10.0 |
988 | 2024-10-07T07:22:07.830Z | Compiling crypto-common v0.1.6 |
989 | 2024-10-07T07:22:08.064Z | Compiling block-buffer v0.10.4 |
990 | 2024-10-07T07:22:08.310Z | Compiling dropshot_endpoint v0.12.0 |
991 | 2024-10-07T07:22:09.047Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
992 | 2024-10-07T07:22:11.889Z | Compiling digest v0.10.7 |
993 | 2024-10-07T07:22:12.386Z | Compiling progenitor-client v0.8.0 |
994 | 2024-10-07T07:22:13.278Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
995 | 2024-10-07T07:22:14.736Z | Compiling dirs-sys-next v0.1.2 |
996 | 2024-10-07T07:22:15.809Z | Compiling match_cfg v0.1.0 |
997 | 2024-10-07T07:22:15.916Z | Compiling rustix v0.38.37 |
998 | 2024-10-07T07:22:16.065Z | Compiling lazy_static v1.5.0 |
999 | 2024-10-07T07:22:16.766Z | Compiling hostname v0.3.1 |
1000 | 2024-10-07T07:22:16.933Z | Compiling dirs-next v2.0.0 |
1001 | 2024-10-07T07:22:17.035Z | Compiling progenitor v0.8.0 |
1002 | 2024-10-07T07:22:17.262Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1003 | 2024-10-07T07:22:18.375Z | Compiling futures-executor v0.3.31 |
1004 | 2024-10-07T07:22:19.797Z | Compiling errno v0.3.9 |
1005 | 2024-10-07T07:22:20.033Z | Compiling thread_local v1.1.8 |
1006 | 2024-10-07T07:22:20.720Z | Compiling instant v0.1.13 |
1007 | 2024-10-07T07:22:20.895Z | Compiling cpufeatures v0.2.14 |
1008 | 2024-10-07T07:22:21.195Z | Compiling unicode-width v0.1.14 |
1009 | 2024-10-07T07:22:24.068Z | Compiling futures v0.3.31 |
1010 | 2024-10-07T07:22:25.592Z | Compiling term v0.7.0 |
1011 | 2024-10-07T07:22:25.830Z | Compiling crossbeam-channel v0.5.13 |
1012 | 2024-10-07T07:22:27.538Z | Compiling serde_spanned v0.6.8 |
1013 | 2024-10-07T07:22:27.791Z | Compiling is-terminal v0.4.13 |
1014 | 2024-10-07T07:22:27.942Z | Compiling memmap v0.7.0 |
1015 | 2024-10-07T07:22:28.751Z | Compiling take_mut v0.2.2 |
1016 | 2024-10-07T07:22:29.163Z | Compiling usdt v0.5.0 |
1017 | 2024-10-07T07:22:29.864Z | Compiling toml_edit v0.22.22 |
1018 | 2024-10-07T07:22:30.548Z | Compiling slog-term v2.9.1 |
1019 | 2024-10-07T07:22:33.177Z | Compiling slog-json v2.6.1 |
1020 | 2024-10-07T07:22:33.629Z | Compiling strum v0.26.3 |
1021 | 2024-10-07T07:22:33.840Z | Compiling serde_with v3.11.0 |
1022 | 2024-10-07T07:22:35.214Z | Compiling debug-ignore v1.0.5 |
1023 | 2024-10-07T07:22:35.379Z | Compiling heapless v0.8.0 |
1024 | 2024-10-07T07:22:38.185Z | Compiling tokio-rustls v0.25.0 |
1025 | 2024-10-07T07:22:38.657Z | Compiling slog-bunyan v2.5.0 |
1026 | 2024-10-07T07:22:38.730Z | Compiling toml v0.8.19 |
1027 | 2024-10-07T07:22:38.929Z | Compiling sha1 v0.10.6 |
1028 | 2024-10-07T07:22:40.763Z | Compiling async-stream v0.3.6 |
1029 | 2024-10-07T07:22:41.046Z | Compiling newtype-uuid v1.1.0 |
1030 | 2024-10-07T07:22:41.081Z | Compiling serde_path_to_error v0.1.16 |
1031 | 2024-10-07T07:22:41.147Z | Compiling hex v0.4.3 |
1032 | 2024-10-07T07:22:41.391Z | Compiling waitgroup v0.1.2 |
1033 | 2024-10-07T07:22:41.720Z | Compiling hostname v0.4.0 |
1034 | 2024-10-07T07:22:41.874Z | Compiling hash32 v0.3.1 |
1035 | 2024-10-07T07:22:42.148Z | Compiling smoltcp v0.11.0 |
1036 | 2024-10-07T07:22:42.224Z | Compiling stable_deref_trait v1.2.0 |
1037 | 2024-10-07T07:22:44.442Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1038 | 2024-10-07T07:22:45.288Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1039 | 2024-10-07T07:22:45.514Z | Compiling backoff v0.4.0 |
1040 | 2024-10-07T07:22:45.863Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1041 | 2024-10-07T07:22:45.888Z | Compiling parse-display v0.10.0 |
1042 | 2024-10-07T07:22:47.822Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1043 | 2024-10-07T07:22:48.072Z | Compiling regress v0.9.1 |
1044 | 2024-10-07T07:22:51.536Z | Compiling macaddr v1.0.1 |
1045 | 2024-10-07T07:22:52.166Z | Compiling clap_derive v4.5.18 |
1046 | 2024-10-07T07:22:52.545Z | Compiling utf8parse v0.2.2 |
1047 | 2024-10-07T07:22:52.714Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1048 | 2024-10-07T07:22:53.118Z | Compiling cobs v0.2.3 |
1049 | 2024-10-07T07:22:53.556Z | Compiling bitflags v1.3.2 |
1050 | 2024-10-07T07:22:53.678Z | Compiling managed v0.8.0 |
1051 | 2024-10-07T07:22:53.725Z | Compiling winnow v0.5.40 |
1052 | 2024-10-07T07:22:56.744Z | Compiling postcard v1.0.10 |
1053 | 2024-10-07T07:22:57.007Z | Compiling anstyle-parse v0.2.5 |
1054 | 2024-10-07T07:22:57.484Z | Compiling toml_edit v0.19.15 |
1055 | 2024-10-07T07:22:57.692Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1056 | 2024-10-07T07:23:03.431Z | Compiling is_terminal_polyfill v1.70.1 |
1057 | 2024-10-07T07:23:03.576Z | Compiling colorchoice v1.0.2 |
1058 | 2024-10-07T07:23:03.732Z | Compiling anstyle-query v1.1.1 |
1059 | 2024-10-07T07:23:03.758Z | Compiling anstyle v1.0.8 |
1060 | 2024-10-07T07:23:04.314Z | Compiling anstream v0.6.15 |
1061 | 2024-10-07T07:23:05.255Z | Compiling proc-macro-crate v1.3.1 |
1062 | 2024-10-07T07:23:05.691Z | Compiling terminal_size v0.4.0 |
1063 | 2024-10-07T07:23:06.102Z | Compiling clap_lex v0.7.2 |
1064 | 2024-10-07T07:23:06.198Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1065 | 2024-10-07T07:23:06.676Z | Compiling clap_builder v4.5.19 |
1066 | 2024-10-07T07:23:07.379Z | Compiling num_enum_derive v0.5.11 |
1067 | 2024-10-07T07:23:08.298Z | Compiling tabwriter v1.4.0 |
1068 | 2024-10-07T07:23:08.678Z | Compiling foreign-types-macros v0.2.3 |
1069 | 2024-10-07T07:23:09.060Z | Compiling num-integer v0.1.46 |
1070 | 2024-10-07T07:23:10.138Z | Compiling foreign-types-shared v0.3.1 |
1071 | 2024-10-07T07:23:10.275Z | Compiling foreign-types v0.5.0 |
1072 | 2024-10-07T07:23:10.296Z | Compiling num_enum v0.5.11 |
1073 | 2024-10-07T07:23:10.717Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1074 | 2024-10-07T07:23:10.867Z | Compiling clap v4.5.19 |
1075 | 2024-10-07T07:23:11.519Z | Compiling cstr-argument v0.1.2 |
1076 | 2024-10-07T07:23:11.609Z | Compiling proc-macro-error-attr v1.0.4 |
1077 | 2024-10-07T07:23:11.784Z | Compiling heck v0.4.1 |
1078 | 2024-10-07T07:23:11.901Z | Compiling either v1.13.0 |
1079 | 2024-10-07T07:23:12.200Z | Compiling pretty-hex v0.2.1 |
1080 | 2024-10-07T07:23:12.383Z | Compiling prettyplease v0.2.22 |
1081 | 2024-10-07T07:23:12.448Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1082 | 2024-10-07T07:23:13.035Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1083 | 2024-10-07T07:23:13.145Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1084 | 2024-10-07T07:23:14.281Z | Compiling num-rational v0.4.2 |
1085 | 2024-10-07T07:23:14.352Z | Compiling num-iter v0.1.45 |
1086 | 2024-10-07T07:23:14.936Z | Compiling colored v2.1.0 |
1087 | 2024-10-07T07:23:16.486Z | Compiling num-complex v0.4.6 |
1088 | 2024-10-07T07:23:17.057Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1089 | 2024-10-07T07:23:17.212Z | Compiling proc-macro-error v1.0.4 |
1090 | 2024-10-07T07:23:17.585Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1091 | 2024-10-07T07:23:17.605Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1092 | 2024-10-07T07:23:17.796Z | Compiling fastrand v2.1.1 |
1093 | 2024-10-07T07:23:18.094Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1094 | 2024-10-07T07:23:18.266Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1095 | 2024-10-07T07:23:18.438Z | Compiling tempfile v3.13.0 |
1096 | 2024-10-07T07:23:19.512Z | Compiling num v0.4.3 |
1097 | 2024-10-07T07:23:22.996Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1098 | 2024-10-07T07:23:23.322Z | Compiling float-ord v0.3.2 |
1099 | 2024-10-07T07:23:23.530Z | Compiling crucible-workspace-hack v0.1.0 |
1100 | 2024-10-07T07:23:23.687Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1101 | 2024-10-07T07:23:30.947Z | Compiling unicode-segmentation v1.12.0 |
1102 | 2024-10-07T07:23:31.643Z | Compiling semver v0.1.20 |
1103 | 2024-10-07T07:23:31.951Z | Compiling newline-converter v0.3.0 |
1104 | 2024-10-07T07:23:32.153Z | Compiling rustc_version v0.1.7 |
1105 | 2024-10-07T07:23:32.346Z | Compiling zone_cfg_derive v0.3.0 |
1106 | 2024-10-07T07:23:32.407Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1107 | 2024-10-07T07:23:32.663Z | Compiling camino-tempfile v1.1.1 |
1108 | 2024-10-07T07:23:33.212Z | Compiling itertools v0.10.5 |
1109 | 2024-10-07T07:23:33.428Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1110 | 2024-10-07T07:23:33.810Z | Compiling console v0.15.8 |
1111 | 2024-10-07T07:23:33.917Z | Compiling num-derive v0.4.2 |
1112 | 2024-10-07T07:23:35.395Z | Compiling sigpipe v0.1.3 |
1113 | 2024-10-07T07:23:35.538Z | Compiling similar v2.6.0 |
1114 | 2024-10-07T07:23:36.330Z | Compiling base64ct v1.6.0 |
1115 | 2024-10-07T07:23:36.655Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1116 | 2024-10-07T07:23:36.737Z | Compiling expectorate v1.1.0 |
1117 | 2024-10-07T07:23:37.017Z | Compiling password-hash v0.5.0 |
1118 | 2024-10-07T07:23:37.036Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1119 | 2024-10-07T07:23:37.056Z | Compiling zone v0.3.0 |
1120 | 2024-10-07T07:23:38.735Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1121 | 2024-10-07T07:23:39.148Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1122 | 2024-10-07T07:23:39.752Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1123 | 2024-10-07T07:23:40.454Z | Compiling newtype_derive v0.1.6 |
1124 | 2024-10-07T07:23:40.856Z | Compiling blake2 v0.10.6 |
1125 | 2024-10-07T07:23:41.903Z | Compiling hubpack_derive v0.1.1 |
1126 | 2024-10-07T07:23:41.997Z | Compiling smf v0.2.3 |
1127 | 2024-10-07T07:23:42.065Z | Compiling zerocopy-derive v0.6.6 |
1128 | 2024-10-07T07:23:42.868Z | Compiling whoami v1.5.2 |
1129 | 2024-10-07T07:23:43.008Z | Compiling owo-colors v4.1.0 |
1130 | 2024-10-07T07:23:43.310Z | Compiling fixedbitset v0.4.2 |
1131 | 2024-10-07T07:23:43.356Z | Compiling cancel-safe-futures v0.1.5 |
1132 | 2024-10-07T07:23:43.780Z | Compiling petgraph v0.6.5 |
1133 | 2024-10-07T07:23:43.935Z | Compiling hubpack v0.1.2 |
1134 | 2024-10-07T07:23:44.093Z | Compiling zerocopy v0.6.6 |
1135 | 2024-10-07T07:23:44.525Z | Compiling argon2 v0.5.3 |
1136 | 2024-10-07T07:23:45.934Z | Compiling strum_macros v0.25.3 |
1137 | 2024-10-07T07:23:46.998Z | Compiling serde-big-array v0.5.1 |
1138 | 2024-10-07T07:23:47.278Z | Compiling serde_repr v0.1.19 |
1139 | 2024-10-07T07:23:48.043Z | Compiling cookie v0.18.1 |
1140 | 2024-10-07T07:23:48.434Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1141 | 2024-10-07T07:23:48.491Z | Compiling convert_case v0.4.0 |
1142 | 2024-10-07T07:23:48.524Z | Compiling static_assertions v1.1.0 |
1143 | 2024-10-07T07:23:48.711Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1144 | 2024-10-07T07:23:49.299Z | Compiling derive_more v0.99.18 |
1145 | 2024-10-07T07:23:49.650Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1146 | 2024-10-07T07:23:51.322Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1147 | 2024-10-07T07:23:51.930Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1148 | 2024-10-07T07:23:52.592Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1149 | 2024-10-07T07:23:54.266Z | Compiling atomicwrites v0.4.4 |
1150 | 2024-10-07T07:23:54.791Z | Compiling itertools v0.13.0 |
1151 | 2024-10-07T07:23:56.196Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1152 | 2024-10-07T07:23:57.386Z | Compiling idna v0.4.0 |
1153 | 2024-10-07T07:23:57.623Z | Compiling libsw v3.3.1 |
1154 | 2024-10-07T07:23:57.970Z | Compiling derive-where v1.2.7 |
1155 | 2024-10-07T07:23:58.397Z | Compiling enum-as-inner v0.6.1 |
1156 | 2024-10-07T07:23:58.757Z | Compiling linear-map v1.2.0 |
1157 | 2024-10-07T07:23:58.978Z | Compiling highway v1.2.0 |
1158 | 2024-10-07T07:23:59.184Z | Compiling data-encoding v2.6.0 |
1159 | 2024-10-07T07:23:59.559Z | Compiling linked-hash-map v0.5.6 |
1160 | 2024-10-07T07:24:00.063Z | Compiling quick-error v1.2.3 |
1161 | 2024-10-07T07:24:00.228Z | Compiling swrite v0.1.0 |
1162 | 2024-10-07T07:24:00.374Z | Compiling indent_write v2.2.0 |
1163 | 2024-10-07T07:24:00.416Z | Compiling resolv-conf v0.7.0 |
1164 | 2024-10-07T07:24:00.619Z | Compiling lru-cache v0.1.2 |
1165 | 2024-10-07T07:24:00.864Z | Compiling hickory-proto v0.24.1 |
1166 | 2024-10-07T07:24:01.163Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1167 | 2024-10-07T07:24:01.336Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1168 | 2024-10-07T07:24:01.944Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1169 | 2024-10-07T07:24:04.920Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1170 | 2024-10-07T07:24:05.343Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1171 | 2024-10-07T07:24:06.163Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1172 | 2024-10-07T07:24:07.824Z | Compiling steno v0.4.1 |
1173 | 2024-10-07T07:24:09.409Z | Compiling slog-dtrace v0.3.0 |
1174 | 2024-10-07T07:24:09.764Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-10-07T07:24:10.182Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1176 | 2024-10-07T07:24:10.359Z | Compiling parking_lot_core v0.8.6 |
1177 | 2024-10-07T07:24:10.833Z | Compiling humantime v2.1.0 |
1178 | 2024-10-07T07:24:11.620Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1179 | 2024-10-07T07:24:11.699Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1180 | 2024-10-07T07:24:12.844Z | Compiling hickory-resolver v0.24.1 |
1181 | 2024-10-07T07:24:13.672Z | Compiling num-derive v0.3.3 |
1182 | 2024-10-07T07:24:14.917Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-10-07T07:24:15.888Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1184 | 2024-10-07T07:24:15.923Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1185 | 2024-10-07T07:24:16.260Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1186 | 2024-10-07T07:24:17.222Z | Compiling parking_lot v0.11.2 |
1187 | 2024-10-07T07:24:17.806Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1188 | 2024-10-07T07:24:19.191Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1189 | 2024-10-07T07:24:20.726Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b) |
1190 | 2024-10-07T07:24:20.749Z | Compiling crossbeam-epoch v0.9.18 |
1191 | 2024-10-07T07:24:21.151Z | Compiling fxhash v0.2.1 |
1192 | 2024-10-07T07:24:21.391Z | Compiling crc32fast v1.4.2 |
1193 | 2024-10-07T07:24:21.908Z | Compiling crc8 v0.1.1 |
1194 | 2024-10-07T07:24:21.913Z | Compiling arc-swap v1.7.1 |
1195 | 2024-10-07T07:24:22.248Z | Compiling sled v0.34.7 |
1196 | 2024-10-07T07:24:22.619Z | Compiling slog-scope v4.4.0 |
1197 | 2024-10-07T07:24:23.413Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f3810e7b) |
1198 | 2024-10-07T07:24:27.819Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1199 | 2024-10-07T07:24:29.757Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1200 | 2024-10-07T07:24:30.886Z | Compiling slog-stdlog v4.1.1 |
1201 | 2024-10-07T07:24:31.116Z | Compiling slog-envlogger v2.2.0 |
1202 | 2024-10-07T07:24:31.702Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1203 | 2024-10-07T07:24:33.191Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1204 | 2024-10-07T07:24:47.177Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e5164106) |
1205 | 2024-10-07T07:24:48.179Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1206 | 2024-10-07T07:24:49.789Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1207 | 2024-10-07T07:25:18.274Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1208 | 2024-10-07T07:25:18.274Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1209 | 2024-10-07T07:25:25.535Z | Finished `release` profile [optimized] target(s) in 5m 15s |
1210 | 2024-10-07T07:25:25.846Z | + banner trio |
1211 | 2024-10-07T07:25:25.849Z | |
1212 | 2024-10-07T07:25:25.849Z | ##### ##### # #### |
1213 | 2024-10-07T07:25:25.849Z | # # # # # # |
1214 | 2024-10-07T07:25:25.849Z | # # # # # # |
1215 | 2024-10-07T07:25:25.849Z | # ##### # # # |
1216 | 2024-10-07T07:25:25.849Z | # # # # # # |
1217 | 2024-10-07T07:25:25.849Z | # # # # #### |
1218 | 2024-10-07T07:25:25.849Z | |
1219 | 2024-10-07T07:25:25.849Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1220 | 2024-10-07T07:25:26.326Z | Compiling libc v0.2.159 |
1221 | 2024-10-07T07:25:26.326Z | Compiling cfg-if v1.0.0 |
1222 | 2024-10-07T07:25:26.329Z | Compiling serde v1.0.210 |
1223 | 2024-10-07T07:25:26.329Z | Compiling once_cell v1.20.2 |
1224 | 2024-10-07T07:25:26.329Z | Compiling itoa v1.0.11 |
1225 | 2024-10-07T07:25:26.329Z | Compiling bytes v1.7.2 |
1226 | 2024-10-07T07:25:26.398Z | Compiling syn v2.0.79 |
1227 | 2024-10-07T07:25:26.403Z | Compiling num-traits v0.2.19 |
1228 | 2024-10-07T07:25:26.460Z | Compiling pin-project-lite v0.2.14 |
1229 | 2024-10-07T07:25:26.580Z | Compiling scopeguard v1.2.0 |
1230 | 2024-10-07T07:25:26.607Z | Compiling smallvec v1.13.2 |
1231 | 2024-10-07T07:25:26.699Z | Compiling memchr v2.7.4 |
1232 | 2024-10-07T07:25:26.758Z | Compiling schemars v0.8.21 |
1233 | 2024-10-07T07:25:26.825Z | Compiling lock_api v0.4.12 |
1234 | 2024-10-07T07:25:27.059Z | Compiling fnv v1.0.7 |
1235 | 2024-10-07T07:25:27.124Z | Compiling log v0.4.22 |
1236 | 2024-10-07T07:25:27.181Z | Compiling futures-core v0.3.31 |
1237 | 2024-10-07T07:25:27.428Z | Compiling zerocopy v0.7.35 |
1238 | 2024-10-07T07:25:27.521Z | Compiling hashbrown v0.15.0 |
1239 | 2024-10-07T07:25:27.636Z | Compiling ryu v1.0.18 |
1240 | 2024-10-07T07:25:27.899Z | Compiling getrandom v0.2.15 |
1241 | 2024-10-07T07:25:28.186Z | Compiling parking_lot_core v0.9.10 |
1242 | 2024-10-07T07:25:28.197Z | Compiling mio v1.0.2 |
1243 | 2024-10-07T07:25:28.227Z | Compiling signal-hook-registry v1.4.2 |
1244 | 2024-10-07T07:25:28.241Z | Compiling socket2 v0.5.7 |
1245 | 2024-10-07T07:25:28.415Z | Compiling equivalent v1.0.1 |
1246 | 2024-10-07T07:25:28.526Z | Compiling ahash v0.8.11 |
1247 | 2024-10-07T07:25:28.989Z | Compiling parking_lot v0.12.3 |
1248 | 2024-10-07T07:25:29.031Z | Compiling tracing-core v0.1.32 |
1249 | 2024-10-07T07:25:29.431Z | Compiling serde_json v1.0.128 |
1250 | 2024-10-07T07:25:29.471Z | Compiling hashbrown v0.14.5 |
1251 | 2024-10-07T07:25:29.759Z | Compiling uuid v1.10.0 |
1252 | 2024-10-07T07:25:29.820Z | Compiling byteorder v1.5.0 |
1253 | 2024-10-07T07:25:29.973Z | Compiling futures-sink v0.3.31 |
1254 | 2024-10-07T07:25:30.137Z | Compiling pin-utils v0.1.0 |
1255 | 2024-10-07T07:25:30.211Z | Compiling futures-task v0.3.31 |
1256 | 2024-10-07T07:25:30.225Z | Compiling untrusted v0.9.0 |
1257 | 2024-10-07T07:25:30.355Z | Compiling spin v0.9.8 |
1258 | 2024-10-07T07:25:30.415Z | Compiling futures-util v0.3.31 |
1259 | 2024-10-07T07:25:30.426Z | Compiling slab v0.4.9 |
1260 | 2024-10-07T07:25:30.555Z | Compiling ring v0.17.8 |
1261 | 2024-10-07T07:25:30.754Z | Compiling chrono v0.4.38 |
1262 | 2024-10-07T07:25:30.871Z | Compiling regress v0.10.1 |
1263 | 2024-10-07T07:25:30.885Z | Compiling http v1.1.0 |
1264 | 2024-10-07T07:25:31.347Z | Compiling try-lock v0.2.5 |
1265 | 2024-10-07T07:25:31.504Z | Compiling want v0.3.1 |
1266 | 2024-10-07T07:25:31.790Z | Compiling httparse v1.9.5 |
1267 | 2024-10-07T07:25:32.808Z | Compiling futures-channel v0.3.31 |
1268 | 2024-10-07T07:25:32.873Z | Compiling foreign-types-shared v0.1.1 |
1269 | 2024-10-07T07:25:32.973Z | Compiling tower-service v0.3.3 |
1270 | 2024-10-07T07:25:33.092Z | Compiling serde_derive_internals v0.29.1 |
1271 | 2024-10-07T07:25:33.237Z | Compiling dyn-clone v1.0.17 |
1272 | 2024-10-07T07:25:33.481Z | Compiling foreign-types v0.3.2 |
1273 | 2024-10-07T07:25:33.575Z | Compiling openssl-sys v0.9.103 |
1274 | 2024-10-07T07:25:33.798Z | Compiling rustls-pki-types v1.9.0 |
1275 | 2024-10-07T07:25:35.044Z | Compiling unicode-ident v1.0.13 |
1276 | 2024-10-07T07:25:35.255Z | Compiling bitflags v2.6.0 |
1277 | 2024-10-07T07:25:35.367Z | Compiling proc-macro2 v1.0.86 |
1278 | 2024-10-07T07:25:35.549Z | Compiling http-body v1.0.1 |
1279 | 2024-10-07T07:25:35.565Z | Compiling atomic-waker v1.1.2 |
1280 | 2024-10-07T07:25:35.595Z | Compiling allocator-api2 v0.2.18 |
1281 | 2024-10-07T07:25:35.619Z | Compiling openssl-probe v0.1.5 |
1282 | 2024-10-07T07:25:35.734Z | Compiling semver v1.0.23 |
1283 | 2024-10-07T07:25:35.790Z | Compiling tinyvec_macros v0.1.1 |
1284 | 2024-10-07T07:25:35.884Z | Compiling tinyvec v1.8.0 |
1285 | 2024-10-07T07:25:36.152Z | Compiling percent-encoding v2.3.1 |
1286 | 2024-10-07T07:25:36.302Z | Compiling quote v1.0.37 |
1287 | 2024-10-07T07:25:36.469Z | Compiling form_urlencoded v1.2.1 |
1288 | 2024-10-07T07:25:37.563Z | Compiling unicode-normalization v0.1.24 |
1289 | 2024-10-07T07:25:37.943Z | Compiling rustls-webpki v0.102.8 |
1290 | 2024-10-07T07:25:38.037Z | Compiling aho-corasick v1.1.3 |
1291 | 2024-10-07T07:25:38.243Z | Compiling unicode-bidi v0.3.17 |
1292 | 2024-10-07T07:25:38.359Z | Compiling zeroize v1.8.1 |
1293 | 2024-10-07T07:25:38.668Z | Compiling serde_derive v1.0.210 |
1294 | 2024-10-07T07:25:38.719Z | Compiling thiserror-impl v1.0.64 |
1295 | 2024-10-07T07:25:38.902Z | Compiling schemars_derive v0.8.21 |
1296 | 2024-10-07T07:25:40.775Z | Compiling tokio-macros v2.4.0 |
1297 | 2024-10-07T07:25:41.180Z | Compiling tracing-attributes v0.1.27 |
1298 | 2024-10-07T07:25:41.648Z | Compiling zerocopy-derive v0.7.35 |
1299 | 2024-10-07T07:25:42.036Z | Compiling thiserror v1.0.64 |
1300 | 2024-10-07T07:25:42.324Z | Compiling openssl-macros v0.1.1 |
1301 | 2024-10-07T07:25:42.353Z | Compiling heck v0.5.0 |
1302 | 2024-10-07T07:25:42.382Z | Compiling tokio v1.40.0 |
1303 | 2024-10-07T07:25:42.631Z | Compiling subtle v2.6.1 |
1304 | 2024-10-07T07:25:42.900Z | Compiling rustls v0.23.14 |
1305 | 2024-10-07T07:25:43.168Z | Compiling openssl v0.10.66 |
1306 | 2024-10-07T07:25:43.642Z | Compiling regex-automata v0.4.8 |
1307 | 2024-10-07T07:25:44.542Z | Compiling tracing v0.1.40 |
1308 | 2024-10-07T07:25:45.292Z | Compiling idna v0.5.0 |
1309 | 2024-10-07T07:25:49.844Z | Compiling native-tls v0.2.12 |
1310 | 2024-10-07T07:25:53.263Z | Compiling indexmap v2.6.0 |
1311 | 2024-10-07T07:25:59.609Z | Compiling tokio-util v0.7.12 |
1312 | 2024-10-07T07:25:59.773Z | Compiling serde_tokenstream v0.2.2 |
1313 | 2024-10-07T07:26:00.360Z | Compiling tokio-native-tls v0.3.1 |
1314 | 2024-10-07T07:26:01.222Z | Compiling h2 v0.4.6 |
1315 | 2024-10-07T07:26:01.567Z | Compiling slog v2.7.0 |
1316 | 2024-10-07T07:26:02.071Z | Compiling regex-syntax v0.8.5 |
1317 | 2024-10-07T07:26:05.383Z | Compiling openapiv3 v2.0.0 |
1318 | 2024-10-07T07:26:09.690Z | Compiling hyper v1.4.1 |
1319 | 2024-10-07T07:26:12.851Z | Compiling hyper-util v0.1.9 |
1320 | 2024-10-07T07:26:17.018Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770) |
1321 | 2024-10-07T07:26:17.081Z | Compiling typify-impl v0.2.0 |
1322 | 2024-10-07T07:26:18.838Z | Compiling serde_urlencoded v0.7.1 |
1323 | 2024-10-07T07:26:19.437Z | Compiling tokio-rustls v0.26.0 |
1324 | 2024-10-07T07:26:19.863Z | Compiling regex v1.11.0 |
1325 | 2024-10-07T07:26:19.921Z | Compiling url v2.5.2 |
1326 | 2024-10-07T07:26:19.972Z | Compiling http-body-util v0.1.2 |
1327 | 2024-10-07T07:26:20.529Z | Compiling webpki-roots v0.26.6 |
1328 | 2024-10-07T07:26:20.738Z | Compiling encoding_rs v0.8.34 |
1329 | 2024-10-07T07:26:20.850Z | Compiling mime v0.3.17 |
1330 | 2024-10-07T07:26:21.948Z | Compiling ipnet v2.10.1 |
1331 | 2024-10-07T07:26:25.095Z | Compiling hyper-rustls v0.27.3 |
1332 | 2024-10-07T07:26:25.559Z | Compiling hyper-tls v0.6.0 |
1333 | 2024-10-07T07:26:27.815Z | Compiling rustls-pemfile v2.2.0 |
1334 | 2024-10-07T07:26:27.818Z | Compiling sync_wrapper v1.0.1 |
1335 | 2024-10-07T07:26:27.967Z | Compiling http v0.2.12 |
1336 | 2024-10-07T07:26:28.286Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-10-07T07:26:28.700Z | Compiling base64 v0.22.1 |
1338 | 2024-10-07T07:26:29.111Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770) |
1339 | 2024-10-07T07:26:29.122Z | Compiling typify-macro v0.2.0 |
1340 | 2024-10-07T07:26:29.777Z | Compiling reqwest v0.12.8 |
1341 | 2024-10-07T07:26:29.805Z | Compiling toml_edit v0.19.15 |
1342 | 2024-10-07T07:26:31.577Z | Compiling serde_yaml v0.9.34+deprecated |
1343 | 2024-10-07T07:26:32.928Z | Compiling lazy_static v1.5.0 |
1344 | 2024-10-07T07:26:32.949Z | Compiling rustls v0.21.12 |
1345 | 2024-10-07T07:26:33.059Z | Compiling proc-macro-crate v1.3.1 |
1346 | 2024-10-07T07:26:33.281Z | Compiling http-body v0.4.6 |
1347 | 2024-10-07T07:26:33.813Z | Compiling h2 v0.3.26 |
1348 | 2024-10-07T07:26:33.898Z | Compiling sct v0.7.1 |
1349 | 2024-10-07T07:26:34.340Z | Compiling rustls-webpki v0.101.7 |
1350 | 2024-10-07T07:26:35.407Z | Compiling httpdate v1.0.3 |
1351 | 2024-10-07T07:26:35.419Z | Compiling crossbeam-utils v0.8.20 |
1352 | 2024-10-07T07:26:36.092Z | Compiling num_enum_derive v0.5.11 |
1353 | 2024-10-07T07:26:36.152Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#d6f18770) |
1354 | 2024-10-07T07:26:36.294Z | Compiling typify v0.2.0 |
1355 | 2024-10-07T07:26:38.464Z | Compiling ipnetwork v0.20.0 |
1356 | 2024-10-07T07:26:38.505Z | Compiling ppv-lite86 v0.2.20 |
1357 | 2024-10-07T07:26:39.461Z | Compiling hyper v0.14.30 |
1358 | 2024-10-07T07:26:39.464Z | Compiling foreign-types-macros v0.2.3 |
1359 | 2024-10-07T07:26:39.710Z | Compiling rand_core v0.6.4 |
1360 | 2024-10-07T07:26:40.234Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2024-10-07T07:26:40.775Z | Compiling powerfmt v0.2.0 |
1362 | 2024-10-07T07:26:41.277Z | Compiling foreign-types-shared v0.3.1 |
1363 | 2024-10-07T07:26:41.371Z | Compiling foreign-types v0.5.0 |
1364 | 2024-10-07T07:26:41.397Z | Compiling deranged v0.3.11 |
1365 | 2024-10-07T07:26:41.478Z | Compiling time-macros v0.2.18 |
1366 | 2024-10-07T07:26:43.779Z | Compiling dirs-next v2.0.0 |
1367 | 2024-10-07T07:26:44.186Z | Compiling rand_chacha v0.3.1 |
1368 | 2024-10-07T07:26:44.670Z | Compiling tokio-rustls v0.24.1 |
1369 | 2024-10-07T07:26:45.127Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1370 | 2024-10-07T07:26:45.917Z | Compiling num_enum v0.5.11 |
1371 | 2024-10-07T07:26:46.094Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-10-07T07:26:49.549Z | Compiling progenitor-impl v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1373 | 2024-10-07T07:26:51.808Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1374 | 2024-10-07T07:26:51.972Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1375 | 2024-10-07T07:26:52.158Z | Compiling cstr-argument v0.1.2 |
1376 | 2024-10-07T07:26:52.410Z | Compiling thread_local v1.1.8 |
1377 | 2024-10-07T07:26:52.877Z | Compiling either v1.13.0 |
1378 | 2024-10-07T07:26:53.128Z | Compiling time-core v0.1.2 |
1379 | 2024-10-07T07:26:53.321Z | Compiling base64 v0.21.7 |
1380 | 2024-10-07T07:26:53.337Z | Compiling num-conv v0.1.0 |
1381 | 2024-10-07T07:26:53.606Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-10-07T07:26:53.825Z | Compiling arc-swap v1.7.1 |
1383 | 2024-10-07T07:26:53.870Z | Compiling rustls-pemfile v1.0.4 |
1384 | 2024-10-07T07:26:54.431Z | Compiling slog-scope v4.4.0 |
1385 | 2024-10-07T07:26:54.515Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-10-07T07:26:54.675Z | Compiling time v0.3.36 |
1387 | 2024-10-07T07:26:54.915Z | Compiling itertools v0.12.1 |
1388 | 2024-10-07T07:26:55.345Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1389 | 2024-10-07T07:26:56.217Z | Compiling progenitor-macro v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1390 | 2024-10-07T07:26:56.844Z | Compiling progenitor-macro v0.8.0 |
1391 | 2024-10-07T07:26:58.838Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1392 | 2024-10-07T07:26:59.761Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1393 | 2024-10-07T07:26:59.954Z | Compiling crossbeam-channel v0.5.13 |
1394 | 2024-10-07T07:27:01.572Z | Compiling hyper-rustls v0.24.2 |
1395 | 2024-10-07T07:27:03.817Z | Compiling rand v0.8.5 |
1396 | 2024-10-07T07:27:05.736Z | Compiling term v0.7.0 |
1397 | 2024-10-07T07:27:10.323Z | Compiling anyhow v1.0.89 |
1398 | 2024-10-07T07:27:11.638Z | Compiling hyper-tls v0.5.0 |
1399 | 2024-10-07T07:27:11.766Z | Compiling colored v2.1.0 |
1400 | 2024-10-07T07:27:12.173Z | Compiling progenitor-client v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1401 | 2024-10-07T07:27:12.290Z | Compiling progenitor-client v0.8.0 |
1402 | 2024-10-07T07:27:13.047Z | Compiling is-terminal v0.4.13 |
1403 | 2024-10-07T07:27:13.079Z | Compiling sync_wrapper v0.1.2 |
1404 | 2024-10-07T07:27:13.179Z | Compiling winnow v0.6.20 |
1405 | 2024-10-07T07:27:13.207Z | Compiling take_mut v0.2.2 |
1406 | 2024-10-07T07:27:13.217Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1407 | 2024-10-07T07:27:13.378Z | Compiling webpki-roots v0.25.4 |
1408 | 2024-10-07T07:27:13.531Z | Compiling reqwest v0.11.27 |
1409 | 2024-10-07T07:27:13.561Z | Compiling slog-async v2.8.0 |
1410 | 2024-10-07T07:27:14.238Z | Compiling slog-term v2.9.1 |
1411 | 2024-10-07T07:27:16.772Z | Compiling progenitor v0.8.0 |
1412 | 2024-10-07T07:27:16.977Z | Compiling progenitor v0.8.0 (https://github.com/oxidecomputer/progenitor?branch=main#13745514) |
1413 | 2024-10-07T07:27:17.175Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1414 | 2024-10-07T07:27:17.186Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1415 | 2024-10-07T07:27:17.657Z | Compiling slog-stdlog v4.1.1 |
1416 | 2024-10-07T07:27:18.491Z | Compiling slog-envlogger v2.2.0 |
1417 | 2024-10-07T07:27:20.965Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1418 | 2024-10-07T07:27:22.127Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1419 | 2024-10-07T07:27:22.127Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1420 | 2024-10-07T07:27:22.128Z | | |
1421 | 2024-10-07T07:27:22.128Z | 18 | ); |
1422 | 2024-10-07T07:27:22.128Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1423 | 2024-10-07T07:27:22.128Z | | |
1424 | 2024-10-07T07:27:22.128Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1425 | 2024-10-07T07:27:22.128Z | = help: the following other types implement trait `From<T>`: |
1426 | 2024-10-07T07:27:22.128Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1427 | 2024-10-07T07:27:22.128Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1428 | 2024-10-07T07:27:22.128Z | = note: required for `Result<ResponseValue<()>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1429 | 2024-10-07T07:27:22.128Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1430 | 2024-10-07T07:27:22.128Z | |
1431 | 2024-10-07T07:27:22.182Z | error[E0308]: mismatched types |
1432 | 2024-10-07T07:27:22.182Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1 |
1433 | 2024-10-07T07:27:22.182Z | | |
1434 | 2024-10-07T07:27:22.182Z | 5 | / progenitor::generate_api!( |
1435 | 2024-10-07T07:27:22.182Z | 6 | | spec = "../openapi/ddm-admin.json", |
1436 | 2024-10-07T07:27:22.182Z | 7 | | inner_type = slog::Logger, |
1437 | 2024-10-07T07:27:22.182Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
1438 | 2024-10-07T07:27:22.182Z | ... | |
1439 | 2024-10-07T07:27:22.182Z | 17 | | }) |
1440 | 2024-10-07T07:27:22.182Z | 18 | | ); |
1441 | 2024-10-07T07:27:22.182Z | | | ^ |
1442 | 2024-10-07T07:27:22.182Z | | | | |
1443 | 2024-10-07T07:27:22.182Z | | |_expected `Response`, found a different `Response` |
1444 | 2024-10-07T07:27:22.182Z | | arguments to this function are incorrect |
1445 | 2024-10-07T07:27:22.182Z | | |
1446 | 2024-10-07T07:27:22.182Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
1447 | 2024-10-07T07:27:22.182Z | note: `Response` is defined in crate `reqwest` |
1448 | 2024-10-07T07:27:22.182Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
1449 | 2024-10-07T07:27:22.182Z | | |
1450 | 2024-10-07T07:27:22.182Z | 25 | pub struct Response { |
1451 | 2024-10-07T07:27:22.182Z | | ^^^^^^^^^^^^^^^^^^^ |
1452 | 2024-10-07T07:27:22.182Z | note: `Response` is defined in crate `reqwest` |
1453 | 2024-10-07T07:27:22.183Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1 |
1454 | 2024-10-07T07:27:22.183Z | | |
1455 | 2024-10-07T07:27:22.183Z | 29 | pub struct Response { |
1456 | 2024-10-07T07:27:22.183Z | | ^^^^^^^^^^^^^^^^^^^ |
1457 | 2024-10-07T07:27:22.183Z | = note: perhaps two different versions of crate `reqwest` are being used? |
1458 | 2024-10-07T07:27:22.183Z | note: associated function defined here |
1459 | 2024-10-07T07:27:22.183Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:121:12 |
1460 | 2024-10-07T07:27:22.183Z | | |
1461 | 2024-10-07T07:27:22.183Z | 121 | pub fn empty(response: reqwest::Response) -> Self { |
1462 | 2024-10-07T07:27:22.183Z | | ^^^^^ |
1463 | 2024-10-07T07:27:22.183Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1464 | 2024-10-07T07:27:22.183Z | |
1465 | 2024-10-07T07:27:22.186Z | error[E0308]: mismatched types |
1466 | 2024-10-07T07:27:22.186Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1 |
1467 | 2024-10-07T07:27:22.186Z | | |
1468 | 2024-10-07T07:27:22.186Z | 5 | / progenitor::generate_api!( |
1469 | 2024-10-07T07:27:22.186Z | 6 | | spec = "../openapi/ddm-admin.json", |
1470 | 2024-10-07T07:27:22.186Z | 7 | | inner_type = slog::Logger, |
1471 | 2024-10-07T07:27:22.186Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
1472 | 2024-10-07T07:27:22.186Z | ... | |
1473 | 2024-10-07T07:27:22.186Z | 17 | | }) |
1474 | 2024-10-07T07:27:22.186Z | 18 | | ); |
1475 | 2024-10-07T07:27:22.186Z | | | ^ |
1476 | 2024-10-07T07:27:22.186Z | | | | |
1477 | 2024-10-07T07:27:22.186Z | | |_expected `Response`, found a different `Response` |
1478 | 2024-10-07T07:27:22.186Z | | arguments to this function are incorrect |
1479 | 2024-10-07T07:27:22.186Z | | |
1480 | 2024-10-07T07:27:22.186Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
1481 | 2024-10-07T07:27:22.186Z | note: `Response` is defined in crate `reqwest` |
1482 | 2024-10-07T07:27:22.186Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
1483 | 2024-10-07T07:27:22.186Z | | |
1484 | 2024-10-07T07:27:22.186Z | 25 | pub struct Response { |
1485 | 2024-10-07T07:27:22.186Z | | ^^^^^^^^^^^^^^^^^^^ |
1486 | 2024-10-07T07:27:22.186Z | note: `Response` is defined in crate `reqwest` |
1487 | 2024-10-07T07:27:22.186Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1 |
1488 | 2024-10-07T07:27:22.186Z | | |
1489 | 2024-10-07T07:27:22.186Z | 29 | pub struct Response { |
1490 | 2024-10-07T07:27:22.186Z | | ^^^^^^^^^^^^^^^^^^^ |
1491 | 2024-10-07T07:27:22.186Z | = note: perhaps two different versions of crate `reqwest` are being used? |
1492 | 2024-10-07T07:27:22.186Z | note: associated function defined here |
1493 | 2024-10-07T07:27:22.186Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:66:18 |
1494 | 2024-10-07T07:27:22.186Z | | |
1495 | 2024-10-07T07:27:22.186Z | 66 | pub async fn from_response<E: std::fmt::Debug>( |
1496 | 2024-10-07T07:27:22.186Z | | ^^^^^^^^^^^^^ |
1497 | 2024-10-07T07:27:22.186Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1498 | 2024-10-07T07:27:22.186Z | |
1499 | 2024-10-07T07:27:22.192Z | error[E0308]: mismatched types |
1500 | 2024-10-07T07:27:22.192Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:5:1 |
1501 | 2024-10-07T07:27:22.192Z | | |
1502 | 2024-10-07T07:27:22.192Z | 5 | / progenitor::generate_api!( |
1503 | 2024-10-07T07:27:22.192Z | 6 | | spec = "../openapi/ddm-admin.json", |
1504 | 2024-10-07T07:27:22.192Z | 7 | | inner_type = slog::Logger, |
1505 | 2024-10-07T07:27:22.192Z | 8 | | pre_hook = (|log: &slog::Logger, request: &reqwest::Request| { |
1506 | 2024-10-07T07:27:22.192Z | ... | |
1507 | 2024-10-07T07:27:22.192Z | 17 | | }) |
1508 | 2024-10-07T07:27:22.192Z | 18 | | ); |
1509 | 2024-10-07T07:27:22.192Z | | | ^ |
1510 | 2024-10-07T07:27:22.192Z | | | | |
1511 | 2024-10-07T07:27:22.195Z | | |_expected `Response`, found a different `Response` |
1512 | 2024-10-07T07:27:22.195Z | | arguments to this enum variant are incorrect |
1513 | 2024-10-07T07:27:22.195Z | | |
1514 | 2024-10-07T07:27:22.195Z | = note: `Response` and `Response` have similar names, but are actually distinct types |
1515 | 2024-10-07T07:27:22.195Z | note: `Response` is defined in crate `reqwest` |
1516 | 2024-10-07T07:27:22.195Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/response.rs:25:1 |
1517 | 2024-10-07T07:27:22.195Z | | |
1518 | 2024-10-07T07:27:22.195Z | 25 | pub struct Response { |
1519 | 2024-10-07T07:27:22.195Z | | ^^^^^^^^^^^^^^^^^^^ |
1520 | 2024-10-07T07:27:22.195Z | note: `Response` is defined in crate `reqwest` |
1521 | 2024-10-07T07:27:22.195Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.8/src/async_impl/response.rs:29:1 |
1522 | 2024-10-07T07:27:22.195Z | | |
1523 | 2024-10-07T07:27:22.195Z | 29 | pub struct Response { |
1524 | 2024-10-07T07:27:22.195Z | | ^^^^^^^^^^^^^^^^^^^ |
1525 | 2024-10-07T07:27:22.195Z | = note: perhaps two different versions of crate `reqwest` are being used? |
1526 | 2024-10-07T07:27:22.195Z | note: tuple variant defined here |
1527 | 2024-10-07T07:27:22.195Z | --> /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/1374551/progenitor-client/src/progenitor_client.rs:257:5 |
1528 | 2024-10-07T07:27:22.195Z | | |
1529 | 2024-10-07T07:27:22.195Z | 257 | UnexpectedResponse(reqwest::Response), |
1530 | 2024-10-07T07:27:22.195Z | | ^^^^^^^^^^^^^^^^^^ |
1531 | 2024-10-07T07:27:22.195Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1532 | 2024-10-07T07:27:22.195Z | |
1533 | 2024-10-07T07:27:22.218Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1534 | 2024-10-07T07:27:22.218Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1535 | 2024-10-07T07:27:22.218Z | | |
1536 | 2024-10-07T07:27:22.218Z | 18 | ); |
1537 | 2024-10-07T07:27:22.218Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1538 | 2024-10-07T07:27:22.218Z | | |
1539 | 2024-10-07T07:27:22.218Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1540 | 2024-10-07T07:27:22.218Z | = help: the following other types implement trait `From<T>`: |
1541 | 2024-10-07T07:27:22.218Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1542 | 2024-10-07T07:27:22.218Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1543 | 2024-10-07T07:27:22.218Z | = note: required for `Result<ResponseValue<Vec<Ipv6Prefix>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1544 | 2024-10-07T07:27:22.218Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1545 | 2024-10-07T07:27:22.218Z | |
1546 | 2024-10-07T07:27:22.235Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1547 | 2024-10-07T07:27:22.235Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1548 | 2024-10-07T07:27:22.235Z | | |
1549 | 2024-10-07T07:27:22.235Z | 18 | ); |
1550 | 2024-10-07T07:27:22.235Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1551 | 2024-10-07T07:27:22.235Z | | |
1552 | 2024-10-07T07:27:22.235Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1553 | 2024-10-07T07:27:22.235Z | = help: the following other types implement trait `From<T>`: |
1554 | 2024-10-07T07:27:22.236Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1555 | 2024-10-07T07:27:22.236Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1556 | 2024-10-07T07:27:22.236Z | = note: required for `Result<ResponseValue<Vec<TunnelOrigin>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1557 | 2024-10-07T07:27:22.236Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1558 | 2024-10-07T07:27:22.236Z | |
1559 | 2024-10-07T07:27:22.251Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1560 | 2024-10-07T07:27:22.251Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1561 | 2024-10-07T07:27:22.251Z | | |
1562 | 2024-10-07T07:27:22.251Z | 18 | ); |
1563 | 2024-10-07T07:27:22.251Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1564 | 2024-10-07T07:27:22.251Z | | |
1565 | 2024-10-07T07:27:22.251Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1566 | 2024-10-07T07:27:22.251Z | = help: the following other types implement trait `From<T>`: |
1567 | 2024-10-07T07:27:22.251Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1568 | 2024-10-07T07:27:22.251Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1569 | 2024-10-07T07:27:22.251Z | = note: required for `Result<ResponseValue<HashMap<std::string::String, PeerInfo>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1570 | 2024-10-07T07:27:22.252Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1571 | 2024-10-07T07:27:22.252Z | |
1572 | 2024-10-07T07:27:22.314Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1573 | 2024-10-07T07:27:22.314Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1574 | 2024-10-07T07:27:22.314Z | | |
1575 | 2024-10-07T07:27:22.314Z | 18 | ); |
1576 | 2024-10-07T07:27:22.314Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1577 | 2024-10-07T07:27:22.314Z | | |
1578 | 2024-10-07T07:27:22.314Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1579 | 2024-10-07T07:27:22.314Z | = help: the following other types implement trait `From<T>`: |
1580 | 2024-10-07T07:27:22.314Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1581 | 2024-10-07T07:27:22.314Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1582 | 2024-10-07T07:27:22.314Z | = note: required for `Result<ResponseValue<HashMap<std::string::String, Vec<PathVector>>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1583 | 2024-10-07T07:27:22.314Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1584 | 2024-10-07T07:27:22.314Z | |
1585 | 2024-10-07T07:27:22.372Z | error[E0277]: `?` couldn't convert the error to `progenitor::progenitor_client::Error<types::Error>` |
1586 | 2024-10-07T07:27:22.372Z | --> /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/2bfd390/ddm-admin-client/src/lib.rs:18:1 |
1587 | 2024-10-07T07:27:22.372Z | | |
1588 | 2024-10-07T07:27:22.372Z | 18 | ); |
1589 | 2024-10-07T07:27:22.372Z | | ^ the trait `From<reqwest::Error>` is not implemented for `progenitor::progenitor_client::Error<types::Error>`, which is required by `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>: FromResidual<Result<Infallible, reqwest::Error>>` |
1590 | 2024-10-07T07:27:22.372Z | | |
1591 | 2024-10-07T07:27:22.372Z | = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait |
1592 | 2024-10-07T07:27:22.373Z | = help: the following other types implement trait `From<T>`: |
1593 | 2024-10-07T07:27:22.373Z | `progenitor::progenitor_client::Error<E>` implements `From<http::header::value::InvalidHeaderValue>` |
1594 | 2024-10-07T07:27:22.373Z | `progenitor::progenitor_client::Error<E>` implements `From<reqwest::error::Error>` |
1595 | 2024-10-07T07:27:22.373Z | = note: required for `Result<ResponseValue<Vec<TunnelRoute>>, progenitor::progenitor_client::Error<types::Error>>` to implement `FromResidual<Result<Infallible, reqwest::Error>>` |
1596 | 2024-10-07T07:27:22.374Z | = note: this error originates in the macro `progenitor::generate_api` (in Nightly builds, run with -Z macro-backtrace for more info) |
1597 | 2024-10-07T07:27:22.374Z | |
1598 | 2024-10-07T07:27:22.844Z | Some errors have detailed explanations: E0277, E0308. |
1599 | 2024-10-07T07:27:22.844Z | For more information about an error, try `rustc --explain E0277`. |
1600 | 2024-10-07T07:27:23.063Z | error: could not compile `ddm-admin-client` (lib) due to 16 previous errors |
1601 | 2024-10-07T07:27:23.063Z | warning: build failed, waiting for other jobs to finish... |
1602 | 2024-10-07T07:27:41.596Z | + cleanup |
1603 | 2024-10-07T07:27:41.599Z | ++ id -un |
1604 | 2024-10-07T07:27:41.705Z | ++ id -gn |
1605 | 2024-10-07T07:27:41.708Z | + pfexec chown -R build:build . |
1606 | 2024-10-07T07:27:41.788Z | process exited: duration 526638 ms, exit code 101 |
|
1607 | 2024-10-07T07:27:41.794Z | found 0 output files |