|
|
|
1 | 2024-11-26T07:14:59.516Z | job assigned to worker 01JDKN42F9V2TWQKHZBHGTN9PJ [factory aws, i-0ed693b936830361c] (queued for 57 s) |
|
2 | 2024-11-26T07:15:07.511Z | starting task 0: "setup" |
3 | 2024-11-26T07:15:07.521Z | ++ uname -s |
4 | 2024-11-26T07:15:07.523Z | + kern=SunOS |
5 | 2024-11-26T07:15:07.523Z | + case "$kern" in |
6 | 2024-11-26T07:15:07.523Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:15:07.526Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T07:15:09.533Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T07:15:09.630Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T07:15:09.633Z | + home_fs=zfs |
11 | 2024-11-26T07:15:09.633Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T07:15:09.633Z | + mkdir -p /home/build |
13 | 2024-11-26T07:15:09.633Z | + chown build:build /home/build /work |
14 | 2024-11-26T07:15:11.635Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T07:15:11.638Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2024-11-26T07:15:11.643Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T07:15:11.648Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T07:15:11.649Z | ' stable |
19 | 2024-11-26T07:15:11.651Z | * toolchain channel = "stable" |
20 | 2024-11-26T07:15:11.651Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T07:15:11.651Z | ' default |
22 | 2024-11-26T07:15:11.651Z | * toolchain profile = "default" |
23 | 2024-11-26T07:15:11.651Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T07:15:11.651Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T07:15:11.757Z | info: downloading installer |
26 | 2024-11-26T07:15:13.178Z | info: profile set to 'default' |
27 | 2024-11-26T07:15:13.178Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T07:15:13.181Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T07:15:13.338Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T07:15:13.338Z | info: downloading component 'cargo' |
31 | 2024-11-26T07:15:14.206Z | info: downloading component 'clippy' |
32 | 2024-11-26T07:15:14.533Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T07:15:15.758Z | info: downloading component 'rust-std' |
34 | 2024-11-26T07:15:17.718Z | info: downloading component 'rustc' |
35 | 2024-11-26T07:15:24.708Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T07:15:24.953Z | info: installing component 'cargo' |
37 | 2024-11-26T07:15:25.748Z | info: installing component 'clippy' |
38 | 2024-11-26T07:15:26.112Z | info: installing component 'rust-docs' |
39 | 2024-11-26T07:15:27.812Z | info: installing component 'rust-std' |
40 | 2024-11-26T07:15:29.600Z | info: installing component 'rustc' |
41 | 2024-11-26T07:15:35.500Z | info: installing component 'rustfmt' |
42 | 2024-11-26T07:15:35.815Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T07:15:35.815Z | |
44 | 2024-11-26T07:15:36.189Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T07:15:36.189Z | |
46 | 2024-11-26T07:15:36.191Z | |
47 | 2024-11-26T07:15:36.191Z | Rust is installed now. Great! |
48 | 2024-11-26T07:15:36.191Z | |
49 | 2024-11-26T07:15:36.191Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T07:15:36.191Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T07:15:36.191Z | |
52 | 2024-11-26T07:15:36.191Z | To configure your current shell, you need to source |
53 | 2024-11-26T07:15:36.191Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T07:15:36.191Z | |
55 | 2024-11-26T07:15:36.191Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T07:15:36.192Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T07:15:36.192Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T07:15:36.264Z | + rustc --version |
59 | 2024-11-26T07:15:36.332Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T07:15:36.337Z | process exited: duration 24687 ms, exit code 0 |
|
61 | 2024-11-26T07:15:36.342Z | starting task 2: "authentication" |
62 | 2024-11-26T07:15:36.362Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-26T07:15:36.367Z | starting task 3: "clone repository" |
64 | 2024-11-26T07:15:36.372Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T07:15:36.375Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T07:15:36.485Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T07:15:37.398Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T07:15:37.398Z | + git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62 |
69 | 2024-11-26T07:15:37.635Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T07:15:37.635Z | * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD |
71 | 2024-11-26T07:15:37.643Z | + [[ -n renovate/dropshot-0.x ]] |
72 | 2024-11-26T07:15:37.645Z | ++ git branch --show-current |
73 | 2024-11-26T07:15:37.648Z | + current=main |
74 | 2024-11-26T07:15:37.648Z | + [[ main != renovate/dropshot-0.x ]] |
75 | 2024-11-26T07:15:37.648Z | + git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62 |
76 | 2024-11-26T07:15:37.650Z | + git checkout -f renovate/dropshot-0.x |
77 | 2024-11-26T07:15:37.665Z | Switched to branch 'renovate/dropshot-0.x' |
78 | 2024-11-26T07:15:37.667Z | + git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62 |
79 | 2024-11-26T07:15:37.679Z | HEAD is now at cce693f Update Rust crate dropshot to 0.13.0 |
80 | 2024-11-26T07:15:37.683Z | process exited: duration 1312 ms, exit code 0 |
|
81 | 2024-11-26T07:15:37.687Z | starting task 4: "build" |
82 | 2024-11-26T07:15:37.692Z | ++ cargo --version |
83 | 2024-11-26T07:15:37.697Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T07:15:37.859Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T07:15:37.859Z | info: downloading component 'cargo' |
86 | 2024-11-26T07:15:38.719Z | info: downloading component 'clippy' |
87 | 2024-11-26T07:15:39.049Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T07:15:40.264Z | info: downloading component 'rust-std' |
89 | 2024-11-26T07:15:42.121Z | info: downloading component 'rustc' |
90 | 2024-11-26T07:15:48.793Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T07:15:49.044Z | info: installing component 'cargo' |
92 | 2024-11-26T07:15:49.834Z | info: installing component 'clippy' |
93 | 2024-11-26T07:15:50.190Z | info: installing component 'rust-docs' |
94 | 2024-11-26T07:15:51.764Z | info: installing component 'rust-std' |
95 | 2024-11-26T07:15:53.537Z | info: installing component 'rustc' |
96 | 2024-11-26T07:15:59.047Z | info: installing component 'rustfmt' |
97 | 2024-11-26T07:15:59.441Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T07:15:59.443Z | ++ rustc --version |
99 | 2024-11-26T07:15:59.511Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T07:15:59.515Z | ++ dladm |
101 | 2024-11-26T07:15:59.521Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T07:15:59.521Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T07:15:59.523Z | ++ ipadm |
104 | 2024-11-26T07:15:59.523Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T07:15:59.523Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T07:15:59.523Z | ena0/dhcp dhcp ok 10.150.1.58/24 |
107 | 2024-11-26T07:15:59.524Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T07:15:59.524Z | ++ banner collect |
109 | 2024-11-26T07:15:59.526Z | |
110 | 2024-11-26T07:15:59.526Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T07:15:59.526Z | # # # # # # # # # # |
112 | 2024-11-26T07:15:59.526Z | # # # # # ##### # # |
113 | 2024-11-26T07:15:59.526Z | # # # # # # # # |
114 | 2024-11-26T07:15:59.526Z | # # # # # # # # # # |
115 | 2024-11-26T07:15:59.526Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T07:15:59.527Z | |
117 | 2024-11-26T07:15:59.527Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T07:15:59.527Z | ++ repo=softnpu |
119 | 2024-11-26T07:15:59.527Z | ++ series=image |
120 | 2024-11-26T07:15:59.527Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T07:15:59.527Z | ++ name=softnpu |
122 | 2024-11-26T07:15:59.527Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T07:15:59.527Z | ++ mkdir -p download |
124 | 2024-11-26T07:15:59.529Z | ++ pushd download |
125 | 2024-11-26T07:15:59.529Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T07:15:59.529Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T07:15:59.529Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T07:15:59.537Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T07:15:59.537Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T07:16:00.150Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 35.5M 0 --:--:-- --:--:-- --:--:-- 35.5M |
131 | 2024-11-26T07:16:00.154Z | ++ popd |
132 | 2024-11-26T07:16:00.156Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T07:16:00.156Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T07:16:00.156Z | ++ repo=sidecar-lite |
135 | 2024-11-26T07:16:00.156Z | ++ series=release |
136 | 2024-11-26T07:16:00.156Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T07:16:00.156Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T07:16:00.156Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T07:16:00.156Z | ++ mkdir -p download |
140 | 2024-11-26T07:16:00.156Z | ++ pushd download |
141 | 2024-11-26T07:16:00.156Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T07:16:00.156Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T07:16:00.156Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T07:16:00.164Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T07:16:00.166Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T07:16:00.536Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 54.5M 0 --:--:-- --:--:-- --:--:-- 54.7M |
147 | 2024-11-26T07:16:00.544Z | ++ popd |
148 | 2024-11-26T07:16:00.546Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T07:16:00.546Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T07:16:00.546Z | ++ repo=sidecar-lite |
151 | 2024-11-26T07:16:00.546Z | ++ series=release |
152 | 2024-11-26T07:16:00.546Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T07:16:00.546Z | ++ name=scadm |
154 | 2024-11-26T07:16:00.546Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T07:16:00.546Z | ++ mkdir -p download |
156 | 2024-11-26T07:16:00.549Z | ++ pushd download |
157 | 2024-11-26T07:16:00.549Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T07:16:00.549Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T07:16:00.549Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T07:16:00.559Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T07:16:00.559Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T07:16:01.146Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 38.9M 0 --:--:-- --:--:-- --:--:-- 38.9M |
163 | 2024-11-26T07:16:01.151Z | ++ popd |
164 | 2024-11-26T07:16:01.152Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T07:16:01.152Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T07:16:01.152Z | ++ repo=dendrite |
167 | 2024-11-26T07:16:01.152Z | ++ series=image |
168 | 2024-11-26T07:16:01.152Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T07:16:01.152Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T07:16:01.152Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T07:16:01.152Z | ++ mkdir -p download |
172 | 2024-11-26T07:16:01.152Z | ++ pushd download |
173 | 2024-11-26T07:16:01.152Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T07:16:01.153Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T07:16:01.153Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T07:16:01.159Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T07:16:01.159Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T07:16:02.024Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
38 37.5M 38 14.4M 0 0 35.0M 0 0:00:01 --:--:-- 0:00:01 34.9M
100 37.5M 100 37.5M 0 0 43.8M 0 --:--:-- --:--:-- --:--:-- 43.8M |
179 | 2024-11-26T07:16:02.028Z | ++ popd |
180 | 2024-11-26T07:16:02.028Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T07:16:02.028Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T07:16:02.028Z | ++ repo=maghemite |
183 | 2024-11-26T07:16:02.028Z | ++ series=release |
184 | 2024-11-26T07:16:02.029Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T07:16:02.029Z | ++ name=ddmd |
186 | 2024-11-26T07:16:02.029Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T07:16:02.029Z | ++ mkdir -p download |
188 | 2024-11-26T07:16:02.029Z | ++ pushd download |
189 | 2024-11-26T07:16:02.029Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T07:16:02.029Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T07:16:02.029Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T07:16:02.039Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T07:16:02.039Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T07:16:03.222Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
47 40.9M 47 19.6M 0 0 36.1M 0 0:00:01 --:--:-- 0:00:01 36.1M
100 40.9M 100 40.9M 0 0 34.5M 0 0:00:01 0:00:01 --:--:-- 34.5M |
195 | 2024-11-26T07:16:03.228Z | ++ popd |
196 | 2024-11-26T07:16:03.229Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T07:16:03.229Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T07:16:03.229Z | ++ repo=maghemite |
199 | 2024-11-26T07:16:03.229Z | ++ series=release |
200 | 2024-11-26T07:16:03.229Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T07:16:03.229Z | ++ name=ddmadm |
202 | 2024-11-26T07:16:03.229Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T07:16:03.229Z | ++ mkdir -p download |
204 | 2024-11-26T07:16:03.229Z | ++ pushd download |
205 | 2024-11-26T07:16:03.230Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T07:16:03.230Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T07:16:03.230Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T07:16:03.238Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T07:16:03.238Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T07:16:04.064Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
28 18.0M 28 5195k 0 0 14.8M 0 0:00:01 --:--:-- 0:00:01 14.8M
100 18.0M 100 18.0M 0 0 21.7M 0 --:--:-- --:--:-- --:--:-- 21.7M |
211 | 2024-11-26T07:16:04.073Z | ++ popd |
212 | 2024-11-26T07:16:04.073Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T07:16:04.074Z | ++ pushd download |
214 | 2024-11-26T07:16:04.074Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T07:16:04.074Z | ++ chmod +x softnpu |
216 | 2024-11-26T07:16:04.074Z | ++ chmod +x scadm |
217 | 2024-11-26T07:16:04.074Z | ++ chmod +x ddmadm |
218 | 2024-11-26T07:16:04.074Z | ++ chmod +x ddmd |
219 | 2024-11-26T07:16:04.074Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T07:16:04.079Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T07:16:04.079Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T07:16:04.079Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T07:16:04.079Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T07:16:04.826Z | ++ popd |
225 | 2024-11-26T07:16:04.826Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T07:16:04.826Z | ++ banner install |
227 | 2024-11-26T07:16:04.829Z | |
228 | 2024-11-26T07:16:04.830Z | # # # #### ##### ## # # |
229 | 2024-11-26T07:16:04.830Z | # ## # # # # # # # |
230 | 2024-11-26T07:16:04.830Z | # # # # #### # # # # # |
231 | 2024-11-26T07:16:04.830Z | # # # # # # ###### # # |
232 | 2024-11-26T07:16:04.830Z | # # ## # # # # # # # |
233 | 2024-11-26T07:16:04.830Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T07:16:04.830Z | |
235 | 2024-11-26T07:16:04.830Z | ++ pkg info brand/sparse |
236 | 2024-11-26T07:16:04.833Z | ++ grep -qi installed |
237 | 2024-11-26T07:16:06.738Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T07:16:06.738Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T07:16:06.738Z | |
240 | 2024-11-26T07:16:06.738Z | brand/sparse |
241 | 2024-11-26T07:16:06.785Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T07:16:06.785Z | ++ set -o errexit |
243 | 2024-11-26T07:16:06.785Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T07:16:12.597Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T07:16:16.227Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T07:16:25.017Z | Planning: Solver setup ... Done |
247 | 2024-11-26T07:16:25.129Z | Planning: Running solver ... Done |
248 | 2024-11-26T07:16:25.302Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T07:16:25.314Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T07:16:25.405Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T07:16:25.836Z | Planning: Package planning ... Done |
252 | 2024-11-26T07:16:25.842Z | Planning: Merging actions ... Done |
253 | 2024-11-26T07:16:26.276Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T07:16:30.674Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T07:16:31.049Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T07:16:31.119Z | Planning: Planning completed in 14.79 seconds |
257 | 2024-11-26T07:16:31.145Z | Packages to install: 1 |
258 | 2024-11-26T07:16:31.145Z | Packages to update: 2 |
259 | 2024-11-26T07:16:31.145Z | Create boot environment: No |
260 | 2024-11-26T07:16:31.145Z | Create backup boot environment: Yes |
261 | 2024-11-26T07:16:31.276Z | |
262 | 2024-11-26T07:16:31.276Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T07:16:37.451Z | Download: 917/1009 items 8.0/8.0MB 99% complete (2.1M/s) |
264 | 2024-11-26T07:16:38.028Z | Download: Completed 8.03 MB in 6.75 seconds (1.2M/s) |
265 | 2024-11-26T07:16:40.105Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-11-26T07:16:40.128Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-11-26T07:16:40.233Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-11-26T07:16:40.539Z | Actions: Completed 1419 actions in 0.42 seconds. |
269 | 2024-11-26T07:16:40.905Z | Done |
270 | 2024-11-26T07:16:40.909Z | Done |
271 | 2024-11-26T07:16:41.390Z | Done |
272 | 2024-11-26T07:16:46.804Z | Done |
273 | 2024-11-26T07:16:47.172Z | Done |
274 | 2024-11-26T07:16:47.175Z | Done |
275 | 2024-11-26T07:16:47.274Z | Done |
276 | 2024-11-26T07:16:47.652Z | ++ set -o errexit |
277 | 2024-11-26T07:16:47.652Z | ++ set -o pipefail |
278 | 2024-11-26T07:16:47.652Z | ++ banner build |
279 | 2024-11-26T07:16:47.655Z | |
280 | 2024-11-26T07:16:47.655Z | ##### # # # # ##### |
281 | 2024-11-26T07:16:47.655Z | # # # # # # # # |
282 | 2024-11-26T07:16:47.655Z | ##### # # # # # # |
283 | 2024-11-26T07:16:47.655Z | # # # # # # # # |
284 | 2024-11-26T07:16:47.655Z | # # # # # # # # |
285 | 2024-11-26T07:16:47.655Z | ##### #### # ###### ##### |
286 | 2024-11-26T07:16:47.655Z | |
287 | 2024-11-26T07:16:47.655Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-11-26T07:16:47.834Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-11-26T07:16:48.045Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-11-26T07:16:48.247Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-11-26T07:16:48.247Z | * [new branch] ci -> origin/ci |
292 | 2024-11-26T07:16:48.250Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
293 | 2024-11-26T07:16:48.250Z | * [new branch] main -> origin/main |
294 | 2024-11-26T07:16:48.250Z | * [new ref] -> origin/HEAD |
295 | 2024-11-26T07:16:48.260Z | Updating crates.io index |
296 | 2024-11-26T07:16:48.350Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-11-26T07:16:49.145Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-11-26T07:16:49.145Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-11-26T07:16:49.248Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-11-26T07:16:50.327Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-11-26T07:16:50.330Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-11-26T07:16:50.381Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-11-26T07:16:50.722Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-11-26T07:16:50.722Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-11-26T07:16:50.731Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-11-26T07:16:51.105Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-11-26T07:16:51.105Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-11-26T07:16:51.116Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-11-26T07:16:55.021Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-11-26T07:16:55.021Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-11-26T07:16:55.050Z | * [new tag] dogfood -> dogfood |
312 | 2024-11-26T07:16:55.062Z | * [new tag] v5 -> v5 |
313 | 2024-11-26T07:16:55.062Z | * [new tag] v6 -> v6 |
314 | 2024-11-26T07:16:55.062Z | * [new tag] v7 -> v7 |
315 | 2024-11-26T07:16:55.062Z | * [new tag] v8 -> v8 |
316 | 2024-11-26T07:16:55.062Z | * [new tag] v9 -> v9 |
317 | 2024-11-26T07:16:55.401Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-11-26T07:16:56.381Z | From https://github.com/oxidecomputer/opte |
319 | 2024-11-26T07:16:56.382Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-11-26T07:16:56.447Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-11-26T07:16:56.798Z | From https://github.com/illumos/smf-rs |
322 | 2024-11-26T07:16:56.798Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-11-26T07:16:56.827Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-11-26T07:16:57.552Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-11-26T07:16:57.552Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-11-26T07:16:57.569Z | * [new tag] rift -> rift |
327 | 2024-11-26T07:16:57.571Z | * [new tag] srp -> srp |
328 | 2024-11-26T07:16:57.571Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-11-26T07:16:57.604Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-11-26T07:16:57.932Z | From https://github.com/oxidecomputer/zone |
331 | 2024-11-26T07:16:57.932Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-11-26T07:16:57.976Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-11-26T07:16:58.631Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-11-26T07:16:58.631Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-11-26T07:16:58.745Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-11-26T07:16:59.080Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-11-26T07:16:59.080Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-11-26T07:16:59.090Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-11-26T07:16:59.458Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-11-26T07:16:59.458Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-11-26T07:16:59.474Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-11-26T07:16:59.487Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-11-26T07:16:59.830Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-11-26T07:16:59.830Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-11-26T07:16:59.868Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-11-26T07:17:00.315Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-11-26T07:17:00.315Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-11-26T07:17:00.363Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-11-26T07:17:00.689Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-11-26T07:17:00.689Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-11-26T07:17:00.710Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-11-26T07:17:01.069Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-11-26T07:17:01.069Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-11-26T07:17:01.097Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-11-26T07:17:01.462Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-11-26T07:17:01.462Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-11-26T07:17:01.525Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-11-26T07:17:01.871Z | From https://github.com/illumos/libscf-sys |
359 | 2024-11-26T07:17:01.871Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-11-26T07:17:01.890Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-11-26T07:17:02.754Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-11-26T07:17:02.754Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-11-26T07:17:02.776Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-11-26T07:17:02.778Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-11-26T07:17:02.778Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-11-26T07:17:02.778Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-11-26T07:17:02.778Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-11-26T07:17:02.778Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-11-26T07:17:02.778Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-11-26T07:17:02.959Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-11-26T07:17:03.702Z | From https://github.com/oxidecomputer/typify |
372 | 2024-11-26T07:17:03.702Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-11-26T07:17:03.704Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-11-26T07:17:03.721Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-11-26T07:17:03.723Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-11-26T07:17:03.723Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-11-26T07:17:03.858Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-11-26T07:17:05.762Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-11-26T07:17:05.762Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-11-26T07:17:05.819Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-11-26T07:17:06.195Z | From https://github.com/oxidecomputer/opte |
392 | 2024-11-26T07:17:06.195Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-11-26T07:17:06.251Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-11-26T07:17:06.843Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-11-26T07:17:06.843Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-11-26T07:17:07.843Z | Locking 21 packages to latest compatible versions |
397 | 2024-11-26T07:17:07.846Z | Updating async-stream v0.3.5 -> v0.3.6 |
398 | 2024-11-26T07:17:07.846Z | Updating async-stream-impl v0.3.5 -> v0.3.6 |
399 | 2024-11-26T07:17:07.850Z | Adding dropshot v0.13.0 |
400 | 2024-11-26T07:17:07.850Z | Adding dropshot_endpoint v0.13.0 |
401 | 2024-11-26T07:17:07.853Z | Updating futures v0.3.30 -> v0.3.31 |
402 | 2024-11-26T07:17:07.853Z | Updating futures-channel v0.3.30 -> v0.3.31 |
403 | 2024-11-26T07:17:07.853Z | Updating futures-core v0.3.30 -> v0.3.31 |
404 | 2024-11-26T07:17:07.853Z | Updating futures-executor v0.3.30 -> v0.3.31 |
405 | 2024-11-26T07:17:07.853Z | Updating futures-io v0.3.30 -> v0.3.31 |
406 | 2024-11-26T07:17:07.853Z | Updating futures-macro v0.3.30 -> v0.3.31 |
407 | 2024-11-26T07:17:07.853Z | Updating futures-sink v0.3.30 -> v0.3.31 |
408 | 2024-11-26T07:17:07.853Z | Updating futures-task v0.3.30 -> v0.3.31 |
409 | 2024-11-26T07:17:07.853Z | Updating futures-util v0.3.30 -> v0.3.31 |
410 | 2024-11-26T07:17:07.853Z | Adding hashbrown v0.15.2 |
411 | 2024-11-26T07:17:07.856Z | Updating indexmap v2.5.0 -> v2.6.0 |
412 | 2024-11-26T07:17:07.860Z | Updating proc-macro2 v1.0.86 -> v1.0.92 |
413 | 2024-11-26T07:17:07.870Z | Updating serde v1.0.210 -> v1.0.215 |
414 | 2024-11-26T07:17:07.873Z | Updating serde_derive v1.0.210 -> v1.0.215 |
415 | 2024-11-26T07:17:07.899Z | Updating syn v2.0.77 -> v2.0.89 |
416 | 2024-11-26T07:17:07.899Z | Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3) |
417 | 2024-11-26T07:17:07.899Z | Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3) |
418 | 2024-11-26T07:17:07.916Z | Downloading crates ... |
419 | 2024-11-26T07:17:08.027Z | Downloaded rand v0.8.5 |
420 | 2024-11-26T07:17:08.031Z | Downloaded progenitor-client v0.8.0 |
421 | 2024-11-26T07:17:08.038Z | Downloaded ryu v1.0.18 |
422 | 2024-11-26T07:17:08.042Z | Downloaded rustc_version v0.1.7 |
423 | 2024-11-26T07:17:08.044Z | Downloaded proc-macro-error-attr v1.0.4 |
424 | 2024-11-26T07:17:08.066Z | Downloaded rustls-webpki v0.101.7 |
425 | 2024-11-26T07:17:08.082Z | Downloaded async-stream-impl v0.3.6 |
426 | 2024-11-26T07:17:08.084Z | Downloaded reqwest v0.12.9 |
427 | 2024-11-26T07:17:08.091Z | Downloaded autocfg v1.3.0 |
428 | 2024-11-26T07:17:08.093Z | Downloaded futures-io v0.3.31 |
429 | 2024-11-26T07:17:08.095Z | Downloaded async-stream v0.3.6 |
430 | 2024-11-26T07:17:08.098Z | Downloaded anyhow v1.0.93 |
431 | 2024-11-26T07:17:08.101Z | Downloaded parking_lot v0.11.2 |
432 | 2024-11-26T07:17:08.103Z | Downloaded async-trait v0.1.83 |
433 | 2024-11-26T07:17:08.107Z | Downloaded pretty-hex v0.2.1 |
434 | 2024-11-26T07:17:08.109Z | Downloaded anstyle v1.0.10 |
435 | 2024-11-26T07:17:08.112Z | Downloaded percent-encoding v2.3.1 |
436 | 2024-11-26T07:17:08.112Z | Downloaded parking_lot v0.12.3 |
437 | 2024-11-26T07:17:08.115Z | Downloaded pretty-hex v0.4.1 |
438 | 2024-11-26T07:17:08.117Z | Downloaded parse-display-derive v0.10.0 |
439 | 2024-11-26T07:17:08.117Z | Downloaded parse-display v0.10.0 |
440 | 2024-11-26T07:17:08.119Z | Downloaded aho-corasick v1.1.3 |
441 | 2024-11-26T07:17:08.125Z | Downloaded proc-macro-crate v3.2.0 |
442 | 2024-11-26T07:17:08.127Z | Downloaded password-hash v0.5.0 |
443 | 2024-11-26T07:17:08.130Z | Downloaded proc-macro-crate v1.3.1 |
444 | 2024-11-26T07:17:08.132Z | Downloaded regex v1.10.6 |
445 | 2024-11-26T07:17:08.150Z | Downloaded const-random-macro v0.1.16 |
446 | 2024-11-26T07:17:08.156Z | Downloaded powerfmt v0.2.0 |
447 | 2024-11-26T07:17:08.156Z | Downloaded pest_derive v2.7.13 |
448 | 2024-11-26T07:17:08.156Z | Downloaded parking_lot_core v0.9.10 |
449 | 2024-11-26T07:17:08.156Z | Downloaded equivalent v1.0.1 |
450 | 2024-11-26T07:17:08.156Z | Downloaded darling_macro v0.20.10 |
451 | 2024-11-26T07:17:08.156Z | Downloaded cobs v0.2.3 |
452 | 2024-11-26T07:17:08.159Z | Downloaded serde-big-array v0.5.1 |
453 | 2024-11-26T07:17:08.159Z | Downloaded parking_lot_core v0.8.6 |
454 | 2024-11-26T07:17:08.161Z | Downloaded crucible-workspace-hack v0.1.0 |
455 | 2024-11-26T07:17:08.162Z | Downloaded const-random v0.1.18 |
456 | 2024-11-26T07:17:08.164Z | Downloaded crc8 v0.1.1 |
457 | 2024-11-26T07:17:08.164Z | Downloaded ciborium-io v0.2.2 |
458 | 2024-11-26T07:17:08.166Z | Downloaded scroll_derive v0.12.0 |
459 | 2024-11-26T07:17:08.167Z | Downloaded byteorder v1.5.0 |
460 | 2024-11-26T07:17:08.169Z | Downloaded foreign-types-shared v0.1.1 |
461 | 2024-11-26T07:17:08.169Z | Downloaded foreign-types v0.3.2 |
462 | 2024-11-26T07:17:08.169Z | Downloaded float-ord v0.3.2 |
463 | 2024-11-26T07:17:08.172Z | Downloaded sigpipe v0.1.3 |
464 | 2024-11-26T07:17:08.172Z | Downloaded proc-macro-error v1.0.4 |
465 | 2024-11-26T07:17:08.176Z | Downloaded convert_case v0.4.0 |
466 | 2024-11-26T07:17:08.179Z | Downloaded colorchoice v1.0.2 |
467 | 2024-11-26T07:17:08.182Z | Downloaded rand_chacha v0.3.1 |
468 | 2024-11-26T07:17:08.182Z | Downloaded quinn-udp v0.5.5 |
469 | 2024-11-26T07:17:08.184Z | Downloaded quick-error v1.2.3 |
470 | 2024-11-26T07:17:08.184Z | Downloaded progenitor-macro v0.8.0 |
471 | 2024-11-26T07:17:08.186Z | Downloaded rustls-pemfile v1.0.4 |
472 | 2024-11-26T07:17:08.189Z | Downloaded scopeguard v1.2.0 |
473 | 2024-11-26T07:17:08.189Z | Downloaded rand_core v0.6.4 |
474 | 2024-11-26T07:17:08.191Z | Downloaded defmt-parser v0.3.4 |
475 | 2024-11-26T07:17:08.194Z | Downloaded dirs-next v2.0.0 |
476 | 2024-11-26T07:17:08.194Z | Downloaded serde_tokenstream v0.2.2 |
477 | 2024-11-26T07:17:08.196Z | Downloaded pest_meta v2.7.13 |
478 | 2024-11-26T07:17:08.198Z | Downloaded progenitor v0.8.0 |
479 | 2024-11-26T07:17:08.200Z | Downloaded foreign-types v0.5.0 |
480 | 2024-11-26T07:17:08.202Z | Downloaded debug-ignore v1.0.5 |
481 | 2024-11-26T07:17:08.204Z | Downloaded shlex v1.3.0 |
482 | 2024-11-26T07:17:08.204Z | Downloaded rustc_version v0.4.1 |
483 | 2024-11-26T07:17:08.207Z | Downloaded dyn-clone v1.0.17 |
484 | 2024-11-26T07:17:08.207Z | Downloaded cstr-argument v0.1.2 |
485 | 2024-11-26T07:17:08.209Z | Downloaded signal-hook-registry v1.4.2 |
486 | 2024-11-26T07:17:08.212Z | Downloaded slog-async v2.8.0 |
487 | 2024-11-26T07:17:08.214Z | Downloaded serde_spanned v0.6.7 |
488 | 2024-11-26T07:17:08.214Z | Downloaded rustversion v1.0.17 |
489 | 2024-11-26T07:17:08.216Z | Downloaded sha1 v0.10.6 |
490 | 2024-11-26T07:17:08.219Z | Downloaded swrite v0.1.0 |
491 | 2024-11-26T07:17:08.223Z | Downloaded openssl-probe v0.1.5 |
492 | 2024-11-26T07:17:08.223Z | Downloaded num-conv v0.1.0 |
493 | 2024-11-26T07:17:08.225Z | Downloaded slog-bunyan v2.5.0 |
494 | 2024-11-26T07:17:08.225Z | Downloaded hostname v0.4.0 |
495 | 2024-11-26T07:17:08.227Z | Downloaded time-core v0.1.2 |
496 | 2024-11-26T07:17:08.227Z | Downloaded cpufeatures v0.2.14 |
497 | 2024-11-26T07:17:08.230Z | Downloaded camino-tempfile v1.1.1 |
498 | 2024-11-26T07:17:08.232Z | Downloaded base64ct v1.6.0 |
499 | 2024-11-26T07:17:08.234Z | Downloaded try-lock v0.2.5 |
500 | 2024-11-26T07:17:08.237Z | Downloaded http-body v1.0.1 |
501 | 2024-11-26T07:17:08.237Z | Downloaded crunchy v0.2.2 |
502 | 2024-11-26T07:17:08.240Z | Downloaded colored v2.1.0 |
503 | 2024-11-26T07:17:08.240Z | Downloaded rustls-pki-types v1.8.0 |
504 | 2024-11-26T07:17:08.242Z | Downloaded tower-service v0.3.3 |
505 | 2024-11-26T07:17:08.245Z | Downloaded postcard v1.0.10 |
506 | 2024-11-26T07:17:08.247Z | Downloaded rustc-hash v2.0.0 |
507 | 2024-11-26T07:17:08.249Z | Downloaded serde_with_macros v3.9.0 |
508 | 2024-11-26T07:17:08.253Z | Downloaded rustls-pemfile v2.1.3 |
509 | 2024-11-26T07:17:08.255Z | Downloaded enum-as-inner v0.6.1 |
510 | 2024-11-26T07:17:08.255Z | Downloaded match_cfg v0.1.0 |
511 | 2024-11-26T07:17:08.258Z | Downloaded darling v0.20.10 |
512 | 2024-11-26T07:17:08.260Z | Downloaded sync_wrapper v1.0.1 |
513 | 2024-11-26T07:17:08.262Z | Downloaded hyper-tls v0.5.0 |
514 | 2024-11-26T07:17:08.265Z | Downloaded linear-map v1.2.0 |
515 | 2024-11-26T07:17:08.268Z | Downloaded libsw v3.3.1 |
516 | 2024-11-26T07:17:08.270Z | Downloaded hyper-tls v0.6.0 |
517 | 2024-11-26T07:17:08.270Z | Downloaded sha2 v0.10.8 |
518 | 2024-11-26T07:17:08.273Z | Downloaded openssl-macros v0.1.1 |
519 | 2024-11-26T07:17:08.273Z | Downloaded futures-channel v0.3.31 |
520 | 2024-11-26T07:17:08.275Z | Downloaded fastrand v2.1.1 |
521 | 2024-11-26T07:17:08.278Z | Downloaded num v0.4.3 |
522 | 2024-11-26T07:17:08.278Z | Downloaded tiny-keccak v2.0.2 |
523 | 2024-11-26T07:17:08.281Z | Downloaded newtype_derive v0.1.6 |
524 | 2024-11-26T07:17:08.283Z | Downloaded toml_datetime v0.6.8 |
525 | 2024-11-26T07:17:08.285Z | Downloaded futures-macro v0.3.31 |
526 | 2024-11-26T07:17:08.285Z | Downloaded ident_case v1.0.1 |
527 | 2024-11-26T07:17:08.288Z | Downloaded http-body-util v0.1.2 |
528 | 2024-11-26T07:17:08.290Z | Downloaded httpdate v1.0.3 |
529 | 2024-11-26T07:17:08.290Z | Downloaded typify-macro v0.2.0 |
530 | 2024-11-26T07:17:08.292Z | Downloaded crossbeam-utils v0.8.20 |
531 | 2024-11-26T07:17:08.296Z | Downloaded console v0.15.8 |
532 | 2024-11-26T07:17:08.298Z | Downloaded http-body v0.4.6 |
533 | 2024-11-26T07:17:08.300Z | Downloaded progenitor-impl v0.8.0 |
534 | 2024-11-26T07:17:08.303Z | Downloaded strum v0.26.3 |
535 | 2024-11-26T07:17:08.303Z | Downloaded dropshot_endpoint v0.13.0 |
536 | 2024-11-26T07:17:08.306Z | Downloaded dropshot_endpoint v0.12.0 |
537 | 2024-11-26T07:17:08.309Z | Downloaded num-iter v0.1.45 |
538 | 2024-11-26T07:17:08.311Z | Downloaded memmap v0.7.0 |
539 | 2024-11-26T07:17:08.313Z | Downloaded num-derive v0.3.3 |
540 | 2024-11-26T07:17:08.316Z | Downloaded cookie v0.18.1 |
541 | 2024-11-26T07:17:08.318Z | Downloaded thiserror-impl v1.0.69 |
542 | 2024-11-26T07:17:08.321Z | Downloaded thread-id v4.2.2 |
543 | 2024-11-26T07:17:08.321Z | Downloaded bytes v1.7.2 |
544 | 2024-11-26T07:17:08.324Z | Downloaded num-complex v0.4.6 |
545 | 2024-11-26T07:17:08.327Z | Downloaded slog v2.7.0 |
546 | 2024-11-26T07:17:08.329Z | Downloaded tempfile v3.12.0 |
547 | 2024-11-26T07:17:08.332Z | Downloaded fxhash v0.2.1 |
548 | 2024-11-26T07:17:08.335Z | Downloaded is_terminal_polyfill v1.70.1 |
549 | 2024-11-26T07:17:08.335Z | Downloaded want v0.3.1 |
550 | 2024-11-26T07:17:08.337Z | Downloaded newline-converter v0.3.0 |
551 | 2024-11-26T07:17:08.338Z | Downloaded hubpack_derive v0.1.1 |
552 | 2024-11-26T07:17:08.340Z | Downloaded instant v0.1.13 |
553 | 2024-11-26T07:17:08.340Z | Downloaded time-macros v0.2.18 |
554 | 2024-11-26T07:17:08.343Z | Downloaded waitgroup v0.1.2 |
555 | 2024-11-26T07:17:08.343Z | Downloaded sync_wrapper v0.1.2 |
556 | 2024-11-26T07:17:08.345Z | Downloaded hex v0.4.3 |
557 | 2024-11-26T07:17:08.347Z | Downloaded getrandom v0.2.15 |
558 | 2024-11-26T07:17:08.350Z | Downloaded typify v0.2.0 |
559 | 2024-11-26T07:17:08.353Z | Downloaded proc-macro2 v1.0.92 |
560 | 2024-11-26T07:17:08.355Z | Downloaded smf v0.2.3 |
561 | 2024-11-26T07:17:08.358Z | Downloaded num_enum_derive v0.5.11 |
562 | 2024-11-26T07:17:08.358Z | Downloaded num_enum v0.7.3 |
563 | 2024-11-26T07:17:08.363Z | Downloaded structmeta v0.3.0 |
564 | 2024-11-26T07:17:08.365Z | Downloaded lock_api v0.4.12 |
565 | 2024-11-26T07:17:08.367Z | Downloaded schemars v0.8.21 |
566 | 2024-11-26T07:17:08.378Z | Downloaded usdt-macro v0.5.0 |
567 | 2024-11-26T07:17:08.380Z | Downloaded tinyvec_macros v0.1.1 |
568 | 2024-11-26T07:17:08.380Z | Downloaded thread_local v1.1.8 |
569 | 2024-11-26T07:17:08.382Z | Downloaded owo-colors v4.1.0 |
570 | 2024-11-26T07:17:08.385Z | Downloaded num-derive v0.4.2 |
571 | 2024-11-26T07:17:08.387Z | Downloaded base64 v0.21.7 |
572 | 2024-11-26T07:17:08.390Z | Downloaded num-integer v0.1.46 |
573 | 2024-11-26T07:17:08.392Z | Downloaded newtype-uuid v1.1.0 |
574 | 2024-11-26T07:17:08.392Z | Downloaded managed v0.8.0 |
575 | 2024-11-26T07:17:08.395Z | Downloaded humantime v2.1.0 |
576 | 2024-11-26T07:17:08.397Z | Downloaded zone_cfg_derive v0.3.0 |
577 | 2024-11-26T07:17:08.397Z | Downloaded is-terminal v0.4.13 |
578 | 2024-11-26T07:17:08.397Z | Downloaded hubpack v0.1.2 |
579 | 2024-11-26T07:17:08.400Z | Downloaded hostname v0.3.1 |
580 | 2024-11-26T07:17:08.402Z | Downloaded hyper-rustls v0.27.3 |
581 | 2024-11-26T07:17:08.404Z | Downloaded ipnetwork v0.20.0 |
582 | 2024-11-26T07:17:08.407Z | Downloaded untrusted v0.9.0 |
583 | 2024-11-26T07:17:08.407Z | Downloaded hyper-rustls v0.24.2 |
584 | 2024-11-26T07:17:08.409Z | Downloaded take_mut v0.2.2 |
585 | 2024-11-26T07:17:08.411Z | Downloaded typenum v1.17.0 |
586 | 2024-11-26T07:17:08.414Z | Downloaded heck v0.4.1 |
587 | 2024-11-26T07:17:08.414Z | Downloaded quinn v0.11.5 |
588 | 2024-11-26T07:17:08.417Z | Downloaded futures-task v0.3.31 |
589 | 2024-11-26T07:17:08.419Z | Downloaded tabwriter v1.4.0 |
590 | 2024-11-26T07:17:08.422Z | Downloaded stable_deref_trait v1.2.0 |
591 | 2024-11-26T07:17:08.422Z | Downloaded version_check v0.9.5 |
592 | 2024-11-26T07:17:08.422Z | Downloaded slog-scope v4.4.0 |
593 | 2024-11-26T07:17:08.424Z | Downloaded heck v0.5.0 |
594 | 2024-11-26T07:17:08.424Z | Downloaded http v0.2.12 |
595 | 2024-11-26T07:17:08.429Z | Downloaded usdt-attr-macro v0.5.0 |
596 | 2024-11-26T07:17:08.431Z | Downloaded num-rational v0.4.2 |
597 | 2024-11-26T07:17:08.431Z | Downloaded derive_more v0.99.18 |
598 | 2024-11-26T07:17:08.436Z | Downloaded omicron-workspace-hack v0.1.0 |
599 | 2024-11-26T07:17:08.439Z | Downloaded num_threads v0.1.7 |
600 | 2024-11-26T07:17:08.439Z | Downloaded lazy_static v1.5.0 |
601 | 2024-11-26T07:17:08.442Z | Downloaded zeroize v1.8.1 |
602 | 2024-11-26T07:17:08.442Z | Downloaded slog-envlogger v2.2.0 |
603 | 2024-11-26T07:17:08.444Z | Downloaded serde v1.0.215 |
604 | 2024-11-26T07:17:08.447Z | Downloaded indent_write v2.2.0 |
605 | 2024-11-26T07:17:08.449Z | Downloaded zerocopy-derive v0.7.35 |
606 | 2024-11-26T07:17:08.452Z | Downloaded slog-term v2.9.1 |
607 | 2024-11-26T07:17:08.455Z | Downloaded lru-cache v0.1.2 |
608 | 2024-11-26T07:17:08.458Z | Downloaded ipnet v2.10.0 |
609 | 2024-11-26T07:17:08.461Z | Downloaded futures-sink v0.3.31 |
610 | 2024-11-26T07:17:08.461Z | Downloaded generic-array v0.14.7 |
611 | 2024-11-26T07:17:08.463Z | Downloaded hash32 v0.3.1 |
612 | 2024-11-26T07:17:08.463Z | Downloaded native-tls v0.2.12 |
613 | 2024-11-26T07:17:08.466Z | Downloaded tracing-core v0.1.32 |
614 | 2024-11-26T07:17:08.470Z | Downloaded httparse v1.9.4 |
615 | 2024-11-26T07:17:08.472Z | Downloaded zone v0.3.0 |
616 | 2024-11-26T07:17:08.472Z | Downloaded slog-json v2.6.1 |
617 | 2024-11-26T07:17:08.475Z | Downloaded smartstring v1.0.1 |
618 | 2024-11-26T07:17:08.477Z | Downloaded static_assertions v1.1.0 |
619 | 2024-11-26T07:17:08.480Z | Downloaded usdt v0.5.0 |
620 | 2024-11-26T07:17:08.480Z | Downloaded num_enum_derive v0.7.3 |
621 | 2024-11-26T07:17:08.482Z | Downloaded log v0.4.22 |
622 | 2024-11-26T07:17:08.484Z | Downloaded cc v1.1.21 |
623 | 2024-11-26T07:17:08.487Z | Downloaded pest v2.7.13 |
624 | 2024-11-26T07:17:08.492Z | Downloaded subtle v2.6.1 |
625 | 2024-11-26T07:17:08.495Z | Downloaded strsim v0.11.1 |
626 | 2024-11-26T07:17:08.497Z | Downloaded utf8parse v0.2.2 |
627 | 2024-11-26T07:17:08.497Z | Downloaded unicode-ident v1.0.13 |
628 | 2024-11-26T07:17:08.500Z | Downloaded strum_macros v0.25.3 |
629 | 2024-11-26T07:17:08.503Z | Downloaded num-traits v0.2.19 |
630 | 2024-11-26T07:17:08.505Z | Downloaded rustls v0.23.13 |
631 | 2024-11-26T07:17:08.517Z | Downloaded thin-vec v0.2.13 |
632 | 2024-11-26T07:17:08.519Z | Downloaded smallvec v1.13.2 |
633 | 2024-11-26T07:17:08.522Z | Downloaded slog-stdlog v4.1.1 |
634 | 2024-11-26T07:17:08.524Z | Downloaded mio v1.0.2 |
635 | 2024-11-26T07:17:08.528Z | Downloaded indexmap v1.9.3 |
636 | 2024-11-26T07:17:08.531Z | Downloaded highway v1.2.0 |
637 | 2024-11-26T07:17:08.534Z | Downloaded strum_macros v0.26.4 |
638 | 2024-11-26T07:17:08.536Z | Downloaded openssl-sys v0.9.103 |
639 | 2024-11-26T07:17:08.541Z | Downloaded tinyvec v1.8.0 |
640 | 2024-11-26T07:17:08.544Z | Downloaded whoami v1.5.2 |
641 | 2024-11-26T07:17:08.547Z | Downloaded uuid v1.11.0 |
642 | 2024-11-26T07:17:08.550Z | Downloaded tracing v0.1.40 |
643 | 2024-11-26T07:17:08.555Z | Downloaded memchr v2.7.4 |
644 | 2024-11-26T07:17:08.560Z | Downloaded unsafe-libyaml v0.2.11 |
645 | 2024-11-26T07:17:08.565Z | Downloaded half v2.4.1 |
646 | 2024-11-26T07:17:08.567Z | Downloaded chrono v0.4.38 |
647 | 2024-11-26T07:17:08.575Z | Downloaded http v1.1.0 |
648 | 2024-11-26T07:17:08.580Z | Downloaded minimal-lexical v0.2.1 |
649 | 2024-11-26T07:17:08.585Z | Downloaded clap_builder v4.5.21 |
650 | 2024-11-26T07:17:08.593Z | Downloaded heapless v0.8.0 |
651 | 2024-11-26T07:17:08.597Z | Downloaded indexmap v2.6.0 |
652 | 2024-11-26T07:17:08.602Z | Downloaded hickory-resolver v0.24.1 |
653 | 2024-11-26T07:17:08.606Z | Downloaded hashbrown v0.12.3 |
654 | 2024-11-26T07:17:08.611Z | Downloaded steno v0.4.1 |
655 | 2024-11-26T07:17:08.615Z | Downloaded url v2.5.2 |
656 | 2024-11-26T07:17:08.619Z | Downloaded nom v7.1.3 |
657 | 2024-11-26T07:17:08.625Z | Downloaded hashbrown v0.15.2 |
658 | 2024-11-26T07:17:08.632Z | Downloaded unicode-segmentation v1.12.0 |
659 | 2024-11-26T07:17:08.635Z | Downloaded serde_with v3.9.0 |
660 | 2024-11-26T07:17:08.644Z | Downloaded time v0.3.36 |
661 | 2024-11-26T07:17:08.652Z | Downloaded futures-util v0.3.31 |
662 | 2024-11-26T07:17:08.665Z | Downloaded serde_json v1.0.133 |
663 | 2024-11-26T07:17:08.673Z | Downloaded itertools v0.13.0 |
664 | 2024-11-26T07:17:08.680Z | Downloaded itertools v0.10.5 |
665 | 2024-11-26T07:17:08.688Z | Downloaded reqwest v0.11.27 |
666 | 2024-11-26T07:17:08.696Z | Downloaded libm v0.2.8 |
667 | 2024-11-26T07:17:08.705Z | Downloaded h2 v0.4.6 |
668 | 2024-11-26T07:17:08.713Z | Downloaded vcpkg v0.2.15 |
669 | 2024-11-26T07:17:08.751Z | Downloaded idna v0.5.0 |
670 | 2024-11-26T07:17:08.758Z | Downloaded webpki-roots v0.25.4 |
671 | 2024-11-26T07:17:08.762Z | Downloaded winnow v0.5.40 |
672 | 2024-11-26T07:17:08.772Z | Downloaded idna v0.4.0 |
673 | 2024-11-26T07:17:08.778Z | Downloaded dropshot v0.13.0 |
674 | 2024-11-26T07:17:08.799Z | Downloaded h2 v0.3.26 |
675 | 2024-11-26T07:17:08.805Z | Downloaded dropshot v0.12.0 |
676 | 2024-11-26T07:17:08.827Z | Downloaded openapiv3 v2.0.0 |
677 | 2024-11-26T07:17:08.838Z | Downloaded hyper v1.5.1 |
678 | 2024-11-26T07:17:08.844Z | Downloaded winnow v0.6.18 |
679 | 2024-11-26T07:17:08.853Z | Downloaded hyper v0.14.30 |
680 | 2024-11-26T07:17:08.861Z | Downloaded syn v2.0.89 |
681 | 2024-11-26T07:17:08.873Z | Downloaded quinn-proto v0.11.8 |
682 | 2024-11-26T07:17:08.879Z | Downloaded openssl v0.10.66 |
683 | 2024-11-26T07:17:08.889Z | Downloaded rustls-webpki v0.102.8 |
684 | 2024-11-26T07:17:08.907Z | Downloaded goblin v0.8.2 |
685 | 2024-11-26T07:17:08.912Z | Downloaded rustls v0.21.12 |
686 | 2024-11-26T07:17:08.924Z | Downloaded syn v1.0.109 |
687 | 2024-11-26T07:17:08.935Z | Downloaded unicode-width v0.1.14 |
688 | 2024-11-26T07:17:08.941Z | Downloaded zerocopy v0.7.35 |
689 | 2024-11-26T07:17:08.958Z | Downloaded webpki-roots v0.26.6 |
690 | 2024-11-26T07:17:08.960Z | Downloaded rhai v1.19.0 |
691 | 2024-11-26T07:17:08.972Z | Downloaded regex-syntax v0.8.4 |
692 | 2024-11-26T07:17:08.980Z | Downloaded smoltcp v0.11.0 |
693 | 2024-11-26T07:17:08.994Z | Downloaded regress v0.9.1 |
694 | 2024-11-26T07:17:09.002Z | Downloaded rustix v0.38.37 |
695 | 2024-11-26T07:17:09.025Z | Downloaded hickory-proto v0.24.1 |
696 | 2024-11-26T07:17:09.039Z | Downloaded rustls v0.22.4 |
697 | 2024-11-26T07:17:09.051Z | Downloaded regress v0.10.1 |
698 | 2024-11-26T07:17:09.060Z | Downloaded unicode-normalization v0.1.24 |
699 | 2024-11-26T07:17:09.064Z | Downloaded itertools v0.12.1 |
700 | 2024-11-26T07:17:09.071Z | Downloaded hashbrown v0.14.5 |
701 | 2024-11-26T07:17:09.076Z | Downloaded tokio-util v0.7.12 |
702 | 2024-11-26T07:17:09.083Z | Downloaded typify-impl v0.2.0 |
703 | 2024-11-26T07:17:09.098Z | Downloaded sled v0.34.7 |
704 | 2024-11-26T07:17:09.109Z | Downloaded toml_edit v0.19.15 |
705 | 2024-11-26T07:17:09.124Z | Downloaded toml_edit v0.22.21 |
706 | 2024-11-26T07:17:09.144Z | Downloaded unicode-bidi v0.3.15 |
707 | 2024-11-26T07:17:09.147Z | Downloaded zerocopy-derive v0.6.6 |
708 | 2024-11-26T07:17:09.157Z | Downloaded tokio-rustls v0.26.0 |
709 | 2024-11-26T07:17:09.165Z | Downloaded tokio-rustls v0.24.1 |
710 | 2024-11-26T07:17:09.165Z | Downloaded zerocopy v0.6.6 |
711 | 2024-11-26T07:17:09.165Z | Downloaded expectorate v1.1.0 |
712 | 2024-11-26T07:17:09.168Z | Downloaded terminal_size v0.4.0 |
713 | 2024-11-26T07:17:09.168Z | Downloaded mime v0.3.17 |
714 | 2024-11-26T07:17:09.168Z | Downloaded ucd-trie v0.1.6 |
715 | 2024-11-26T07:17:09.171Z | Downloaded toml v0.8.19 |
716 | 2024-11-26T07:17:09.173Z | Downloaded regex-automata v0.4.7 |
717 | 2024-11-26T07:17:09.190Z | Downloaded crossbeam-channel v0.5.13 |
718 | 2024-11-26T07:17:09.194Z | Downloaded base64 v0.22.1 |
719 | 2024-11-26T07:17:09.197Z | Downloaded petgraph v0.6.5 |
720 | 2024-11-26T07:17:09.215Z | Downloaded usdt-impl v0.5.0 |
721 | 2024-11-26T07:17:09.218Z | Downloaded multer v3.1.0 |
722 | 2024-11-26T07:17:09.220Z | Downloaded hyper-util v0.1.10 |
723 | 2024-11-26T07:17:09.222Z | Downloaded clap v4.5.21 |
724 | 2024-11-26T07:17:09.231Z | Downloaded itoa v1.0.11 |
725 | 2024-11-26T07:17:09.233Z | Downloaded tokio-rustls v0.25.0 |
726 | 2024-11-26T07:17:09.236Z | Downloaded serde_yaml v0.9.34+deprecated |
727 | 2024-11-26T07:17:09.238Z | Downloaded darling_core v0.20.10 |
728 | 2024-11-26T07:17:09.241Z | Downloaded futures v0.3.31 |
729 | 2024-11-26T07:17:09.246Z | Downloaded macaddr v1.0.1 |
730 | 2024-11-26T07:17:09.248Z | Downloaded tokio-native-tls v0.3.1 |
731 | 2024-11-26T07:17:09.251Z | Downloaded libc v0.2.165 |
732 | 2024-11-26T07:17:09.274Z | Downloaded tokio-macros v2.4.0 |
733 | 2024-11-26T07:17:09.276Z | Downloaded tokio v1.40.0 |
734 | 2024-11-26T07:17:09.310Z | Downloaded once_cell v1.19.0 |
735 | 2024-11-26T07:17:09.313Z | Downloaded socket2 v0.5.7 |
736 | 2024-11-26T07:17:09.315Z | Downloaded derive-where v1.2.7 |
737 | 2024-11-26T07:17:09.317Z | Downloaded num_enum v0.5.11 |
738 | 2024-11-26T07:17:09.322Z | Downloaded tracing-attributes v0.1.27 |
739 | 2024-11-26T07:17:09.325Z | Downloaded encoding_rs v0.8.34 |
740 | 2024-11-26T07:17:09.344Z | Downloaded term v0.7.0 |
741 | 2024-11-26T07:17:09.347Z | Downloaded similar v2.6.0 |
742 | 2024-11-26T07:17:09.351Z | Downloaded serde_derive v1.0.215 |
743 | 2024-11-26T07:17:09.355Z | Downloaded crc32fast v1.4.2 |
744 | 2024-11-26T07:17:09.358Z | Downloaded thiserror v1.0.69 |
745 | 2024-11-26T07:17:09.360Z | Downloaded structmeta-derive v0.3.0 |
746 | 2024-11-26T07:17:09.362Z | Downloaded linked-hash-map v0.5.6 |
747 | 2024-11-26T07:17:09.362Z | Downloaded iana-time-zone v0.1.61 |
748 | 2024-11-26T07:17:09.365Z | Downloaded spin v0.9.8 |
749 | 2024-11-26T07:17:09.367Z | Downloaded crossbeam-epoch v0.9.18 |
750 | 2024-11-26T07:17:09.370Z | Downloaded ciborium v0.2.2 |
751 | 2024-11-26T07:17:09.372Z | Downloaded blake2 v0.10.6 |
752 | 2024-11-26T07:17:09.374Z | Downloaded backoff v0.4.0 |
753 | 2024-11-26T07:17:09.374Z | Downloaded serde_urlencoded v0.7.1 |
754 | 2024-11-26T07:17:09.377Z | Downloaded serde_derive_internals v0.29.1 |
755 | 2024-11-26T07:17:09.379Z | Downloaded semver v1.0.23 |
756 | 2024-11-26T07:17:09.381Z | Downloaded sct v0.7.1 |
757 | 2024-11-26T07:17:09.384Z | Downloaded scroll v0.12.0 |
758 | 2024-11-26T07:17:09.384Z | Downloaded foreign-types-shared v0.3.1 |
759 | 2024-11-26T07:17:09.387Z | Downloaded embedded-io v0.4.0 |
760 | 2024-11-26T07:17:09.387Z | Downloaded dof v0.3.0 |
761 | 2024-11-26T07:17:09.390Z | Downloaded rhai_codegen v2.2.0 |
762 | 2024-11-26T07:17:09.393Z | Downloaded foreign-types-macros v0.2.3 |
763 | 2024-11-26T07:17:09.396Z | Downloaded embedded-io v0.6.1 |
764 | 2024-11-26T07:17:09.396Z | Downloaded deranged v0.3.11 |
765 | 2024-11-26T07:17:09.398Z | Downloaded defmt v0.3.8 |
766 | 2024-11-26T07:17:09.400Z | Downloaded data-encoding v2.6.0 |
767 | 2024-11-26T07:17:09.400Z | Downloaded quote v1.0.37 |
768 | 2024-11-26T07:17:09.404Z | Downloaded prettyplease v0.2.22 |
769 | 2024-11-26T07:17:09.408Z | Downloaded slog-dtrace v0.3.0 |
770 | 2024-11-26T07:17:09.408Z | Downloaded slab v0.4.9 |
771 | 2024-11-26T07:17:09.408Z | Downloaded futures-executor v0.3.31 |
772 | 2024-11-26T07:17:09.411Z | Downloaded futures-core v0.3.31 |
773 | 2024-11-26T07:17:09.411Z | Downloaded fnv v1.0.7 |
774 | 2024-11-26T07:17:09.411Z | Downloaded errno v0.3.9 |
775 | 2024-11-26T07:17:09.414Z | Downloaded either v1.13.0 |
776 | 2024-11-26T07:17:09.414Z | Downloaded digest v0.10.7 |
777 | 2024-11-26T07:17:09.416Z | Downloaded clap_lex v0.7.2 |
778 | 2024-11-26T07:17:09.416Z | Downloaded serde_repr v0.1.19 |
779 | 2024-11-26T07:17:09.418Z | Downloaded serde_path_to_error v0.1.16 |
780 | 2024-11-26T07:17:09.421Z | Downloaded semver v0.1.20 |
781 | 2024-11-26T07:17:09.421Z | Downloaded schemars_derive v0.8.21 |
782 | 2024-11-26T07:17:09.426Z | Downloaded resolv-conf v0.7.0 |
783 | 2024-11-26T07:17:09.426Z | Downloaded form_urlencoded v1.2.1 |
784 | 2024-11-26T07:17:09.426Z | Downloaded fixedbitset v0.4.2 |
785 | 2024-11-26T07:17:09.429Z | Downloaded dirs-sys-next v0.1.2 |
786 | 2024-11-26T07:17:09.429Z | Downloaded defmt-macros v0.3.9 |
787 | 2024-11-26T07:17:09.429Z | Downloaded crypto-common v0.1.6 |
788 | 2024-11-26T07:17:09.431Z | Downloaded ciborium-ll v0.2.2 |
789 | 2024-11-26T07:17:09.431Z | Downloaded dtrace-parser v0.2.0 |
790 | 2024-11-26T07:17:09.431Z | Downloaded clap_derive v4.5.18 |
791 | 2024-11-26T07:17:09.434Z | Downloaded cfg-if v1.0.0 |
792 | 2024-11-26T07:17:09.434Z | Downloaded cancel-safe-futures v0.1.5 |
793 | 2024-11-26T07:17:09.437Z | Downloaded bitflags v1.3.2 |
794 | 2024-11-26T07:17:09.439Z | Downloaded plain v0.2.3 |
795 | 2024-11-26T07:17:09.442Z | Downloaded pin-project-lite v0.2.14 |
796 | 2024-11-26T07:17:09.444Z | Downloaded ppv-lite86 v0.2.20 |
797 | 2024-11-26T07:17:09.446Z | Downloaded pkg-config v0.3.31 |
798 | 2024-11-26T07:17:09.449Z | Downloaded pin-utils v0.1.0 |
799 | 2024-11-26T07:17:09.449Z | Downloaded pest_generator v2.7.13 |
800 | 2024-11-26T07:17:09.449Z | Downloaded paste v1.0.15 |
801 | 2024-11-26T07:17:09.452Z | Downloaded camino v1.1.9 |
802 | 2024-11-26T07:17:09.454Z | Downloaded block-buffer v0.10.4 |
803 | 2024-11-26T07:17:09.454Z | Downloaded bitflags v2.6.0 |
804 | 2024-11-26T07:17:09.458Z | Downloaded arc-swap v1.7.1 |
805 | 2024-11-26T07:17:09.461Z | Downloaded allocator-api2 v0.2.18 |
806 | 2024-11-26T07:17:09.464Z | Downloaded ahash v0.8.11 |
807 | 2024-11-26T07:17:09.466Z | Downloaded atomicwrites v0.4.4 |
808 | 2024-11-26T07:17:09.468Z | Downloaded atomic-waker v1.1.2 |
809 | 2024-11-26T07:17:09.468Z | Downloaded argon2 v0.5.3 |
810 | 2024-11-26T07:17:09.471Z | Downloaded anstyle-query v1.1.1 |
811 | 2024-11-26T07:17:09.473Z | Downloaded anstyle-parse v0.2.5 |
812 | 2024-11-26T07:17:09.473Z | Downloaded anstream v0.6.15 |
813 | 2024-11-26T07:17:09.604Z | Downloaded ring v0.17.8 |
814 | 2024-11-26T07:17:10.012Z | Compiling proc-macro2 v1.0.92 |
815 | 2024-11-26T07:17:10.012Z | Compiling unicode-ident v1.0.13 |
816 | 2024-11-26T07:17:10.015Z | Compiling libc v0.2.165 |
817 | 2024-11-26T07:17:10.015Z | Compiling serde v1.0.215 |
818 | 2024-11-26T07:17:10.015Z | Compiling autocfg v1.3.0 |
819 | 2024-11-26T07:17:10.015Z | Compiling version_check v0.9.5 |
820 | 2024-11-26T07:17:10.015Z | Compiling cfg-if v1.0.0 |
821 | 2024-11-26T07:17:10.224Z | Compiling once_cell v1.19.0 |
822 | 2024-11-26T07:17:10.247Z | Compiling libm v0.2.8 |
823 | 2024-11-26T07:17:10.267Z | Compiling memchr v2.7.4 |
824 | 2024-11-26T07:17:10.753Z | Compiling parking_lot_core v0.9.10 |
825 | 2024-11-26T07:17:10.774Z | Compiling lock_api v0.4.12 |
826 | 2024-11-26T07:17:10.966Z | Compiling shlex v1.3.0 |
827 | 2024-11-26T07:17:11.083Z | Compiling thiserror v1.0.69 |
828 | 2024-11-26T07:17:11.206Z | Compiling cc v1.1.21 |
829 | 2024-11-26T07:17:11.306Z | Compiling itoa v1.0.11 |
830 | 2024-11-26T07:17:11.646Z | Compiling slab v0.4.9 |
831 | 2024-11-26T07:17:11.671Z | Compiling schemars v0.8.21 |
832 | 2024-11-26T07:17:11.755Z | Compiling byteorder v1.5.0 |
833 | 2024-11-26T07:17:12.001Z | Compiling quote v1.0.37 |
834 | 2024-11-26T07:17:12.061Z | Compiling num-traits v0.2.19 |
835 | 2024-11-26T07:17:12.345Z | Compiling getrandom v0.2.15 |
836 | 2024-11-26T07:17:12.491Z | Compiling syn v2.0.89 |
837 | 2024-11-26T07:17:12.719Z | Compiling ryu v1.0.18 |
838 | 2024-11-26T07:17:12.953Z | Compiling serde_json v1.0.133 |
839 | 2024-11-26T07:17:13.023Z | Compiling pin-project-lite v0.2.14 |
840 | 2024-11-26T07:17:13.453Z | Compiling log v0.4.22 |
841 | 2024-11-26T07:17:13.571Z | Compiling scopeguard v1.2.0 |
842 | 2024-11-26T07:17:13.684Z | Compiling equivalent v1.0.1 |
843 | 2024-11-26T07:17:13.756Z | Compiling hashbrown v0.15.2 |
844 | 2024-11-26T07:17:13.806Z | Compiling heck v0.5.0 |
845 | 2024-11-26T07:17:13.874Z | Compiling fnv v1.0.7 |
846 | 2024-11-26T07:17:14.034Z | Compiling mio v1.0.2 |
847 | 2024-11-26T07:17:14.283Z | Compiling socket2 v0.5.7 |
848 | 2024-11-26T07:17:14.286Z | Compiling signal-hook-registry v1.4.2 |
849 | 2024-11-26T07:17:14.398Z | Compiling ring v0.17.8 |
850 | 2024-11-26T07:17:15.487Z | Compiling httparse v1.9.4 |
851 | 2024-11-26T07:17:15.512Z | Compiling pkg-config v0.3.31 |
852 | 2024-11-26T07:17:15.549Z | Compiling slog v2.7.0 |
853 | 2024-11-26T07:17:15.682Z | Compiling vcpkg v0.2.15 |
854 | 2024-11-26T07:17:16.002Z | Compiling iana-time-zone v0.1.61 |
855 | 2024-11-26T07:17:16.142Z | Compiling futures-core v0.3.31 |
856 | 2024-11-26T07:17:16.221Z | Compiling dyn-clone v1.0.17 |
857 | 2024-11-26T07:17:16.378Z | Compiling futures-sink v0.3.31 |
858 | 2024-11-26T07:17:16.439Z | Compiling semver v1.0.23 |
859 | 2024-11-26T07:17:16.551Z | Compiling openssl v0.10.66 |
860 | 2024-11-26T07:17:17.021Z | Compiling typenum v1.17.0 |
861 | 2024-11-26T07:17:17.043Z | Compiling futures-channel v0.3.31 |
862 | 2024-11-26T07:17:17.071Z | Compiling ahash v0.8.11 |
863 | 2024-11-26T07:17:17.168Z | Compiling futures-io v0.3.31 |
864 | 2024-11-26T07:17:17.254Z | Compiling pin-utils v0.1.0 |
865 | 2024-11-26T07:17:17.276Z | Compiling openssl-sys v0.9.103 |
866 | 2024-11-26T07:17:17.375Z | Compiling rustls v0.23.13 |
867 | 2024-11-26T07:17:17.475Z | Compiling native-tls v0.2.12 |
868 | 2024-11-26T07:17:17.530Z | Compiling futures-task v0.3.31 |
869 | 2024-11-26T07:17:17.633Z | Compiling generic-array v0.14.7 |
870 | 2024-11-26T07:17:17.851Z | Compiling tracing-core v0.1.32 |
871 | 2024-11-26T07:17:17.922Z | Compiling allocator-api2 v0.2.18 |
872 | 2024-11-26T07:17:17.976Z | Compiling bitflags v2.6.0 |
873 | 2024-11-26T07:17:18.014Z | Compiling ucd-trie v0.1.6 |
874 | 2024-11-26T07:17:18.298Z | Compiling subtle v2.6.1 |
875 | 2024-11-26T07:17:18.617Z | Compiling aho-corasick v1.1.3 |
876 | 2024-11-26T07:17:18.644Z | Compiling regex-syntax v0.8.4 |
877 | 2024-11-26T07:17:18.685Z | Compiling anyhow v1.0.93 |
878 | 2024-11-26T07:17:18.855Z | Compiling time-core v0.1.2 |
879 | 2024-11-26T07:17:19.009Z | Compiling num-conv v0.1.0 |
880 | 2024-11-26T07:17:19.294Z | Compiling time-macros v0.2.18 |
881 | 2024-11-26T07:17:19.608Z | Compiling serde_derive_internals v0.29.1 |
882 | 2024-11-26T07:17:19.999Z | Compiling spin v0.9.8 |
883 | 2024-11-26T07:17:20.297Z | Compiling rustls-pki-types v1.8.0 |
884 | 2024-11-26T07:17:20.478Z | Compiling crunchy v0.2.2 |
885 | 2024-11-26T07:17:21.525Z | Compiling usdt-impl v0.5.0 |
886 | 2024-11-26T07:17:21.781Z | Compiling tiny-keccak v2.0.2 |
887 | 2024-11-26T07:17:22.052Z | Compiling regex-automata v0.4.7 |
888 | 2024-11-26T07:17:22.106Z | Compiling untrusted v0.9.0 |
889 | 2024-11-26T07:17:22.580Z | Compiling omicron-workspace-hack v0.1.0 |
890 | 2024-11-26T07:17:22.703Z | Compiling plain v0.2.3 |
891 | 2024-11-26T07:17:22.860Z | Compiling atomic-waker v1.1.2 |
892 | 2024-11-26T07:17:24.464Z | Compiling try-lock v0.2.5 |
893 | 2024-11-26T07:17:24.510Z | Compiling zeroize v1.8.1 |
894 | 2024-11-26T07:17:24.631Z | Compiling strsim v0.11.1 |
895 | 2024-11-26T07:17:24.776Z | Compiling pretty-hex v0.4.1 |
896 | 2024-11-26T07:17:24.848Z | Compiling rustversion v1.0.17 |
897 | 2024-11-26T07:17:24.965Z | Compiling serde_derive v1.0.215 |
898 | 2024-11-26T07:17:24.991Z | Compiling zerocopy-derive v0.7.35 |
899 | 2024-11-26T07:17:25.372Z | Compiling thiserror-impl v1.0.69 |
900 | 2024-11-26T07:17:25.508Z | Compiling tokio-macros v2.4.0 |
901 | 2024-11-26T07:17:25.990Z | Compiling schemars_derive v0.8.21 |
902 | 2024-11-26T07:17:27.118Z | Compiling futures-macro v0.3.31 |
903 | 2024-11-26T07:17:27.150Z | Compiling zerocopy v0.7.35 |
904 | 2024-11-26T07:17:28.961Z | Compiling openssl-macros v0.1.1 |
905 | 2024-11-26T07:17:29.072Z | Compiling futures-util v0.3.31 |
906 | 2024-11-26T07:17:29.583Z | Compiling tracing-attributes v0.1.27 |
907 | 2024-11-26T07:17:29.683Z | Compiling hashbrown v0.14.5 |
908 | 2024-11-26T07:17:29.801Z | Compiling scroll_derive v0.12.0 |
909 | 2024-11-26T07:17:30.068Z | Compiling pest v2.7.13 |
910 | 2024-11-26T07:17:30.324Z | Compiling regex v1.10.6 |
911 | 2024-11-26T07:17:31.034Z | Compiling regress v0.10.1 |
912 | 2024-11-26T07:17:31.303Z | Compiling scroll v0.12.0 |
913 | 2024-11-26T07:17:31.835Z | Compiling goblin v0.8.2 |
914 | 2024-11-26T07:17:32.958Z | Compiling tracing v0.1.40 |
915 | 2024-11-26T07:17:33.653Z | Compiling pest_meta v2.7.13 |
916 | 2024-11-26T07:17:35.880Z | Compiling pest_generator v2.7.13 |
917 | 2024-11-26T07:17:36.018Z | Compiling rustls-webpki v0.102.8 |
918 | 2024-11-26T07:17:37.667Z | Compiling tinyvec_macros v0.1.1 |
919 | 2024-11-26T07:17:37.711Z | Compiling pest_derive v2.7.13 |
920 | 2024-11-26T07:17:37.775Z | Compiling percent-encoding v2.3.1 |
921 | 2024-11-26T07:17:38.256Z | Compiling form_urlencoded v1.2.1 |
922 | 2024-11-26T07:17:38.616Z | Compiling dtrace-parser v0.2.0 |
923 | 2024-11-26T07:17:38.745Z | Compiling tinyvec v1.8.0 |
924 | 2024-11-26T07:17:39.063Z | Compiling bytes v1.7.2 |
925 | 2024-11-26T07:17:40.382Z | Compiling smallvec v1.13.2 |
926 | 2024-11-26T07:17:40.409Z | Compiling indexmap v2.6.0 |
927 | 2024-11-26T07:17:40.456Z | Compiling chrono v0.4.38 |
928 | 2024-11-26T07:17:40.960Z | Compiling uuid v1.11.0 |
929 | 2024-11-26T07:17:41.133Z | Compiling serde_tokenstream v0.2.2 |
930 | 2024-11-26T07:17:41.721Z | Compiling parking_lot v0.12.3 |
931 | 2024-11-26T07:17:41.743Z | Compiling http v1.1.0 |
932 | 2024-11-26T07:17:42.220Z | Compiling tokio v1.40.0 |
933 | 2024-11-26T07:17:45.377Z | Compiling openapiv3 v2.0.0 |
934 | 2024-11-26T07:17:46.303Z | Compiling dof v0.3.0 |
935 | 2024-11-26T07:17:47.952Z | Compiling typify-impl v0.2.0 |
936 | 2024-11-26T07:17:48.102Z | Compiling http-body v1.0.1 |
937 | 2024-11-26T07:17:48.455Z | Compiling want v0.3.1 |
938 | 2024-11-26T07:17:48.779Z | Compiling const-random-macro v0.1.16 |
939 | 2024-11-26T07:17:49.120Z | Compiling rand_core v0.6.4 |
940 | 2024-11-26T07:17:49.412Z | Compiling thread-id v4.2.2 |
941 | 2024-11-26T07:17:49.553Z | Compiling rustls v0.22.4 |
942 | 2024-11-26T07:17:49.647Z | Compiling httpdate v1.0.3 |
943 | 2024-11-26T07:17:49.828Z | Compiling camino v1.1.9 |
944 | 2024-11-26T07:17:49.888Z | Compiling unsafe-libyaml v0.2.11 |
945 | 2024-11-26T07:17:50.009Z | Compiling const-random v0.1.18 |
946 | 2024-11-26T07:17:50.409Z | Compiling ipnetwork v0.20.0 |
947 | 2024-11-26T07:17:51.439Z | Compiling serde_yaml v0.9.34+deprecated |
948 | 2024-11-26T07:17:51.610Z | Compiling unicode-normalization v0.1.24 |
949 | 2024-11-26T07:17:51.634Z | Compiling foreign-types-shared v0.1.1 |
950 | 2024-11-26T07:17:51.762Z | Compiling syn v1.0.109 |
951 | 2024-11-26T07:17:52.397Z | Compiling tokio-util v0.7.12 |
952 | 2024-11-26T07:17:52.972Z | Compiling tower-service v0.3.3 |
953 | 2024-11-26T07:17:53.121Z | Compiling ident_case v1.0.1 |
954 | 2024-11-26T07:17:53.317Z | Compiling unicode-bidi v0.3.15 |
955 | 2024-11-26T07:17:54.202Z | Compiling h2 v0.4.6 |
956 | 2024-11-26T07:17:54.361Z | Compiling slog-async v2.8.0 |
957 | 2024-11-26T07:17:54.427Z | Compiling darling_core v0.20.10 |
958 | 2024-11-26T07:17:54.972Z | Compiling foreign-types v0.3.2 |
959 | 2024-11-26T07:17:55.267Z | Compiling ppv-lite86 v0.2.20 |
960 | 2024-11-26T07:17:56.384Z | Compiling multer v3.1.0 |
961 | 2024-11-26T07:17:56.928Z | Compiling paste v1.0.15 |
962 | 2024-11-26T07:17:59.366Z | Compiling hyper v1.5.1 |
963 | 2024-11-26T07:17:59.891Z | Compiling typify-macro v0.2.0 |
964 | 2024-11-26T07:18:00.101Z | Compiling rand_chacha v0.3.1 |
965 | 2024-11-26T07:18:00.561Z | Compiling darling_macro v0.20.10 |
966 | 2024-11-26T07:18:01.848Z | Compiling idna v0.5.0 |
967 | 2024-11-26T07:18:03.876Z | Compiling typify v0.2.0 |
968 | 2024-11-26T07:18:04.038Z | Compiling progenitor-impl v0.8.0 |
969 | 2024-11-26T07:18:05.694Z | Compiling hyper-util v0.1.10 |
970 | 2024-11-26T07:18:08.875Z | Compiling usdt-attr-macro v0.5.0 |
971 | 2024-11-26T07:18:10.066Z | Compiling usdt-macro v0.5.0 |
972 | 2024-11-26T07:18:10.595Z | Compiling http-body-util v0.1.2 |
973 | 2024-11-26T07:18:10.676Z | Compiling progenitor-macro v0.8.0 |
974 | 2024-11-26T07:18:11.163Z | Compiling toml_datetime v0.6.8 |
975 | 2024-11-26T07:18:11.227Z | Compiling async-trait v0.1.83 |
976 | 2024-11-26T07:18:11.987Z | Compiling encoding_rs v0.8.34 |
977 | 2024-11-26T07:18:13.130Z | Compiling mime v0.3.17 |
978 | 2024-11-26T07:18:13.231Z | Compiling openssl-probe v0.1.5 |
979 | 2024-11-26T07:18:13.670Z | Compiling base64 v0.22.1 |
980 | 2024-11-26T07:18:14.228Z | Compiling rustls-pemfile v2.1.3 |
981 | 2024-11-26T07:18:16.425Z | Compiling url v2.5.2 |
982 | 2024-11-26T07:18:19.217Z | Compiling darling v0.20.10 |
983 | 2024-11-26T07:18:19.352Z | Compiling rand v0.8.5 |
984 | 2024-11-26T07:18:22.021Z | Compiling serde_urlencoded v0.7.1 |
985 | 2024-11-26T07:18:22.628Z | Compiling async-stream-impl v0.3.6 |
986 | 2024-11-26T07:18:23.769Z | Compiling ipnet v2.10.0 |
987 | 2024-11-26T07:18:24.019Z | Compiling powerfmt v0.2.0 |
988 | 2024-11-26T07:18:24.136Z | Compiling crossbeam-utils v0.8.20 |
989 | 2024-11-26T07:18:24.515Z | Compiling deranged v0.3.11 |
990 | 2024-11-26T07:18:25.080Z | Compiling tokio-rustls v0.26.0 |
991 | 2024-11-26T07:18:25.840Z | Compiling serde_with_macros v3.9.0 |
992 | 2024-11-26T07:18:26.704Z | Compiling tokio-native-tls v0.3.1 |
993 | 2024-11-26T07:18:27.035Z | Compiling strum_macros v0.26.4 |
994 | 2024-11-26T07:18:28.531Z | Compiling structmeta-derive v0.3.0 |
995 | 2024-11-26T07:18:28.645Z | Compiling webpki-roots v0.26.6 |
996 | 2024-11-26T07:18:28.860Z | Compiling dropshot v0.12.0 |
997 | 2024-11-26T07:18:29.230Z | Compiling winnow v0.6.18 |
998 | 2024-11-26T07:18:32.006Z | Compiling num_threads v0.1.7 |
999 | 2024-11-26T07:18:32.150Z | Compiling time v0.3.36 |
1000 | 2024-11-26T07:18:33.570Z | Compiling structmeta v0.3.0 |
1001 | 2024-11-26T07:18:33.985Z | Compiling hyper-rustls v0.27.3 |
1002 | 2024-11-26T07:18:34.310Z | Compiling hyper-tls v0.6.0 |
1003 | 2024-11-26T07:18:35.081Z | Compiling crypto-common v0.1.6 |
1004 | 2024-11-26T07:18:35.321Z | Compiling block-buffer v0.10.4 |
1005 | 2024-11-26T07:18:35.841Z | Compiling sync_wrapper v1.0.1 |
1006 | 2024-11-26T07:18:39.083Z | Compiling reqwest v0.12.9 |
1007 | 2024-11-26T07:18:41.641Z | Compiling digest v0.10.7 |
1008 | 2024-11-26T07:18:42.132Z | Compiling parse-display-derive v0.10.0 |
1009 | 2024-11-26T07:18:43.434Z | Compiling dropshot_endpoint v0.12.0 |
1010 | 2024-11-26T07:18:44.943Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1011 | 2024-11-26T07:18:45.867Z | Compiling dirs-sys-next v0.1.2 |
1012 | 2024-11-26T07:18:46.712Z | Compiling match_cfg v0.1.0 |
1013 | 2024-11-26T07:18:46.898Z | Compiling hostname v0.3.1 |
1014 | 2024-11-26T07:18:47.636Z | Compiling dirs-next v2.0.0 |
1015 | 2024-11-26T07:18:47.791Z | Compiling progenitor-client v0.8.0 |
1016 | 2024-11-26T07:18:48.681Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1017 | 2024-11-26T07:18:52.483Z | Compiling futures-executor v0.3.31 |
1018 | 2024-11-26T07:18:53.297Z | Compiling thread_local v1.1.8 |
1019 | 2024-11-26T07:18:53.996Z | Compiling lazy_static v1.5.0 |
1020 | 2024-11-26T07:18:53.999Z | Compiling cpufeatures v0.2.14 |
1021 | 2024-11-26T07:18:54.137Z | Compiling rustix v0.38.37 |
1022 | 2024-11-26T07:18:55.006Z | Compiling futures v0.3.31 |
1023 | 2024-11-26T07:18:56.403Z | Compiling progenitor v0.8.0 |
1024 | 2024-11-26T07:18:56.561Z | Compiling term v0.7.0 |
1025 | 2024-11-26T07:18:56.626Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1026 | 2024-11-26T07:18:57.497Z | Compiling crossbeam-channel v0.5.13 |
1027 | 2024-11-26T07:18:58.357Z | Compiling serde_spanned v0.6.7 |
1028 | 2024-11-26T07:18:58.793Z | Compiling is-terminal v0.4.13 |
1029 | 2024-11-26T07:18:58.939Z | Compiling memmap v0.7.0 |
1030 | 2024-11-26T07:18:59.033Z | Compiling errno v0.3.9 |
1031 | 2024-11-26T07:18:59.357Z | Compiling instant v0.1.13 |
1032 | 2024-11-26T07:18:59.538Z | Compiling unicode-width v0.1.14 |
1033 | 2024-11-26T07:19:00.118Z | Compiling take_mut v0.2.2 |
1034 | 2024-11-26T07:19:01.027Z | Compiling usdt v0.5.0 |
1035 | 2024-11-26T07:19:02.277Z | Compiling slog-term v2.9.1 |
1036 | 2024-11-26T07:19:02.999Z | Compiling toml_edit v0.22.21 |
1037 | 2024-11-26T07:19:04.965Z | Compiling slog-json v2.6.1 |
1038 | 2024-11-26T07:19:05.885Z | Compiling debug-ignore v1.0.5 |
1039 | 2024-11-26T07:19:06.483Z | Compiling slog-bunyan v2.5.0 |
1040 | 2024-11-26T07:19:06.772Z | Compiling toml v0.8.19 |
1041 | 2024-11-26T07:19:08.679Z | Compiling tokio-rustls v0.25.0 |
1042 | 2024-11-26T07:19:09.152Z | Compiling sha1 v0.10.6 |
1043 | 2024-11-26T07:19:09.949Z | Compiling strum v0.26.3 |
1044 | 2024-11-26T07:19:10.170Z | Compiling serde_with v3.9.0 |
1045 | 2024-11-26T07:19:13.320Z | Compiling async-stream v0.3.6 |
1046 | 2024-11-26T07:19:13.512Z | Compiling serde_path_to_error v0.1.16 |
1047 | 2024-11-26T07:19:13.643Z | Compiling waitgroup v0.1.2 |
1048 | 2024-11-26T07:19:13.903Z | Compiling hostname v0.4.0 |
1049 | 2024-11-26T07:19:14.610Z | Compiling heapless v0.8.0 |
1050 | 2024-11-26T07:19:15.119Z | Compiling newtype-uuid v1.1.0 |
1051 | 2024-11-26T07:19:15.468Z | Compiling hex v0.4.3 |
1052 | 2024-11-26T07:19:15.594Z | Compiling hash32 v0.3.1 |
1053 | 2024-11-26T07:19:15.967Z | Compiling smoltcp v0.11.0 |
1054 | 2024-11-26T07:19:16.342Z | Compiling stable_deref_trait v1.2.0 |
1055 | 2024-11-26T07:19:16.766Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1056 | 2024-11-26T07:19:18.556Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1057 | 2024-11-26T07:19:19.247Z | Compiling backoff v0.4.0 |
1058 | 2024-11-26T07:19:19.661Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1059 | 2024-11-26T07:19:20.311Z | Compiling parse-display v0.10.0 |
1060 | 2024-11-26T07:19:22.212Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1061 | 2024-11-26T07:19:22.484Z | Compiling regress v0.9.1 |
1062 | 2024-11-26T07:19:24.730Z | Compiling macaddr v1.0.1 |
1063 | 2024-11-26T07:19:25.170Z | Compiling clap_derive v4.5.18 |
1064 | 2024-11-26T07:19:25.581Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1065 | 2024-11-26T07:19:25.993Z | Compiling cobs v0.2.3 |
1066 | 2024-11-26T07:19:26.446Z | Compiling managed v0.8.0 |
1067 | 2024-11-26T07:19:26.569Z | Compiling utf8parse v0.2.2 |
1068 | 2024-11-26T07:19:26.752Z | Compiling bitflags v1.3.2 |
1069 | 2024-11-26T07:19:26.879Z | Compiling winnow v0.5.40 |
1070 | 2024-11-26T07:19:29.983Z | Compiling anstyle-parse v0.2.5 |
1071 | 2024-11-26T07:19:30.962Z | Compiling toml_edit v0.19.15 |
1072 | 2024-11-26T07:19:30.983Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1073 | 2024-11-26T07:19:31.071Z | Compiling postcard v1.0.10 |
1074 | 2024-11-26T07:19:35.367Z | Compiling colorchoice v1.0.2 |
1075 | 2024-11-26T07:19:35.952Z | Compiling anstyle v1.0.10 |
1076 | 2024-11-26T07:19:37.382Z | Compiling is_terminal_polyfill v1.70.1 |
1077 | 2024-11-26T07:19:37.410Z | Compiling anstyle-query v1.1.1 |
1078 | 2024-11-26T07:19:37.578Z | Compiling anstream v0.6.15 |
1079 | 2024-11-26T07:19:38.642Z | Compiling proc-macro-crate v1.3.1 |
1080 | 2024-11-26T07:19:39.341Z | Compiling terminal_size v0.4.0 |
1081 | 2024-11-26T07:19:39.569Z | Compiling clap_lex v0.7.2 |
1082 | 2024-11-26T07:19:39.722Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1083 | 2024-11-26T07:19:40.140Z | Compiling clap_builder v4.5.21 |
1084 | 2024-11-26T07:19:40.408Z | Compiling num_enum_derive v0.5.11 |
1085 | 2024-11-26T07:19:41.598Z | Compiling tabwriter v1.4.0 |
1086 | 2024-11-26T07:19:42.543Z | Compiling foreign-types-macros v0.2.3 |
1087 | 2024-11-26T07:19:42.819Z | Compiling num-integer v0.1.46 |
1088 | 2024-11-26T07:19:43.422Z | Compiling foreign-types-shared v0.3.1 |
1089 | 2024-11-26T07:19:43.782Z | Compiling num_enum v0.5.11 |
1090 | 2024-11-26T07:19:43.877Z | Compiling foreign-types v0.5.0 |
1091 | 2024-11-26T07:19:44.220Z | Compiling clap v4.5.21 |
1092 | 2024-11-26T07:19:44.432Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1093 | 2024-11-26T07:19:44.999Z | Compiling cstr-argument v0.1.2 |
1094 | 2024-11-26T07:19:45.096Z | Compiling proc-macro-error-attr v1.0.4 |
1095 | 2024-11-26T07:19:45.431Z | Compiling prettyplease v0.2.22 |
1096 | 2024-11-26T07:19:45.457Z | Compiling either v1.13.0 |
1097 | 2024-11-26T07:19:45.749Z | Compiling pretty-hex v0.2.1 |
1098 | 2024-11-26T07:19:45.941Z | Compiling heck v0.4.1 |
1099 | 2024-11-26T07:19:45.977Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1100 | 2024-11-26T07:19:46.593Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1101 | 2024-11-26T07:19:46.755Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1102 | 2024-11-26T07:19:48.036Z | Compiling num-iter v0.1.45 |
1103 | 2024-11-26T07:19:48.263Z | Compiling num-rational v0.4.2 |
1104 | 2024-11-26T07:19:49.636Z | Compiling colored v2.1.0 |
1105 | 2024-11-26T07:19:50.847Z | Compiling num-complex v0.4.6 |
1106 | 2024-11-26T07:19:51.513Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1107 | 2024-11-26T07:19:51.640Z | Compiling proc-macro-error v1.0.4 |
1108 | 2024-11-26T07:19:51.886Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1109 | 2024-11-26T07:19:51.961Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1110 | 2024-11-26T07:19:52.005Z | Compiling fastrand v2.1.1 |
1111 | 2024-11-26T07:19:52.334Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1112 | 2024-11-26T07:19:52.358Z | Compiling tempfile v3.12.0 |
1113 | 2024-11-26T07:19:52.504Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1114 | 2024-11-26T07:19:54.107Z | Compiling num v0.4.3 |
1115 | 2024-11-26T07:19:56.930Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-11-26T07:19:57.350Z | Compiling crucible-workspace-hack v0.1.0 |
1117 | 2024-11-26T07:19:57.556Z | Compiling float-ord v0.3.2 |
1118 | 2024-11-26T07:19:57.714Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1119 | 2024-11-26T07:20:05.090Z | Compiling unicode-segmentation v1.12.0 |
1120 | 2024-11-26T07:20:05.763Z | Compiling semver v0.1.20 |
1121 | 2024-11-26T07:20:06.125Z | Compiling rustc_version v0.1.7 |
1122 | 2024-11-26T07:20:06.193Z | Compiling newline-converter v0.3.0 |
1123 | 2024-11-26T07:20:06.399Z | Compiling zone_cfg_derive v0.3.0 |
1124 | 2024-11-26T07:20:06.402Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1125 | 2024-11-26T07:20:06.655Z | Compiling camino-tempfile v1.1.1 |
1126 | 2024-11-26T07:20:07.315Z | Compiling itertools v0.10.5 |
1127 | 2024-11-26T07:20:07.506Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1128 | 2024-11-26T07:20:07.893Z | Compiling console v0.15.8 |
1129 | 2024-11-26T07:20:08.007Z | Compiling num-derive v0.4.2 |
1130 | 2024-11-26T07:20:09.437Z | Compiling sigpipe v0.1.3 |
1131 | 2024-11-26T07:20:09.589Z | Compiling similar v2.6.0 |
1132 | 2024-11-26T07:20:10.284Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1133 | 2024-11-26T07:20:10.637Z | Compiling base64ct v1.6.0 |
1134 | 2024-11-26T07:20:10.833Z | Compiling expectorate v1.1.0 |
1135 | 2024-11-26T07:20:10.904Z | Compiling zone v0.3.0 |
1136 | 2024-11-26T07:20:11.102Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1137 | 2024-11-26T07:20:11.337Z | Compiling password-hash v0.5.0 |
1138 | 2024-11-26T07:20:12.817Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-26T07:20:13.529Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1140 | 2024-11-26T07:20:13.576Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1141 | 2024-11-26T07:20:14.300Z | Compiling newtype_derive v0.1.6 |
1142 | 2024-11-26T07:20:14.714Z | Compiling blake2 v0.10.6 |
1143 | 2024-11-26T07:20:15.949Z | Compiling hubpack_derive v0.1.1 |
1144 | 2024-11-26T07:20:16.000Z | Compiling smf v0.2.3 |
1145 | 2024-11-26T07:20:16.108Z | Compiling zerocopy-derive v0.6.6 |
1146 | 2024-11-26T07:20:16.875Z | Compiling whoami v1.5.2 |
1147 | 2024-11-26T07:20:16.925Z | Compiling owo-colors v4.1.0 |
1148 | 2024-11-26T07:20:17.293Z | Compiling cancel-safe-futures v0.1.5 |
1149 | 2024-11-26T07:20:17.375Z | Compiling fixedbitset v0.4.2 |
1150 | 2024-11-26T07:20:17.743Z | Compiling petgraph v0.6.5 |
1151 | 2024-11-26T07:20:18.064Z | Compiling hubpack v0.1.2 |
1152 | 2024-11-26T07:20:18.196Z | Compiling zerocopy v0.6.6 |
1153 | 2024-11-26T07:20:18.589Z | Compiling argon2 v0.5.3 |
1154 | 2024-11-26T07:20:19.204Z | Compiling strum_macros v0.25.3 |
1155 | 2024-11-26T07:20:21.071Z | Compiling serde-big-array v0.5.1 |
1156 | 2024-11-26T07:20:21.364Z | Compiling serde_repr v0.1.19 |
1157 | 2024-11-26T07:20:22.327Z | Compiling cookie v0.18.1 |
1158 | 2024-11-26T07:20:22.572Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1159 | 2024-11-26T07:20:22.623Z | Compiling convert_case v0.4.0 |
1160 | 2024-11-26T07:20:22.705Z | Compiling static_assertions v1.1.0 |
1161 | 2024-11-26T07:20:22.903Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-26T07:20:22.997Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1163 | 2024-11-26T07:20:23.378Z | Compiling derive_more v0.99.18 |
1164 | 2024-11-26T07:20:25.316Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-26T07:20:26.046Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-26T07:20:26.555Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-26T07:20:28.692Z | Compiling atomicwrites v0.4.4 |
1168 | 2024-11-26T07:20:29.201Z | Compiling itertools v0.13.0 |
1169 | 2024-11-26T07:20:30.180Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1170 | 2024-11-26T07:20:31.415Z | Compiling idna v0.4.0 |
1171 | 2024-11-26T07:20:31.794Z | Compiling libsw v3.3.1 |
1172 | 2024-11-26T07:20:32.084Z | Compiling derive-where v1.2.7 |
1173 | 2024-11-26T07:20:32.120Z | Compiling enum-as-inner v0.6.1 |
1174 | 2024-11-26T07:20:32.898Z | Compiling highway v1.2.0 |
1175 | 2024-11-26T07:20:33.135Z | Compiling indent_write v2.2.0 |
1176 | 2024-11-26T07:20:33.360Z | Compiling linear-map v1.2.0 |
1177 | 2024-11-26T07:20:33.396Z | Compiling linked-hash-map v0.5.6 |
1178 | 2024-11-26T07:20:33.813Z | Compiling quick-error v1.2.3 |
1179 | 2024-11-26T07:20:33.844Z | Compiling swrite v0.1.0 |
1180 | 2024-11-26T07:20:33.983Z | Compiling data-encoding v2.6.0 |
1181 | 2024-11-26T07:20:33.985Z | Compiling resolv-conf v0.7.0 |
1182 | 2024-11-26T07:20:34.291Z | Compiling lru-cache v0.1.2 |
1183 | 2024-11-26T07:20:34.535Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1184 | 2024-11-26T07:20:35.343Z | Compiling hickory-proto v0.24.1 |
1185 | 2024-11-26T07:20:35.513Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1186 | 2024-11-26T07:20:35.588Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1187 | 2024-11-26T07:20:38.781Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1188 | 2024-11-26T07:20:39.199Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1189 | 2024-11-26T07:20:40.609Z | Compiling steno v0.4.1 |
1190 | 2024-11-26T07:20:40.940Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1191 | 2024-11-26T07:20:43.639Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1192 | 2024-11-26T07:20:44.009Z | Compiling slog-dtrace v0.3.0 |
1193 | 2024-11-26T07:20:44.290Z | Compiling humantime v2.1.0 |
1194 | 2024-11-26T07:20:44.382Z | Compiling parking_lot_core v0.8.6 |
1195 | 2024-11-26T07:20:44.881Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1196 | 2024-11-26T07:20:45.079Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1197 | 2024-11-26T07:20:45.180Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-26T07:20:46.522Z | Compiling hickory-resolver v0.24.1 |
1199 | 2024-11-26T07:20:48.413Z | Compiling num-derive v0.3.3 |
1200 | 2024-11-26T07:20:48.651Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1201 | 2024-11-26T07:20:49.621Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1202 | 2024-11-26T07:20:49.896Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1203 | 2024-11-26T07:20:50.658Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1204 | 2024-11-26T07:20:51.526Z | Compiling dropshot v0.13.0 |
1205 | 2024-11-26T07:20:51.698Z | Compiling parking_lot v0.11.2 |
1206 | 2024-11-26T07:20:51.974Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1207 | 2024-11-26T07:20:53.539Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1208 | 2024-11-26T07:20:53.713Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1209 | 2024-11-26T07:20:55.975Z | Compiling crossbeam-epoch v0.9.18 |
1210 | 2024-11-26T07:20:56.505Z | Compiling dropshot_endpoint v0.13.0 |
1211 | 2024-11-26T07:20:57.138Z | Compiling fxhash v0.2.1 |
1212 | 2024-11-26T07:20:57.397Z | Compiling crc32fast v1.4.2 |
1213 | 2024-11-26T07:20:57.926Z | Compiling crc8 v0.1.1 |
1214 | 2024-11-26T07:20:58.256Z | Compiling arc-swap v1.7.1 |
1215 | 2024-11-26T07:20:58.970Z | Compiling slog-scope v4.4.0 |
1216 | 2024-11-26T07:20:59.750Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1217 | 2024-11-26T07:21:02.128Z | Compiling sled v0.34.7 |
1218 | 2024-11-26T07:21:02.223Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1219 | 2024-11-26T07:21:06.197Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1220 | 2024-11-26T07:21:07.001Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1221 | 2024-11-26T07:21:07.572Z | Compiling slog-stdlog v4.1.1 |
1222 | 2024-11-26T07:21:08.050Z | Compiling slog-envlogger v2.2.0 |
1223 | 2024-11-26T07:21:08.390Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1224 | 2024-11-26T07:21:19.837Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1225 | 2024-11-26T07:21:23.569Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1226 | 2024-11-26T07:21:24.828Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1227 | 2024-11-26T07:21:56.664Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1228 | 2024-11-26T07:21:56.664Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1229 | 2024-11-26T07:22:03.975Z | Finished `release` profile [optimized] target(s) in 5m 16s |
1230 | 2024-11-26T07:22:04.308Z | + banner trio |
1231 | 2024-11-26T07:22:04.310Z | |
1232 | 2024-11-26T07:22:04.311Z | ##### ##### # #### |
1233 | 2024-11-26T07:22:04.311Z | # # # # # # |
1234 | 2024-11-26T07:22:04.311Z | # # # # # # |
1235 | 2024-11-26T07:22:04.311Z | # ##### # # # |
1236 | 2024-11-26T07:22:04.311Z | # # # # # # |
1237 | 2024-11-26T07:22:04.311Z | # # # # #### |
1238 | 2024-11-26T07:22:04.311Z | |
1239 | 2024-11-26T07:22:04.311Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1240 | 2024-11-26T07:22:04.777Z | Compiling libc v0.2.165 |
1241 | 2024-11-26T07:22:04.777Z | Compiling cfg-if v1.0.0 |
1242 | 2024-11-26T07:22:04.780Z | Compiling serde v1.0.215 |
1243 | 2024-11-26T07:22:04.780Z | Compiling once_cell v1.19.0 |
1244 | 2024-11-26T07:22:04.780Z | Compiling itoa v1.0.11 |
1245 | 2024-11-26T07:22:04.780Z | Compiling bytes v1.7.2 |
1246 | 2024-11-26T07:22:04.846Z | Compiling syn v2.0.89 |
1247 | 2024-11-26T07:22:04.855Z | Compiling num-traits v0.2.19 |
1248 | 2024-11-26T07:22:05.026Z | Compiling pin-project-lite v0.2.14 |
1249 | 2024-11-26T07:22:05.145Z | Compiling smallvec v1.13.2 |
1250 | 2024-11-26T07:22:05.164Z | Compiling scopeguard v1.2.0 |
1251 | 2024-11-26T07:22:05.268Z | Compiling memchr v2.7.4 |
1252 | 2024-11-26T07:22:05.335Z | Compiling schemars v0.8.21 |
1253 | 2024-11-26T07:22:05.338Z | Compiling lock_api v0.4.12 |
1254 | 2024-11-26T07:22:05.591Z | Compiling fnv v1.0.7 |
1255 | 2024-11-26T07:22:05.697Z | Compiling log v0.4.22 |
1256 | 2024-11-26T07:22:05.719Z | Compiling futures-core v0.3.31 |
1257 | 2024-11-26T07:22:05.959Z | Compiling hashbrown v0.15.2 |
1258 | 2024-11-26T07:22:06.055Z | Compiling ryu v1.0.18 |
1259 | 2024-11-26T07:22:06.223Z | Compiling getrandom v0.2.15 |
1260 | 2024-11-26T07:22:06.319Z | Compiling parking_lot_core v0.9.10 |
1261 | 2024-11-26T07:22:06.567Z | Compiling mio v1.0.2 |
1262 | 2024-11-26T07:22:06.627Z | Compiling signal-hook-registry v1.4.2 |
1263 | 2024-11-26T07:22:06.658Z | Compiling socket2 v0.5.7 |
1264 | 2024-11-26T07:22:06.867Z | Compiling parking_lot v0.12.3 |
1265 | 2024-11-26T07:22:07.169Z | Compiling zerocopy v0.7.35 |
1266 | 2024-11-26T07:22:07.463Z | Compiling equivalent v1.0.1 |
1267 | 2024-11-26T07:22:07.982Z | Compiling ahash v0.8.11 |
1268 | 2024-11-26T07:22:08.064Z | Compiling tracing-core v0.1.32 |
1269 | 2024-11-26T07:22:08.195Z | Compiling serde_json v1.0.133 |
1270 | 2024-11-26T07:22:08.228Z | Compiling uuid v1.11.0 |
1271 | 2024-11-26T07:22:08.233Z | Compiling byteorder v1.5.0 |
1272 | 2024-11-26T07:22:08.377Z | Compiling futures-task v0.3.31 |
1273 | 2024-11-26T07:22:08.472Z | Compiling hashbrown v0.14.5 |
1274 | 2024-11-26T07:22:08.583Z | Compiling untrusted v0.9.0 |
1275 | 2024-11-26T07:22:08.634Z | Compiling spin v0.9.8 |
1276 | 2024-11-26T07:22:08.771Z | Compiling futures-sink v0.3.31 |
1277 | 2024-11-26T07:22:08.799Z | Compiling pin-utils v0.1.0 |
1278 | 2024-11-26T07:22:08.836Z | Compiling ring v0.17.8 |
1279 | 2024-11-26T07:22:08.897Z | Compiling futures-util v0.3.31 |
1280 | 2024-11-26T07:22:08.924Z | Compiling slab v0.4.9 |
1281 | 2024-11-26T07:22:09.260Z | Compiling try-lock v0.2.5 |
1282 | 2024-11-26T07:22:09.416Z | Compiling chrono v0.4.38 |
1283 | 2024-11-26T07:22:09.450Z | Compiling want v0.3.1 |
1284 | 2024-11-26T07:22:09.734Z | Compiling httparse v1.9.4 |
1285 | 2024-11-26T07:22:09.824Z | Compiling regress v0.10.1 |
1286 | 2024-11-26T07:22:10.457Z | Compiling futures-channel v0.3.31 |
1287 | 2024-11-26T07:22:10.840Z | Compiling dyn-clone v1.0.17 |
1288 | 2024-11-26T07:22:10.902Z | Compiling tower-service v0.3.3 |
1289 | 2024-11-26T07:22:11.043Z | Compiling foreign-types-shared v0.1.1 |
1290 | 2024-11-26T07:22:11.160Z | Compiling foreign-types v0.3.2 |
1291 | 2024-11-26T07:22:11.254Z | Compiling openssl-sys v0.9.103 |
1292 | 2024-11-26T07:22:11.409Z | Compiling unicode-ident v1.0.13 |
1293 | 2024-11-26T07:22:11.420Z | Compiling bitflags v2.6.0 |
1294 | 2024-11-26T07:22:11.601Z | Compiling serde_derive_internals v0.29.1 |
1295 | 2024-11-26T07:22:11.793Z | Compiling proc-macro2 v1.0.92 |
1296 | 2024-11-26T07:22:11.958Z | Compiling http v1.1.0 |
1297 | 2024-11-26T07:22:12.737Z | Compiling tinyvec_macros v0.1.1 |
1298 | 2024-11-26T07:22:12.830Z | Compiling allocator-api2 v0.2.18 |
1299 | 2024-11-26T07:22:13.724Z | Compiling openssl-probe v0.1.5 |
1300 | 2024-11-26T07:22:13.944Z | Compiling semver v1.0.23 |
1301 | 2024-11-26T07:22:14.251Z | Compiling tinyvec v1.8.0 |
1302 | 2024-11-26T07:22:14.508Z | Compiling quote v1.0.37 |
1303 | 2024-11-26T07:22:14.566Z | Compiling percent-encoding v2.3.1 |
1304 | 2024-11-26T07:22:15.470Z | Compiling form_urlencoded v1.2.1 |
1305 | 2024-11-26T07:22:15.983Z | Compiling unicode-normalization v0.1.24 |
1306 | 2024-11-26T07:22:16.545Z | Compiling aho-corasick v1.1.3 |
1307 | 2024-11-26T07:22:16.597Z | Compiling http v0.2.12 |
1308 | 2024-11-26T07:22:17.127Z | Compiling serde_derive v1.0.215 |
1309 | 2024-11-26T07:22:17.229Z | Compiling thiserror-impl v1.0.69 |
1310 | 2024-11-26T07:22:17.308Z | Compiling tokio-macros v2.4.0 |
1311 | 2024-11-26T07:22:17.533Z | Compiling schemars_derive v0.8.21 |
1312 | 2024-11-26T07:22:17.864Z | Compiling tracing-attributes v0.1.27 |
1313 | 2024-11-26T07:22:18.941Z | Compiling tokio v1.40.0 |
1314 | 2024-11-26T07:22:20.219Z | Compiling zerocopy-derive v0.7.35 |
1315 | 2024-11-26T07:22:20.629Z | Compiling thiserror v1.0.69 |
1316 | 2024-11-26T07:22:20.845Z | Compiling openssl-macros v0.1.1 |
1317 | 2024-11-26T07:22:20.908Z | Compiling rustls-pki-types v1.8.0 |
1318 | 2024-11-26T07:22:21.177Z | Compiling tracing v0.1.40 |
1319 | 2024-11-26T07:22:21.413Z | Compiling unicode-bidi v0.3.15 |
1320 | 2024-11-26T07:22:21.688Z | Compiling openssl v0.10.66 |
1321 | 2024-11-26T07:22:21.885Z | Compiling heck v0.5.0 |
1322 | 2024-11-26T07:22:22.195Z | Compiling regex-automata v0.4.7 |
1323 | 2024-11-26T07:22:23.238Z | Compiling idna v0.5.0 |
1324 | 2024-11-26T07:22:24.410Z | Compiling http-body v1.0.1 |
1325 | 2024-11-26T07:22:30.061Z | Compiling tokio-util v0.7.12 |
1326 | 2024-11-26T07:22:32.077Z | Compiling indexmap v2.6.0 |
1327 | 2024-11-26T07:22:36.044Z | Compiling serde_tokenstream v0.2.2 |
1328 | 2024-11-26T07:22:36.510Z | Compiling native-tls v0.2.12 |
1329 | 2024-11-26T07:22:36.614Z | Compiling atomic-waker v1.1.2 |
1330 | 2024-11-26T07:22:37.318Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2024-11-26T07:22:37.627Z | Compiling regex-syntax v0.8.4 |
1332 | 2024-11-26T07:22:37.637Z | Compiling slog v2.7.0 |
1333 | 2024-11-26T07:22:38.199Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1334 | 2024-11-26T07:22:38.591Z | Compiling typify-impl v0.2.0 |
1335 | 2024-11-26T07:22:38.882Z | Compiling h2 v0.4.6 |
1336 | 2024-11-26T07:22:39.423Z | Compiling openapiv3 v2.0.0 |
1337 | 2024-11-26T07:22:49.410Z | Compiling serde_urlencoded v0.7.1 |
1338 | 2024-11-26T07:22:50.004Z | Compiling regex v1.10.6 |
1339 | 2024-11-26T07:22:50.318Z | Compiling url v2.5.2 |
1340 | 2024-11-26T07:22:50.658Z | Compiling encoding_rs v0.8.34 |
1341 | 2024-11-26T07:22:50.970Z | Compiling ipnet v2.10.0 |
1342 | 2024-11-26T07:22:54.045Z | Compiling rustls v0.21.12 |
1343 | 2024-11-26T07:22:54.063Z | Compiling mime v0.3.17 |
1344 | 2024-11-26T07:22:54.388Z | Compiling typify-macro v0.2.0 |
1345 | 2024-11-26T07:22:54.728Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1346 | 2024-11-26T07:22:55.391Z | Compiling hyper v1.5.1 |
1347 | 2024-11-26T07:22:56.908Z | Compiling h2 v0.3.26 |
1348 | 2024-11-26T07:22:58.268Z | Compiling rustls-webpki v0.102.8 |
1349 | 2024-11-26T07:22:58.567Z | Compiling http-body v0.4.6 |
1350 | 2024-11-26T07:22:58.926Z | Compiling rustls-webpki v0.101.7 |
1351 | 2024-11-26T07:22:59.080Z | Compiling sct v0.7.1 |
1352 | 2024-11-26T07:22:59.532Z | Compiling httpdate v1.0.3 |
1353 | 2024-11-26T07:23:00.308Z | Compiling toml_datetime v0.6.8 |
1354 | 2024-11-26T07:23:00.704Z | Compiling zeroize v1.8.1 |
1355 | 2024-11-26T07:23:01.055Z | Compiling subtle v2.6.1 |
1356 | 2024-11-26T07:23:01.348Z | Compiling toml_edit v0.19.15 |
1357 | 2024-11-26T07:23:01.508Z | Compiling rustls v0.23.13 |
1358 | 2024-11-26T07:23:02.996Z | Compiling hyper v0.14.30 |
1359 | 2024-11-26T07:23:05.716Z | Compiling serde_yaml v0.9.34+deprecated |
1360 | 2024-11-26T07:23:07.705Z | Compiling hyper-util v0.1.10 |
1361 | 2024-11-26T07:23:12.776Z | Compiling lazy_static v1.5.0 |
1362 | 2024-11-26T07:23:12.911Z | Compiling tokio-rustls v0.26.0 |
1363 | 2024-11-26T07:23:13.425Z | Compiling tokio-rustls v0.24.1 |
1364 | 2024-11-26T07:23:13.581Z | Compiling proc-macro-crate v1.3.1 |
1365 | 2024-11-26T07:23:13.873Z | Compiling http-body-util v0.1.2 |
1366 | 2024-11-26T07:23:14.386Z | Compiling webpki-roots v0.26.6 |
1367 | 2024-11-26T07:23:14.428Z | Compiling base64 v0.22.1 |
1368 | 2024-11-26T07:23:14.450Z | Compiling base64 v0.21.7 |
1369 | 2024-11-26T07:23:14.466Z | Compiling crossbeam-utils v0.8.20 |
1370 | 2024-11-26T07:23:14.483Z | Compiling num_enum_derive v0.5.11 |
1371 | 2024-11-26T07:23:14.585Z | Compiling hyper-rustls v0.27.3 |
1372 | 2024-11-26T07:23:15.541Z | Compiling rustls-pemfile v1.0.4 |
1373 | 2024-11-26T07:23:15.599Z | Compiling rustls-pemfile v2.1.3 |
1374 | 2024-11-26T07:23:16.303Z | Compiling hyper-tls v0.6.0 |
1375 | 2024-11-26T07:23:16.338Z | Compiling hyper-rustls v0.24.2 |
1376 | 2024-11-26T07:23:16.369Z | Compiling hyper-tls v0.5.0 |
1377 | 2024-11-26T07:23:16.380Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1378 | 2024-11-26T07:23:16.515Z | Compiling typify v0.2.0 |
1379 | 2024-11-26T07:23:16.791Z | Compiling ipnetwork v0.20.0 |
1380 | 2024-11-26T07:23:16.801Z | Compiling ppv-lite86 v0.2.20 |
1381 | 2024-11-26T07:23:17.799Z | Compiling foreign-types-macros v0.2.3 |
1382 | 2024-11-26T07:23:17.801Z | Compiling rand_core v0.6.4 |
1383 | 2024-11-26T07:23:18.284Z | Compiling dirs-sys-next v0.1.2 |
1384 | 2024-11-26T07:23:19.151Z | Compiling sync_wrapper v1.0.1 |
1385 | 2024-11-26T07:23:19.193Z | Compiling webpki-roots v0.25.4 |
1386 | 2024-11-26T07:23:19.314Z | Compiling powerfmt v0.2.0 |
1387 | 2024-11-26T07:23:19.342Z | Compiling sync_wrapper v0.1.2 |
1388 | 2024-11-26T07:23:19.362Z | Compiling foreign-types-shared v0.3.1 |
1389 | 2024-11-26T07:23:19.473Z | Compiling time-macros v0.2.18 |
1390 | 2024-11-26T07:23:19.484Z | Compiling foreign-types v0.5.0 |
1391 | 2024-11-26T07:23:19.594Z | Compiling deranged v0.3.11 |
1392 | 2024-11-26T07:23:19.786Z | Compiling reqwest v0.11.27 |
1393 | 2024-11-26T07:23:19.796Z | Compiling reqwest v0.12.9 |
1394 | 2024-11-26T07:23:22.168Z | Compiling progenitor-impl v0.8.0 |
1395 | 2024-11-26T07:23:22.519Z | Compiling dirs-next v2.0.0 |
1396 | 2024-11-26T07:23:22.785Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-11-26T07:23:28.924Z | Compiling rand_chacha v0.3.1 |
1398 | 2024-11-26T07:23:29.672Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1399 | 2024-11-26T07:23:30.676Z | Compiling num_enum v0.5.11 |
1400 | 2024-11-26T07:23:31.829Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1401 | 2024-11-26T07:23:31.998Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1402 | 2024-11-26T07:23:32.183Z | Compiling cstr-argument v0.1.2 |
1403 | 2024-11-26T07:23:32.446Z | Compiling thread_local v1.1.8 |
1404 | 2024-11-26T07:23:32.716Z | Compiling either v1.13.0 |
1405 | 2024-11-26T07:23:33.170Z | Compiling time-core v0.1.2 |
1406 | 2024-11-26T07:23:33.188Z | Compiling arc-swap v1.7.1 |
1407 | 2024-11-26T07:23:33.353Z | Compiling pretty-hex v0.2.1 |
1408 | 2024-11-26T07:23:33.576Z | Compiling num-conv v0.1.0 |
1409 | 2024-11-26T07:23:33.838Z | Compiling time v0.3.36 |
1410 | 2024-11-26T07:23:33.923Z | Compiling slog-scope v4.4.0 |
1411 | 2024-11-26T07:23:34.560Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1412 | 2024-11-26T07:23:34.861Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1413 | 2024-11-26T07:23:35.253Z | Compiling itertools v0.12.1 |
1414 | 2024-11-26T07:23:36.052Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1415 | 2024-11-26T07:23:37.007Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1416 | 2024-11-26T07:23:37.188Z | Compiling crossbeam-channel v0.5.13 |
1417 | 2024-11-26T07:23:38.840Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1418 | 2024-11-26T07:23:39.148Z | Compiling rand v0.8.5 |
1419 | 2024-11-26T07:23:41.018Z | Compiling progenitor-macro v0.8.0 |
1420 | 2024-11-26T07:23:43.171Z | Compiling term v0.7.0 |
1421 | 2024-11-26T07:23:51.860Z | Compiling progenitor-client v0.8.0 |
1422 | 2024-11-26T07:23:52.770Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1423 | 2024-11-26T07:23:53.974Z | Compiling anyhow v1.0.93 |
1424 | 2024-11-26T07:23:54.752Z | Compiling colored v2.1.0 |
1425 | 2024-11-26T07:23:55.478Z | Compiling is-terminal v0.4.13 |
1426 | 2024-11-26T07:23:55.610Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1427 | 2024-11-26T07:23:55.947Z | Compiling take_mut v0.2.2 |
1428 | 2024-11-26T07:23:56.007Z | Compiling winnow v0.6.18 |
1429 | 2024-11-26T07:23:56.104Z | Compiling slog-async v2.8.0 |
1430 | 2024-11-26T07:23:59.278Z | Compiling slog-term v2.9.1 |
1431 | 2024-11-26T07:24:00.416Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1432 | 2024-11-26T07:24:02.137Z | Compiling progenitor v0.8.0 |
1433 | 2024-11-26T07:24:02.356Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1434 | 2024-11-26T07:24:02.568Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1435 | 2024-11-26T07:24:03.922Z | Compiling slog-stdlog v4.1.1 |
1436 | 2024-11-26T07:24:04.789Z | Compiling slog-envlogger v2.2.0 |
1437 | 2024-11-26T07:24:06.328Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1438 | 2024-11-26T07:24:08.753Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1439 | 2024-11-26T07:24:21.516Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1440 | 2024-11-26T07:24:29.015Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1441 | 2024-11-26T07:24:29.098Z | Running unittests src/lib.rs (target/release/deps/mg_tests-4b5b9828ea2ebf01) |
1442 | 2024-11-26T07:24:29.145Z | |
1443 | 2024-11-26T07:24:29.145Z | running 1 test |
1444 | 2024-11-26T07:24:29.390Z | configure zone |
1445 | 2024-11-26T07:24:29.405Z | install zone |
1446 | 2024-11-26T07:25:29.151Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1447 | 2024-11-26T07:26:29.081Z | boot zone |
1448 | 2024-11-26T07:26:29.881Z | start zone s1 |
1449 | 2024-11-26T07:26:29.881Z | configure zone |
1450 | 2024-11-26T07:26:29.889Z | install zone |
1451 | 2024-11-26T07:28:18.476Z | boot zone |
1452 | 2024-11-26T07:28:19.327Z | start zone s2 |
1453 | 2024-11-26T07:28:19.327Z | configure zone |
1454 | 2024-11-26T07:28:19.335Z | install zone |
1455 | 2024-11-26T07:30:08.184Z | boot zone |
1456 | 2024-11-26T07:30:08.991Z | start zone t1 |
1457 | 2024-11-26T07:30:08.991Z | configure zone |
1458 | 2024-11-26T07:30:09.000Z | install zone |
1459 | 2024-11-26T07:31:56.591Z | boot zone |
1460 | 2024-11-26T07:31:57.386Z | waiting for zones to come up |
1461 | 2024-11-26T07:32:07.387Z | [sidecar.trio] svcs milestone/network |
1462 | 2024-11-26T07:32:07.420Z | STATE STIME FMRI |
1463 | 2024-11-26T07:32:07.420Z | online 23:26:47 svc:/milestone/network:default |
1464 | 2024-11-26T07:32:07.420Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1465 | 2024-11-26T07:32:07.465Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1466 | 2024-11-26T07:32:07.513Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1467 | 2024-11-26T07:32:07.556Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1468 | 2024-11-26T07:32:07.560Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1469 | 2024-11-26T07:32:07.580Z | |
1470 | 2024-11-26T07:32:07.580Z | running zone s1.trio setup |
1471 | 2024-11-26T07:32:07.580Z | [s1.trio] svcs milestone/network |
1472 | 2024-11-26T07:32:07.603Z | STATE STIME FMRI |
1473 | 2024-11-26T07:32:07.604Z | online 23:28:36 svc:/milestone/network:default |
1474 | 2024-11-26T07:32:07.604Z | [s1.trio] dladm |
1475 | 2024-11-26T07:32:07.623Z | LINK CLASS MTU STATE BRIDGE OVER |
1476 | 2024-11-26T07:32:07.624Z | sl0 simnet 9000 up -- ? |
1477 | 2024-11-26T07:32:07.624Z | mg2 vnic 9000 up -- ? |
1478 | 2024-11-26T07:32:07.624Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1479 | 2024-11-26T07:32:08.196Z | |
1480 | 2024-11-26T07:32:08.196Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1481 | 2024-11-26T07:32:08.220Z | |
1482 | 2024-11-26T07:32:08.220Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1483 | 2024-11-26T07:32:08.240Z | |
1484 | 2024-11-26T07:32:08.240Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1485 | 2024-11-26T07:32:08.329Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1486 | 2024-11-26T07:32:08.374Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1487 | 2024-11-26T07:32:08.466Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1488 | 2024-11-26T07:32:08.510Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1489 | 2024-11-26T07:32:08.530Z | |
1490 | 2024-11-26T07:32:08.530Z | running zone s2.trio setup |
1491 | 2024-11-26T07:32:08.530Z | [s2.trio] svcs milestone/network |
1492 | 2024-11-26T07:32:08.554Z | STATE STIME FMRI |
1493 | 2024-11-26T07:32:08.554Z | online 23:30:26 svc:/milestone/network:default |
1494 | 2024-11-26T07:32:08.554Z | [s2.trio] dladm |
1495 | 2024-11-26T07:32:08.576Z | LINK CLASS MTU STATE BRIDGE OVER |
1496 | 2024-11-26T07:32:08.576Z | sl1 simnet 9000 up -- ? |
1497 | 2024-11-26T07:32:08.576Z | mg3 vnic 9000 up -- ? |
1498 | 2024-11-26T07:32:08.576Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1499 | 2024-11-26T07:32:09.105Z | |
1500 | 2024-11-26T07:32:09.105Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1501 | 2024-11-26T07:32:09.127Z | |
1502 | 2024-11-26T07:32:09.127Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1503 | 2024-11-26T07:32:09.147Z | |
1504 | 2024-11-26T07:32:09.147Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1505 | 2024-11-26T07:32:09.193Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1506 | 2024-11-26T07:32:09.215Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1507 | 2024-11-26T07:32:09.259Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1508 | 2024-11-26T07:32:09.280Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1509 | 2024-11-26T07:32:09.303Z | |
1510 | 2024-11-26T07:32:09.303Z | running zone t1.trio setup |
1511 | 2024-11-26T07:32:09.303Z | [t1.trio] svcs milestone/network |
1512 | 2024-11-26T07:32:09.322Z | STATE STIME FMRI |
1513 | 2024-11-26T07:32:09.322Z | - - svc:/milestone/network:default |
1514 | 2024-11-26T07:32:10.322Z | [t1.trio] svcs milestone/network |
1515 | 2024-11-26T07:32:10.343Z | STATE STIME FMRI |
1516 | 2024-11-26T07:32:10.343Z | - - svc:/milestone/network:default |
1517 | 2024-11-26T07:32:11.343Z | [t1.trio] svcs milestone/network |
1518 | 2024-11-26T07:32:11.364Z | STATE STIME FMRI |
1519 | 2024-11-26T07:32:11.364Z | - - svc:/milestone/network:default |
1520 | 2024-11-26T07:32:12.364Z | [t1.trio] svcs milestone/network |
1521 | 2024-11-26T07:32:12.386Z | STATE STIME FMRI |
1522 | 2024-11-26T07:32:12.386Z | - - svc:/milestone/network:default |
1523 | 2024-11-26T07:32:13.386Z | [t1.trio] svcs milestone/network |
1524 | 2024-11-26T07:32:13.408Z | STATE STIME FMRI |
1525 | 2024-11-26T07:32:13.408Z | - - svc:/milestone/network:default |
1526 | 2024-11-26T07:32:14.408Z | [t1.trio] svcs milestone/network |
1527 | 2024-11-26T07:32:14.429Z | STATE STIME FMRI |
1528 | 2024-11-26T07:32:14.429Z | - - svc:/milestone/network:default |
1529 | 2024-11-26T07:32:15.429Z | [t1.trio] svcs milestone/network |
1530 | 2024-11-26T07:32:15.451Z | STATE STIME FMRI |
1531 | 2024-11-26T07:32:15.451Z | offline 23:32:14 svc:/milestone/network:default |
1532 | 2024-11-26T07:32:16.451Z | [t1.trio] svcs milestone/network |
1533 | 2024-11-26T07:32:16.475Z | STATE STIME FMRI |
1534 | 2024-11-26T07:32:16.475Z | online 23:32:14 svc:/milestone/network:default |
1535 | 2024-11-26T07:32:16.475Z | [t1.trio] dladm |
1536 | 2024-11-26T07:32:16.498Z | LINK CLASS MTU STATE BRIDGE OVER |
1537 | 2024-11-26T07:32:16.498Z | tfportrear0_0 simnet 9000 up -- ? |
1538 | 2024-11-26T07:32:16.498Z | tfportrear1_0 simnet 9000 up -- ? |
1539 | 2024-11-26T07:32:16.498Z | mg1 vnic 9000 up -- ? |
1540 | 2024-11-26T07:32:16.498Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1541 | 2024-11-26T07:32:17.070Z | |
1542 | 2024-11-26T07:32:17.070Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1543 | 2024-11-26T07:32:17.093Z | |
1544 | 2024-11-26T07:32:17.093Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1545 | 2024-11-26T07:32:17.114Z | |
1546 | 2024-11-26T07:32:17.114Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1547 | 2024-11-26T07:32:17.134Z | |
1548 | 2024-11-26T07:32:17.134Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1549 | 2024-11-26T07:32:17.326Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1550 | 2024-11-26T07:32:17.330Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1551 | 2024-11-26T07:32:17.334Z | waiting 3s for copy of files to zone to complete ... |
1552 | 2024-11-26T07:32:20.334Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1553 | 2024-11-26T07:32:20.372Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1554 | 2024-11-26T07:32:20.394Z | [t1.trio] svcadm enable dendrite |
1555 | 2024-11-26T07:32:20.433Z | |
1556 | 2024-11-26T07:32:20.433Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1557 | 2024-11-26T07:32:20.476Z | |
1558 | 2024-11-26T07:32:20.476Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1559 | 2024-11-26T07:32:20.519Z | |
1560 | 2024-11-26T07:32:20.519Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1561 | 2024-11-26T07:32:20.560Z | |
1562 | 2024-11-26T07:32:20.560Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1563 | 2024-11-26T07:32:20.601Z | |
1564 | 2024-11-26T07:32:20.601Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1565 | 2024-11-26T07:32:20.642Z | |
1566 | 2024-11-26T07:32:20.642Z | [t1.trio] svcadm refresh dendrite:default |
1567 | 2024-11-26T07:32:20.679Z | |
1568 | 2024-11-26T07:32:20.679Z | [t1.trio] svcadm restart dendrite:default |
1569 | 2024-11-26T07:32:20.716Z | |
1570 | 2024-11-26T07:32:20.716Z | wait 10s for dendrite to come up ... |
1571 | 2024-11-26T07:32:30.717Z | [t1.trio] svcadm enable tfport |
1572 | 2024-11-26T07:32:30.756Z | |
1573 | 2024-11-26T07:32:30.756Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 094fb64c-fd1f-49ef-ac0d-85fd8064ddc5 --sled-uuid 89859591-ce30-4612-915a-d0ed6a7a91a1 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1574 | 2024-11-26T07:32:30.777Z | |
1575 | 2024-11-26T07:32:30.777Z | [t1.trio] ipadm |
1576 | 2024-11-26T07:32:30.801Z | ADDROBJ TYPE STATE ADDR |
1577 | 2024-11-26T07:32:30.801Z | lo0/v4 static ok 127.0.0.1/8 |
1578 | 2024-11-26T07:32:30.801Z | mg1/v4 static ok 10.0.0.3/24 |
1579 | 2024-11-26T07:32:30.801Z | lo0/v6 static ok ::1/128 |
1580 | 2024-11-26T07:32:30.802Z | lo0/u6 static ok fd00:3::1/64 |
1581 | 2024-11-26T07:32:30.802Z | tfportrear0_0/v6 addrconf ok fe80::3070:e1ff:fe21:baf4%tfportrear0_0/10 |
1582 | 2024-11-26T07:32:30.802Z | tfportrear1_0/v6 addrconf ok fe80::14c9:a9ff:fef7:2574%tfportrear1_0/10 |
1583 | 2024-11-26T07:32:33.089Z | initial peering test passed |
1584 | 2024-11-26T07:32:34.018Z | advertise from one passed |
1585 | 2024-11-26T07:32:35.020Z | advertise from two passed |
1586 | 2024-11-26T07:32:35.020Z | [s1.trio] ping fd00:2::1 |
1587 | 2024-11-26T07:32:35.046Z | fd00:2::1 is alive |
1588 | 2024-11-26T07:32:35.046Z | [s2.trio] ping fd00:1::1 |
1589 | 2024-11-26T07:32:35.067Z | fd00:1::1 is alive |
1590 | 2024-11-26T07:32:35.067Z | connectivity test passed |
1591 | 2024-11-26T07:32:35.067Z | [t1.trio] pkill ddmd |
1592 | 2024-11-26T07:32:35.086Z | |
1593 | 2024-11-26T07:32:41.090Z | [t1.trio] svcadm enable dendrite |
1594 | 2024-11-26T07:32:41.130Z | |
1595 | 2024-11-26T07:32:41.130Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1596 | 2024-11-26T07:32:41.172Z | |
1597 | 2024-11-26T07:32:41.172Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1598 | 2024-11-26T07:32:41.214Z | |
1599 | 2024-11-26T07:32:41.214Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1600 | 2024-11-26T07:32:41.257Z | |
1601 | 2024-11-26T07:32:41.257Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1602 | 2024-11-26T07:32:41.298Z | |
1603 | 2024-11-26T07:32:41.299Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1604 | 2024-11-26T07:32:41.340Z | |
1605 | 2024-11-26T07:32:41.340Z | [t1.trio] svcadm refresh dendrite:default |
1606 | 2024-11-26T07:32:41.377Z | |
1607 | 2024-11-26T07:32:41.377Z | [t1.trio] svcadm restart dendrite:default |
1608 | 2024-11-26T07:32:41.413Z | |
1609 | 2024-11-26T07:32:41.413Z | wait 10s for dendrite to come up ... |
1610 | 2024-11-26T07:32:51.415Z | [t1.trio] svcadm enable tfport |
1611 | 2024-11-26T07:32:51.455Z | |
1612 | 2024-11-26T07:32:51.455Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 923259f1-9593-4483-acb9-c998843abfe4 --sled-uuid 5704e923-46ce-4a56-81e9-59cbe7afa12a -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1613 | 2024-11-26T07:32:51.475Z | |
1614 | 2024-11-26T07:32:51.475Z | [t1.trio] ipadm |
1615 | 2024-11-26T07:32:51.499Z | ADDROBJ TYPE STATE ADDR |
1616 | 2024-11-26T07:32:51.499Z | lo0/v4 static ok 127.0.0.1/8 |
1617 | 2024-11-26T07:32:51.499Z | mg1/v4 static ok 10.0.0.3/24 |
1618 | 2024-11-26T07:32:51.499Z | lo0/v6 static ok ::1/128 |
1619 | 2024-11-26T07:32:51.499Z | lo0/u6 static ok fd00:3::1/64 |
1620 | 2024-11-26T07:32:51.499Z | tfportrear0_0/v6 addrconf ok fe80::3070:e1ff:fe21:baf4%tfportrear0_0/10 |
1621 | 2024-11-26T07:32:51.499Z | tfportrear1_0/v6 addrconf ok fe80::14c9:a9ff:fef7:2574%tfportrear1_0/10 |
1622 | 2024-11-26T07:32:54.501Z | [s1.trio] ping fd00:2::1 |
1623 | 2024-11-26T07:32:54.523Z | fd00:2::1 is alive |
1624 | 2024-11-26T07:32:54.523Z | [s2.trio] ping fd00:1::1 |
1625 | 2024-11-26T07:32:54.543Z | fd00:1::1 is alive |
1626 | 2024-11-26T07:32:54.543Z | transit router restart passed |
1627 | 2024-11-26T07:32:54.543Z | [s1.trio] pkill ddmd |
1628 | 2024-11-26T07:32:54.562Z | |
1629 | 2024-11-26T07:32:59.565Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1630 | 2024-11-26T07:32:59.603Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1631 | 2024-11-26T07:32:59.621Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1632 | 2024-11-26T07:32:59.641Z | |
1633 | 2024-11-26T07:33:02.645Z | [s1.trio] ping fd00:2::1 |
1634 | 2024-11-26T07:33:02.667Z | fd00:2::1 is alive |
1635 | 2024-11-26T07:33:02.667Z | [s2.trio] ping fd00:1::1 |
1636 | 2024-11-26T07:33:02.690Z | fd00:1::1 is alive |
1637 | 2024-11-26T07:33:02.690Z | server router restart passed |
1638 | 2024-11-26T07:33:05.695Z | peer expiration recovery passed |
1639 | 2024-11-26T07:33:06.696Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1640 | 2024-11-26T07:33:06.722Z | 3 |
1641 | 2024-11-26T07:33:06.722Z | redundant advertise passed |
1642 | 2024-11-26T07:33:07.723Z | tunnel endpoint advertise passed |
1643 | 2024-11-26T07:33:12.725Z | redundant tunnel endpoint advertise passed |
1644 | 2024-11-26T07:33:12.725Z | [s1.trio] pkill ddmd |
1645 | 2024-11-26T07:33:12.746Z | |
1646 | 2024-11-26T07:33:17.747Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1647 | 2024-11-26T07:33:17.784Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1648 | 2024-11-26T07:33:17.802Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1649 | 2024-11-26T07:33:17.823Z | |
1650 | 2024-11-26T07:33:22.889Z | tunnel router restart passed |
1651 | 2024-11-26T07:33:23.891Z | tunnel endpoint withdraw passed |
1652 | 2024-11-26T07:33:23.906Z | [t1.trio] pkill ddmd |
1653 | 2024-11-26T07:33:23.933Z | |
1654 | 2024-11-26T07:33:23.933Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1655 | 2024-11-26T07:33:23.937Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1656 | 2024-11-26T07:33:26.525Z | [s2.trio] pkill ddmd |
1657 | 2024-11-26T07:33:26.546Z | |
1658 | 2024-11-26T07:33:26.546Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1659 | 2024-11-26T07:33:29.025Z | [s1.trio] pkill ddmd |
1660 | 2024-11-26T07:33:29.044Z | |
1661 | 2024-11-26T07:33:29.044Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1662 | 2024-11-26T07:33:31.432Z | [sidecar.trio] pkill softnpu |
1663 | 2024-11-26T07:33:31.452Z | |
1664 | 2024-11-26T07:33:31.452Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1665 | 2024-11-26T07:33:33.874Z | test ddm::test_trio_v2_server ... ok |
1666 | 2024-11-26T07:33:33.874Z | |
1667 | 2024-11-26T07:33:33.874Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 544.68s |
1668 | 2024-11-26T07:33:33.874Z | |
1669 | 2024-11-26T07:33:33.902Z | + cleanup |
1670 | 2024-11-26T07:33:33.904Z | ++ id -un |
1671 | 2024-11-26T07:33:33.907Z | ++ id -gn |
1672 | 2024-11-26T07:33:33.910Z | + pfexec chown -R build:build . |
1673 | 2024-11-26T07:33:33.988Z | process exited: duration 1076198 ms, exit code 0 |
|
1674 | 2024-11-26T07:33:33.998Z | found 4 output files |
1675 | 2024-11-26T07:33:33.998Z | uploading: /work/s1.trio.log (4256 bytes) |
1676 | 2024-11-26T07:33:35.009Z | uploaded: /work/s1.trio.log |
1677 | 2024-11-26T07:33:35.013Z | uploading: /work/s2.trio.log (10984 bytes) |
1678 | 2024-11-26T07:33:36.021Z | uploaded: /work/s2.trio.log |
1679 | 2024-11-26T07:33:36.025Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1680 | 2024-11-26T07:33:37.031Z | uploaded: /work/sidecar.trio-softnpu.log |
1681 | 2024-11-26T07:33:37.033Z | uploading: /work/t1.trio.log (26112 bytes) |
1682 | 2024-11-26T07:33:38.044Z | uploaded: /work/t1.trio.log |