|
|
|
1 | 2024-12-11T04:17:05.464Z | job assigned to worker 01JESYWP507JZZC5ZZDS4GN2KQ [factory aws, i-0e602d3530095ef0f] (queued for 1 m 10 s) |
|
2 | 2024-12-11T04:17:13.274Z | starting task 0: "setup" |
3 | 2024-12-11T04:17:13.290Z | ++ uname -s |
4 | 2024-12-11T04:17:13.293Z | + kern=SunOS |
5 | 2024-12-11T04:17:13.293Z | + case "$kern" in |
6 | 2024-12-11T04:17:13.293Z | + groupadd -g 12345 build |
7 | 2024-12-11T04:17:13.297Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T04:17:15.306Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T04:17:15.396Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T04:17:15.399Z | + home_fs=zfs |
11 | 2024-12-11T04:17:15.399Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T04:17:15.399Z | + mkdir -p /home/build |
13 | 2024-12-11T04:17:15.403Z | + chown build:build /home/build /work |
14 | 2024-12-11T04:17:17.403Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T04:17:17.405Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-12-11T04:17:17.412Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T04:17:17.417Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T04:17:17.417Z | ' stable |
19 | 2024-12-11T04:17:17.417Z | * toolchain channel = "stable" |
20 | 2024-12-11T04:17:17.417Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-11T04:17:17.417Z | ' default |
22 | 2024-12-11T04:17:17.422Z | * toolchain profile = "default" |
23 | 2024-12-11T04:17:17.422Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T04:17:17.422Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T04:17:17.535Z | info: downloading installer |
26 | 2024-12-11T04:17:18.687Z | info: profile set to 'default' |
27 | 2024-12-11T04:17:18.689Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T04:17:18.690Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T04:17:18.837Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T04:17:18.837Z | info: downloading component 'cargo' |
31 | 2024-12-11T04:17:19.699Z | info: downloading component 'clippy' |
32 | 2024-12-11T04:17:20.028Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T04:17:21.221Z | info: downloading component 'rust-std' |
34 | 2024-12-11T04:17:22.944Z | info: downloading component 'rustc' |
35 | 2024-12-11T04:17:29.463Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T04:17:29.712Z | info: installing component 'cargo' |
37 | 2024-12-11T04:17:30.517Z | info: installing component 'clippy' |
38 | 2024-12-11T04:17:30.891Z | info: installing component 'rust-docs' |
39 | 2024-12-11T04:17:32.575Z | info: installing component 'rust-std' |
40 | 2024-12-11T04:17:34.210Z | info: installing component 'rustc' |
41 | 2024-12-11T04:17:39.921Z | info: installing component 'rustfmt' |
42 | 2024-12-11T04:17:40.423Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-11T04:17:40.423Z | |
44 | 2024-12-11T04:17:40.613Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T04:17:40.613Z | |
46 | 2024-12-11T04:17:40.616Z | |
47 | 2024-12-11T04:17:40.616Z | Rust is installed now. Great! |
48 | 2024-12-11T04:17:40.616Z | |
49 | 2024-12-11T04:17:40.616Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T04:17:40.616Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T04:17:40.616Z | |
52 | 2024-12-11T04:17:40.616Z | To configure your current shell, you need to source |
53 | 2024-12-11T04:17:40.616Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T04:17:40.616Z | |
55 | 2024-12-11T04:17:40.616Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T04:17:40.616Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T04:17:40.616Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T04:17:40.683Z | + rustc --version |
59 | 2024-12-11T04:17:40.748Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T04:17:40.750Z | process exited: duration 23335 ms, exit code 0 |
|
61 | 2024-12-11T04:17:40.756Z | starting task 2: "authentication" |
62 | 2024-12-11T04:17:40.776Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-11T04:17:40.781Z | starting task 3: "clone repository" |
64 | 2024-12-11T04:17:40.786Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-11T04:17:40.789Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-11T04:17:40.827Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-11T04:17:41.396Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-11T04:17:41.400Z | + git fetch origin 8c8c05726385430561deac06b456006fe403a0fb |
69 | 2024-12-11T04:17:41.660Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-11T04:17:41.660Z | * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD |
71 | 2024-12-11T04:17:41.667Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-11T04:17:41.670Z | ++ git branch --show-current |
73 | 2024-12-11T04:17:41.675Z | + current=main |
74 | 2024-12-11T04:17:41.675Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-11T04:17:41.675Z | + git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb |
76 | 2024-12-11T04:17:41.677Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-11T04:17:41.689Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-11T04:17:41.692Z | + git reset --hard 8c8c05726385430561deac06b456006fe403a0fb |
79 | 2024-12-11T04:17:41.704Z | HEAD is now at 8c8c057 Update Rust crate serde to 1.0.216 |
80 | 2024-12-11T04:17:41.706Z | process exited: duration 922 ms, exit code 0 |
|
81 | 2024-12-11T04:17:41.711Z | starting task 4: "build" |
82 | 2024-12-11T04:17:41.715Z | ++ cargo --version |
83 | 2024-12-11T04:17:41.720Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-11T04:17:41.875Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-11T04:17:41.875Z | info: downloading component 'cargo' |
86 | 2024-12-11T04:17:42.718Z | info: downloading component 'clippy' |
87 | 2024-12-11T04:17:43.046Z | info: downloading component 'rust-docs' |
88 | 2024-12-11T04:17:44.225Z | info: downloading component 'rust-std' |
89 | 2024-12-11T04:17:46.060Z | info: downloading component 'rustc' |
90 | 2024-12-11T04:17:52.658Z | info: downloading component 'rustfmt' |
91 | 2024-12-11T04:17:52.907Z | info: installing component 'cargo' |
92 | 2024-12-11T04:17:53.695Z | info: installing component 'clippy' |
93 | 2024-12-11T04:17:54.051Z | info: installing component 'rust-docs' |
94 | 2024-12-11T04:17:55.615Z | info: installing component 'rust-std' |
95 | 2024-12-11T04:17:57.291Z | info: installing component 'rustc' |
96 | 2024-12-11T04:18:02.922Z | info: installing component 'rustfmt' |
97 | 2024-12-11T04:18:03.325Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-11T04:18:03.327Z | ++ rustc --version |
99 | 2024-12-11T04:18:03.393Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-11T04:18:03.397Z | ++ dladm |
101 | 2024-12-11T04:18:03.401Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-11T04:18:03.401Z | ena0 phys 9216 up -- -- |
103 | 2024-12-11T04:18:03.404Z | ++ ipadm |
104 | 2024-12-11T04:18:03.407Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-11T04:18:03.407Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-11T04:18:03.407Z | ena0/dhcp dhcp ok 10.150.1.175/24 |
107 | 2024-12-11T04:18:03.407Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-11T04:18:03.407Z | ++ banner collect |
109 | 2024-12-11T04:18:03.410Z | |
110 | 2024-12-11T04:18:03.410Z | #### #### # # ###### #### ##### |
111 | 2024-12-11T04:18:03.410Z | # # # # # # # # # # |
112 | 2024-12-11T04:18:03.410Z | # # # # # ##### # # |
113 | 2024-12-11T04:18:03.410Z | # # # # # # # # |
114 | 2024-12-11T04:18:03.410Z | # # # # # # # # # # |
115 | 2024-12-11T04:18:03.410Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-11T04:18:03.410Z | |
117 | 2024-12-11T04:18:03.410Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-11T04:18:03.410Z | ++ repo=softnpu |
119 | 2024-12-11T04:18:03.410Z | ++ series=image |
120 | 2024-12-11T04:18:03.410Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-11T04:18:03.410Z | ++ name=softnpu |
122 | 2024-12-11T04:18:03.410Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-11T04:18:03.410Z | ++ mkdir -p download |
124 | 2024-12-11T04:18:03.410Z | ++ pushd download |
125 | 2024-12-11T04:18:03.413Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-11T04:18:03.413Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-11T04:18:03.413Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-11T04:18:03.418Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-11T04:18:03.421Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-11T04:18:03.733Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 69.3M 0 --:--:-- --:--:-- --:--:-- 69.5M |
131 | 2024-12-11T04:18:03.737Z | ++ popd |
132 | 2024-12-11T04:18:03.737Z | /work/oxidecomputer/maghemite |
133 | 2024-12-11T04:18:03.737Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-11T04:18:03.737Z | ++ repo=sidecar-lite |
135 | 2024-12-11T04:18:03.737Z | ++ series=release |
136 | 2024-12-11T04:18:03.737Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-11T04:18:03.737Z | ++ name=libsidecar_lite.so |
138 | 2024-12-11T04:18:03.737Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-11T04:18:03.737Z | ++ mkdir -p download |
140 | 2024-12-11T04:18:03.739Z | ++ pushd download |
141 | 2024-12-11T04:18:03.739Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-11T04:18:03.739Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-11T04:18:03.739Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-11T04:18:03.744Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-11T04:18:03.747Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-11T04:18:04.083Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
77 20.3M 77 15.8M 0 0 55.2M 0 --:--:-- --:--:-- --:--:-- 55.2M
100 20.3M 100 20.3M 0 0 60.0M 0 --:--:-- --:--:-- --:--:-- 59.9M |
147 | 2024-12-11T04:18:04.086Z | ++ popd |
148 | 2024-12-11T04:18:04.086Z | /work/oxidecomputer/maghemite |
149 | 2024-12-11T04:18:04.086Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-11T04:18:04.086Z | ++ repo=sidecar-lite |
151 | 2024-12-11T04:18:04.086Z | ++ series=release |
152 | 2024-12-11T04:18:04.086Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-11T04:18:04.086Z | ++ name=scadm |
154 | 2024-12-11T04:18:04.086Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-11T04:18:04.086Z | ++ mkdir -p download |
156 | 2024-12-11T04:18:04.089Z | ++ pushd download |
157 | 2024-12-11T04:18:04.089Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-11T04:18:04.089Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-11T04:18:04.089Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-11T04:18:04.095Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-11T04:18:04.097Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-11T04:18:04.495Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 57.0M 0 --:--:-- --:--:-- --:--:-- 57.1M |
163 | 2024-12-11T04:18:04.497Z | ++ popd |
164 | 2024-12-11T04:18:04.497Z | /work/oxidecomputer/maghemite |
165 | 2024-12-11T04:18:04.500Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-11T04:18:04.500Z | ++ repo=dendrite |
167 | 2024-12-11T04:18:04.500Z | ++ series=image |
168 | 2024-12-11T04:18:04.500Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-11T04:18:04.500Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-11T04:18:04.500Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-11T04:18:04.500Z | ++ mkdir -p download |
172 | 2024-12-11T04:18:04.500Z | ++ pushd download |
173 | 2024-12-11T04:18:04.500Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-11T04:18:04.500Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-11T04:18:04.500Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-11T04:18:04.506Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-11T04:18:04.509Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-11T04:18:05.126Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
71 37.5M 71 26.8M 0 0 51.1M 0 --:--:-- --:--:-- --:--:-- 51.1M
100 37.5M 100 37.5M 0 0 60.6M 0 --:--:-- --:--:-- --:--:-- 60.6M |
179 | 2024-12-11T04:18:05.130Z | ++ popd |
180 | 2024-12-11T04:18:05.134Z | /work/oxidecomputer/maghemite |
181 | 2024-12-11T04:18:05.134Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-11T04:18:05.134Z | ++ repo=maghemite |
183 | 2024-12-11T04:18:05.134Z | ++ series=release |
184 | 2024-12-11T04:18:05.134Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-11T04:18:05.134Z | ++ name=ddmd |
186 | 2024-12-11T04:18:05.134Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-11T04:18:05.134Z | ++ mkdir -p download |
188 | 2024-12-11T04:18:05.134Z | ++ pushd download |
189 | 2024-12-11T04:18:05.134Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-11T04:18:05.134Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-11T04:18:05.134Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-11T04:18:05.140Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-11T04:18:05.142Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-11T04:18:05.767Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 65.3M 0 --:--:-- --:--:-- --:--:-- 65.4M |
195 | 2024-12-11T04:18:05.769Z | ++ popd |
196 | 2024-12-11T04:18:05.772Z | /work/oxidecomputer/maghemite |
197 | 2024-12-11T04:18:05.772Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-11T04:18:05.772Z | ++ repo=maghemite |
199 | 2024-12-11T04:18:05.773Z | ++ series=release |
200 | 2024-12-11T04:18:05.773Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-11T04:18:05.773Z | ++ name=ddmadm |
202 | 2024-12-11T04:18:05.773Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-11T04:18:05.773Z | ++ mkdir -p download |
204 | 2024-12-11T04:18:05.775Z | ++ pushd download |
205 | 2024-12-11T04:18:05.775Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-11T04:18:05.775Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-11T04:18:05.775Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-11T04:18:05.780Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-11T04:18:05.785Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-11T04:18:06.324Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
94 18.0M 94 16.9M 0 0 31.6M 0 --:--:-- --:--:-- --:--:-- 31.6M
100 18.0M 100 18.0M 0 0 33.1M 0 --:--:-- --:--:-- --:--:-- 33.1M |
211 | 2024-12-11T04:18:06.328Z | ++ popd |
212 | 2024-12-11T04:18:06.331Z | /work/oxidecomputer/maghemite |
213 | 2024-12-11T04:18:06.331Z | ++ pushd download |
214 | 2024-12-11T04:18:06.331Z | ++ chmod +x softnpu |
215 | 2024-12-11T04:18:06.331Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-12-11T04:18:06.331Z | ++ chmod +x scadm |
217 | 2024-12-11T04:18:06.333Z | ++ chmod +x ddmadm |
218 | 2024-12-11T04:18:06.336Z | ++ chmod +x ddmd |
219 | 2024-12-11T04:18:06.336Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-11T04:18:06.339Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-11T04:18:06.341Z | ++ rm -rf zones/dendrite |
222 | 2024-12-11T04:18:06.341Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-11T04:18:06.344Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-11T04:18:07.100Z | ++ popd |
225 | 2024-12-11T04:18:07.100Z | /work/oxidecomputer/maghemite |
226 | 2024-12-11T04:18:07.100Z | ++ banner install |
227 | 2024-12-11T04:18:07.102Z | |
228 | 2024-12-11T04:18:07.102Z | # # # #### ##### ## # # |
229 | 2024-12-11T04:18:07.102Z | # ## # # # # # # # |
230 | 2024-12-11T04:18:07.102Z | # # # # #### # # # # # |
231 | 2024-12-11T04:18:07.102Z | # # # # # # ###### # # |
232 | 2024-12-11T04:18:07.102Z | # # ## # # # # # # # |
233 | 2024-12-11T04:18:07.103Z | # # # #### # # # ###### ###### |
234 | 2024-12-11T04:18:07.103Z | |
235 | 2024-12-11T04:18:07.105Z | ++ pkg info brand/sparse |
236 | 2024-12-11T04:18:07.105Z | ++ grep -qi installed |
237 | 2024-12-11T04:18:08.611Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-11T04:18:08.612Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-11T04:18:08.612Z | |
240 | 2024-12-11T04:18:08.612Z | brand/sparse |
241 | 2024-12-11T04:18:08.655Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-11T04:18:08.655Z | ++ set -o errexit |
243 | 2024-12-11T04:18:08.655Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-11T04:18:15.043Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-11T04:18:18.797Z | Startup: Caching catalogs ... Done |
246 | 2024-12-11T04:18:28.809Z | Planning: Solver setup ... Done |
247 | 2024-12-11T04:18:28.937Z | Planning: Running solver ... Done |
248 | 2024-12-11T04:18:29.038Z | Planning: Finding local manifests ... Done |
249 | 2024-12-11T04:18:29.050Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-11T04:18:29.137Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-11T04:18:29.204Z | Planning: Package planning ... Done |
252 | 2024-12-11T04:18:29.209Z | Planning: Merging actions ... Done |
253 | 2024-12-11T04:18:29.396Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-11T04:18:31.280Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-11T04:18:31.680Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-11T04:18:31.746Z | Planning: Planning completed in 12.86 seconds |
257 | 2024-12-11T04:18:31.761Z | Packages to install: 1 |
258 | 2024-12-11T04:18:31.761Z | Packages to update: 2 |
259 | 2024-12-11T04:18:31.764Z | Create boot environment: No |
260 | 2024-12-11T04:18:31.764Z | Create backup boot environment: Yes |
261 | 2024-12-11T04:18:31.833Z | |
262 | 2024-12-11T04:18:31.833Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-11T04:18:35.316Z | Download: Completed 8.03 MB in 3.48 seconds (2.3M/s) |
264 | 2024-12-11T04:18:37.197Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-11T04:18:37.217Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-11T04:18:37.332Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-11T04:18:37.640Z | Actions: Completed 1419 actions in 0.44 seconds. |
268 | 2024-12-11T04:18:37.843Z | Done |
269 | 2024-12-11T04:18:37.846Z | Done |
270 | 2024-12-11T04:18:38.357Z | Done |
271 | 2024-12-11T04:18:42.475Z | Done |
272 | 2024-12-11T04:18:42.561Z | Done |
273 | 2024-12-11T04:18:42.563Z | Done |
274 | 2024-12-11T04:18:42.740Z | Done |
275 | 2024-12-11T04:18:43.121Z | ++ set -o errexit |
276 | 2024-12-11T04:18:43.121Z | ++ set -o pipefail |
277 | 2024-12-11T04:18:43.121Z | ++ banner build |
278 | 2024-12-11T04:18:43.123Z | |
279 | 2024-12-11T04:18:43.123Z | ##### # # # # ##### |
280 | 2024-12-11T04:18:43.123Z | # # # # # # # # |
281 | 2024-12-11T04:18:43.123Z | ##### # # # # # # |
282 | 2024-12-11T04:18:43.123Z | # # # # # # # # |
283 | 2024-12-11T04:18:43.123Z | # # # # # # # # |
284 | 2024-12-11T04:18:43.124Z | ##### #### # ###### ##### |
285 | 2024-12-11T04:18:43.124Z | |
286 | 2024-12-11T04:18:43.124Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-11T04:18:43.296Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-11T04:18:43.534Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-11T04:18:43.760Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-11T04:18:43.761Z | * [new branch] ci -> origin/ci |
291 | 2024-12-11T04:18:43.763Z | * [new branch] main -> origin/main |
292 | 2024-12-11T04:18:43.763Z | * [new ref] -> origin/HEAD |
293 | 2024-12-11T04:18:43.773Z | Updating crates.io index |
294 | 2024-12-11T04:18:43.843Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2024-12-11T04:18:44.569Z | From https://github.com/oxidecomputer/falcon |
296 | 2024-12-11T04:18:44.569Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
297 | 2024-12-11T04:18:44.675Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2024-12-11T04:18:45.759Z | From https://github.com/oxidecomputer/dendrite |
299 | 2024-12-11T04:18:45.759Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
300 | 2024-12-11T04:18:45.815Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
301 | 2024-12-11T04:18:46.217Z | From https://github.com/oxidecomputer/ispf |
302 | 2024-12-11T04:18:46.217Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
303 | 2024-12-11T04:18:46.225Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2024-12-11T04:18:46.678Z | From https://github.com/oxidecomputer/netadm-sys |
305 | 2024-12-11T04:18:46.678Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
306 | 2024-12-11T04:18:46.690Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
307 | 2024-12-11T04:18:50.601Z | From https://github.com/oxidecomputer/omicron |
308 | 2024-12-11T04:18:50.601Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
309 | 2024-12-11T04:18:50.632Z | * [new tag] dogfood -> dogfood |
310 | 2024-12-11T04:18:50.635Z | * [new tag] v5 -> v5 |
311 | 2024-12-11T04:18:50.635Z | * [new tag] v6 -> v6 |
312 | 2024-12-11T04:18:50.635Z | * [new tag] v7 -> v7 |
313 | 2024-12-11T04:18:50.635Z | * [new tag] v8 -> v8 |
314 | 2024-12-11T04:18:50.635Z | * [new tag] v9 -> v9 |
315 | 2024-12-11T04:18:50.992Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2024-12-11T04:18:52.037Z | From https://github.com/oxidecomputer/opte |
317 | 2024-12-11T04:18:52.037Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
318 | 2024-12-11T04:18:52.116Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2024-12-11T04:18:52.528Z | From https://github.com/illumos/smf-rs |
320 | 2024-12-11T04:18:52.528Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
321 | 2024-12-11T04:18:52.565Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
322 | 2024-12-11T04:18:53.103Z | From https://github.com/oxidecomputer/maghemite |
323 | 2024-12-11T04:18:53.103Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
324 | 2024-12-11T04:18:53.120Z | * [new tag] rift -> rift |
325 | 2024-12-11T04:18:53.122Z | * [new tag] srp -> srp |
326 | 2024-12-11T04:18:53.122Z | * [new tag] tie-spf -> tie-spf |
327 | 2024-12-11T04:18:53.155Z | Updating git repository `https://github.com/oxidecomputer/zone` |
328 | 2024-12-11T04:18:53.566Z | From https://github.com/oxidecomputer/zone |
329 | 2024-12-11T04:18:53.566Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
330 | 2024-12-11T04:18:53.592Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
331 | 2024-12-11T04:18:54.352Z | From https://github.com/oxidecomputer/propolis |
332 | 2024-12-11T04:18:54.352Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
333 | 2024-12-11T04:18:54.483Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2024-12-11T04:18:54.911Z | From https://github.com/oxidecomputer/dlpi-sys |
335 | 2024-12-11T04:18:54.912Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
336 | 2024-12-11T04:18:54.920Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2024-12-11T04:18:55.349Z | From https://github.com/jmesmon/rust-libzfs |
338 | 2024-12-11T04:18:55.349Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
339 | 2024-12-11T04:18:55.364Z | * [new tag] v0.4.0 -> v0.4.0 |
340 | 2024-12-11T04:18:55.383Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2024-12-11T04:18:55.836Z | From https://github.com/oxidecomputer/rusty-doors |
342 | 2024-12-11T04:18:55.836Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
343 | 2024-12-11T04:18:55.853Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
344 | 2024-12-11T04:18:56.321Z | From https://github.com/oxidecomputer/maghemite |
345 | 2024-12-11T04:18:56.321Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
346 | 2024-12-11T04:18:56.387Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
347 | 2024-12-11T04:18:56.832Z | From https://github.com/oxidecomputer/serde_human_bytes |
348 | 2024-12-11T04:18:56.832Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
349 | 2024-12-11T04:18:56.846Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
350 | 2024-12-11T04:18:57.261Z | From https://github.com/oxidecomputer/slog-error-chain |
351 | 2024-12-11T04:18:57.261Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
352 | 2024-12-11T04:18:57.306Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
353 | 2024-12-11T04:18:57.749Z | From https://github.com/oxidecomputer/poptrie |
354 | 2024-12-11T04:18:57.752Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
355 | 2024-12-11T04:18:57.788Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
356 | 2024-12-11T04:18:58.216Z | From https://github.com/illumos/libscf-sys |
357 | 2024-12-11T04:18:58.216Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
358 | 2024-12-11T04:18:58.245Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
359 | 2024-12-11T04:18:59.230Z | From https://github.com/oxidecomputer/progenitor |
360 | 2024-12-11T04:18:59.230Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
361 | 2024-12-11T04:18:59.251Z | * [new tag] v0.1.1 -> v0.1.1 |
362 | 2024-12-11T04:18:59.254Z | * [new tag] v0.2.0 -> v0.2.0 |
363 | 2024-12-11T04:18:59.254Z | * [new tag] v0.3.0 -> v0.3.0 |
364 | 2024-12-11T04:18:59.254Z | * [new tag] v0.4.0 -> v0.4.0 |
365 | 2024-12-11T04:18:59.254Z | * [new tag] v0.5.0 -> v0.5.0 |
366 | 2024-12-11T04:18:59.254Z | * [new tag] v0.6.0 -> v0.6.0 |
367 | 2024-12-11T04:18:59.254Z | * [new tag] v0.7.0 -> v0.7.0 |
368 | 2024-12-11T04:18:59.364Z | Updating git repository `https://github.com/oxidecomputer/typify` |
369 | 2024-12-11T04:19:00.087Z | From https://github.com/oxidecomputer/typify |
370 | 2024-12-11T04:19:00.087Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
371 | 2024-12-11T04:19:00.089Z | * [new tag] v0.2.0 -> v0.2.0 |
372 | 2024-12-11T04:19:00.106Z | * [new tag] v0.0.10 -> v0.0.10 |
373 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.11 -> v0.0.11 |
374 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.12 -> v0.0.12 |
375 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.13 -> v0.0.13 |
376 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.14 -> v0.0.14 |
377 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.15 -> v0.0.15 |
378 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.16 -> v0.0.16 |
379 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.4 -> v0.0.4 |
380 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.5 -> v0.0.5 |
381 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.7 -> v0.0.7 |
382 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.8 -> v0.0.8 |
383 | 2024-12-11T04:19:00.109Z | * [new tag] v0.0.9 -> v0.0.9 |
384 | 2024-12-11T04:19:00.109Z | * [new tag] v0.1.0 -> v0.1.0 |
385 | 2024-12-11T04:19:00.382Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
386 | 2024-12-11T04:19:02.210Z | From https://github.com/oxidecomputer/crucible |
387 | 2024-12-11T04:19:02.210Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
388 | 2024-12-11T04:19:02.279Z | Updating git repository `https://github.com/oxidecomputer/opte` |
389 | 2024-12-11T04:19:02.721Z | From https://github.com/oxidecomputer/opte |
390 | 2024-12-11T04:19:02.721Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
391 | 2024-12-11T04:19:02.767Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
392 | 2024-12-11T04:19:03.445Z | From https://github.com/oxidecomputer/management-gateway-service |
393 | 2024-12-11T04:19:03.445Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
394 | 2024-12-11T04:19:04.251Z | Downloading crates ... |
395 | 2024-12-11T04:19:04.342Z | Downloaded anstyle v1.0.10 |
396 | 2024-12-11T04:19:04.359Z | Downloaded ahash v0.8.11 |
397 | 2024-12-11T04:19:04.365Z | Downloaded anstream v0.6.15 |
398 | 2024-12-11T04:19:04.370Z | Downloaded allocator-api2 v0.2.18 |
399 | 2024-12-11T04:19:04.379Z | Downloaded aho-corasick v1.1.3 |
400 | 2024-12-11T04:19:04.384Z | Downloaded anstyle-query v1.1.1 |
401 | 2024-12-11T04:19:04.388Z | Downloaded anstyle-parse v0.2.5 |
402 | 2024-12-11T04:19:04.392Z | Downloaded async-stream v0.3.5 |
403 | 2024-12-11T04:19:04.395Z | Downloaded async-trait v0.1.83 |
404 | 2024-12-11T04:19:04.397Z | Downloaded async-stream-impl v0.3.5 |
405 | 2024-12-11T04:19:04.401Z | Downloaded argon2 v0.5.3 |
406 | 2024-12-11T04:19:04.404Z | Downloaded base64 v0.21.7 |
407 | 2024-12-11T04:19:04.406Z | Downloaded anyhow v1.0.94 |
408 | 2024-12-11T04:19:04.409Z | Downloaded block-buffer v0.10.4 |
409 | 2024-12-11T04:19:04.412Z | Downloaded base64 v0.22.1 |
410 | 2024-12-11T04:19:04.416Z | Downloaded ciborium-io v0.2.2 |
411 | 2024-12-11T04:19:04.418Z | Downloaded base64ct v1.6.0 |
412 | 2024-12-11T04:19:04.421Z | Downloaded atomicwrites v0.4.4 |
413 | 2024-12-11T04:19:04.421Z | Downloaded cfg-if v1.0.0 |
414 | 2024-12-11T04:19:04.423Z | Downloaded bitflags v2.6.0 |
415 | 2024-12-11T04:19:04.426Z | Downloaded parking_lot_core v0.9.10 |
416 | 2024-12-11T04:19:04.428Z | Downloaded futures-sink v0.3.30 |
417 | 2024-12-11T04:19:04.431Z | Downloaded bytes v1.7.2 |
418 | 2024-12-11T04:19:04.434Z | Downloaded ciborium v0.2.2 |
419 | 2024-12-11T04:19:04.437Z | Downloaded percent-encoding v2.3.1 |
420 | 2024-12-11T04:19:04.437Z | Downloaded atomic-waker v1.1.2 |
421 | 2024-12-11T04:19:04.440Z | Downloaded cancel-safe-futures v0.1.5 |
422 | 2024-12-11T04:19:04.442Z | Downloaded pretty-hex v0.2.1 |
423 | 2024-12-11T04:19:04.445Z | Downloaded clap v4.5.23 |
424 | 2024-12-11T04:19:04.452Z | Downloaded ppv-lite86 v0.2.20 |
425 | 2024-12-11T04:19:04.454Z | Downloaded crc32fast v1.4.2 |
426 | 2024-12-11T04:19:04.458Z | Downloaded cc v1.1.21 |
427 | 2024-12-11T04:19:04.461Z | Downloaded proc-macro-error v1.0.4 |
428 | 2024-12-11T04:19:04.464Z | Downloaded pest_derive v2.7.13 |
429 | 2024-12-11T04:19:04.467Z | Downloaded proc-macro-crate v1.3.1 |
430 | 2024-12-11T04:19:04.467Z | Downloaded parse-display v0.10.0 |
431 | 2024-12-11T04:19:04.469Z | Downloaded pin-project-lite v0.2.14 |
432 | 2024-12-11T04:19:04.473Z | Downloaded data-encoding v2.6.0 |
433 | 2024-12-11T04:19:04.475Z | Downloaded plain v0.2.3 |
434 | 2024-12-11T04:19:04.478Z | Downloaded cpufeatures v0.2.14 |
435 | 2024-12-11T04:19:04.478Z | Downloaded convert_case v0.4.0 |
436 | 2024-12-11T04:19:04.480Z | Downloaded crypto-common v0.1.6 |
437 | 2024-12-11T04:19:04.480Z | Downloaded cobs v0.2.3 |
438 | 2024-12-11T04:19:04.482Z | Downloaded cstr-argument v0.1.2 |
439 | 2024-12-11T04:19:04.482Z | Downloaded postcard v1.0.10 |
440 | 2024-12-11T04:19:04.484Z | Downloaded pest_meta v2.7.13 |
441 | 2024-12-11T04:19:04.487Z | Downloaded password-hash v0.5.0 |
442 | 2024-12-11T04:19:04.490Z | Downloaded debug-ignore v1.0.5 |
443 | 2024-12-11T04:19:04.492Z | Downloaded progenitor-client v0.8.0 |
444 | 2024-12-11T04:19:04.492Z | Downloaded enum-as-inner v0.6.1 |
445 | 2024-12-11T04:19:04.495Z | Downloaded equivalent v1.0.1 |
446 | 2024-12-11T04:19:04.495Z | Downloaded camino v1.1.9 |
447 | 2024-12-11T04:19:04.497Z | Downloaded foreign-types-shared v0.3.1 |
448 | 2024-12-11T04:19:04.499Z | Downloaded foreign-types-shared v0.1.1 |
449 | 2024-12-11T04:19:04.499Z | Downloaded darling v0.20.10 |
450 | 2024-12-11T04:19:04.503Z | Downloaded dtrace-parser v0.2.0 |
451 | 2024-12-11T04:19:04.506Z | Downloaded dof v0.3.0 |
452 | 2024-12-11T04:19:04.506Z | Downloaded dirs-next v2.0.0 |
453 | 2024-12-11T04:19:04.508Z | Downloaded fastrand v2.1.1 |
454 | 2024-12-11T04:19:04.511Z | Downloaded proc-macro-error-attr v1.0.4 |
455 | 2024-12-11T04:19:04.511Z | Downloaded float-ord v0.3.2 |
456 | 2024-12-11T04:19:04.511Z | Downloaded embedded-io v0.6.1 |
457 | 2024-12-11T04:19:04.514Z | Downloaded either v1.13.0 |
458 | 2024-12-11T04:19:04.514Z | Downloaded http-body v1.0.1 |
459 | 2024-12-11T04:19:04.516Z | Downloaded hubpack_derive v0.1.1 |
460 | 2024-12-11T04:19:04.516Z | Downloaded dyn-clone v1.0.17 |
461 | 2024-12-11T04:19:04.519Z | Downloaded newline-converter v0.3.0 |
462 | 2024-12-11T04:19:04.519Z | Downloaded serde-big-array v0.5.1 |
463 | 2024-12-11T04:19:04.521Z | Downloaded scroll_derive v0.12.0 |
464 | 2024-12-11T04:19:04.521Z | Downloaded openssl-probe v0.1.5 |
465 | 2024-12-11T04:19:04.524Z | Downloaded foreign-types v0.5.0 |
466 | 2024-12-11T04:19:04.524Z | Downloaded fixedbitset v0.4.2 |
467 | 2024-12-11T04:19:04.527Z | Downloaded futures-macro v0.3.30 |
468 | 2024-12-11T04:19:04.527Z | Downloaded futures-io v0.3.30 |
469 | 2024-12-11T04:19:04.527Z | Downloaded futures-core v0.3.30 |
470 | 2024-12-11T04:19:04.529Z | Downloaded sigpipe v0.1.3 |
471 | 2024-12-11T04:19:04.530Z | Downloaded hash32 v0.3.1 |
472 | 2024-12-11T04:19:04.532Z | Downloaded sync_wrapper v0.1.2 |
473 | 2024-12-11T04:19:04.532Z | Downloaded form_urlencoded v1.2.1 |
474 | 2024-12-11T04:19:04.534Z | Downloaded errno v0.3.9 |
475 | 2024-12-11T04:19:04.537Z | Downloaded quick-error v1.2.3 |
476 | 2024-12-11T04:19:04.537Z | Downloaded fnv v1.0.7 |
477 | 2024-12-11T04:19:04.538Z | Downloaded rustc_version v0.1.7 |
478 | 2024-12-11T04:19:04.540Z | Downloaded rustc-hash v2.0.0 |
479 | 2024-12-11T04:19:04.540Z | Downloaded dirs-sys-next v0.1.2 |
480 | 2024-12-11T04:19:04.543Z | Downloaded heck v0.5.0 |
481 | 2024-12-11T04:19:04.543Z | Downloaded rand_chacha v0.3.1 |
482 | 2024-12-11T04:19:04.546Z | Downloaded progenitor v0.8.0 |
483 | 2024-12-11T04:19:04.546Z | Downloaded is-terminal v0.4.13 |
484 | 2024-12-11T04:19:04.548Z | Downloaded itoa v1.0.11 |
485 | 2024-12-11T04:19:04.552Z | Downloaded scopeguard v1.2.0 |
486 | 2024-12-11T04:19:04.552Z | Downloaded rustc_version v0.4.1 |
487 | 2024-12-11T04:19:04.555Z | Downloaded spin v0.5.2 |
488 | 2024-12-11T04:19:04.555Z | Downloaded num-iter v0.1.45 |
489 | 2024-12-11T04:19:04.555Z | Downloaded slog-scope v4.4.0 |
490 | 2024-12-11T04:19:04.557Z | Downloaded serde_urlencoded v0.7.1 |
491 | 2024-12-11T04:19:04.557Z | Downloaded slog-json v2.6.1 |
492 | 2024-12-11T04:19:04.560Z | Downloaded sync_wrapper v1.0.1 |
493 | 2024-12-11T04:19:04.560Z | Downloaded derive_more v0.99.18 |
494 | 2024-12-11T04:19:04.564Z | Downloaded resolv-conf v0.7.0 |
495 | 2024-12-11T04:19:04.567Z | Downloaded derive-where v1.2.7 |
496 | 2024-12-11T04:19:04.570Z | Downloaded newtype_derive v0.1.6 |
497 | 2024-12-11T04:19:04.572Z | Downloaded tinyvec_macros v0.1.1 |
498 | 2024-12-11T04:19:04.572Z | Downloaded tower-service v0.3.3 |
499 | 2024-12-11T04:19:04.575Z | Downloaded highway v1.2.0 |
500 | 2024-12-11T04:19:04.577Z | Downloaded hyper-rustls v0.27.3 |
501 | 2024-12-11T04:19:04.579Z | Downloaded signal-hook-registry v1.4.2 |
502 | 2024-12-11T04:19:04.579Z | Downloaded usdt v0.5.0 |
503 | 2024-12-11T04:19:04.582Z | Downloaded sha1 v0.10.6 |
504 | 2024-12-11T04:19:04.584Z | Downloaded humantime v2.1.0 |
505 | 2024-12-11T04:19:04.584Z | Downloaded serde_path_to_error v0.1.16 |
506 | 2024-12-11T04:19:04.587Z | Downloaded spin v0.9.8 |
507 | 2024-12-11T04:19:04.589Z | Downloaded num-rational v0.4.2 |
508 | 2024-12-11T04:19:04.591Z | Downloaded take_mut v0.2.2 |
509 | 2024-12-11T04:19:04.591Z | Downloaded no-std-compat v0.4.1 |
510 | 2024-12-11T04:19:04.593Z | Downloaded dropshot_endpoint v0.12.0 |
511 | 2024-12-11T04:19:04.596Z | Downloaded num-complex v0.4.6 |
512 | 2024-12-11T04:19:04.598Z | Downloaded hubpack v0.1.2 |
513 | 2024-12-11T04:19:04.598Z | Downloaded tabwriter v1.4.0 |
514 | 2024-12-11T04:19:04.600Z | Downloaded slog-envlogger v2.2.0 |
515 | 2024-12-11T04:19:04.603Z | Downloaded newtype-uuid v1.1.0 |
516 | 2024-12-11T04:19:04.603Z | Downloaded slog-dtrace v0.3.0 |
517 | 2024-12-11T04:19:04.605Z | Downloaded try-lock v0.2.5 |
518 | 2024-12-11T04:19:04.605Z | Downloaded rand_core v0.6.4 |
519 | 2024-12-11T04:19:04.608Z | Downloaded slog-bunyan v2.5.0 |
520 | 2024-12-11T04:19:04.608Z | Downloaded slog-async v2.8.0 |
521 | 2024-12-11T04:19:04.610Z | Downloaded serde_repr v0.1.19 |
522 | 2024-12-11T04:19:04.612Z | Downloaded serde_spanned v0.6.7 |
523 | 2024-12-11T04:19:04.612Z | Downloaded fxhash v0.2.1 |
524 | 2024-12-11T04:19:04.614Z | Downloaded hostname v0.4.0 |
525 | 2024-12-11T04:19:04.617Z | Downloaded serde_derive_internals v0.29.1 |
526 | 2024-12-11T04:19:04.617Z | Downloaded semver v1.0.23 |
527 | 2024-12-11T04:19:04.619Z | Downloaded macaddr v1.0.1 |
528 | 2024-12-11T04:19:04.621Z | Downloaded ipnetwork v0.20.0 |
529 | 2024-12-11T04:19:04.624Z | Downloaded toml_datetime v0.6.8 |
530 | 2024-12-11T04:19:04.624Z | Downloaded strum_macros v0.25.3 |
531 | 2024-12-11T04:19:04.626Z | Downloaded schemars_derive v0.8.21 |
532 | 2024-12-11T04:19:04.630Z | Downloaded proc-macro2 v1.0.86 |
533 | 2024-12-11T04:19:04.633Z | Downloaded smf v0.2.3 |
534 | 2024-12-11T04:19:04.633Z | Downloaded num_enum v0.5.11 |
535 | 2024-12-11T04:19:04.635Z | Downloaded thread_local v1.1.8 |
536 | 2024-12-11T04:19:04.637Z | Downloaded native-tls v0.2.12 |
537 | 2024-12-11T04:19:04.640Z | Downloaded whoami v1.5.2 |
538 | 2024-12-11T04:19:04.642Z | Downloaded tokio-rustls v0.24.1 |
539 | 2024-12-11T04:19:04.644Z | Downloaded swrite v0.1.0 |
540 | 2024-12-11T04:19:04.644Z | Downloaded multer v3.1.0 |
541 | 2024-12-11T04:19:04.647Z | Downloaded typify-macro v0.2.0 |
542 | 2024-12-11T04:19:04.649Z | Downloaded sha2 v0.10.8 |
543 | 2024-12-11T04:19:04.652Z | Downloaded rhai_codegen v2.2.0 |
544 | 2024-12-11T04:19:04.657Z | Downloaded time-core v0.1.2 |
545 | 2024-12-11T04:19:04.659Z | Downloaded instant v0.1.13 |
546 | 2024-12-11T04:19:04.662Z | Downloaded want v0.3.1 |
547 | 2024-12-11T04:19:04.662Z | Downloaded progenitor-impl v0.8.0 |
548 | 2024-12-11T04:19:04.664Z | Downloaded hex v0.4.3 |
549 | 2024-12-11T04:19:04.664Z | Downloaded slog-stdlog v4.1.1 |
550 | 2024-12-11T04:19:04.667Z | Downloaded num_threads v0.1.7 |
551 | 2024-12-11T04:19:04.667Z | Downloaded is_terminal_polyfill v1.70.1 |
552 | 2024-12-11T04:19:04.669Z | Downloaded scroll v0.12.0 |
553 | 2024-12-11T04:19:04.669Z | Downloaded rustls-pemfile v2.1.3 |
554 | 2024-12-11T04:19:04.672Z | Downloaded hyper-tls v0.6.0 |
555 | 2024-12-11T04:19:04.674Z | Downloaded structmeta v0.3.0 |
556 | 2024-12-11T04:19:04.674Z | Downloaded static_assertions v1.1.0 |
557 | 2024-12-11T04:19:04.677Z | Downloaded strsim v0.11.1 |
558 | 2024-12-11T04:19:04.677Z | Downloaded stable_deref_trait v1.2.0 |
559 | 2024-12-11T04:19:04.679Z | Downloaded smallvec v1.13.2 |
560 | 2024-12-11T04:19:04.682Z | Downloaded smartstring v1.0.1 |
561 | 2024-12-11T04:19:04.684Z | Downloaded portable-atomic v1.8.0 |
562 | 2024-12-11T04:19:04.688Z | Downloaded openssl-macros v0.1.1 |
563 | 2024-12-11T04:19:04.691Z | Downloaded strum v0.26.3 |
564 | 2024-12-11T04:19:04.691Z | Downloaded ident_case v1.0.1 |
565 | 2024-12-11T04:19:04.693Z | Downloaded typify v0.2.0 |
566 | 2024-12-11T04:19:04.695Z | Downloaded omicron-workspace-hack v0.1.0 |
567 | 2024-12-11T04:19:04.695Z | Downloaded indexmap v2.5.0 |
568 | 2024-12-11T04:19:04.698Z | Downloaded ryu v1.0.18 |
569 | 2024-12-11T04:19:04.701Z | Downloaded libsw v3.3.1 |
570 | 2024-12-11T04:19:04.704Z | Downloaded version_check v0.9.5 |
571 | 2024-12-11T04:19:04.706Z | Downloaded linked-hash-map v0.5.6 |
572 | 2024-12-11T04:19:04.706Z | Downloaded usdt-impl v0.5.0 |
573 | 2024-12-11T04:19:04.709Z | Downloaded thread-id v4.2.2 |
574 | 2024-12-11T04:19:04.709Z | Downloaded num-conv v0.1.0 |
575 | 2024-12-11T04:19:04.709Z | Downloaded futures-task v0.3.30 |
576 | 2024-12-11T04:19:04.713Z | Downloaded slog v2.7.0 |
577 | 2024-12-11T04:19:04.715Z | Downloaded similar v2.6.0 |
578 | 2024-12-11T04:19:04.718Z | Downloaded indent_write v2.2.0 |
579 | 2024-12-11T04:19:04.721Z | Downloaded generic-array v0.14.7 |
580 | 2024-12-11T04:19:04.721Z | Downloaded waitgroup v0.1.2 |
581 | 2024-12-11T04:19:04.721Z | Downloaded lru-cache v0.1.2 |
582 | 2024-12-11T04:19:04.723Z | Downloaded hostname v0.3.1 |
583 | 2024-12-11T04:19:04.723Z | Downloaded zeroize v1.8.1 |
584 | 2024-12-11T04:19:04.726Z | Downloaded zone_cfg_derive v0.3.0 |
585 | 2024-12-11T04:19:04.726Z | Downloaded usdt-attr-macro v0.5.0 |
586 | 2024-12-11T04:19:04.728Z | Downloaded clap_builder v4.5.23 |
587 | 2024-12-11T04:19:04.733Z | Downloaded getrandom v0.2.15 |
588 | 2024-12-11T04:19:04.736Z | Downloaded tiny-keccak v2.0.2 |
589 | 2024-12-11T04:19:04.738Z | Downloaded zone v0.3.0 |
590 | 2024-12-11T04:19:04.740Z | Downloaded ipnet v2.10.0 |
591 | 2024-12-11T04:19:04.743Z | Downloaded num_enum_derive v0.5.11 |
592 | 2024-12-11T04:19:04.743Z | Downloaded ucd-trie v0.1.6 |
593 | 2024-12-11T04:19:04.745Z | Downloaded typenum v1.17.0 |
594 | 2024-12-11T04:19:04.747Z | Downloaded linear-map v1.2.0 |
595 | 2024-12-11T04:19:04.749Z | Downloaded httparse v1.9.4 |
596 | 2024-12-11T04:19:04.750Z | Downloaded time-macros v0.2.18 |
597 | 2024-12-11T04:19:04.752Z | Downloaded subtle v2.6.1 |
598 | 2024-12-11T04:19:04.754Z | Downloaded untrusted v0.9.0 |
599 | 2024-12-11T04:19:04.754Z | Downloaded thiserror v1.0.69 |
600 | 2024-12-11T04:19:04.759Z | Downloaded tokio-native-tls v0.3.1 |
601 | 2024-12-11T04:19:04.761Z | Downloaded num_enum_derive v0.7.3 |
602 | 2024-12-11T04:19:04.763Z | Downloaded zerocopy-derive v0.7.35 |
603 | 2024-12-11T04:19:04.766Z | Downloaded once_cell v1.20.2 |
604 | 2024-12-11T04:19:04.768Z | Downloaded num v0.4.3 |
605 | 2024-12-11T04:19:04.771Z | Downloaded structmeta-derive v0.3.0 |
606 | 2024-12-11T04:19:04.771Z | Downloaded openssl-sys v0.9.103 |
607 | 2024-12-11T04:19:04.775Z | Downloaded schemars v0.8.21 |
608 | 2024-12-11T04:19:04.786Z | Downloaded lock_api v0.4.12 |
609 | 2024-12-11T04:19:04.789Z | Downloaded num-derive v0.4.2 |
610 | 2024-12-11T04:19:04.791Z | Downloaded num_enum v0.7.3 |
611 | 2024-12-11T04:19:04.793Z | Downloaded term v0.7.0 |
612 | 2024-12-11T04:19:04.797Z | Downloaded zerocopy v0.6.6 |
613 | 2024-12-11T04:19:04.799Z | Downloaded rand v0.8.5 |
614 | 2024-12-11T04:19:04.802Z | Downloaded quinn v0.11.5 |
615 | 2024-12-11T04:19:04.806Z | Downloaded toml v0.8.19 |
616 | 2024-12-11T04:19:04.809Z | Downloaded socket2 v0.5.8 |
617 | 2024-12-11T04:19:04.812Z | Downloaded serde v1.0.216 |
618 | 2024-12-11T04:19:04.815Z | Downloaded strum_macros v0.26.4 |
619 | 2024-12-11T04:19:04.818Z | Downloaded unsafe-libyaml v0.2.11 |
620 | 2024-12-11T04:19:04.820Z | Downloaded mio v1.0.2 |
621 | 2024-12-11T04:19:04.825Z | Downloaded tracing-attributes v0.1.27 |
622 | 2024-12-11T04:19:04.827Z | Downloaded time v0.3.36 |
623 | 2024-12-11T04:19:04.834Z | Downloaded serde_derive v1.0.216 |
624 | 2024-12-11T04:19:04.836Z | Downloaded tokio-util v0.7.12 |
625 | 2024-12-11T04:19:04.843Z | Downloaded unicode-bidi v0.3.15 |
626 | 2024-12-11T04:19:04.845Z | Downloaded tempfile v3.12.0 |
627 | 2024-12-11T04:19:04.848Z | Downloaded indexmap v1.9.3 |
628 | 2024-12-11T04:19:04.851Z | Downloaded steno v0.4.1 |
629 | 2024-12-11T04:19:04.855Z | Downloaded toml_edit v0.22.21 |
630 | 2024-12-11T04:19:04.876Z | Downloaded tinyvec v1.8.0 |
631 | 2024-12-11T04:19:04.881Z | Downloaded itertools v0.10.5 |
632 | 2024-12-11T04:19:04.884Z | Downloaded log v0.4.22 |
633 | 2024-12-11T04:19:04.886Z | Downloaded half v2.4.1 |
634 | 2024-12-11T04:19:04.889Z | Downloaded thin-vec v0.2.13 |
635 | 2024-12-11T04:19:04.892Z | Downloaded tracing v0.1.40 |
636 | 2024-12-11T04:19:04.894Z | Downloaded memchr v2.7.4 |
637 | 2024-12-11T04:19:04.899Z | Downloaded unicode-normalization v0.1.24 |
638 | 2024-12-11T04:19:04.903Z | Downloaded tracing-core v0.1.32 |
639 | 2024-12-11T04:19:04.906Z | Downloaded zerocopy v0.7.35 |
640 | 2024-12-11T04:19:04.921Z | Downloaded hashbrown v0.12.3 |
641 | 2024-12-11T04:19:04.924Z | Downloaded hyper v1.5.1 |
642 | 2024-12-11T04:19:04.931Z | Downloaded url v2.5.2 |
643 | 2024-12-11T04:19:04.933Z | Downloaded heapless v0.8.0 |
644 | 2024-12-11T04:19:04.937Z | Downloaded libm v0.2.8 |
645 | 2024-12-11T04:19:04.945Z | Downloaded hashbrown v0.14.5 |
646 | 2024-12-11T04:19:04.951Z | Downloaded hyper v0.14.30 |
647 | 2024-12-11T04:19:04.958Z | Downloaded winnow v0.6.18 |
648 | 2024-12-11T04:19:04.968Z | Downloaded minimal-lexical v0.2.1 |
649 | 2024-12-11T04:19:04.973Z | Downloaded unicode-segmentation v1.12.0 |
650 | 2024-12-11T04:19:04.976Z | Downloaded h2 v0.4.6 |
651 | 2024-12-11T04:19:04.985Z | Downloaded hickory-resolver v0.24.1 |
652 | 2024-12-11T04:19:04.989Z | Downloaded syn v1.0.109 |
653 | 2024-12-11T04:19:05.004Z | Downloaded vcpkg v0.2.15 |
654 | 2024-12-11T04:19:05.040Z | Downloaded nom v7.1.3 |
655 | 2024-12-11T04:19:05.042Z | Downloaded dropshot v0.12.0 |
656 | 2024-12-11T04:19:05.061Z | Downloaded idna v0.5.0 |
657 | 2024-12-11T04:19:05.067Z | Downloaded idna v0.4.0 |
658 | 2024-12-11T04:19:05.074Z | Downloaded itertools v0.12.1 |
659 | 2024-12-11T04:19:05.081Z | Downloaded unicode-width v0.1.14 |
660 | 2024-12-11T04:19:05.087Z | Downloaded reqwest v0.12.9 |
661 | 2024-12-11T04:19:05.095Z | Downloaded winnow v0.5.40 |
662 | 2024-12-11T04:19:05.103Z | Downloaded smoltcp v0.11.0 |
663 | 2024-12-11T04:19:05.115Z | Downloaded openapiv3 v2.0.0 |
664 | 2024-12-11T04:19:05.127Z | Downloaded hickory-proto v0.24.1 |
665 | 2024-12-11T04:19:05.141Z | Downloaded goblin v0.8.2 |
666 | 2024-12-11T04:19:05.147Z | Downloaded quinn-proto v0.11.8 |
667 | 2024-12-11T04:19:05.154Z | Downloaded rustls-webpki v0.102.8 |
668 | 2024-12-11T04:19:05.171Z | Downloaded itertools v0.13.0 |
669 | 2024-12-11T04:19:05.178Z | Downloaded rustls-webpki v0.101.7 |
670 | 2024-12-11T04:19:05.191Z | Downloaded reqwest v0.11.27 |
671 | 2024-12-11T04:19:05.198Z | Downloaded typify-impl v0.2.0 |
672 | 2024-12-11T04:19:05.213Z | Downloaded webpki-roots v0.26.6 |
673 | 2024-12-11T04:19:05.217Z | Downloaded regex v1.10.6 |
674 | 2024-12-11T04:19:05.229Z | Downloaded webpki-roots v0.25.4 |
675 | 2024-12-11T04:19:05.233Z | Downloaded syn v2.0.87 |
676 | 2024-12-11T04:19:05.244Z | Downloaded serde_with v3.9.0 |
677 | 2024-12-11T04:19:05.252Z | Downloaded serde_json v1.0.133 |
678 | 2024-12-11T04:19:05.258Z | Downloaded openssl v0.10.66 |
679 | 2024-12-11T04:19:05.267Z | Downloaded rustls v0.21.12 |
680 | 2024-12-11T04:19:05.279Z | Downloaded http v1.2.0 |
681 | 2024-12-11T04:19:05.281Z | Downloaded regress v0.10.1 |
682 | 2024-12-11T04:19:05.290Z | Downloaded regress v0.9.1 |
683 | 2024-12-11T04:19:05.298Z | Downloaded rustls v0.23.13 |
684 | 2024-12-11T04:19:05.310Z | Downloaded rustls v0.22.4 |
685 | 2024-12-11T04:19:05.322Z | Downloaded rustix v0.38.37 |
686 | 2024-12-11T04:19:05.343Z | Downloaded rhai v1.20.0 |
687 | 2024-12-11T04:19:05.355Z | Downloaded regex-syntax v0.8.4 |
688 | 2024-12-11T04:19:05.362Z | Downloaded http v0.2.12 |
689 | 2024-12-11T04:19:05.366Z | Downloaded h2 v0.3.26 |
690 | 2024-12-11T04:19:05.372Z | Downloaded chrono v0.4.38 |
691 | 2024-12-11T04:19:05.379Z | Downloaded toml_edit v0.19.15 |
692 | 2024-12-11T04:19:05.393Z | Downloaded tokio v1.42.0 |
693 | 2024-12-11T04:19:05.430Z | Downloaded sled v0.34.7 |
694 | 2024-12-11T04:19:05.440Z | Downloaded futures-util v0.3.30 |
695 | 2024-12-11T04:19:05.450Z | Downloaded serde_yaml v0.9.34+deprecated |
696 | 2024-12-11T04:19:05.454Z | Downloaded num-traits v0.2.19 |
697 | 2024-12-11T04:19:05.456Z | Downloaded http-body v0.4.6 |
698 | 2024-12-11T04:19:05.459Z | Downloaded zerocopy-derive v0.6.6 |
699 | 2024-12-11T04:19:05.467Z | Downloaded parking_lot v0.12.3 |
700 | 2024-12-11T04:19:05.485Z | Downloaded terminal_size v0.4.0 |
701 | 2024-12-11T04:19:05.490Z | Downloaded regex-automata v0.4.7 |
702 | 2024-12-11T04:19:05.503Z | Downloaded heck v0.4.1 |
703 | 2024-12-11T04:19:05.506Z | Downloaded thiserror-impl v1.0.69 |
704 | 2024-12-11T04:19:05.506Z | Downloaded memmap v0.7.0 |
705 | 2024-12-11T04:19:05.513Z | Downloaded hyper-util v0.1.10 |
706 | 2024-12-11T04:19:05.516Z | Downloaded parking_lot v0.11.2 |
707 | 2024-12-11T04:19:05.516Z | Downloaded owo-colors v4.1.0 |
708 | 2024-12-11T04:19:05.516Z | Downloaded rustls-pki-types v1.8.0 |
709 | 2024-12-11T04:19:05.519Z | Downloaded utf8parse v0.2.2 |
710 | 2024-12-11T04:19:05.519Z | Downloaded petgraph v0.6.5 |
711 | 2024-12-11T04:19:05.534Z | Downloaded usdt-macro v0.5.0 |
712 | 2024-12-11T04:19:05.537Z | Downloaded num-derive v0.3.3 |
713 | 2024-12-11T04:19:05.537Z | Downloaded tokio-macros v2.4.0 |
714 | 2024-12-11T04:19:05.542Z | Downloaded unicode-ident v1.0.13 |
715 | 2024-12-11T04:19:05.542Z | Downloaded libc v0.2.167 |
716 | 2024-12-11T04:19:05.564Z | Downloaded slog-term v2.9.1 |
717 | 2024-12-11T04:19:05.566Z | Downloaded uuid v1.11.0 |
718 | 2024-12-11T04:19:05.569Z | Downloaded expectorate v1.1.0 |
719 | 2024-12-11T04:19:05.571Z | Downloaded hyper-tls v0.5.0 |
720 | 2024-12-11T04:19:05.574Z | Downloaded http-body-util v0.1.2 |
721 | 2024-12-11T04:19:05.574Z | Downloaded iana-time-zone v0.1.61 |
722 | 2024-12-11T04:19:05.577Z | Downloaded encoding_rs v0.8.34 |
723 | 2024-12-11T04:19:05.595Z | Downloaded futures v0.3.30 |
724 | 2024-12-11T04:19:05.600Z | Downloaded match_cfg v0.1.0 |
725 | 2024-12-11T04:19:05.603Z | Downloaded tokio-rustls v0.25.0 |
726 | 2024-12-11T04:19:05.603Z | Downloaded httpdate v1.0.3 |
727 | 2024-12-11T04:19:05.606Z | Downloaded tokio-rustls v0.26.0 |
728 | 2024-12-11T04:19:05.606Z | Downloaded serde_with_macros v3.9.0 |
729 | 2024-12-11T04:19:05.608Z | Downloaded sct v0.7.1 |
730 | 2024-12-11T04:19:05.610Z | Downloaded quote v1.0.37 |
731 | 2024-12-11T04:19:05.613Z | Downloaded shlex v1.3.0 |
732 | 2024-12-11T04:19:05.613Z | Downloaded hyper-rustls v0.24.2 |
733 | 2024-12-11T04:19:05.616Z | Downloaded serde_tokenstream v0.2.2 |
734 | 2024-12-11T04:19:05.619Z | Downloaded rustversion v1.0.17 |
735 | 2024-12-11T04:19:05.619Z | Downloaded crossbeam-channel v0.5.13 |
736 | 2024-12-11T04:19:05.622Z | Downloaded futures-channel v0.3.30 |
737 | 2024-12-11T04:19:05.625Z | Downloaded num-integer v0.1.46 |
738 | 2024-12-11T04:19:05.627Z | Downloaded mime v0.3.17 |
739 | 2024-12-11T04:19:05.627Z | Downloaded managed v0.8.0 |
740 | 2024-12-11T04:19:05.627Z | Downloaded lazy_static v1.5.0 |
741 | 2024-12-11T04:19:05.630Z | Downloaded slab v0.4.9 |
742 | 2024-12-11T04:19:05.630Z | Downloaded rustls-pemfile v1.0.4 |
743 | 2024-12-11T04:19:05.632Z | Downloaded quinn-udp v0.5.5 |
744 | 2024-12-11T04:19:05.635Z | Downloaded darling_core v0.20.10 |
745 | 2024-12-11T04:19:05.638Z | Downloaded futures-executor v0.3.30 |
746 | 2024-12-11T04:19:05.640Z | Downloaded defmt v0.3.8 |
747 | 2024-12-11T04:19:05.643Z | Downloaded progenitor-macro v0.8.0 |
748 | 2024-12-11T04:19:05.643Z | Downloaded semver v0.1.20 |
749 | 2024-12-11T04:19:05.643Z | Downloaded foreign-types-macros v0.2.3 |
750 | 2024-12-11T04:19:05.645Z | Downloaded defmt-macros v0.3.9 |
751 | 2024-12-11T04:19:05.648Z | Downloaded embedded-io v0.4.0 |
752 | 2024-12-11T04:19:05.648Z | Downloaded digest v0.10.7 |
753 | 2024-12-11T04:19:05.651Z | Downloaded crossbeam-utils v0.8.20 |
754 | 2024-12-11T04:19:05.651Z | Downloaded cookie v0.18.1 |
755 | 2024-12-11T04:19:05.654Z | Downloaded deranged v0.3.11 |
756 | 2024-12-11T04:19:05.656Z | Downloaded defmt-parser v0.3.4 |
757 | 2024-12-11T04:19:05.656Z | Downloaded console v0.15.8 |
758 | 2024-12-11T04:19:05.659Z | Downloaded pest v2.7.13 |
759 | 2024-12-11T04:19:05.662Z | Downloaded foreign-types v0.3.2 |
760 | 2024-12-11T04:19:05.665Z | Downloaded crucible-workspace-hack v0.1.0 |
761 | 2024-12-11T04:19:05.665Z | Downloaded pretty-hex v0.4.1 |
762 | 2024-12-11T04:19:05.667Z | Downloaded powerfmt v0.2.0 |
763 | 2024-12-11T04:19:05.667Z | Downloaded pin-utils v0.1.0 |
764 | 2024-12-11T04:19:05.667Z | Downloaded clap_derive v4.5.18 |
765 | 2024-12-11T04:19:05.670Z | Downloaded darling_macro v0.20.10 |
766 | 2024-12-11T04:19:05.670Z | Downloaded crunchy v0.2.2 |
767 | 2024-12-11T04:19:05.670Z | Downloaded crc8 v0.1.1 |
768 | 2024-12-11T04:19:05.672Z | Downloaded ciborium-ll v0.2.2 |
769 | 2024-12-11T04:19:05.672Z | Downloaded proc-macro-crate v3.2.0 |
770 | 2024-12-11T04:19:05.672Z | Downloaded prettyplease v0.2.22 |
771 | 2024-12-11T04:19:05.675Z | Downloaded colored v2.1.0 |
772 | 2024-12-11T04:19:05.678Z | Downloaded camino-tempfile v1.1.1 |
773 | 2024-12-11T04:19:05.680Z | Downloaded blake2 v0.10.6 |
774 | 2024-12-11T04:19:05.684Z | Downloaded pest_generator v2.7.13 |
775 | 2024-12-11T04:19:05.684Z | Downloaded const-random-macro v0.1.16 |
776 | 2024-12-11T04:19:05.684Z | Downloaded clap_lex v0.7.4 |
777 | 2024-12-11T04:19:05.689Z | Downloaded pkg-config v0.3.31 |
778 | 2024-12-11T04:19:05.689Z | Downloaded parse-display-derive v0.10.0 |
779 | 2024-12-11T04:19:05.689Z | Downloaded paste v1.0.15 |
780 | 2024-12-11T04:19:05.689Z | Downloaded parking_lot_core v0.8.6 |
781 | 2024-12-11T04:19:05.692Z | Downloaded crossbeam-epoch v0.9.18 |
782 | 2024-12-11T04:19:05.692Z | Downloaded const-random v0.1.18 |
783 | 2024-12-11T04:19:05.694Z | Downloaded colorchoice v1.0.2 |
784 | 2024-12-11T04:19:05.695Z | Downloaded byteorder v1.5.0 |
785 | 2024-12-11T04:19:05.697Z | Downloaded bitflags v1.3.2 |
786 | 2024-12-11T04:19:05.699Z | Downloaded arc-swap v1.7.1 |
787 | 2024-12-11T04:19:05.701Z | Downloaded backoff v0.4.0 |
788 | 2024-12-11T04:19:05.704Z | Downloaded autocfg v1.3.0 |
789 | 2024-12-11T04:19:05.851Z | Downloaded ring v0.17.8 |
790 | 2024-12-11T04:19:06.192Z | Compiling proc-macro2 v1.0.86 |
791 | 2024-12-11T04:19:06.192Z | Compiling unicode-ident v1.0.13 |
792 | 2024-12-11T04:19:06.194Z | Compiling libc v0.2.167 |
793 | 2024-12-11T04:19:06.194Z | Compiling serde v1.0.216 |
794 | 2024-12-11T04:19:06.194Z | Compiling autocfg v1.3.0 |
795 | 2024-12-11T04:19:06.194Z | Compiling version_check v0.9.5 |
796 | 2024-12-11T04:19:06.227Z | Compiling cfg-if v1.0.0 |
797 | 2024-12-11T04:19:06.378Z | Compiling once_cell v1.20.2 |
798 | 2024-12-11T04:19:06.399Z | Compiling libm v0.2.8 |
799 | 2024-12-11T04:19:06.415Z | Compiling memchr v2.7.4 |
800 | 2024-12-11T04:19:06.873Z | Compiling byteorder v1.5.0 |
801 | 2024-12-11T04:19:06.894Z | Compiling parking_lot_core v0.9.10 |
802 | 2024-12-11T04:19:07.004Z | Compiling lock_api v0.4.12 |
803 | 2024-12-11T04:19:07.319Z | Compiling shlex v1.3.0 |
804 | 2024-12-11T04:19:07.356Z | Compiling thiserror v1.0.69 |
805 | 2024-12-11T04:19:07.765Z | Compiling cc v1.1.21 |
806 | 2024-12-11T04:19:07.842Z | Compiling itoa v1.0.11 |
807 | 2024-12-11T04:19:07.957Z | Compiling portable-atomic v1.8.0 |
808 | 2024-12-11T04:19:08.075Z | Compiling quote v1.0.37 |
809 | 2024-12-11T04:19:08.180Z | Compiling slab v0.4.9 |
810 | 2024-12-11T04:19:08.557Z | Compiling syn v2.0.87 |
811 | 2024-12-11T04:19:08.589Z | Compiling getrandom v0.2.15 |
812 | 2024-12-11T04:19:08.792Z | Compiling schemars v0.8.21 |
813 | 2024-12-11T04:19:08.879Z | Compiling ahash v0.8.11 |
814 | 2024-12-11T04:19:08.946Z | Compiling allocator-api2 v0.2.18 |
815 | 2024-12-11T04:19:09.081Z | Compiling num-traits v0.2.19 |
816 | 2024-12-11T04:19:09.216Z | Compiling ryu v1.0.18 |
817 | 2024-12-11T04:19:09.490Z | Compiling serde_json v1.0.133 |
818 | 2024-12-11T04:19:09.737Z | Compiling pin-project-lite v0.2.14 |
819 | 2024-12-11T04:19:10.047Z | Compiling log v0.4.22 |
820 | 2024-12-11T04:19:10.094Z | Compiling scopeguard v1.2.0 |
821 | 2024-12-11T04:19:10.127Z | Compiling equivalent v1.0.1 |
822 | 2024-12-11T04:19:10.250Z | Compiling fnv v1.0.7 |
823 | 2024-12-11T04:19:10.267Z | Compiling heck v0.5.0 |
824 | 2024-12-11T04:19:10.430Z | Compiling crunchy v0.2.2 |
825 | 2024-12-11T04:19:10.620Z | Compiling pkg-config v0.3.31 |
826 | 2024-12-11T04:19:10.704Z | Compiling vcpkg v0.2.15 |
827 | 2024-12-11T04:19:10.799Z | Compiling ring v0.17.8 |
828 | 2024-12-11T04:19:10.956Z | Compiling mio v1.0.2 |
829 | 2024-12-11T04:19:11.818Z | Compiling signal-hook-registry v1.4.2 |
830 | 2024-12-11T04:19:11.897Z | Compiling socket2 v0.5.8 |
831 | 2024-12-11T04:19:12.018Z | Compiling slog v2.7.0 |
832 | 2024-12-11T04:19:12.103Z | Compiling httparse v1.9.4 |
833 | 2024-12-11T04:19:12.319Z | Compiling openssl-sys v0.9.103 |
834 | 2024-12-11T04:19:12.515Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-12-11T04:19:12.784Z | Compiling iana-time-zone v0.1.61 |
836 | 2024-12-11T04:19:13.276Z | Compiling futures-core v0.3.30 |
837 | 2024-12-11T04:19:13.333Z | Compiling const-random-macro v0.1.16 |
838 | 2024-12-11T04:19:13.417Z | Compiling dyn-clone v1.0.17 |
839 | 2024-12-11T04:19:13.542Z | Compiling openssl v0.10.66 |
840 | 2024-12-11T04:19:13.639Z | Compiling futures-sink v0.3.30 |
841 | 2024-12-11T04:19:13.977Z | Compiling rustls v0.23.13 |
842 | 2024-12-11T04:19:13.997Z | Compiling typenum v1.17.0 |
843 | 2024-12-11T04:19:14.084Z | Compiling const-random v0.1.18 |
844 | 2024-12-11T04:19:14.183Z | Compiling native-tls v0.2.12 |
845 | 2024-12-11T04:19:14.251Z | Compiling semver v1.0.23 |
846 | 2024-12-11T04:19:14.290Z | Compiling futures-channel v0.3.30 |
847 | 2024-12-11T04:19:14.323Z | Compiling futures-task v0.3.30 |
848 | 2024-12-11T04:19:14.371Z | Compiling futures-io v0.3.30 |
849 | 2024-12-11T04:19:14.513Z | Compiling pin-utils v0.1.0 |
850 | 2024-12-11T04:19:14.547Z | Compiling generic-array v0.14.7 |
851 | 2024-12-11T04:19:14.804Z | Compiling tracing-core v0.1.32 |
852 | 2024-12-11T04:19:14.811Z | Compiling bitflags v2.6.0 |
853 | 2024-12-11T04:19:14.811Z | Compiling ucd-trie v0.1.6 |
854 | 2024-12-11T04:19:14.811Z | Compiling subtle v2.6.1 |
855 | 2024-12-11T04:19:14.817Z | Compiling aho-corasick v1.1.3 |
856 | 2024-12-11T04:19:14.908Z | Compiling anyhow v1.0.94 |
857 | 2024-12-11T04:19:15.001Z | Compiling regex-syntax v0.8.4 |
858 | 2024-12-11T04:19:15.197Z | Compiling num-conv v0.1.0 |
859 | 2024-12-11T04:19:15.217Z | Compiling time-core v0.1.2 |
860 | 2024-12-11T04:19:15.446Z | Compiling serde_derive_internals v0.29.1 |
861 | 2024-12-11T04:19:15.515Z | Compiling time-macros v0.2.18 |
862 | 2024-12-11T04:19:16.838Z | Compiling rustls-pki-types v1.8.0 |
863 | 2024-12-11T04:19:16.855Z | Compiling spin v0.9.8 |
864 | 2024-12-11T04:19:17.684Z | Compiling usdt-impl v0.5.0 |
865 | 2024-12-11T04:19:18.088Z | Compiling omicron-workspace-hack v0.1.0 |
866 | 2024-12-11T04:19:18.169Z | Compiling untrusted v0.9.0 |
867 | 2024-12-11T04:19:18.500Z | Compiling regex-automata v0.4.7 |
868 | 2024-12-11T04:19:18.522Z | Compiling strsim v0.11.1 |
869 | 2024-12-11T04:19:19.091Z | Compiling plain v0.2.3 |
870 | 2024-12-11T04:19:19.232Z | Compiling atomic-waker v1.1.2 |
871 | 2024-12-11T04:19:19.253Z | Compiling rustversion v1.0.17 |
872 | 2024-12-11T04:19:19.438Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-12-11T04:19:19.539Z | Compiling tinyvec v1.8.0 |
874 | 2024-12-11T04:19:20.714Z | Compiling rand_core v0.6.4 |
875 | 2024-12-11T04:19:20.898Z | Compiling serde_derive v1.0.216 |
876 | 2024-12-11T04:19:21.201Z | Compiling zerocopy-derive v0.7.35 |
877 | 2024-12-11T04:19:21.221Z | Compiling thiserror-impl v1.0.69 |
878 | 2024-12-11T04:19:21.749Z | Compiling tokio-macros v2.4.0 |
879 | 2024-12-11T04:19:22.389Z | Compiling schemars_derive v0.8.21 |
880 | 2024-12-11T04:19:23.344Z | Compiling zerocopy v0.7.35 |
881 | 2024-12-11T04:19:24.238Z | Compiling futures-macro v0.3.30 |
882 | 2024-12-11T04:19:25.330Z | Compiling hashbrown v0.14.5 |
883 | 2024-12-11T04:19:25.370Z | Compiling openssl-macros v0.1.1 |
884 | 2024-12-11T04:19:25.524Z | Compiling tracing-attributes v0.1.27 |
885 | 2024-12-11T04:19:26.064Z | Compiling scroll_derive v0.12.0 |
886 | 2024-12-11T04:19:26.122Z | Compiling futures-util v0.3.30 |
887 | 2024-12-11T04:19:26.179Z | Compiling pest v2.7.13 |
888 | 2024-12-11T04:19:26.680Z | Compiling regress v0.10.1 |
889 | 2024-12-11T04:19:27.545Z | Compiling regex v1.10.6 |
890 | 2024-12-11T04:19:27.691Z | Compiling scroll v0.12.0 |
891 | 2024-12-11T04:19:28.826Z | Compiling tracing v0.1.40 |
892 | 2024-12-11T04:19:29.077Z | Compiling pest_meta v2.7.13 |
893 | 2024-12-11T04:19:29.533Z | Compiling goblin v0.8.2 |
894 | 2024-12-11T04:19:31.200Z | Compiling pest_generator v2.7.13 |
895 | 2024-12-11T04:19:32.972Z | Compiling rustls-webpki v0.102.8 |
896 | 2024-12-11T04:19:33.008Z | Compiling unsafe-libyaml v0.2.11 |
897 | 2024-12-11T04:19:33.153Z | Compiling pest_derive v2.7.13 |
898 | 2024-12-11T04:19:34.061Z | Compiling pretty-hex v0.4.1 |
899 | 2024-12-11T04:19:34.282Z | Compiling zeroize v1.8.1 |
900 | 2024-12-11T04:19:34.626Z | Compiling bytes v1.7.2 |
901 | 2024-12-11T04:19:35.312Z | Compiling smallvec v1.13.2 |
902 | 2024-12-11T04:19:35.846Z | Compiling indexmap v2.5.0 |
903 | 2024-12-11T04:19:36.630Z | Compiling parking_lot v0.12.3 |
904 | 2024-12-11T04:19:36.831Z | Compiling uuid v1.11.0 |
905 | 2024-12-11T04:19:37.247Z | Compiling tokio v1.42.0 |
906 | 2024-12-11T04:19:37.314Z | Compiling chrono v0.4.38 |
907 | 2024-12-11T04:19:37.334Z | Compiling serde_tokenstream v0.2.2 |
908 | 2024-12-11T04:19:37.921Z | Compiling http v1.2.0 |
909 | 2024-12-11T04:19:40.544Z | Compiling openapiv3 v2.0.0 |
910 | 2024-12-11T04:19:42.006Z | Compiling http-body v1.0.1 |
911 | 2024-12-11T04:19:42.508Z | Compiling try-lock v0.2.5 |
912 | 2024-12-11T04:19:42.679Z | Compiling percent-encoding v2.3.1 |
913 | 2024-12-11T04:19:43.161Z | Compiling form_urlencoded v1.2.1 |
914 | 2024-12-11T04:19:43.664Z | Compiling typify-impl v0.2.0 |
915 | 2024-12-11T04:19:44.202Z | Compiling want v0.3.1 |
916 | 2024-12-11T04:19:44.494Z | Compiling ipnetwork v0.20.0 |
917 | 2024-12-11T04:19:44.879Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-12-11T04:19:45.040Z | Compiling dof v0.3.0 |
919 | 2024-12-11T04:19:45.729Z | Compiling dtrace-parser v0.2.0 |
920 | 2024-12-11T04:19:46.780Z | Compiling unicode-normalization v0.1.24 |
921 | 2024-12-11T04:19:47.461Z | Compiling tokio-util v0.7.12 |
922 | 2024-12-11T04:19:48.538Z | Compiling h2 v0.4.6 |
923 | 2024-12-11T04:19:48.740Z | Compiling thread-id v4.2.2 |
924 | 2024-12-11T04:19:48.857Z | Compiling camino v1.1.9 |
925 | 2024-12-11T04:19:49.365Z | Compiling syn v1.0.109 |
926 | 2024-12-11T04:19:49.433Z | Compiling rustls v0.22.4 |
927 | 2024-12-11T04:19:49.484Z | Compiling httpdate v1.0.3 |
928 | 2024-12-11T04:19:49.759Z | Compiling unicode-bidi v0.3.15 |
929 | 2024-12-11T04:19:49.942Z | Compiling foreign-types-shared v0.1.1 |
930 | 2024-12-11T04:19:50.062Z | Compiling ident_case v1.0.1 |
931 | 2024-12-11T04:19:50.199Z | Compiling foreign-types v0.3.2 |
932 | 2024-12-11T04:19:50.252Z | Compiling darling_core v0.20.10 |
933 | 2024-12-11T04:19:50.553Z | Compiling ppv-lite86 v0.2.20 |
934 | 2024-12-11T04:19:51.865Z | Compiling slog-async v2.8.0 |
935 | 2024-12-11T04:19:52.382Z | Compiling tower-service v0.3.3 |
936 | 2024-12-11T04:19:53.505Z | Compiling rand_chacha v0.3.1 |
937 | 2024-12-11T04:19:53.538Z | Compiling idna v0.5.0 |
938 | 2024-12-11T04:19:55.248Z | Compiling hyper v1.5.1 |
939 | 2024-12-11T04:19:55.583Z | Compiling typify-macro v0.2.0 |
940 | 2024-12-11T04:19:56.505Z | Compiling darling_macro v0.20.10 |
941 | 2024-12-11T04:19:57.566Z | Compiling toml_datetime v0.6.8 |
942 | 2024-12-11T04:19:58.066Z | Compiling hyper-util v0.1.10 |
943 | 2024-12-11T04:19:59.595Z | Compiling typify v0.2.0 |
944 | 2024-12-11T04:19:59.741Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-12-11T04:20:03.826Z | Compiling multer v3.1.0 |
946 | 2024-12-11T04:20:05.984Z | Compiling paste v1.0.15 |
947 | 2024-12-11T04:20:06.512Z | Compiling openssl-probe v0.1.5 |
948 | 2024-12-11T04:20:06.677Z | Compiling progenitor-macro v0.8.0 |
949 | 2024-12-11T04:20:10.373Z | Compiling darling v0.20.10 |
950 | 2024-12-11T04:20:10.479Z | Compiling url v2.5.2 |
951 | 2024-12-11T04:20:10.510Z | Compiling rand v0.8.5 |
952 | 2024-12-11T04:20:13.258Z | Compiling usdt-attr-macro v0.5.0 |
953 | 2024-12-11T04:20:15.028Z | Compiling usdt-macro v0.5.0 |
954 | 2024-12-11T04:20:16.106Z | Compiling http-body-util v0.1.2 |
955 | 2024-12-11T04:20:16.255Z | Compiling async-trait v0.1.83 |
956 | 2024-12-11T04:20:17.860Z | Compiling encoding_rs v0.8.34 |
957 | 2024-12-11T04:20:18.227Z | Compiling ipnet v2.10.0 |
958 | 2024-12-11T04:20:18.388Z | Compiling mime v0.3.17 |
959 | 2024-12-11T04:20:18.775Z | Compiling base64 v0.22.1 |
960 | 2024-12-11T04:20:19.535Z | Compiling rustls-pemfile v2.1.3 |
961 | 2024-12-11T04:20:21.261Z | Compiling tokio-rustls v0.26.0 |
962 | 2024-12-11T04:20:21.780Z | Compiling serde_with_macros v3.9.0 |
963 | 2024-12-11T04:20:21.962Z | Compiling tokio-native-tls v0.3.1 |
964 | 2024-12-11T04:20:22.289Z | Compiling strum_macros v0.26.4 |
965 | 2024-12-11T04:20:22.990Z | Compiling serde_urlencoded v0.7.1 |
966 | 2024-12-11T04:20:24.165Z | Compiling async-stream-impl v0.3.5 |
967 | 2024-12-11T04:20:24.612Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-12-11T04:20:25.617Z | Compiling webpki-roots v0.26.6 |
969 | 2024-12-11T04:20:25.832Z | Compiling dropshot v0.12.0 |
970 | 2024-12-11T04:20:26.923Z | Compiling crossbeam-utils v0.8.20 |
971 | 2024-12-11T04:20:27.368Z | Compiling powerfmt v0.2.0 |
972 | 2024-12-11T04:20:27.436Z | Compiling structmeta v0.3.0 |
973 | 2024-12-11T04:20:27.818Z | Compiling deranged v0.3.11 |
974 | 2024-12-11T04:20:27.863Z | Compiling hyper-rustls v0.27.3 |
975 | 2024-12-11T04:20:29.000Z | Compiling hyper-tls v0.6.0 |
976 | 2024-12-11T04:20:29.663Z | Compiling sync_wrapper v1.0.1 |
977 | 2024-12-11T04:20:30.880Z | Compiling winnow v0.6.18 |
978 | 2024-12-11T04:20:32.014Z | Compiling num_threads v0.1.7 |
979 | 2024-12-11T04:20:32.721Z | Compiling time v0.3.36 |
980 | 2024-12-11T04:20:35.333Z | Compiling reqwest v0.12.9 |
981 | 2024-12-11T04:20:35.444Z | Compiling parse-display-derive v0.10.0 |
982 | 2024-12-11T04:20:37.135Z | Compiling block-buffer v0.10.4 |
983 | 2024-12-11T04:20:37.396Z | Compiling crypto-common v0.1.6 |
984 | 2024-12-11T04:20:37.628Z | Compiling dropshot_endpoint v0.12.0 |
985 | 2024-12-11T04:20:39.247Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
986 | 2024-12-11T04:20:41.544Z | Compiling digest v0.10.7 |
987 | 2024-12-11T04:20:41.888Z | Compiling progenitor-client v0.8.0 |
988 | 2024-12-11T04:20:42.817Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
989 | 2024-12-11T04:20:44.303Z | Compiling dirs-sys-next v0.1.2 |
990 | 2024-12-11T04:20:45.503Z | Compiling rustix v0.38.37 |
991 | 2024-12-11T04:20:45.962Z | Compiling lazy_static v1.5.0 |
992 | 2024-12-11T04:20:46.231Z | Compiling match_cfg v0.1.0 |
993 | 2024-12-11T04:20:46.333Z | Compiling hostname v0.3.1 |
994 | 2024-12-11T04:20:46.548Z | Compiling dirs-next v2.0.0 |
995 | 2024-12-11T04:20:46.580Z | Compiling progenitor v0.8.0 |
996 | 2024-12-11T04:20:46.822Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-11T04:20:49.670Z | Compiling futures-executor v0.3.30 |
998 | 2024-12-11T04:20:50.019Z | Compiling thread_local v1.1.8 |
999 | 2024-12-11T04:20:50.692Z | Compiling errno v0.3.9 |
1000 | 2024-12-11T04:20:50.957Z | Compiling instant v0.1.13 |
1001 | 2024-12-11T04:20:51.137Z | Compiling cpufeatures v0.2.14 |
1002 | 2024-12-11T04:20:51.434Z | Compiling unicode-width v0.1.14 |
1003 | 2024-12-11T04:20:53.430Z | Compiling futures v0.3.30 |
1004 | 2024-12-11T04:20:54.934Z | Compiling term v0.7.0 |
1005 | 2024-12-11T04:20:55.417Z | Compiling crossbeam-channel v0.5.13 |
1006 | 2024-12-11T04:20:57.284Z | Compiling serde_spanned v0.6.7 |
1007 | 2024-12-11T04:20:57.767Z | Compiling memmap v0.7.0 |
1008 | 2024-12-11T04:20:58.175Z | Compiling is-terminal v0.4.13 |
1009 | 2024-12-11T04:20:58.264Z | Compiling take_mut v0.2.2 |
1010 | 2024-12-11T04:20:58.888Z | Compiling slog-term v2.9.1 |
1011 | 2024-12-11T04:20:59.177Z | Compiling usdt v0.5.0 |
1012 | 2024-12-11T04:21:00.600Z | Compiling toml_edit v0.22.21 |
1013 | 2024-12-11T04:21:01.757Z | Compiling slog-json v2.6.1 |
1014 | 2024-12-11T04:21:02.229Z | Compiling strum v0.26.3 |
1015 | 2024-12-11T04:21:02.426Z | Compiling serde_with v3.9.0 |
1016 | 2024-12-11T04:21:04.491Z | Compiling heapless v0.8.0 |
1017 | 2024-12-11T04:21:05.564Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-12-11T04:21:06.740Z | Compiling tokio-rustls v0.25.0 |
1019 | 2024-12-11T04:21:08.219Z | Compiling toml v0.8.19 |
1020 | 2024-12-11T04:21:09.767Z | Compiling slog-bunyan v2.5.0 |
1021 | 2024-12-11T04:21:09.941Z | Compiling sha1 v0.10.6 |
1022 | 2024-12-11T04:21:10.839Z | Compiling async-stream v0.3.5 |
1023 | 2024-12-11T04:21:11.158Z | Compiling newtype-uuid v1.1.0 |
1024 | 2024-12-11T04:21:11.384Z | Compiling serde_path_to_error v0.1.16 |
1025 | 2024-12-11T04:21:11.404Z | Compiling hex v0.4.3 |
1026 | 2024-12-11T04:21:11.503Z | Compiling waitgroup v0.1.2 |
1027 | 2024-12-11T04:21:11.832Z | Compiling hostname v0.4.0 |
1028 | 2024-12-11T04:21:12.102Z | Compiling hash32 v0.3.1 |
1029 | 2024-12-11T04:21:12.360Z | Compiling stable_deref_trait v1.2.0 |
1030 | 2024-12-11T04:21:12.474Z | Compiling smoltcp v0.11.0 |
1031 | 2024-12-11T04:21:14.736Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1032 | 2024-12-11T04:21:14.921Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-12-11T04:21:15.458Z | Compiling backoff v0.4.0 |
1034 | 2024-12-11T04:21:15.666Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1035 | 2024-12-11T04:21:15.835Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1036 | 2024-12-11T04:21:16.039Z | Compiling parse-display v0.10.0 |
1037 | 2024-12-11T04:21:18.015Z | Compiling macaddr v1.0.1 |
1038 | 2024-12-11T04:21:18.609Z | Compiling regress v0.9.1 |
1039 | 2024-12-11T04:21:18.829Z | Compiling clap_derive v4.5.18 |
1040 | 2024-12-11T04:21:21.816Z | Compiling managed v0.8.0 |
1041 | 2024-12-11T04:21:22.331Z | Compiling cobs v0.2.3 |
1042 | 2024-12-11T04:21:22.788Z | Compiling bitflags v1.3.2 |
1043 | 2024-12-11T04:21:22.913Z | Compiling winnow v0.5.40 |
1044 | 2024-12-11T04:21:23.669Z | Compiling utf8parse v0.2.2 |
1045 | 2024-12-11T04:21:23.841Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-12-11T04:21:23.870Z | Compiling anstyle-parse v0.2.5 |
1047 | 2024-12-11T04:21:24.788Z | Compiling postcard v1.0.10 |
1048 | 2024-12-11T04:21:25.529Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1049 | 2024-12-11T04:21:26.830Z | Compiling toml_edit v0.19.15 |
1050 | 2024-12-11T04:21:31.822Z | Compiling anstyle v1.0.10 |
1051 | 2024-12-11T04:21:32.388Z | Compiling anstyle-query v1.1.1 |
1052 | 2024-12-11T04:21:33.084Z | Compiling colorchoice v1.0.2 |
1053 | 2024-12-11T04:21:33.254Z | Compiling is_terminal_polyfill v1.70.1 |
1054 | 2024-12-11T04:21:33.459Z | Compiling anstream v0.6.15 |
1055 | 2024-12-11T04:21:34.915Z | Compiling proc-macro-crate v1.3.1 |
1056 | 2024-12-11T04:21:35.376Z | Compiling terminal_size v0.4.0 |
1057 | 2024-12-11T04:21:35.597Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1058 | 2024-12-11T04:21:35.767Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-11T04:21:35.977Z | Compiling num_enum_derive v0.5.11 |
1060 | 2024-12-11T04:21:36.415Z | Compiling clap_builder v4.5.23 |
1061 | 2024-12-11T04:21:37.766Z | Compiling tabwriter v1.4.0 |
1062 | 2024-12-11T04:21:38.528Z | Compiling foreign-types-macros v0.2.3 |
1063 | 2024-12-11T04:21:38.549Z | Compiling num-integer v0.1.46 |
1064 | 2024-12-11T04:21:39.512Z | Compiling foreign-types-shared v0.3.1 |
1065 | 2024-12-11T04:21:39.645Z | Compiling num_enum v0.5.11 |
1066 | 2024-12-11T04:21:39.881Z | Compiling foreign-types v0.5.0 |
1067 | 2024-12-11T04:21:40.263Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1068 | 2024-12-11T04:21:40.891Z | Compiling clap v4.5.23 |
1069 | 2024-12-11T04:21:40.912Z | Compiling cstr-argument v0.1.2 |
1070 | 2024-12-11T04:21:41.008Z | Compiling proc-macro-error-attr v1.0.4 |
1071 | 2024-12-11T04:21:41.158Z | Compiling prettyplease v0.2.22 |
1072 | 2024-12-11T04:21:41.258Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-12-11T04:21:41.482Z | Compiling either v1.13.0 |
1074 | 2024-12-11T04:21:41.702Z | Compiling heck v0.4.1 |
1075 | 2024-12-11T04:21:42.181Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1076 | 2024-12-11T04:21:42.425Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1077 | 2024-12-11T04:21:42.579Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1078 | 2024-12-11T04:21:43.876Z | Compiling num-rational v0.4.2 |
1079 | 2024-12-11T04:21:44.411Z | Compiling num-iter v0.1.45 |
1080 | 2024-12-11T04:21:44.928Z | Compiling colored v2.1.0 |
1081 | 2024-12-11T04:21:46.109Z | Compiling num-complex v0.4.6 |
1082 | 2024-12-11T04:21:46.850Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1083 | 2024-12-11T04:21:46.871Z | Compiling proc-macro-error v1.0.4 |
1084 | 2024-12-11T04:21:47.209Z | Compiling fastrand v2.1.1 |
1085 | 2024-12-11T04:21:47.431Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1086 | 2024-12-11T04:21:47.704Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1087 | 2024-12-11T04:21:47.785Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1088 | 2024-12-11T04:21:47.856Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-12-11T04:21:48.176Z | Compiling tempfile v3.12.0 |
1090 | 2024-12-11T04:21:49.485Z | Compiling num v0.4.3 |
1091 | 2024-12-11T04:21:52.391Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-11T04:21:52.963Z | Compiling float-ord v0.3.2 |
1093 | 2024-12-11T04:21:53.015Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-12-11T04:21:53.175Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1095 | 2024-12-11T04:22:00.303Z | Compiling semver v0.1.20 |
1096 | 2024-12-11T04:22:00.874Z | Compiling unicode-segmentation v1.12.0 |
1097 | 2024-12-11T04:22:01.327Z | Compiling rustc_version v0.1.7 |
1098 | 2024-12-11T04:22:01.649Z | Compiling newline-converter v0.3.0 |
1099 | 2024-12-11T04:22:01.855Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-12-11T04:22:02.027Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1101 | 2024-12-11T04:22:02.208Z | Compiling camino-tempfile v1.1.1 |
1102 | 2024-12-11T04:22:02.568Z | Compiling itertools v0.10.5 |
1103 | 2024-12-11T04:22:03.069Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1104 | 2024-12-11T04:22:03.371Z | Compiling console v0.15.8 |
1105 | 2024-12-11T04:22:03.557Z | Compiling num-derive v0.4.2 |
1106 | 2024-12-11T04:22:04.824Z | Compiling sigpipe v0.1.3 |
1107 | 2024-12-11T04:22:04.963Z | Compiling base64ct v1.6.0 |
1108 | 2024-12-11T04:22:05.823Z | Compiling similar v2.6.0 |
1109 | 2024-12-11T04:22:05.855Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1110 | 2024-12-11T04:22:05.944Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1111 | 2024-12-11T04:22:06.228Z | Compiling zone v0.3.0 |
1112 | 2024-12-11T04:22:06.354Z | Compiling password-hash v0.5.0 |
1113 | 2024-12-11T04:22:07.497Z | Compiling expectorate v1.1.0 |
1114 | 2024-12-11T04:22:07.838Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1115 | 2024-12-11T04:22:08.521Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-12-11T04:22:09.124Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1117 | 2024-12-11T04:22:09.672Z | Compiling newtype_derive v0.1.6 |
1118 | 2024-12-11T04:22:10.052Z | Compiling blake2 v0.10.6 |
1119 | 2024-12-11T04:22:11.094Z | Compiling hubpack_derive v0.1.1 |
1120 | 2024-12-11T04:22:11.248Z | Compiling smf v0.2.3 |
1121 | 2024-12-11T04:22:12.052Z | Compiling zerocopy-derive v0.6.6 |
1122 | 2024-12-11T04:22:12.101Z | Compiling owo-colors v4.1.0 |
1123 | 2024-12-11T04:22:12.266Z | Compiling whoami v1.5.2 |
1124 | 2024-12-11T04:22:12.320Z | Compiling fixedbitset v0.4.2 |
1125 | 2024-12-11T04:22:12.441Z | Compiling cancel-safe-futures v0.1.5 |
1126 | 2024-12-11T04:22:12.722Z | Compiling petgraph v0.6.5 |
1127 | 2024-12-11T04:22:13.022Z | Compiling hubpack v0.1.2 |
1128 | 2024-12-11T04:22:13.219Z | Compiling argon2 v0.5.3 |
1129 | 2024-12-11T04:22:14.165Z | Compiling zerocopy v0.6.6 |
1130 | 2024-12-11T04:22:15.187Z | Compiling strum_macros v0.25.3 |
1131 | 2024-12-11T04:22:15.593Z | Compiling serde-big-array v0.5.1 |
1132 | 2024-12-11T04:22:15.854Z | Compiling serde_repr v0.1.19 |
1133 | 2024-12-11T04:22:17.083Z | Compiling cookie v0.18.1 |
1134 | 2024-12-11T04:22:17.128Z | Compiling convert_case v0.4.0 |
1135 | 2024-12-11T04:22:17.195Z | Compiling static_assertions v1.1.0 |
1136 | 2024-12-11T04:22:17.312Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1137 | 2024-12-11T04:22:17.431Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1138 | 2024-12-11T04:22:17.949Z | Compiling derive_more v0.99.18 |
1139 | 2024-12-11T04:22:18.984Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1140 | 2024-12-11T04:22:19.722Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-12-11T04:22:20.760Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-11T04:22:21.291Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-11T04:22:23.144Z | Compiling atomicwrites v0.4.4 |
1144 | 2024-12-11T04:22:23.664Z | Compiling itertools v0.13.0 |
1145 | 2024-12-11T04:22:24.812Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1146 | 2024-12-11T04:22:26.019Z | Compiling idna v0.4.0 |
1147 | 2024-12-11T04:22:26.669Z | Compiling libsw v3.3.1 |
1148 | 2024-12-11T04:22:27.008Z | Compiling derive-where v1.2.7 |
1149 | 2024-12-11T04:22:27.398Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-12-11T04:22:27.870Z | Compiling swrite v0.1.0 |
1151 | 2024-12-11T04:22:27.873Z | Compiling linked-hash-map v0.5.6 |
1152 | 2024-12-11T04:22:28.009Z | Compiling indent_write v2.2.0 |
1153 | 2024-12-11T04:22:28.272Z | Compiling linear-map v1.2.0 |
1154 | 2024-12-11T04:22:28.295Z | Compiling quick-error v1.2.3 |
1155 | 2024-12-11T04:22:28.456Z | Compiling data-encoding v2.6.0 |
1156 | 2024-12-11T04:22:28.616Z | Compiling highway v1.2.0 |
1157 | 2024-12-11T04:22:28.704Z | Compiling resolv-conf v0.7.0 |
1158 | 2024-12-11T04:22:29.805Z | Compiling hickory-proto v0.24.1 |
1159 | 2024-12-11T04:22:30.046Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1160 | 2024-12-11T04:22:30.241Z | Compiling lru-cache v0.1.2 |
1161 | 2024-12-11T04:22:30.376Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-12-11T04:22:30.478Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-12-11T04:22:33.940Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-11T04:22:34.355Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-11T04:22:35.472Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-11T04:22:35.668Z | Compiling steno v0.4.1 |
1167 | 2024-12-11T04:22:38.531Z | Compiling slog-dtrace v0.3.0 |
1168 | 2024-12-11T04:22:38.890Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-12-11T04:22:39.203Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-12-11T04:22:39.257Z | Compiling parking_lot_core v0.8.6 |
1171 | 2024-12-11T04:22:39.413Z | Compiling humantime v2.1.0 |
1172 | 2024-12-11T04:22:39.755Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1173 | 2024-12-11T04:22:40.268Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-12-11T04:22:41.249Z | Compiling hickory-resolver v0.24.1 |
1175 | 2024-12-11T04:22:43.077Z | Compiling num-derive v0.3.3 |
1176 | 2024-12-11T04:22:43.552Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1177 | 2024-12-11T04:22:44.549Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1178 | 2024-12-11T04:22:44.940Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1179 | 2024-12-11T04:22:45.326Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1180 | 2024-12-11T04:22:46.360Z | Compiling parking_lot v0.11.2 |
1181 | 2024-12-11T04:22:46.598Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-12-11T04:22:48.121Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-12-11T04:22:48.352Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1184 | 2024-12-11T04:22:50.406Z | Compiling crossbeam-epoch v0.9.18 |
1185 | 2024-12-11T04:22:51.009Z | Compiling fxhash v0.2.1 |
1186 | 2024-12-11T04:22:51.251Z | Compiling crc32fast v1.4.2 |
1187 | 2024-12-11T04:22:51.567Z | Compiling arc-swap v1.7.1 |
1188 | 2024-12-11T04:22:51.780Z | Compiling crc8 v0.1.1 |
1189 | 2024-12-11T04:22:52.092Z | Compiling slog-scope v4.4.0 |
1190 | 2024-12-11T04:22:52.274Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1191 | 2024-12-11T04:22:52.880Z | Compiling sled v0.34.7 |
1192 | 2024-12-11T04:22:56.765Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1193 | 2024-12-11T04:22:57.955Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1194 | 2024-12-11T04:22:58.501Z | Compiling slog-stdlog v4.1.1 |
1195 | 2024-12-11T04:22:59.303Z | Compiling slog-envlogger v2.2.0 |
1196 | 2024-12-11T04:23:00.769Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1197 | 2024-12-11T04:23:01.235Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1198 | 2024-12-11T04:23:13.102Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-11T04:23:17.945Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1200 | 2024-12-11T04:23:20.043Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1201 | 2024-12-11T04:23:48.536Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1202 | 2024-12-11T04:23:48.536Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-12-11T04:23:55.830Z | Finished `release` profile [optimized] target(s) in 5m 12s |
1204 | 2024-12-11T04:23:56.143Z | + banner trio |
1205 | 2024-12-11T04:23:56.146Z | |
1206 | 2024-12-11T04:23:56.146Z | ##### ##### # #### |
1207 | 2024-12-11T04:23:56.146Z | # # # # # # |
1208 | 2024-12-11T04:23:56.146Z | # # # # # # |
1209 | 2024-12-11T04:23:56.146Z | # ##### # # # |
1210 | 2024-12-11T04:23:56.146Z | # # # # # # |
1211 | 2024-12-11T04:23:56.146Z | # # # # #### |
1212 | 2024-12-11T04:23:56.146Z | |
1213 | 2024-12-11T04:23:56.146Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1214 | 2024-12-11T04:23:56.610Z | Compiling cfg-if v1.0.0 |
1215 | 2024-12-11T04:23:56.610Z | Compiling libc v0.2.167 |
1216 | 2024-12-11T04:23:56.610Z | Compiling serde v1.0.216 |
1217 | 2024-12-11T04:23:56.613Z | Compiling once_cell v1.20.2 |
1218 | 2024-12-11T04:23:56.613Z | Compiling itoa v1.0.11 |
1219 | 2024-12-11T04:23:56.614Z | Compiling byteorder v1.5.0 |
1220 | 2024-12-11T04:23:56.614Z | Compiling syn v2.0.87 |
1221 | 2024-12-11T04:23:56.677Z | Compiling bytes v1.7.2 |
1222 | 2024-12-11T04:23:56.749Z | Compiling num-traits v0.2.19 |
1223 | 2024-12-11T04:23:56.892Z | Compiling zerocopy v0.7.35 |
1224 | 2024-12-11T04:23:57.054Z | Compiling pin-project-lite v0.2.14 |
1225 | 2024-12-11T04:23:57.077Z | Compiling ahash v0.8.11 |
1226 | 2024-12-11T04:23:57.107Z | Compiling schemars v0.8.21 |
1227 | 2024-12-11T04:23:57.132Z | Compiling allocator-api2 v0.2.18 |
1228 | 2024-12-11T04:23:57.209Z | Compiling smallvec v1.13.2 |
1229 | 2024-12-11T04:23:57.219Z | Compiling memchr v2.7.4 |
1230 | 2024-12-11T04:23:57.466Z | Compiling scopeguard v1.2.0 |
1231 | 2024-12-11T04:23:57.598Z | Compiling lock_api v0.4.12 |
1232 | 2024-12-11T04:23:58.144Z | Compiling fnv v1.0.7 |
1233 | 2024-12-11T04:23:58.153Z | Compiling hashbrown v0.14.5 |
1234 | 2024-12-11T04:23:58.153Z | Compiling log v0.4.22 |
1235 | 2024-12-11T04:23:58.153Z | Compiling getrandom v0.2.15 |
1236 | 2024-12-11T04:23:58.237Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-12-11T04:23:58.466Z | Compiling signal-hook-registry v1.4.2 |
1238 | 2024-12-11T04:23:58.589Z | Compiling parking_lot v0.12.3 |
1239 | 2024-12-11T04:23:58.645Z | Compiling mio v1.0.2 |
1240 | 2024-12-11T04:23:59.043Z | Compiling socket2 v0.5.8 |
1241 | 2024-12-11T04:23:59.209Z | Compiling futures-core v0.3.30 |
1242 | 2024-12-11T04:23:59.532Z | Compiling ryu v1.0.18 |
1243 | 2024-12-11T04:23:59.676Z | Compiling equivalent v1.0.1 |
1244 | 2024-12-11T04:23:59.987Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-11T04:23:59.997Z | Compiling serde_json v1.0.133 |
1246 | 2024-12-11T04:24:00.030Z | Compiling uuid v1.11.0 |
1247 | 2024-12-11T04:24:00.096Z | Compiling regress v0.10.1 |
1248 | 2024-12-11T04:24:00.283Z | Compiling untrusted v0.9.0 |
1249 | 2024-12-11T04:24:00.473Z | Compiling spin v0.9.8 |
1250 | 2024-12-11T04:24:00.619Z | Compiling pin-utils v0.1.0 |
1251 | 2024-12-11T04:24:00.680Z | Compiling futures-task v0.3.30 |
1252 | 2024-12-11T04:24:00.690Z | Compiling futures-sink v0.3.30 |
1253 | 2024-12-11T04:24:00.702Z | Compiling ring v0.17.8 |
1254 | 2024-12-11T04:24:00.705Z | Compiling slab v0.4.9 |
1255 | 2024-12-11T04:24:00.829Z | Compiling futures-util v0.3.30 |
1256 | 2024-12-11T04:24:01.024Z | Compiling try-lock v0.2.5 |
1257 | 2024-12-11T04:24:01.167Z | Compiling want v0.3.1 |
1258 | 2024-12-11T04:24:01.447Z | Compiling chrono v0.4.38 |
1259 | 2024-12-11T04:24:01.561Z | Compiling httparse v1.9.4 |
1260 | 2024-12-11T04:24:02.426Z | Compiling futures-channel v0.3.30 |
1261 | 2024-12-11T04:24:02.590Z | Compiling foreign-types-shared v0.1.1 |
1262 | 2024-12-11T04:24:02.709Z | Compiling tower-service v0.3.3 |
1263 | 2024-12-11T04:24:02.834Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-12-11T04:24:02.874Z | Compiling foreign-types v0.3.2 |
1265 | 2024-12-11T04:24:03.038Z | Compiling openssl-sys v0.9.103 |
1266 | 2024-12-11T04:24:03.287Z | Compiling serde_derive_internals v0.29.1 |
1267 | 2024-12-11T04:24:03.577Z | Compiling bitflags v2.6.0 |
1268 | 2024-12-11T04:24:03.852Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-12-11T04:24:03.928Z | Compiling http v1.2.0 |
1270 | 2024-12-11T04:24:04.047Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-12-11T04:24:04.499Z | Compiling openssl-probe v0.1.5 |
1272 | 2024-12-11T04:24:04.786Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-12-11T04:24:04.877Z | Compiling semver v1.0.23 |
1274 | 2024-12-11T04:24:05.026Z | Compiling quote v1.0.37 |
1275 | 2024-12-11T04:24:05.434Z | Compiling tinyvec v1.8.0 |
1276 | 2024-12-11T04:24:05.503Z | Compiling percent-encoding v2.3.1 |
1277 | 2024-12-11T04:24:05.963Z | Compiling form_urlencoded v1.2.1 |
1278 | 2024-12-11T04:24:07.103Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-12-11T04:24:07.486Z | Compiling aho-corasick v1.1.3 |
1280 | 2024-12-11T04:24:07.936Z | Compiling http v0.2.12 |
1281 | 2024-12-11T04:24:08.320Z | Compiling unicode-bidi v0.3.15 |
1282 | 2024-12-11T04:24:08.453Z | Compiling rustls-pki-types v1.8.0 |
1283 | 2024-12-11T04:24:08.620Z | Compiling heck v0.5.0 |
1284 | 2024-12-11T04:24:08.832Z | Compiling serde_derive v1.0.216 |
1285 | 2024-12-11T04:24:09.442Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2024-12-11T04:24:09.709Z | Compiling thiserror-impl v1.0.69 |
1287 | 2024-12-11T04:24:09.940Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-12-11T04:24:11.281Z | Compiling tokio-macros v2.4.0 |
1289 | 2024-12-11T04:24:11.874Z | Compiling tracing-attributes v0.1.27 |
1290 | 2024-12-11T04:24:12.684Z | Compiling thiserror v1.0.69 |
1291 | 2024-12-11T04:24:12.822Z | Compiling openssl-macros v0.1.1 |
1292 | 2024-12-11T04:24:12.864Z | Compiling tokio v1.42.0 |
1293 | 2024-12-11T04:24:12.953Z | Compiling regex-automata v0.4.7 |
1294 | 2024-12-11T04:24:13.648Z | Compiling openssl v0.10.66 |
1295 | 2024-12-11T04:24:14.047Z | Compiling idna v0.5.0 |
1296 | 2024-12-11T04:24:15.307Z | Compiling tracing v0.1.40 |
1297 | 2024-12-11T04:24:16.025Z | Compiling http-body v1.0.1 |
1298 | 2024-12-11T04:24:20.845Z | Compiling native-tls v0.2.12 |
1299 | 2024-12-11T04:24:21.901Z | Compiling slog v2.7.0 |
1300 | 2024-12-11T04:24:22.403Z | Compiling atomic-waker v1.1.2 |
1301 | 2024-12-11T04:24:22.581Z | Compiling tokio-util v0.7.12 |
1302 | 2024-12-11T04:24:23.526Z | Compiling indexmap v2.5.0 |
1303 | 2024-12-11T04:24:25.731Z | Compiling serde_tokenstream v0.2.2 |
1304 | 2024-12-11T04:24:27.568Z | Compiling tokio-native-tls v0.3.1 |
1305 | 2024-12-11T04:24:27.901Z | Compiling regex-syntax v0.8.4 |
1306 | 2024-12-11T04:24:28.072Z | Compiling openapiv3 v2.0.0 |
1307 | 2024-12-11T04:24:30.127Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1308 | 2024-12-11T04:24:30.332Z | Compiling typify-impl v0.2.0 |
1309 | 2024-12-11T04:24:30.906Z | Compiling h2 v0.4.6 |
1310 | 2024-12-11T04:24:39.964Z | Compiling serde_urlencoded v0.7.1 |
1311 | 2024-12-11T04:24:40.639Z | Compiling regex v1.10.6 |
1312 | 2024-12-11T04:24:41.635Z | Compiling url v2.5.2 |
1313 | 2024-12-11T04:24:42.103Z | Compiling encoding_rs v0.8.34 |
1314 | 2024-12-11T04:24:42.332Z | Compiling rustls v0.21.12 |
1315 | 2024-12-11T04:24:42.633Z | Compiling mime v0.3.17 |
1316 | 2024-12-11T04:24:43.712Z | Compiling ipnet v2.10.0 |
1317 | 2024-12-11T04:24:45.828Z | Compiling typify-macro v0.2.0 |
1318 | 2024-12-11T04:24:46.592Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-12-11T04:24:47.752Z | Compiling hyper v1.5.1 |
1320 | 2024-12-11T04:24:49.518Z | Compiling h2 v0.3.26 |
1321 | 2024-12-11T04:24:49.733Z | Compiling http-body v0.4.6 |
1322 | 2024-12-11T04:24:50.271Z | Compiling rustls-webpki v0.102.8 |
1323 | 2024-12-11T04:24:50.445Z | Compiling rustls-webpki v0.101.7 |
1324 | 2024-12-11T04:24:50.953Z | Compiling sct v0.7.1 |
1325 | 2024-12-11T04:24:51.385Z | Compiling toml_datetime v0.6.8 |
1326 | 2024-12-11T04:24:51.759Z | Compiling httpdate v1.0.3 |
1327 | 2024-12-11T04:24:52.517Z | Compiling zeroize v1.8.1 |
1328 | 2024-12-11T04:24:52.906Z | Compiling subtle v2.6.1 |
1329 | 2024-12-11T04:24:52.927Z | Compiling toml_edit v0.19.15 |
1330 | 2024-12-11T04:24:53.196Z | Compiling rustls v0.23.13 |
1331 | 2024-12-11T04:24:54.634Z | Compiling serde_yaml v0.9.34+deprecated |
1332 | 2024-12-11T04:24:54.924Z | Compiling hyper v0.14.30 |
1333 | 2024-12-11T04:24:58.391Z | Compiling hyper-util v0.1.10 |
1334 | 2024-12-11T04:25:02.873Z | Compiling lazy_static v1.5.0 |
1335 | 2024-12-11T04:25:03.014Z | Compiling tokio-rustls v0.24.1 |
1336 | 2024-12-11T04:25:03.485Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-12-11T04:25:04.014Z | Compiling proc-macro-crate v1.3.1 |
1338 | 2024-12-11T04:25:04.448Z | Compiling http-body-util v0.1.2 |
1339 | 2024-12-11T04:25:04.898Z | Compiling webpki-roots v0.26.6 |
1340 | 2024-12-11T04:25:05.039Z | Compiling base64 v0.22.1 |
1341 | 2024-12-11T04:25:05.115Z | Compiling base64 v0.21.7 |
1342 | 2024-12-11T04:25:05.515Z | Compiling crossbeam-utils v0.8.20 |
1343 | 2024-12-11T04:25:05.535Z | Compiling hyper-rustls v0.27.3 |
1344 | 2024-12-11T04:25:06.113Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-12-11T04:25:06.169Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-12-11T04:25:06.273Z | Compiling hyper-tls v0.6.0 |
1347 | 2024-12-11T04:25:06.809Z | Compiling num_enum_derive v0.5.11 |
1348 | 2024-12-11T04:25:06.927Z | Compiling hyper-rustls v0.24.2 |
1349 | 2024-12-11T04:25:06.951Z | Compiling hyper-tls v0.5.0 |
1350 | 2024-12-11T04:25:07.091Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1351 | 2024-12-11T04:25:07.230Z | Compiling typify v0.2.0 |
1352 | 2024-12-11T04:25:07.379Z | Compiling ipnetwork v0.20.0 |
1353 | 2024-12-11T04:25:09.238Z | Compiling ppv-lite86 v0.2.20 |
1354 | 2024-12-11T04:25:09.673Z | Compiling foreign-types-macros v0.2.3 |
1355 | 2024-12-11T04:25:09.878Z | Compiling sync_wrapper v1.0.1 |
1356 | 2024-12-11T04:25:10.034Z | Compiling rand_core v0.6.4 |
1357 | 2024-12-11T04:25:10.182Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-11T04:25:10.537Z | Compiling powerfmt v0.2.0 |
1359 | 2024-12-11T04:25:10.774Z | Compiling foreign-types-shared v0.3.1 |
1360 | 2024-12-11T04:25:10.900Z | Compiling webpki-roots v0.25.4 |
1361 | 2024-12-11T04:25:11.010Z | Compiling sync_wrapper v0.1.2 |
1362 | 2024-12-11T04:25:11.034Z | Compiling foreign-types v0.5.0 |
1363 | 2024-12-11T04:25:11.067Z | Compiling time-macros v0.2.18 |
1364 | 2024-12-11T04:25:11.144Z | Compiling reqwest v0.11.27 |
1365 | 2024-12-11T04:25:11.292Z | Compiling deranged v0.3.11 |
1366 | 2024-12-11T04:25:11.414Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-11T04:25:11.681Z | Compiling rand_chacha v0.3.1 |
1368 | 2024-12-11T04:25:13.491Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1369 | 2024-12-11T04:25:13.713Z | Compiling reqwest v0.12.9 |
1370 | 2024-12-11T04:25:14.153Z | Compiling num_enum v0.5.11 |
1371 | 2024-12-11T04:25:14.343Z | Compiling progenitor-impl v0.8.0 |
1372 | 2024-12-11T04:25:20.458Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-12-11T04:25:21.324Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1374 | 2024-12-11T04:25:23.375Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1375 | 2024-12-11T04:25:23.563Z | Compiling cstr-argument v0.1.2 |
1376 | 2024-12-11T04:25:23.829Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-11T04:25:24.584Z | Compiling arc-swap v1.7.1 |
1378 | 2024-12-11T04:25:25.329Z | Compiling either v1.13.0 |
1379 | 2024-12-11T04:25:25.366Z | Compiling num-conv v0.1.0 |
1380 | 2024-12-11T04:25:25.626Z | Compiling time-core v0.1.2 |
1381 | 2024-12-11T04:25:25.779Z | Compiling pretty-hex v0.2.1 |
1382 | 2024-12-11T04:25:25.810Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1383 | 2024-12-11T04:25:25.980Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1384 | 2024-12-11T04:25:26.360Z | Compiling time v0.3.36 |
1385 | 2024-12-11T04:25:26.982Z | Compiling itertools v0.12.1 |
1386 | 2024-12-11T04:25:27.340Z | Compiling slog-scope v4.4.0 |
1387 | 2024-12-11T04:25:28.298Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2024-12-11T04:25:29.215Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1389 | 2024-12-11T04:25:29.393Z | Compiling crossbeam-channel v0.5.13 |
1390 | 2024-12-11T04:25:30.885Z | Compiling progenitor-macro v0.8.0 |
1391 | 2024-12-11T04:25:31.035Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-12-11T04:25:35.437Z | Compiling progenitor-client v0.8.0 |
1393 | 2024-12-11T04:25:36.391Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1394 | 2024-12-11T04:25:38.378Z | Compiling rand v0.8.5 |
1395 | 2024-12-11T04:25:38.926Z | Compiling term v0.7.0 |
1396 | 2024-12-11T04:25:40.252Z | Compiling anyhow v1.0.94 |
1397 | 2024-12-11T04:25:43.935Z | Compiling colored v2.1.0 |
1398 | 2024-12-11T04:25:44.196Z | Compiling is-terminal v0.4.13 |
1399 | 2024-12-11T04:25:44.326Z | Compiling take_mut v0.2.2 |
1400 | 2024-12-11T04:25:44.491Z | Compiling winnow v0.6.18 |
1401 | 2024-12-11T04:25:45.191Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-12-11T04:25:45.539Z | Compiling slog-async v2.8.0 |
1403 | 2024-12-11T04:25:48.584Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1404 | 2024-12-11T04:25:48.945Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1405 | 2024-12-11T04:25:49.162Z | Compiling slog-term v2.9.1 |
1406 | 2024-12-11T04:25:51.955Z | Compiling progenitor v0.8.0 |
1407 | 2024-12-11T04:25:52.174Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1408 | 2024-12-11T04:25:55.886Z | Compiling slog-stdlog v4.1.1 |
1409 | 2024-12-11T04:25:56.722Z | Compiling slog-envlogger v2.2.0 |
1410 | 2024-12-11T04:25:58.034Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1411 | 2024-12-11T04:25:58.824Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1412 | 2024-12-11T04:26:14.098Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1413 | 2024-12-11T04:26:21.427Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1414 | 2024-12-11T04:26:21.510Z | Running unittests src/lib.rs (target/release/deps/mg_tests-268f8bef386ab153) |
1415 | 2024-12-11T04:26:21.556Z | |
1416 | 2024-12-11T04:26:21.556Z | running 1 test |
1417 | 2024-12-11T04:26:21.735Z | configure zone |
1418 | 2024-12-11T04:26:21.751Z | install zone |
1419 | 2024-12-11T04:27:21.565Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1420 | 2024-12-11T04:28:30.299Z | boot zone |
1421 | 2024-12-11T04:28:31.058Z | start zone s1 |
1422 | 2024-12-11T04:28:31.058Z | configure zone |
1423 | 2024-12-11T04:28:31.065Z | install zone |
1424 | 2024-12-11T04:30:24.590Z | boot zone |
1425 | 2024-12-11T04:30:25.466Z | start zone s2 |
1426 | 2024-12-11T04:30:25.466Z | configure zone |
1427 | 2024-12-11T04:30:25.474Z | install zone |
1428 | 2024-12-11T04:32:18.170Z | boot zone |
1429 | 2024-12-11T04:32:18.970Z | start zone t1 |
1430 | 2024-12-11T04:32:18.970Z | configure zone |
1431 | 2024-12-11T04:32:18.978Z | install zone |
1432 | 2024-12-11T04:34:11.839Z | boot zone |
1433 | 2024-12-11T04:34:12.636Z | waiting for zones to come up |
1434 | 2024-12-11T04:34:22.638Z | [sidecar.trio] svcs milestone/network |
1435 | 2024-12-11T04:34:22.670Z | STATE STIME FMRI |
1436 | 2024-12-11T04:34:22.670Z | online 20:28:48 svc:/milestone/network:default |
1437 | 2024-12-11T04:34:22.670Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1438 | 2024-12-11T04:34:22.717Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-11T04:34:22.765Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-11T04:34:22.808Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1441 | 2024-12-11T04:34:22.811Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1442 | 2024-12-11T04:34:22.833Z | |
1443 | 2024-12-11T04:34:22.833Z | running zone s1.trio setup |
1444 | 2024-12-11T04:34:22.833Z | [s1.trio] svcs milestone/network |
1445 | 2024-12-11T04:34:22.855Z | STATE STIME FMRI |
1446 | 2024-12-11T04:34:22.855Z | online 20:30:42 svc:/milestone/network:default |
1447 | 2024-12-11T04:34:22.855Z | [s1.trio] dladm |
1448 | 2024-12-11T04:34:22.875Z | LINK CLASS MTU STATE BRIDGE OVER |
1449 | 2024-12-11T04:34:22.875Z | sl0 simnet 9000 up -- ? |
1450 | 2024-12-11T04:34:22.875Z | mg2 vnic 9000 up -- ? |
1451 | 2024-12-11T04:34:22.875Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1452 | 2024-12-11T04:34:23.382Z | |
1453 | 2024-12-11T04:34:23.382Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1454 | 2024-12-11T04:34:23.404Z | |
1455 | 2024-12-11T04:34:23.404Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1456 | 2024-12-11T04:34:23.423Z | |
1457 | 2024-12-11T04:34:23.423Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1458 | 2024-12-11T04:34:23.510Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1459 | 2024-12-11T04:34:23.553Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c77e7096-c999-4f22-a805-29be6fa475c8 --sled-uuid f9810b74-8b1e-40dd-b243-ddce1c7c4208 -a sl0/v6 &> /opt/ddmd.log & |
1460 | 2024-12-11T04:34:23.572Z | |
1461 | 2024-12-11T04:34:23.572Z | running zone s2.trio setup |
1462 | 2024-12-11T04:34:23.572Z | [s2.trio] svcs milestone/network |
1463 | 2024-12-11T04:34:23.595Z | STATE STIME FMRI |
1464 | 2024-12-11T04:34:23.595Z | online 20:32:36 svc:/milestone/network:default |
1465 | 2024-12-11T04:34:23.595Z | [s2.trio] dladm |
1466 | 2024-12-11T04:34:23.617Z | LINK CLASS MTU STATE BRIDGE OVER |
1467 | 2024-12-11T04:34:23.617Z | sl1 simnet 9000 up -- ? |
1468 | 2024-12-11T04:34:23.617Z | mg3 vnic 9000 up -- ? |
1469 | 2024-12-11T04:34:23.617Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1470 | 2024-12-11T04:34:24.131Z | |
1471 | 2024-12-11T04:34:24.131Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1472 | 2024-12-11T04:34:24.154Z | |
1473 | 2024-12-11T04:34:24.154Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1474 | 2024-12-11T04:34:24.174Z | |
1475 | 2024-12-11T04:34:24.174Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1476 | 2024-12-11T04:34:24.219Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1477 | 2024-12-11T04:34:24.241Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 3750e5c5-a400-479d-8678-5f1852451889 --sled-uuid ceaa15d1-13b5-410b-a0cd-5f62928c28a9 -a sl1/v6 &> /opt/ddmd.log & |
1478 | 2024-12-11T04:34:24.260Z | |
1479 | 2024-12-11T04:34:24.260Z | running zone t1.trio setup |
1480 | 2024-12-11T04:34:24.260Z | [t1.trio] svcs milestone/network |
1481 | 2024-12-11T04:34:24.280Z | STATE STIME FMRI |
1482 | 2024-12-11T04:34:24.280Z | - - svc:/milestone/network:default |
1483 | 2024-12-11T04:34:25.280Z | [t1.trio] svcs milestone/network |
1484 | 2024-12-11T04:34:25.301Z | STATE STIME FMRI |
1485 | 2024-12-11T04:34:25.301Z | - - svc:/milestone/network:default |
1486 | 2024-12-11T04:34:26.301Z | [t1.trio] svcs milestone/network |
1487 | 2024-12-11T04:34:26.321Z | STATE STIME FMRI |
1488 | 2024-12-11T04:34:26.321Z | - - svc:/milestone/network:default |
1489 | 2024-12-11T04:34:27.323Z | [t1.trio] svcs milestone/network |
1490 | 2024-12-11T04:34:27.343Z | STATE STIME FMRI |
1491 | 2024-12-11T04:34:27.344Z | - - svc:/milestone/network:default |
1492 | 2024-12-11T04:34:28.344Z | [t1.trio] svcs milestone/network |
1493 | 2024-12-11T04:34:28.365Z | STATE STIME FMRI |
1494 | 2024-12-11T04:34:28.365Z | - - svc:/milestone/network:default |
1495 | 2024-12-11T04:34:29.366Z | [t1.trio] svcs milestone/network |
1496 | 2024-12-11T04:34:29.387Z | STATE STIME FMRI |
1497 | 2024-12-11T04:34:29.387Z | - - svc:/milestone/network:default |
1498 | 2024-12-11T04:34:30.388Z | [t1.trio] svcs milestone/network |
1499 | 2024-12-11T04:34:30.407Z | STATE STIME FMRI |
1500 | 2024-12-11T04:34:30.407Z | - - svc:/milestone/network:default |
1501 | 2024-12-11T04:34:31.408Z | [t1.trio] svcs milestone/network |
1502 | 2024-12-11T04:34:31.430Z | STATE STIME FMRI |
1503 | 2024-12-11T04:34:31.430Z | online 20:34:30 svc:/milestone/network:default |
1504 | 2024-12-11T04:34:31.430Z | [t1.trio] dladm |
1505 | 2024-12-11T04:34:31.450Z | LINK CLASS MTU STATE BRIDGE OVER |
1506 | 2024-12-11T04:34:31.450Z | tfportrear0_0 simnet 9000 up -- ? |
1507 | 2024-12-11T04:34:31.450Z | tfportrear1_0 simnet 9000 up -- ? |
1508 | 2024-12-11T04:34:31.450Z | mg1 vnic 9000 up -- ? |
1509 | 2024-12-11T04:34:31.450Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1510 | 2024-12-11T04:34:31.957Z | |
1511 | 2024-12-11T04:34:31.957Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1512 | 2024-12-11T04:34:31.980Z | |
1513 | 2024-12-11T04:34:31.980Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1514 | 2024-12-11T04:34:32.001Z | |
1515 | 2024-12-11T04:34:32.001Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1516 | 2024-12-11T04:34:32.022Z | |
1517 | 2024-12-11T04:34:32.022Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1518 | 2024-12-11T04:34:32.214Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1519 | 2024-12-11T04:34:32.218Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1520 | 2024-12-11T04:34:32.221Z | waiting 3s for copy of files to zone to complete ... |
1521 | 2024-12-11T04:34:35.222Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1522 | 2024-12-11T04:34:35.258Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1523 | 2024-12-11T04:34:35.279Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1524 | 2024-12-11T04:34:35.371Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1525 | 2024-12-11T04:34:35.415Z | [t1.trio] svcadm enable dendrite |
1526 | 2024-12-11T04:34:35.457Z | |
1527 | 2024-12-11T04:34:35.457Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1528 | 2024-12-11T04:34:35.500Z | |
1529 | 2024-12-11T04:34:35.500Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1530 | 2024-12-11T04:34:35.542Z | |
1531 | 2024-12-11T04:34:35.542Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1532 | 2024-12-11T04:34:35.584Z | |
1533 | 2024-12-11T04:34:35.584Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1534 | 2024-12-11T04:34:35.625Z | |
1535 | 2024-12-11T04:34:35.625Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1536 | 2024-12-11T04:34:35.666Z | |
1537 | 2024-12-11T04:34:35.666Z | [t1.trio] svcadm refresh dendrite:default |
1538 | 2024-12-11T04:34:35.701Z | |
1539 | 2024-12-11T04:34:35.701Z | [t1.trio] svcadm restart dendrite:default |
1540 | 2024-12-11T04:34:35.738Z | |
1541 | 2024-12-11T04:34:35.738Z | wait 10s for dendrite to come up ... |
1542 | 2024-12-11T04:34:45.740Z | [t1.trio] svcadm enable tfport |
1543 | 2024-12-11T04:34:45.778Z | |
1544 | 2024-12-11T04:34:45.779Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1545 | 2024-12-11T04:34:45.798Z | |
1546 | 2024-12-11T04:34:45.798Z | [t1.trio] ipadm |
1547 | 2024-12-11T04:34:45.821Z | ADDROBJ TYPE STATE ADDR |
1548 | 2024-12-11T04:34:45.822Z | lo0/v4 static ok 127.0.0.1/8 |
1549 | 2024-12-11T04:34:45.822Z | mg1/v4 static ok 10.0.0.3/24 |
1550 | 2024-12-11T04:34:45.822Z | lo0/v6 static ok ::1/128 |
1551 | 2024-12-11T04:34:45.822Z | lo0/u6 static ok fd00:3::1/64 |
1552 | 2024-12-11T04:34:45.822Z | tfportrear0_0/v6 addrconf ok fe80::e812:abff:fefb:b0e0%tfportrear0_0/10 |
1553 | 2024-12-11T04:34:45.822Z | tfportrear1_0/v6 addrconf ok fe80::5834:43ff:fe9e:4d3a%tfportrear1_0/10 |
1554 | 2024-12-11T04:34:48.033Z | initial peering test passed |
1555 | 2024-12-11T04:34:49.036Z | advertise from one passed |
1556 | 2024-12-11T04:34:50.038Z | advertise from two passed |
1557 | 2024-12-11T04:34:50.038Z | [s1.trio] ping fd00:2::1 |
1558 | 2024-12-11T04:34:50.064Z | fd00:2::1 is alive |
1559 | 2024-12-11T04:34:50.064Z | [s2.trio] ping fd00:1::1 |
1560 | 2024-12-11T04:34:50.084Z | fd00:1::1 is alive |
1561 | 2024-12-11T04:34:50.084Z | connectivity test passed |
1562 | 2024-12-11T04:34:50.084Z | [t1.trio] pkill ddmd |
1563 | 2024-12-11T04:34:50.104Z | |
1564 | 2024-12-11T04:34:56.108Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1565 | 2024-12-11T04:34:56.146Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1566 | 2024-12-11T04:34:56.164Z | [t1.trio] svcadm enable dendrite |
1567 | 2024-12-11T04:34:56.204Z | |
1568 | 2024-12-11T04:34:56.204Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1569 | 2024-12-11T04:34:56.245Z | |
1570 | 2024-12-11T04:34:56.245Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1571 | 2024-12-11T04:34:56.287Z | |
1572 | 2024-12-11T04:34:56.287Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1573 | 2024-12-11T04:34:56.328Z | |
1574 | 2024-12-11T04:34:56.328Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1575 | 2024-12-11T04:34:56.369Z | |
1576 | 2024-12-11T04:34:56.369Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1577 | 2024-12-11T04:34:56.411Z | |
1578 | 2024-12-11T04:34:56.411Z | [t1.trio] svcadm refresh dendrite:default |
1579 | 2024-12-11T04:34:56.447Z | |
1580 | 2024-12-11T04:34:56.448Z | [t1.trio] svcadm restart dendrite:default |
1581 | 2024-12-11T04:34:56.484Z | |
1582 | 2024-12-11T04:34:56.484Z | wait 10s for dendrite to come up ... |
1583 | 2024-12-11T04:35:06.486Z | [t1.trio] svcadm enable tfport |
1584 | 2024-12-11T04:35:06.528Z | |
1585 | 2024-12-11T04:35:06.528Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1586 | 2024-12-11T04:35:06.551Z | |
1587 | 2024-12-11T04:35:06.551Z | [t1.trio] ipadm |
1588 | 2024-12-11T04:35:06.577Z | ADDROBJ TYPE STATE ADDR |
1589 | 2024-12-11T04:35:06.577Z | lo0/v4 static ok 127.0.0.1/8 |
1590 | 2024-12-11T04:35:06.577Z | mg1/v4 static ok 10.0.0.3/24 |
1591 | 2024-12-11T04:35:06.577Z | lo0/v6 static ok ::1/128 |
1592 | 2024-12-11T04:35:06.577Z | lo0/u6 static ok fd00:3::1/64 |
1593 | 2024-12-11T04:35:06.577Z | tfportrear0_0/v6 addrconf ok fe80::e812:abff:fefb:b0e0%tfportrear0_0/10 |
1594 | 2024-12-11T04:35:06.577Z | tfportrear1_0/v6 addrconf ok fe80::5834:43ff:fe9e:4d3a%tfportrear1_0/10 |
1595 | 2024-12-11T04:35:09.580Z | [s1.trio] ping fd00:2::1 |
1596 | 2024-12-11T04:35:09.603Z | fd00:2::1 is alive |
1597 | 2024-12-11T04:35:09.603Z | [s2.trio] ping fd00:1::1 |
1598 | 2024-12-11T04:35:09.626Z | fd00:1::1 is alive |
1599 | 2024-12-11T04:35:09.626Z | transit router restart passed |
1600 | 2024-12-11T04:35:09.626Z | [s1.trio] pkill ddmd |
1601 | 2024-12-11T04:35:09.647Z | |
1602 | 2024-12-11T04:35:14.651Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 020e9f06-8b1a-431c-bdd8-25a9642d2f30 --sled-uuid b419bea2-932f-4978-b13f-f0040b3adfac -a sl0/v6 &> /opt/ddmd.log & |
1603 | 2024-12-11T04:35:14.674Z | |
1604 | 2024-12-11T04:35:17.678Z | [s1.trio] ping fd00:2::1 |
1605 | 2024-12-11T04:35:17.701Z | fd00:2::1 is alive |
1606 | 2024-12-11T04:35:17.701Z | [s2.trio] ping fd00:1::1 |
1607 | 2024-12-11T04:35:17.725Z | fd00:1::1 is alive |
1608 | 2024-12-11T04:35:17.725Z | server router restart passed |
1609 | 2024-12-11T04:35:20.731Z | peer expiration recovery passed |
1610 | 2024-12-11T04:35:21.732Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1611 | 2024-12-11T04:35:21.759Z | 3 |
1612 | 2024-12-11T04:35:21.759Z | redundant advertise passed |
1613 | 2024-12-11T04:35:22.762Z | tunnel endpoint advertise passed |
1614 | 2024-12-11T04:35:27.764Z | redundant tunnel endpoint advertise passed |
1615 | 2024-12-11T04:35:27.764Z | [s1.trio] pkill ddmd |
1616 | 2024-12-11T04:35:27.784Z | |
1617 | 2024-12-11T04:35:32.785Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 9e267eb5-8d97-4c22-960a-ce2c8395c733 --sled-uuid 8d9b2e4c-26bc-4285-98d9-7ada56296eeb -a sl0/v6 &> /opt/ddmd.log & |
1618 | 2024-12-11T04:35:32.805Z | |
1619 | 2024-12-11T04:35:37.872Z | tunnel router restart passed |
1620 | 2024-12-11T04:35:38.873Z | tunnel endpoint withdraw passed |
1621 | 2024-12-11T04:35:38.888Z | [t1.trio] pkill ddmd |
1622 | 2024-12-11T04:35:38.914Z | |
1623 | 2024-12-11T04:35:38.914Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1624 | 2024-12-11T04:35:38.918Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1625 | 2024-12-11T04:35:41.290Z | [s2.trio] pkill ddmd |
1626 | 2024-12-11T04:35:41.309Z | |
1627 | 2024-12-11T04:35:41.309Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1628 | 2024-12-11T04:35:43.868Z | [s1.trio] pkill ddmd |
1629 | 2024-12-11T04:35:43.887Z | |
1630 | 2024-12-11T04:35:43.887Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1631 | 2024-12-11T04:35:46.282Z | [sidecar.trio] pkill softnpu |
1632 | 2024-12-11T04:35:46.302Z | |
1633 | 2024-12-11T04:35:46.302Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1634 | 2024-12-11T04:35:48.754Z | test ddm::test_trio_v2_transit ... ok |
1635 | 2024-12-11T04:35:48.754Z | |
1636 | 2024-12-11T04:35:48.754Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 567.11s |
1637 | 2024-12-11T04:35:48.754Z | |
1638 | 2024-12-11T04:35:48.782Z | + cleanup |
1639 | 2024-12-11T04:35:48.785Z | ++ id -un |
1640 | 2024-12-11T04:35:48.788Z | ++ id -gn |
1641 | 2024-12-11T04:35:48.790Z | + pfexec chown -R build:build . |
1642 | 2024-12-11T04:35:48.866Z | process exited: duration 1086995 ms, exit code 0 |
|
1643 | 2024-12-11T04:35:48.876Z | found 4 output files |
1644 | 2024-12-11T04:35:48.876Z | uploading: /work/s1.trio.log (4206 bytes) |
1645 | 2024-12-11T04:35:49.885Z | uploaded: /work/s1.trio.log |
1646 | 2024-12-11T04:35:49.890Z | uploading: /work/s2.trio.log (10934 bytes) |
1647 | 2024-12-11T04:35:50.897Z | uploaded: /work/s2.trio.log |
1648 | 2024-12-11T04:35:50.899Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1649 | 2024-12-11T04:35:51.904Z | uploaded: /work/sidecar.trio-softnpu.log |
1650 | 2024-12-11T04:35:51.907Z | uploading: /work/t1.trio.log (26224 bytes) |
1651 | 2024-12-11T04:35:52.915Z | uploaded: /work/t1.trio.log |