|
|
|
1 | 2024-12-11T04:16:58.432Z | job assigned to worker 01JESYWXGERBHD1Y2MG23HN0KM [factory aws, i-08bf5860e228a9ec4] (queued for 1 m 3 s) |
|
2 | 2024-12-11T04:17:06.186Z | starting task 0: "setup" |
3 | 2024-12-11T04:17:06.196Z | ++ uname -s |
4 | 2024-12-11T04:17:06.198Z | + kern=SunOS |
5 | 2024-12-11T04:17:06.198Z | + case "$kern" in |
6 | 2024-12-11T04:17:06.198Z | + groupadd -g 12345 build |
7 | 2024-12-11T04:17:06.200Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T04:17:08.219Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T04:17:08.353Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T04:17:08.356Z | + home_fs=zfs |
11 | 2024-12-11T04:17:08.356Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T04:17:08.356Z | + mkdir -p /home/build |
13 | 2024-12-11T04:17:08.359Z | + chown build:build /home/build /work |
14 | 2024-12-11T04:17:10.374Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T04:17:10.377Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2024-12-11T04:17:10.383Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T04:17:10.388Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T04:17:10.388Z | ' stable |
19 | 2024-12-11T04:17:10.388Z | * toolchain channel = "stable" |
20 | 2024-12-11T04:17:10.388Z | * toolchain profile = "default" |
21 | 2024-12-11T04:17:10.388Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-11T04:17:10.388Z | ' default |
23 | 2024-12-11T04:17:10.391Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T04:17:10.391Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T04:17:10.506Z | info: downloading installer |
26 | 2024-12-11T04:17:12.013Z | info: profile set to 'default' |
27 | 2024-12-11T04:17:12.013Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T04:17:12.016Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T04:17:12.152Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T04:17:12.155Z | info: downloading component 'cargo' |
31 | 2024-12-11T04:17:12.883Z | info: downloading component 'clippy' |
32 | 2024-12-11T04:17:13.169Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T04:17:14.195Z | info: downloading component 'rust-std' |
34 | 2024-12-11T04:17:15.673Z | info: downloading component 'rustc' |
35 | 2024-12-11T04:17:21.260Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T04:17:21.476Z | info: installing component 'cargo' |
37 | 2024-12-11T04:17:22.275Z | info: installing component 'clippy' |
38 | 2024-12-11T04:17:22.649Z | info: installing component 'rust-docs' |
39 | 2024-12-11T04:17:24.347Z | info: installing component 'rust-std' |
40 | 2024-12-11T04:17:25.946Z | info: installing component 'rustc' |
41 | 2024-12-11T04:17:31.630Z | info: installing component 'rustfmt' |
42 | 2024-12-11T04:17:31.954Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-11T04:17:31.954Z | |
44 | 2024-12-11T04:17:32.343Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T04:17:32.343Z | |
46 | 2024-12-11T04:17:32.346Z | |
47 | 2024-12-11T04:17:32.346Z | Rust is installed now. Great! |
48 | 2024-12-11T04:17:32.346Z | |
49 | 2024-12-11T04:17:32.346Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T04:17:32.346Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T04:17:32.346Z | |
52 | 2024-12-11T04:17:32.346Z | To configure your current shell, you need to source |
53 | 2024-12-11T04:17:32.346Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T04:17:32.346Z | |
55 | 2024-12-11T04:17:32.346Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T04:17:32.346Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T04:17:32.346Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T04:17:32.444Z | + rustc --version |
59 | 2024-12-11T04:17:32.527Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T04:17:32.530Z | process exited: duration 21991 ms, exit code 0 |
|
61 | 2024-12-11T04:17:32.535Z | starting task 2: "authentication" |
62 | 2024-12-11T04:17:32.555Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-11T04:17:32.561Z | starting task 3: "clone repository" |
64 | 2024-12-11T04:17:32.566Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-11T04:17:32.569Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-11T04:17:32.823Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-11T04:17:33.510Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-11T04:17:33.510Z | + git fetch origin 8c8c05726385430561deac06b456006fe403a0fb |
69 | 2024-12-11T04:17:33.771Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-11T04:17:33.774Z | * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD |
71 | 2024-12-11T04:17:33.779Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-11T04:17:33.782Z | ++ git branch --show-current |
73 | 2024-12-11T04:17:33.786Z | + current=main |
74 | 2024-12-11T04:17:33.786Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-11T04:17:33.786Z | + git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb |
76 | 2024-12-11T04:17:33.789Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-11T04:17:33.801Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-11T04:17:33.803Z | + git reset --hard 8c8c05726385430561deac06b456006fe403a0fb |
79 | 2024-12-11T04:17:33.806Z | HEAD is now at 8c8c057 Update Rust crate serde to 1.0.216 |
80 | 2024-12-11T04:17:33.809Z | process exited: duration 1237 ms, exit code 0 |
|
81 | 2024-12-11T04:17:33.816Z | starting task 4: "build" |
82 | 2024-12-11T04:17:33.821Z | ++ cargo --version |
83 | 2024-12-11T04:17:33.824Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-12-11T04:17:33.969Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-12-11T04:17:33.969Z | info: downloading component 'cargo' |
86 | 2024-12-11T04:17:34.688Z | info: downloading component 'clippy' |
87 | 2024-12-11T04:17:34.954Z | info: downloading component 'rust-docs' |
88 | 2024-12-11T04:17:35.955Z | info: downloading component 'rust-std' |
89 | 2024-12-11T04:17:37.523Z | info: downloading component 'rustc' |
90 | 2024-12-11T04:17:43.092Z | info: downloading component 'rustfmt' |
91 | 2024-12-11T04:17:43.301Z | info: installing component 'cargo' |
92 | 2024-12-11T04:17:44.089Z | info: installing component 'clippy' |
93 | 2024-12-11T04:17:44.445Z | info: installing component 'rust-docs' |
94 | 2024-12-11T04:17:46.028Z | info: installing component 'rust-std' |
95 | 2024-12-11T04:17:47.668Z | info: installing component 'rustc' |
96 | 2024-12-11T04:17:53.271Z | info: installing component 'rustfmt' |
97 | 2024-12-11T04:17:53.678Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-12-11T04:17:53.681Z | ++ rustc --version |
99 | 2024-12-11T04:17:53.751Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-12-11T04:17:53.754Z | ++ dladm |
101 | 2024-12-11T04:17:53.759Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-12-11T04:17:53.759Z | ena0 phys 9216 up -- -- |
103 | 2024-12-11T04:17:53.761Z | ++ ipadm |
104 | 2024-12-11T04:17:53.763Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-12-11T04:17:53.763Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-12-11T04:17:53.763Z | ena0/dhcp dhcp ok 10.150.1.229/24 |
107 | 2024-12-11T04:17:53.763Z | lo0/v6 static ok ::1/128 |
108 | 2024-12-11T04:17:53.763Z | ++ banner collect |
109 | 2024-12-11T04:17:53.862Z | |
110 | 2024-12-11T04:17:53.862Z | #### #### # # ###### #### ##### |
111 | 2024-12-11T04:17:53.862Z | # # # # # # # # # # |
112 | 2024-12-11T04:17:53.862Z | # # # # # ##### # # |
113 | 2024-12-11T04:17:53.862Z | # # # # # # # # |
114 | 2024-12-11T04:17:53.862Z | # # # # # # # # # # |
115 | 2024-12-11T04:17:53.862Z | #### #### ###### ###### ###### #### # |
116 | 2024-12-11T04:17:53.862Z | |
117 | 2024-12-11T04:17:53.869Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-12-11T04:17:53.869Z | ++ repo=softnpu |
119 | 2024-12-11T04:17:53.869Z | ++ series=image |
120 | 2024-12-11T04:17:53.869Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-12-11T04:17:53.869Z | ++ name=softnpu |
122 | 2024-12-11T04:17:53.869Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-12-11T04:17:53.869Z | ++ mkdir -p download |
124 | 2024-12-11T04:17:53.869Z | ++ pushd download |
125 | 2024-12-11T04:17:53.869Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-12-11T04:17:53.869Z | ++ [[ ! -f softnpu ]] |
127 | 2024-12-11T04:17:53.869Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-12-11T04:17:53.873Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-12-11T04:17:53.875Z | Dload Upload Total Spent Left Speed |
130 | 2024-12-11T04:17:54.583Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 30.9M 0 --:--:-- --:--:-- --:--:-- 30.9M |
131 | 2024-12-11T04:17:54.586Z | ++ popd |
132 | 2024-12-11T04:17:54.589Z | /work/oxidecomputer/maghemite |
133 | 2024-12-11T04:17:54.589Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-12-11T04:17:54.589Z | ++ repo=sidecar-lite |
135 | 2024-12-11T04:17:54.589Z | ++ series=release |
136 | 2024-12-11T04:17:54.589Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-12-11T04:17:54.589Z | ++ name=libsidecar_lite.so |
138 | 2024-12-11T04:17:54.589Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-12-11T04:17:54.589Z | ++ mkdir -p download |
140 | 2024-12-11T04:17:54.589Z | ++ pushd download |
141 | 2024-12-11T04:17:54.589Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-12-11T04:17:54.591Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-12-11T04:17:54.592Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-12-11T04:17:54.597Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-12-11T04:17:54.597Z | Dload Upload Total Spent Left Speed |
146 | 2024-12-11T04:17:55.066Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 43.5M 0 --:--:-- --:--:-- --:--:-- 43.5M |
147 | 2024-12-11T04:17:55.069Z | ++ popd |
148 | 2024-12-11T04:17:55.071Z | /work/oxidecomputer/maghemite |
149 | 2024-12-11T04:17:55.071Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-12-11T04:17:55.071Z | ++ repo=sidecar-lite |
151 | 2024-12-11T04:17:55.071Z | ++ series=release |
152 | 2024-12-11T04:17:55.071Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-12-11T04:17:55.071Z | ++ name=scadm |
154 | 2024-12-11T04:17:55.072Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-12-11T04:17:55.072Z | ++ mkdir -p download |
156 | 2024-12-11T04:17:55.072Z | ++ pushd download |
157 | 2024-12-11T04:17:55.072Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-12-11T04:17:55.072Z | ++ [[ ! -f scadm ]] |
159 | 2024-12-11T04:17:55.074Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-12-11T04:17:55.079Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-12-11T04:17:55.081Z | Dload Upload Total Spent Left Speed |
162 | 2024-12-11T04:17:55.639Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 41.0M 0 --:--:-- --:--:-- --:--:-- 41.1M |
163 | 2024-12-11T04:17:55.642Z | ++ popd |
164 | 2024-12-11T04:17:55.645Z | /work/oxidecomputer/maghemite |
165 | 2024-12-11T04:17:55.645Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-12-11T04:17:55.645Z | ++ repo=dendrite |
167 | 2024-12-11T04:17:55.645Z | ++ series=image |
168 | 2024-12-11T04:17:55.645Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-12-11T04:17:55.645Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-12-11T04:17:55.645Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-12-11T04:17:55.645Z | ++ mkdir -p download |
172 | 2024-12-11T04:17:55.645Z | ++ pushd download |
173 | 2024-12-11T04:17:55.645Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-12-11T04:17:55.645Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-12-11T04:17:55.645Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-12-11T04:17:55.653Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-12-11T04:17:55.653Z | Dload Upload Total Spent Left Speed |
178 | 2024-12-11T04:17:56.513Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 44.0M 0 --:--:-- --:--:-- --:--:-- 44.0M |
179 | 2024-12-11T04:17:56.516Z | ++ popd |
180 | 2024-12-11T04:17:56.516Z | /work/oxidecomputer/maghemite |
181 | 2024-12-11T04:17:56.516Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-12-11T04:17:56.516Z | ++ repo=maghemite |
183 | 2024-12-11T04:17:56.516Z | ++ series=release |
184 | 2024-12-11T04:17:56.516Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-12-11T04:17:56.516Z | ++ name=ddmd |
186 | 2024-12-11T04:17:56.516Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-12-11T04:17:56.516Z | ++ mkdir -p download |
188 | 2024-12-11T04:17:56.519Z | ++ pushd download |
189 | 2024-12-11T04:17:56.519Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-12-11T04:17:56.519Z | ++ [[ ! -f ddmd ]] |
191 | 2024-12-11T04:17:56.519Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-12-11T04:17:56.525Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-12-11T04:17:56.539Z | Dload Upload Total Spent Left Speed |
194 | 2024-12-11T04:17:57.513Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 42.0M 0 --:--:-- --:--:-- --:--:-- 42.0M |
195 | 2024-12-11T04:17:57.520Z | ++ popd |
196 | 2024-12-11T04:17:57.520Z | /work/oxidecomputer/maghemite |
197 | 2024-12-11T04:17:57.521Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-12-11T04:17:57.521Z | ++ repo=maghemite |
199 | 2024-12-11T04:17:57.521Z | ++ series=release |
200 | 2024-12-11T04:17:57.521Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-12-11T04:17:57.521Z | ++ name=ddmadm |
202 | 2024-12-11T04:17:57.521Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-12-11T04:17:57.521Z | ++ mkdir -p download |
204 | 2024-12-11T04:17:57.521Z | ++ pushd download |
205 | 2024-12-11T04:17:57.521Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-12-11T04:17:57.521Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-12-11T04:17:57.522Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-12-11T04:17:57.533Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-12-11T04:17:57.533Z | Dload Upload Total Spent Left Speed |
210 | 2024-12-11T04:17:57.880Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 50.3M 0 --:--:-- --:--:-- --:--:-- 50.3M |
211 | 2024-12-11T04:17:57.883Z | ++ popd |
212 | 2024-12-11T04:17:57.883Z | /work/oxidecomputer/maghemite |
213 | 2024-12-11T04:17:57.883Z | ++ pushd download |
214 | 2024-12-11T04:17:57.883Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-12-11T04:17:57.883Z | ++ chmod +x softnpu |
216 | 2024-12-11T04:17:57.886Z | ++ chmod +x scadm |
217 | 2024-12-11T04:17:57.888Z | ++ chmod +x ddmadm |
218 | 2024-12-11T04:17:57.892Z | ++ chmod +x ddmd |
219 | 2024-12-11T04:17:57.892Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-12-11T04:17:57.898Z | ++ mv ddmd ddmd-v2 |
221 | 2024-12-11T04:17:57.898Z | ++ rm -rf zones/dendrite |
222 | 2024-12-11T04:17:57.898Z | ++ mkdir -p zones/dendrite |
223 | 2024-12-11T04:17:57.913Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-12-11T04:17:58.760Z | ++ popd |
225 | 2024-12-11T04:17:58.760Z | /work/oxidecomputer/maghemite |
226 | 2024-12-11T04:17:58.760Z | ++ banner install |
227 | 2024-12-11T04:17:58.763Z | |
228 | 2024-12-11T04:17:58.763Z | # # # #### ##### ## # # |
229 | 2024-12-11T04:17:58.763Z | # ## # # # # # # # |
230 | 2024-12-11T04:17:58.764Z | # # # # #### # # # # # |
231 | 2024-12-11T04:17:58.764Z | # # # # # # ###### # # |
232 | 2024-12-11T04:17:58.764Z | # # ## # # # # # # # |
233 | 2024-12-11T04:17:58.764Z | # # # #### # # # ###### ###### |
234 | 2024-12-11T04:17:58.764Z | |
235 | 2024-12-11T04:17:58.764Z | ++ pkg info brand/sparse |
236 | 2024-12-11T04:17:58.764Z | ++ grep -qi installed |
237 | 2024-12-11T04:18:10.931Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-12-11T04:18:10.931Z | installed on the system. Try querying remotely instead: |
239 | 2024-12-11T04:18:10.931Z | |
240 | 2024-12-11T04:18:10.931Z | brand/sparse |
241 | 2024-12-11T04:18:10.976Z | ++ [[ 1 != 0 ]] |
242 | 2024-12-11T04:18:10.976Z | ++ set -o errexit |
243 | 2024-12-11T04:18:10.976Z | ++ pfexec pkg install brand/sparse |
244 | 2024-12-11T04:18:18.602Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-12-11T04:18:22.546Z | Startup: Caching catalogs ... Done |
246 | 2024-12-11T04:18:32.463Z | Planning: Solver setup ... Done |
247 | 2024-12-11T04:18:32.591Z | Planning: Running solver ... Done |
248 | 2024-12-11T04:18:32.945Z | Planning: Finding local manifests ... Done |
249 | 2024-12-11T04:18:32.974Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-12-11T04:18:33.220Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-12-11T04:18:33.849Z | Planning: Package planning ... Done |
252 | 2024-12-11T04:18:33.855Z | Planning: Merging actions ... Done |
253 | 2024-12-11T04:18:34.654Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-12-11T04:18:43.545Z | Planning: Consolidating action changes ... Done |
255 | 2024-12-11T04:18:43.904Z | Planning: Evaluating mediators ... Done |
256 | 2024-12-11T04:18:44.014Z | Planning: Planning completed in 21.22 seconds |
257 | 2024-12-11T04:18:44.562Z | Packages to install: 1 |
258 | 2024-12-11T04:18:44.562Z | Packages to update: 2 |
259 | 2024-12-11T04:18:44.565Z | Create boot environment: No |
260 | 2024-12-11T04:18:44.565Z | Create backup boot environment: Yes |
261 | 2024-12-11T04:18:45.194Z | |
262 | 2024-12-11T04:18:45.194Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-12-11T04:18:48.266Z | Download: Completed 8.03 MB in 3.05 seconds (2.6M/s) |
264 | 2024-12-11T04:18:49.203Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-12-11T04:18:49.217Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-12-11T04:18:49.332Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-12-11T04:18:49.787Z | Actions: Completed 1419 actions in 0.58 seconds. |
268 | 2024-12-11T04:18:49.987Z | Done |
269 | 2024-12-11T04:18:49.989Z | Done |
270 | 2024-12-11T04:18:50.495Z | Done |
271 | 2024-12-11T04:18:57.699Z | Done |
272 | 2024-12-11T04:18:58.360Z | Done |
273 | 2024-12-11T04:18:58.363Z | Done |
274 | 2024-12-11T04:18:58.454Z | Done |
275 | 2024-12-11T04:18:58.840Z | ++ set -o errexit |
276 | 2024-12-11T04:18:58.840Z | ++ set -o pipefail |
277 | 2024-12-11T04:18:58.840Z | ++ banner build |
278 | 2024-12-11T04:18:58.843Z | |
279 | 2024-12-11T04:18:58.843Z | ##### # # # # ##### |
280 | 2024-12-11T04:18:58.843Z | # # # # # # # # |
281 | 2024-12-11T04:18:58.843Z | ##### # # # # # # |
282 | 2024-12-11T04:18:58.843Z | # # # # # # # # |
283 | 2024-12-11T04:18:58.843Z | # # # # # # # # |
284 | 2024-12-11T04:18:58.843Z | ##### #### # ###### ##### |
285 | 2024-12-11T04:18:58.843Z | |
286 | 2024-12-11T04:18:58.843Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-12-11T04:18:59.026Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-12-11T04:18:59.261Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-12-11T04:18:59.473Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-12-11T04:18:59.473Z | * [new branch] ci -> origin/ci |
291 | 2024-12-11T04:18:59.476Z | * [new branch] main -> origin/main |
292 | 2024-12-11T04:18:59.476Z | * [new ref] -> origin/HEAD |
293 | 2024-12-11T04:18:59.486Z | Updating crates.io index |
294 | 2024-12-11T04:18:59.542Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2024-12-11T04:19:00.247Z | From https://github.com/oxidecomputer/falcon |
296 | 2024-12-11T04:19:00.247Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
297 | 2024-12-11T04:19:00.353Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
298 | 2024-12-11T04:19:01.486Z | From https://github.com/oxidecomputer/dendrite |
299 | 2024-12-11T04:19:01.486Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
300 | 2024-12-11T04:19:01.543Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
301 | 2024-12-11T04:19:01.961Z | From https://github.com/oxidecomputer/ispf |
302 | 2024-12-11T04:19:01.961Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
303 | 2024-12-11T04:19:01.969Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
304 | 2024-12-11T04:19:02.406Z | From https://github.com/oxidecomputer/netadm-sys |
305 | 2024-12-11T04:19:02.406Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
306 | 2024-12-11T04:19:02.418Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
307 | 2024-12-11T04:19:06.240Z | From https://github.com/oxidecomputer/omicron |
308 | 2024-12-11T04:19:06.240Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
309 | 2024-12-11T04:19:06.269Z | * [new tag] dogfood -> dogfood |
310 | 2024-12-11T04:19:06.271Z | * [new tag] v5 -> v5 |
311 | 2024-12-11T04:19:06.271Z | * [new tag] v6 -> v6 |
312 | 2024-12-11T04:19:06.271Z | * [new tag] v7 -> v7 |
313 | 2024-12-11T04:19:06.271Z | * [new tag] v8 -> v8 |
314 | 2024-12-11T04:19:06.271Z | * [new tag] v9 -> v9 |
315 | 2024-12-11T04:19:06.625Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2024-12-11T04:19:07.527Z | From https://github.com/oxidecomputer/opte |
317 | 2024-12-11T04:19:07.527Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
318 | 2024-12-11T04:19:07.593Z | Updating git repository `https://github.com/illumos/smf-rs` |
319 | 2024-12-11T04:19:08.023Z | From https://github.com/illumos/smf-rs |
320 | 2024-12-11T04:19:08.023Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
321 | 2024-12-11T04:19:08.054Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
322 | 2024-12-11T04:19:08.576Z | From https://github.com/oxidecomputer/maghemite |
323 | 2024-12-11T04:19:08.576Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
324 | 2024-12-11T04:19:08.593Z | * [new tag] rift -> rift |
325 | 2024-12-11T04:19:08.596Z | * [new tag] srp -> srp |
326 | 2024-12-11T04:19:08.596Z | * [new tag] tie-spf -> tie-spf |
327 | 2024-12-11T04:19:08.627Z | Updating git repository `https://github.com/oxidecomputer/zone` |
328 | 2024-12-11T04:19:09.026Z | From https://github.com/oxidecomputer/zone |
329 | 2024-12-11T04:19:09.026Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
330 | 2024-12-11T04:19:09.078Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
331 | 2024-12-11T04:19:09.768Z | From https://github.com/oxidecomputer/propolis |
332 | 2024-12-11T04:19:09.768Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
333 | 2024-12-11T04:19:09.854Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
334 | 2024-12-11T04:19:10.266Z | From https://github.com/oxidecomputer/dlpi-sys |
335 | 2024-12-11T04:19:10.266Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
336 | 2024-12-11T04:19:10.304Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2024-12-11T04:19:10.714Z | From https://github.com/jmesmon/rust-libzfs |
338 | 2024-12-11T04:19:10.714Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
339 | 2024-12-11T04:19:10.728Z | * [new tag] v0.4.0 -> v0.4.0 |
340 | 2024-12-11T04:19:10.742Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2024-12-11T04:19:11.158Z | From https://github.com/oxidecomputer/rusty-doors |
342 | 2024-12-11T04:19:11.158Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
343 | 2024-12-11T04:19:11.181Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
344 | 2024-12-11T04:19:11.631Z | From https://github.com/oxidecomputer/maghemite |
345 | 2024-12-11T04:19:11.631Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
346 | 2024-12-11T04:19:11.702Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
347 | 2024-12-11T04:19:12.138Z | From https://github.com/oxidecomputer/serde_human_bytes |
348 | 2024-12-11T04:19:12.138Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
349 | 2024-12-11T04:19:12.172Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
350 | 2024-12-11T04:19:12.581Z | From https://github.com/oxidecomputer/slog-error-chain |
351 | 2024-12-11T04:19:12.581Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
352 | 2024-12-11T04:19:12.606Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
353 | 2024-12-11T04:19:13.036Z | From https://github.com/oxidecomputer/poptrie |
354 | 2024-12-11T04:19:13.036Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
355 | 2024-12-11T04:19:13.069Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
356 | 2024-12-11T04:19:13.505Z | From https://github.com/illumos/libscf-sys |
357 | 2024-12-11T04:19:13.505Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
358 | 2024-12-11T04:19:13.541Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
359 | 2024-12-11T04:19:14.496Z | From https://github.com/oxidecomputer/progenitor |
360 | 2024-12-11T04:19:14.496Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
361 | 2024-12-11T04:19:14.517Z | * [new tag] v0.1.1 -> v0.1.1 |
362 | 2024-12-11T04:19:14.520Z | * [new tag] v0.2.0 -> v0.2.0 |
363 | 2024-12-11T04:19:14.520Z | * [new tag] v0.3.0 -> v0.3.0 |
364 | 2024-12-11T04:19:14.520Z | * [new tag] v0.4.0 -> v0.4.0 |
365 | 2024-12-11T04:19:14.520Z | * [new tag] v0.5.0 -> v0.5.0 |
366 | 2024-12-11T04:19:14.520Z | * [new tag] v0.6.0 -> v0.6.0 |
367 | 2024-12-11T04:19:14.520Z | * [new tag] v0.7.0 -> v0.7.0 |
368 | 2024-12-11T04:19:14.799Z | Updating git repository `https://github.com/oxidecomputer/typify` |
369 | 2024-12-11T04:19:15.533Z | From https://github.com/oxidecomputer/typify |
370 | 2024-12-11T04:19:15.533Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
371 | 2024-12-11T04:19:15.536Z | * [new tag] v0.2.0 -> v0.2.0 |
372 | 2024-12-11T04:19:15.553Z | * [new tag] v0.0.10 -> v0.0.10 |
373 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.11 -> v0.0.11 |
374 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.12 -> v0.0.12 |
375 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.13 -> v0.0.13 |
376 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.14 -> v0.0.14 |
377 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.15 -> v0.0.15 |
378 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.16 -> v0.0.16 |
379 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.4 -> v0.0.4 |
380 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.5 -> v0.0.5 |
381 | 2024-12-11T04:19:15.555Z | * [new tag] v0.0.7 -> v0.0.7 |
382 | 2024-12-11T04:19:15.556Z | * [new tag] v0.0.8 -> v0.0.8 |
383 | 2024-12-11T04:19:15.556Z | * [new tag] v0.0.9 -> v0.0.9 |
384 | 2024-12-11T04:19:15.556Z | * [new tag] v0.1.0 -> v0.1.0 |
385 | 2024-12-11T04:19:15.711Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
386 | 2024-12-11T04:19:17.492Z | From https://github.com/oxidecomputer/crucible |
387 | 2024-12-11T04:19:17.492Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
388 | 2024-12-11T04:19:17.550Z | Updating git repository `https://github.com/oxidecomputer/opte` |
389 | 2024-12-11T04:19:17.988Z | From https://github.com/oxidecomputer/opte |
390 | 2024-12-11T04:19:17.988Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
391 | 2024-12-11T04:19:18.047Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
392 | 2024-12-11T04:19:18.694Z | From https://github.com/oxidecomputer/management-gateway-service |
393 | 2024-12-11T04:19:18.694Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
394 | 2024-12-11T04:19:19.469Z | Downloading crates ... |
395 | 2024-12-11T04:19:19.587Z | Downloaded schemars v0.8.21 |
396 | 2024-12-11T04:19:19.625Z | Downloaded ahash v0.8.11 |
397 | 2024-12-11T04:19:19.629Z | Downloaded arc-swap v1.7.1 |
398 | 2024-12-11T04:19:19.644Z | Downloaded async-stream-impl v0.3.5 |
399 | 2024-12-11T04:19:19.653Z | Downloaded allocator-api2 v0.2.18 |
400 | 2024-12-11T04:19:19.656Z | Downloaded atomic-waker v1.1.2 |
401 | 2024-12-11T04:19:19.659Z | Downloaded anstyle v1.0.10 |
402 | 2024-12-11T04:19:19.661Z | Downloaded async-stream v0.3.5 |
403 | 2024-12-11T04:19:19.661Z | Downloaded anstyle-query v1.1.1 |
404 | 2024-12-11T04:19:19.664Z | Downloaded pin-utils v0.1.0 |
405 | 2024-12-11T04:19:19.664Z | Downloaded parking_lot_core v0.9.10 |
406 | 2024-12-11T04:19:19.668Z | Downloaded paste v1.0.15 |
407 | 2024-12-11T04:19:19.670Z | Downloaded pest_derive v2.7.13 |
408 | 2024-12-11T04:19:19.673Z | Downloaded autocfg v1.3.0 |
409 | 2024-12-11T04:19:19.673Z | Downloaded aho-corasick v1.1.3 |
410 | 2024-12-11T04:19:19.680Z | Downloaded pest_meta v2.7.13 |
411 | 2024-12-11T04:19:19.683Z | Downloaded plain v0.2.3 |
412 | 2024-12-11T04:19:19.683Z | Downloaded pkg-config v0.3.31 |
413 | 2024-12-11T04:19:19.685Z | Downloaded parse-display v0.10.0 |
414 | 2024-12-11T04:19:19.685Z | Downloaded parse-display-derive v0.10.0 |
415 | 2024-12-11T04:19:19.688Z | Downloaded quote v1.0.37 |
416 | 2024-12-11T04:19:19.691Z | Downloaded base64 v0.21.7 |
417 | 2024-12-11T04:19:19.693Z | Downloaded pretty-hex v0.4.1 |
418 | 2024-12-11T04:19:19.696Z | Downloaded ppv-lite86 v0.2.20 |
419 | 2024-12-11T04:19:19.699Z | Downloaded bytes v1.7.2 |
420 | 2024-12-11T04:19:19.701Z | Downloaded pretty-hex v0.2.1 |
421 | 2024-12-11T04:19:19.705Z | Downloaded progenitor-client v0.8.0 |
422 | 2024-12-11T04:19:19.705Z | Downloaded const-random-macro v0.1.16 |
423 | 2024-12-11T04:19:19.705Z | Downloaded powerfmt v0.2.0 |
424 | 2024-12-11T04:19:19.708Z | Downloaded progenitor-macro v0.8.0 |
425 | 2024-12-11T04:19:19.708Z | Downloaded crunchy v0.2.2 |
426 | 2024-12-11T04:19:19.710Z | Downloaded crucible-workspace-hack v0.1.0 |
427 | 2024-12-11T04:19:19.710Z | Downloaded quick-error v1.2.3 |
428 | 2024-12-11T04:19:19.715Z | Downloaded proc-macro-crate v1.3.1 |
429 | 2024-12-11T04:19:19.715Z | Downloaded pest_generator v2.7.13 |
430 | 2024-12-11T04:19:19.718Z | Downloaded quinn-udp v0.5.5 |
431 | 2024-12-11T04:19:19.718Z | Downloaded cpufeatures v0.2.14 |
432 | 2024-12-11T04:19:19.718Z | Downloaded byteorder v1.5.0 |
433 | 2024-12-11T04:19:19.721Z | Downloaded colored v2.1.0 |
434 | 2024-12-11T04:19:19.721Z | Downloaded clap_lex v0.7.4 |
435 | 2024-12-11T04:19:19.723Z | Downloaded console v0.15.8 |
436 | 2024-12-11T04:19:19.726Z | Downloaded ciborium-io v0.2.2 |
437 | 2024-12-11T04:19:19.728Z | Downloaded cfg-if v1.0.0 |
438 | 2024-12-11T04:19:19.728Z | Downloaded block-buffer v0.10.4 |
439 | 2024-12-11T04:19:19.731Z | Downloaded rand_core v0.6.4 |
440 | 2024-12-11T04:19:19.731Z | Downloaded rustc_version v0.4.1 |
441 | 2024-12-11T04:19:19.734Z | Downloaded pin-project-lite v0.2.14 |
442 | 2024-12-11T04:19:19.736Z | Downloaded crc8 v0.1.1 |
443 | 2024-12-11T04:19:19.739Z | Downloaded proc-macro-crate v3.2.0 |
444 | 2024-12-11T04:19:19.739Z | Downloaded const-random v0.1.18 |
445 | 2024-12-11T04:19:19.742Z | Downloaded equivalent v1.0.1 |
446 | 2024-12-11T04:19:19.742Z | Downloaded foreign-types-shared v0.1.1 |
447 | 2024-12-11T04:19:19.745Z | Downloaded foreign-types v0.5.0 |
448 | 2024-12-11T04:19:19.745Z | Downloaded sigpipe v0.1.3 |
449 | 2024-12-11T04:19:19.745Z | Downloaded password-hash v0.5.0 |
450 | 2024-12-11T04:19:19.748Z | Downloaded scopeguard v1.2.0 |
451 | 2024-12-11T04:19:19.748Z | Downloaded rustc_version v0.1.7 |
452 | 2024-12-11T04:19:19.752Z | Downloaded rand_chacha v0.3.1 |
453 | 2024-12-11T04:19:19.752Z | Downloaded slog-bunyan v2.5.0 |
454 | 2024-12-11T04:19:19.755Z | Downloaded scroll_derive v0.12.0 |
455 | 2024-12-11T04:19:19.755Z | Downloaded crypto-common v0.1.6 |
456 | 2024-12-11T04:19:19.755Z | Downloaded serde-big-array v0.5.1 |
457 | 2024-12-11T04:19:19.755Z | Downloaded convert_case v0.4.0 |
458 | 2024-12-11T04:19:19.758Z | Downloaded clap_derive v4.5.18 |
459 | 2024-12-11T04:19:19.760Z | Downloaded serde_spanned v0.6.7 |
460 | 2024-12-11T04:19:19.760Z | Downloaded rustc-hash v2.0.0 |
461 | 2024-12-11T04:19:19.763Z | Downloaded embedded-io v0.4.0 |
462 | 2024-12-11T04:19:19.763Z | Downloaded dtrace-parser v0.2.0 |
463 | 2024-12-11T04:19:19.766Z | Downloaded schemars_derive v0.8.21 |
464 | 2024-12-11T04:19:19.766Z | Downloaded slab v0.4.9 |
465 | 2024-12-11T04:19:19.768Z | Downloaded num-conv v0.1.0 |
466 | 2024-12-11T04:19:19.770Z | Downloaded shlex v1.3.0 |
467 | 2024-12-11T04:19:19.770Z | Downloaded embedded-io v0.6.1 |
468 | 2024-12-11T04:19:19.773Z | Downloaded bitflags v1.3.2 |
469 | 2024-12-11T04:19:19.775Z | Downloaded rustversion v1.0.17 |
470 | 2024-12-11T04:19:19.778Z | Downloaded signal-hook-registry v1.4.2 |
471 | 2024-12-11T04:19:19.780Z | Downloaded serde_path_to_error v0.1.16 |
472 | 2024-12-11T04:19:19.780Z | Downloaded resolv-conf v0.7.0 |
473 | 2024-12-11T04:19:19.783Z | Downloaded fnv v1.0.7 |
474 | 2024-12-11T04:19:19.783Z | Downloaded slog-envlogger v2.2.0 |
475 | 2024-12-11T04:19:19.786Z | Downloaded futures-macro v0.3.30 |
476 | 2024-12-11T04:19:19.786Z | Downloaded slog-dtrace v0.3.0 |
477 | 2024-12-11T04:19:19.788Z | Downloaded serde_tokenstream v0.2.2 |
478 | 2024-12-11T04:19:19.791Z | Downloaded rustls-pemfile v1.0.4 |
479 | 2024-12-11T04:19:19.793Z | Downloaded errno v0.3.9 |
480 | 2024-12-11T04:19:19.793Z | Downloaded sync_wrapper v0.1.2 |
481 | 2024-12-11T04:19:19.796Z | Downloaded hubpack_derive v0.1.1 |
482 | 2024-12-11T04:19:19.796Z | Downloaded http-body v1.0.1 |
483 | 2024-12-11T04:19:19.796Z | Downloaded progenitor-impl v0.8.0 |
484 | 2024-12-11T04:19:19.799Z | Downloaded futures-core v0.3.30 |
485 | 2024-12-11T04:19:19.799Z | Downloaded form_urlencoded v1.2.1 |
486 | 2024-12-11T04:19:19.802Z | Downloaded crossbeam-epoch v0.9.18 |
487 | 2024-12-11T04:19:19.804Z | Downloaded futures-channel v0.3.30 |
488 | 2024-12-11T04:19:19.806Z | Downloaded want v0.3.1 |
489 | 2024-12-11T04:19:19.807Z | Downloaded usdt-attr-macro v0.5.0 |
490 | 2024-12-11T04:19:19.809Z | Downloaded tower-service v0.3.3 |
491 | 2024-12-11T04:19:19.809Z | Downloaded instant v0.1.13 |
492 | 2024-12-11T04:19:19.813Z | Downloaded num_threads v0.1.7 |
493 | 2024-12-11T04:19:19.813Z | Downloaded scroll v0.12.0 |
494 | 2024-12-11T04:19:19.816Z | Downloaded proc-macro-error v1.0.4 |
495 | 2024-12-11T04:19:19.818Z | Downloaded hash32 v0.3.1 |
496 | 2024-12-11T04:19:19.818Z | Downloaded sha1 v0.10.6 |
497 | 2024-12-11T04:19:19.821Z | Downloaded serde_urlencoded v0.7.1 |
498 | 2024-12-11T04:19:19.824Z | Downloaded base64ct v1.6.0 |
499 | 2024-12-11T04:19:19.824Z | Downloaded proc-macro2 v1.0.86 |
500 | 2024-12-11T04:19:19.827Z | Downloaded num_enum v0.7.3 |
501 | 2024-12-11T04:19:19.831Z | Downloaded openssl-probe v0.1.5 |
502 | 2024-12-11T04:19:19.833Z | Downloaded async-trait v0.1.83 |
503 | 2024-12-11T04:19:19.836Z | Downloaded take_mut v0.2.2 |
504 | 2024-12-11T04:19:19.839Z | Downloaded spin v0.5.2 |
505 | 2024-12-11T04:19:19.839Z | Downloaded slog-scope v4.4.0 |
506 | 2024-12-11T04:19:19.841Z | Downloaded hyper-tls v0.6.0 |
507 | 2024-12-11T04:19:19.844Z | Downloaded usdt-macro v0.5.0 |
508 | 2024-12-11T04:19:19.844Z | Downloaded hyper-tls v0.5.0 |
509 | 2024-12-11T04:19:19.844Z | Downloaded linked-hash-map v0.5.6 |
510 | 2024-12-11T04:19:19.848Z | Downloaded smf v0.2.3 |
511 | 2024-12-11T04:19:19.848Z | Downloaded linear-map v1.2.0 |
512 | 2024-12-11T04:19:19.851Z | Downloaded tokio-native-tls v0.3.1 |
513 | 2024-12-11T04:19:19.851Z | Downloaded prettyplease v0.2.22 |
514 | 2024-12-11T04:19:19.854Z | Downloaded lru-cache v0.1.2 |
515 | 2024-12-11T04:19:19.856Z | Downloaded heck v0.4.1 |
516 | 2024-12-11T04:19:19.856Z | Downloaded usdt v0.5.0 |
517 | 2024-12-11T04:19:19.859Z | Downloaded thread-id v4.2.2 |
518 | 2024-12-11T04:19:19.859Z | Downloaded rhai_codegen v2.2.0 |
519 | 2024-12-11T04:19:19.866Z | Downloaded swrite v0.1.0 |
520 | 2024-12-11T04:19:19.868Z | Downloaded sha2 v0.10.8 |
521 | 2024-12-11T04:19:19.870Z | Downloaded derive_more v0.99.18 |
522 | 2024-12-11T04:19:19.876Z | Downloaded num-derive v0.4.2 |
523 | 2024-12-11T04:19:19.879Z | Downloaded managed v0.8.0 |
524 | 2024-12-11T04:19:19.879Z | Downloaded ryu v1.0.18 |
525 | 2024-12-11T04:19:19.881Z | Downloaded tinyvec_macros v0.1.1 |
526 | 2024-12-11T04:19:19.884Z | Downloaded slog v2.7.0 |
527 | 2024-12-11T04:19:19.886Z | Downloaded time-core v0.1.2 |
528 | 2024-12-11T04:19:19.886Z | Downloaded fxhash v0.2.1 |
529 | 2024-12-11T04:19:19.886Z | Downloaded similar v2.6.0 |
530 | 2024-12-11T04:19:19.891Z | Downloaded futures v0.3.30 |
531 | 2024-12-11T04:19:19.896Z | Downloaded hex v0.4.3 |
532 | 2024-12-11T04:19:19.899Z | Downloaded macaddr v1.0.1 |
533 | 2024-12-11T04:19:19.902Z | Downloaded tiny-keccak v2.0.2 |
534 | 2024-12-11T04:19:19.902Z | Downloaded utf8parse v0.2.2 |
535 | 2024-12-11T04:19:19.904Z | Downloaded usdt-impl v0.5.0 |
536 | 2024-12-11T04:19:19.904Z | Downloaded untrusted v0.9.0 |
537 | 2024-12-11T04:19:19.907Z | Downloaded match_cfg v0.1.0 |
538 | 2024-12-11T04:19:19.907Z | Downloaded tracing-attributes v0.1.27 |
539 | 2024-12-11T04:19:19.909Z | Downloaded tokio-rustls v0.24.1 |
540 | 2024-12-11T04:19:19.912Z | Downloaded thiserror-impl v1.0.69 |
541 | 2024-12-11T04:19:19.916Z | Downloaded thiserror v1.0.69 |
542 | 2024-12-11T04:19:19.918Z | Downloaded num-iter v0.1.45 |
543 | 2024-12-11T04:19:19.920Z | Downloaded typify-macro v0.2.0 |
544 | 2024-12-11T04:19:19.920Z | Downloaded num-derive v0.3.3 |
545 | 2024-12-11T04:19:19.923Z | Downloaded smallvec v1.13.2 |
546 | 2024-12-11T04:19:19.925Z | Downloaded newline-converter v0.3.0 |
547 | 2024-12-11T04:19:19.925Z | Downloaded terminal_size v0.4.0 |
548 | 2024-12-11T04:19:19.927Z | Downloaded strum v0.26.3 |
549 | 2024-12-11T04:19:19.927Z | Downloaded waitgroup v0.1.2 |
550 | 2024-12-11T04:19:19.930Z | Downloaded humantime v2.1.0 |
551 | 2024-12-11T04:19:19.930Z | Downloaded strsim v0.11.1 |
552 | 2024-12-11T04:19:19.932Z | Downloaded hostname v0.4.0 |
553 | 2024-12-11T04:19:19.932Z | Downloaded tokio-macros v2.4.0 |
554 | 2024-12-11T04:19:19.935Z | Downloaded log v0.4.22 |
555 | 2024-12-11T04:19:19.937Z | Downloaded futures-task v0.3.30 |
556 | 2024-12-11T04:19:19.938Z | Downloaded term v0.7.0 |
557 | 2024-12-11T04:19:19.940Z | Downloaded openssl-macros v0.1.1 |
558 | 2024-12-11T04:19:19.945Z | Downloaded try-lock v0.2.5 |
559 | 2024-12-11T04:19:19.945Z | Downloaded lazy_static v1.5.0 |
560 | 2024-12-11T04:19:19.945Z | Downloaded time-macros v0.2.18 |
561 | 2024-12-11T04:19:19.948Z | Downloaded tempfile v3.12.0 |
562 | 2024-12-11T04:19:19.950Z | Downloaded mime v0.3.17 |
563 | 2024-12-11T04:19:19.950Z | Downloaded hyper-rustls v0.27.3 |
564 | 2024-12-11T04:19:19.952Z | Downloaded socket2 v0.5.8 |
565 | 2024-12-11T04:19:19.955Z | Downloaded num-complex v0.4.6 |
566 | 2024-12-11T04:19:19.957Z | Downloaded static_assertions v1.1.0 |
567 | 2024-12-11T04:19:19.957Z | Downloaded omicron-workspace-hack v0.1.0 |
568 | 2024-12-11T04:19:19.959Z | Downloaded is-terminal v0.4.13 |
569 | 2024-12-11T04:19:19.959Z | Downloaded native-tls v0.2.12 |
570 | 2024-12-11T04:19:19.962Z | Downloaded highway v1.2.0 |
571 | 2024-12-11T04:19:19.964Z | Downloaded indent_write v2.2.0 |
572 | 2024-12-11T04:19:19.964Z | Downloaded rand v0.8.5 |
573 | 2024-12-11T04:19:19.967Z | Downloaded sync_wrapper v1.0.1 |
574 | 2024-12-11T04:19:19.970Z | Downloaded memmap v0.7.0 |
575 | 2024-12-11T04:19:19.970Z | Downloaded darling_core v0.20.10 |
576 | 2024-12-11T04:19:19.974Z | Downloaded zone_cfg_derive v0.3.0 |
577 | 2024-12-11T04:19:19.976Z | Downloaded structmeta v0.3.0 |
578 | 2024-12-11T04:19:19.976Z | Downloaded num-rational v0.4.2 |
579 | 2024-12-11T04:19:19.978Z | Downloaded structmeta-derive v0.3.0 |
580 | 2024-12-11T04:19:19.981Z | Downloaded num_enum_derive v0.7.3 |
581 | 2024-12-11T04:19:19.981Z | Downloaded slog-json v2.6.1 |
582 | 2024-12-11T04:19:19.983Z | Downloaded ident_case v1.0.1 |
583 | 2024-12-11T04:19:19.983Z | Downloaded newtype_derive v0.1.6 |
584 | 2024-12-11T04:19:19.985Z | Downloaded version_check v0.9.5 |
585 | 2024-12-11T04:19:19.985Z | Downloaded getrandom v0.2.15 |
586 | 2024-12-11T04:19:19.988Z | Downloaded ipnetwork v0.20.0 |
587 | 2024-12-11T04:19:19.990Z | Downloaded strum_macros v0.25.3 |
588 | 2024-12-11T04:19:19.992Z | Downloaded num_enum_derive v0.5.11 |
589 | 2024-12-11T04:19:19.995Z | Downloaded tinyvec v1.8.0 |
590 | 2024-12-11T04:19:19.998Z | Downloaded whoami v1.5.2 |
591 | 2024-12-11T04:19:20.000Z | Downloaded thread_local v1.1.8 |
592 | 2024-12-11T04:19:20.000Z | Downloaded generic-array v0.14.7 |
593 | 2024-12-11T04:19:20.000Z | Downloaded newtype-uuid v1.1.0 |
594 | 2024-12-11T04:19:20.003Z | Downloaded openssl-sys v0.9.103 |
595 | 2024-12-11T04:19:20.006Z | Downloaded num-traits v0.2.19 |
596 | 2024-12-11T04:19:20.009Z | Downloaded typify v0.2.0 |
597 | 2024-12-11T04:19:20.011Z | Downloaded crossbeam-channel v0.5.13 |
598 | 2024-12-11T04:19:20.016Z | Downloaded toml_datetime v0.6.8 |
599 | 2024-12-11T04:19:20.018Z | Downloaded spin v0.9.8 |
600 | 2024-12-11T04:19:20.021Z | Downloaded is_terminal_polyfill v1.70.1 |
601 | 2024-12-11T04:19:20.021Z | Downloaded slog-term v2.9.1 |
602 | 2024-12-11T04:19:20.024Z | Downloaded num v0.4.3 |
603 | 2024-12-11T04:19:20.026Z | Downloaded subtle v2.6.1 |
604 | 2024-12-11T04:19:20.027Z | Downloaded smartstring v1.0.1 |
605 | 2024-12-11T04:19:20.029Z | Downloaded tabwriter v1.4.0 |
606 | 2024-12-11T04:19:20.029Z | Downloaded owo-colors v4.1.0 |
607 | 2024-12-11T04:19:20.031Z | Downloaded parking_lot v0.11.2 |
608 | 2024-12-11T04:19:20.034Z | Downloaded typenum v1.17.0 |
609 | 2024-12-11T04:19:20.036Z | Downloaded itoa v1.0.11 |
610 | 2024-12-11T04:19:20.040Z | Downloaded no-std-compat v0.4.1 |
611 | 2024-12-11T04:19:20.040Z | Downloaded tokio-rustls v0.25.0 |
612 | 2024-12-11T04:19:20.042Z | Downloaded serde v1.0.216 |
613 | 2024-12-11T04:19:20.045Z | Downloaded uuid v1.11.0 |
614 | 2024-12-11T04:19:20.048Z | Downloaded unicode-bidi v0.3.15 |
615 | 2024-12-11T04:19:20.051Z | Downloaded half v2.4.1 |
616 | 2024-12-11T04:19:20.053Z | Downloaded expectorate v1.1.0 |
617 | 2024-12-11T04:19:20.056Z | Downloaded tracing v0.1.40 |
618 | 2024-12-11T04:19:20.059Z | Downloaded heapless v0.8.0 |
619 | 2024-12-11T04:19:20.065Z | Downloaded multer v3.1.0 |
620 | 2024-12-11T04:19:20.067Z | Downloaded zerocopy v0.6.6 |
621 | 2024-12-11T04:19:20.067Z | Downloaded pest v2.7.13 |
622 | 2024-12-11T04:19:20.072Z | Downloaded toml v0.8.19 |
623 | 2024-12-11T04:19:20.075Z | Downloaded tokio-rustls v0.26.0 |
624 | 2024-12-11T04:19:20.079Z | Downloaded slog-stdlog v4.1.1 |
625 | 2024-12-11T04:19:20.081Z | Downloaded thin-vec v0.2.13 |
626 | 2024-12-11T04:19:20.081Z | Downloaded zone v0.3.0 |
627 | 2024-12-11T04:19:20.081Z | Downloaded url v2.5.2 |
628 | 2024-12-11T04:19:20.084Z | Downloaded portable-atomic v1.8.0 |
629 | 2024-12-11T04:19:20.091Z | Downloaded unicode-ident v1.0.13 |
630 | 2024-12-11T04:19:20.093Z | Downloaded parking_lot v0.12.3 |
631 | 2024-12-11T04:19:20.096Z | Downloaded ucd-trie v0.1.6 |
632 | 2024-12-11T04:19:20.099Z | Downloaded unicode-segmentation v1.12.0 |
633 | 2024-12-11T04:19:20.101Z | Downloaded unsafe-libyaml v0.2.11 |
634 | 2024-12-11T04:19:20.104Z | Downloaded steno v0.4.1 |
635 | 2024-12-11T04:19:20.108Z | Downloaded indexmap v1.9.3 |
636 | 2024-12-11T04:19:20.111Z | Downloaded iana-time-zone v0.1.61 |
637 | 2024-12-11T04:19:20.113Z | Downloaded stable_deref_trait v1.2.0 |
638 | 2024-12-11T04:19:20.116Z | Downloaded http-body v0.4.6 |
639 | 2024-12-11T04:19:20.119Z | Downloaded serde_yaml v0.9.34+deprecated |
640 | 2024-12-11T04:19:20.121Z | Downloaded quinn v0.11.5 |
641 | 2024-12-11T04:19:20.124Z | Downloaded hashbrown v0.12.3 |
642 | 2024-12-11T04:19:20.127Z | Downloaded toml_edit v0.19.15 |
643 | 2024-12-11T04:19:20.143Z | Downloaded hyper-util v0.1.10 |
644 | 2024-12-11T04:19:20.147Z | Downloaded tracing-core v0.1.32 |
645 | 2024-12-11T04:19:20.150Z | Downloaded minimal-lexical v0.2.1 |
646 | 2024-12-11T04:19:20.154Z | Downloaded http v0.2.12 |
647 | 2024-12-11T04:19:20.158Z | Downloaded reqwest v0.11.27 |
648 | 2024-12-11T04:19:20.166Z | Downloaded indexmap v2.5.0 |
649 | 2024-12-11T04:19:20.170Z | Downloaded libm v0.2.8 |
650 | 2024-12-11T04:19:20.177Z | Downloaded mio v1.0.2 |
651 | 2024-12-11T04:19:20.183Z | Downloaded http v1.2.0 |
652 | 2024-12-11T04:19:20.187Z | Downloaded itertools v0.10.5 |
653 | 2024-12-11T04:19:20.193Z | Downloaded memchr v2.7.4 |
654 | 2024-12-11T04:19:20.198Z | Downloaded rustls-webpki v0.101.7 |
655 | 2024-12-11T04:19:20.212Z | Downloaded time v0.3.36 |
656 | 2024-12-11T04:19:20.219Z | Downloaded zerocopy v0.7.35 |
657 | 2024-12-11T04:19:20.235Z | Downloaded nom v7.1.3 |
658 | 2024-12-11T04:19:20.239Z | Downloaded tokio-util v0.7.12 |
659 | 2024-12-11T04:19:20.245Z | Downloaded unicode-normalization v0.1.24 |
660 | 2024-12-11T04:19:20.249Z | Downloaded h2 v0.3.26 |
661 | 2024-12-11T04:19:20.255Z | Downloaded futures-util v0.3.30 |
662 | 2024-12-11T04:19:20.267Z | Downloaded itertools v0.12.1 |
663 | 2024-12-11T04:19:20.273Z | Downloaded hyper v1.5.1 |
664 | 2024-12-11T04:19:20.280Z | Downloaded goblin v0.8.2 |
665 | 2024-12-11T04:19:20.286Z | Downloaded itertools v0.13.0 |
666 | 2024-12-11T04:19:20.292Z | Downloaded winnow v0.6.18 |
667 | 2024-12-11T04:19:20.301Z | Downloaded winnow v0.5.40 |
668 | 2024-12-11T04:19:20.310Z | Downloaded regex v1.10.6 |
669 | 2024-12-11T04:19:20.325Z | Downloaded hyper v0.14.30 |
670 | 2024-12-11T04:19:20.332Z | Downloaded rustls-webpki v0.102.8 |
671 | 2024-12-11T04:19:20.350Z | Downloaded rustls v0.21.12 |
672 | 2024-12-11T04:19:20.360Z | Downloaded webpki-roots v0.26.6 |
673 | 2024-12-11T04:19:20.365Z | Downloaded hashbrown v0.14.5 |
674 | 2024-12-11T04:19:20.369Z | Downloaded syn v1.0.109 |
675 | 2024-12-11T04:19:20.379Z | Downloaded vcpkg v0.2.15 |
676 | 2024-12-11T04:19:20.419Z | Downloaded syn v2.0.87 |
677 | 2024-12-11T04:19:20.427Z | Downloaded webpki-roots v0.25.4 |
678 | 2024-12-11T04:19:20.430Z | Downloaded rustls v0.22.4 |
679 | 2024-12-11T04:19:20.443Z | Downloaded smoltcp v0.11.0 |
680 | 2024-12-11T04:19:20.455Z | Downloaded rhai v1.20.0 |
681 | 2024-12-11T04:19:20.467Z | Downloaded rustix v0.38.37 |
682 | 2024-12-11T04:19:20.488Z | Downloaded hickory-proto v0.24.1 |
683 | 2024-12-11T04:19:20.503Z | Downloaded regress v0.10.1 |
684 | 2024-12-11T04:19:20.511Z | Downloaded rustls v0.23.13 |
685 | 2024-12-11T04:19:20.522Z | Downloaded openapiv3 v2.0.0 |
686 | 2024-12-11T04:19:20.534Z | Downloaded regex-syntax v0.8.4 |
687 | 2024-12-11T04:19:20.542Z | Downloaded idna v0.4.0 |
688 | 2024-12-11T04:19:20.548Z | Downloaded sled v0.34.7 |
689 | 2024-12-11T04:19:20.558Z | Downloaded openssl v0.10.66 |
690 | 2024-12-11T04:19:20.567Z | Downloaded zerocopy-derive v0.6.6 |
691 | 2024-12-11T04:19:20.576Z | Downloaded typify-impl v0.2.0 |
692 | 2024-12-11T04:19:20.591Z | Downloaded unicode-width v0.1.14 |
693 | 2024-12-11T04:19:20.597Z | Downloaded idna v0.5.0 |
694 | 2024-12-11T04:19:20.604Z | Downloaded regress v0.9.1 |
695 | 2024-12-11T04:19:20.612Z | Downloaded dropshot v0.12.0 |
696 | 2024-12-11T04:19:20.631Z | Downloaded regex-automata v0.4.7 |
697 | 2024-12-11T04:19:20.647Z | Downloaded h2 v0.4.6 |
698 | 2024-12-11T04:19:20.654Z | Downloaded quinn-proto v0.11.8 |
699 | 2024-12-11T04:19:20.660Z | Downloaded petgraph v0.6.5 |
700 | 2024-12-11T04:19:20.676Z | Downloaded reqwest v0.12.9 |
701 | 2024-12-11T04:19:20.684Z | Downloaded clap_builder v4.5.23 |
702 | 2024-12-11T04:19:20.690Z | Downloaded serde_json v1.0.133 |
703 | 2024-12-11T04:19:20.697Z | Downloaded serde_with v3.9.0 |
704 | 2024-12-11T04:19:20.705Z | Downloaded toml_edit v0.22.21 |
705 | 2024-12-11T04:19:20.725Z | Downloaded chrono v0.4.38 |
706 | 2024-12-11T04:19:20.732Z | Downloaded libc v0.2.167 |
707 | 2024-12-11T04:19:20.757Z | Downloaded hickory-resolver v0.24.1 |
708 | 2024-12-11T04:19:20.760Z | Downloaded hubpack v0.1.2 |
709 | 2024-12-11T04:19:20.762Z | Downloaded strum_macros v0.26.4 |
710 | 2024-12-11T04:19:20.764Z | Downloaded tokio v1.42.0 |
711 | 2024-12-11T04:19:20.800Z | Downloaded ipnet v2.10.0 |
712 | 2024-12-11T04:19:20.803Z | Downloaded zerocopy-derive v0.7.35 |
713 | 2024-12-11T04:19:20.806Z | Downloaded serde_derive v1.0.216 |
714 | 2024-12-11T04:19:20.809Z | Downloaded num_enum v0.5.11 |
715 | 2024-12-11T04:19:20.813Z | Downloaded httparse v1.9.4 |
716 | 2024-12-11T04:19:20.815Z | Downloaded once_cell v1.20.2 |
717 | 2024-12-11T04:19:20.817Z | Downloaded hyper-rustls v0.24.2 |
718 | 2024-12-11T04:19:20.819Z | Downloaded dropshot_endpoint v0.12.0 |
719 | 2024-12-11T04:19:20.821Z | Downloaded derive-where v1.2.7 |
720 | 2024-12-11T04:19:20.825Z | Downloaded cookie v0.18.1 |
721 | 2024-12-11T04:19:20.827Z | Downloaded num-integer v0.1.46 |
722 | 2024-12-11T04:19:20.830Z | Downloaded httpdate v1.0.3 |
723 | 2024-12-11T04:19:20.830Z | Downloaded http-body-util v0.1.2 |
724 | 2024-12-11T04:19:20.833Z | Downloaded zeroize v1.8.1 |
725 | 2024-12-11T04:19:20.833Z | Downloaded crossbeam-utils v0.8.20 |
726 | 2024-12-11T04:19:20.835Z | Downloaded libsw v3.3.1 |
727 | 2024-12-11T04:19:20.838Z | Downloaded rustls-pki-types v1.8.0 |
728 | 2024-12-11T04:19:20.841Z | Downloaded hostname v0.3.1 |
729 | 2024-12-11T04:19:20.841Z | Downloaded cancel-safe-futures v0.1.5 |
730 | 2024-12-11T04:19:20.843Z | Downloaded base64 v0.22.1 |
731 | 2024-12-11T04:19:20.846Z | Downloaded lock_api v0.4.12 |
732 | 2024-12-11T04:19:20.848Z | Downloaded heck v0.5.0 |
733 | 2024-12-11T04:19:20.848Z | Downloaded slog-async v2.8.0 |
734 | 2024-12-11T04:19:20.851Z | Downloaded semver v1.0.23 |
735 | 2024-12-11T04:19:20.853Z | Downloaded futures-io v0.3.30 |
736 | 2024-12-11T04:19:20.853Z | Downloaded defmt v0.3.8 |
737 | 2024-12-11T04:19:20.855Z | Downloaded clap v4.5.23 |
738 | 2024-12-11T04:19:20.863Z | Downloaded serde_with_macros v3.9.0 |
739 | 2024-12-11T04:19:20.865Z | Downloaded rustls-pemfile v2.1.3 |
740 | 2024-12-11T04:19:20.868Z | Downloaded encoding_rs v0.8.34 |
741 | 2024-12-11T04:19:20.887Z | Downloaded serde_derive_internals v0.29.1 |
742 | 2024-12-11T04:19:20.889Z | Downloaded sct v0.7.1 |
743 | 2024-12-11T04:19:20.893Z | Downloaded darling v0.20.10 |
744 | 2024-12-11T04:19:20.895Z | Downloaded crc32fast v1.4.2 |
745 | 2024-12-11T04:19:20.897Z | Downloaded futures-executor v0.3.30 |
746 | 2024-12-11T04:19:20.900Z | Downloaded float-ord v0.3.2 |
747 | 2024-12-11T04:19:20.900Z | Downloaded data-encoding v2.6.0 |
748 | 2024-12-11T04:19:20.900Z | Downloaded postcard v1.0.10 |
749 | 2024-12-11T04:19:20.902Z | Downloaded defmt-macros v0.3.9 |
750 | 2024-12-11T04:19:20.905Z | Downloaded blake2 v0.10.6 |
751 | 2024-12-11T04:19:20.907Z | Downloaded backoff v0.4.0 |
752 | 2024-12-11T04:19:20.909Z | Downloaded fixedbitset v0.4.2 |
753 | 2024-12-11T04:19:20.909Z | Downloaded fastrand v2.1.1 |
754 | 2024-12-11T04:19:20.911Z | Downloaded dyn-clone v1.0.17 |
755 | 2024-12-11T04:19:20.911Z | Downloaded bitflags v2.6.0 |
756 | 2024-12-11T04:19:20.914Z | Downloaded serde_repr v0.1.19 |
757 | 2024-12-11T04:19:20.917Z | Downloaded semver v0.1.20 |
758 | 2024-12-11T04:19:20.919Z | Downloaded enum-as-inner v0.6.1 |
759 | 2024-12-11T04:19:20.919Z | Downloaded either v1.13.0 |
760 | 2024-12-11T04:19:20.921Z | Downloaded dof v0.3.0 |
761 | 2024-12-11T04:19:20.921Z | Downloaded dirs-sys-next v0.1.2 |
762 | 2024-12-11T04:19:20.924Z | Downloaded dirs-next v2.0.0 |
763 | 2024-12-11T04:19:20.924Z | Downloaded digest v0.10.7 |
764 | 2024-12-11T04:19:20.924Z | Downloaded deranged v0.3.11 |
765 | 2024-12-11T04:19:20.927Z | Downloaded debug-ignore v1.0.5 |
766 | 2024-12-11T04:19:20.927Z | Downloaded cobs v0.2.3 |
767 | 2024-12-11T04:19:20.930Z | Downloaded foreign-types-shared v0.3.1 |
768 | 2024-12-11T04:19:20.930Z | Downloaded foreign-types-macros v0.2.3 |
769 | 2024-12-11T04:19:20.930Z | Downloaded defmt-parser v0.3.4 |
770 | 2024-12-11T04:19:20.930Z | Downloaded cstr-argument v0.1.2 |
771 | 2024-12-11T04:19:20.930Z | Downloaded ciborium-ll v0.2.2 |
772 | 2024-12-11T04:19:20.932Z | Downloaded ciborium v0.2.2 |
773 | 2024-12-11T04:19:20.936Z | Downloaded camino-tempfile v1.1.1 |
774 | 2024-12-11T04:19:20.939Z | Downloaded camino v1.1.9 |
775 | 2024-12-11T04:19:20.939Z | Downloaded progenitor v0.8.0 |
776 | 2024-12-11T04:19:20.939Z | Downloaded proc-macro-error-attr v1.0.4 |
777 | 2024-12-11T04:19:20.939Z | Downloaded foreign-types v0.3.2 |
778 | 2024-12-11T04:19:20.941Z | Downloaded darling_macro v0.20.10 |
779 | 2024-12-11T04:19:20.941Z | Downloaded colorchoice v1.0.2 |
780 | 2024-12-11T04:19:20.942Z | Downloaded percent-encoding v2.3.1 |
781 | 2024-12-11T04:19:20.942Z | Downloaded atomicwrites v0.4.4 |
782 | 2024-12-11T04:19:20.944Z | Downloaded parking_lot_core v0.8.6 |
783 | 2024-12-11T04:19:20.944Z | Downloaded cc v1.1.21 |
784 | 2024-12-11T04:19:20.947Z | Downloaded futures-sink v0.3.30 |
785 | 2024-12-11T04:19:20.949Z | Downloaded argon2 v0.5.3 |
786 | 2024-12-11T04:19:20.949Z | Downloaded anyhow v1.0.94 |
787 | 2024-12-11T04:19:20.953Z | Downloaded anstream v0.6.15 |
788 | 2024-12-11T04:19:20.955Z | Downloaded anstyle-parse v0.2.5 |
789 | 2024-12-11T04:19:21.078Z | Downloaded ring v0.17.8 |
790 | 2024-12-11T04:19:21.414Z | Compiling proc-macro2 v1.0.86 |
791 | 2024-12-11T04:19:21.414Z | Compiling unicode-ident v1.0.13 |
792 | 2024-12-11T04:19:21.416Z | Compiling libc v0.2.167 |
793 | 2024-12-11T04:19:21.416Z | Compiling serde v1.0.216 |
794 | 2024-12-11T04:19:21.416Z | Compiling version_check v0.9.5 |
795 | 2024-12-11T04:19:21.416Z | Compiling autocfg v1.3.0 |
796 | 2024-12-11T04:19:21.449Z | Compiling cfg-if v1.0.0 |
797 | 2024-12-11T04:19:21.560Z | Compiling once_cell v1.20.2 |
798 | 2024-12-11T04:19:21.635Z | Compiling libm v0.2.8 |
799 | 2024-12-11T04:19:21.660Z | Compiling memchr v2.7.4 |
800 | 2024-12-11T04:19:22.096Z | Compiling byteorder v1.5.0 |
801 | 2024-12-11T04:19:22.151Z | Compiling lock_api v0.4.12 |
802 | 2024-12-11T04:19:22.414Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-12-11T04:19:22.700Z | Compiling shlex v1.3.0 |
804 | 2024-12-11T04:19:23.277Z | Compiling cc v1.1.21 |
805 | 2024-12-11T04:19:23.383Z | Compiling thiserror v1.0.69 |
806 | 2024-12-11T04:19:23.383Z | Compiling itoa v1.0.11 |
807 | 2024-12-11T04:19:23.668Z | Compiling portable-atomic v1.8.0 |
808 | 2024-12-11T04:19:23.768Z | Compiling slab v0.4.9 |
809 | 2024-12-11T04:19:24.069Z | Compiling schemars v0.8.21 |
810 | 2024-12-11T04:19:24.140Z | Compiling ahash v0.8.11 |
811 | 2024-12-11T04:19:24.158Z | Compiling allocator-api2 v0.2.18 |
812 | 2024-12-11T04:19:24.499Z | Compiling num-traits v0.2.19 |
813 | 2024-12-11T04:19:24.542Z | Compiling quote v1.0.37 |
814 | 2024-12-11T04:19:24.738Z | Compiling getrandom v0.2.15 |
815 | 2024-12-11T04:19:24.941Z | Compiling syn v2.0.87 |
816 | 2024-12-11T04:19:25.101Z | Compiling ryu v1.0.18 |
817 | 2024-12-11T04:19:25.254Z | Compiling serde_json v1.0.133 |
818 | 2024-12-11T04:19:25.436Z | Compiling pin-project-lite v0.2.14 |
819 | 2024-12-11T04:19:25.773Z | Compiling equivalent v1.0.1 |
820 | 2024-12-11T04:19:25.792Z | Compiling scopeguard v1.2.0 |
821 | 2024-12-11T04:19:25.882Z | Compiling log v0.4.22 |
822 | 2024-12-11T04:19:25.927Z | Compiling fnv v1.0.7 |
823 | 2024-12-11T04:19:25.988Z | Compiling heck v0.5.0 |
824 | 2024-12-11T04:19:26.314Z | Compiling vcpkg v0.2.15 |
825 | 2024-12-11T04:19:26.341Z | Compiling ring v0.17.8 |
826 | 2024-12-11T04:19:26.418Z | Compiling pkg-config v0.3.31 |
827 | 2024-12-11T04:19:26.436Z | Compiling crunchy v0.2.2 |
828 | 2024-12-11T04:19:26.949Z | Compiling signal-hook-registry v1.4.2 |
829 | 2024-12-11T04:19:27.408Z | Compiling socket2 v0.5.8 |
830 | 2024-12-11T04:19:27.605Z | Compiling mio v1.0.2 |
831 | 2024-12-11T04:19:27.877Z | Compiling slog v2.7.0 |
832 | 2024-12-11T04:19:27.917Z | Compiling httparse v1.9.4 |
833 | 2024-12-11T04:19:28.017Z | Compiling openssl-sys v0.9.103 |
834 | 2024-12-11T04:19:28.385Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-12-11T04:19:28.635Z | Compiling iana-time-zone v0.1.61 |
836 | 2024-12-11T04:19:29.037Z | Compiling futures-core v0.3.30 |
837 | 2024-12-11T04:19:29.100Z | Compiling dyn-clone v1.0.17 |
838 | 2024-12-11T04:19:29.195Z | Compiling const-random-macro v0.1.16 |
839 | 2024-12-11T04:19:29.315Z | Compiling openssl v0.10.66 |
840 | 2024-12-11T04:19:29.356Z | Compiling futures-sink v0.3.30 |
841 | 2024-12-11T04:19:29.716Z | Compiling semver v1.0.23 |
842 | 2024-12-11T04:19:29.766Z | Compiling native-tls v0.2.12 |
843 | 2024-12-11T04:19:29.937Z | Compiling rustls v0.23.13 |
844 | 2024-12-11T04:19:29.956Z | Compiling typenum v1.17.0 |
845 | 2024-12-11T04:19:30.115Z | Compiling futures-channel v0.3.30 |
846 | 2024-12-11T04:19:30.135Z | Compiling futures-task v0.3.30 |
847 | 2024-12-11T04:19:30.183Z | Compiling pin-utils v0.1.0 |
848 | 2024-12-11T04:19:30.203Z | Compiling futures-io v0.3.30 |
849 | 2024-12-11T04:19:30.244Z | Compiling generic-array v0.14.7 |
850 | 2024-12-11T04:19:30.304Z | Compiling const-random v0.1.18 |
851 | 2024-12-11T04:19:30.390Z | Compiling tracing-core v0.1.32 |
852 | 2024-12-11T04:19:30.408Z | Compiling bitflags v2.6.0 |
853 | 2024-12-11T04:19:30.493Z | Compiling ucd-trie v0.1.6 |
854 | 2024-12-11T04:19:30.535Z | Compiling subtle v2.6.1 |
855 | 2024-12-11T04:19:30.574Z | Compiling aho-corasick v1.1.3 |
856 | 2024-12-11T04:19:30.727Z | Compiling regex-syntax v0.8.4 |
857 | 2024-12-11T04:19:30.817Z | Compiling anyhow v1.0.94 |
858 | 2024-12-11T04:19:30.968Z | Compiling num-conv v0.1.0 |
859 | 2024-12-11T04:19:30.985Z | Compiling time-core v0.1.2 |
860 | 2024-12-11T04:19:31.237Z | Compiling time-macros v0.2.18 |
861 | 2024-12-11T04:19:31.826Z | Compiling spin v0.9.8 |
862 | 2024-12-11T04:19:32.090Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-12-11T04:19:32.180Z | Compiling rustls-pki-types v1.8.0 |
864 | 2024-12-11T04:19:33.317Z | Compiling usdt-impl v0.5.0 |
865 | 2024-12-11T04:19:33.701Z | Compiling untrusted v0.9.0 |
866 | 2024-12-11T04:19:33.885Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-12-11T04:19:34.051Z | Compiling regex-automata v0.4.7 |
868 | 2024-12-11T04:19:34.666Z | Compiling strsim v0.11.1 |
869 | 2024-12-11T04:19:35.277Z | Compiling tinyvec_macros v0.1.1 |
870 | 2024-12-11T04:19:35.367Z | Compiling rustversion v1.0.17 |
871 | 2024-12-11T04:19:35.653Z | Compiling atomic-waker v1.1.2 |
872 | 2024-12-11T04:19:35.824Z | Compiling plain v0.2.3 |
873 | 2024-12-11T04:19:35.990Z | Compiling tinyvec v1.8.0 |
874 | 2024-12-11T04:19:36.284Z | Compiling rand_core v0.6.4 |
875 | 2024-12-11T04:19:36.923Z | Compiling try-lock v0.2.5 |
876 | 2024-12-11T04:19:36.965Z | Compiling serde_derive v1.0.216 |
877 | 2024-12-11T04:19:36.986Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-12-11T04:19:37.089Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-12-11T04:19:37.123Z | Compiling tokio-macros v2.4.0 |
880 | 2024-12-11T04:19:37.626Z | Compiling schemars_derive v0.8.21 |
881 | 2024-12-11T04:19:38.703Z | Compiling futures-macro v0.3.30 |
882 | 2024-12-11T04:19:39.097Z | Compiling zerocopy v0.7.35 |
883 | 2024-12-11T04:19:40.778Z | Compiling openssl-macros v0.1.1 |
884 | 2024-12-11T04:19:40.807Z | Compiling futures-util v0.3.30 |
885 | 2024-12-11T04:19:41.116Z | Compiling hashbrown v0.14.5 |
886 | 2024-12-11T04:19:41.243Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-12-11T04:19:41.663Z | Compiling scroll_derive v0.12.0 |
888 | 2024-12-11T04:19:42.424Z | Compiling regress v0.10.1 |
889 | 2024-12-11T04:19:43.114Z | Compiling pest v2.7.13 |
890 | 2024-12-11T04:19:43.789Z | Compiling regex v1.10.6 |
891 | 2024-12-11T04:19:44.718Z | Compiling tracing v0.1.40 |
892 | 2024-12-11T04:19:45.350Z | Compiling scroll v0.12.0 |
893 | 2024-12-11T04:19:45.875Z | Compiling pest_meta v2.7.13 |
894 | 2024-12-11T04:19:45.953Z | Compiling goblin v0.8.2 |
895 | 2024-12-11T04:19:47.023Z | Compiling pest_generator v2.7.13 |
896 | 2024-12-11T04:19:47.420Z | Compiling unsafe-libyaml v0.2.11 |
897 | 2024-12-11T04:19:48.811Z | Compiling zeroize v1.8.1 |
898 | 2024-12-11T04:19:49.168Z | Compiling percent-encoding v2.3.1 |
899 | 2024-12-11T04:19:49.201Z | Compiling pretty-hex v0.4.1 |
900 | 2024-12-11T04:19:49.407Z | Compiling form_urlencoded v1.2.1 |
901 | 2024-12-11T04:19:49.613Z | Compiling unicode-normalization v0.1.24 |
902 | 2024-12-11T04:19:49.828Z | Compiling pest_derive v2.7.13 |
903 | 2024-12-11T04:19:49.907Z | Compiling want v0.3.1 |
904 | 2024-12-11T04:19:50.667Z | Compiling bytes v1.7.2 |
905 | 2024-12-11T04:19:50.963Z | Compiling smallvec v1.13.2 |
906 | 2024-12-11T04:19:51.513Z | Compiling indexmap v2.5.0 |
907 | 2024-12-11T04:19:52.513Z | Compiling parking_lot v0.12.3 |
908 | 2024-12-11T04:19:52.651Z | Compiling uuid v1.11.0 |
909 | 2024-12-11T04:19:52.977Z | Compiling tokio v1.42.0 |
910 | 2024-12-11T04:19:53.453Z | Compiling chrono v0.4.38 |
911 | 2024-12-11T04:19:53.926Z | Compiling serde_tokenstream v0.2.2 |
912 | 2024-12-11T04:19:54.483Z | Compiling http v1.2.0 |
913 | 2024-12-11T04:19:57.295Z | Compiling openapiv3 v2.0.0 |
914 | 2024-12-11T04:19:58.594Z | Compiling rustls-webpki v0.102.8 |
915 | 2024-12-11T04:20:01.168Z | Compiling typify-impl v0.2.0 |
916 | 2024-12-11T04:20:01.721Z | Compiling http-body v1.0.1 |
917 | 2024-12-11T04:20:02.002Z | Compiling ipnetwork v0.20.0 |
918 | 2024-12-11T04:20:02.008Z | Compiling serde_yaml v0.9.34+deprecated |
919 | 2024-12-11T04:20:02.008Z | Compiling dof v0.3.0 |
920 | 2024-12-11T04:20:02.922Z | Compiling tokio-util v0.7.12 |
921 | 2024-12-11T04:20:03.740Z | Compiling dtrace-parser v0.2.0 |
922 | 2024-12-11T04:20:04.976Z | Compiling h2 v0.4.6 |
923 | 2024-12-11T04:20:05.655Z | Compiling thread-id v4.2.2 |
924 | 2024-12-11T04:20:05.674Z | Compiling camino v1.1.9 |
925 | 2024-12-11T04:20:05.777Z | Compiling rustls v0.22.4 |
926 | 2024-12-11T04:20:05.961Z | Compiling syn v1.0.109 |
927 | 2024-12-11T04:20:06.107Z | Compiling unicode-bidi v0.3.15 |
928 | 2024-12-11T04:20:06.269Z | Compiling httpdate v1.0.3 |
929 | 2024-12-11T04:20:06.550Z | Compiling foreign-types-shared v0.1.1 |
930 | 2024-12-11T04:20:06.672Z | Compiling ident_case v1.0.1 |
931 | 2024-12-11T04:20:06.864Z | Compiling darling_core v0.20.10 |
932 | 2024-12-11T04:20:07.037Z | Compiling foreign-types v0.3.2 |
933 | 2024-12-11T04:20:07.199Z | Compiling ppv-lite86 v0.2.20 |
934 | 2024-12-11T04:20:09.121Z | Compiling slog-async v2.8.0 |
935 | 2024-12-11T04:20:09.124Z | Compiling tower-service v0.3.3 |
936 | 2024-12-11T04:20:09.759Z | Compiling rand_chacha v0.3.1 |
937 | 2024-12-11T04:20:10.210Z | Compiling hyper v1.5.1 |
938 | 2024-12-11T04:20:12.966Z | Compiling darling_macro v0.20.10 |
939 | 2024-12-11T04:20:13.064Z | Compiling typify-macro v0.2.0 |
940 | 2024-12-11T04:20:14.008Z | Compiling hyper-util v0.1.10 |
941 | 2024-12-11T04:20:17.017Z | Compiling typify v0.2.0 |
942 | 2024-12-11T04:20:17.162Z | Compiling progenitor-impl v0.8.0 |
943 | 2024-12-11T04:20:19.456Z | Compiling idna v0.5.0 |
944 | 2024-12-11T04:20:19.652Z | Compiling toml_datetime v0.6.8 |
945 | 2024-12-11T04:20:20.879Z | Compiling multer v3.1.0 |
946 | 2024-12-11T04:20:21.230Z | Compiling paste v1.0.15 |
947 | 2024-12-11T04:20:21.751Z | Compiling openssl-probe v0.1.5 |
948 | 2024-12-11T04:20:23.852Z | Compiling progenitor-macro v0.8.0 |
949 | 2024-12-11T04:20:24.071Z | Compiling url v2.5.2 |
950 | 2024-12-11T04:20:25.276Z | Compiling darling v0.20.10 |
951 | 2024-12-11T04:20:25.397Z | Compiling rand v0.8.5 |
952 | 2024-12-11T04:20:27.246Z | Compiling usdt-attr-macro v0.5.0 |
953 | 2024-12-11T04:20:28.950Z | Compiling usdt-macro v0.5.0 |
954 | 2024-12-11T04:20:29.569Z | Compiling http-body-util v0.1.2 |
955 | 2024-12-11T04:20:30.166Z | Compiling async-trait v0.1.83 |
956 | 2024-12-11T04:20:32.211Z | Compiling encoding_rs v0.8.34 |
957 | 2024-12-11T04:20:32.537Z | Compiling mime v0.3.17 |
958 | 2024-12-11T04:20:32.637Z | Compiling ipnet v2.10.0 |
959 | 2024-12-11T04:20:33.633Z | Compiling base64 v0.22.1 |
960 | 2024-12-11T04:20:34.684Z | Compiling rustls-pemfile v2.1.3 |
961 | 2024-12-11T04:20:35.422Z | Compiling tokio-rustls v0.26.0 |
962 | 2024-12-11T04:20:37.369Z | Compiling serde_with_macros v3.9.0 |
963 | 2024-12-11T04:20:38.119Z | Compiling tokio-native-tls v0.3.1 |
964 | 2024-12-11T04:20:38.417Z | Compiling strum_macros v0.26.4 |
965 | 2024-12-11T04:20:38.599Z | Compiling serde_urlencoded v0.7.1 |
966 | 2024-12-11T04:20:39.396Z | Compiling structmeta-derive v0.3.0 |
967 | 2024-12-11T04:20:40.136Z | Compiling async-stream-impl v0.3.5 |
968 | 2024-12-11T04:20:41.515Z | Compiling webpki-roots v0.26.6 |
969 | 2024-12-11T04:20:41.755Z | Compiling dropshot v0.12.0 |
970 | 2024-12-11T04:20:42.099Z | Compiling crossbeam-utils v0.8.20 |
971 | 2024-12-11T04:20:42.721Z | Compiling powerfmt v0.2.0 |
972 | 2024-12-11T04:20:43.023Z | Compiling deranged v0.3.11 |
973 | 2024-12-11T04:20:43.039Z | Compiling structmeta v0.3.0 |
974 | 2024-12-11T04:20:43.365Z | Compiling hyper-rustls v0.27.3 |
975 | 2024-12-11T04:20:43.403Z | Compiling hyper-tls v0.6.0 |
976 | 2024-12-11T04:20:44.790Z | Compiling sync_wrapper v1.0.1 |
977 | 2024-12-11T04:20:45.288Z | Compiling num_threads v0.1.7 |
978 | 2024-12-11T04:20:46.600Z | Compiling winnow v0.6.18 |
979 | 2024-12-11T04:20:47.951Z | Compiling time v0.3.36 |
980 | 2024-12-11T04:20:50.394Z | Compiling reqwest v0.12.9 |
981 | 2024-12-11T04:20:50.532Z | Compiling parse-display-derive v0.10.0 |
982 | 2024-12-11T04:20:52.717Z | Compiling block-buffer v0.10.4 |
983 | 2024-12-11T04:20:52.973Z | Compiling crypto-common v0.1.6 |
984 | 2024-12-11T04:20:53.199Z | Compiling dropshot_endpoint v0.12.0 |
985 | 2024-12-11T04:20:54.305Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
986 | 2024-12-11T04:20:57.602Z | Compiling digest v0.10.7 |
987 | 2024-12-11T04:20:57.785Z | Compiling progenitor-client v0.8.0 |
988 | 2024-12-11T04:20:58.664Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
989 | 2024-12-11T04:21:00.209Z | Compiling dirs-sys-next v0.1.2 |
990 | 2024-12-11T04:21:00.573Z | Compiling match_cfg v0.1.0 |
991 | 2024-12-11T04:21:00.680Z | Compiling rustix v0.38.37 |
992 | 2024-12-11T04:21:01.593Z | Compiling lazy_static v1.5.0 |
993 | 2024-12-11T04:21:01.865Z | Compiling hostname v0.3.1 |
994 | 2024-12-11T04:21:02.223Z | Compiling dirs-next v2.0.0 |
995 | 2024-12-11T04:21:02.490Z | Compiling progenitor v0.8.0 |
996 | 2024-12-11T04:21:04.678Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-12-11T04:21:05.259Z | Compiling futures-executor v0.3.30 |
998 | 2024-12-11T04:21:05.845Z | Compiling thread_local v1.1.8 |
999 | 2024-12-11T04:21:06.349Z | Compiling errno v0.3.9 |
1000 | 2024-12-11T04:21:06.613Z | Compiling instant v0.1.13 |
1001 | 2024-12-11T04:21:06.782Z | Compiling cpufeatures v0.2.14 |
1002 | 2024-12-11T04:21:06.895Z | Compiling unicode-width v0.1.14 |
1003 | 2024-12-11T04:21:08.676Z | Compiling futures v0.3.30 |
1004 | 2024-12-11T04:21:10.137Z | Compiling term v0.7.0 |
1005 | 2024-12-11T04:21:10.651Z | Compiling crossbeam-channel v0.5.13 |
1006 | 2024-12-11T04:21:12.562Z | Compiling serde_spanned v0.6.7 |
1007 | 2024-12-11T04:21:13.497Z | Compiling memmap v0.7.0 |
1008 | 2024-12-11T04:21:13.514Z | Compiling is-terminal v0.4.13 |
1009 | 2024-12-11T04:21:14.091Z | Compiling take_mut v0.2.2 |
1010 | 2024-12-11T04:21:14.399Z | Compiling usdt v0.5.0 |
1011 | 2024-12-11T04:21:14.522Z | Compiling slog-term v2.9.1 |
1012 | 2024-12-11T04:21:17.142Z | Compiling toml_edit v0.22.21 |
1013 | 2024-12-11T04:21:17.300Z | Compiling slog-json v2.6.1 |
1014 | 2024-12-11T04:21:17.720Z | Compiling strum v0.26.3 |
1015 | 2024-12-11T04:21:17.928Z | Compiling serde_with v3.9.0 |
1016 | 2024-12-11T04:21:19.668Z | Compiling heapless v0.8.0 |
1017 | 2024-12-11T04:21:20.332Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-12-11T04:21:22.344Z | Compiling tokio-rustls v0.25.0 |
1019 | 2024-12-11T04:21:22.573Z | Compiling toml v0.8.19 |
1020 | 2024-12-11T04:21:24.703Z | Compiling slog-bunyan v2.5.0 |
1021 | 2024-12-11T04:21:24.979Z | Compiling sha1 v0.10.6 |
1022 | 2024-12-11T04:21:25.868Z | Compiling async-stream v0.3.5 |
1023 | 2024-12-11T04:21:25.903Z | Compiling newtype-uuid v1.1.0 |
1024 | 2024-12-11T04:21:26.175Z | Compiling hex v0.4.3 |
1025 | 2024-12-11T04:21:26.240Z | Compiling serde_path_to_error v0.1.16 |
1026 | 2024-12-11T04:21:26.861Z | Compiling waitgroup v0.1.2 |
1027 | 2024-12-11T04:21:27.123Z | Compiling hostname v0.4.0 |
1028 | 2024-12-11T04:21:27.176Z | Compiling hash32 v0.3.1 |
1029 | 2024-12-11T04:21:27.406Z | Compiling smoltcp v0.11.0 |
1030 | 2024-12-11T04:21:27.480Z | Compiling stable_deref_trait v1.2.0 |
1031 | 2024-12-11T04:21:30.007Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1032 | 2024-12-11T04:21:30.199Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-12-11T04:21:30.687Z | Compiling backoff v0.4.0 |
1034 | 2024-12-11T04:21:30.786Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1035 | 2024-12-11T04:21:31.046Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1036 | 2024-12-11T04:21:31.264Z | Compiling parse-display v0.10.0 |
1037 | 2024-12-11T04:21:33.309Z | Compiling macaddr v1.0.1 |
1038 | 2024-12-11T04:21:33.943Z | Compiling regress v0.9.1 |
1039 | 2024-12-11T04:21:34.798Z | Compiling clap_derive v4.5.18 |
1040 | 2024-12-11T04:21:38.163Z | Compiling utf8parse v0.2.2 |
1041 | 2024-12-11T04:21:38.224Z | Compiling managed v0.8.0 |
1042 | 2024-12-11T04:21:38.325Z | Compiling winnow v0.5.40 |
1043 | 2024-12-11T04:21:38.733Z | Compiling bitflags v1.3.2 |
1044 | 2024-12-11T04:21:38.849Z | Compiling cobs v0.2.3 |
1045 | 2024-12-11T04:21:39.275Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-12-11T04:21:39.791Z | Compiling postcard v1.0.10 |
1047 | 2024-12-11T04:21:40.510Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-12-11T04:21:42.312Z | Compiling toml_edit v0.19.15 |
1049 | 2024-12-11T04:21:42.331Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1050 | 2024-12-11T04:21:48.318Z | Compiling anstyle v1.0.10 |
1051 | 2024-12-11T04:21:48.541Z | Compiling anstyle-query v1.1.1 |
1052 | 2024-12-11T04:21:48.720Z | Compiling is_terminal_polyfill v1.70.1 |
1053 | 2024-12-11T04:21:48.860Z | Compiling colorchoice v1.0.2 |
1054 | 2024-12-11T04:21:49.033Z | Compiling anstream v0.6.15 |
1055 | 2024-12-11T04:21:50.121Z | Compiling proc-macro-crate v1.3.1 |
1056 | 2024-12-11T04:21:50.962Z | Compiling terminal_size v0.4.0 |
1057 | 2024-12-11T04:21:51.168Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1058 | 2024-12-11T04:21:51.233Z | Compiling clap_lex v0.7.4 |
1059 | 2024-12-11T04:21:51.554Z | Compiling clap_builder v4.5.23 |
1060 | 2024-12-11T04:21:51.927Z | Compiling num_enum_derive v0.5.11 |
1061 | 2024-12-11T04:21:53.454Z | Compiling tabwriter v1.4.0 |
1062 | 2024-12-11T04:21:53.801Z | Compiling foreign-types-macros v0.2.3 |
1063 | 2024-12-11T04:21:54.074Z | Compiling num-integer v0.1.46 |
1064 | 2024-12-11T04:21:54.627Z | Compiling foreign-types-shared v0.3.1 |
1065 | 2024-12-11T04:21:54.771Z | Compiling num_enum v0.5.11 |
1066 | 2024-12-11T04:21:55.141Z | Compiling foreign-types v0.5.0 |
1067 | 2024-12-11T04:21:55.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1068 | 2024-12-11T04:21:55.765Z | Compiling clap v4.5.23 |
1069 | 2024-12-11T04:21:56.064Z | Compiling cstr-argument v0.1.2 |
1070 | 2024-12-11T04:21:56.300Z | Compiling proc-macro-error-attr v1.0.4 |
1071 | 2024-12-11T04:21:56.377Z | Compiling prettyplease v0.2.22 |
1072 | 2024-12-11T04:21:56.657Z | Compiling pretty-hex v0.2.1 |
1073 | 2024-12-11T04:21:56.833Z | Compiling heck v0.4.1 |
1074 | 2024-12-11T04:21:56.878Z | Compiling either v1.13.0 |
1075 | 2024-12-11T04:21:57.256Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1076 | 2024-12-11T04:21:57.631Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1077 | 2024-12-11T04:21:57.654Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1078 | 2024-12-11T04:21:58.912Z | Compiling num-iter v0.1.45 |
1079 | 2024-12-11T04:21:59.026Z | Compiling num-rational v0.4.2 |
1080 | 2024-12-11T04:21:59.474Z | Compiling colored v2.1.0 |
1081 | 2024-12-11T04:22:01.095Z | Compiling num-complex v0.4.6 |
1082 | 2024-12-11T04:22:01.761Z | Compiling proc-macro-error v1.0.4 |
1083 | 2024-12-11T04:22:01.893Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-12-11T04:22:02.132Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1085 | 2024-12-11T04:22:02.466Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1086 | 2024-12-11T04:22:02.533Z | Compiling fastrand v2.1.1 |
1087 | 2024-12-11T04:22:02.553Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1088 | 2024-12-11T04:22:02.720Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-12-11T04:22:03.130Z | Compiling tempfile v3.12.0 |
1090 | 2024-12-11T04:22:04.312Z | Compiling num v0.4.3 |
1091 | 2024-12-11T04:22:07.433Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1092 | 2024-12-11T04:22:07.918Z | Compiling float-ord v0.3.2 |
1093 | 2024-12-11T04:22:08.067Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-12-11T04:22:08.195Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1095 | 2024-12-11T04:22:15.271Z | Compiling unicode-segmentation v1.12.0 |
1096 | 2024-12-11T04:22:16.274Z | Compiling semver v0.1.20 |
1097 | 2024-12-11T04:22:16.504Z | Compiling newline-converter v0.3.0 |
1098 | 2024-12-11T04:22:16.853Z | Compiling rustc_version v0.1.7 |
1099 | 2024-12-11T04:22:16.980Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-12-11T04:22:17.155Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1101 | 2024-12-11T04:22:17.369Z | Compiling camino-tempfile v1.1.1 |
1102 | 2024-12-11T04:22:17.919Z | Compiling itertools v0.10.5 |
1103 | 2024-12-11T04:22:18.175Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1104 | 2024-12-11T04:22:18.484Z | Compiling console v0.15.8 |
1105 | 2024-12-11T04:22:18.634Z | Compiling num-derive v0.4.2 |
1106 | 2024-12-11T04:22:20.076Z | Compiling sigpipe v0.1.3 |
1107 | 2024-12-11T04:22:20.398Z | Compiling base64ct v1.6.0 |
1108 | 2024-12-11T04:22:20.987Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1109 | 2024-12-11T04:22:21.096Z | Compiling similar v2.6.0 |
1110 | 2024-12-11T04:22:21.262Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1111 | 2024-12-11T04:22:21.368Z | Compiling zone v0.3.0 |
1112 | 2024-12-11T04:22:21.387Z | Compiling password-hash v0.5.0 |
1113 | 2024-12-11T04:22:22.794Z | Compiling expectorate v1.1.0 |
1114 | 2024-12-11T04:22:23.118Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1115 | 2024-12-11T04:22:23.635Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-12-11T04:22:24.006Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1117 | 2024-12-11T04:22:24.704Z | Compiling newtype_derive v0.1.6 |
1118 | 2024-12-11T04:22:25.111Z | Compiling blake2 v0.10.6 |
1119 | 2024-12-11T04:22:26.305Z | Compiling hubpack_derive v0.1.1 |
1120 | 2024-12-11T04:22:26.392Z | Compiling smf v0.2.3 |
1121 | 2024-12-11T04:22:27.235Z | Compiling zerocopy-derive v0.6.6 |
1122 | 2024-12-11T04:22:27.238Z | Compiling cancel-safe-futures v0.1.5 |
1123 | 2024-12-11T04:22:27.284Z | Compiling whoami v1.5.2 |
1124 | 2024-12-11T04:22:27.346Z | Compiling fixedbitset v0.4.2 |
1125 | 2024-12-11T04:22:27.637Z | Compiling owo-colors v4.1.0 |
1126 | 2024-12-11T04:22:28.069Z | Compiling petgraph v0.6.5 |
1127 | 2024-12-11T04:22:28.928Z | Compiling hubpack v0.1.2 |
1128 | 2024-12-11T04:22:29.282Z | Compiling zerocopy v0.6.6 |
1129 | 2024-12-11T04:22:29.432Z | Compiling argon2 v0.5.3 |
1130 | 2024-12-11T04:22:30.296Z | Compiling strum_macros v0.25.3 |
1131 | 2024-12-11T04:22:31.869Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1132 | 2024-12-11T04:22:32.231Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-12-11T04:22:32.506Z | Compiling serde_repr v0.1.19 |
1134 | 2024-12-11T04:22:32.646Z | Compiling cookie v0.18.1 |
1135 | 2024-12-11T04:22:33.006Z | Compiling static_assertions v1.1.0 |
1136 | 2024-12-11T04:22:33.118Z | Compiling convert_case v0.4.0 |
1137 | 2024-12-11T04:22:33.746Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1138 | 2024-12-11T04:22:33.886Z | Compiling derive_more v0.99.18 |
1139 | 2024-12-11T04:22:34.003Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1140 | 2024-12-11T04:22:35.113Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-12-11T04:22:35.222Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-12-11T04:22:36.363Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-12-11T04:22:38.984Z | Compiling atomicwrites v0.4.4 |
1144 | 2024-12-11T04:22:39.503Z | Compiling itertools v0.13.0 |
1145 | 2024-12-11T04:22:40.660Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1146 | 2024-12-11T04:22:40.986Z | Compiling idna v0.4.0 |
1147 | 2024-12-11T04:22:41.865Z | Compiling libsw v3.3.1 |
1148 | 2024-12-11T04:22:42.208Z | Compiling derive-where v1.2.7 |
1149 | 2024-12-11T04:22:42.682Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-12-11T04:22:43.016Z | Compiling swrite v0.1.0 |
1151 | 2024-12-11T04:22:43.160Z | Compiling quick-error v1.2.3 |
1152 | 2024-12-11T04:22:43.318Z | Compiling linear-map v1.2.0 |
1153 | 2024-12-11T04:22:43.383Z | Compiling highway v1.2.0 |
1154 | 2024-12-11T04:22:43.758Z | Compiling linked-hash-map v0.5.6 |
1155 | 2024-12-11T04:22:43.879Z | Compiling indent_write v2.2.0 |
1156 | 2024-12-11T04:22:44.127Z | Compiling data-encoding v2.6.0 |
1157 | 2024-12-11T04:22:44.198Z | Compiling lru-cache v0.1.2 |
1158 | 2024-12-11T04:22:44.435Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-12-11T04:22:44.665Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-12-11T04:22:44.762Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-12-11T04:22:45.544Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-12-11T04:22:46.199Z | Compiling hickory-proto v0.24.1 |
1163 | 2024-12-11T04:22:48.068Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-12-11T04:22:48.474Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-12-11T04:22:50.802Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-12-11T04:22:51.139Z | Compiling steno v0.4.1 |
1167 | 2024-12-11T04:22:53.658Z | Compiling slog-dtrace v0.3.0 |
1168 | 2024-12-11T04:22:54.034Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1169 | 2024-12-11T04:22:55.357Z | Compiling parking_lot_core v0.8.6 |
1170 | 2024-12-11T04:22:55.383Z | Compiling humantime v2.1.0 |
1171 | 2024-12-11T04:22:55.383Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1172 | 2024-12-11T04:22:55.383Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-12-11T04:22:55.387Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1174 | 2024-12-11T04:22:55.935Z | Compiling hickory-resolver v0.24.1 |
1175 | 2024-12-11T04:22:58.257Z | Compiling num-derive v0.3.3 |
1176 | 2024-12-11T04:22:58.360Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1177 | 2024-12-11T04:22:59.287Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1178 | 2024-12-11T04:22:59.573Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1179 | 2024-12-11T04:23:00.793Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1180 | 2024-12-11T04:23:01.225Z | Compiling parking_lot v0.11.2 |
1181 | 2024-12-11T04:23:01.539Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1182 | 2024-12-11T04:23:03.039Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-12-11T04:23:03.209Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1184 | 2024-12-11T04:23:05.885Z | Compiling crossbeam-epoch v0.9.18 |
1185 | 2024-12-11T04:23:06.690Z | Compiling fxhash v0.2.1 |
1186 | 2024-12-11T04:23:06.932Z | Compiling crc32fast v1.4.2 |
1187 | 2024-12-11T04:23:07.057Z | Compiling crc8 v0.1.1 |
1188 | 2024-12-11T04:23:07.359Z | Compiling arc-swap v1.7.1 |
1189 | 2024-12-11T04:23:07.477Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1190 | 2024-12-11T04:23:08.025Z | Compiling slog-scope v4.4.0 |
1191 | 2024-12-11T04:23:08.788Z | Compiling sled v0.34.7 |
1192 | 2024-12-11T04:23:10.861Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1193 | 2024-12-11T04:23:13.529Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1194 | 2024-12-11T04:23:14.061Z | Compiling slog-stdlog v4.1.1 |
1195 | 2024-12-11T04:23:14.670Z | Compiling slog-envlogger v2.2.0 |
1196 | 2024-12-11T04:23:14.870Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1197 | 2024-12-11T04:23:16.131Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1198 | 2024-12-11T04:23:28.315Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1199 | 2024-12-11T04:23:31.868Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1200 | 2024-12-11T04:23:32.929Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1201 | 2024-12-11T04:24:03.083Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1202 | 2024-12-11T04:24:03.083Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1203 | 2024-12-11T04:24:10.254Z | Finished `release` profile [optimized] target(s) in 5m 09s |
1204 | 2024-12-11T04:24:10.565Z | + banner trio |
1205 | 2024-12-11T04:24:10.567Z | |
1206 | 2024-12-11T04:24:10.567Z | ##### ##### # #### |
1207 | 2024-12-11T04:24:10.567Z | # # # # # # |
1208 | 2024-12-11T04:24:10.567Z | # # # # # # |
1209 | 2024-12-11T04:24:10.567Z | # ##### # # # |
1210 | 2024-12-11T04:24:10.567Z | # # # # # # |
1211 | 2024-12-11T04:24:10.567Z | # # # # #### |
1212 | 2024-12-11T04:24:10.568Z | |
1213 | 2024-12-11T04:24:10.568Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1214 | 2024-12-11T04:24:11.058Z | Compiling cfg-if v1.0.0 |
1215 | 2024-12-11T04:24:11.058Z | Compiling libc v0.2.167 |
1216 | 2024-12-11T04:24:11.059Z | Compiling serde v1.0.216 |
1217 | 2024-12-11T04:24:11.059Z | Compiling once_cell v1.20.2 |
1218 | 2024-12-11T04:24:11.062Z | Compiling itoa v1.0.11 |
1219 | 2024-12-11T04:24:11.062Z | Compiling byteorder v1.5.0 |
1220 | 2024-12-11T04:24:11.128Z | Compiling syn v2.0.87 |
1221 | 2024-12-11T04:24:11.133Z | Compiling bytes v1.7.2 |
1222 | 2024-12-11T04:24:11.185Z | Compiling num-traits v0.2.19 |
1223 | 2024-12-11T04:24:11.327Z | Compiling zerocopy v0.7.35 |
1224 | 2024-12-11T04:24:11.510Z | Compiling pin-project-lite v0.2.14 |
1225 | 2024-12-11T04:24:11.533Z | Compiling ahash v0.8.11 |
1226 | 2024-12-11T04:24:11.548Z | Compiling scopeguard v1.2.0 |
1227 | 2024-12-11T04:24:11.570Z | Compiling smallvec v1.13.2 |
1228 | 2024-12-11T04:24:11.621Z | Compiling memchr v2.7.4 |
1229 | 2024-12-11T04:24:11.706Z | Compiling allocator-api2 v0.2.18 |
1230 | 2024-12-11T04:24:11.727Z | Compiling schemars v0.8.21 |
1231 | 2024-12-11T04:24:12.035Z | Compiling lock_api v0.4.12 |
1232 | 2024-12-11T04:24:12.504Z | Compiling hashbrown v0.14.5 |
1233 | 2024-12-11T04:24:12.519Z | Compiling fnv v1.0.7 |
1234 | 2024-12-11T04:24:12.529Z | Compiling log v0.4.22 |
1235 | 2024-12-11T04:24:12.654Z | Compiling getrandom v0.2.15 |
1236 | 2024-12-11T04:24:12.663Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-12-11T04:24:13.008Z | Compiling parking_lot v0.12.3 |
1238 | 2024-12-11T04:24:13.044Z | Compiling mio v1.0.2 |
1239 | 2024-12-11T04:24:13.447Z | Compiling signal-hook-registry v1.4.2 |
1240 | 2024-12-11T04:24:13.461Z | Compiling socket2 v0.5.8 |
1241 | 2024-12-11T04:24:13.842Z | Compiling futures-core v0.3.30 |
1242 | 2024-12-11T04:24:14.212Z | Compiling equivalent v1.0.1 |
1243 | 2024-12-11T04:24:14.288Z | Compiling ryu v1.0.18 |
1244 | 2024-12-11T04:24:14.559Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-11T04:24:14.816Z | Compiling serde_json v1.0.133 |
1246 | 2024-12-11T04:24:14.850Z | Compiling uuid v1.11.0 |
1247 | 2024-12-11T04:24:14.861Z | Compiling regress v0.10.1 |
1248 | 2024-12-11T04:24:14.904Z | Compiling untrusted v0.9.0 |
1249 | 2024-12-11T04:24:14.913Z | Compiling pin-utils v0.1.0 |
1250 | 2024-12-11T04:24:15.002Z | Compiling futures-task v0.3.30 |
1251 | 2024-12-11T04:24:15.068Z | Compiling spin v0.9.8 |
1252 | 2024-12-11T04:24:15.176Z | Compiling futures-sink v0.3.30 |
1253 | 2024-12-11T04:24:15.240Z | Compiling ring v0.17.8 |
1254 | 2024-12-11T04:24:15.319Z | Compiling futures-util v0.3.30 |
1255 | 2024-12-11T04:24:15.342Z | Compiling slab v0.4.9 |
1256 | 2024-12-11T04:24:15.882Z | Compiling chrono v0.4.38 |
1257 | 2024-12-11T04:24:15.892Z | Compiling try-lock v0.2.5 |
1258 | 2024-12-11T04:24:16.037Z | Compiling want v0.3.1 |
1259 | 2024-12-11T04:24:16.741Z | Compiling httparse v1.9.4 |
1260 | 2024-12-11T04:24:17.645Z | Compiling serde_derive_internals v0.29.1 |
1261 | 2024-12-11T04:24:17.768Z | Compiling futures-channel v0.3.30 |
1262 | 2024-12-11T04:24:18.180Z | Compiling foreign-types-shared v0.1.1 |
1263 | 2024-12-11T04:24:18.279Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-12-11T04:24:18.358Z | Compiling tower-service v0.3.3 |
1265 | 2024-12-11T04:24:18.477Z | Compiling foreign-types v0.3.2 |
1266 | 2024-12-11T04:24:18.485Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-12-11T04:24:18.558Z | Compiling bitflags v2.6.0 |
1268 | 2024-12-11T04:24:18.907Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-12-11T04:24:19.043Z | Compiling proc-macro2 v1.0.86 |
1270 | 2024-12-11T04:24:19.092Z | Compiling http v1.2.0 |
1271 | 2024-12-11T04:24:19.631Z | Compiling tinyvec_macros v0.1.1 |
1272 | 2024-12-11T04:24:19.712Z | Compiling semver v1.0.23 |
1273 | 2024-12-11T04:24:19.723Z | Compiling openssl-probe v0.1.5 |
1274 | 2024-12-11T04:24:20.192Z | Compiling quote v1.0.37 |
1275 | 2024-12-11T04:24:20.257Z | Compiling tinyvec v1.8.0 |
1276 | 2024-12-11T04:24:21.887Z | Compiling percent-encoding v2.3.1 |
1277 | 2024-12-11T04:24:22.093Z | Compiling form_urlencoded v1.2.1 |
1278 | 2024-12-11T04:24:22.310Z | Compiling unicode-normalization v0.1.24 |
1279 | 2024-12-11T04:24:22.488Z | Compiling serde_derive v1.0.216 |
1280 | 2024-12-11T04:24:22.549Z | Compiling zerocopy-derive v0.7.35 |
1281 | 2024-12-11T04:24:22.565Z | Compiling thiserror-impl v1.0.69 |
1282 | 2024-12-11T04:24:23.609Z | Compiling schemars_derive v0.8.21 |
1283 | 2024-12-11T04:24:23.656Z | Compiling tokio-macros v2.4.0 |
1284 | 2024-12-11T04:24:23.847Z | Compiling tracing-attributes v0.1.27 |
1285 | 2024-12-11T04:24:24.108Z | Compiling openssl-macros v0.1.1 |
1286 | 2024-12-11T04:24:24.944Z | Compiling openssl v0.10.66 |
1287 | 2024-12-11T04:24:25.227Z | Compiling tokio v1.42.0 |
1288 | 2024-12-11T04:24:25.537Z | Compiling thiserror v1.0.69 |
1289 | 2024-12-11T04:24:25.845Z | Compiling aho-corasick v1.1.3 |
1290 | 2024-12-11T04:24:26.634Z | Compiling http v0.2.12 |
1291 | 2024-12-11T04:24:27.189Z | Compiling tracing v0.1.40 |
1292 | 2024-12-11T04:24:27.869Z | Compiling unicode-bidi v0.3.15 |
1293 | 2024-12-11T04:24:30.863Z | Compiling heck v0.5.0 |
1294 | 2024-12-11T04:24:32.182Z | Compiling native-tls v0.2.12 |
1295 | 2024-12-11T04:24:32.532Z | Compiling rustls-pki-types v1.8.0 |
1296 | 2024-12-11T04:24:33.294Z | Compiling regex-automata v0.4.7 |
1297 | 2024-12-11T04:24:33.812Z | Compiling idna v0.5.0 |
1298 | 2024-12-11T04:24:36.496Z | Compiling indexmap v2.5.0 |
1299 | 2024-12-11T04:24:39.383Z | Compiling tokio-util v0.7.12 |
1300 | 2024-12-11T04:24:39.498Z | Compiling serde_tokenstream v0.2.2 |
1301 | 2024-12-11T04:24:40.068Z | Compiling tokio-native-tls v0.3.1 |
1302 | 2024-12-11T04:24:40.369Z | Compiling http-body v1.0.1 |
1303 | 2024-12-11T04:24:41.094Z | Compiling slog v2.7.0 |
1304 | 2024-12-11T04:24:41.619Z | Compiling regex-syntax v0.8.4 |
1305 | 2024-12-11T04:24:41.634Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-12-11T04:24:41.824Z | Compiling h2 v0.4.6 |
1307 | 2024-12-11T04:24:42.404Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1308 | 2024-12-11T04:24:43.583Z | Compiling typify-impl v0.2.0 |
1309 | 2024-12-11T04:24:54.283Z | Compiling openapiv3 v2.0.0 |
1310 | 2024-12-11T04:24:55.430Z | Compiling regex v1.10.6 |
1311 | 2024-12-11T04:24:55.706Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-12-11T04:24:56.323Z | Compiling url v2.5.2 |
1313 | 2024-12-11T04:24:56.440Z | Compiling encoding_rs v0.8.34 |
1314 | 2024-12-11T04:24:57.290Z | Compiling ipnet v2.10.0 |
1315 | 2024-12-11T04:24:58.715Z | Compiling mime v0.3.17 |
1316 | 2024-12-11T04:24:59.209Z | Compiling rustls v0.21.12 |
1317 | 2024-12-11T04:24:59.810Z | Compiling typify-macro v0.2.0 |
1318 | 2024-12-11T04:25:00.356Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1319 | 2024-12-11T04:25:01.712Z | Compiling hyper v1.5.1 |
1320 | 2024-12-11T04:25:02.860Z | Compiling h2 v0.3.26 |
1321 | 2024-12-11T04:25:03.215Z | Compiling rustls-webpki v0.102.8 |
1322 | 2024-12-11T04:25:03.616Z | Compiling http-body v0.4.6 |
1323 | 2024-12-11T04:25:04.087Z | Compiling sct v0.7.1 |
1324 | 2024-12-11T04:25:04.148Z | Compiling rustls-webpki v0.101.7 |
1325 | 2024-12-11T04:25:04.543Z | Compiling subtle v2.6.1 |
1326 | 2024-12-11T04:25:04.821Z | Compiling toml_datetime v0.6.8 |
1327 | 2024-12-11T04:25:05.215Z | Compiling httpdate v1.0.3 |
1328 | 2024-12-11T04:25:05.952Z | Compiling zeroize v1.8.1 |
1329 | 2024-12-11T04:25:06.338Z | Compiling rustls v0.23.13 |
1330 | 2024-12-11T04:25:07.102Z | Compiling serde_yaml v0.9.34+deprecated |
1331 | 2024-12-11T04:25:07.846Z | Compiling toml_edit v0.19.15 |
1332 | 2024-12-11T04:25:08.184Z | Compiling hyper v0.14.30 |
1333 | 2024-12-11T04:25:12.010Z | Compiling hyper-util v0.1.10 |
1334 | 2024-12-11T04:25:17.967Z | Compiling lazy_static v1.5.0 |
1335 | 2024-12-11T04:25:18.106Z | Compiling tokio-rustls v0.24.1 |
1336 | 2024-12-11T04:25:18.480Z | Compiling tokio-rustls v0.26.0 |
1337 | 2024-12-11T04:25:18.537Z | Compiling proc-macro-crate v1.3.1 |
1338 | 2024-12-11T04:25:18.962Z | Compiling http-body-util v0.1.2 |
1339 | 2024-12-11T04:25:19.369Z | Compiling webpki-roots v0.26.6 |
1340 | 2024-12-11T04:25:19.552Z | Compiling base64 v0.22.1 |
1341 | 2024-12-11T04:25:19.590Z | Compiling base64 v0.21.7 |
1342 | 2024-12-11T04:25:20.549Z | Compiling crossbeam-utils v0.8.20 |
1343 | 2024-12-11T04:25:20.565Z | Compiling rustls-pemfile v1.0.4 |
1344 | 2024-12-11T04:25:20.640Z | Compiling rustls-pemfile v2.1.3 |
1345 | 2024-12-11T04:25:20.732Z | Compiling hyper-rustls v0.27.3 |
1346 | 2024-12-11T04:25:21.231Z | Compiling hyper-tls v0.6.0 |
1347 | 2024-12-11T04:25:21.369Z | Compiling num_enum_derive v0.5.11 |
1348 | 2024-12-11T04:25:21.435Z | Compiling hyper-rustls v0.24.2 |
1349 | 2024-12-11T04:25:21.747Z | Compiling hyper-tls v0.5.0 |
1350 | 2024-12-11T04:25:21.885Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1351 | 2024-12-11T04:25:22.023Z | Compiling typify v0.2.0 |
1352 | 2024-12-11T04:25:22.471Z | Compiling ipnetwork v0.20.0 |
1353 | 2024-12-11T04:25:23.459Z | Compiling ppv-lite86 v0.2.20 |
1354 | 2024-12-11T04:25:23.705Z | Compiling foreign-types-macros v0.2.3 |
1355 | 2024-12-11T04:25:24.420Z | Compiling sync_wrapper v1.0.1 |
1356 | 2024-12-11T04:25:24.577Z | Compiling rand_core v0.6.4 |
1357 | 2024-12-11T04:25:24.749Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-11T04:25:25.018Z | Compiling webpki-roots v0.25.4 |
1359 | 2024-12-11T04:25:25.064Z | Compiling sync_wrapper v0.1.2 |
1360 | 2024-12-11T04:25:25.183Z | Compiling powerfmt v0.2.0 |
1361 | 2024-12-11T04:25:25.196Z | Compiling foreign-types-shared v0.3.1 |
1362 | 2024-12-11T04:25:25.309Z | Compiling foreign-types v0.5.0 |
1363 | 2024-12-11T04:25:25.418Z | Compiling time-macros v0.2.18 |
1364 | 2024-12-11T04:25:25.540Z | Compiling deranged v0.3.11 |
1365 | 2024-12-11T04:25:25.808Z | Compiling reqwest v0.11.27 |
1366 | 2024-12-11T04:25:25.857Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-11T04:25:26.136Z | Compiling rand_chacha v0.3.1 |
1368 | 2024-12-11T04:25:27.867Z | Compiling progenitor-impl v0.8.0 |
1369 | 2024-12-11T04:25:27.968Z | Compiling reqwest v0.12.9 |
1370 | 2024-12-11T04:25:28.381Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1371 | 2024-12-11T04:25:34.556Z | Compiling num_enum v0.5.11 |
1372 | 2024-12-11T04:25:34.726Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-12-11T04:25:35.054Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1374 | 2024-12-11T04:25:36.993Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1375 | 2024-12-11T04:25:37.176Z | Compiling cstr-argument v0.1.2 |
1376 | 2024-12-11T04:25:37.424Z | Compiling thread_local v1.1.8 |
1377 | 2024-12-11T04:25:38.157Z | Compiling either v1.13.0 |
1378 | 2024-12-11T04:25:38.628Z | Compiling time-core v0.1.2 |
1379 | 2024-12-11T04:25:38.819Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-12-11T04:25:39.040Z | Compiling arc-swap v1.7.1 |
1381 | 2024-12-11T04:25:39.268Z | Compiling num-conv v0.1.0 |
1382 | 2024-12-11T04:25:39.542Z | Compiling time v0.3.36 |
1383 | 2024-12-11T04:25:39.578Z | Compiling slog-scope v4.4.0 |
1384 | 2024-12-11T04:25:39.730Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1385 | 2024-12-11T04:25:40.111Z | Compiling itertools v0.12.1 |
1386 | 2024-12-11T04:25:40.492Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-12-11T04:25:41.985Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1388 | 2024-12-11T04:25:42.865Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1389 | 2024-12-11T04:25:43.047Z | Compiling crossbeam-channel v0.5.13 |
1390 | 2024-12-11T04:25:43.914Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1391 | 2024-12-11T04:25:44.707Z | Compiling progenitor-macro v0.8.0 |
1392 | 2024-12-11T04:25:48.623Z | Compiling progenitor-client v0.8.0 |
1393 | 2024-12-11T04:25:49.549Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1394 | 2024-12-11T04:25:51.235Z | Compiling rand v0.8.5 |
1395 | 2024-12-11T04:25:51.515Z | Compiling term v0.7.0 |
1396 | 2024-12-11T04:25:53.144Z | Compiling anyhow v1.0.94 |
1397 | 2024-12-11T04:25:57.048Z | Compiling colored v2.1.0 |
1398 | 2024-12-11T04:25:57.781Z | Compiling is-terminal v0.4.13 |
1399 | 2024-12-11T04:25:57.902Z | Compiling winnow v0.6.18 |
1400 | 2024-12-11T04:25:58.276Z | Compiling take_mut v0.2.2 |
1401 | 2024-12-11T04:25:58.446Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1402 | 2024-12-11T04:25:58.798Z | Compiling slog-async v2.8.0 |
1403 | 2024-12-11T04:26:01.864Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1404 | 2024-12-11T04:26:02.336Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1405 | 2024-12-11T04:26:02.558Z | Compiling slog-term v2.9.1 |
1406 | 2024-12-11T04:26:05.350Z | Compiling progenitor v0.8.0 |
1407 | 2024-12-11T04:26:05.572Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1408 | 2024-12-11T04:26:09.301Z | Compiling slog-stdlog v4.1.1 |
1409 | 2024-12-11T04:26:10.159Z | Compiling slog-envlogger v2.2.0 |
1410 | 2024-12-11T04:26:11.018Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1411 | 2024-12-11T04:26:12.084Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1412 | 2024-12-11T04:26:27.213Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1413 | 2024-12-11T04:26:34.631Z | Finished `release` profile [optimized] target(s) in 2m 22s |
1414 | 2024-12-11T04:26:34.713Z | Running unittests src/lib.rs (target/release/deps/mg_tests-268f8bef386ab153) |
1415 | 2024-12-11T04:26:34.760Z | |
1416 | 2024-12-11T04:26:34.760Z | running 1 test |
1417 | 2024-12-11T04:26:35.018Z | configure zone |
1418 | 2024-12-11T04:26:35.171Z | install zone |
1419 | 2024-12-11T04:27:35.184Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1420 | 2024-12-11T04:28:38.278Z | boot zone |
1421 | 2024-12-11T04:28:39.055Z | start zone s1 |
1422 | 2024-12-11T04:28:39.055Z | configure zone |
1423 | 2024-12-11T04:28:39.063Z | install zone |
1424 | 2024-12-11T04:30:32.555Z | boot zone |
1425 | 2024-12-11T04:30:32.563Z | start zone s2 |
1426 | 2024-12-11T04:30:32.563Z | configure zone |
1427 | 2024-12-11T04:30:32.563Z | install zone |
1428 | 2024-12-11T04:32:26.429Z | boot zone |
1429 | 2024-12-11T04:32:27.161Z | start zone t1 |
1430 | 2024-12-11T04:32:27.161Z | configure zone |
1431 | 2024-12-11T04:32:27.170Z | install zone |
1432 | 2024-12-11T04:34:21.399Z | boot zone |
1433 | 2024-12-11T04:34:22.197Z | waiting for zones to come up |
1434 | 2024-12-11T04:34:32.268Z | [sidecar.trio] svcs milestone/network |
1435 | 2024-12-11T04:34:32.420Z | STATE STIME FMRI |
1436 | 2024-12-11T04:34:32.420Z | online 20:28:55 svc:/milestone/network:default |
1437 | 2024-12-11T04:34:32.420Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1438 | 2024-12-11T04:34:32.467Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-12-11T04:34:32.517Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-12-11T04:34:32.559Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1441 | 2024-12-11T04:34:32.563Z | [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:32.583Z | |
1443 | 2024-12-11T04:34:32.583Z | running zone s1.trio setup |
1444 | 2024-12-11T04:34:32.583Z | [s1.trio] svcs milestone/network |
1445 | 2024-12-11T04:34:32.605Z | STATE STIME FMRI |
1446 | 2024-12-11T04:34:32.605Z | online 20:30:49 svc:/milestone/network:default |
1447 | 2024-12-11T04:34:32.605Z | [s1.trio] dladm |
1448 | 2024-12-11T04:34:32.625Z | LINK CLASS MTU STATE BRIDGE OVER |
1449 | 2024-12-11T04:34:32.625Z | sl0 simnet 9000 up -- ? |
1450 | 2024-12-11T04:34:32.625Z | mg2 vnic 9000 up -- ? |
1451 | 2024-12-11T04:34:32.625Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1452 | 2024-12-11T04:34:33.157Z | |
1453 | 2024-12-11T04:34:33.158Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1454 | 2024-12-11T04:34:33.181Z | |
1455 | 2024-12-11T04:34:33.181Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1456 | 2024-12-11T04:34:33.201Z | |
1457 | 2024-12-11T04:34:33.201Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1458 | 2024-12-11T04:34:33.289Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1459 | 2024-12-11T04:34:33.331Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1460 | 2024-12-11T04:34:33.423Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1461 | 2024-12-11T04:34:33.468Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1462 | 2024-12-11T04:34:33.488Z | |
1463 | 2024-12-11T04:34:33.488Z | running zone s2.trio setup |
1464 | 2024-12-11T04:34:33.488Z | [s2.trio] svcs milestone/network |
1465 | 2024-12-11T04:34:33.512Z | STATE STIME FMRI |
1466 | 2024-12-11T04:34:33.512Z | online 20:32:43 svc:/milestone/network:default |
1467 | 2024-12-11T04:34:33.512Z | [s2.trio] dladm |
1468 | 2024-12-11T04:34:33.534Z | LINK CLASS MTU STATE BRIDGE OVER |
1469 | 2024-12-11T04:34:33.534Z | sl1 simnet 9000 up -- ? |
1470 | 2024-12-11T04:34:33.534Z | mg3 vnic 9000 up -- ? |
1471 | 2024-12-11T04:34:33.534Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1472 | 2024-12-11T04:34:34.011Z | |
1473 | 2024-12-11T04:34:34.011Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1474 | 2024-12-11T04:34:34.035Z | |
1475 | 2024-12-11T04:34:34.035Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1476 | 2024-12-11T04:34:34.054Z | |
1477 | 2024-12-11T04:34:34.054Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1478 | 2024-12-11T04:34:34.099Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1479 | 2024-12-11T04:34:34.120Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1480 | 2024-12-11T04:34:34.163Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1481 | 2024-12-11T04:34:34.184Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1482 | 2024-12-11T04:34:34.205Z | |
1483 | 2024-12-11T04:34:34.205Z | running zone t1.trio setup |
1484 | 2024-12-11T04:34:34.205Z | [t1.trio] svcs milestone/network |
1485 | 2024-12-11T04:34:34.225Z | STATE STIME FMRI |
1486 | 2024-12-11T04:34:34.225Z | - - svc:/milestone/network:default |
1487 | 2024-12-11T04:34:35.232Z | [t1.trio] svcs milestone/network |
1488 | 2024-12-11T04:34:35.253Z | STATE STIME FMRI |
1489 | 2024-12-11T04:34:35.253Z | - - svc:/milestone/network:default |
1490 | 2024-12-11T04:34:36.260Z | [t1.trio] svcs milestone/network |
1491 | 2024-12-11T04:34:36.280Z | STATE STIME FMRI |
1492 | 2024-12-11T04:34:36.281Z | - - svc:/milestone/network:default |
1493 | 2024-12-11T04:34:37.288Z | [t1.trio] svcs milestone/network |
1494 | 2024-12-11T04:34:37.309Z | STATE STIME FMRI |
1495 | 2024-12-11T04:34:37.310Z | - - svc:/milestone/network:default |
1496 | 2024-12-11T04:34:38.317Z | [t1.trio] svcs milestone/network |
1497 | 2024-12-11T04:34:38.337Z | STATE STIME FMRI |
1498 | 2024-12-11T04:34:38.337Z | - - svc:/milestone/network:default |
1499 | 2024-12-11T04:34:39.345Z | [t1.trio] svcs milestone/network |
1500 | 2024-12-11T04:34:39.365Z | STATE STIME FMRI |
1501 | 2024-12-11T04:34:39.365Z | - - svc:/milestone/network:default |
1502 | 2024-12-11T04:34:40.373Z | [t1.trio] svcs milestone/network |
1503 | 2024-12-11T04:34:40.392Z | STATE STIME FMRI |
1504 | 2024-12-11T04:34:40.392Z | offline 20:34:39 svc:/milestone/network:default |
1505 | 2024-12-11T04:34:41.399Z | [t1.trio] svcs milestone/network |
1506 | 2024-12-11T04:34:41.422Z | STATE STIME FMRI |
1507 | 2024-12-11T04:34:41.422Z | online 20:34:39 svc:/milestone/network:default |
1508 | 2024-12-11T04:34:41.422Z | [t1.trio] dladm |
1509 | 2024-12-11T04:34:41.443Z | LINK CLASS MTU STATE BRIDGE OVER |
1510 | 2024-12-11T04:34:41.443Z | tfportrear0_0 simnet 9000 up -- ? |
1511 | 2024-12-11T04:34:41.443Z | tfportrear1_0 simnet 9000 up -- ? |
1512 | 2024-12-11T04:34:41.443Z | mg1 vnic 9000 up -- ? |
1513 | 2024-12-11T04:34:41.443Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1514 | 2024-12-11T04:34:41.989Z | |
1515 | 2024-12-11T04:34:41.989Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1516 | 2024-12-11T04:34:42.013Z | |
1517 | 2024-12-11T04:34:42.013Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1518 | 2024-12-11T04:34:42.036Z | |
1519 | 2024-12-11T04:34:42.036Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1520 | 2024-12-11T04:34:42.055Z | |
1521 | 2024-12-11T04:34:42.055Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1522 | 2024-12-11T04:34:42.249Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1523 | 2024-12-11T04:34:42.253Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1524 | 2024-12-11T04:34:42.256Z | waiting 3s for copy of files to zone to complete ... |
1525 | 2024-12-11T04:34:45.277Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1526 | 2024-12-11T04:34:45.314Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1527 | 2024-12-11T04:34:45.336Z | [t1.trio] svcadm enable dendrite |
1528 | 2024-12-11T04:34:45.374Z | |
1529 | 2024-12-11T04:34:45.375Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1530 | 2024-12-11T04:34:45.417Z | |
1531 | 2024-12-11T04:34:45.417Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1532 | 2024-12-11T04:34:45.460Z | |
1533 | 2024-12-11T04:34:45.460Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1534 | 2024-12-11T04:34:45.499Z | |
1535 | 2024-12-11T04:34:45.499Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1536 | 2024-12-11T04:34:45.540Z | |
1537 | 2024-12-11T04:34:45.540Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1538 | 2024-12-11T04:34:45.580Z | |
1539 | 2024-12-11T04:34:45.580Z | [t1.trio] svcadm refresh dendrite:default |
1540 | 2024-12-11T04:34:45.616Z | |
1541 | 2024-12-11T04:34:45.616Z | [t1.trio] svcadm restart dendrite:default |
1542 | 2024-12-11T04:34:45.651Z | |
1543 | 2024-12-11T04:34:45.651Z | wait 10s for dendrite to come up ... |
1544 | 2024-12-11T04:34:55.722Z | [t1.trio] svcadm enable tfport |
1545 | 2024-12-11T04:34:55.760Z | |
1546 | 2024-12-11T04:34:55.760Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 0d19a80a-6d49-455c-9442-b575c8118146 --sled-uuid 0d701db1-a63a-4a6f-b19c-b9294a6e690e -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1547 | 2024-12-11T04:34:55.779Z | |
1548 | 2024-12-11T04:34:55.779Z | [t1.trio] ipadm |
1549 | 2024-12-11T04:34:55.803Z | ADDROBJ TYPE STATE ADDR |
1550 | 2024-12-11T04:34:55.803Z | lo0/v4 static ok 127.0.0.1/8 |
1551 | 2024-12-11T04:34:55.803Z | mg1/v4 static ok 10.0.0.3/24 |
1552 | 2024-12-11T04:34:55.803Z | lo0/v6 static ok ::1/128 |
1553 | 2024-12-11T04:34:55.803Z | lo0/u6 static ok fd00:3::1/64 |
1554 | 2024-12-11T04:34:55.803Z | tfportrear0_0/v6 addrconf ok fe80::2076:3dff:fe53:fffe%tfportrear0_0/10 |
1555 | 2024-12-11T04:34:55.803Z | tfportrear1_0/v6 addrconf ok fe80::20d1:14ff:fe24:3ac2%tfportrear1_0/10 |
1556 | 2024-12-11T04:34:58.025Z | initial peering test passed |
1557 | 2024-12-11T04:34:59.035Z | advertise from one passed |
1558 | 2024-12-11T04:35:00.044Z | advertise from two passed |
1559 | 2024-12-11T04:35:00.044Z | [s1.trio] ping fd00:2::1 |
1560 | 2024-12-11T04:35:00.071Z | fd00:2::1 is alive |
1561 | 2024-12-11T04:35:00.071Z | [s2.trio] ping fd00:1::1 |
1562 | 2024-12-11T04:35:00.091Z | fd00:1::1 is alive |
1563 | 2024-12-11T04:35:00.091Z | connectivity test passed |
1564 | 2024-12-11T04:35:00.091Z | [t1.trio] pkill ddmd |
1565 | 2024-12-11T04:35:00.109Z | |
1566 | 2024-12-11T04:35:06.155Z | [t1.trio] svcadm enable dendrite |
1567 | 2024-12-11T04:35:06.196Z | |
1568 | 2024-12-11T04:35:06.196Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1569 | 2024-12-11T04:35:06.238Z | |
1570 | 2024-12-11T04:35:06.238Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1571 | 2024-12-11T04:35:06.279Z | |
1572 | 2024-12-11T04:35:06.279Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1573 | 2024-12-11T04:35:06.319Z | |
1574 | 2024-12-11T04:35:06.319Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1575 | 2024-12-11T04:35:06.360Z | |
1576 | 2024-12-11T04:35:06.360Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1577 | 2024-12-11T04:35:06.400Z | |
1578 | 2024-12-11T04:35:06.400Z | [t1.trio] svcadm refresh dendrite:default |
1579 | 2024-12-11T04:35:06.437Z | |
1580 | 2024-12-11T04:35:06.437Z | [t1.trio] svcadm restart dendrite:default |
1581 | 2024-12-11T04:35:06.471Z | |
1582 | 2024-12-11T04:35:06.471Z | wait 10s for dendrite to come up ... |
1583 | 2024-12-11T04:35:16.542Z | [t1.trio] svcadm enable tfport |
1584 | 2024-12-11T04:35:16.581Z | |
1585 | 2024-12-11T04:35:16.581Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 3740e40e-dc96-4781-94e1-9ef7db143900 --sled-uuid e17725c0-44e4-4e23-8388-55ae6c833155 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1586 | 2024-12-11T04:35:16.600Z | |
1587 | 2024-12-11T04:35:16.600Z | [t1.trio] ipadm |
1588 | 2024-12-11T04:35:16.621Z | ADDROBJ TYPE STATE ADDR |
1589 | 2024-12-11T04:35:16.621Z | lo0/v4 static ok 127.0.0.1/8 |
1590 | 2024-12-11T04:35:16.621Z | mg1/v4 static ok 10.0.0.3/24 |
1591 | 2024-12-11T04:35:16.622Z | lo0/v6 static ok ::1/128 |
1592 | 2024-12-11T04:35:16.622Z | lo0/u6 static ok fd00:3::1/64 |
1593 | 2024-12-11T04:35:16.622Z | tfportrear0_0/v6 addrconf ok fe80::2076:3dff:fe53:fffe%tfportrear0_0/10 |
1594 | 2024-12-11T04:35:16.622Z | tfportrear1_0/v6 addrconf ok fe80::20d1:14ff:fe24:3ac2%tfportrear1_0/10 |
1595 | 2024-12-11T04:35:19.645Z | [s1.trio] ping fd00:2::1 |
1596 | 2024-12-11T04:35:19.668Z | fd00:2::1 is alive |
1597 | 2024-12-11T04:35:19.668Z | [s2.trio] ping fd00:1::1 |
1598 | 2024-12-11T04:35:19.689Z | fd00:1::1 is alive |
1599 | 2024-12-11T04:35:19.689Z | transit router restart passed |
1600 | 2024-12-11T04:35:19.689Z | [s1.trio] pkill ddmd |
1601 | 2024-12-11T04:35:19.708Z | |
1602 | 2024-12-11T04:35:24.746Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1603 | 2024-12-11T04:35:24.783Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1604 | 2024-12-11T04:35:24.800Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1605 | 2024-12-11T04:35:24.821Z | |
1606 | 2024-12-11T04:35:27.845Z | [s1.trio] ping fd00:2::1 |
1607 | 2024-12-11T04:35:27.868Z | fd00:2::1 is alive |
1608 | 2024-12-11T04:35:27.868Z | [s2.trio] ping fd00:1::1 |
1609 | 2024-12-11T04:35:27.888Z | fd00:1::1 is alive |
1610 | 2024-12-11T04:35:27.889Z | server router restart passed |
1611 | 2024-12-11T04:35:30.914Z | peer expiration recovery passed |
1612 | 2024-12-11T04:35:31.922Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1613 | 2024-12-11T04:35:31.947Z | 3 |
1614 | 2024-12-11T04:35:31.947Z | redundant advertise passed |
1615 | 2024-12-11T04:35:32.957Z | tunnel endpoint advertise passed |
1616 | 2024-12-11T04:35:37.993Z | redundant tunnel endpoint advertise passed |
1617 | 2024-12-11T04:35:37.994Z | [s1.trio] pkill ddmd |
1618 | 2024-12-11T04:35:38.015Z | |
1619 | 2024-12-11T04:35:43.050Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1620 | 2024-12-11T04:35:43.088Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1621 | 2024-12-11T04:35:43.106Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1622 | 2024-12-11T04:35:43.128Z | |
1623 | 2024-12-11T04:35:48.230Z | tunnel router restart passed |
1624 | 2024-12-11T04:35:49.238Z | tunnel endpoint withdraw passed |
1625 | 2024-12-11T04:35:49.254Z | [t1.trio] pkill ddmd |
1626 | 2024-12-11T04:35:49.280Z | |
1627 | 2024-12-11T04:35:49.280Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1628 | 2024-12-11T04:35:49.283Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1629 | 2024-12-11T04:35:51.768Z | [s2.trio] pkill ddmd |
1630 | 2024-12-11T04:35:51.788Z | |
1631 | 2024-12-11T04:35:51.788Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1632 | 2024-12-11T04:35:54.178Z | [s1.trio] pkill ddmd |
1633 | 2024-12-11T04:35:54.198Z | |
1634 | 2024-12-11T04:35:54.198Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1635 | 2024-12-11T04:35:56.581Z | [sidecar.trio] pkill softnpu |
1636 | 2024-12-11T04:35:56.600Z | |
1637 | 2024-12-11T04:35:56.600Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1638 | 2024-12-11T04:35:59.301Z | test ddm::test_trio_v2_server ... ok |
1639 | 2024-12-11T04:35:59.301Z | |
1640 | 2024-12-11T04:35:59.301Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 560.59s |
1641 | 2024-12-11T04:35:59.301Z | |
1642 | 2024-12-11T04:35:59.329Z | + cleanup |
1643 | 2024-12-11T04:35:59.331Z | ++ id -un |
1644 | 2024-12-11T04:35:59.495Z | ++ id -gn |
1645 | 2024-12-11T04:35:59.497Z | + pfexec chown -R build:build . |
1646 | 2024-12-11T04:35:59.576Z | process exited: duration 1098013 ms, exit code 0 |
|
1647 | 2024-12-11T04:35:59.586Z | found 4 output files |
1648 | 2024-12-11T04:35:59.586Z | uploading: /work/s1.trio.log (4253 bytes) |
1649 | 2024-12-11T04:36:00.603Z | uploaded: /work/s1.trio.log |
1650 | 2024-12-11T04:36:00.603Z | uploading: /work/s2.trio.log (9510 bytes) |
1651 | 2024-12-11T04:36:01.622Z | uploaded: /work/s2.trio.log |
1652 | 2024-12-11T04:36:01.622Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1653 | 2024-12-11T04:36:02.638Z | uploaded: /work/sidecar.trio-softnpu.log |
1654 | 2024-12-11T04:36:02.640Z | uploading: /work/t1.trio.log (25790 bytes) |
1655 | 2024-12-11T04:36:03.655Z | uploaded: /work/t1.trio.log |