|
|
|
1 | 2024-12-19T05:31:36.493Z | job assigned to worker 01JFEPAXVCR9M8S7ZE4485R5ZY [factory aws, i-0a3ef719eb3013572] (queued for 1 m 11 s) |
|
2 | 2024-12-19T05:31:44.286Z | starting task 0: "setup" |
3 | 2024-12-19T05:31:44.297Z | ++ uname -s |
4 | 2024-12-19T05:31:44.301Z | + kern=SunOS |
5 | 2024-12-19T05:31:44.301Z | + case "$kern" in |
6 | 2024-12-19T05:31:44.301Z | + groupadd -g 12345 build |
7 | 2024-12-19T05:31:44.303Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T05:31:46.309Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T05:31:46.425Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T05:31:46.428Z | + home_fs=zfs |
11 | 2024-12-19T05:31:46.428Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T05:31:46.428Z | + mkdir -p /home/build |
13 | 2024-12-19T05:31:46.430Z | + chown build:build /home/build /work |
14 | 2024-12-19T05:31:48.431Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T05:31:48.434Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-12-19T05:31:48.440Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T05:31:48.445Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T05:31:48.445Z | ' stable |
19 | 2024-12-19T05:31:48.445Z | * toolchain channel = "stable" |
20 | 2024-12-19T05:31:48.445Z | * toolchain profile = "default" |
21 | 2024-12-19T05:31:48.445Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T05:31:48.445Z | ' default |
23 | 2024-12-19T05:31:48.448Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T05:31:48.448Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-19T05:31:48.574Z | info: downloading installer |
26 | 2024-12-19T05:31:49.960Z | info: profile set to 'default' |
27 | 2024-12-19T05:31:49.960Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T05:31:49.968Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-19T05:31:50.099Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-19T05:31:50.099Z | info: downloading component 'cargo' |
31 | 2024-12-19T05:31:50.837Z | info: downloading component 'clippy' |
32 | 2024-12-19T05:31:51.117Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T05:31:52.144Z | info: downloading component 'rust-std' |
34 | 2024-12-19T05:31:53.651Z | info: downloading component 'rustc' |
35 | 2024-12-19T05:31:59.324Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T05:31:59.542Z | info: installing component 'cargo' |
37 | 2024-12-19T05:32:00.352Z | info: installing component 'clippy' |
38 | 2024-12-19T05:32:00.724Z | info: installing component 'rust-docs' |
39 | 2024-12-19T05:32:02.406Z | info: installing component 'rust-std' |
40 | 2024-12-19T05:32:04.061Z | info: installing component 'rustc' |
41 | 2024-12-19T05:32:09.779Z | info: installing component 'rustfmt' |
42 | 2024-12-19T05:32:10.110Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-19T05:32:10.110Z | |
44 | 2024-12-19T05:32:10.505Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-19T05:32:10.505Z | |
46 | 2024-12-19T05:32:10.508Z | |
47 | 2024-12-19T05:32:10.508Z | Rust is installed now. Great! |
48 | 2024-12-19T05:32:10.508Z | |
49 | 2024-12-19T05:32:10.509Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T05:32:10.509Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T05:32:10.509Z | |
52 | 2024-12-19T05:32:10.509Z | To configure your current shell, you need to source |
53 | 2024-12-19T05:32:10.509Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T05:32:10.509Z | |
55 | 2024-12-19T05:32:10.509Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T05:32:10.509Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T05:32:10.509Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T05:32:10.587Z | + rustc --version |
59 | 2024-12-19T05:32:10.654Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-19T05:32:10.657Z | process exited: duration 22215 ms, exit code 0 |
|
61 | 2024-12-19T05:32:10.663Z | starting task 2: "authentication" |
62 | 2024-12-19T05:32:10.684Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T05:32:10.689Z | starting task 3: "clone repository" |
64 | 2024-12-19T05:32:10.693Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-19T05:32:10.696Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-19T05:32:10.740Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-19T05:32:11.317Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-19T05:32:11.317Z | + git fetch origin 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
69 | 2024-12-19T05:32:11.560Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-19T05:32:11.560Z | * branch 750dc4b0c18c6888cbd897b28d2f74e592339a1b -> FETCH_HEAD |
71 | 2024-12-19T05:32:11.568Z | + [[ -n renovate/libc-0.x-lockfile ]] |
72 | 2024-12-19T05:32:11.571Z | ++ git branch --show-current |
73 | 2024-12-19T05:32:11.574Z | + current=main |
74 | 2024-12-19T05:32:11.574Z | + [[ main != renovate/libc-0.x-lockfile ]] |
75 | 2024-12-19T05:32:11.574Z | + git branch -f renovate/libc-0.x-lockfile 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
76 | 2024-12-19T05:32:11.578Z | + git checkout -f renovate/libc-0.x-lockfile |
77 | 2024-12-19T05:32:11.593Z | Switched to branch 'renovate/libc-0.x-lockfile' |
78 | 2024-12-19T05:32:11.595Z | + git reset --hard 750dc4b0c18c6888cbd897b28d2f74e592339a1b |
79 | 2024-12-19T05:32:11.607Z | HEAD is now at 750dc4b Update Rust crate libc to v0.2.169 |
80 | 2024-12-19T05:32:11.611Z | process exited: duration 919 ms, exit code 0 |
|
81 | 2024-12-19T05:32:11.617Z | starting task 4: "build" |
82 | 2024-12-19T05:32:11.622Z | ++ cargo --version |
83 | 2024-12-19T05:32:11.627Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-19T05:32:11.770Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-19T05:32:11.770Z | info: downloading component 'cargo' |
86 | 2024-12-19T05:32:12.498Z | info: downloading component 'clippy' |
87 | 2024-12-19T05:32:12.767Z | info: downloading component 'rust-docs' |
88 | 2024-12-19T05:32:13.766Z | info: downloading component 'rust-std' |
89 | 2024-12-19T05:32:15.316Z | info: downloading component 'rustc' |
90 | 2024-12-19T05:32:20.881Z | info: downloading component 'rustfmt' |
91 | 2024-12-19T05:32:21.092Z | info: installing component 'cargo' |
92 | 2024-12-19T05:32:21.885Z | info: installing component 'clippy' |
93 | 2024-12-19T05:32:22.241Z | info: installing component 'rust-docs' |
94 | 2024-12-19T05:32:23.800Z | info: installing component 'rust-std' |
95 | 2024-12-19T05:32:25.506Z | info: installing component 'rustc' |
96 | 2024-12-19T05:32:31.138Z | info: installing component 'rustfmt' |
97 | 2024-12-19T05:32:31.538Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-19T05:32:31.543Z | ++ rustc --version |
99 | 2024-12-19T05:32:31.613Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-19T05:32:31.620Z | ++ dladm |
101 | 2024-12-19T05:32:31.620Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-19T05:32:31.620Z | ena0 phys 9216 up -- -- |
103 | 2024-12-19T05:32:31.620Z | ++ ipadm |
104 | 2024-12-19T05:32:31.634Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-19T05:32:31.635Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-19T05:32:31.635Z | ena0/dhcp dhcp ok 10.150.1.254/24 |
107 | 2024-12-19T05:32:31.635Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-19T05:32:31.635Z | ++ banner collect |
109 | 2024-12-19T05:32:31.654Z | |
110 | 2024-12-19T05:32:31.654Z | #### #### # # ###### #### ##### |
111 | 2024-12-19T05:32:31.654Z | # # # # # # # # # # |
112 | 2024-12-19T05:32:31.655Z | # # # # # ##### # # |
113 | 2024-12-19T05:32:31.655Z | # # # # # # # # |
114 | 2024-12-19T05:32:31.655Z | # # # # # # # # # # |
115 | 2024-12-19T05:32:31.655Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-19T05:32:31.655Z | |
117 | 2024-12-19T05:32:31.655Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-19T05:32:31.655Z | ++ repo=softnpu |
119 | 2024-12-19T05:32:31.655Z | ++ series=image |
120 | 2024-12-19T05:32:31.655Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-19T05:32:31.655Z | ++ name=softnpu |
122 | 2024-12-19T05:32:31.656Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-19T05:32:31.656Z | ++ mkdir -p download |
124 | 2024-12-19T05:32:31.656Z | ++ pushd download |
125 | 2024-12-19T05:32:31.656Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-19T05:32:31.656Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-19T05:32:31.656Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-19T05:32:31.656Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-19T05:32:31.656Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-19T05:32:32.123Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 45.9M 0 --:--:-- --:--:-- --:--:-- 45.9M |
131 | 2024-12-19T05:32:32.133Z | ++ popd |
132 | 2024-12-19T05:32:32.133Z | /work/oxidecomputer/maghemite |
133 | 2024-12-19T05:32:32.133Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-19T05:32:32.133Z | ++ repo=sidecar-lite |
135 | 2024-12-19T05:32:32.133Z | ++ series=release |
136 | 2024-12-19T05:32:32.133Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-19T05:32:32.133Z | ++ name=libsidecar_lite.so |
138 | 2024-12-19T05:32:32.133Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-19T05:32:32.133Z | ++ mkdir -p download |
140 | 2024-12-19T05:32:32.133Z | ++ pushd download |
141 | 2024-12-19T05:32:32.133Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-19T05:32:32.133Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-19T05:32:32.134Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-19T05:32:32.134Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-19T05:32:32.134Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-19T05:32:32.427Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
79 20.3M 79 16.1M 0 0 63.9M 0 --:--:-- --:--:-- --:--:-- 63.9M
100 20.3M 100 20.3M 0 0 68.4M 0 --:--:-- --:--:-- --:--:-- 68.3M |
147 | 2024-12-19T05:32:32.430Z | ++ popd |
148 | 2024-12-19T05:32:32.431Z | /work/oxidecomputer/maghemite |
149 | 2024-12-19T05:32:32.431Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-19T05:32:32.431Z | ++ repo=sidecar-lite |
151 | 2024-12-19T05:32:32.431Z | ++ series=release |
152 | 2024-12-19T05:32:32.431Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-19T05:32:32.431Z | ++ name=scadm |
154 | 2024-12-19T05:32:32.431Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-19T05:32:32.432Z | ++ mkdir -p download |
156 | 2024-12-19T05:32:32.432Z | ++ pushd download |
157 | 2024-12-19T05:32:32.432Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-19T05:32:32.432Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-19T05:32:32.432Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-19T05:32:32.437Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-19T05:32:32.437Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-19T05:32:32.885Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 51.7M 0 --:--:-- --:--:-- --:--:-- 51.9M |
163 | 2024-12-19T05:32:32.888Z | ++ popd |
164 | 2024-12-19T05:32:32.888Z | /work/oxidecomputer/maghemite |
165 | 2024-12-19T05:32:32.888Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-19T05:32:32.888Z | ++ repo=dendrite |
167 | 2024-12-19T05:32:32.888Z | ++ series=image |
168 | 2024-12-19T05:32:32.888Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-19T05:32:32.888Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-19T05:32:32.888Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-19T05:32:32.888Z | ++ mkdir -p download |
172 | 2024-12-19T05:32:32.888Z | ++ pushd download |
173 | 2024-12-19T05:32:32.888Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-19T05:32:32.888Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-19T05:32:32.888Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-19T05:32:32.891Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-19T05:32:32.891Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-19T05:32:33.593Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63 37.5M 63 23.7M 0 0 48.4M 0 --:--:-- --:--:-- --:--:-- 48.3M
100 37.5M 100 37.5M 0 0 54.9M 0 --:--:-- --:--:-- --:--:-- 54.9M |
179 | 2024-12-19T05:32:33.603Z | ++ popd |
180 | 2024-12-19T05:32:33.603Z | /work/oxidecomputer/maghemite |
181 | 2024-12-19T05:32:33.603Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-19T05:32:33.603Z | ++ repo=maghemite |
183 | 2024-12-19T05:32:33.603Z | ++ series=release |
184 | 2024-12-19T05:32:33.603Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-19T05:32:33.603Z | ++ name=ddmd |
186 | 2024-12-19T05:32:33.603Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-19T05:32:33.603Z | ++ mkdir -p download |
188 | 2024-12-19T05:32:33.603Z | ++ pushd download |
189 | 2024-12-19T05:32:33.603Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-19T05:32:33.603Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-19T05:32:33.603Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-19T05:32:33.603Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-19T05:32:33.603Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-19T05:32:34.290Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 58.5M 0 --:--:-- --:--:-- --:--:-- 58.6M |
195 | 2024-12-19T05:32:34.298Z | ++ popd |
196 | 2024-12-19T05:32:34.298Z | /work/oxidecomputer/maghemite |
197 | 2024-12-19T05:32:34.298Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-19T05:32:34.298Z | ++ repo=maghemite |
199 | 2024-12-19T05:32:34.299Z | ++ series=release |
200 | 2024-12-19T05:32:34.299Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-19T05:32:34.299Z | ++ name=ddmadm |
202 | 2024-12-19T05:32:34.299Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-19T05:32:34.299Z | ++ mkdir -p download |
204 | 2024-12-19T05:32:34.299Z | ++ pushd download |
205 | 2024-12-19T05:32:34.299Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-19T05:32:34.299Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-19T05:32:34.299Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-19T05:32:34.304Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-19T05:32:34.304Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-19T05:32:34.676Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 48.3M 0 --:--:-- --:--:-- --:--:-- 48.3M |
211 | 2024-12-19T05:32:34.680Z | ++ popd |
212 | 2024-12-19T05:32:34.680Z | /work/oxidecomputer/maghemite |
213 | 2024-12-19T05:32:34.683Z | ++ pushd download |
214 | 2024-12-19T05:32:34.683Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-19T05:32:34.683Z | ++ chmod +x softnpu |
216 | 2024-12-19T05:32:34.683Z | ++ chmod +x scadm |
217 | 2024-12-19T05:32:34.685Z | ++ chmod +x ddmadm |
218 | 2024-12-19T05:32:34.688Z | ++ chmod +x ddmd |
219 | 2024-12-19T05:32:34.691Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-19T05:32:34.691Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-19T05:32:34.694Z | ++ rm -rf zones/dendrite |
222 | 2024-12-19T05:32:34.696Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-19T05:32:34.698Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-19T05:32:35.459Z | ++ popd |
225 | 2024-12-19T05:32:35.459Z | /work/oxidecomputer/maghemite |
226 | 2024-12-19T05:32:35.459Z | ++ banner install |
227 | 2024-12-19T05:32:35.462Z | |
228 | 2024-12-19T05:32:35.462Z | # # # #### ##### ## # # |
229 | 2024-12-19T05:32:35.462Z | # ## # # # # # # # |
230 | 2024-12-19T05:32:35.462Z | # # # # #### # # # # # |
231 | 2024-12-19T05:32:35.462Z | # # # # # # ###### # # |
232 | 2024-12-19T05:32:35.462Z | # # ## # # # # # # # |
233 | 2024-12-19T05:32:35.462Z | # # # #### # # # ###### ###### |
234 | 2024-12-19T05:32:35.462Z | |
235 | 2024-12-19T05:32:35.464Z | ++ pkg info brand/sparse |
236 | 2024-12-19T05:32:35.464Z | ++ grep -qi installed |
237 | 2024-12-19T05:32:37.104Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-19T05:32:37.104Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-19T05:32:37.104Z | |
240 | 2024-12-19T05:32:37.104Z | brand/sparse |
241 | 2024-12-19T05:32:37.151Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-19T05:32:37.151Z | ++ set -o errexit |
243 | 2024-12-19T05:32:37.151Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-19T05:32:46.224Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-19T05:32:50.033Z | Startup: Caching catalogs ... Done |
246 | 2024-12-19T05:33:00.616Z | Planning: Solver setup ... Done |
247 | 2024-12-19T05:33:00.751Z | Planning: Running solver ... Done |
248 | 2024-12-19T05:33:00.858Z | Planning: Finding local manifests ... Done |
249 | 2024-12-19T05:33:00.870Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-19T05:33:00.964Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-19T05:33:01.036Z | Planning: Package planning ... Done |
252 | 2024-12-19T05:33:01.042Z | Planning: Merging actions ... Done |
253 | 2024-12-19T05:33:01.234Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-19T05:33:03.214Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-19T05:33:03.633Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-19T05:33:03.701Z | Planning: Planning completed in 13.57 seconds |
257 | 2024-12-19T05:33:03.717Z | Packages to install: 1 |
258 | 2024-12-19T05:33:03.717Z | Packages to update: 2 |
259 | 2024-12-19T05:33:03.720Z | Create boot environment: No |
260 | 2024-12-19T05:33:03.720Z | Create backup boot environment: Yes |
261 | 2024-12-19T05:33:03.788Z | |
262 | 2024-12-19T05:33:03.788Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-19T05:33:08.515Z | Download: Completed 8.03 MB in 4.73 seconds (1.7M/s) |
264 | 2024-12-19T05:33:10.525Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-19T05:33:10.549Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-19T05:33:10.663Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-19T05:33:10.971Z | Actions: Completed 1419 actions in 0.45 seconds. |
268 | 2024-12-19T05:33:11.344Z | Done |
269 | 2024-12-19T05:33:11.346Z | Done |
270 | 2024-12-19T05:33:11.868Z | Done |
271 | 2024-12-19T05:33:16.135Z | Done |
272 | 2024-12-19T05:33:16.218Z | Done |
273 | 2024-12-19T05:33:16.221Z | Done |
274 | 2024-12-19T05:33:16.327Z | Done |
275 | 2024-12-19T05:33:16.712Z | ++ set -o errexit |
276 | 2024-12-19T05:33:16.712Z | ++ set -o pipefail |
277 | 2024-12-19T05:33:16.712Z | ++ banner build |
278 | 2024-12-19T05:33:16.715Z | |
279 | 2024-12-19T05:33:16.715Z | ##### # # # # ##### |
280 | 2024-12-19T05:33:16.715Z | # # # # # # # # |
281 | 2024-12-19T05:33:16.715Z | ##### # # # # # # |
282 | 2024-12-19T05:33:16.715Z | # # # # # # # # |
283 | 2024-12-19T05:33:16.715Z | # # # # # # # # |
284 | 2024-12-19T05:33:16.715Z | ##### #### # ###### ##### |
285 | 2024-12-19T05:33:16.715Z | |
286 | 2024-12-19T05:33:16.715Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-19T05:33:16.895Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-19T05:33:17.151Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-19T05:33:17.397Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-19T05:33:17.397Z | * [new branch] ci -> origin/ci |
291 | 2024-12-19T05:33:17.400Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
292 | 2024-12-19T05:33:17.400Z | * [new branch] main -> origin/main |
293 | 2024-12-19T05:33:17.400Z | * [new ref] -> origin/HEAD |
294 | 2024-12-19T05:33:17.410Z | Updating crates.io index |
295 | 2024-12-19T05:33:17.413Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-12-19T05:33:18.139Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-12-19T05:33:18.139Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-12-19T05:33:18.331Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-12-19T05:33:19.541Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-12-19T05:33:19.541Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-12-19T05:33:19.581Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-12-19T05:33:20.008Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-12-19T05:33:20.009Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-12-19T05:33:20.029Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-12-19T05:33:20.475Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-12-19T05:33:20.475Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-12-19T05:33:20.488Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-12-19T05:33:24.341Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-12-19T05:33:24.341Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-12-19T05:33:24.372Z | * [new tag] dogfood -> dogfood |
311 | 2024-12-19T05:33:24.375Z | * [new tag] v5 -> v5 |
312 | 2024-12-19T05:33:24.375Z | * [new tag] v6 -> v6 |
313 | 2024-12-19T05:33:24.375Z | * [new tag] v7 -> v7 |
314 | 2024-12-19T05:33:24.375Z | * [new tag] v8 -> v8 |
315 | 2024-12-19T05:33:24.375Z | * [new tag] v9 -> v9 |
316 | 2024-12-19T05:33:24.736Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-12-19T05:33:25.317Z | From https://github.com/oxidecomputer/opte |
318 | 2024-12-19T05:33:25.317Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-12-19T05:33:25.388Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-12-19T05:33:25.802Z | From https://github.com/illumos/smf-rs |
321 | 2024-12-19T05:33:25.802Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-12-19T05:33:25.813Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-12-19T05:33:26.306Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-12-19T05:33:26.306Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-12-19T05:33:26.325Z | * [new tag] rift -> rift |
326 | 2024-12-19T05:33:26.328Z | * [new tag] srp -> srp |
327 | 2024-12-19T05:33:26.329Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-12-19T05:33:26.381Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-12-19T05:33:26.769Z | From https://github.com/oxidecomputer/zone |
330 | 2024-12-19T05:33:26.769Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-12-19T05:33:26.812Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-12-19T05:33:27.594Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-12-19T05:33:27.594Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-12-19T05:33:27.682Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-12-19T05:33:28.113Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-12-19T05:33:28.113Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-12-19T05:33:28.141Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-12-19T05:33:28.578Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-12-19T05:33:28.578Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-12-19T05:33:28.594Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-12-19T05:33:28.608Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-12-19T05:33:28.996Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-12-19T05:33:28.996Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-12-19T05:33:29.019Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-12-19T05:33:29.497Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-12-19T05:33:29.497Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-12-19T05:33:29.543Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-12-19T05:33:29.946Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-12-19T05:33:29.946Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-12-19T05:33:29.967Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-12-19T05:33:30.354Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-12-19T05:33:30.354Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-12-19T05:33:30.387Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-12-19T05:33:30.776Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-12-19T05:33:30.776Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-12-19T05:33:30.825Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-12-19T05:33:31.200Z | From https://github.com/illumos/libscf-sys |
358 | 2024-12-19T05:33:31.200Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-12-19T05:33:31.210Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-12-19T05:33:32.095Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-12-19T05:33:32.095Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-12-19T05:33:32.115Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-12-19T05:33:32.119Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-12-19T05:33:32.119Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-12-19T05:33:32.119Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-12-19T05:33:32.119Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-12-19T05:33:32.119Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-12-19T05:33:32.119Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-12-19T05:33:32.230Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-12-19T05:33:33.044Z | From https://github.com/oxidecomputer/typify |
371 | 2024-12-19T05:33:33.044Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-12-19T05:33:33.048Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-12-19T05:33:33.064Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-12-19T05:33:33.066Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-12-19T05:33:33.066Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-12-19T05:33:33.066Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-12-19T05:33:33.066Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-12-19T05:33:33.067Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-12-19T05:33:33.067Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-12-19T05:33:33.067Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-12-19T05:33:33.067Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-12-19T05:33:33.067Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-12-19T05:33:33.067Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-12-19T05:33:33.067Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-12-19T05:33:33.068Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-12-19T05:33:33.281Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-12-19T05:33:34.213Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-12-19T05:33:34.213Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-12-19T05:33:34.288Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-12-19T05:33:34.758Z | From https://github.com/oxidecomputer/opte |
391 | 2024-12-19T05:33:34.759Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-12-19T05:33:34.806Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-12-19T05:33:35.589Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-12-19T05:33:35.589Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-12-19T05:33:36.290Z | Downloading crates ... |
396 | 2024-12-19T05:33:36.376Z | Downloaded ahash v0.8.11 |
397 | 2024-12-19T05:33:36.380Z | Downloaded ciborium-io v0.2.2 |
398 | 2024-12-19T05:33:36.383Z | Downloaded atomicwrites v0.4.4 |
399 | 2024-12-19T05:33:36.386Z | Downloaded equivalent v1.0.1 |
400 | 2024-12-19T05:33:36.388Z | Downloaded const-random v0.1.18 |
401 | 2024-12-19T05:33:36.391Z | Downloaded crc8 v0.1.1 |
402 | 2024-12-19T05:33:36.394Z | Downloaded cstr-argument v0.1.2 |
403 | 2024-12-19T05:33:36.396Z | Downloaded async-stream-impl v0.3.5 |
404 | 2024-12-19T05:33:36.396Z | Downloaded darling_macro v0.20.10 |
405 | 2024-12-19T05:33:36.396Z | Downloaded parking_lot_core v0.8.6 |
406 | 2024-12-19T05:33:36.399Z | Downloaded futures-sink v0.3.30 |
407 | 2024-12-19T05:33:36.401Z | Downloaded password-hash v0.5.0 |
408 | 2024-12-19T05:33:36.404Z | Downloaded crunchy v0.2.2 |
409 | 2024-12-19T05:33:36.406Z | Downloaded crucible-workspace-hack v0.1.0 |
410 | 2024-12-19T05:33:36.406Z | Downloaded parking_lot_core v0.9.10 |
411 | 2024-12-19T05:33:36.409Z | Downloaded progenitor-client v0.8.0 |
412 | 2024-12-19T05:33:36.412Z | Downloaded foreign-types v0.3.2 |
413 | 2024-12-19T05:33:36.415Z | Downloaded pretty-hex v0.4.1 |
414 | 2024-12-19T05:33:36.417Z | Downloaded percent-encoding v2.3.1 |
415 | 2024-12-19T05:33:36.420Z | Downloaded foreign-types-shared v0.3.1 |
416 | 2024-12-19T05:33:36.423Z | Downloaded anstream v0.6.15 |
417 | 2024-12-19T05:33:36.425Z | Downloaded foreign-types-shared v0.1.1 |
418 | 2024-12-19T05:33:36.425Z | Downloaded const-random-macro v0.1.16 |
419 | 2024-12-19T05:33:36.430Z | Downloaded serde-big-array v0.5.1 |
420 | 2024-12-19T05:33:36.433Z | Downloaded dtrace-parser v0.2.0 |
421 | 2024-12-19T05:33:36.436Z | Downloaded anstyle-query v1.1.1 |
422 | 2024-12-19T05:33:36.436Z | Downloaded proc-macro-crate v3.2.0 |
423 | 2024-12-19T05:33:36.438Z | Downloaded ciborium-ll v0.2.2 |
424 | 2024-12-19T05:33:36.438Z | Downloaded block-buffer v0.10.4 |
425 | 2024-12-19T05:33:36.440Z | Downloaded paste v1.0.15 |
426 | 2024-12-19T05:33:36.443Z | Downloaded serde_tokenstream v0.2.2 |
427 | 2024-12-19T05:33:36.446Z | Downloaded serde_urlencoded v0.7.1 |
428 | 2024-12-19T05:33:36.449Z | Downloaded parse-display v0.10.0 |
429 | 2024-12-19T05:33:36.450Z | Downloaded fixedbitset v0.4.2 |
430 | 2024-12-19T05:33:36.452Z | Downloaded defmt-parser v0.3.4 |
431 | 2024-12-19T05:33:36.452Z | Downloaded defmt v0.3.8 |
432 | 2024-12-19T05:33:36.456Z | Downloaded sigpipe v0.1.3 |
433 | 2024-12-19T05:33:36.458Z | Downloaded pest_generator v2.7.13 |
434 | 2024-12-19T05:33:36.461Z | Downloaded dirs-next v2.0.0 |
435 | 2024-12-19T05:33:36.461Z | Downloaded digest v0.10.7 |
436 | 2024-12-19T05:33:36.463Z | Downloaded deranged v0.3.11 |
437 | 2024-12-19T05:33:36.466Z | Downloaded slab v0.4.9 |
438 | 2024-12-19T05:33:36.466Z | Downloaded futures-core v0.3.30 |
439 | 2024-12-19T05:33:36.468Z | Downloaded rand_chacha v0.3.1 |
440 | 2024-12-19T05:33:36.471Z | Downloaded float-ord v0.3.2 |
441 | 2024-12-19T05:33:36.471Z | Downloaded embedded-io v0.4.0 |
442 | 2024-12-19T05:33:36.475Z | Downloaded slog-envlogger v2.2.0 |
443 | 2024-12-19T05:33:36.477Z | Downloaded cobs v0.2.3 |
444 | 2024-12-19T05:33:36.477Z | Downloaded dyn-clone v1.0.17 |
445 | 2024-12-19T05:33:36.477Z | Downloaded dirs-sys-next v0.1.2 |
446 | 2024-12-19T05:33:36.479Z | Downloaded schemars_derive v0.8.21 |
447 | 2024-12-19T05:33:36.481Z | Downloaded futures-macro v0.3.30 |
448 | 2024-12-19T05:33:36.484Z | Downloaded sha1 v0.10.6 |
449 | 2024-12-19T05:33:36.487Z | Downloaded hubpack_derive v0.1.1 |
450 | 2024-12-19T05:33:36.487Z | Downloaded slog-dtrace v0.3.0 |
451 | 2024-12-19T05:33:36.493Z | Downloaded ident_case v1.0.1 |
452 | 2024-12-19T05:33:36.493Z | Downloaded newline-converter v0.3.0 |
453 | 2024-12-19T05:33:36.495Z | Downloaded postcard v1.0.10 |
454 | 2024-12-19T05:33:36.496Z | Downloaded rustc-hash v2.0.0 |
455 | 2024-12-19T05:33:36.496Z | Downloaded foreign-types-macros v0.2.3 |
456 | 2024-12-19T05:33:36.498Z | Downloaded semver v1.0.23 |
457 | 2024-12-19T05:33:36.501Z | Downloaded form_urlencoded v1.2.1 |
458 | 2024-12-19T05:33:36.503Z | Downloaded defmt-macros v0.3.9 |
459 | 2024-12-19T05:33:36.505Z | Downloaded shlex v1.3.0 |
460 | 2024-12-19T05:33:36.508Z | Downloaded rustls-pemfile v1.0.4 |
461 | 2024-12-19T05:33:36.511Z | Downloaded futures-executor v0.3.30 |
462 | 2024-12-19T05:33:36.511Z | Downloaded cancel-safe-futures v0.1.5 |
463 | 2024-12-19T05:33:36.515Z | Downloaded async-trait v0.1.83 |
464 | 2024-12-19T05:33:36.517Z | Downloaded serde_spanned v0.6.7 |
465 | 2024-12-19T05:33:36.520Z | Downloaded proc-macro-error v1.0.4 |
466 | 2024-12-19T05:33:36.523Z | Downloaded semver v0.1.20 |
467 | 2024-12-19T05:33:36.525Z | Downloaded fastrand v2.1.1 |
468 | 2024-12-19T05:33:36.527Z | Downloaded sha2 v0.10.8 |
469 | 2024-12-19T05:33:36.530Z | Downloaded backoff v0.4.0 |
470 | 2024-12-19T05:33:36.532Z | Downloaded pest_derive v2.7.13 |
471 | 2024-12-19T05:33:36.534Z | Downloaded slog-async v2.8.0 |
472 | 2024-12-19T05:33:36.537Z | Downloaded instant v0.1.13 |
473 | 2024-12-19T05:33:36.537Z | Downloaded serde_derive_internals v0.29.1 |
474 | 2024-12-19T05:33:36.539Z | Downloaded rustls-pemfile v2.1.3 |
475 | 2024-12-19T05:33:36.542Z | Downloaded newtype_derive v0.1.6 |
476 | 2024-12-19T05:33:36.544Z | Downloaded progenitor-impl v0.8.0 |
477 | 2024-12-19T05:33:36.547Z | Downloaded linked-hash-map v0.5.6 |
478 | 2024-12-19T05:33:36.547Z | Downloaded is-terminal v0.4.13 |
479 | 2024-12-19T05:33:36.547Z | Downloaded heck v0.5.0 |
480 | 2024-12-19T05:33:36.550Z | Downloaded pin-project-lite v0.2.14 |
481 | 2024-12-19T05:33:36.553Z | Downloaded is_terminal_polyfill v1.70.1 |
482 | 2024-12-19T05:33:36.556Z | Downloaded smf v0.2.3 |
483 | 2024-12-19T05:33:36.560Z | Downloaded num_enum_derive v0.5.11 |
484 | 2024-12-19T05:33:36.560Z | Downloaded fxhash v0.2.1 |
485 | 2024-12-19T05:33:36.564Z | Downloaded quote v1.0.37 |
486 | 2024-12-19T05:33:36.564Z | Downloaded num-integer v0.1.46 |
487 | 2024-12-19T05:33:36.568Z | Downloaded managed v0.8.0 |
488 | 2024-12-19T05:33:36.568Z | Downloaded crossbeam-utils v0.8.20 |
489 | 2024-12-19T05:33:36.570Z | Downloaded tinyvec_macros v0.1.1 |
490 | 2024-12-19T05:33:36.573Z | Downloaded num-conv v0.1.0 |
491 | 2024-12-19T05:33:36.573Z | Downloaded rustls-pki-types v1.8.0 |
492 | 2024-12-19T05:33:36.576Z | Downloaded ryu v1.0.18 |
493 | 2024-12-19T05:33:36.578Z | Downloaded static_assertions v1.1.0 |
494 | 2024-12-19T05:33:36.578Z | Downloaded futures v0.3.30 |
495 | 2024-12-19T05:33:36.583Z | Downloaded clap v4.5.23 |
496 | 2024-12-19T05:33:36.593Z | Downloaded omicron-workspace-hack v0.1.0 |
497 | 2024-12-19T05:33:36.596Z | Downloaded pest_meta v2.7.13 |
498 | 2024-12-19T05:33:36.599Z | Downloaded heck v0.4.1 |
499 | 2024-12-19T05:33:36.599Z | Downloaded prettyplease v0.2.22 |
500 | 2024-12-19T05:33:36.602Z | Downloaded structmeta v0.3.0 |
501 | 2024-12-19T05:33:36.604Z | Downloaded strsim v0.11.1 |
502 | 2024-12-19T05:33:36.607Z | Downloaded native-tls v0.2.12 |
503 | 2024-12-19T05:33:36.610Z | Downloaded hyper-rustls v0.27.3 |
504 | 2024-12-19T05:33:36.612Z | Downloaded openssl-probe v0.1.5 |
505 | 2024-12-19T05:33:36.613Z | Downloaded cookie v0.18.1 |
506 | 2024-12-19T05:33:36.615Z | Downloaded darling_core v0.20.10 |
507 | 2024-12-19T05:33:36.621Z | Downloaded strum v0.26.3 |
508 | 2024-12-19T05:33:36.623Z | Downloaded lazy_static v1.5.0 |
509 | 2024-12-19T05:33:36.625Z | Downloaded thiserror v1.0.69 |
510 | 2024-12-19T05:33:36.629Z | Downloaded try-lock v0.2.5 |
511 | 2024-12-19T05:33:36.632Z | Downloaded humantime v2.1.0 |
512 | 2024-12-19T05:33:36.636Z | Downloaded num_enum v0.7.3 |
513 | 2024-12-19T05:33:36.639Z | Downloaded zerocopy-derive v0.7.35 |
514 | 2024-12-19T05:33:36.642Z | Downloaded want v0.3.1 |
515 | 2024-12-19T05:33:36.645Z | Downloaded waitgroup v0.1.2 |
516 | 2024-12-19T05:33:36.647Z | Downloaded match_cfg v0.1.0 |
517 | 2024-12-19T05:33:36.647Z | Downloaded schemars v0.8.21 |
518 | 2024-12-19T05:33:36.661Z | Downloaded lru-cache v0.1.2 |
519 | 2024-12-19T05:33:36.663Z | Downloaded ipnet v2.10.0 |
520 | 2024-12-19T05:33:36.665Z | Downloaded hyper-tls v0.6.0 |
521 | 2024-12-19T05:33:36.669Z | Downloaded hyper-tls v0.5.0 |
522 | 2024-12-19T05:33:36.669Z | Downloaded hostname v0.4.0 |
523 | 2024-12-19T05:33:36.672Z | Downloaded tower-service v0.3.3 |
524 | 2024-12-19T05:33:36.672Z | Downloaded bytes v1.7.2 |
525 | 2024-12-19T05:33:36.675Z | Downloaded base64 v0.22.1 |
526 | 2024-12-19T05:33:36.679Z | Downloaded thread_local v1.1.8 |
527 | 2024-12-19T05:33:36.683Z | Downloaded structmeta-derive v0.3.0 |
528 | 2024-12-19T05:33:36.683Z | Downloaded num-derive v0.4.2 |
529 | 2024-12-19T05:33:36.685Z | Downloaded typify v0.2.0 |
530 | 2024-12-19T05:33:36.688Z | Downloaded thread-id v4.2.2 |
531 | 2024-12-19T05:33:36.688Z | Downloaded time-core v0.1.2 |
532 | 2024-12-19T05:33:36.690Z | Downloaded tabwriter v1.4.0 |
533 | 2024-12-19T05:33:36.690Z | Downloaded indent_write v2.2.0 |
534 | 2024-12-19T05:33:36.693Z | Downloaded serde_yaml v0.9.34+deprecated |
535 | 2024-12-19T05:33:36.695Z | Downloaded time-macros v0.2.18 |
536 | 2024-12-19T05:33:36.698Z | Downloaded whoami v1.5.2 |
537 | 2024-12-19T05:33:36.698Z | Downloaded quinn v0.11.5 |
538 | 2024-12-19T05:33:36.701Z | Downloaded num-complex v0.4.6 |
539 | 2024-12-19T05:33:36.704Z | Downloaded unicode-ident v1.0.13 |
540 | 2024-12-19T05:33:36.706Z | Downloaded getrandom v0.2.15 |
541 | 2024-12-19T05:33:36.709Z | Downloaded utf8parse v0.2.2 |
542 | 2024-12-19T05:33:36.712Z | Downloaded linear-map v1.2.0 |
543 | 2024-12-19T05:33:36.712Z | Downloaded num_enum_derive v0.7.3 |
544 | 2024-12-19T05:33:36.714Z | Downloaded memmap v0.7.0 |
545 | 2024-12-19T05:33:36.717Z | Downloaded parking_lot v0.12.3 |
546 | 2024-12-19T05:33:36.719Z | Downloaded once_cell v1.20.2 |
547 | 2024-12-19T05:33:36.722Z | Downloaded version_check v0.9.5 |
548 | 2024-12-19T05:33:36.724Z | Downloaded expectorate v1.1.0 |
549 | 2024-12-19T05:33:36.727Z | Downloaded mime v0.3.17 |
550 | 2024-12-19T05:33:36.727Z | Downloaded slog-scope v4.4.0 |
551 | 2024-12-19T05:33:36.729Z | Downloaded httpdate v1.0.3 |
552 | 2024-12-19T05:33:36.729Z | Downloaded subtle v2.6.1 |
553 | 2024-12-19T05:33:36.732Z | Downloaded strum_macros v0.26.4 |
554 | 2024-12-19T05:33:36.735Z | Downloaded toml_datetime v0.6.8 |
555 | 2024-12-19T05:33:36.735Z | Downloaded http-body-util v0.1.2 |
556 | 2024-12-19T05:33:36.738Z | Downloaded httparse v1.9.4 |
557 | 2024-12-19T05:33:36.740Z | Downloaded http-body v0.4.6 |
558 | 2024-12-19T05:33:36.743Z | Downloaded num-rational v0.4.2 |
559 | 2024-12-19T05:33:36.743Z | Downloaded owo-colors v4.1.0 |
560 | 2024-12-19T05:33:36.745Z | Downloaded num-traits v0.2.19 |
561 | 2024-12-19T05:33:36.748Z | Downloaded usdt-macro v0.5.0 |
562 | 2024-12-19T05:33:36.751Z | Downloaded zone v0.3.0 |
563 | 2024-12-19T05:33:36.751Z | Downloaded uuid v1.11.0 |
564 | 2024-12-19T05:33:36.754Z | Downloaded tracing-core v0.1.32 |
565 | 2024-12-19T05:33:36.757Z | Downloaded typify-macro v0.2.0 |
566 | 2024-12-19T05:33:36.760Z | Downloaded spin v0.5.2 |
567 | 2024-12-19T05:33:36.760Z | Downloaded num v0.4.3 |
568 | 2024-12-19T05:33:36.762Z | Downloaded lock_api v0.4.12 |
569 | 2024-12-19T05:33:36.763Z | Downloaded tinyvec v1.8.0 |
570 | 2024-12-19T05:33:36.765Z | Downloaded libsw v3.3.1 |
571 | 2024-12-19T05:33:36.770Z | Downloaded crossbeam-channel v0.5.13 |
572 | 2024-12-19T05:33:36.772Z | Downloaded tiny-keccak v2.0.2 |
573 | 2024-12-19T05:33:36.775Z | Downloaded iana-time-zone v0.1.61 |
574 | 2024-12-19T05:33:36.778Z | Downloaded strum_macros v0.25.3 |
575 | 2024-12-19T05:33:36.780Z | Downloaded smartstring v1.0.1 |
576 | 2024-12-19T05:33:36.783Z | Downloaded slog-term v2.9.1 |
577 | 2024-12-19T05:33:36.785Z | Downloaded log v0.4.22 |
578 | 2024-12-19T05:33:36.788Z | Downloaded tempfile v3.12.0 |
579 | 2024-12-19T05:33:36.790Z | Downloaded heapless v0.8.0 |
580 | 2024-12-19T05:33:36.794Z | Downloaded parking_lot v0.11.2 |
581 | 2024-12-19T05:33:36.799Z | Downloaded typenum v1.17.0 |
582 | 2024-12-19T05:33:36.802Z | Downloaded cc v1.1.21 |
583 | 2024-12-19T05:33:36.803Z | Downloaded unsafe-libyaml v0.2.11 |
584 | 2024-12-19T05:33:36.806Z | Downloaded hyper-rustls v0.24.2 |
585 | 2024-12-19T05:33:36.809Z | Downloaded indexmap v1.9.3 |
586 | 2024-12-19T05:33:36.811Z | Downloaded tokio-native-tls v0.3.1 |
587 | 2024-12-19T05:33:36.815Z | Downloaded half v2.4.1 |
588 | 2024-12-19T05:33:36.818Z | Downloaded term v0.7.0 |
589 | 2024-12-19T05:33:36.822Z | Downloaded socket2 v0.5.8 |
590 | 2024-12-19T05:33:36.827Z | Downloaded ucd-trie v0.1.6 |
591 | 2024-12-19T05:33:36.827Z | Downloaded steno v0.4.1 |
592 | 2024-12-19T05:33:36.829Z | Downloaded hickory-resolver v0.24.1 |
593 | 2024-12-19T05:33:36.832Z | Downloaded toml v0.8.19 |
594 | 2024-12-19T05:33:36.837Z | Downloaded smallvec v1.13.2 |
595 | 2024-12-19T05:33:36.839Z | Downloaded zerocopy v0.6.6 |
596 | 2024-12-19T05:33:36.844Z | Downloaded serde v1.0.215 |
597 | 2024-12-19T05:33:36.847Z | Downloaded base64 v0.21.7 |
598 | 2024-12-19T05:33:36.849Z | Downloaded unicode-bidi v0.3.15 |
599 | 2024-12-19T05:33:36.852Z | Downloaded tokio-rustls v0.26.0 |
600 | 2024-12-19T05:33:36.855Z | Downloaded pest v2.7.13 |
601 | 2024-12-19T05:33:36.859Z | Downloaded thiserror-impl v1.0.69 |
602 | 2024-12-19T05:33:36.862Z | Downloaded indexmap v2.5.0 |
603 | 2024-12-19T05:33:36.867Z | Downloaded scroll v0.12.0 |
604 | 2024-12-19T05:33:36.870Z | Downloaded hostname v0.3.1 |
605 | 2024-12-19T05:33:36.870Z | Downloaded usdt-impl v0.5.0 |
606 | 2024-12-19T05:33:36.870Z | Downloaded openssl-sys v0.9.103 |
607 | 2024-12-19T05:33:36.875Z | Downloaded usdt v0.5.0 |
608 | 2024-12-19T05:33:36.880Z | Downloaded spin v0.9.8 |
609 | 2024-12-19T05:33:36.880Z | Downloaded toml_edit v0.22.21 |
610 | 2024-12-19T05:33:36.901Z | Downloaded http v1.2.0 |
611 | 2024-12-19T05:33:36.905Z | Downloaded aho-corasick v1.1.3 |
612 | 2024-12-19T05:33:36.911Z | Downloaded http v0.2.12 |
613 | 2024-12-19T05:33:36.915Z | Downloaded url v2.5.2 |
614 | 2024-12-19T05:33:36.918Z | Downloaded unicode-segmentation v1.12.0 |
615 | 2024-12-19T05:33:36.922Z | Downloaded tracing v0.1.40 |
616 | 2024-12-19T05:33:36.926Z | Downloaded hashbrown v0.14.5 |
617 | 2024-12-19T05:33:36.932Z | Downloaded time v0.3.36 |
618 | 2024-12-19T05:33:36.939Z | Downloaded serde_json v1.0.133 |
619 | 2024-12-19T05:33:36.947Z | Downloaded hyper-util v0.1.10 |
620 | 2024-12-19T05:33:36.951Z | Downloaded libm v0.2.8 |
621 | 2024-12-19T05:33:36.959Z | Downloaded zerocopy v0.7.35 |
622 | 2024-12-19T05:33:36.977Z | Downloaded h2 v0.4.6 |
623 | 2024-12-19T05:33:36.983Z | Downloaded reqwest v0.11.27 |
624 | 2024-12-19T05:33:36.991Z | Downloaded mio v1.0.2 |
625 | 2024-12-19T05:33:36.997Z | Downloaded itertools v0.12.1 |
626 | 2024-12-19T05:33:37.005Z | Downloaded reqwest v0.12.9 |
627 | 2024-12-19T05:33:37.013Z | Downloaded webpki-roots v0.26.6 |
628 | 2024-12-19T05:33:37.017Z | Downloaded itertools v0.13.0 |
629 | 2024-12-19T05:33:37.025Z | Downloaded webpki-roots v0.25.4 |
630 | 2024-12-19T05:33:37.029Z | Downloaded idna v0.5.0 |
631 | 2024-12-19T05:33:37.036Z | Downloaded rustls-webpki v0.102.8 |
632 | 2024-12-19T05:33:37.057Z | Downloaded futures-util v0.3.30 |
633 | 2024-12-19T05:33:37.067Z | Downloaded hyper v1.5.1 |
634 | 2024-12-19T05:33:37.074Z | Downloaded smoltcp v0.11.0 |
635 | 2024-12-19T05:33:37.086Z | Downloaded winnow v0.6.18 |
636 | 2024-12-19T05:33:37.094Z | Downloaded winnow v0.5.40 |
637 | 2024-12-19T05:33:37.103Z | Downloaded h2 v0.3.26 |
638 | 2024-12-19T05:33:37.110Z | Downloaded hickory-proto v0.24.1 |
639 | 2024-12-19T05:33:37.126Z | Downloaded syn v1.0.109 |
640 | 2024-12-19T05:33:37.137Z | Downloaded goblin v0.8.2 |
641 | 2024-12-19T05:33:37.143Z | Downloaded regex v1.10.6 |
642 | 2024-12-19T05:33:37.156Z | Downloaded quinn-proto v0.11.8 |
643 | 2024-12-19T05:33:37.162Z | Downloaded portable-atomic v1.8.0 |
644 | 2024-12-19T05:33:37.169Z | Downloaded vcpkg v0.2.15 |
645 | 2024-12-19T05:33:37.207Z | Downloaded typify-impl v0.2.0 |
646 | 2024-12-19T05:33:37.222Z | Downloaded unicode-width v0.1.14 |
647 | 2024-12-19T05:33:37.228Z | Downloaded syn v2.0.87 |
648 | 2024-12-19T05:33:37.240Z | Downloaded regress v0.10.1 |
649 | 2024-12-19T05:33:37.248Z | Downloaded openssl v0.10.66 |
650 | 2024-12-19T05:33:37.258Z | Downloaded rustls v0.21.12 |
651 | 2024-12-19T05:33:37.270Z | Downloaded rustls v0.23.13 |
652 | 2024-12-19T05:33:37.283Z | Downloaded rustix v0.38.37 |
653 | 2024-12-19T05:33:37.304Z | Downloaded openapiv3 v2.0.0 |
654 | 2024-12-19T05:33:37.316Z | Downloaded regex-syntax v0.8.4 |
655 | 2024-12-19T05:33:37.324Z | Downloaded rustls v0.22.4 |
656 | 2024-12-19T05:33:37.337Z | Downloaded rhai v1.20.0 |
657 | 2024-12-19T05:33:37.349Z | Downloaded regress v0.9.1 |
658 | 2024-12-19T05:33:37.358Z | Downloaded dropshot v0.12.0 |
659 | 2024-12-19T05:33:37.377Z | Downloaded sled v0.34.7 |
660 | 2024-12-19T05:33:37.387Z | Downloaded idna v0.4.0 |
661 | 2024-12-19T05:33:37.394Z | Downloaded chrono v0.4.38 |
662 | 2024-12-19T05:33:37.401Z | Downloaded minimal-lexical v0.2.1 |
663 | 2024-12-19T05:33:37.405Z | Downloaded hashbrown v0.12.3 |
664 | 2024-12-19T05:33:37.410Z | Downloaded hyper v0.14.30 |
665 | 2024-12-19T05:33:37.417Z | Downloaded zerocopy-derive v0.6.6 |
666 | 2024-12-19T05:33:37.428Z | Downloaded tokio v1.42.0 |
667 | 2024-12-19T05:33:37.465Z | Downloaded itertools v0.10.5 |
668 | 2024-12-19T05:33:37.471Z | Downloaded regex-automata v0.4.7 |
669 | 2024-12-19T05:33:37.488Z | Downloaded rustls-webpki v0.101.7 |
670 | 2024-12-19T05:33:37.501Z | Downloaded unicode-normalization v0.1.24 |
671 | 2024-12-19T05:33:37.504Z | Downloaded serde_with v3.9.0 |
672 | 2024-12-19T05:33:37.513Z | Downloaded toml_edit v0.19.15 |
673 | 2024-12-19T05:33:37.528Z | Downloaded tokio-util v0.7.12 |
674 | 2024-12-19T05:33:37.535Z | Downloaded nom v7.1.3 |
675 | 2024-12-19T05:33:37.540Z | Downloaded petgraph v0.6.5 |
676 | 2024-12-19T05:33:37.557Z | Downloaded memchr v2.7.4 |
677 | 2024-12-19T05:33:37.562Z | Downloaded libc v0.2.169 |
678 | 2024-12-19T05:33:37.586Z | Downloaded clap_builder v4.5.23 |
679 | 2024-12-19T05:33:37.592Z | Downloaded multer v3.1.0 |
680 | 2024-12-19T05:33:37.595Z | Downloaded serde_derive v1.0.215 |
681 | 2024-12-19T05:33:37.597Z | Downloaded hubpack v0.1.2 |
682 | 2024-12-19T05:33:37.600Z | Downloaded highway v1.2.0 |
683 | 2024-12-19T05:33:37.602Z | Downloaded hex v0.4.3 |
684 | 2024-12-19T05:33:37.602Z | Downloaded tracing-attributes v0.1.27 |
685 | 2024-12-19T05:33:37.604Z | Downloaded tokio-rustls v0.25.0 |
686 | 2024-12-19T05:33:37.607Z | Downloaded tokio-rustls v0.24.1 |
687 | 2024-12-19T05:33:37.609Z | Downloaded thin-vec v0.2.13 |
688 | 2024-12-19T05:33:37.609Z | Downloaded num_enum v0.5.11 |
689 | 2024-12-19T05:33:37.613Z | Downloaded num-iter v0.1.45 |
690 | 2024-12-19T05:33:37.616Z | Downloaded num-derive v0.3.3 |
691 | 2024-12-19T05:33:37.616Z | Downloaded tokio-macros v2.4.0 |
692 | 2024-12-19T05:33:37.619Z | Downloaded generic-array v0.14.7 |
693 | 2024-12-19T05:33:37.619Z | Downloaded futures-task v0.3.30 |
694 | 2024-12-19T05:33:37.621Z | Downloaded crossbeam-epoch v0.9.18 |
695 | 2024-12-19T05:33:37.623Z | Downloaded openssl-macros v0.1.1 |
696 | 2024-12-19T05:33:37.623Z | Downloaded zone_cfg_derive v0.3.0 |
697 | 2024-12-19T05:33:37.623Z | Downloaded take_mut v0.2.2 |
698 | 2024-12-19T05:33:37.626Z | Downloaded sync_wrapper v1.0.1 |
699 | 2024-12-19T05:33:37.626Z | Downloaded encoding_rs v0.8.34 |
700 | 2024-12-19T05:33:37.647Z | Downloaded sync_wrapper v0.1.2 |
701 | 2024-12-19T05:33:37.651Z | Downloaded swrite v0.1.0 |
702 | 2024-12-19T05:33:37.651Z | Downloaded slog-json v2.6.1 |
703 | 2024-12-19T05:33:37.651Z | Downloaded arc-swap v1.7.1 |
704 | 2024-12-19T05:33:37.654Z | Downloaded no-std-compat v0.4.1 |
705 | 2024-12-19T05:33:37.654Z | Downloaded newtype-uuid v1.1.0 |
706 | 2024-12-19T05:33:37.654Z | Downloaded ipnetwork v0.20.0 |
707 | 2024-12-19T05:33:37.657Z | Downloaded rand v0.8.5 |
708 | 2024-12-19T05:33:37.659Z | Downloaded serde_with_macros v3.9.0 |
709 | 2024-12-19T05:33:37.662Z | Downloaded allocator-api2 v0.2.18 |
710 | 2024-12-19T05:33:37.665Z | Downloaded num_threads v0.1.7 |
711 | 2024-12-19T05:33:37.665Z | Downloaded usdt-attr-macro v0.5.0 |
712 | 2024-12-19T05:33:37.665Z | Downloaded zeroize v1.8.1 |
713 | 2024-12-19T05:33:37.668Z | Downloaded untrusted v0.9.0 |
714 | 2024-12-19T05:33:37.668Z | Downloaded terminal_size v0.4.0 |
715 | 2024-12-19T05:33:37.670Z | Downloaded slog v2.7.0 |
716 | 2024-12-19T05:33:37.673Z | Downloaded similar v2.6.0 |
717 | 2024-12-19T05:33:37.675Z | Downloaded proc-macro2 v1.0.86 |
718 | 2024-12-19T05:33:37.678Z | Downloaded stable_deref_trait v1.2.0 |
719 | 2024-12-19T05:33:37.680Z | Downloaded blake2 v0.10.6 |
720 | 2024-12-19T05:33:37.682Z | Downloaded slog-stdlog v4.1.1 |
721 | 2024-12-19T05:33:37.682Z | Downloaded dropshot_endpoint v0.12.0 |
722 | 2024-12-19T05:33:37.685Z | Downloaded derive_more v0.99.18 |
723 | 2024-12-19T05:33:37.689Z | Downloaded derive-where v1.2.7 |
724 | 2024-12-19T05:33:37.692Z | Downloaded camino-tempfile v1.1.1 |
725 | 2024-12-19T05:33:37.695Z | Downloaded bitflags v2.6.0 |
726 | 2024-12-19T05:33:37.697Z | Downloaded anyhow v1.0.94 |
727 | 2024-12-19T05:33:37.701Z | Downloaded macaddr v1.0.1 |
728 | 2024-12-19T05:33:37.703Z | Downloaded itoa v1.0.11 |
729 | 2024-12-19T05:33:37.703Z | Downloaded slog-bunyan v2.5.0 |
730 | 2024-12-19T05:33:37.706Z | Downloaded sct v0.7.1 |
731 | 2024-12-19T05:33:37.708Z | Downloaded camino v1.1.9 |
732 | 2024-12-19T05:33:37.710Z | Downloaded argon2 v0.5.3 |
733 | 2024-12-19T05:33:37.713Z | Downloaded hash32 v0.3.1 |
734 | 2024-12-19T05:33:37.713Z | Downloaded rustc_version v0.1.7 |
735 | 2024-12-19T05:33:37.713Z | Downloaded resolv-conf v0.7.0 |
736 | 2024-12-19T05:33:37.715Z | Downloaded rhai_codegen v2.2.0 |
737 | 2024-12-19T05:33:37.721Z | Downloaded serde_repr v0.1.19 |
738 | 2024-12-19T05:33:37.723Z | Downloaded quick-error v1.2.3 |
739 | 2024-12-19T05:33:37.726Z | Downloaded progenitor-macro v0.8.0 |
740 | 2024-12-19T05:33:37.726Z | Downloaded proc-macro-error-attr v1.0.4 |
741 | 2024-12-19T05:33:37.726Z | Downloaded pkg-config v0.3.31 |
742 | 2024-12-19T05:33:37.729Z | Downloaded futures-channel v0.3.30 |
743 | 2024-12-19T05:33:37.731Z | Downloaded crc32fast v1.4.2 |
744 | 2024-12-19T05:33:37.734Z | Downloaded ciborium v0.2.2 |
745 | 2024-12-19T05:33:37.734Z | Downloaded base64ct v1.6.0 |
746 | 2024-12-19T05:33:37.736Z | Downloaded console v0.15.8 |
747 | 2024-12-19T05:33:37.739Z | Downloaded clap_derive v4.5.18 |
748 | 2024-12-19T05:33:37.741Z | Downloaded cpufeatures v0.2.14 |
749 | 2024-12-19T05:33:37.741Z | Downloaded fnv v1.0.7 |
750 | 2024-12-19T05:33:37.744Z | Downloaded darling v0.20.10 |
751 | 2024-12-19T05:33:37.747Z | Downloaded http-body v1.0.1 |
752 | 2024-12-19T05:33:37.747Z | Downloaded errno v0.3.9 |
753 | 2024-12-19T05:33:37.749Z | Downloaded embedded-io v0.6.1 |
754 | 2024-12-19T05:33:37.749Z | Downloaded debug-ignore v1.0.5 |
755 | 2024-12-19T05:33:37.752Z | Downloaded colorchoice v1.0.2 |
756 | 2024-12-19T05:33:37.752Z | Downloaded clap_lex v0.7.4 |
757 | 2024-12-19T05:33:37.752Z | Downloaded bitflags v1.3.2 |
758 | 2024-12-19T05:33:37.755Z | Downloaded anstyle v1.0.10 |
759 | 2024-12-19T05:33:37.758Z | Downloaded serde_path_to_error v0.1.16 |
760 | 2024-12-19T05:33:37.758Z | Downloaded scopeguard v1.2.0 |
761 | 2024-12-19T05:33:37.760Z | Downloaded rustc_version v0.4.1 |
762 | 2024-12-19T05:33:37.760Z | Downloaded futures-io v0.3.30 |
763 | 2024-12-19T05:33:37.763Z | Downloaded dof v0.3.0 |
764 | 2024-12-19T05:33:37.763Z | Downloaded rustversion v1.0.17 |
765 | 2024-12-19T05:33:37.765Z | Downloaded rand_core v0.6.4 |
766 | 2024-12-19T05:33:37.765Z | Downloaded pin-utils v0.1.0 |
767 | 2024-12-19T05:33:37.768Z | Downloaded signal-hook-registry v1.4.2 |
768 | 2024-12-19T05:33:37.768Z | Downloaded quinn-udp v0.5.5 |
769 | 2024-12-19T05:33:37.770Z | Downloaded foreign-types v0.5.0 |
770 | 2024-12-19T05:33:37.770Z | Downloaded enum-as-inner v0.6.1 |
771 | 2024-12-19T05:33:37.771Z | Downloaded either v1.13.0 |
772 | 2024-12-19T05:33:37.773Z | Downloaded byteorder v1.5.0 |
773 | 2024-12-19T05:33:37.776Z | Downloaded atomic-waker v1.1.2 |
774 | 2024-12-19T05:33:37.776Z | Downloaded async-stream v0.3.5 |
775 | 2024-12-19T05:33:37.776Z | Downloaded pretty-hex v0.2.1 |
776 | 2024-12-19T05:33:37.779Z | Downloaded ppv-lite86 v0.2.20 |
777 | 2024-12-19T05:33:37.779Z | Downloaded plain v0.2.3 |
778 | 2024-12-19T05:33:37.781Z | Downloaded anstyle-parse v0.2.5 |
779 | 2024-12-19T05:33:37.781Z | Downloaded crypto-common v0.1.6 |
780 | 2024-12-19T05:33:37.784Z | Downloaded convert_case v0.4.0 |
781 | 2024-12-19T05:33:37.784Z | Downloaded cfg-if v1.0.0 |
782 | 2024-12-19T05:33:37.784Z | Downloaded data-encoding v2.6.0 |
783 | 2024-12-19T05:33:37.786Z | Downloaded progenitor v0.8.0 |
784 | 2024-12-19T05:33:37.787Z | Downloaded proc-macro-crate v1.3.1 |
785 | 2024-12-19T05:33:37.787Z | Downloaded powerfmt v0.2.0 |
786 | 2024-12-19T05:33:37.789Z | Downloaded parse-display-derive v0.10.0 |
787 | 2024-12-19T05:33:37.789Z | Downloaded autocfg v1.3.0 |
788 | 2024-12-19T05:33:37.792Z | Downloaded colored v2.1.0 |
789 | 2024-12-19T05:33:37.794Z | Downloaded scroll_derive v0.12.0 |
790 | 2024-12-19T05:33:37.878Z | Downloaded ring v0.17.8 |
791 | 2024-12-19T05:33:38.213Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-12-19T05:33:38.213Z | Compiling unicode-ident v1.0.13 |
793 | 2024-12-19T05:33:38.216Z | Compiling libc v0.2.169 |
794 | 2024-12-19T05:33:38.216Z | Compiling serde v1.0.215 |
795 | 2024-12-19T05:33:38.216Z | Compiling version_check v0.9.5 |
796 | 2024-12-19T05:33:38.217Z | Compiling autocfg v1.3.0 |
797 | 2024-12-19T05:33:38.217Z | Compiling cfg-if v1.0.0 |
798 | 2024-12-19T05:33:38.355Z | Compiling once_cell v1.20.2 |
799 | 2024-12-19T05:33:38.375Z | Compiling libm v0.2.8 |
800 | 2024-12-19T05:33:38.513Z | Compiling memchr v2.7.4 |
801 | 2024-12-19T05:33:38.807Z | Compiling byteorder v1.5.0 |
802 | 2024-12-19T05:33:38.908Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-12-19T05:33:38.954Z | Compiling shlex v1.3.0 |
804 | 2024-12-19T05:33:39.237Z | Compiling lock_api v0.4.12 |
805 | 2024-12-19T05:33:39.342Z | Compiling cc v1.1.21 |
806 | 2024-12-19T05:33:39.592Z | Compiling thiserror v1.0.69 |
807 | 2024-12-19T05:33:39.868Z | Compiling itoa v1.0.11 |
808 | 2024-12-19T05:33:40.095Z | Compiling quote v1.0.37 |
809 | 2024-12-19T05:33:40.114Z | Compiling portable-atomic v1.8.0 |
810 | 2024-12-19T05:33:40.169Z | Compiling slab v0.4.9 |
811 | 2024-12-19T05:33:40.516Z | Compiling syn v2.0.87 |
812 | 2024-12-19T05:33:40.537Z | Compiling getrandom v0.2.15 |
813 | 2024-12-19T05:33:40.726Z | Compiling schemars v0.8.21 |
814 | 2024-12-19T05:33:40.885Z | Compiling ahash v0.8.11 |
815 | 2024-12-19T05:33:40.903Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-12-19T05:33:40.956Z | Compiling num-traits v0.2.19 |
817 | 2024-12-19T05:33:41.145Z | Compiling ryu v1.0.18 |
818 | 2024-12-19T05:33:41.435Z | Compiling serde_json v1.0.133 |
819 | 2024-12-19T05:33:41.773Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-12-19T05:33:42.068Z | Compiling scopeguard v1.2.0 |
821 | 2024-12-19T05:33:42.088Z | Compiling log v0.4.22 |
822 | 2024-12-19T05:33:42.133Z | Compiling equivalent v1.0.1 |
823 | 2024-12-19T05:33:42.234Z | Compiling heck v0.5.0 |
824 | 2024-12-19T05:33:42.254Z | Compiling fnv v1.0.7 |
825 | 2024-12-19T05:33:42.318Z | Compiling ring v0.17.8 |
826 | 2024-12-19T05:33:42.560Z | Compiling pkg-config v0.3.31 |
827 | 2024-12-19T05:33:42.679Z | Compiling crunchy v0.2.2 |
828 | 2024-12-19T05:33:42.736Z | Compiling vcpkg v0.2.15 |
829 | 2024-12-19T05:33:43.205Z | Compiling socket2 v0.5.8 |
830 | 2024-12-19T05:33:43.396Z | Compiling signal-hook-registry v1.4.2 |
831 | 2024-12-19T05:33:43.874Z | Compiling mio v1.0.2 |
832 | 2024-12-19T05:33:44.216Z | Compiling tiny-keccak v2.0.2 |
833 | 2024-12-19T05:33:44.237Z | Compiling slog v2.7.0 |
834 | 2024-12-19T05:33:44.434Z | Compiling openssl-sys v0.9.103 |
835 | 2024-12-19T05:33:44.530Z | Compiling httparse v1.9.4 |
836 | 2024-12-19T05:33:44.856Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-12-19T05:33:45.251Z | Compiling futures-core v0.3.30 |
838 | 2024-12-19T05:33:45.315Z | Compiling const-random-macro v0.1.16 |
839 | 2024-12-19T05:33:45.441Z | Compiling dyn-clone v1.0.17 |
840 | 2024-12-19T05:33:45.480Z | Compiling futures-sink v0.3.30 |
841 | 2024-12-19T05:33:45.652Z | Compiling openssl v0.10.66 |
842 | 2024-12-19T05:33:45.890Z | Compiling typenum v1.17.0 |
843 | 2024-12-19T05:33:46.062Z | Compiling const-random v0.1.18 |
844 | 2024-12-19T05:33:46.116Z | Compiling semver v1.0.23 |
845 | 2024-12-19T05:33:46.155Z | Compiling native-tls v0.2.12 |
846 | 2024-12-19T05:33:46.175Z | Compiling rustls v0.23.13 |
847 | 2024-12-19T05:33:46.324Z | Compiling futures-channel v0.3.30 |
848 | 2024-12-19T05:33:46.347Z | Compiling futures-task v0.3.30 |
849 | 2024-12-19T05:33:46.529Z | Compiling futures-io v0.3.30 |
850 | 2024-12-19T05:33:46.567Z | Compiling pin-utils v0.1.0 |
851 | 2024-12-19T05:33:46.633Z | Compiling generic-array v0.14.7 |
852 | 2024-12-19T05:33:46.670Z | Compiling tracing-core v0.1.32 |
853 | 2024-12-19T05:33:46.690Z | Compiling bitflags v2.6.0 |
854 | 2024-12-19T05:33:46.798Z | Compiling subtle v2.6.1 |
855 | 2024-12-19T05:33:46.836Z | Compiling ucd-trie v0.1.6 |
856 | 2024-12-19T05:33:46.856Z | Compiling aho-corasick v1.1.3 |
857 | 2024-12-19T05:33:46.874Z | Compiling anyhow v1.0.94 |
858 | 2024-12-19T05:33:47.068Z | Compiling regex-syntax v0.8.4 |
859 | 2024-12-19T05:33:47.227Z | Compiling num-conv v0.1.0 |
860 | 2024-12-19T05:33:47.289Z | Compiling time-core v0.1.2 |
861 | 2024-12-19T05:33:47.479Z | Compiling time-macros v0.2.18 |
862 | 2024-12-19T05:33:47.810Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-12-19T05:33:48.508Z | Compiling spin v0.9.8 |
864 | 2024-12-19T05:33:48.832Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-12-19T05:33:50.019Z | Compiling usdt-impl v0.5.0 |
866 | 2024-12-19T05:33:50.076Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-12-19T05:33:50.390Z | Compiling untrusted v0.9.0 |
868 | 2024-12-19T05:33:50.535Z | Compiling regex-automata v0.4.7 |
869 | 2024-12-19T05:33:50.654Z | Compiling plain v0.2.3 |
870 | 2024-12-19T05:33:50.811Z | Compiling strsim v0.11.1 |
871 | 2024-12-19T05:33:51.127Z | Compiling tinyvec_macros v0.1.1 |
872 | 2024-12-19T05:33:51.225Z | Compiling rustversion v1.0.17 |
873 | 2024-12-19T05:33:51.593Z | Compiling atomic-waker v1.1.2 |
874 | 2024-12-19T05:33:51.790Z | Compiling tinyvec v1.8.0 |
875 | 2024-12-19T05:33:52.785Z | Compiling rand_core v0.6.4 |
876 | 2024-12-19T05:33:53.114Z | Compiling serde_derive v1.0.215 |
877 | 2024-12-19T05:33:53.281Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-12-19T05:33:53.415Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-12-19T05:33:53.858Z | Compiling tokio-macros v2.4.0 |
880 | 2024-12-19T05:33:54.041Z | Compiling schemars_derive v0.8.21 |
881 | 2024-12-19T05:33:55.413Z | Compiling zerocopy v0.7.35 |
882 | 2024-12-19T05:33:56.352Z | Compiling futures-macro v0.3.30 |
883 | 2024-12-19T05:33:57.301Z | Compiling openssl-macros v0.1.1 |
884 | 2024-12-19T05:33:57.405Z | Compiling tracing-attributes v0.1.27 |
885 | 2024-12-19T05:33:57.575Z | Compiling hashbrown v0.14.5 |
886 | 2024-12-19T05:33:58.145Z | Compiling scroll_derive v0.12.0 |
887 | 2024-12-19T05:33:58.223Z | Compiling pest v2.7.13 |
888 | 2024-12-19T05:33:58.245Z | Compiling futures-util v0.3.30 |
889 | 2024-12-19T05:33:58.967Z | Compiling regress v0.10.1 |
890 | 2024-12-19T05:33:59.511Z | Compiling regex v1.10.6 |
891 | 2024-12-19T05:33:59.604Z | Compiling scroll v0.12.0 |
892 | 2024-12-19T05:34:00.491Z | Compiling goblin v0.8.2 |
893 | 2024-12-19T05:34:01.108Z | Compiling tracing v0.1.40 |
894 | 2024-12-19T05:34:01.816Z | Compiling pest_meta v2.7.13 |
895 | 2024-12-19T05:34:03.671Z | Compiling pest_generator v2.7.13 |
896 | 2024-12-19T05:34:05.110Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-12-19T05:34:05.463Z | Compiling zeroize v1.8.1 |
898 | 2024-12-19T05:34:05.827Z | Compiling try-lock v0.2.5 |
899 | 2024-12-19T05:34:05.884Z | Compiling pest_derive v2.7.13 |
900 | 2024-12-19T05:34:05.994Z | Compiling pretty-hex v0.4.1 |
901 | 2024-12-19T05:34:06.492Z | Compiling percent-encoding v2.3.1 |
902 | 2024-12-19T05:34:06.822Z | Compiling bytes v1.7.2 |
903 | 2024-12-19T05:34:06.961Z | Compiling indexmap v2.5.0 |
904 | 2024-12-19T05:34:08.049Z | Compiling smallvec v1.13.2 |
905 | 2024-12-19T05:34:08.468Z | Compiling chrono v0.4.38 |
906 | 2024-12-19T05:34:09.430Z | Compiling parking_lot v0.12.3 |
907 | 2024-12-19T05:34:09.485Z | Compiling uuid v1.11.0 |
908 | 2024-12-19T05:34:09.567Z | Compiling serde_tokenstream v0.2.2 |
909 | 2024-12-19T05:34:09.592Z | Compiling http v1.2.0 |
910 | 2024-12-19T05:34:10.120Z | Compiling tokio v1.42.0 |
911 | 2024-12-19T05:34:12.755Z | Compiling openapiv3 v2.0.0 |
912 | 2024-12-19T05:34:13.973Z | Compiling unsafe-libyaml v0.2.11 |
913 | 2024-12-19T05:34:15.742Z | Compiling http-body v1.0.1 |
914 | 2024-12-19T05:34:16.008Z | Compiling typify-impl v0.2.0 |
915 | 2024-12-19T05:34:17.015Z | Compiling serde_yaml v0.9.34+deprecated |
916 | 2024-12-19T05:34:17.190Z | Compiling ipnetwork v0.20.0 |
917 | 2024-12-19T05:34:17.192Z | Compiling dof v0.3.0 |
918 | 2024-12-19T05:34:17.236Z | Compiling dtrace-parser v0.2.0 |
919 | 2024-12-19T05:34:18.973Z | Compiling form_urlencoded v1.2.1 |
920 | 2024-12-19T05:34:19.053Z | Compiling want v0.3.1 |
921 | 2024-12-19T05:34:19.368Z | Compiling unicode-normalization v0.1.24 |
922 | 2024-12-19T05:34:20.746Z | Compiling tokio-util v0.7.12 |
923 | 2024-12-19T05:34:20.826Z | Compiling thread-id v4.2.2 |
924 | 2024-12-19T05:34:20.938Z | Compiling foreign-types-shared v0.1.1 |
925 | 2024-12-19T05:34:20.959Z | Compiling camino v1.1.9 |
926 | 2024-12-19T05:34:21.060Z | Compiling ident_case v1.0.1 |
927 | 2024-12-19T05:34:21.074Z | Compiling httpdate v1.0.3 |
928 | 2024-12-19T05:34:21.249Z | Compiling rustls v0.22.4 |
929 | 2024-12-19T05:34:21.583Z | Compiling unicode-bidi v0.3.15 |
930 | 2024-12-19T05:34:21.603Z | Compiling syn v1.0.109 |
931 | 2024-12-19T05:34:21.815Z | Compiling h2 v0.4.6 |
932 | 2024-12-19T05:34:22.224Z | Compiling darling_core v0.20.10 |
933 | 2024-12-19T05:34:22.251Z | Compiling foreign-types v0.3.2 |
934 | 2024-12-19T05:34:22.793Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-12-19T05:34:23.957Z | Compiling slog-async v2.8.0 |
936 | 2024-12-19T05:34:24.584Z | Compiling tower-service v0.3.3 |
937 | 2024-12-19T05:34:25.246Z | Compiling rand_chacha v0.3.1 |
938 | 2024-12-19T05:34:25.458Z | Compiling idna v0.5.0 |
939 | 2024-12-19T05:34:27.013Z | Compiling hyper v1.5.1 |
940 | 2024-12-19T05:34:28.115Z | Compiling typify-macro v0.2.0 |
941 | 2024-12-19T05:34:28.354Z | Compiling darling_macro v0.20.10 |
942 | 2024-12-19T05:34:29.418Z | Compiling toml_datetime v0.6.8 |
943 | 2024-12-19T05:34:29.909Z | Compiling hyper-util v0.1.10 |
944 | 2024-12-19T05:34:32.124Z | Compiling typify v0.2.0 |
945 | 2024-12-19T05:34:32.274Z | Compiling progenitor-impl v0.8.0 |
946 | 2024-12-19T05:34:36.341Z | Compiling multer v3.1.0 |
947 | 2024-12-19T05:34:37.729Z | Compiling openssl-probe v0.1.5 |
948 | 2024-12-19T05:34:38.212Z | Compiling paste v1.0.15 |
949 | 2024-12-19T05:34:38.959Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-12-19T05:34:41.787Z | Compiling darling v0.20.10 |
951 | 2024-12-19T05:34:41.910Z | Compiling url v2.5.2 |
952 | 2024-12-19T05:34:42.251Z | Compiling rand v0.8.5 |
953 | 2024-12-19T05:34:44.908Z | Compiling usdt-macro v0.5.0 |
954 | 2024-12-19T05:34:46.442Z | Compiling usdt-attr-macro v0.5.0 |
955 | 2024-12-19T05:34:47.380Z | Compiling http-body-util v0.1.2 |
956 | 2024-12-19T05:34:48.008Z | Compiling async-trait v0.1.83 |
957 | 2024-12-19T05:34:49.389Z | Compiling encoding_rs v0.8.34 |
958 | 2024-12-19T05:34:49.726Z | Compiling ipnet v2.10.0 |
959 | 2024-12-19T05:34:49.981Z | Compiling base64 v0.22.1 |
960 | 2024-12-19T05:34:50.420Z | Compiling mime v0.3.17 |
961 | 2024-12-19T05:34:51.063Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-12-19T05:34:52.673Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-12-19T05:34:53.181Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-12-19T05:34:53.403Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-12-19T05:34:53.709Z | Compiling strum_macros v0.26.4 |
966 | 2024-12-19T05:34:54.663Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-12-19T05:34:55.821Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-12-19T05:34:55.924Z | Compiling structmeta-derive v0.3.0 |
969 | 2024-12-19T05:34:57.224Z | Compiling webpki-roots v0.26.6 |
970 | 2024-12-19T05:34:57.455Z | Compiling dropshot v0.12.0 |
971 | 2024-12-19T05:34:57.823Z | Compiling powerfmt v0.2.0 |
972 | 2024-12-19T05:34:58.293Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-12-19T05:34:58.659Z | Compiling structmeta v0.3.0 |
974 | 2024-12-19T05:34:58.898Z | Compiling deranged v0.3.11 |
975 | 2024-12-19T05:34:59.690Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-12-19T05:34:59.966Z | Compiling hyper-tls v0.6.0 |
977 | 2024-12-19T05:35:01.096Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-12-19T05:35:01.547Z | Compiling winnow v0.6.18 |
979 | 2024-12-19T05:35:04.108Z | Compiling num_threads v0.1.7 |
980 | 2024-12-19T05:35:04.244Z | Compiling time v0.3.36 |
981 | 2024-12-19T05:35:06.169Z | Compiling reqwest v0.12.9 |
982 | 2024-12-19T05:35:06.971Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-12-19T05:35:08.652Z | Compiling block-buffer v0.10.4 |
984 | 2024-12-19T05:35:08.905Z | Compiling crypto-common v0.1.6 |
985 | 2024-12-19T05:35:09.132Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-12-19T05:35:11.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-12-19T05:35:12.768Z | Compiling digest v0.10.7 |
988 | 2024-12-19T05:35:13.275Z | Compiling progenitor-client v0.8.0 |
989 | 2024-12-19T05:35:14.161Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-12-19T05:35:16.488Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-12-19T05:35:16.925Z | Compiling lazy_static v1.5.0 |
992 | 2024-12-19T05:35:17.075Z | Compiling rustix v0.38.37 |
993 | 2024-12-19T05:35:17.887Z | Compiling match_cfg v0.1.0 |
994 | 2024-12-19T05:35:17.989Z | Compiling hostname v0.3.1 |
995 | 2024-12-19T05:35:18.252Z | Compiling dirs-next v2.0.0 |
996 | 2024-12-19T05:35:18.319Z | Compiling progenitor v0.8.0 |
997 | 2024-12-19T05:35:18.538Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-12-19T05:35:21.238Z | Compiling futures-executor v0.3.30 |
999 | 2024-12-19T05:35:21.607Z | Compiling thread_local v1.1.8 |
1000 | 2024-12-19T05:35:22.273Z | Compiling errno v0.3.9 |
1001 | 2024-12-19T05:35:22.546Z | Compiling instant v0.1.13 |
1002 | 2024-12-19T05:35:22.908Z | Compiling cpufeatures v0.2.14 |
1003 | 2024-12-19T05:35:23.009Z | Compiling unicode-width v0.1.14 |
1004 | 2024-12-19T05:35:25.194Z | Compiling futures v0.3.30 |
1005 | 2024-12-19T05:35:26.682Z | Compiling term v0.7.0 |
1006 | 2024-12-19T05:35:27.104Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-12-19T05:35:29.432Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-12-19T05:35:29.688Z | Compiling is-terminal v0.4.13 |
1009 | 2024-12-19T05:35:29.716Z | Compiling memmap v0.7.0 |
1010 | 2024-12-19T05:35:30.127Z | Compiling take_mut v0.2.2 |
1011 | 2024-12-19T05:35:30.686Z | Compiling usdt v0.5.0 |
1012 | 2024-12-19T05:35:30.906Z | Compiling slog-term v2.9.1 |
1013 | 2024-12-19T05:35:32.142Z | Compiling toml_edit v0.22.21 |
1014 | 2024-12-19T05:35:33.548Z | Compiling slog-json v2.6.1 |
1015 | 2024-12-19T05:35:33.984Z | Compiling strum v0.26.3 |
1016 | 2024-12-19T05:35:34.180Z | Compiling serde_with v3.9.0 |
1017 | 2024-12-19T05:35:36.234Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-12-19T05:35:36.522Z | Compiling heapless v0.8.0 |
1019 | 2024-12-19T05:35:38.453Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-12-19T05:35:39.729Z | Compiling toml v0.8.19 |
1021 | 2024-12-19T05:35:41.594Z | Compiling slog-bunyan v2.5.0 |
1022 | 2024-12-19T05:35:41.624Z | Compiling sha1 v0.10.6 |
1023 | 2024-12-19T05:35:42.036Z | Compiling async-stream v0.3.5 |
1024 | 2024-12-19T05:35:42.347Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-12-19T05:35:42.436Z | Compiling hex v0.4.3 |
1026 | 2024-12-19T05:35:42.702Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-12-19T05:35:43.191Z | Compiling waitgroup v0.1.2 |
1028 | 2024-12-19T05:35:43.319Z | Compiling hostname v0.4.0 |
1029 | 2024-12-19T05:35:43.440Z | Compiling hash32 v0.3.1 |
1030 | 2024-12-19T05:35:43.720Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-19T05:35:43.812Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-12-19T05:35:46.720Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-12-19T05:35:46.814Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-12-19T05:35:46.909Z | Compiling backoff v0.4.0 |
1035 | 2024-12-19T05:35:47.324Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-12-19T05:35:47.359Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-12-19T05:35:47.570Z | Compiling parse-display v0.10.0 |
1038 | 2024-12-19T05:35:49.556Z | Compiling macaddr v1.0.1 |
1039 | 2024-12-19T05:35:50.189Z | Compiling regress v0.9.1 |
1040 | 2024-12-19T05:35:51.545Z | Compiling clap_derive v4.5.18 |
1041 | 2024-12-19T05:35:53.291Z | Compiling winnow v0.5.40 |
1042 | 2024-12-19T05:35:54.904Z | Compiling managed v0.8.0 |
1043 | 2024-12-19T05:35:55.438Z | Compiling utf8parse v0.2.2 |
1044 | 2024-12-19T05:35:55.608Z | Compiling cobs v0.2.3 |
1045 | 2024-12-19T05:35:56.042Z | Compiling bitflags v1.3.2 |
1046 | 2024-12-19T05:35:56.277Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1047 | 2024-12-19T05:35:57.003Z | Compiling toml_edit v0.19.15 |
1048 | 2024-12-19T05:35:57.228Z | Compiling postcard v1.0.10 |
1049 | 2024-12-19T05:35:57.972Z | Compiling anstyle-parse v0.2.5 |
1050 | 2024-12-19T05:35:58.385Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1051 | 2024-12-19T05:36:03.848Z | Compiling is_terminal_polyfill v1.70.1 |
1052 | 2024-12-19T05:36:03.990Z | Compiling colorchoice v1.0.2 |
1053 | 2024-12-19T05:36:04.890Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-12-19T05:36:05.054Z | Compiling anstyle v1.0.10 |
1055 | 2024-12-19T05:36:05.597Z | Compiling anstream v0.6.15 |
1056 | 2024-12-19T05:36:06.742Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-12-19T05:36:07.214Z | Compiling terminal_size v0.4.0 |
1058 | 2024-12-19T05:36:07.562Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-19T05:36:07.679Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1060 | 2024-12-19T05:36:08.044Z | Compiling clap_builder v4.5.23 |
1061 | 2024-12-19T05:36:08.233Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-12-19T05:36:10.115Z | Compiling tabwriter v1.4.0 |
1063 | 2024-12-19T05:36:10.292Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-12-19T05:36:10.578Z | Compiling num-integer v0.1.46 |
1065 | 2024-12-19T05:36:11.364Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-12-19T05:36:11.493Z | Compiling num_enum v0.5.11 |
1067 | 2024-12-19T05:36:11.647Z | Compiling foreign-types v0.5.0 |
1068 | 2024-12-19T05:36:12.000Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-12-19T05:36:12.298Z | Compiling clap v4.5.23 |
1070 | 2024-12-19T05:36:12.722Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-12-19T05:36:12.811Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-12-19T05:36:12.974Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-12-19T05:36:13.178Z | Compiling either v1.13.0 |
1074 | 2024-12-19T05:36:13.245Z | Compiling heck v0.4.1 |
1075 | 2024-12-19T05:36:13.370Z | Compiling prettyplease v0.2.22 |
1076 | 2024-12-19T05:36:13.780Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-12-19T05:36:14.171Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-12-19T05:36:14.357Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-12-19T05:36:15.561Z | Compiling num-rational v0.4.2 |
1080 | 2024-12-19T05:36:15.612Z | Compiling num-iter v0.1.45 |
1081 | 2024-12-19T05:36:16.183Z | Compiling colored v2.1.0 |
1082 | 2024-12-19T05:36:17.907Z | Compiling num-complex v0.4.6 |
1083 | 2024-12-19T05:36:18.374Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-12-19T05:36:18.522Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-12-19T05:36:18.836Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1086 | 2024-12-19T05:36:18.878Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1087 | 2024-12-19T05:36:19.186Z | Compiling fastrand v2.1.1 |
1088 | 2024-12-19T05:36:19.206Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1089 | 2024-12-19T05:36:19.563Z | Compiling tempfile v3.12.0 |
1090 | 2024-12-19T05:36:20.206Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-12-19T05:36:20.349Z | Compiling num v0.4.3 |
1092 | 2024-12-19T05:36:24.263Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-12-19T05:36:24.663Z | Compiling float-ord v0.3.2 |
1094 | 2024-12-19T05:36:24.820Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-12-19T05:36:24.865Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-12-19T05:36:32.173Z | Compiling semver v0.1.20 |
1097 | 2024-12-19T05:36:32.647Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-12-19T05:36:33.018Z | Compiling rustc_version v0.1.7 |
1099 | 2024-12-19T05:36:33.368Z | Compiling newline-converter v0.3.0 |
1100 | 2024-12-19T05:36:33.559Z | Compiling zone_cfg_derive v0.3.0 |
1101 | 2024-12-19T05:36:33.689Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-12-19T05:36:33.943Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-12-19T05:36:34.611Z | Compiling itertools v0.10.5 |
1104 | 2024-12-19T05:36:34.734Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-12-19T05:36:35.063Z | Compiling console v0.15.8 |
1106 | 2024-12-19T05:36:35.196Z | Compiling num-derive v0.4.2 |
1107 | 2024-12-19T05:36:36.608Z | Compiling sigpipe v0.1.3 |
1108 | 2024-12-19T05:36:36.744Z | Compiling base64ct v1.6.0 |
1109 | 2024-12-19T05:36:37.413Z | Compiling similar v2.6.0 |
1110 | 2024-12-19T05:36:37.732Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-12-19T05:36:37.884Z | Compiling zone v0.3.0 |
1112 | 2024-12-19T05:36:38.042Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-12-19T05:36:38.128Z | Compiling password-hash v0.5.0 |
1114 | 2024-12-19T05:36:39.631Z | Compiling expectorate v1.1.0 |
1115 | 2024-12-19T05:36:40.020Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-12-19T05:36:40.271Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-12-19T05:36:40.788Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-12-19T05:36:41.350Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-12-19T05:36:41.787Z | Compiling blake2 v0.10.6 |
1120 | 2024-12-19T05:36:42.935Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-12-19T05:36:43.248Z | Compiling smf v0.2.3 |
1122 | 2024-12-19T05:36:43.734Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-12-19T05:36:43.879Z | Compiling whoami v1.5.2 |
1124 | 2024-12-19T05:36:43.941Z | Compiling fixedbitset v0.4.2 |
1125 | 2024-12-19T05:36:44.135Z | Compiling cancel-safe-futures v0.1.5 |
1126 | 2024-12-19T05:36:44.528Z | Compiling owo-colors v4.1.0 |
1127 | 2024-12-19T05:36:44.820Z | Compiling petgraph v0.6.5 |
1128 | 2024-12-19T05:36:44.908Z | Compiling hubpack v0.1.2 |
1129 | 2024-12-19T05:36:45.761Z | Compiling argon2 v0.5.3 |
1130 | 2024-12-19T05:36:45.792Z | Compiling zerocopy v0.6.6 |
1131 | 2024-12-19T05:36:46.829Z | Compiling strum_macros v0.25.3 |
1132 | 2024-12-19T05:36:48.247Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-12-19T05:36:48.516Z | Compiling serde_repr v0.1.19 |
1134 | 2024-12-19T05:36:49.003Z | Compiling cookie v0.18.1 |
1135 | 2024-12-19T05:36:49.362Z | Compiling convert_case v0.4.0 |
1136 | 2024-12-19T05:36:49.366Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1137 | 2024-12-19T05:36:49.719Z | Compiling static_assertions v1.1.0 |
1138 | 2024-12-19T05:36:49.905Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-12-19T05:36:50.052Z | Compiling derive_more v0.99.18 |
1140 | 2024-12-19T05:36:50.560Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-12-19T05:36:52.396Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-19T05:36:52.728Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-19T05:36:53.631Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-12-19T05:36:55.202Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-12-19T05:36:55.709Z | Compiling itertools v0.13.0 |
1146 | 2024-12-19T05:36:56.839Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-12-19T05:36:58.067Z | Compiling idna v0.4.0 |
1148 | 2024-12-19T05:36:58.388Z | Compiling libsw v3.3.1 |
1149 | 2024-12-19T05:36:58.728Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-12-19T05:36:59.417Z | Compiling derive-where v1.2.7 |
1151 | 2024-12-19T05:36:59.484Z | Compiling swrite v0.1.0 |
1152 | 2024-12-19T05:36:59.620Z | Compiling data-encoding v2.6.0 |
1153 | 2024-12-19T05:36:59.865Z | Compiling linear-map v1.2.0 |
1154 | 2024-12-19T05:36:59.953Z | Compiling indent_write v2.2.0 |
1155 | 2024-12-19T05:37:00.193Z | Compiling linked-hash-map v0.5.6 |
1156 | 2024-12-19T05:37:00.295Z | Compiling quick-error v1.2.3 |
1157 | 2024-12-19T05:37:00.454Z | Compiling highway v1.2.0 |
1158 | 2024-12-19T05:37:00.621Z | Compiling lru-cache v0.1.2 |
1159 | 2024-12-19T05:37:00.862Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-12-19T05:37:01.880Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-12-19T05:37:01.901Z | Compiling hickory-proto v0.24.1 |
1162 | 2024-12-19T05:37:02.481Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-19T05:37:02.724Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-19T05:37:05.444Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-19T05:37:05.867Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-19T05:37:06.562Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-12-19T05:37:07.349Z | Compiling steno v0.4.1 |
1168 | 2024-12-19T05:37:10.750Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-12-19T05:37:11.109Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-12-19T05:37:11.206Z | Compiling parking_lot_core v0.8.6 |
1171 | 2024-12-19T05:37:11.477Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-12-19T05:37:11.650Z | Compiling humantime v2.1.0 |
1173 | 2024-12-19T05:37:11.718Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-12-19T05:37:12.512Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-12-19T05:37:13.061Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-12-19T05:37:14.335Z | Compiling num-derive v0.3.3 |
1177 | 2024-12-19T05:37:14.908Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-12-19T05:37:15.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-12-19T05:37:16.489Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-12-19T05:37:16.551Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-12-19T05:37:17.586Z | Compiling parking_lot v0.11.2 |
1182 | 2024-12-19T05:37:18.172Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-12-19T05:37:19.814Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-12-19T05:37:19.814Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-12-19T05:37:22.131Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-12-19T05:37:22.454Z | Compiling fxhash v0.2.1 |
1187 | 2024-12-19T05:37:22.687Z | Compiling crc32fast v1.4.2 |
1188 | 2024-12-19T05:37:23.201Z | Compiling crc8 v0.1.1 |
1189 | 2024-12-19T05:37:23.249Z | Compiling arc-swap v1.7.1 |
1190 | 2024-12-19T05:37:23.525Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-12-19T05:37:25.012Z | Compiling slog-scope v4.4.0 |
1192 | 2024-12-19T05:37:25.065Z | Compiling sled v0.34.7 |
1193 | 2024-12-19T05:37:28.146Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-12-19T05:37:29.688Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-12-19T05:37:30.223Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-12-19T05:37:31.038Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-12-19T05:37:32.037Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-12-19T05:37:32.540Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-12-19T05:37:42.932Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-12-19T05:37:44.333Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-12-19T05:37:50.360Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-12-19T05:38:19.330Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-12-19T05:38:19.330Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1204 | 2024-12-19T05:38:26.510Z | Finished `release` profile [optimized] target(s) in 5m 09s |
1205 | 2024-12-19T05:38:26.860Z | + banner trio |
1206 | 2024-12-19T05:38:26.863Z | |
1207 | 2024-12-19T05:38:26.863Z | ##### ##### # #### |
1208 | 2024-12-19T05:38:26.863Z | # # # # # # |
1209 | 2024-12-19T05:38:26.863Z | # # # # # # |
1210 | 2024-12-19T05:38:26.863Z | # ##### # # # |
1211 | 2024-12-19T05:38:26.863Z | # # # # # # |
1212 | 2024-12-19T05:38:26.863Z | # # # # #### |
1213 | 2024-12-19T05:38:26.863Z | |
1214 | 2024-12-19T05:38:26.863Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1215 | 2024-12-19T05:38:27.334Z | Compiling cfg-if v1.0.0 |
1216 | 2024-12-19T05:38:27.334Z | Compiling libc v0.2.169 |
1217 | 2024-12-19T05:38:27.334Z | Compiling serde v1.0.215 |
1218 | 2024-12-19T05:38:27.337Z | Compiling once_cell v1.20.2 |
1219 | 2024-12-19T05:38:27.337Z | Compiling itoa v1.0.11 |
1220 | 2024-12-19T05:38:27.337Z | Compiling byteorder v1.5.0 |
1221 | 2024-12-19T05:38:27.405Z | Compiling syn v2.0.87 |
1222 | 2024-12-19T05:38:27.411Z | Compiling bytes v1.7.2 |
1223 | 2024-12-19T05:38:27.458Z | Compiling num-traits v0.2.19 |
1224 | 2024-12-19T05:38:27.753Z | Compiling zerocopy v0.7.35 |
1225 | 2024-12-19T05:38:27.788Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-12-19T05:38:27.814Z | Compiling ahash v0.8.11 |
1227 | 2024-12-19T05:38:27.830Z | Compiling allocator-api2 v0.2.18 |
1228 | 2024-12-19T05:38:27.864Z | Compiling schemars v0.8.21 |
1229 | 2024-12-19T05:38:27.933Z | Compiling memchr v2.7.4 |
1230 | 2024-12-19T05:38:27.957Z | Compiling smallvec v1.13.2 |
1231 | 2024-12-19T05:38:28.239Z | Compiling scopeguard v1.2.0 |
1232 | 2024-12-19T05:38:28.370Z | Compiling lock_api v0.4.12 |
1233 | 2024-12-19T05:38:28.675Z | Compiling fnv v1.0.7 |
1234 | 2024-12-19T05:38:28.809Z | Compiling getrandom v0.2.15 |
1235 | 2024-12-19T05:38:28.861Z | Compiling parking_lot_core v0.9.10 |
1236 | 2024-12-19T05:38:28.900Z | Compiling signal-hook-registry v1.4.2 |
1237 | 2024-12-19T05:38:28.994Z | Compiling hashbrown v0.14.5 |
1238 | 2024-12-19T05:38:29.150Z | Compiling mio v1.0.2 |
1239 | 2024-12-19T05:38:29.225Z | Compiling parking_lot v0.12.3 |
1240 | 2024-12-19T05:38:29.687Z | Compiling socket2 v0.5.8 |
1241 | 2024-12-19T05:38:29.878Z | Compiling log v0.4.22 |
1242 | 2024-12-19T05:38:30.413Z | Compiling futures-core v0.3.30 |
1243 | 2024-12-19T05:38:30.452Z | Compiling equivalent v1.0.1 |
1244 | 2024-12-19T05:38:30.560Z | Compiling ryu v1.0.18 |
1245 | 2024-12-19T05:38:30.609Z | Compiling tracing-core v0.1.32 |
1246 | 2024-12-19T05:38:30.657Z | Compiling serde_json v1.0.133 |
1247 | 2024-12-19T05:38:30.690Z | Compiling uuid v1.11.0 |
1248 | 2024-12-19T05:38:30.788Z | Compiling regress v0.10.1 |
1249 | 2024-12-19T05:38:31.131Z | Compiling untrusted v0.9.0 |
1250 | 2024-12-19T05:38:31.251Z | Compiling pin-utils v0.1.0 |
1251 | 2024-12-19T05:38:31.343Z | Compiling futures-sink v0.3.30 |
1252 | 2024-12-19T05:38:31.370Z | Compiling futures-task v0.3.30 |
1253 | 2024-12-19T05:38:31.381Z | Compiling spin v0.9.8 |
1254 | 2024-12-19T05:38:31.395Z | Compiling slab v0.4.9 |
1255 | 2024-12-19T05:38:31.566Z | Compiling futures-util v0.3.30 |
1256 | 2024-12-19T05:38:31.576Z | Compiling ring v0.17.8 |
1257 | 2024-12-19T05:38:31.697Z | Compiling try-lock v0.2.5 |
1258 | 2024-12-19T05:38:31.850Z | Compiling want v0.3.1 |
1259 | 2024-12-19T05:38:32.144Z | Compiling httparse v1.9.4 |
1260 | 2024-12-19T05:38:32.453Z | Compiling chrono v0.4.38 |
1261 | 2024-12-19T05:38:33.095Z | Compiling futures-channel v0.3.30 |
1262 | 2024-12-19T05:38:33.212Z | Compiling tower-service v0.3.3 |
1263 | 2024-12-19T05:38:33.332Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-12-19T05:38:33.537Z | Compiling foreign-types-shared v0.1.1 |
1265 | 2024-12-19T05:38:33.552Z | Compiling openssl-sys v0.9.103 |
1266 | 2024-12-19T05:38:33.938Z | Compiling serde_derive_internals v0.29.1 |
1267 | 2024-12-19T05:38:34.466Z | Compiling foreign-types v0.3.2 |
1268 | 2024-12-19T05:38:34.561Z | Compiling bitflags v2.6.0 |
1269 | 2024-12-19T05:38:34.638Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-12-19T05:38:34.829Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-12-19T05:38:34.927Z | Compiling http v1.2.0 |
1272 | 2024-12-19T05:38:34.957Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-12-19T05:38:35.048Z | Compiling openssl-probe v0.1.5 |
1274 | 2024-12-19T05:38:35.498Z | Compiling semver v1.0.23 |
1275 | 2024-12-19T05:38:35.567Z | Compiling tinyvec v1.8.0 |
1276 | 2024-12-19T05:38:36.073Z | Compiling quote v1.0.37 |
1277 | 2024-12-19T05:38:36.144Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-12-19T05:38:37.307Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-12-19T05:38:38.084Z | Compiling form_urlencoded v1.2.1 |
1280 | 2024-12-19T05:38:38.579Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-12-19T05:38:38.637Z | Compiling http v0.2.12 |
1282 | 2024-12-19T05:38:39.150Z | Compiling unicode-bidi v0.3.15 |
1283 | 2024-12-19T05:38:39.518Z | Compiling serde_derive v1.0.215 |
1284 | 2024-12-19T05:38:39.630Z | Compiling zerocopy-derive v0.7.35 |
1285 | 2024-12-19T05:38:39.727Z | Compiling thiserror-impl v1.0.69 |
1286 | 2024-12-19T05:38:40.271Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-12-19T05:38:42.115Z | Compiling tokio-macros v2.4.0 |
1288 | 2024-12-19T05:38:42.717Z | Compiling tracing-attributes v0.1.27 |
1289 | 2024-12-19T05:38:42.916Z | Compiling thiserror v1.0.69 |
1290 | 2024-12-19T05:38:43.197Z | Compiling openssl-macros v0.1.1 |
1291 | 2024-12-19T05:38:43.352Z | Compiling heck v0.5.0 |
1292 | 2024-12-19T05:38:43.492Z | Compiling rustls-pki-types v1.8.0 |
1293 | 2024-12-19T05:38:43.648Z | Compiling tokio v1.42.0 |
1294 | 2024-12-19T05:38:44.001Z | Compiling openssl v0.10.66 |
1295 | 2024-12-19T05:38:44.751Z | Compiling regex-automata v0.4.7 |
1296 | 2024-12-19T05:38:45.809Z | Compiling idna v0.5.0 |
1297 | 2024-12-19T05:38:46.087Z | Compiling tracing v0.1.40 |
1298 | 2024-12-19T05:38:46.807Z | Compiling http-body v1.0.1 |
1299 | 2024-12-19T05:38:52.481Z | Compiling native-tls v0.2.12 |
1300 | 2024-12-19T05:38:53.587Z | Compiling tokio-util v0.7.12 |
1301 | 2024-12-19T05:38:54.104Z | Compiling indexmap v2.5.0 |
1302 | 2024-12-19T05:38:55.834Z | Compiling tokio-native-tls v0.3.1 |
1303 | 2024-12-19T05:38:56.118Z | Compiling slog v2.7.0 |
1304 | 2024-12-19T05:38:57.348Z | Compiling serde_tokenstream v0.2.2 |
1305 | 2024-12-19T05:38:58.066Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-12-19T05:38:58.250Z | Compiling regex-syntax v0.8.4 |
1307 | 2024-12-19T05:38:59.186Z | Compiling openapiv3 v2.0.0 |
1308 | 2024-12-19T05:39:00.587Z | Compiling h2 v0.4.6 |
1309 | 2024-12-19T05:39:01.550Z | Compiling typify-impl v0.2.0 |
1310 | 2024-12-19T05:39:03.573Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1311 | 2024-12-19T05:39:10.220Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-12-19T05:39:10.843Z | Compiling regex v1.10.6 |
1313 | 2024-12-19T05:39:11.852Z | Compiling url v2.5.2 |
1314 | 2024-12-19T05:39:13.530Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-12-19T05:39:15.591Z | Compiling ipnet v2.10.0 |
1316 | 2024-12-19T05:39:15.825Z | Compiling rustls v0.21.12 |
1317 | 2024-12-19T05:39:16.094Z | Compiling mime v0.3.17 |
1318 | 2024-12-19T05:39:16.165Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-12-19T05:39:17.242Z | Compiling typify-macro v0.2.0 |
1320 | 2024-12-19T05:39:18.636Z | Compiling hyper v1.5.1 |
1321 | 2024-12-19T05:39:20.014Z | Compiling h2 v0.3.26 |
1322 | 2024-12-19T05:39:20.046Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-12-19T05:39:21.077Z | Compiling http-body v0.4.6 |
1324 | 2024-12-19T05:39:21.612Z | Compiling sct v0.7.1 |
1325 | 2024-12-19T05:39:22.052Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-12-19T05:39:22.054Z | Compiling httpdate v1.0.3 |
1327 | 2024-12-19T05:39:22.796Z | Compiling zeroize v1.8.1 |
1328 | 2024-12-19T05:39:23.146Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-12-19T05:39:23.535Z | Compiling subtle v2.6.1 |
1330 | 2024-12-19T05:39:23.818Z | Compiling rustls v0.23.13 |
1331 | 2024-12-19T05:39:24.171Z | Compiling toml_edit v0.19.15 |
1332 | 2024-12-19T05:39:26.117Z | Compiling hyper v0.14.30 |
1333 | 2024-12-19T05:39:28.893Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-12-19T05:39:30.318Z | Compiling hyper-util v0.1.10 |
1335 | 2024-12-19T05:39:32.608Z | Compiling lazy_static v1.5.0 |
1336 | 2024-12-19T05:39:32.743Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-12-19T05:39:33.286Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-12-19T05:39:33.672Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-12-19T05:39:34.528Z | Compiling http-body-util v0.1.2 |
1340 | 2024-12-19T05:39:35.088Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-12-19T05:39:35.305Z | Compiling base64 v0.21.7 |
1342 | 2024-12-19T05:39:35.565Z | Compiling base64 v0.22.1 |
1343 | 2024-12-19T05:39:35.709Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-12-19T05:39:35.779Z | Compiling hyper-rustls v0.27.3 |
1345 | 2024-12-19T05:39:36.358Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-12-19T05:39:36.412Z | Compiling rustls-pemfile v1.0.4 |
1347 | 2024-12-19T05:39:36.663Z | Compiling hyper-tls v0.6.0 |
1348 | 2024-12-19T05:39:37.118Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-12-19T05:39:37.168Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-12-19T05:39:37.186Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-12-19T05:39:37.437Z | Compiling typify v0.2.0 |
1352 | 2024-12-19T05:39:37.589Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-12-19T05:39:37.720Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-12-19T05:39:39.454Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-12-19T05:39:40.390Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-12-19T05:39:40.448Z | Compiling sync_wrapper v1.0.1 |
1357 | 2024-12-19T05:39:40.600Z | Compiling rand_core v0.6.4 |
1358 | 2024-12-19T05:39:40.943Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-19T05:39:41.074Z | Compiling webpki-roots v0.25.4 |
1360 | 2024-12-19T05:39:41.186Z | Compiling sync_wrapper v0.1.2 |
1361 | 2024-12-19T05:39:41.235Z | Compiling powerfmt v0.2.0 |
1362 | 2024-12-19T05:39:41.329Z | Compiling foreign-types-shared v0.3.1 |
1363 | 2024-12-19T05:39:41.445Z | Compiling time-macros v0.2.18 |
1364 | 2024-12-19T05:39:41.698Z | Compiling foreign-types v0.5.0 |
1365 | 2024-12-19T05:39:41.727Z | Compiling deranged v0.3.11 |
1366 | 2024-12-19T05:39:41.804Z | Compiling reqwest v0.11.27 |
1367 | 2024-12-19T05:39:42.003Z | Compiling dirs-next v2.0.0 |
1368 | 2024-12-19T05:39:42.549Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-12-19T05:39:44.079Z | Compiling reqwest v0.12.9 |
1370 | 2024-12-19T05:39:44.269Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1371 | 2024-12-19T05:39:44.418Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-12-19T05:39:51.021Z | Compiling num_enum v0.5.11 |
1373 | 2024-12-19T05:39:51.118Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-12-19T05:39:51.194Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-12-19T05:39:53.156Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-12-19T05:39:53.252Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-12-19T05:39:53.323Z | Compiling thread_local v1.1.8 |
1378 | 2024-12-19T05:39:53.505Z | Compiling either v1.13.0 |
1379 | 2024-12-19T05:39:53.974Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-12-19T05:39:54.029Z | Compiling num-conv v0.1.0 |
1381 | 2024-12-19T05:39:54.186Z | Compiling time-core v0.1.2 |
1382 | 2024-12-19T05:39:54.292Z | Compiling arc-swap v1.7.1 |
1383 | 2024-12-19T05:39:54.376Z | Compiling time v0.3.36 |
1384 | 2024-12-19T05:39:54.992Z | Compiling slog-scope v4.4.0 |
1385 | 2024-12-19T05:39:55.915Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1386 | 2024-12-19T05:39:55.986Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1387 | 2024-12-19T05:39:56.360Z | Compiling itertools v0.12.1 |
1388 | 2024-12-19T05:39:57.412Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-12-19T05:39:58.293Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-12-19T05:39:58.471Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-12-19T05:40:00.047Z | Compiling progenitor-macro v0.8.0 |
1392 | 2024-12-19T05:40:00.198Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1393 | 2024-12-19T05:40:03.519Z | Compiling progenitor-client v0.8.0 |
1394 | 2024-12-19T05:40:04.456Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1395 | 2024-12-19T05:40:06.420Z | Compiling rand v0.8.5 |
1396 | 2024-12-19T05:40:13.175Z | Compiling term v0.7.0 |
1397 | 2024-12-19T05:40:13.271Z | Compiling anyhow v1.0.94 |
1398 | 2024-12-19T05:40:14.777Z | Compiling colored v2.1.0 |
1399 | 2024-12-19T05:40:15.993Z | Compiling is-terminal v0.4.13 |
1400 | 2024-12-19T05:40:16.128Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1401 | 2024-12-19T05:40:16.491Z | Compiling winnow v0.6.18 |
1402 | 2024-12-19T05:40:17.689Z | Compiling take_mut v0.2.2 |
1403 | 2024-12-19T05:40:17.857Z | Compiling slog-async v2.8.0 |
1404 | 2024-12-19T05:40:20.948Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-12-19T05:40:20.975Z | Compiling slog-term v2.9.1 |
1406 | 2024-12-19T05:40:23.814Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1407 | 2024-12-19T05:40:24.036Z | Compiling progenitor v0.8.0 |
1408 | 2024-12-19T05:40:24.255Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-12-19T05:40:27.962Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-12-19T05:40:28.308Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-12-19T05:40:28.810Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-12-19T05:40:30.276Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-12-19T05:40:43.356Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-12-19T05:40:50.782Z | Finished `release` profile [optimized] target(s) in 2m 23s |
1415 | 2024-12-19T05:40:50.870Z | Running unittests src/lib.rs (target/release/deps/mg_tests-3f0cc37d63733352) |
1416 | 2024-12-19T05:40:50.933Z | |
1417 | 2024-12-19T05:40:50.933Z | running 1 test |
1418 | 2024-12-19T05:40:51.159Z | configure zone |
1419 | 2024-12-19T05:40:51.184Z | install zone |
1420 | 2024-12-19T05:41:50.910Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1421 | 2024-12-19T05:45:44.160Z | boot zone |
1422 | 2024-12-19T05:45:44.983Z | start zone s1 |
1423 | 2024-12-19T05:45:44.983Z | configure zone |
1424 | 2024-12-19T05:45:44.990Z | install zone |
1425 | 2024-12-19T05:47:44.134Z | boot zone |
1426 | 2024-12-19T05:47:44.965Z | start zone s2 |
1427 | 2024-12-19T05:47:44.966Z | configure zone |
1428 | 2024-12-19T05:47:44.974Z | install zone |
1429 | 2024-12-19T05:49:40.713Z | boot zone |
1430 | 2024-12-19T05:49:41.592Z | start zone t1 |
1431 | 2024-12-19T05:49:41.592Z | configure zone |
1432 | 2024-12-19T05:49:41.600Z | install zone |
1433 | 2024-12-19T05:51:37.261Z | boot zone |
1434 | 2024-12-19T05:51:38.177Z | waiting for zones to come up |
1435 | 2024-12-19T05:51:48.178Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-12-19T05:51:48.214Z | STATE STIME FMRI |
1437 | 2024-12-19T05:51:48.214Z | online 21:46:02 svc:/milestone/network:default |
1438 | 2024-12-19T05:51:48.214Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-19T05:51:48.260Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-19T05:51:48.310Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-12-19T05:51:48.355Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-12-19T05:51:48.358Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-12-19T05:51:48.379Z | |
1444 | 2024-12-19T05:51:48.379Z | running zone s1.trio setup |
1445 | 2024-12-19T05:51:48.379Z | [s1.trio] svcs milestone/network |
1446 | 2024-12-19T05:51:48.402Z | STATE STIME FMRI |
1447 | 2024-12-19T05:51:48.402Z | online 21:48:03 svc:/milestone/network:default |
1448 | 2024-12-19T05:51:48.402Z | [s1.trio] dladm |
1449 | 2024-12-19T05:51:48.422Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-12-19T05:51:48.422Z | sl0 simnet 9000 up -- ? |
1451 | 2024-12-19T05:51:48.422Z | mg2 vnic 9000 up -- ? |
1452 | 2024-12-19T05:51:48.423Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-12-19T05:51:48.832Z | |
1454 | 2024-12-19T05:51:48.833Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-12-19T05:51:48.856Z | |
1456 | 2024-12-19T05:51:48.856Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-12-19T05:51:48.875Z | |
1458 | 2024-12-19T05:51:48.875Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-12-19T05:51:48.965Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-12-19T05:51:49.008Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a664fdb4-c0be-41f5-b927-58af6c472f5e --sled-uuid 8532c891-f67a-4508-9b3c-fbe83f081a40 -a sl0/v6 &> /opt/ddmd.log & |
1461 | 2024-12-19T05:51:49.028Z | |
1462 | 2024-12-19T05:51:49.028Z | running zone s2.trio setup |
1463 | 2024-12-19T05:51:49.028Z | [s2.trio] svcs milestone/network |
1464 | 2024-12-19T05:51:49.053Z | STATE STIME FMRI |
1465 | 2024-12-19T05:51:49.053Z | online 21:49:59 svc:/milestone/network:default |
1466 | 2024-12-19T05:51:49.053Z | [s2.trio] dladm |
1467 | 2024-12-19T05:51:49.075Z | LINK CLASS MTU STATE BRIDGE OVER |
1468 | 2024-12-19T05:51:49.075Z | sl1 simnet 9000 up -- ? |
1469 | 2024-12-19T05:51:49.076Z | mg3 vnic 9000 up -- ? |
1470 | 2024-12-19T05:51:49.076Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1471 | 2024-12-19T05:51:49.672Z | |
1472 | 2024-12-19T05:51:49.672Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1473 | 2024-12-19T05:51:49.697Z | |
1474 | 2024-12-19T05:51:49.697Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1475 | 2024-12-19T05:51:49.718Z | |
1476 | 2024-12-19T05:51:49.718Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1477 | 2024-12-19T05:51:49.766Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1478 | 2024-12-19T05:51:49.787Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 49d01765-902f-4e92-98e9-d87c9d7f5b65 --sled-uuid 1843446c-218a-4630-ad92-e6cacf9aa412 -a sl1/v6 &> /opt/ddmd.log & |
1479 | 2024-12-19T05:51:49.809Z | |
1480 | 2024-12-19T05:51:49.809Z | running zone t1.trio setup |
1481 | 2024-12-19T05:51:49.809Z | [t1.trio] svcs milestone/network |
1482 | 2024-12-19T05:51:49.830Z | STATE STIME FMRI |
1483 | 2024-12-19T05:51:49.831Z | - - svc:/milestone/network:default |
1484 | 2024-12-19T05:51:50.830Z | [t1.trio] svcs milestone/network |
1485 | 2024-12-19T05:51:50.852Z | STATE STIME FMRI |
1486 | 2024-12-19T05:51:50.852Z | - - svc:/milestone/network:default |
1487 | 2024-12-19T05:51:51.853Z | [t1.trio] svcs milestone/network |
1488 | 2024-12-19T05:51:51.874Z | STATE STIME FMRI |
1489 | 2024-12-19T05:51:51.874Z | - - svc:/milestone/network:default |
1490 | 2024-12-19T05:51:52.874Z | [t1.trio] svcs milestone/network |
1491 | 2024-12-19T05:51:52.896Z | STATE STIME FMRI |
1492 | 2024-12-19T05:51:52.896Z | - - svc:/milestone/network:default |
1493 | 2024-12-19T05:51:53.896Z | [t1.trio] svcs milestone/network |
1494 | 2024-12-19T05:51:53.917Z | STATE STIME FMRI |
1495 | 2024-12-19T05:51:53.917Z | - - svc:/milestone/network:default |
1496 | 2024-12-19T05:51:54.917Z | [t1.trio] svcs milestone/network |
1497 | 2024-12-19T05:51:54.938Z | STATE STIME FMRI |
1498 | 2024-12-19T05:51:54.938Z | - - svc:/milestone/network:default |
1499 | 2024-12-19T05:51:55.939Z | [t1.trio] svcs milestone/network |
1500 | 2024-12-19T05:51:55.959Z | STATE STIME FMRI |
1501 | 2024-12-19T05:51:55.959Z | - - svc:/milestone/network:default |
1502 | 2024-12-19T05:51:56.959Z | [t1.trio] svcs milestone/network |
1503 | 2024-12-19T05:51:56.981Z | STATE STIME FMRI |
1504 | 2024-12-19T05:51:56.981Z | online 21:51:55 svc:/milestone/network:default |
1505 | 2024-12-19T05:51:56.981Z | [t1.trio] dladm |
1506 | 2024-12-19T05:51:57.003Z | LINK CLASS MTU STATE BRIDGE OVER |
1507 | 2024-12-19T05:51:57.003Z | tfportrear0_0 simnet 9000 up -- ? |
1508 | 2024-12-19T05:51:57.003Z | tfportrear1_0 simnet 9000 up -- ? |
1509 | 2024-12-19T05:51:57.003Z | mg1 vnic 9000 up -- ? |
1510 | 2024-12-19T05:51:57.003Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1511 | 2024-12-19T05:51:57.609Z | |
1512 | 2024-12-19T05:51:57.609Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1513 | 2024-12-19T05:51:57.632Z | |
1514 | 2024-12-19T05:51:57.632Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1515 | 2024-12-19T05:51:57.653Z | |
1516 | 2024-12-19T05:51:57.654Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1517 | 2024-12-19T05:51:57.673Z | |
1518 | 2024-12-19T05:51:57.673Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1519 | 2024-12-19T05:51:57.876Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1520 | 2024-12-19T05:51:57.880Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1521 | 2024-12-19T05:51:57.883Z | waiting 3s for copy of files to zone to complete ... |
1522 | 2024-12-19T05:52:00.883Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1523 | 2024-12-19T05:52:00.930Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1524 | 2024-12-19T05:52:00.955Z | [t1.trio] svcadm enable dendrite |
1525 | 2024-12-19T05:52:00.999Z | |
1526 | 2024-12-19T05:52:00.999Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1527 | 2024-12-19T05:52:01.046Z | |
1528 | 2024-12-19T05:52:01.046Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1529 | 2024-12-19T05:52:01.090Z | |
1530 | 2024-12-19T05:52:01.090Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1531 | 2024-12-19T05:52:01.136Z | |
1532 | 2024-12-19T05:52:01.136Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1533 | 2024-12-19T05:52:01.181Z | |
1534 | 2024-12-19T05:52:01.181Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1535 | 2024-12-19T05:52:01.224Z | |
1536 | 2024-12-19T05:52:01.224Z | [t1.trio] svcadm refresh dendrite:default |
1537 | 2024-12-19T05:52:01.266Z | |
1538 | 2024-12-19T05:52:01.266Z | [t1.trio] svcadm restart dendrite:default |
1539 | 2024-12-19T05:52:01.303Z | |
1540 | 2024-12-19T05:52:01.303Z | wait 10s for dendrite to come up ... |
1541 | 2024-12-19T05:52:11.304Z | [t1.trio] svcadm enable tfport |
1542 | 2024-12-19T05:52:11.343Z | |
1543 | 2024-12-19T05:52:11.343Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid af194cb1-4719-4a2f-a17e-7b59beed9e11 --sled-uuid d4832840-c295-4c9c-93f1-9968b8e566f7 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1544 | 2024-12-19T05:52:11.364Z | |
1545 | 2024-12-19T05:52:11.364Z | [t1.trio] ipadm |
1546 | 2024-12-19T05:52:11.388Z | ADDROBJ TYPE STATE ADDR |
1547 | 2024-12-19T05:52:11.388Z | lo0/v4 static ok 127.0.0.1/8 |
1548 | 2024-12-19T05:52:11.388Z | mg1/v4 static ok 10.0.0.3/24 |
1549 | 2024-12-19T05:52:11.388Z | lo0/v6 static ok ::1/128 |
1550 | 2024-12-19T05:52:11.388Z | lo0/u6 static ok fd00:3::1/64 |
1551 | 2024-12-19T05:52:11.388Z | tfportrear0_0/v6 addrconf ok fe80::490:cfff:fec8:6f30%tfportrear0_0/10 |
1552 | 2024-12-19T05:52:11.388Z | tfportrear1_0/v6 addrconf ok fe80::3c6b:ddff:fe78:493b%tfportrear1_0/10 |
1553 | 2024-12-19T05:52:13.602Z | initial peering test passed |
1554 | 2024-12-19T05:52:14.604Z | advertise from one passed |
1555 | 2024-12-19T05:52:15.606Z | advertise from two passed |
1556 | 2024-12-19T05:52:15.606Z | [s1.trio] ping fd00:2::1 |
1557 | 2024-12-19T05:52:15.633Z | fd00:2::1 is alive |
1558 | 2024-12-19T05:52:15.633Z | [s2.trio] ping fd00:1::1 |
1559 | 2024-12-19T05:52:15.654Z | fd00:1::1 is alive |
1560 | 2024-12-19T05:52:15.654Z | connectivity test passed |
1561 | 2024-12-19T05:52:15.654Z | [t1.trio] pkill ddmd |
1562 | 2024-12-19T05:52:15.673Z | |
1563 | 2024-12-19T05:52:21.679Z | [t1.trio] svcadm enable dendrite |
1564 | 2024-12-19T05:52:21.718Z | |
1565 | 2024-12-19T05:52:21.718Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1566 | 2024-12-19T05:52:21.761Z | |
1567 | 2024-12-19T05:52:21.761Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1568 | 2024-12-19T05:52:21.805Z | |
1569 | 2024-12-19T05:52:21.805Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1570 | 2024-12-19T05:52:21.848Z | |
1571 | 2024-12-19T05:52:21.848Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1572 | 2024-12-19T05:52:21.889Z | |
1573 | 2024-12-19T05:52:21.889Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1574 | 2024-12-19T05:52:21.932Z | |
1575 | 2024-12-19T05:52:21.932Z | [t1.trio] svcadm refresh dendrite:default |
1576 | 2024-12-19T05:52:21.970Z | |
1577 | 2024-12-19T05:52:21.970Z | [t1.trio] svcadm restart dendrite:default |
1578 | 2024-12-19T05:52:22.008Z | |
1579 | 2024-12-19T05:52:22.008Z | wait 10s for dendrite to come up ... |
1580 | 2024-12-19T05:52:32.009Z | [t1.trio] svcadm enable tfport |
1581 | 2024-12-19T05:52:32.049Z | |
1582 | 2024-12-19T05:52:32.049Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4097b262-684f-403c-b8df-13fbc470ab89 --sled-uuid 81b10d67-56f0-4b29-942f-811034c3d166 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1583 | 2024-12-19T05:52:32.070Z | |
1584 | 2024-12-19T05:52:32.070Z | [t1.trio] ipadm |
1585 | 2024-12-19T05:52:32.093Z | ADDROBJ TYPE STATE ADDR |
1586 | 2024-12-19T05:52:32.093Z | lo0/v4 static ok 127.0.0.1/8 |
1587 | 2024-12-19T05:52:32.093Z | mg1/v4 static ok 10.0.0.3/24 |
1588 | 2024-12-19T05:52:32.093Z | lo0/v6 static ok ::1/128 |
1589 | 2024-12-19T05:52:32.093Z | lo0/u6 static ok fd00:3::1/64 |
1590 | 2024-12-19T05:52:32.093Z | tfportrear0_0/v6 addrconf ok fe80::490:cfff:fec8:6f30%tfportrear0_0/10 |
1591 | 2024-12-19T05:52:32.093Z | tfportrear1_0/v6 addrconf ok fe80::3c6b:ddff:fe78:493b%tfportrear1_0/10 |
1592 | 2024-12-19T05:52:35.096Z | [s1.trio] ping fd00:2::1 |
1593 | 2024-12-19T05:52:35.118Z | fd00:2::1 is alive |
1594 | 2024-12-19T05:52:35.118Z | [s2.trio] ping fd00:1::1 |
1595 | 2024-12-19T05:52:35.139Z | fd00:1::1 is alive |
1596 | 2024-12-19T05:52:35.139Z | transit router restart passed |
1597 | 2024-12-19T05:52:35.139Z | [s1.trio] pkill ddmd |
1598 | 2024-12-19T05:52:35.158Z | |
1599 | 2024-12-19T05:52:40.162Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 28f71a6e-f32a-4e4d-a03b-90bf4a089302 --sled-uuid c69087d0-a89f-4fd3-96c9-ff5db4b6979c -a sl0/v6 &> /opt/ddmd.log & |
1600 | 2024-12-19T05:52:40.183Z | |
1601 | 2024-12-19T05:52:43.187Z | [s1.trio] ping fd00:2::1 |
1602 | 2024-12-19T05:52:43.209Z | fd00:2::1 is alive |
1603 | 2024-12-19T05:52:43.209Z | [s2.trio] ping fd00:1::1 |
1604 | 2024-12-19T05:52:43.230Z | fd00:1::1 is alive |
1605 | 2024-12-19T05:52:43.230Z | server router restart passed |
1606 | 2024-12-19T05:52:46.237Z | peer expiration recovery passed |
1607 | 2024-12-19T05:52:47.238Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1608 | 2024-12-19T05:52:47.263Z | 3 |
1609 | 2024-12-19T05:52:47.263Z | redundant advertise passed |
1610 | 2024-12-19T05:52:48.266Z | tunnel endpoint advertise passed |
1611 | 2024-12-19T05:52:53.268Z | redundant tunnel endpoint advertise passed |
1612 | 2024-12-19T05:52:53.268Z | [s1.trio] pkill ddmd |
1613 | 2024-12-19T05:52:53.289Z | |
1614 | 2024-12-19T05:52:58.290Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7b21c707-0919-47f0-836e-9f24a1c3ffb1 --sled-uuid f8cc5ff7-c569-4906-a392-65123477336f -a sl0/v6 &> /opt/ddmd.log & |
1615 | 2024-12-19T05:52:58.311Z | |
1616 | 2024-12-19T05:53:03.378Z | tunnel router restart passed |
1617 | 2024-12-19T05:53:04.381Z | tunnel endpoint withdraw passed |
1618 | 2024-12-19T05:53:04.395Z | [t1.trio] pkill ddmd |
1619 | 2024-12-19T05:53:04.422Z | |
1620 | 2024-12-19T05:53:04.422Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1621 | 2024-12-19T05:53:04.426Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1622 | 2024-12-19T05:53:06.862Z | [s2.trio] pkill ddmd |
1623 | 2024-12-19T05:53:06.882Z | |
1624 | 2024-12-19T05:53:06.882Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1625 | 2024-12-19T05:53:09.345Z | [s1.trio] pkill ddmd |
1626 | 2024-12-19T05:53:09.364Z | |
1627 | 2024-12-19T05:53:09.364Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1628 | 2024-12-19T05:53:11.944Z | [sidecar.trio] pkill softnpu |
1629 | 2024-12-19T05:53:11.963Z | |
1630 | 2024-12-19T05:53:11.963Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1631 | 2024-12-19T05:53:14.616Z | test ddm::test_trio_v3 ... ok |
1632 | 2024-12-19T05:53:14.617Z | |
1633 | 2024-12-19T05:53:14.617Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 743.64s |
1634 | 2024-12-19T05:53:14.617Z | |
1635 | 2024-12-19T05:53:14.644Z | + cleanup |
1636 | 2024-12-19T05:53:14.646Z | ++ id -un |
1637 | 2024-12-19T05:53:14.650Z | ++ id -gn |
1638 | 2024-12-19T05:53:14.653Z | + pfexec chown -R build:build . |
1639 | 2024-12-19T05:53:14.730Z | process exited: duration 1262997 ms, exit code 0 |
|
1640 | 2024-12-19T05:53:14.742Z | found 4 output files |
1641 | 2024-12-19T05:53:14.742Z | uploading: /work/s1.trio.log (4196 bytes) |
1642 | 2024-12-19T05:53:15.755Z | uploaded: /work/s1.trio.log |
1643 | 2024-12-19T05:53:15.759Z | uploading: /work/s2.trio.log (10932 bytes) |
1644 | 2024-12-19T05:53:16.768Z | uploaded: /work/s2.trio.log |
1645 | 2024-12-19T05:53:16.768Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1646 | 2024-12-19T05:53:17.778Z | uploaded: /work/sidecar.trio-softnpu.log |
1647 | 2024-12-19T05:53:17.781Z | uploading: /work/t1.trio.log (26094 bytes) |
1648 | 2024-12-19T05:53:18.789Z | uploaded: /work/t1.trio.log |