|
|
|
1 | 2024-11-26T07:15:00.523Z | job assigned to worker 01JDKN41EPZ5BBE44Y6776SS6D [factory aws, i-0c44b61af0047c6b4] (queued for 57 s) |
|
2 | 2024-11-26T07:15:08.617Z | starting task 0: "setup" |
3 | 2024-11-26T07:15:08.625Z | ++ uname -s |
4 | 2024-11-26T07:15:08.630Z | + kern=SunOS |
5 | 2024-11-26T07:15:08.630Z | + case "$kern" in |
6 | 2024-11-26T07:15:08.630Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:15:08.633Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T07:15:10.636Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T07:15:10.726Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T07:15:10.729Z | + home_fs=zfs |
11 | 2024-11-26T07:15:10.729Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T07:15:10.729Z | + mkdir -p /home/build |
13 | 2024-11-26T07:15:10.732Z | + chown build:build /home/build /work |
14 | 2024-11-26T07:15:12.732Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T07:15:12.735Z | process exited: duration 4119 ms, exit code 0 |
|
16 | 2024-11-26T07:15:12.740Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T07:15:12.745Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T07:15:12.745Z | ' stable |
19 | 2024-11-26T07:15:12.745Z | * toolchain channel = "stable" |
20 | 2024-11-26T07:15:12.748Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T07:15:12.748Z | * toolchain profile = "default" |
22 | 2024-11-26T07:15:12.748Z | ' default |
23 | 2024-11-26T07:15:12.748Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T07:15:12.748Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T07:15:12.854Z | info: downloading installer |
26 | 2024-11-26T07:15:14.073Z | info: profile set to 'default' |
27 | 2024-11-26T07:15:14.073Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T07:15:14.075Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T07:15:14.245Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T07:15:14.245Z | info: downloading component 'cargo' |
31 | 2024-11-26T07:15:15.270Z | info: downloading component 'clippy' |
32 | 2024-11-26T07:15:15.659Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T07:15:17.104Z | info: downloading component 'rust-std' |
34 | 2024-11-26T07:15:19.398Z | info: downloading component 'rustc' |
35 | 2024-11-26T07:15:27.640Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T07:15:27.929Z | info: installing component 'cargo' |
37 | 2024-11-26T07:15:28.714Z | info: installing component 'clippy' |
38 | 2024-11-26T07:15:29.078Z | info: installing component 'rust-docs' |
39 | 2024-11-26T07:15:30.746Z | info: installing component 'rust-std' |
40 | 2024-11-26T07:15:32.515Z | info: installing component 'rustc' |
41 | 2024-11-26T07:15:38.422Z | info: installing component 'rustfmt' |
42 | 2024-11-26T07:15:38.738Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T07:15:38.738Z | |
44 | 2024-11-26T07:15:39.113Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T07:15:39.113Z | |
46 | 2024-11-26T07:15:39.115Z | |
47 | 2024-11-26T07:15:39.115Z | Rust is installed now. Great! |
48 | 2024-11-26T07:15:39.115Z | |
49 | 2024-11-26T07:15:39.115Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T07:15:39.115Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T07:15:39.115Z | |
52 | 2024-11-26T07:15:39.115Z | To configure your current shell, you need to source |
53 | 2024-11-26T07:15:39.115Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T07:15:39.115Z | |
55 | 2024-11-26T07:15:39.115Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T07:15:39.115Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T07:15:39.115Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T07:15:39.190Z | + rustc --version |
59 | 2024-11-26T07:15:39.257Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T07:15:39.261Z | process exited: duration 26517 ms, exit code 0 |
|
61 | 2024-11-26T07:15:39.265Z | starting task 2: "authentication" |
62 | 2024-11-26T07:15:39.285Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T07:15:39.291Z | starting task 3: "clone repository" |
64 | 2024-11-26T07:15:39.295Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T07:15:39.298Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T07:15:39.347Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T07:15:40.306Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T07:15:40.308Z | + git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62 |
69 | 2024-11-26T07:15:40.539Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T07:15:40.539Z | * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD |
71 | 2024-11-26T07:15:40.547Z | + [[ -n renovate/dropshot-0.x ]] |
72 | 2024-11-26T07:15:40.550Z | ++ git branch --show-current |
73 | 2024-11-26T07:15:40.552Z | + current=main |
74 | 2024-11-26T07:15:40.552Z | + [[ main != renovate/dropshot-0.x ]] |
75 | 2024-11-26T07:15:40.552Z | + git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62 |
76 | 2024-11-26T07:15:40.555Z | + git checkout -f renovate/dropshot-0.x |
77 | 2024-11-26T07:15:40.572Z | Switched to branch 'renovate/dropshot-0.x' |
78 | 2024-11-26T07:15:40.575Z | + git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62 |
79 | 2024-11-26T07:15:40.585Z | HEAD is now at cce693f Update Rust crate dropshot to 0.13.0 |
80 | 2024-11-26T07:15:40.587Z | process exited: duration 1295 ms, exit code 0 |
|
81 | 2024-11-26T07:15:40.593Z | starting task 4: "build" |
82 | 2024-11-26T07:15:40.598Z | ++ cargo --version |
83 | 2024-11-26T07:15:40.603Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T07:15:40.766Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T07:15:40.766Z | info: downloading component 'cargo' |
86 | 2024-11-26T07:15:41.623Z | info: downloading component 'clippy' |
87 | 2024-11-26T07:15:41.940Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T07:15:43.128Z | info: downloading component 'rust-std' |
89 | 2024-11-26T07:15:44.979Z | info: downloading component 'rustc' |
90 | 2024-11-26T07:15:51.673Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T07:15:51.923Z | info: installing component 'cargo' |
92 | 2024-11-26T07:15:52.709Z | info: installing component 'clippy' |
93 | 2024-11-26T07:15:53.068Z | info: installing component 'rust-docs' |
94 | 2024-11-26T07:15:54.677Z | info: installing component 'rust-std' |
95 | 2024-11-26T07:15:56.344Z | info: installing component 'rustc' |
96 | 2024-11-26T07:16:01.956Z | info: installing component 'rustfmt' |
97 | 2024-11-26T07:16:02.343Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T07:16:02.366Z | ++ rustc --version |
99 | 2024-11-26T07:16:02.411Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T07:16:02.425Z | ++ dladm |
101 | 2024-11-26T07:16:02.425Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T07:16:02.425Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T07:16:02.425Z | ++ ipadm |
104 | 2024-11-26T07:16:02.425Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T07:16:02.425Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T07:16:02.426Z | ena0/dhcp dhcp ok 10.150.1.115/24 |
107 | 2024-11-26T07:16:02.426Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T07:16:02.426Z | ++ banner collect |
109 | 2024-11-26T07:16:02.433Z | |
110 | 2024-11-26T07:16:02.433Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T07:16:02.433Z | # # # # # # # # # # |
112 | 2024-11-26T07:16:02.433Z | # # # # # ##### # # |
113 | 2024-11-26T07:16:02.434Z | # # # # # # # # |
114 | 2024-11-26T07:16:02.434Z | # # # # # # # # # # |
115 | 2024-11-26T07:16:02.434Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T07:16:02.434Z | |
117 | 2024-11-26T07:16:02.434Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T07:16:02.434Z | ++ repo=softnpu |
119 | 2024-11-26T07:16:02.434Z | ++ series=image |
120 | 2024-11-26T07:16:02.435Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T07:16:02.435Z | ++ name=softnpu |
122 | 2024-11-26T07:16:02.435Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T07:16:02.435Z | ++ mkdir -p download |
124 | 2024-11-26T07:16:02.435Z | ++ pushd download |
125 | 2024-11-26T07:16:02.435Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T07:16:02.435Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T07:16:02.436Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T07:16:02.449Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T07:16:02.449Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T07:16:03.225Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
30 21.8M 30 6747k 0 0 19.5M 0 0:00:01 --:--:-- 0:00:01 19.5M
100 21.8M 100 21.8M 0 0 27.6M 0 --:--:-- --:--:-- --:--:-- 27.6M |
131 | 2024-11-26T07:16:03.235Z | ++ popd |
132 | 2024-11-26T07:16:03.235Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T07:16:03.235Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T07:16:03.235Z | ++ repo=sidecar-lite |
135 | 2024-11-26T07:16:03.235Z | ++ series=release |
136 | 2024-11-26T07:16:03.235Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T07:16:03.235Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T07:16:03.235Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T07:16:03.235Z | ++ mkdir -p download |
140 | 2024-11-26T07:16:03.235Z | ++ pushd download |
141 | 2024-11-26T07:16:03.236Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T07:16:03.236Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T07:16:03.236Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T07:16:03.248Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T07:16:03.248Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T07:16:04.036Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
56 20.3M 56 11.4M 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M
100 20.3M 100 20.3M 0 0 25.6M 0 --:--:-- --:--:-- --:--:-- 25.6M |
147 | 2024-11-26T07:16:04.053Z | ++ popd |
148 | 2024-11-26T07:16:04.053Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T07:16:04.053Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T07:16:04.054Z | ++ repo=sidecar-lite |
151 | 2024-11-26T07:16:04.054Z | ++ series=release |
152 | 2024-11-26T07:16:04.054Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T07:16:04.054Z | ++ name=scadm |
154 | 2024-11-26T07:16:04.054Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T07:16:04.054Z | ++ mkdir -p download |
156 | 2024-11-26T07:16:04.054Z | ++ pushd download |
157 | 2024-11-26T07:16:04.054Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T07:16:04.054Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T07:16:04.054Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T07:16:04.068Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T07:16:04.068Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T07:16:04.628Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 39.4M 0 --:--:-- --:--:-- --:--:-- 39.5M |
163 | 2024-11-26T07:16:04.635Z | ++ popd |
164 | 2024-11-26T07:16:04.635Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T07:16:04.635Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T07:16:04.635Z | ++ repo=dendrite |
167 | 2024-11-26T07:16:04.636Z | ++ series=image |
168 | 2024-11-26T07:16:04.636Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T07:16:04.636Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T07:16:04.636Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T07:16:04.636Z | ++ mkdir -p download |
172 | 2024-11-26T07:16:04.636Z | ++ pushd download |
173 | 2024-11-26T07:16:04.636Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T07:16:04.637Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T07:16:04.637Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T07:16:04.663Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T07:16:04.663Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T07:16:05.286Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 58.1M 0 --:--:-- --:--:-- --:--:-- 58.1M |
179 | 2024-11-26T07:16:05.294Z | ++ popd |
180 | 2024-11-26T07:16:05.294Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T07:16:05.294Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T07:16:05.294Z | ++ repo=maghemite |
183 | 2024-11-26T07:16:05.295Z | ++ series=release |
184 | 2024-11-26T07:16:05.295Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T07:16:05.295Z | ++ name=ddmd |
186 | 2024-11-26T07:16:05.295Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T07:16:05.295Z | ++ mkdir -p download |
188 | 2024-11-26T07:16:05.295Z | ++ pushd download |
189 | 2024-11-26T07:16:05.295Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T07:16:05.295Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T07:16:05.295Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T07:16:05.306Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T07:16:05.306Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T07:16:05.942Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
59 40.9M 59 24.2M 0 0 51.1M 0 --:--:-- --:--:-- --:--:-- 51.1M
100 40.9M 100 40.9M 0 0 63.6M 0 --:--:-- --:--:-- --:--:-- 63.6M |
195 | 2024-11-26T07:16:05.945Z | ++ popd |
196 | 2024-11-26T07:16:05.945Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T07:16:05.945Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T07:16:05.945Z | ++ repo=maghemite |
199 | 2024-11-26T07:16:05.945Z | ++ series=release |
200 | 2024-11-26T07:16:05.945Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T07:16:05.945Z | ++ name=ddmadm |
202 | 2024-11-26T07:16:05.945Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T07:16:05.945Z | ++ mkdir -p download |
204 | 2024-11-26T07:16:05.948Z | ++ pushd download |
205 | 2024-11-26T07:16:05.948Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T07:16:05.948Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T07:16:05.948Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T07:16:05.953Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T07:16:05.956Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T07:16:06.288Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 53.7M 0 --:--:-- --:--:-- --:--:-- 53.9M |
211 | 2024-11-26T07:16:06.292Z | ++ popd |
212 | 2024-11-26T07:16:06.294Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T07:16:06.295Z | ++ pushd download |
214 | 2024-11-26T07:16:06.295Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T07:16:06.295Z | ++ chmod +x softnpu |
216 | 2024-11-26T07:16:06.297Z | ++ chmod +x scadm |
217 | 2024-11-26T07:16:06.297Z | ++ chmod +x ddmadm |
218 | 2024-11-26T07:16:06.300Z | ++ chmod +x ddmd |
219 | 2024-11-26T07:16:06.302Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T07:16:06.303Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T07:16:06.305Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T07:16:06.308Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T07:16:06.308Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T07:16:07.057Z | ++ popd |
225 | 2024-11-26T07:16:07.057Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T07:16:07.057Z | ++ banner install |
227 | 2024-11-26T07:16:07.060Z | |
228 | 2024-11-26T07:16:07.060Z | # # # #### ##### ## # # |
229 | 2024-11-26T07:16:07.060Z | # ## # # # # # # # |
230 | 2024-11-26T07:16:07.060Z | # # # # #### # # # # # |
231 | 2024-11-26T07:16:07.060Z | # # # # # # ###### # # |
232 | 2024-11-26T07:16:07.060Z | # # ## # # # # # # # |
233 | 2024-11-26T07:16:07.060Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T07:16:07.060Z | |
235 | 2024-11-26T07:16:07.063Z | ++ pkg info brand/sparse |
236 | 2024-11-26T07:16:07.063Z | ++ grep -qi installed |
237 | 2024-11-26T07:16:10.457Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T07:16:10.457Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T07:16:10.457Z | |
240 | 2024-11-26T07:16:10.457Z | brand/sparse |
241 | 2024-11-26T07:16:10.501Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T07:16:10.501Z | ++ set -o errexit |
243 | 2024-11-26T07:16:10.501Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T07:16:15.875Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T07:16:19.484Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T07:16:28.319Z | Planning: Solver setup ... Done |
247 | 2024-11-26T07:16:28.431Z | Planning: Running solver ... Done |
248 | 2024-11-26T07:16:28.528Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T07:16:28.539Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T07:16:28.631Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T07:16:28.699Z | Planning: Package planning ... Done |
252 | 2024-11-26T07:16:28.706Z | Planning: Merging actions ... Done |
253 | 2024-11-26T07:16:28.893Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T07:16:30.303Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T07:16:30.671Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T07:16:30.735Z | Planning: Planning completed in 11.16 seconds |
257 | 2024-11-26T07:16:30.749Z | Packages to install: 1 |
258 | 2024-11-26T07:16:30.749Z | Packages to update: 2 |
259 | 2024-11-26T07:16:30.756Z | Create boot environment: No |
260 | 2024-11-26T07:16:30.756Z | Create backup boot environment: Yes |
261 | 2024-11-26T07:16:30.937Z | |
262 | 2024-11-26T07:16:30.937Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T07:16:37.105Z | Download: 918/1009 items 8.0/8.0MB 99% complete (2.5M/s) |
264 | 2024-11-26T07:16:37.725Z | Download: Completed 8.03 MB in 6.79 seconds (1.2M/s) |
265 | 2024-11-26T07:16:39.689Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-11-26T07:16:39.698Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-11-26T07:16:39.812Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-11-26T07:16:40.126Z | Actions: Completed 1419 actions in 0.43 seconds. |
269 | 2024-11-26T07:16:40.485Z | Done |
270 | 2024-11-26T07:16:40.495Z | Done |
271 | 2024-11-26T07:16:40.966Z | Done |
272 | 2024-11-26T07:16:44.901Z | Done |
273 | 2024-11-26T07:16:44.984Z | Done |
274 | 2024-11-26T07:16:44.986Z | Done |
275 | 2024-11-26T07:16:45.084Z | Done |
276 | 2024-11-26T07:16:45.459Z | ++ set -o errexit |
277 | 2024-11-26T07:16:45.459Z | ++ set -o pipefail |
278 | 2024-11-26T07:16:45.459Z | ++ banner build |
279 | 2024-11-26T07:16:45.462Z | |
280 | 2024-11-26T07:16:45.462Z | ##### # # # # ##### |
281 | 2024-11-26T07:16:45.462Z | # # # # # # # # |
282 | 2024-11-26T07:16:45.462Z | ##### # # # # # # |
283 | 2024-11-26T07:16:45.462Z | # # # # # # # # |
284 | 2024-11-26T07:16:45.462Z | # # # # # # # # |
285 | 2024-11-26T07:16:45.462Z | ##### #### # ###### ##### |
286 | 2024-11-26T07:16:45.462Z | |
287 | 2024-11-26T07:16:45.462Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-11-26T07:16:45.642Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-11-26T07:16:45.868Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-11-26T07:16:46.073Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-11-26T07:16:46.073Z | * [new branch] ci -> origin/ci |
292 | 2024-11-26T07:16:46.075Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
293 | 2024-11-26T07:16:46.075Z | * [new branch] main -> origin/main |
294 | 2024-11-26T07:16:46.075Z | * [new ref] -> origin/HEAD |
295 | 2024-11-26T07:16:46.086Z | Updating crates.io index |
296 | 2024-11-26T07:16:46.133Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-11-26T07:16:46.899Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-11-26T07:16:46.901Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-11-26T07:16:47.003Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-11-26T07:16:48.108Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-11-26T07:16:48.108Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-11-26T07:16:48.161Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-11-26T07:16:48.504Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-11-26T07:16:48.504Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-11-26T07:16:48.512Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-11-26T07:16:48.954Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-11-26T07:16:48.954Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-11-26T07:16:48.966Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-11-26T07:16:52.460Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-11-26T07:16:52.460Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-11-26T07:16:52.490Z | * [new tag] dogfood -> dogfood |
312 | 2024-11-26T07:16:52.492Z | * [new tag] v5 -> v5 |
313 | 2024-11-26T07:16:52.492Z | * [new tag] v6 -> v6 |
314 | 2024-11-26T07:16:52.492Z | * [new tag] v7 -> v7 |
315 | 2024-11-26T07:16:52.492Z | * [new tag] v8 -> v8 |
316 | 2024-11-26T07:16:52.492Z | * [new tag] v9 -> v9 |
317 | 2024-11-26T07:16:52.845Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-11-26T07:16:53.864Z | From https://github.com/oxidecomputer/opte |
319 | 2024-11-26T07:16:53.864Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-11-26T07:16:53.929Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-11-26T07:16:54.310Z | From https://github.com/illumos/smf-rs |
322 | 2024-11-26T07:16:54.310Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-11-26T07:16:54.337Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-11-26T07:16:55.059Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-11-26T07:16:55.059Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-11-26T07:16:55.072Z | * [new tag] rift -> rift |
327 | 2024-11-26T07:16:55.074Z | * [new tag] srp -> srp |
328 | 2024-11-26T07:16:55.074Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-11-26T07:16:55.106Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-11-26T07:16:55.477Z | From https://github.com/oxidecomputer/zone |
331 | 2024-11-26T07:16:55.477Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-11-26T07:16:55.522Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-11-26T07:16:56.322Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-11-26T07:16:56.322Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-11-26T07:16:56.432Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-11-26T07:16:56.809Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-11-26T07:16:56.809Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-11-26T07:16:56.819Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-11-26T07:16:57.177Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-11-26T07:16:57.177Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-11-26T07:16:57.193Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-11-26T07:16:57.212Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-11-26T07:16:57.670Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-11-26T07:16:57.670Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-11-26T07:16:57.701Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-11-26T07:16:58.122Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-11-26T07:16:58.123Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-11-26T07:16:58.170Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-11-26T07:16:58.531Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-11-26T07:16:58.531Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-11-26T07:16:58.551Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-11-26T07:16:58.925Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-11-26T07:16:58.925Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-11-26T07:16:58.953Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-11-26T07:16:59.310Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-11-26T07:16:59.310Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-11-26T07:16:59.462Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-11-26T07:16:59.846Z | From https://github.com/illumos/libscf-sys |
359 | 2024-11-26T07:16:59.847Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-11-26T07:16:59.864Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-11-26T07:17:00.769Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-11-26T07:17:00.769Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-11-26T07:17:00.792Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-11-26T07:17:00.794Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-11-26T07:17:00.794Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-11-26T07:17:00.794Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-11-26T07:17:00.795Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-11-26T07:17:00.795Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-11-26T07:17:00.795Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-11-26T07:17:01.064Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-11-26T07:17:02.071Z | From https://github.com/oxidecomputer/typify |
372 | 2024-11-26T07:17:02.071Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-11-26T07:17:02.074Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-11-26T07:17:02.090Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-11-26T07:17:02.093Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-11-26T07:17:02.093Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-11-26T07:17:02.224Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-11-26T07:17:04.131Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-11-26T07:17:04.131Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-11-26T07:17:04.187Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-11-26T07:17:04.626Z | From https://github.com/oxidecomputer/opte |
392 | 2024-11-26T07:17:04.626Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-11-26T07:17:04.680Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-11-26T07:17:05.269Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-11-26T07:17:05.269Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-11-26T07:17:06.473Z | Locking 21 packages to latest compatible versions |
397 | 2024-11-26T07:17:06.475Z | Updating async-stream v0.3.5 -> v0.3.6 |
398 | 2024-11-26T07:17:06.475Z | Updating async-stream-impl v0.3.5 -> v0.3.6 |
399 | 2024-11-26T07:17:06.480Z | Adding dropshot v0.13.0 |
400 | 2024-11-26T07:17:06.483Z | Adding dropshot_endpoint v0.13.0 |
401 | 2024-11-26T07:17:06.483Z | Updating futures v0.3.30 -> v0.3.31 |
402 | 2024-11-26T07:17:06.483Z | Updating futures-channel v0.3.30 -> v0.3.31 |
403 | 2024-11-26T07:17:06.483Z | Updating futures-core v0.3.30 -> v0.3.31 |
404 | 2024-11-26T07:17:06.483Z | Updating futures-executor v0.3.30 -> v0.3.31 |
405 | 2024-11-26T07:17:06.483Z | Updating futures-io v0.3.30 -> v0.3.31 |
406 | 2024-11-26T07:17:06.483Z | Updating futures-macro v0.3.30 -> v0.3.31 |
407 | 2024-11-26T07:17:06.483Z | Updating futures-sink v0.3.30 -> v0.3.31 |
408 | 2024-11-26T07:17:06.483Z | Updating futures-task v0.3.30 -> v0.3.31 |
409 | 2024-11-26T07:17:06.483Z | Updating futures-util v0.3.30 -> v0.3.31 |
410 | 2024-11-26T07:17:06.485Z | Adding hashbrown v0.15.2 |
411 | 2024-11-26T07:17:06.487Z | Updating indexmap v2.5.0 -> v2.6.0 |
412 | 2024-11-26T07:17:06.492Z | Updating proc-macro2 v1.0.86 -> v1.0.92 |
413 | 2024-11-26T07:17:06.504Z | Updating serde v1.0.210 -> v1.0.215 |
414 | 2024-11-26T07:17:06.506Z | Updating serde_derive v1.0.210 -> v1.0.215 |
415 | 2024-11-26T07:17:06.509Z | Updating syn v2.0.77 -> v2.0.89 |
416 | 2024-11-26T07:17:06.514Z | Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3) |
417 | 2024-11-26T07:17:06.517Z | Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3) |
418 | 2024-11-26T07:17:06.549Z | Downloading crates ... |
419 | 2024-11-26T07:17:06.627Z | Downloaded const-random-macro v0.1.16 |
420 | 2024-11-26T07:17:06.630Z | Downloaded anstyle-parse v0.2.5 |
421 | 2024-11-26T07:17:06.635Z | Downloaded camino-tempfile v1.1.1 |
422 | 2024-11-26T07:17:06.638Z | Downloaded equivalent v1.0.1 |
423 | 2024-11-26T07:17:06.641Z | Downloaded parse-display-derive v0.10.0 |
424 | 2024-11-26T07:17:06.643Z | Downloaded rand_core v0.6.4 |
425 | 2024-11-26T07:17:06.645Z | Downloaded crc8 v0.1.1 |
426 | 2024-11-26T07:17:06.645Z | Downloaded bitflags v2.6.0 |
427 | 2024-11-26T07:17:06.649Z | Downloaded progenitor-macro v0.8.0 |
428 | 2024-11-26T07:17:06.651Z | Downloaded progenitor v0.8.0 |
429 | 2024-11-26T07:17:06.654Z | Downloaded dof v0.3.0 |
430 | 2024-11-26T07:17:06.654Z | Downloaded data-encoding v2.6.0 |
431 | 2024-11-26T07:17:06.656Z | Downloaded colored v2.1.0 |
432 | 2024-11-26T07:17:06.659Z | Downloaded scroll_derive v0.12.0 |
433 | 2024-11-26T07:17:06.659Z | Downloaded clap v4.5.21 |
434 | 2024-11-26T07:17:06.667Z | Downloaded futures-channel v0.3.31 |
435 | 2024-11-26T07:17:06.669Z | Downloaded derive-where v1.2.7 |
436 | 2024-11-26T07:17:06.672Z | Downloaded darling v0.20.10 |
437 | 2024-11-26T07:17:06.677Z | Downloaded mime v0.3.17 |
438 | 2024-11-26T07:17:06.679Z | Downloaded arc-swap v1.7.1 |
439 | 2024-11-26T07:17:06.683Z | Downloaded atomicwrites v0.4.4 |
440 | 2024-11-26T07:17:06.685Z | Downloaded argon2 v0.5.3 |
441 | 2024-11-26T07:17:06.686Z | Downloaded anstyle v1.0.10 |
442 | 2024-11-26T07:17:06.688Z | Downloaded allocator-api2 v0.2.18 |
443 | 2024-11-26T07:17:06.690Z | Downloaded parking_lot_core v0.9.10 |
444 | 2024-11-26T07:17:06.693Z | Downloaded rustls v0.21.12 |
445 | 2024-11-26T07:17:06.705Z | Downloaded regex-syntax v0.8.4 |
446 | 2024-11-26T07:17:06.715Z | Downloaded pin-project-lite v0.2.14 |
447 | 2024-11-26T07:17:06.720Z | Downloaded paste v1.0.15 |
448 | 2024-11-26T07:17:06.725Z | Downloaded anyhow v1.0.93 |
449 | 2024-11-26T07:17:06.728Z | Downloaded progenitor-impl v0.8.0 |
450 | 2024-11-26T07:17:06.732Z | Downloaded pretty-hex v0.4.1 |
451 | 2024-11-26T07:17:06.735Z | Downloaded proc-macro-error-attr v1.0.4 |
452 | 2024-11-26T07:17:06.735Z | Downloaded pin-utils v0.1.0 |
453 | 2024-11-26T07:17:06.737Z | Downloaded camino v1.1.9 |
454 | 2024-11-26T07:17:06.737Z | Downloaded autocfg v1.3.0 |
455 | 2024-11-26T07:17:06.739Z | Downloaded bitflags v1.3.2 |
456 | 2024-11-26T07:17:06.742Z | Downloaded atomic-waker v1.1.2 |
457 | 2024-11-26T07:17:06.744Z | Downloaded cancel-safe-futures v0.1.5 |
458 | 2024-11-26T07:17:06.747Z | Downloaded ciborium-io v0.2.2 |
459 | 2024-11-26T07:17:06.749Z | Downloaded pest v2.7.13 |
460 | 2024-11-26T07:17:06.755Z | Downloaded cstr-argument v0.1.2 |
461 | 2024-11-26T07:17:06.757Z | Downloaded pkg-config v0.3.31 |
462 | 2024-11-26T07:17:06.757Z | Downloaded crunchy v0.2.2 |
463 | 2024-11-26T07:17:06.760Z | Downloaded crucible-workspace-hack v0.1.0 |
464 | 2024-11-26T07:17:06.760Z | Downloaded powerfmt v0.2.0 |
465 | 2024-11-26T07:17:06.763Z | Downloaded postcard v1.0.10 |
466 | 2024-11-26T07:17:06.766Z | Downloaded pretty-hex v0.2.1 |
467 | 2024-11-26T07:17:06.766Z | Downloaded ppv-lite86 v0.2.20 |
468 | 2024-11-26T07:17:06.768Z | Downloaded dtrace-parser v0.2.0 |
469 | 2024-11-26T07:17:06.768Z | Downloaded darling_macro v0.20.10 |
470 | 2024-11-26T07:17:06.770Z | Downloaded proc-macro-crate v1.3.1 |
471 | 2024-11-26T07:17:06.770Z | Downloaded ahash v0.8.11 |
472 | 2024-11-26T07:17:06.773Z | Downloaded progenitor-client v0.8.0 |
473 | 2024-11-26T07:17:06.776Z | Downloaded proc-macro-crate v3.2.0 |
474 | 2024-11-26T07:17:06.776Z | Downloaded percent-encoding v2.3.1 |
475 | 2024-11-26T07:17:06.778Z | Downloaded foreign-types v0.5.0 |
476 | 2024-11-26T07:17:06.778Z | Downloaded ciborium-ll v0.2.2 |
477 | 2024-11-26T07:17:06.781Z | Downloaded crypto-common v0.1.6 |
478 | 2024-11-26T07:17:06.784Z | Downloaded cpufeatures v0.2.14 |
479 | 2024-11-26T07:17:06.784Z | Downloaded proc-macro-error v1.0.4 |
480 | 2024-11-26T07:17:06.788Z | Downloaded plain v0.2.3 |
481 | 2024-11-26T07:17:06.790Z | Downloaded pest_meta v2.7.13 |
482 | 2024-11-26T07:17:06.793Z | Downloaded foreign-types-shared v0.3.1 |
483 | 2024-11-26T07:17:06.793Z | Downloaded foreign-types-shared v0.1.1 |
484 | 2024-11-26T07:17:06.793Z | Downloaded foreign-types v0.3.2 |
485 | 2024-11-26T07:17:06.795Z | Downloaded float-ord v0.3.2 |
486 | 2024-11-26T07:17:06.795Z | Downloaded defmt-parser v0.3.4 |
487 | 2024-11-26T07:17:06.799Z | Downloaded instant v0.1.13 |
488 | 2024-11-26T07:17:06.801Z | Downloaded deranged v0.3.11 |
489 | 2024-11-26T07:17:06.801Z | Downloaded defmt v0.3.8 |
490 | 2024-11-26T07:17:06.803Z | Downloaded serde-big-array v0.5.1 |
491 | 2024-11-26T07:17:06.806Z | Downloaded defmt-macros v0.3.9 |
492 | 2024-11-26T07:17:06.809Z | Downloaded fixedbitset v0.4.2 |
493 | 2024-11-26T07:17:06.811Z | Downloaded fastrand v2.1.1 |
494 | 2024-11-26T07:17:06.814Z | Downloaded errno v0.3.9 |
495 | 2024-11-26T07:17:06.816Z | Downloaded openssl-macros v0.1.1 |
496 | 2024-11-26T07:17:06.816Z | Downloaded stable_deref_trait v1.2.0 |
497 | 2024-11-26T07:17:06.819Z | Downloaded clap_derive v4.5.18 |
498 | 2024-11-26T07:17:06.819Z | Downloaded debug-ignore v1.0.5 |
499 | 2024-11-26T07:17:06.821Z | Downloaded num-conv v0.1.0 |
500 | 2024-11-26T07:17:06.824Z | Downloaded hyper-tls v0.6.0 |
501 | 2024-11-26T07:17:06.826Z | Downloaded futures-core v0.3.31 |
502 | 2024-11-26T07:17:06.826Z | Downloaded http-body-util v0.1.2 |
503 | 2024-11-26T07:17:06.828Z | Downloaded sigpipe v0.1.3 |
504 | 2024-11-26T07:17:06.831Z | Downloaded console v0.15.8 |
505 | 2024-11-26T07:17:06.833Z | Downloaded http-body v1.0.1 |
506 | 2024-11-26T07:17:06.836Z | Downloaded heck v0.4.1 |
507 | 2024-11-26T07:17:06.836Z | Downloaded prettyplease v0.2.22 |
508 | 2024-11-26T07:17:06.839Z | Downloaded quick-error v1.2.3 |
509 | 2024-11-26T07:17:06.841Z | Downloaded rustc-hash v2.0.0 |
510 | 2024-11-26T07:17:06.844Z | Downloaded strum v0.26.3 |
511 | 2024-11-26T07:17:06.845Z | Downloaded serde_repr v0.1.19 |
512 | 2024-11-26T07:17:06.847Z | Downloaded semver v0.1.20 |
513 | 2024-11-26T07:17:06.847Z | Downloaded typify-macro v0.2.0 |
514 | 2024-11-26T07:17:06.850Z | Downloaded rustc_version v0.1.7 |
515 | 2024-11-26T07:17:06.850Z | Downloaded serde_path_to_error v0.1.16 |
516 | 2024-11-26T07:17:06.852Z | Downloaded ipnetwork v0.20.0 |
517 | 2024-11-26T07:17:06.854Z | Downloaded either v1.13.0 |
518 | 2024-11-26T07:17:06.857Z | Downloaded hyper-tls v0.5.0 |
519 | 2024-11-26T07:17:06.857Z | Downloaded cookie v0.18.1 |
520 | 2024-11-26T07:17:06.859Z | Downloaded quinn-udp v0.5.5 |
521 | 2024-11-26T07:17:06.862Z | Downloaded scopeguard v1.2.0 |
522 | 2024-11-26T07:17:06.864Z | Downloaded num-derive v0.3.3 |
523 | 2024-11-26T07:17:06.864Z | Downloaded fnv v1.0.7 |
524 | 2024-11-26T07:17:06.867Z | Downloaded rustversion v1.0.17 |
525 | 2024-11-26T07:17:06.869Z | Downloaded is_terminal_polyfill v1.70.1 |
526 | 2024-11-26T07:17:06.872Z | Downloaded hubpack_derive v0.1.1 |
527 | 2024-11-26T07:17:06.872Z | Downloaded thread-id v4.2.2 |
528 | 2024-11-26T07:17:06.874Z | Downloaded num-derive v0.4.2 |
529 | 2024-11-26T07:17:06.876Z | Downloaded crossbeam-utils v0.8.20 |
530 | 2024-11-26T07:17:06.879Z | Downloaded thiserror v1.0.69 |
531 | 2024-11-26T07:17:06.882Z | Downloaded serde_derive_internals v0.29.1 |
532 | 2024-11-26T07:17:06.886Z | Downloaded schemars_derive v0.8.21 |
533 | 2024-11-26T07:17:06.889Z | Downloaded slog-json v2.6.1 |
534 | 2024-11-26T07:17:06.889Z | Downloaded structmeta-derive v0.3.0 |
535 | 2024-11-26T07:17:06.892Z | Downloaded scroll v0.12.0 |
536 | 2024-11-26T07:17:06.892Z | Downloaded slab v0.4.9 |
537 | 2024-11-26T07:17:06.895Z | Downloaded strum_macros v0.25.3 |
538 | 2024-11-26T07:17:06.897Z | Downloaded usdt-macro v0.5.0 |
539 | 2024-11-26T07:17:06.897Z | Downloaded omicron-workspace-hack v0.1.0 |
540 | 2024-11-26T07:17:06.900Z | Downloaded slog-async v2.8.0 |
541 | 2024-11-26T07:17:06.900Z | Downloaded semver v1.0.23 |
542 | 2024-11-26T07:17:06.902Z | Downloaded slog-bunyan v2.5.0 |
543 | 2024-11-26T07:17:06.905Z | Downloaded ipnet v2.10.0 |
544 | 2024-11-26T07:17:06.908Z | Downloaded is-terminal v0.4.13 |
545 | 2024-11-26T07:17:06.910Z | Downloaded slog-dtrace v0.3.0 |
546 | 2024-11-26T07:17:06.910Z | Downloaded rhai_codegen v2.2.0 |
547 | 2024-11-26T07:17:06.917Z | Downloaded spin v0.9.8 |
548 | 2024-11-26T07:17:06.920Z | Downloaded num_threads v0.1.7 |
549 | 2024-11-26T07:17:06.923Z | Downloaded static_assertions v1.1.0 |
550 | 2024-11-26T07:17:06.925Z | Downloaded fxhash v0.2.1 |
551 | 2024-11-26T07:17:06.925Z | Downloaded untrusted v0.9.0 |
552 | 2024-11-26T07:17:06.927Z | Downloaded toml_datetime v0.6.8 |
553 | 2024-11-26T07:17:06.927Z | Downloaded rustls-pemfile v2.1.3 |
554 | 2024-11-26T07:17:06.930Z | Downloaded time-core v0.1.2 |
555 | 2024-11-26T07:17:06.932Z | Downloaded openssl-probe v0.1.5 |
556 | 2024-11-26T07:17:06.932Z | Downloaded linked-hash-map v0.5.6 |
557 | 2024-11-26T07:17:06.935Z | Downloaded thiserror-impl v1.0.69 |
558 | 2024-11-26T07:17:06.935Z | Downloaded tabwriter v1.4.0 |
559 | 2024-11-26T07:17:06.937Z | Downloaded password-hash v0.5.0 |
560 | 2024-11-26T07:17:06.939Z | Downloaded newline-converter v0.3.0 |
561 | 2024-11-26T07:17:06.939Z | Downloaded libsw v3.3.1 |
562 | 2024-11-26T07:17:06.942Z | Downloaded serde_with_macros v3.9.0 |
563 | 2024-11-26T07:17:06.944Z | Downloaded memmap v0.7.0 |
564 | 2024-11-26T07:17:06.947Z | Downloaded strsim v0.11.1 |
565 | 2024-11-26T07:17:06.947Z | Downloaded num v0.4.3 |
566 | 2024-11-26T07:17:06.950Z | Downloaded smf v0.2.3 |
567 | 2024-11-26T07:17:06.952Z | Downloaded hash32 v0.3.1 |
568 | 2024-11-26T07:17:06.952Z | Downloaded slog v2.7.0 |
569 | 2024-11-26T07:17:06.954Z | Downloaded strum_macros v0.26.4 |
570 | 2024-11-26T07:17:06.957Z | Downloaded tower-service v0.3.3 |
571 | 2024-11-26T07:17:06.959Z | Downloaded usdt-impl v0.5.0 |
572 | 2024-11-26T07:17:06.959Z | Downloaded zone_cfg_derive v0.3.0 |
573 | 2024-11-26T07:17:06.962Z | Downloaded sha2 v0.10.8 |
574 | 2024-11-26T07:17:06.965Z | Downloaded sct v0.7.1 |
575 | 2024-11-26T07:17:06.967Z | Downloaded structmeta v0.3.0 |
576 | 2024-11-26T07:17:06.969Z | Downloaded signal-hook-registry v1.4.2 |
577 | 2024-11-26T07:17:06.969Z | Downloaded darling_core v0.20.10 |
578 | 2024-11-26T07:17:06.974Z | Downloaded swrite v0.1.0 |
579 | 2024-11-26T07:17:06.977Z | Downloaded waitgroup v0.1.2 |
580 | 2024-11-26T07:17:06.977Z | Downloaded httparse v1.9.4 |
581 | 2024-11-26T07:17:06.979Z | Downloaded hex v0.4.3 |
582 | 2024-11-26T07:17:06.982Z | Downloaded rand v0.8.5 |
583 | 2024-11-26T07:17:06.985Z | Downloaded num_enum_derive v0.7.3 |
584 | 2024-11-26T07:17:06.987Z | Downloaded hostname v0.4.0 |
585 | 2024-11-26T07:17:06.990Z | Downloaded hostname v0.3.1 |
586 | 2024-11-26T07:17:06.990Z | Downloaded take_mut v0.2.2 |
587 | 2024-11-26T07:17:06.992Z | Downloaded similar v2.6.0 |
588 | 2024-11-26T07:17:06.995Z | Downloaded newtype_derive v0.1.6 |
589 | 2024-11-26T07:17:06.997Z | Downloaded version_check v0.9.5 |
590 | 2024-11-26T07:17:07.000Z | Downloaded utf8parse v0.2.2 |
591 | 2024-11-26T07:17:07.000Z | Downloaded sync_wrapper v0.1.2 |
592 | 2024-11-26T07:17:07.002Z | Downloaded futures-macro v0.3.31 |
593 | 2024-11-26T07:17:07.002Z | Downloaded match_cfg v0.1.0 |
594 | 2024-11-26T07:17:07.002Z | Downloaded num-integer v0.1.46 |
595 | 2024-11-26T07:17:07.005Z | Downloaded usdt-attr-macro v0.5.0 |
596 | 2024-11-26T07:17:07.005Z | Downloaded managed v0.8.0 |
597 | 2024-11-26T07:17:07.007Z | Downloaded tokio-rustls v0.24.1 |
598 | 2024-11-26T07:17:07.010Z | Downloaded tokio-rustls v0.25.0 |
599 | 2024-11-26T07:17:07.012Z | Downloaded newtype-uuid v1.1.0 |
600 | 2024-11-26T07:17:07.012Z | Downloaded thread_local v1.1.8 |
601 | 2024-11-26T07:17:07.014Z | Downloaded lock_api v0.4.12 |
602 | 2024-11-26T07:17:07.017Z | Downloaded futures v0.3.31 |
603 | 2024-11-26T07:17:07.021Z | Downloaded try-lock v0.2.5 |
604 | 2024-11-26T07:17:07.024Z | Downloaded terminal_size v0.4.0 |
605 | 2024-11-26T07:17:07.024Z | Downloaded tracing-attributes v0.1.27 |
606 | 2024-11-26T07:17:07.026Z | Downloaded slog-envlogger v2.2.0 |
607 | 2024-11-26T07:17:07.029Z | Downloaded sync_wrapper v1.0.1 |
608 | 2024-11-26T07:17:07.029Z | Downloaded zone v0.3.0 |
609 | 2024-11-26T07:17:07.029Z | Downloaded owo-colors v4.1.0 |
610 | 2024-11-26T07:17:07.031Z | Downloaded tinyvec_macros v0.1.1 |
611 | 2024-11-26T07:17:07.034Z | Downloaded typify v0.2.0 |
612 | 2024-11-26T07:17:07.036Z | Downloaded tokio-macros v2.4.0 |
613 | 2024-11-26T07:17:07.039Z | Downloaded typenum v1.17.0 |
614 | 2024-11-26T07:17:07.041Z | Downloaded ident_case v1.0.1 |
615 | 2024-11-26T07:17:07.041Z | Downloaded unicode-ident v1.0.13 |
616 | 2024-11-26T07:17:07.043Z | Downloaded ucd-trie v0.1.6 |
617 | 2024-11-26T07:17:07.046Z | Downloaded highway v1.2.0 |
618 | 2024-11-26T07:17:07.048Z | Downloaded itoa v1.0.11 |
619 | 2024-11-26T07:17:07.050Z | Downloaded quinn v0.11.5 |
620 | 2024-11-26T07:17:07.055Z | Downloaded lazy_static v1.5.0 |
621 | 2024-11-26T07:17:07.057Z | Downloaded toml v0.8.19 |
622 | 2024-11-26T07:17:07.059Z | Downloaded lru-cache v0.1.2 |
623 | 2024-11-26T07:17:07.060Z | Downloaded hyper-rustls v0.27.3 |
624 | 2024-11-26T07:17:07.062Z | Downloaded tiny-keccak v2.0.2 |
625 | 2024-11-26T07:17:07.064Z | Downloaded slog-scope v4.4.0 |
626 | 2024-11-26T07:17:07.067Z | Downloaded num_enum_derive v0.5.11 |
627 | 2024-11-26T07:17:07.067Z | Downloaded num_enum v0.7.3 |
628 | 2024-11-26T07:17:07.071Z | Downloaded smartstring v1.0.1 |
629 | 2024-11-26T07:17:07.074Z | Downloaded serde_yaml v0.9.34+deprecated |
630 | 2024-11-26T07:17:07.077Z | Downloaded socket2 v0.5.7 |
631 | 2024-11-26T07:17:07.080Z | Downloaded subtle v2.6.1 |
632 | 2024-11-26T07:17:07.083Z | Downloaded schemars v0.8.21 |
633 | 2024-11-26T07:17:07.094Z | Downloaded want v0.3.1 |
634 | 2024-11-26T07:17:07.096Z | Downloaded crossbeam-channel v0.5.13 |
635 | 2024-11-26T07:17:07.099Z | Downloaded usdt v0.5.0 |
636 | 2024-11-26T07:17:07.102Z | Downloaded getrandom v0.2.15 |
637 | 2024-11-26T07:17:07.104Z | Downloaded unicode-bidi v0.3.15 |
638 | 2024-11-26T07:17:07.106Z | Downloaded expectorate v1.1.0 |
639 | 2024-11-26T07:17:07.110Z | Downloaded uuid v1.11.0 |
640 | 2024-11-26T07:17:07.112Z | Downloaded unsafe-libyaml v0.2.11 |
641 | 2024-11-26T07:17:07.115Z | Downloaded indent_write v2.2.0 |
642 | 2024-11-26T07:17:07.118Z | Downloaded multer v3.1.0 |
643 | 2024-11-26T07:17:07.120Z | Downloaded macaddr v1.0.1 |
644 | 2024-11-26T07:17:07.123Z | Downloaded num_enum v0.5.11 |
645 | 2024-11-26T07:17:07.126Z | Downloaded tempfile v3.12.0 |
646 | 2024-11-26T07:17:07.129Z | Downloaded smallvec v1.13.2 |
647 | 2024-11-26T07:17:07.131Z | Downloaded tokio-native-tls v0.3.1 |
648 | 2024-11-26T07:17:07.134Z | Downloaded http v0.2.12 |
649 | 2024-11-26T07:17:07.137Z | Downloaded minimal-lexical v0.2.1 |
650 | 2024-11-26T07:17:07.142Z | Downloaded term v0.7.0 |
651 | 2024-11-26T07:17:07.145Z | Downloaded native-tls v0.2.12 |
652 | 2024-11-26T07:17:07.147Z | Downloaded serde v1.0.215 |
653 | 2024-11-26T07:17:07.151Z | Downloaded half v2.4.1 |
654 | 2024-11-26T07:17:07.154Z | Downloaded tokio-rustls v0.26.0 |
655 | 2024-11-26T07:17:07.156Z | Downloaded indexmap v1.9.3 |
656 | 2024-11-26T07:17:07.160Z | Downloaded tinyvec v1.8.0 |
657 | 2024-11-26T07:17:07.163Z | Downloaded hyper-util v0.1.10 |
658 | 2024-11-26T07:17:07.167Z | Downloaded zerocopy-derive v0.7.35 |
659 | 2024-11-26T07:17:07.173Z | Downloaded serde_derive v1.0.215 |
660 | 2024-11-26T07:17:07.175Z | Downloaded openssl-sys v0.9.103 |
661 | 2024-11-26T07:17:07.180Z | Downloaded iana-time-zone v0.1.61 |
662 | 2024-11-26T07:17:07.183Z | Downloaded zerocopy v0.6.6 |
663 | 2024-11-26T07:17:07.186Z | Downloaded url v2.5.2 |
664 | 2024-11-26T07:17:07.189Z | Downloaded log v0.4.22 |
665 | 2024-11-26T07:17:07.192Z | Downloaded mio v1.0.2 |
666 | 2024-11-26T07:17:07.198Z | Downloaded num-traits v0.2.19 |
667 | 2024-11-26T07:17:07.201Z | Downloaded tracing-core v0.1.32 |
668 | 2024-11-26T07:17:07.204Z | Downloaded steno v0.4.1 |
669 | 2024-11-26T07:17:07.230Z | Downloaded http v1.1.0 |
670 | 2024-11-26T07:17:07.234Z | Downloaded tokio-util v0.7.12 |
671 | 2024-11-26T07:17:07.241Z | Downloaded tracing v0.1.40 |
672 | 2024-11-26T07:17:07.245Z | Downloaded indexmap v2.6.0 |
673 | 2024-11-26T07:17:07.250Z | Downloaded unicode-segmentation v1.12.0 |
674 | 2024-11-26T07:17:07.253Z | Downloaded toml_edit v0.22.21 |
675 | 2024-11-26T07:17:07.276Z | Downloaded memchr v2.7.4 |
676 | 2024-11-26T07:17:07.280Z | Downloaded clap_builder v4.5.21 |
677 | 2024-11-26T07:17:07.288Z | Downloaded nom v7.1.3 |
678 | 2024-11-26T07:17:07.293Z | Downloaded toml_edit v0.19.15 |
679 | 2024-11-26T07:17:07.310Z | Downloaded libm v0.2.8 |
680 | 2024-11-26T07:17:07.317Z | Downloaded time v0.3.36 |
681 | 2024-11-26T07:17:07.324Z | Downloaded h2 v0.4.6 |
682 | 2024-11-26T07:17:07.332Z | Downloaded itertools v0.10.5 |
683 | 2024-11-26T07:17:07.339Z | Downloaded rustls-webpki v0.101.7 |
684 | 2024-11-26T07:17:07.353Z | Downloaded hashbrown v0.14.5 |
685 | 2024-11-26T07:17:07.359Z | Downloaded itertools v0.12.1 |
686 | 2024-11-26T07:17:07.366Z | Downloaded h2 v0.3.26 |
687 | 2024-11-26T07:17:07.373Z | Downloaded zerocopy v0.7.35 |
688 | 2024-11-26T07:17:07.390Z | Downloaded winnow v0.5.40 |
689 | 2024-11-26T07:17:07.398Z | Downloaded winnow v0.6.18 |
690 | 2024-11-26T07:17:07.408Z | Downloaded hyper v0.14.30 |
691 | 2024-11-26T07:17:07.416Z | Downloaded regex v1.10.6 |
692 | 2024-11-26T07:17:07.430Z | Downloaded chrono v0.4.38 |
693 | 2024-11-26T07:17:07.437Z | Downloaded vcpkg v0.2.15 |
694 | 2024-11-26T07:17:07.476Z | Downloaded rustls-webpki v0.102.8 |
695 | 2024-11-26T07:17:07.494Z | Downloaded goblin v0.8.2 |
696 | 2024-11-26T07:17:07.500Z | Downloaded reqwest v0.12.9 |
697 | 2024-11-26T07:17:07.508Z | Downloaded webpki-roots v0.25.4 |
698 | 2024-11-26T07:17:07.512Z | Downloaded unicode-width v0.1.14 |
699 | 2024-11-26T07:17:07.518Z | Downloaded openssl v0.10.66 |
700 | 2024-11-26T07:17:07.529Z | Downloaded webpki-roots v0.26.6 |
701 | 2024-11-26T07:17:07.533Z | Downloaded dropshot v0.13.0 |
702 | 2024-11-26T07:17:07.555Z | Downloaded syn v2.0.89 |
703 | 2024-11-26T07:17:07.567Z | Downloaded idna v0.5.0 |
704 | 2024-11-26T07:17:07.574Z | Downloaded regress v0.10.1 |
705 | 2024-11-26T07:17:07.583Z | Downloaded rustls v0.22.4 |
706 | 2024-11-26T07:17:07.596Z | Downloaded openapiv3 v2.0.0 |
707 | 2024-11-26T07:17:07.608Z | Downloaded rustls v0.23.13 |
708 | 2024-11-26T07:17:07.620Z | Downloaded rustix v0.38.37 |
709 | 2024-11-26T07:17:07.642Z | Downloaded petgraph v0.6.5 |
710 | 2024-11-26T07:17:07.660Z | Downloaded regress v0.9.1 |
711 | 2024-11-26T07:17:07.668Z | Downloaded hickory-proto v0.24.1 |
712 | 2024-11-26T07:17:07.684Z | Downloaded rhai v1.19.0 |
713 | 2024-11-26T07:17:07.696Z | Downloaded smoltcp v0.11.0 |
714 | 2024-11-26T07:17:07.708Z | Downloaded typify-impl v0.2.0 |
715 | 2024-11-26T07:17:07.723Z | Downloaded zerocopy-derive v0.6.6 |
716 | 2024-11-26T07:17:07.733Z | Downloaded sled v0.34.7 |
717 | 2024-11-26T07:17:07.743Z | Downloaded idna v0.4.0 |
718 | 2024-11-26T07:17:07.750Z | Downloaded syn v1.0.109 |
719 | 2024-11-26T07:17:07.760Z | Downloaded dropshot v0.12.0 |
720 | 2024-11-26T07:17:07.779Z | Downloaded hyper v1.5.1 |
721 | 2024-11-26T07:17:07.785Z | Downloaded futures-util v0.3.31 |
722 | 2024-11-26T07:17:07.797Z | Downloaded quinn-proto v0.11.8 |
723 | 2024-11-26T07:17:07.803Z | Downloaded regex-automata v0.4.7 |
724 | 2024-11-26T07:17:07.820Z | Downloaded itertools v0.13.0 |
725 | 2024-11-26T07:17:07.827Z | Downloaded reqwest v0.11.27 |
726 | 2024-11-26T07:17:07.835Z | Downloaded unicode-normalization v0.1.24 |
727 | 2024-11-26T07:17:07.838Z | Downloaded serde_with v3.9.0 |
728 | 2024-11-26T07:17:07.847Z | Downloaded hashbrown v0.15.2 |
729 | 2024-11-26T07:17:07.851Z | Downloaded tokio v1.40.0 |
730 | 2024-11-26T07:17:07.890Z | Downloaded libc v0.2.165 |
731 | 2024-11-26T07:17:07.912Z | Downloaded serde_json v1.0.133 |
732 | 2024-11-26T07:17:07.919Z | Downloaded hickory-resolver v0.24.1 |
733 | 2024-11-26T07:17:07.923Z | Downloaded heapless v0.8.0 |
734 | 2024-11-26T07:17:07.927Z | Downloaded hashbrown v0.12.3 |
735 | 2024-11-26T07:17:07.931Z | Downloaded http-body v0.4.6 |
736 | 2024-11-26T07:17:07.933Z | Downloaded slog-stdlog v4.1.1 |
737 | 2024-11-26T07:17:07.935Z | Downloaded hyper-rustls v0.24.2 |
738 | 2024-11-26T07:17:07.947Z | Downloaded ryu v1.0.18 |
739 | 2024-11-26T07:17:07.947Z | Downloaded time-macros v0.2.18 |
740 | 2024-11-26T07:17:07.947Z | Downloaded generic-array v0.14.7 |
741 | 2024-11-26T07:17:07.947Z | Downloaded whoami v1.5.2 |
742 | 2024-11-26T07:17:07.947Z | Downloaded crossbeam-epoch v0.9.18 |
743 | 2024-11-26T07:17:07.950Z | Downloaded once_cell v1.19.0 |
744 | 2024-11-26T07:17:07.950Z | Downloaded num-rational v0.4.2 |
745 | 2024-11-26T07:17:07.952Z | Downloaded thin-vec v0.2.13 |
746 | 2024-11-26T07:17:07.952Z | Downloaded zeroize v1.8.1 |
747 | 2024-11-26T07:17:07.954Z | Downloaded humantime v2.1.0 |
748 | 2024-11-26T07:17:07.957Z | Downloaded derive_more v0.99.18 |
749 | 2024-11-26T07:17:07.959Z | Downloaded slog-term v2.9.1 |
750 | 2024-11-26T07:17:07.961Z | Downloaded num-complex v0.4.6 |
751 | 2024-11-26T07:17:07.964Z | Downloaded rustls-pki-types v1.8.0 |
752 | 2024-11-26T07:17:07.967Z | Downloaded rustls-pemfile v1.0.4 |
753 | 2024-11-26T07:17:07.967Z | Downloaded dropshot_endpoint v0.13.0 |
754 | 2024-11-26T07:17:07.969Z | Downloaded dropshot_endpoint v0.12.0 |
755 | 2024-11-26T07:17:07.972Z | Downloaded shlex v1.3.0 |
756 | 2024-11-26T07:17:07.975Z | Downloaded sha1 v0.10.6 |
757 | 2024-11-26T07:17:07.975Z | Downloaded serde_tokenstream v0.2.2 |
758 | 2024-11-26T07:17:07.978Z | Downloaded serde_urlencoded v0.7.1 |
759 | 2024-11-26T07:17:07.980Z | Downloaded serde_spanned v0.6.7 |
760 | 2024-11-26T07:17:07.980Z | Downloaded num-iter v0.1.45 |
761 | 2024-11-26T07:17:07.980Z | Downloaded linear-map v1.2.0 |
762 | 2024-11-26T07:17:07.983Z | Downloaded hubpack v0.1.2 |
763 | 2024-11-26T07:17:07.983Z | Downloaded httpdate v1.0.3 |
764 | 2024-11-26T07:17:07.985Z | Downloaded heck v0.5.0 |
765 | 2024-11-26T07:17:07.985Z | Downloaded futures-task v0.3.31 |
766 | 2024-11-26T07:17:07.988Z | Downloaded futures-sink v0.3.31 |
767 | 2024-11-26T07:17:07.988Z | Downloaded quote v1.0.37 |
768 | 2024-11-26T07:17:07.990Z | Downloaded proc-macro2 v1.0.92 |
769 | 2024-11-26T07:17:07.993Z | Downloaded resolv-conf v0.7.0 |
770 | 2024-11-26T07:17:07.995Z | Downloaded pest_generator v2.7.13 |
771 | 2024-11-26T07:17:07.995Z | Downloaded futures-executor v0.3.31 |
772 | 2024-11-26T07:17:07.997Z | Downloaded form_urlencoded v1.2.1 |
773 | 2024-11-26T07:17:07.997Z | Downloaded foreign-types-macros v0.2.3 |
774 | 2024-11-26T07:17:07.999Z | Downloaded encoding_rs v0.8.34 |
775 | 2024-11-26T07:17:08.018Z | Downloaded cc v1.1.21 |
776 | 2024-11-26T07:17:08.021Z | Downloaded crc32fast v1.4.2 |
777 | 2024-11-26T07:17:08.023Z | Downloaded cobs v0.2.3 |
778 | 2024-11-26T07:17:08.026Z | Downloaded ciborium v0.2.2 |
779 | 2024-11-26T07:17:08.026Z | Downloaded rustc_version v0.4.1 |
780 | 2024-11-26T07:17:08.029Z | Downloaded rand_chacha v0.3.1 |
781 | 2024-11-26T07:17:08.029Z | Downloaded enum-as-inner v0.6.1 |
782 | 2024-11-26T07:17:08.032Z | Downloaded embedded-io v0.6.1 |
783 | 2024-11-26T07:17:08.032Z | Downloaded embedded-io v0.4.0 |
784 | 2024-11-26T07:17:08.034Z | Downloaded dyn-clone v1.0.17 |
785 | 2024-11-26T07:17:08.034Z | Downloaded dirs-sys-next v0.1.2 |
786 | 2024-11-26T07:17:08.034Z | Downloaded dirs-next v2.0.0 |
787 | 2024-11-26T07:17:08.037Z | Downloaded digest v0.10.7 |
788 | 2024-11-26T07:17:08.037Z | Downloaded bytes v1.7.2 |
789 | 2024-11-26T07:17:08.040Z | Downloaded colorchoice v1.0.2 |
790 | 2024-11-26T07:17:08.043Z | Downloaded clap_lex v0.7.2 |
791 | 2024-11-26T07:17:08.043Z | Downloaded convert_case v0.4.0 |
792 | 2024-11-26T07:17:08.046Z | Downloaded cfg-if v1.0.0 |
793 | 2024-11-26T07:17:08.046Z | Downloaded const-random v0.1.18 |
794 | 2024-11-26T07:17:08.046Z | Downloaded byteorder v1.5.0 |
795 | 2024-11-26T07:17:08.049Z | Downloaded block-buffer v0.10.4 |
796 | 2024-11-26T07:17:08.049Z | Downloaded base64 v0.22.1 |
797 | 2024-11-26T07:17:08.051Z | Downloaded async-stream v0.3.6 |
798 | 2024-11-26T07:17:08.055Z | Downloaded anstream v0.6.15 |
799 | 2024-11-26T07:17:08.057Z | Downloaded blake2 v0.10.6 |
800 | 2024-11-26T07:17:08.057Z | Downloaded backoff v0.4.0 |
801 | 2024-11-26T07:17:08.060Z | Downloaded pest_derive v2.7.13 |
802 | 2024-11-26T07:17:08.062Z | Downloaded parse-display v0.10.0 |
803 | 2024-11-26T07:17:08.064Z | Downloaded parking_lot_core v0.8.6 |
804 | 2024-11-26T07:17:08.064Z | Downloaded parking_lot v0.12.3 |
805 | 2024-11-26T07:17:08.067Z | Downloaded parking_lot v0.11.2 |
806 | 2024-11-26T07:17:08.069Z | Downloaded base64 v0.21.7 |
807 | 2024-11-26T07:17:08.072Z | Downloaded aho-corasick v1.1.3 |
808 | 2024-11-26T07:17:08.078Z | Downloaded base64ct v1.6.0 |
809 | 2024-11-26T07:17:08.081Z | Downloaded async-trait v0.1.83 |
810 | 2024-11-26T07:17:08.083Z | Downloaded futures-io v0.3.31 |
811 | 2024-11-26T07:17:08.085Z | Downloaded async-stream-impl v0.3.6 |
812 | 2024-11-26T07:17:08.086Z | Downloaded anstyle-query v1.1.1 |
813 | 2024-11-26T07:17:08.239Z | Downloaded ring v0.17.8 |
814 | 2024-11-26T07:17:08.651Z | Compiling proc-macro2 v1.0.92 |
815 | 2024-11-26T07:17:08.653Z | Compiling unicode-ident v1.0.13 |
816 | 2024-11-26T07:17:08.653Z | Compiling libc v0.2.165 |
817 | 2024-11-26T07:17:08.653Z | Compiling serde v1.0.215 |
818 | 2024-11-26T07:17:08.654Z | Compiling autocfg v1.3.0 |
819 | 2024-11-26T07:17:08.654Z | Compiling version_check v0.9.5 |
820 | 2024-11-26T07:17:08.654Z | Compiling cfg-if v1.0.0 |
821 | 2024-11-26T07:17:08.822Z | Compiling once_cell v1.19.0 |
822 | 2024-11-26T07:17:08.847Z | Compiling libm v0.2.8 |
823 | 2024-11-26T07:17:08.992Z | Compiling memchr v2.7.4 |
824 | 2024-11-26T07:17:09.296Z | Compiling parking_lot_core v0.9.10 |
825 | 2024-11-26T07:17:09.455Z | Compiling lock_api v0.4.12 |
826 | 2024-11-26T07:17:09.548Z | Compiling shlex v1.3.0 |
827 | 2024-11-26T07:17:09.768Z | Compiling cc v1.1.21 |
828 | 2024-11-26T07:17:09.794Z | Compiling thiserror v1.0.69 |
829 | 2024-11-26T07:17:09.885Z | Compiling itoa v1.0.11 |
830 | 2024-11-26T07:17:10.402Z | Compiling slab v0.4.9 |
831 | 2024-11-26T07:17:10.464Z | Compiling schemars v0.8.21 |
832 | 2024-11-26T07:17:10.487Z | Compiling byteorder v1.5.0 |
833 | 2024-11-26T07:17:10.808Z | Compiling quote v1.0.37 |
834 | 2024-11-26T07:17:10.913Z | Compiling num-traits v0.2.19 |
835 | 2024-11-26T07:17:11.035Z | Compiling ryu v1.0.18 |
836 | 2024-11-26T07:17:11.279Z | Compiling syn v2.0.89 |
837 | 2024-11-26T07:17:11.353Z | Compiling getrandom v0.2.15 |
838 | 2024-11-26T07:17:11.721Z | Compiling serde_json v1.0.133 |
839 | 2024-11-26T07:17:11.949Z | Compiling pin-project-lite v0.2.14 |
840 | 2024-11-26T07:17:12.250Z | Compiling scopeguard v1.2.0 |
841 | 2024-11-26T07:17:12.342Z | Compiling log v0.4.22 |
842 | 2024-11-26T07:17:12.365Z | Compiling heck v0.5.0 |
843 | 2024-11-26T07:17:12.443Z | Compiling hashbrown v0.15.2 |
844 | 2024-11-26T07:17:12.486Z | Compiling equivalent v1.0.1 |
845 | 2024-11-26T07:17:12.647Z | Compiling fnv v1.0.7 |
846 | 2024-11-26T07:17:12.693Z | Compiling signal-hook-registry v1.4.2 |
847 | 2024-11-26T07:17:12.815Z | Compiling mio v1.0.2 |
848 | 2024-11-26T07:17:12.901Z | Compiling ring v0.17.8 |
849 | 2024-11-26T07:17:12.927Z | Compiling socket2 v0.5.7 |
850 | 2024-11-26T07:17:14.053Z | Compiling slog v2.7.0 |
851 | 2024-11-26T07:17:14.119Z | Compiling httparse v1.9.4 |
852 | 2024-11-26T07:17:14.175Z | Compiling pkg-config v0.3.31 |
853 | 2024-11-26T07:17:14.409Z | Compiling vcpkg v0.2.15 |
854 | 2024-11-26T07:17:14.574Z | Compiling iana-time-zone v0.1.61 |
855 | 2024-11-26T07:17:14.830Z | Compiling futures-core v0.3.31 |
856 | 2024-11-26T07:17:15.052Z | Compiling dyn-clone v1.0.17 |
857 | 2024-11-26T07:17:15.137Z | Compiling futures-sink v0.3.31 |
858 | 2024-11-26T07:17:15.308Z | Compiling openssl v0.10.66 |
859 | 2024-11-26T07:17:15.356Z | Compiling semver v1.0.23 |
860 | 2024-11-26T07:17:15.758Z | Compiling typenum v1.17.0 |
861 | 2024-11-26T07:17:15.760Z | Compiling futures-channel v0.3.31 |
862 | 2024-11-26T07:17:15.851Z | Compiling ahash v0.8.11 |
863 | 2024-11-26T07:17:15.877Z | Compiling rustls v0.23.13 |
864 | 2024-11-26T07:17:15.912Z | Compiling futures-io v0.3.31 |
865 | 2024-11-26T07:17:16.036Z | Compiling openssl-sys v0.9.103 |
866 | 2024-11-26T07:17:16.209Z | Compiling futures-task v0.3.31 |
867 | 2024-11-26T07:17:16.235Z | Compiling native-tls v0.2.12 |
868 | 2024-11-26T07:17:16.235Z | Compiling pin-utils v0.1.0 |
869 | 2024-11-26T07:17:16.351Z | Compiling generic-array v0.14.7 |
870 | 2024-11-26T07:17:16.641Z | Compiling tracing-core v0.1.32 |
871 | 2024-11-26T07:17:16.687Z | Compiling allocator-api2 v0.2.18 |
872 | 2024-11-26T07:17:16.713Z | Compiling subtle v2.6.1 |
873 | 2024-11-26T07:17:16.739Z | Compiling bitflags v2.6.0 |
874 | 2024-11-26T07:17:16.981Z | Compiling ucd-trie v0.1.6 |
875 | 2024-11-26T07:17:17.294Z | Compiling aho-corasick v1.1.3 |
876 | 2024-11-26T07:17:17.442Z | Compiling anyhow v1.0.93 |
877 | 2024-11-26T07:17:17.464Z | Compiling num-conv v0.1.0 |
878 | 2024-11-26T07:17:17.527Z | Compiling time-core v0.1.2 |
879 | 2024-11-26T07:17:17.707Z | Compiling regex-syntax v0.8.4 |
880 | 2024-11-26T07:17:17.735Z | Compiling time-macros v0.2.18 |
881 | 2024-11-26T07:17:18.358Z | Compiling serde_derive_internals v0.29.1 |
882 | 2024-11-26T07:17:18.824Z | Compiling spin v0.9.8 |
883 | 2024-11-26T07:17:19.073Z | Compiling rustls-pki-types v1.8.0 |
884 | 2024-11-26T07:17:19.075Z | Compiling crunchy v0.2.2 |
885 | 2024-11-26T07:17:20.387Z | Compiling usdt-impl v0.5.0 |
886 | 2024-11-26T07:17:20.514Z | Compiling tiny-keccak v2.0.2 |
887 | 2024-11-26T07:17:20.825Z | Compiling untrusted v0.9.0 |
888 | 2024-11-26T07:17:21.044Z | Compiling plain v0.2.3 |
889 | 2024-11-26T07:17:21.094Z | Compiling regex-automata v0.4.7 |
890 | 2024-11-26T07:17:21.214Z | Compiling omicron-workspace-hack v0.1.0 |
891 | 2024-11-26T07:17:21.399Z | Compiling atomic-waker v1.1.2 |
892 | 2024-11-26T07:17:23.202Z | Compiling zeroize v1.8.1 |
893 | 2024-11-26T07:17:23.242Z | Compiling pretty-hex v0.4.1 |
894 | 2024-11-26T07:17:23.408Z | Compiling strsim v0.11.1 |
895 | 2024-11-26T07:17:23.451Z | Compiling try-lock v0.2.5 |
896 | 2024-11-26T07:17:23.562Z | Compiling tinyvec_macros v0.1.1 |
897 | 2024-11-26T07:17:23.631Z | Compiling rustversion v1.0.17 |
898 | 2024-11-26T07:17:23.660Z | Compiling percent-encoding v2.3.1 |
899 | 2024-11-26T07:17:23.851Z | Compiling serde_derive v1.0.215 |
900 | 2024-11-26T07:17:24.126Z | Compiling zerocopy-derive v0.7.35 |
901 | 2024-11-26T07:17:24.149Z | Compiling thiserror-impl v1.0.69 |
902 | 2024-11-26T07:17:24.317Z | Compiling tokio-macros v2.4.0 |
903 | 2024-11-26T07:17:24.612Z | Compiling schemars_derive v0.8.21 |
904 | 2024-11-26T07:17:25.916Z | Compiling futures-macro v0.3.31 |
905 | 2024-11-26T07:17:26.253Z | Compiling zerocopy v0.7.35 |
906 | 2024-11-26T07:17:27.786Z | Compiling openssl-macros v0.1.1 |
907 | 2024-11-26T07:17:27.812Z | Compiling futures-util v0.3.31 |
908 | 2024-11-26T07:17:28.316Z | Compiling tracing-attributes v0.1.27 |
909 | 2024-11-26T07:17:28.670Z | Compiling hashbrown v0.14.5 |
910 | 2024-11-26T07:17:28.697Z | Compiling scroll_derive v0.12.0 |
911 | 2024-11-26T07:17:28.864Z | Compiling pest v2.7.13 |
912 | 2024-11-26T07:17:29.219Z | Compiling regex v1.10.6 |
913 | 2024-11-26T07:17:30.003Z | Compiling regress v0.10.1 |
914 | 2024-11-26T07:17:30.210Z | Compiling scroll v0.12.0 |
915 | 2024-11-26T07:17:30.816Z | Compiling goblin v0.8.2 |
916 | 2024-11-26T07:17:31.812Z | Compiling tracing v0.1.40 |
917 | 2024-11-26T07:17:32.486Z | Compiling pest_meta v2.7.13 |
918 | 2024-11-26T07:17:34.754Z | Compiling pest_generator v2.7.13 |
919 | 2024-11-26T07:17:34.825Z | Compiling rustls-webpki v0.102.8 |
920 | 2024-11-26T07:17:36.575Z | Compiling form_urlencoded v1.2.1 |
921 | 2024-11-26T07:17:36.678Z | Compiling pest_derive v2.7.13 |
922 | 2024-11-26T07:17:37.101Z | Compiling tinyvec v1.8.0 |
923 | 2024-11-26T07:17:37.573Z | Compiling dtrace-parser v0.2.0 |
924 | 2024-11-26T07:17:37.924Z | Compiling bytes v1.7.2 |
925 | 2024-11-26T07:17:39.212Z | Compiling smallvec v1.13.2 |
926 | 2024-11-26T07:17:39.357Z | Compiling indexmap v2.6.0 |
927 | 2024-11-26T07:17:39.384Z | Compiling uuid v1.11.0 |
928 | 2024-11-26T07:17:39.795Z | Compiling chrono v0.4.38 |
929 | 2024-11-26T07:17:40.174Z | Compiling serde_tokenstream v0.2.2 |
930 | 2024-11-26T07:17:40.624Z | Compiling parking_lot v0.12.3 |
931 | 2024-11-26T07:17:40.698Z | Compiling http v1.1.0 |
932 | 2024-11-26T07:17:41.554Z | Compiling tokio v1.40.0 |
933 | 2024-11-26T07:17:44.381Z | Compiling openapiv3 v2.0.0 |
934 | 2024-11-26T07:17:44.648Z | Compiling dof v0.3.0 |
935 | 2024-11-26T07:17:46.422Z | Compiling typify-impl v0.2.0 |
936 | 2024-11-26T07:17:46.840Z | Compiling http-body v1.0.1 |
937 | 2024-11-26T07:17:47.115Z | Compiling want v0.3.1 |
938 | 2024-11-26T07:17:47.424Z | Compiling const-random-macro v0.1.16 |
939 | 2024-11-26T07:17:47.925Z | Compiling rand_core v0.6.4 |
940 | 2024-11-26T07:17:48.228Z | Compiling thread-id v4.2.2 |
941 | 2024-11-26T07:17:48.383Z | Compiling httpdate v1.0.3 |
942 | 2024-11-26T07:17:48.423Z | Compiling rustls v0.22.4 |
943 | 2024-11-26T07:17:48.754Z | Compiling camino v1.1.9 |
944 | 2024-11-26T07:17:48.778Z | Compiling unsafe-libyaml v0.2.11 |
945 | 2024-11-26T07:17:49.154Z | Compiling const-random v0.1.18 |
946 | 2024-11-26T07:17:49.265Z | Compiling ipnetwork v0.20.0 |
947 | 2024-11-26T07:17:49.344Z | Compiling unicode-normalization v0.1.24 |
948 | 2024-11-26T07:17:50.490Z | Compiling serde_yaml v0.9.34+deprecated |
949 | 2024-11-26T07:17:50.685Z | Compiling tower-service v0.3.3 |
950 | 2024-11-26T07:17:50.827Z | Compiling slog-async v2.8.0 |
951 | 2024-11-26T07:17:51.344Z | Compiling tokio-util v0.7.12 |
952 | 2024-11-26T07:17:51.793Z | Compiling unicode-bidi v0.3.15 |
953 | 2024-11-26T07:17:53.141Z | Compiling h2 v0.4.6 |
954 | 2024-11-26T07:17:53.338Z | Compiling ident_case v1.0.1 |
955 | 2024-11-26T07:17:53.390Z | Compiling foreign-types-shared v0.1.1 |
956 | 2024-11-26T07:17:53.518Z | Compiling syn v1.0.109 |
957 | 2024-11-26T07:17:53.543Z | Compiling foreign-types v0.3.2 |
958 | 2024-11-26T07:17:53.661Z | Compiling darling_core v0.20.10 |
959 | 2024-11-26T07:17:54.400Z | Compiling ppv-lite86 v0.2.20 |
960 | 2024-11-26T07:17:55.342Z | Compiling multer v3.1.0 |
961 | 2024-11-26T07:17:55.885Z | Compiling paste v1.0.15 |
962 | 2024-11-26T07:17:57.593Z | Compiling rand_chacha v0.3.1 |
963 | 2024-11-26T07:17:58.341Z | Compiling hyper v1.5.1 |
964 | 2024-11-26T07:17:58.368Z | Compiling typify-macro v0.2.0 |
965 | 2024-11-26T07:17:59.954Z | Compiling darling_macro v0.20.10 |
966 | 2024-11-26T07:18:01.065Z | Compiling idna v0.5.0 |
967 | 2024-11-26T07:18:02.367Z | Compiling typify v0.2.0 |
968 | 2024-11-26T07:18:02.531Z | Compiling progenitor-impl v0.8.0 |
969 | 2024-11-26T07:18:04.939Z | Compiling hyper-util v0.1.10 |
970 | 2024-11-26T07:18:07.806Z | Compiling usdt-macro v0.5.0 |
971 | 2024-11-26T07:18:08.991Z | Compiling usdt-attr-macro v0.5.0 |
972 | 2024-11-26T07:18:09.362Z | Compiling progenitor-macro v0.8.0 |
973 | 2024-11-26T07:18:09.385Z | Compiling http-body-util v0.1.2 |
974 | 2024-11-26T07:18:09.997Z | Compiling toml_datetime v0.6.8 |
975 | 2024-11-26T07:18:10.464Z | Compiling async-trait v0.1.83 |
976 | 2024-11-26T07:18:10.899Z | Compiling encoding_rs v0.8.34 |
977 | 2024-11-26T07:18:11.050Z | Compiling mime v0.3.17 |
978 | 2024-11-26T07:18:12.074Z | Compiling base64 v0.22.1 |
979 | 2024-11-26T07:18:12.158Z | Compiling openssl-probe v0.1.5 |
980 | 2024-11-26T07:18:12.666Z | Compiling rustls-pemfile v2.1.3 |
981 | 2024-11-26T07:18:14.883Z | Compiling url v2.5.2 |
982 | 2024-11-26T07:18:15.471Z | Compiling darling v0.20.10 |
983 | 2024-11-26T07:18:15.606Z | Compiling rand v0.8.5 |
984 | 2024-11-26T07:18:20.078Z | Compiling serde_urlencoded v0.7.1 |
985 | 2024-11-26T07:18:20.456Z | Compiling async-stream-impl v0.3.6 |
986 | 2024-11-26T07:18:21.969Z | Compiling crossbeam-utils v0.8.20 |
987 | 2024-11-26T07:18:22.388Z | Compiling powerfmt v0.2.0 |
988 | 2024-11-26T07:18:22.390Z | Compiling ipnet v2.10.0 |
989 | 2024-11-26T07:18:22.898Z | Compiling deranged v0.3.11 |
990 | 2024-11-26T07:18:25.282Z | Compiling tokio-rustls v0.26.0 |
991 | 2024-11-26T07:18:25.328Z | Compiling serde_with_macros v3.9.0 |
992 | 2024-11-26T07:18:25.435Z | Compiling tokio-native-tls v0.3.1 |
993 | 2024-11-26T07:18:25.753Z | Compiling strum_macros v0.26.4 |
994 | 2024-11-26T07:18:28.017Z | Compiling structmeta-derive v0.3.0 |
995 | 2024-11-26T07:18:29.486Z | Compiling webpki-roots v0.26.6 |
996 | 2024-11-26T07:18:29.718Z | Compiling dropshot v0.12.0 |
997 | 2024-11-26T07:18:30.453Z | Compiling winnow v0.6.18 |
998 | 2024-11-26T07:18:30.757Z | Compiling num_threads v0.1.7 |
999 | 2024-11-26T07:18:31.138Z | Compiling time v0.3.36 |
1000 | 2024-11-26T07:18:31.705Z | Compiling structmeta v0.3.0 |
1001 | 2024-11-26T07:18:32.111Z | Compiling hyper-rustls v0.27.3 |
1002 | 2024-11-26T07:18:33.484Z | Compiling hyper-tls v0.6.0 |
1003 | 2024-11-26T07:18:33.921Z | Compiling block-buffer v0.10.4 |
1004 | 2024-11-26T07:18:34.168Z | Compiling crypto-common v0.1.6 |
1005 | 2024-11-26T07:18:34.964Z | Compiling sync_wrapper v1.0.1 |
1006 | 2024-11-26T07:18:38.198Z | Compiling reqwest v0.12.9 |
1007 | 2024-11-26T07:18:40.589Z | Compiling digest v0.10.7 |
1008 | 2024-11-26T07:18:41.070Z | Compiling parse-display-derive v0.10.0 |
1009 | 2024-11-26T07:18:42.834Z | Compiling dropshot_endpoint v0.12.0 |
1010 | 2024-11-26T07:18:43.921Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1011 | 2024-11-26T07:18:44.843Z | Compiling dirs-sys-next v0.1.2 |
1012 | 2024-11-26T07:18:45.800Z | Compiling match_cfg v0.1.0 |
1013 | 2024-11-26T07:18:45.910Z | Compiling hostname v0.3.1 |
1014 | 2024-11-26T07:18:46.672Z | Compiling dirs-next v2.0.0 |
1015 | 2024-11-26T07:18:47.073Z | Compiling progenitor-client v0.8.0 |
1016 | 2024-11-26T07:18:49.400Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1017 | 2024-11-26T07:18:52.255Z | Compiling futures-executor v0.3.31 |
1018 | 2024-11-26T07:18:53.162Z | Compiling thread_local v1.1.8 |
1019 | 2024-11-26T07:18:53.352Z | Compiling cpufeatures v0.2.14 |
1020 | 2024-11-26T07:18:53.681Z | Compiling lazy_static v1.5.0 |
1021 | 2024-11-26T07:18:53.703Z | Compiling rustix v0.38.37 |
1022 | 2024-11-26T07:18:54.571Z | Compiling futures v0.3.31 |
1023 | 2024-11-26T07:18:55.141Z | Compiling progenitor v0.8.0 |
1024 | 2024-11-26T07:18:55.366Z | Compiling term v0.7.0 |
1025 | 2024-11-26T07:18:56.069Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1026 | 2024-11-26T07:18:56.904Z | Compiling crossbeam-channel v0.5.13 |
1027 | 2024-11-26T07:18:57.393Z | Compiling serde_spanned v0.6.7 |
1028 | 2024-11-26T07:18:58.492Z | Compiling is-terminal v0.4.13 |
1029 | 2024-11-26T07:18:58.515Z | Compiling errno v0.3.9 |
1030 | 2024-11-26T07:18:58.649Z | Compiling memmap v0.7.0 |
1031 | 2024-11-26T07:18:59.080Z | Compiling instant v0.1.13 |
1032 | 2024-11-26T07:18:59.268Z | Compiling take_mut v0.2.2 |
1033 | 2024-11-26T07:18:59.649Z | Compiling unicode-width v0.1.14 |
1034 | 2024-11-26T07:19:00.238Z | Compiling usdt v0.5.0 |
1035 | 2024-11-26T07:19:00.951Z | Compiling slog-term v2.9.1 |
1036 | 2024-11-26T07:19:02.414Z | Compiling toml_edit v0.22.21 |
1037 | 2024-11-26T07:19:03.631Z | Compiling slog-json v2.6.1 |
1038 | 2024-11-26T07:19:05.364Z | Compiling debug-ignore v1.0.5 |
1039 | 2024-11-26T07:19:05.719Z | Compiling slog-bunyan v2.5.0 |
1040 | 2024-11-26T07:19:05.992Z | Compiling toml v0.8.19 |
1041 | 2024-11-26T07:19:08.138Z | Compiling tokio-rustls v0.25.0 |
1042 | 2024-11-26T07:19:08.637Z | Compiling sha1 v0.10.6 |
1043 | 2024-11-26T07:19:09.441Z | Compiling strum v0.26.3 |
1044 | 2024-11-26T07:19:09.649Z | Compiling serde_with v3.9.0 |
1045 | 2024-11-26T07:19:12.441Z | Compiling async-stream v0.3.6 |
1046 | 2024-11-26T07:19:12.731Z | Compiling serde_path_to_error v0.1.16 |
1047 | 2024-11-26T07:19:12.774Z | Compiling waitgroup v0.1.2 |
1048 | 2024-11-26T07:19:13.037Z | Compiling hostname v0.4.0 |
1049 | 2024-11-26T07:19:13.798Z | Compiling heapless v0.8.0 |
1050 | 2024-11-26T07:19:14.411Z | Compiling newtype-uuid v1.1.0 |
1051 | 2024-11-26T07:19:14.701Z | Compiling hex v0.4.3 |
1052 | 2024-11-26T07:19:14.848Z | Compiling hash32 v0.3.1 |
1053 | 2024-11-26T07:19:15.112Z | Compiling stable_deref_trait v1.2.0 |
1054 | 2024-11-26T07:19:15.388Z | Compiling smoltcp v0.11.0 |
1055 | 2024-11-26T07:19:16.123Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1056 | 2024-11-26T07:19:18.435Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1057 | 2024-11-26T07:19:18.818Z | Compiling backoff v0.4.0 |
1058 | 2024-11-26T07:19:19.023Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1059 | 2024-11-26T07:19:19.215Z | Compiling parse-display v0.10.0 |
1060 | 2024-11-26T07:19:21.168Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1061 | 2024-11-26T07:19:21.432Z | Compiling regress v0.9.1 |
1062 | 2024-11-26T07:19:24.232Z | Compiling macaddr v1.0.1 |
1063 | 2024-11-26T07:19:24.554Z | Compiling clap_derive v4.5.18 |
1064 | 2024-11-26T07:19:25.064Z | Compiling cobs v0.2.3 |
1065 | 2024-11-26T07:19:25.511Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1066 | 2024-11-26T07:19:25.911Z | Compiling utf8parse v0.2.2 |
1067 | 2024-11-26T07:19:26.403Z | Compiling winnow v0.5.40 |
1068 | 2024-11-26T07:19:26.866Z | Compiling bitflags v1.3.2 |
1069 | 2024-11-26T07:19:26.987Z | Compiling managed v0.8.0 |
1070 | 2024-11-26T07:19:29.889Z | Compiling anstyle-parse v0.2.5 |
1071 | 2024-11-26T07:19:30.039Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1072 | 2024-11-26T07:19:30.333Z | Compiling toml_edit v0.19.15 |
1073 | 2024-11-26T07:19:30.499Z | Compiling postcard v1.0.10 |
1074 | 2024-11-26T07:19:36.492Z | Compiling anstyle-query v1.1.1 |
1075 | 2024-11-26T07:19:36.691Z | Compiling is_terminal_polyfill v1.70.1 |
1076 | 2024-11-26T07:19:37.003Z | Compiling anstyle v1.0.10 |
1077 | 2024-11-26T07:19:37.238Z | Compiling colorchoice v1.0.2 |
1078 | 2024-11-26T07:19:37.411Z | Compiling anstream v0.6.15 |
1079 | 2024-11-26T07:19:38.450Z | Compiling proc-macro-crate v1.3.1 |
1080 | 2024-11-26T07:19:39.142Z | Compiling terminal_size v0.4.0 |
1081 | 2024-11-26T07:19:39.323Z | Compiling clap_lex v0.7.2 |
1082 | 2024-11-26T07:19:39.428Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1083 | 2024-11-26T07:19:39.817Z | Compiling clap_builder v4.5.21 |
1084 | 2024-11-26T07:19:40.052Z | Compiling num_enum_derive v0.5.11 |
1085 | 2024-11-26T07:19:41.408Z | Compiling tabwriter v1.4.0 |
1086 | 2024-11-26T07:19:42.335Z | Compiling foreign-types-macros v0.2.3 |
1087 | 2024-11-26T07:19:42.502Z | Compiling num-integer v0.1.46 |
1088 | 2024-11-26T07:19:43.147Z | Compiling foreign-types-shared v0.3.1 |
1089 | 2024-11-26T07:19:43.588Z | Compiling num_enum v0.5.11 |
1090 | 2024-11-26T07:19:43.709Z | Compiling foreign-types v0.5.0 |
1091 | 2024-11-26T07:19:43.953Z | Compiling clap v4.5.21 |
1092 | 2024-11-26T07:19:44.120Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1093 | 2024-11-26T07:19:44.739Z | Compiling cstr-argument v0.1.2 |
1094 | 2024-11-26T07:19:44.819Z | Compiling proc-macro-error-attr v1.0.4 |
1095 | 2024-11-26T07:19:45.061Z | Compiling heck v0.4.1 |
1096 | 2024-11-26T07:19:45.144Z | Compiling either v1.13.0 |
1097 | 2024-11-26T07:19:45.541Z | Compiling prettyplease v0.2.22 |
1098 | 2024-11-26T07:19:45.757Z | Compiling pretty-hex v0.2.1 |
1099 | 2024-11-26T07:19:45.987Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1100 | 2024-11-26T07:19:46.466Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1101 | 2024-11-26T07:19:46.551Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1102 | 2024-11-26T07:19:47.840Z | Compiling num-iter v0.1.45 |
1103 | 2024-11-26T07:19:48.049Z | Compiling num-rational v0.4.2 |
1104 | 2024-11-26T07:19:49.505Z | Compiling colored v2.1.0 |
1105 | 2024-11-26T07:19:50.664Z | Compiling num-complex v0.4.6 |
1106 | 2024-11-26T07:19:51.307Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1107 | 2024-11-26T07:19:51.401Z | Compiling proc-macro-error v1.0.4 |
1108 | 2024-11-26T07:19:51.422Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1109 | 2024-11-26T07:19:51.778Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1110 | 2024-11-26T07:19:51.804Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1111 | 2024-11-26T07:19:51.957Z | Compiling fastrand v2.1.1 |
1112 | 2024-11-26T07:19:52.390Z | Compiling tempfile v3.12.0 |
1113 | 2024-11-26T07:19:52.807Z | Compiling num v0.4.3 |
1114 | 2024-11-26T07:19:53.363Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1115 | 2024-11-26T07:19:56.667Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1116 | 2024-11-26T07:19:57.254Z | Compiling float-ord v0.3.2 |
1117 | 2024-11-26T07:19:57.430Z | Compiling crucible-workspace-hack v0.1.0 |
1118 | 2024-11-26T07:19:57.488Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1119 | 2024-11-26T07:20:05.387Z | Compiling semver v0.1.20 |
1120 | 2024-11-26T07:20:05.417Z | Compiling unicode-segmentation v1.12.0 |
1121 | 2024-11-26T07:20:05.732Z | Compiling rustc_version v0.1.7 |
1122 | 2024-11-26T07:20:05.936Z | Compiling zone_cfg_derive v0.3.0 |
1123 | 2024-11-26T07:20:06.152Z | Compiling newline-converter v0.3.0 |
1124 | 2024-11-26T07:20:06.494Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1125 | 2024-11-26T07:20:06.664Z | Compiling camino-tempfile v1.1.1 |
1126 | 2024-11-26T07:20:07.250Z | Compiling itertools v0.10.5 |
1127 | 2024-11-26T07:20:07.429Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1128 | 2024-11-26T07:20:07.453Z | Compiling console v0.15.8 |
1129 | 2024-11-26T07:20:07.907Z | Compiling num-derive v0.4.2 |
1130 | 2024-11-26T07:20:09.472Z | Compiling sigpipe v0.1.3 |
1131 | 2024-11-26T07:20:09.618Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1132 | 2024-11-26T07:20:09.979Z | Compiling similar v2.6.0 |
1133 | 2024-11-26T07:20:10.279Z | Compiling base64ct v1.6.0 |
1134 | 2024-11-26T07:20:10.546Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1135 | 2024-11-26T07:20:10.621Z | Compiling zone v0.3.0 |
1136 | 2024-11-26T07:20:10.975Z | Compiling expectorate v1.1.0 |
1137 | 2024-11-26T07:20:11.260Z | Compiling password-hash v0.5.0 |
1138 | 2024-11-26T07:20:12.148Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-26T07:20:13.221Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1140 | 2024-11-26T07:20:13.434Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1141 | 2024-11-26T07:20:14.032Z | Compiling newtype_derive v0.1.6 |
1142 | 2024-11-26T07:20:14.433Z | Compiling blake2 v0.10.6 |
1143 | 2024-11-26T07:20:15.413Z | Compiling hubpack_derive v0.1.1 |
1144 | 2024-11-26T07:20:15.639Z | Compiling smf v0.2.3 |
1145 | 2024-11-26T07:20:16.360Z | Compiling zerocopy-derive v0.6.6 |
1146 | 2024-11-26T07:20:16.403Z | Compiling fixedbitset v0.4.2 |
1147 | 2024-11-26T07:20:16.668Z | Compiling whoami v1.5.2 |
1148 | 2024-11-26T07:20:17.071Z | Compiling cancel-safe-futures v0.1.5 |
1149 | 2024-11-26T07:20:17.096Z | Compiling owo-colors v4.1.0 |
1150 | 2024-11-26T07:20:17.533Z | Compiling petgraph v0.6.5 |
1151 | 2024-11-26T07:20:18.123Z | Compiling hubpack v0.1.2 |
1152 | 2024-11-26T07:20:18.180Z | Compiling argon2 v0.5.3 |
1153 | 2024-11-26T07:20:18.417Z | Compiling zerocopy v0.6.6 |
1154 | 2024-11-26T07:20:19.439Z | Compiling strum_macros v0.25.3 |
1155 | 2024-11-26T07:20:20.728Z | Compiling serde-big-array v0.5.1 |
1156 | 2024-11-26T07:20:20.997Z | Compiling serde_repr v0.1.19 |
1157 | 2024-11-26T07:20:21.974Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1158 | 2024-11-26T07:20:22.212Z | Compiling cookie v0.18.1 |
1159 | 2024-11-26T07:20:22.323Z | Compiling static_assertions v1.1.0 |
1160 | 2024-11-26T07:20:22.442Z | Compiling convert_case v0.4.0 |
1161 | 2024-11-26T07:20:22.669Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1162 | 2024-11-26T07:20:23.212Z | Compiling derive_more v0.99.18 |
1163 | 2024-11-26T07:20:23.238Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1164 | 2024-11-26T07:20:24.622Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-26T07:20:25.454Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-26T07:20:25.823Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-26T07:20:28.143Z | Compiling atomicwrites v0.4.4 |
1168 | 2024-11-26T07:20:28.676Z | Compiling itertools v0.13.0 |
1169 | 2024-11-26T07:20:30.105Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1170 | 2024-11-26T07:20:31.297Z | Compiling idna v0.4.0 |
1171 | 2024-11-26T07:20:31.323Z | Compiling libsw v3.3.1 |
1172 | 2024-11-26T07:20:31.672Z | Compiling enum-as-inner v0.6.1 |
1173 | 2024-11-26T07:20:32.067Z | Compiling derive-where v1.2.7 |
1174 | 2024-11-26T07:20:32.370Z | Compiling linear-map v1.2.0 |
1175 | 2024-11-26T07:20:32.395Z | Compiling swrite v0.1.0 |
1176 | 2024-11-26T07:20:32.542Z | Compiling quick-error v1.2.3 |
1177 | 2024-11-26T07:20:32.720Z | Compiling indent_write v2.2.0 |
1178 | 2024-11-26T07:20:32.837Z | Compiling linked-hash-map v0.5.6 |
1179 | 2024-11-26T07:20:32.892Z | Compiling highway v1.2.0 |
1180 | 2024-11-26T07:20:32.981Z | Compiling data-encoding v2.6.0 |
1181 | 2024-11-26T07:20:33.278Z | Compiling lru-cache v0.1.2 |
1182 | 2024-11-26T07:20:33.528Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1183 | 2024-11-26T07:20:34.289Z | Compiling hickory-proto v0.24.1 |
1184 | 2024-11-26T07:20:35.176Z | Compiling resolv-conf v0.7.0 |
1185 | 2024-11-26T07:20:35.539Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1186 | 2024-11-26T07:20:36.748Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1187 | 2024-11-26T07:20:38.104Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1188 | 2024-11-26T07:20:38.518Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1189 | 2024-11-26T07:20:39.931Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1190 | 2024-11-26T07:20:40.227Z | Compiling steno v0.4.1 |
1191 | 2024-11-26T07:20:43.874Z | Compiling slog-dtrace v0.3.0 |
1192 | 2024-11-26T07:20:44.254Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1193 | 2024-11-26T07:20:44.336Z | Compiling humantime v2.1.0 |
1194 | 2024-11-26T07:20:44.623Z | Compiling parking_lot_core v0.8.6 |
1195 | 2024-11-26T07:20:45.126Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1196 | 2024-11-26T07:20:45.237Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1197 | 2024-11-26T07:20:45.302Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1198 | 2024-11-26T07:20:47.552Z | Compiling hickory-resolver v0.24.1 |
1199 | 2024-11-26T07:20:47.623Z | Compiling num-derive v0.3.3 |
1200 | 2024-11-26T07:20:48.594Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1201 | 2024-11-26T07:20:48.634Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1202 | 2024-11-26T07:20:49.783Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1203 | 2024-11-26T07:20:49.856Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1204 | 2024-11-26T07:20:50.532Z | Compiling dropshot v0.13.0 |
1205 | 2024-11-26T07:20:50.939Z | Compiling parking_lot v0.11.2 |
1206 | 2024-11-26T07:20:50.994Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1207 | 2024-11-26T07:20:52.516Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1208 | 2024-11-26T07:20:52.994Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1209 | 2024-11-26T07:20:54.916Z | Compiling crossbeam-epoch v0.9.18 |
1210 | 2024-11-26T07:20:55.360Z | Compiling dropshot_endpoint v0.13.0 |
1211 | 2024-11-26T07:20:56.117Z | Compiling fxhash v0.2.1 |
1212 | 2024-11-26T07:20:56.367Z | Compiling crc32fast v1.4.2 |
1213 | 2024-11-26T07:20:56.915Z | Compiling crc8 v0.1.1 |
1214 | 2024-11-26T07:20:57.242Z | Compiling arc-swap v1.7.1 |
1215 | 2024-11-26T07:20:57.969Z | Compiling slog-scope v4.4.0 |
1216 | 2024-11-26T07:20:58.755Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1217 | 2024-11-26T07:21:01.303Z | Compiling sled v0.34.7 |
1218 | 2024-11-26T07:21:01.983Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1219 | 2024-11-26T07:21:05.942Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1220 | 2024-11-26T07:21:06.171Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1221 | 2024-11-26T07:21:06.727Z | Compiling slog-stdlog v4.1.1 |
1222 | 2024-11-26T07:21:07.524Z | Compiling slog-envlogger v2.2.0 |
1223 | 2024-11-26T07:21:09.040Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1224 | 2024-11-26T07:21:20.586Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1225 | 2024-11-26T07:21:23.017Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1226 | 2024-11-26T07:21:29.839Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1227 | 2024-11-26T07:21:56.813Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1228 | 2024-11-26T07:21:56.813Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1229 | 2024-11-26T07:22:04.076Z | Finished `release` profile [optimized] target(s) in 5m 18s |
1230 | 2024-11-26T07:22:04.403Z | + banner trio |
1231 | 2024-11-26T07:22:04.405Z | |
1232 | 2024-11-26T07:22:04.405Z | ##### ##### # #### |
1233 | 2024-11-26T07:22:04.405Z | # # # # # # |
1234 | 2024-11-26T07:22:04.405Z | # # # # # # |
1235 | 2024-11-26T07:22:04.405Z | # ##### # # # |
1236 | 2024-11-26T07:22:04.405Z | # # # # # # |
1237 | 2024-11-26T07:22:04.405Z | # # # # #### |
1238 | 2024-11-26T07:22:04.405Z | |
1239 | 2024-11-26T07:22:04.405Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1240 | 2024-11-26T07:22:04.879Z | Compiling libc v0.2.165 |
1241 | 2024-11-26T07:22:04.879Z | Compiling cfg-if v1.0.0 |
1242 | 2024-11-26T07:22:04.879Z | Compiling serde v1.0.215 |
1243 | 2024-11-26T07:22:04.883Z | Compiling once_cell v1.19.0 |
1244 | 2024-11-26T07:22:04.883Z | Compiling itoa v1.0.11 |
1245 | 2024-11-26T07:22:04.883Z | Compiling bytes v1.7.2 |
1246 | 2024-11-26T07:22:04.883Z | Compiling syn v2.0.89 |
1247 | 2024-11-26T07:22:04.945Z | Compiling num-traits v0.2.19 |
1248 | 2024-11-26T07:22:05.016Z | Compiling pin-project-lite v0.2.14 |
1249 | 2024-11-26T07:22:05.153Z | Compiling memchr v2.7.4 |
1250 | 2024-11-26T07:22:05.189Z | Compiling scopeguard v1.2.0 |
1251 | 2024-11-26T07:22:05.283Z | Compiling schemars v0.8.21 |
1252 | 2024-11-26T07:22:05.322Z | Compiling smallvec v1.13.2 |
1253 | 2024-11-26T07:22:05.412Z | Compiling lock_api v0.4.12 |
1254 | 2024-11-26T07:22:05.668Z | Compiling fnv v1.0.7 |
1255 | 2024-11-26T07:22:05.773Z | Compiling log v0.4.22 |
1256 | 2024-11-26T07:22:05.792Z | Compiling futures-core v0.3.31 |
1257 | 2024-11-26T07:22:06.028Z | Compiling ryu v1.0.18 |
1258 | 2024-11-26T07:22:06.066Z | Compiling hashbrown v0.15.2 |
1259 | 2024-11-26T07:22:06.299Z | Compiling equivalent v1.0.1 |
1260 | 2024-11-26T07:22:06.411Z | Compiling zerocopy v0.7.35 |
1261 | 2024-11-26T07:22:06.548Z | Compiling getrandom v0.2.15 |
1262 | 2024-11-26T07:22:06.593Z | Compiling parking_lot_core v0.9.10 |
1263 | 2024-11-26T07:22:06.843Z | Compiling signal-hook-registry v1.4.2 |
1264 | 2024-11-26T07:22:06.906Z | Compiling mio v1.0.2 |
1265 | 2024-11-26T07:22:06.990Z | Compiling parking_lot v0.12.3 |
1266 | 2024-11-26T07:22:07.186Z | Compiling socket2 v0.5.7 |
1267 | 2024-11-26T07:22:07.415Z | Compiling ahash v0.8.11 |
1268 | 2024-11-26T07:22:07.881Z | Compiling tracing-core v0.1.32 |
1269 | 2024-11-26T07:22:07.910Z | Compiling serde_json v1.0.133 |
1270 | 2024-11-26T07:22:07.925Z | Compiling hashbrown v0.14.5 |
1271 | 2024-11-26T07:22:08.415Z | Compiling byteorder v1.5.0 |
1272 | 2024-11-26T07:22:08.579Z | Compiling uuid v1.11.0 |
1273 | 2024-11-26T07:22:08.782Z | Compiling pin-utils v0.1.0 |
1274 | 2024-11-26T07:22:08.878Z | Compiling untrusted v0.9.0 |
1275 | 2024-11-26T07:22:08.880Z | Compiling futures-task v0.3.31 |
1276 | 2024-11-26T07:22:09.069Z | Compiling futures-sink v0.3.31 |
1277 | 2024-11-26T07:22:09.080Z | Compiling spin v0.9.8 |
1278 | 2024-11-26T07:22:09.127Z | Compiling futures-util v0.3.31 |
1279 | 2024-11-26T07:22:09.162Z | Compiling slab v0.4.9 |
1280 | 2024-11-26T07:22:09.218Z | Compiling regress v0.10.1 |
1281 | 2024-11-26T07:22:09.272Z | Compiling ring v0.17.8 |
1282 | 2024-11-26T07:22:09.460Z | Compiling chrono v0.4.38 |
1283 | 2024-11-26T07:22:09.486Z | Compiling try-lock v0.2.5 |
1284 | 2024-11-26T07:22:09.641Z | Compiling want v0.3.1 |
1285 | 2024-11-26T07:22:09.938Z | Compiling httparse v1.9.4 |
1286 | 2024-11-26T07:22:10.312Z | Compiling futures-channel v0.3.31 |
1287 | 2024-11-26T07:22:10.763Z | Compiling dyn-clone v1.0.17 |
1288 | 2024-11-26T07:22:10.979Z | Compiling tower-service v0.3.3 |
1289 | 2024-11-26T07:22:11.031Z | Compiling foreign-types-shared v0.1.1 |
1290 | 2024-11-26T07:22:11.099Z | Compiling openssl-sys v0.9.103 |
1291 | 2024-11-26T07:22:11.133Z | Compiling foreign-types v0.3.2 |
1292 | 2024-11-26T07:22:11.286Z | Compiling bitflags v2.6.0 |
1293 | 2024-11-26T07:22:11.640Z | Compiling unicode-ident v1.0.13 |
1294 | 2024-11-26T07:22:11.720Z | Compiling serde_derive_internals v0.29.1 |
1295 | 2024-11-26T07:22:11.828Z | Compiling proc-macro2 v1.0.92 |
1296 | 2024-11-26T07:22:12.204Z | Compiling http v1.1.0 |
1297 | 2024-11-26T07:22:12.553Z | Compiling openssl-probe v0.1.5 |
1298 | 2024-11-26T07:22:13.074Z | Compiling semver v1.0.23 |
1299 | 2024-11-26T07:22:13.590Z | Compiling tinyvec_macros v0.1.1 |
1300 | 2024-11-26T07:22:13.684Z | Compiling allocator-api2 v0.2.18 |
1301 | 2024-11-26T07:22:14.003Z | Compiling tinyvec v1.8.0 |
1302 | 2024-11-26T07:22:14.084Z | Compiling quote v1.0.37 |
1303 | 2024-11-26T07:22:14.579Z | Compiling percent-encoding v2.3.1 |
1304 | 2024-11-26T07:22:15.060Z | Compiling form_urlencoded v1.2.1 |
1305 | 2024-11-26T07:22:15.795Z | Compiling unicode-normalization v0.1.24 |
1306 | 2024-11-26T07:22:16.194Z | Compiling aho-corasick v1.1.3 |
1307 | 2024-11-26T07:22:16.998Z | Compiling http v0.2.12 |
1308 | 2024-11-26T07:22:17.126Z | Compiling unicode-bidi v0.3.15 |
1309 | 2024-11-26T07:22:17.264Z | Compiling serde_derive v1.0.215 |
1310 | 2024-11-26T07:22:17.347Z | Compiling thiserror-impl v1.0.69 |
1311 | 2024-11-26T07:22:17.359Z | Compiling schemars_derive v0.8.21 |
1312 | 2024-11-26T07:22:18.173Z | Compiling tokio-macros v2.4.0 |
1313 | 2024-11-26T07:22:19.789Z | Compiling tokio v1.40.0 |
1314 | 2024-11-26T07:22:20.071Z | Compiling tracing-attributes v0.1.27 |
1315 | 2024-11-26T07:22:20.387Z | Compiling zerocopy-derive v0.7.35 |
1316 | 2024-11-26T07:22:20.525Z | Compiling thiserror v1.0.69 |
1317 | 2024-11-26T07:22:20.663Z | Compiling openssl-macros v0.1.1 |
1318 | 2024-11-26T07:22:20.800Z | Compiling heck v0.5.0 |
1319 | 2024-11-26T07:22:21.458Z | Compiling openssl v0.10.66 |
1320 | 2024-11-26T07:22:21.796Z | Compiling rustls-pki-types v1.8.0 |
1321 | 2024-11-26T07:22:22.152Z | Compiling regex-automata v0.4.7 |
1322 | 2024-11-26T07:22:23.045Z | Compiling idna v0.5.0 |
1323 | 2024-11-26T07:22:23.559Z | Compiling tracing v0.1.40 |
1324 | 2024-11-26T07:22:24.263Z | Compiling http-body v1.0.1 |
1325 | 2024-11-26T07:22:30.027Z | Compiling tokio-util v0.7.12 |
1326 | 2024-11-26T07:22:32.151Z | Compiling indexmap v2.6.0 |
1327 | 2024-11-26T07:22:35.910Z | Compiling serde_tokenstream v0.2.2 |
1328 | 2024-11-26T07:22:36.283Z | Compiling native-tls v0.2.12 |
1329 | 2024-11-26T07:22:36.508Z | Compiling regex-syntax v0.8.4 |
1330 | 2024-11-26T07:22:37.514Z | Compiling tokio-native-tls v0.3.1 |
1331 | 2024-11-26T07:22:37.805Z | Compiling slog v2.7.0 |
1332 | 2024-11-26T07:22:38.343Z | Compiling atomic-waker v1.1.2 |
1333 | 2024-11-26T07:22:38.521Z | Compiling h2 v0.4.6 |
1334 | 2024-11-26T07:22:38.590Z | Compiling typify-impl v0.2.0 |
1335 | 2024-11-26T07:22:39.138Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1336 | 2024-11-26T07:22:39.225Z | Compiling openapiv3 v2.0.0 |
1337 | 2024-11-26T07:22:49.973Z | Compiling serde_urlencoded v0.7.1 |
1338 | 2024-11-26T07:22:50.612Z | Compiling regex v1.10.6 |
1339 | 2024-11-26T07:22:50.801Z | Compiling url v2.5.2 |
1340 | 2024-11-26T07:22:51.336Z | Compiling encoding_rs v0.8.34 |
1341 | 2024-11-26T07:22:51.591Z | Compiling ipnet v2.10.0 |
1342 | 2024-11-26T07:22:54.415Z | Compiling mime v0.3.17 |
1343 | 2024-11-26T07:22:54.434Z | Compiling rustls v0.21.12 |
1344 | 2024-11-26T07:22:54.646Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1345 | 2024-11-26T07:22:54.781Z | Compiling typify-macro v0.2.0 |
1346 | 2024-11-26T07:22:55.496Z | Compiling hyper v1.5.1 |
1347 | 2024-11-26T07:22:57.370Z | Compiling h2 v0.3.26 |
1348 | 2024-11-26T07:22:58.509Z | Compiling rustls-webpki v0.102.8 |
1349 | 2024-11-26T07:22:58.530Z | Compiling http-body v0.4.6 |
1350 | 2024-11-26T07:22:58.678Z | Compiling rustls-webpki v0.101.7 |
1351 | 2024-11-26T07:22:59.069Z | Compiling sct v0.7.1 |
1352 | 2024-11-26T07:22:59.533Z | Compiling zeroize v1.8.1 |
1353 | 2024-11-26T07:22:59.884Z | Compiling subtle v2.6.1 |
1354 | 2024-11-26T07:23:00.189Z | Compiling httpdate v1.0.3 |
1355 | 2024-11-26T07:23:00.968Z | Compiling toml_datetime v0.6.8 |
1356 | 2024-11-26T07:23:01.364Z | Compiling toml_edit v0.19.15 |
1357 | 2024-11-26T07:23:02.320Z | Compiling rustls v0.23.13 |
1358 | 2024-11-26T07:23:02.765Z | Compiling hyper v0.14.30 |
1359 | 2024-11-26T07:23:03.200Z | Compiling serde_yaml v0.9.34+deprecated |
1360 | 2024-11-26T07:23:07.051Z | Compiling hyper-util v0.1.10 |
1361 | 2024-11-26T07:23:12.935Z | Compiling lazy_static v1.5.0 |
1362 | 2024-11-26T07:23:12.992Z | Compiling tokio-rustls v0.24.1 |
1363 | 2024-11-26T07:23:13.098Z | Compiling tokio-rustls v0.26.0 |
1364 | 2024-11-26T07:23:13.409Z | Compiling proc-macro-crate v1.3.1 |
1365 | 2024-11-26T07:23:13.579Z | Compiling http-body-util v0.1.2 |
1366 | 2024-11-26T07:23:14.159Z | Compiling webpki-roots v0.26.6 |
1367 | 2024-11-26T07:23:14.206Z | Compiling base64 v0.22.1 |
1368 | 2024-11-26T07:23:14.264Z | Compiling base64 v0.21.7 |
1369 | 2024-11-26T07:23:14.375Z | Compiling hyper-rustls v0.27.3 |
1370 | 2024-11-26T07:23:14.515Z | Compiling num_enum_derive v0.5.11 |
1371 | 2024-11-26T07:23:14.540Z | Compiling crossbeam-utils v0.8.20 |
1372 | 2024-11-26T07:23:14.558Z | Compiling hyper-tls v0.6.0 |
1373 | 2024-11-26T07:23:15.078Z | Compiling rustls-pemfile v1.0.4 |
1374 | 2024-11-26T07:23:15.308Z | Compiling rustls-pemfile v2.1.3 |
1375 | 2024-11-26T07:23:15.404Z | Compiling hyper-rustls v0.24.2 |
1376 | 2024-11-26T07:23:15.848Z | Compiling hyper-tls v0.5.0 |
1377 | 2024-11-26T07:23:15.900Z | Compiling typify v0.2.0 |
1378 | 2024-11-26T07:23:16.039Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1379 | 2024-11-26T07:23:16.174Z | Compiling ipnetwork v0.20.0 |
1380 | 2024-11-26T07:23:16.340Z | Compiling ppv-lite86 v0.2.20 |
1381 | 2024-11-26T07:23:17.200Z | Compiling foreign-types-macros v0.2.3 |
1382 | 2024-11-26T07:23:17.241Z | Compiling rand_core v0.6.4 |
1383 | 2024-11-26T07:23:17.728Z | Compiling dirs-sys-next v0.1.2 |
1384 | 2024-11-26T07:23:18.535Z | Compiling sync_wrapper v1.0.1 |
1385 | 2024-11-26T07:23:18.687Z | Compiling sync_wrapper v0.1.2 |
1386 | 2024-11-26T07:23:18.819Z | Compiling foreign-types-shared v0.3.1 |
1387 | 2024-11-26T07:23:18.830Z | Compiling webpki-roots v0.25.4 |
1388 | 2024-11-26T07:23:18.935Z | Compiling powerfmt v0.2.0 |
1389 | 2024-11-26T07:23:18.993Z | Compiling time-macros v0.2.18 |
1390 | 2024-11-26T07:23:19.195Z | Compiling deranged v0.3.11 |
1391 | 2024-11-26T07:23:19.399Z | Compiling reqwest v0.11.27 |
1392 | 2024-11-26T07:23:19.689Z | Compiling foreign-types v0.5.0 |
1393 | 2024-11-26T07:23:19.803Z | Compiling progenitor-impl v0.8.0 |
1394 | 2024-11-26T07:23:21.576Z | Compiling reqwest v0.12.9 |
1395 | 2024-11-26T07:23:22.086Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1396 | 2024-11-26T07:23:26.577Z | Compiling dirs-next v2.0.0 |
1397 | 2024-11-26T07:23:26.845Z | Compiling rand_chacha v0.3.1 |
1398 | 2024-11-26T07:23:28.594Z | Compiling num_enum v0.5.11 |
1399 | 2024-11-26T07:23:28.768Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1400 | 2024-11-26T07:23:28.881Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1401 | 2024-11-26T07:23:30.899Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1402 | 2024-11-26T07:23:31.084Z | Compiling cstr-argument v0.1.2 |
1403 | 2024-11-26T07:23:31.345Z | Compiling thread_local v1.1.8 |
1404 | 2024-11-26T07:23:32.104Z | Compiling pretty-hex v0.2.1 |
1405 | 2024-11-26T07:23:32.318Z | Compiling either v1.13.0 |
1406 | 2024-11-26T07:23:32.784Z | Compiling time-core v0.1.2 |
1407 | 2024-11-26T07:23:32.976Z | Compiling num-conv v0.1.0 |
1408 | 2024-11-26T07:23:33.239Z | Compiling arc-swap v1.7.1 |
1409 | 2024-11-26T07:23:33.666Z | Compiling time v0.3.36 |
1410 | 2024-11-26T07:23:33.945Z | Compiling slog-scope v4.4.0 |
1411 | 2024-11-26T07:23:34.657Z | Compiling itertools v0.12.1 |
1412 | 2024-11-26T07:23:34.891Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1413 | 2024-11-26T07:23:35.277Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1414 | 2024-11-26T07:23:36.786Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1415 | 2024-11-26T07:23:37.682Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1416 | 2024-11-26T07:23:37.866Z | Compiling crossbeam-channel v0.5.13 |
1417 | 2024-11-26T07:23:38.602Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1418 | 2024-11-26T07:23:39.460Z | Compiling rand v0.8.5 |
1419 | 2024-11-26T07:23:41.372Z | Compiling term v0.7.0 |
1420 | 2024-11-26T07:23:42.903Z | Compiling progenitor-macro v0.8.0 |
1421 | 2024-11-26T07:23:46.017Z | Compiling progenitor-client v0.8.0 |
1422 | 2024-11-26T07:23:46.962Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1423 | 2024-11-26T07:23:47.826Z | Compiling anyhow v1.0.93 |
1424 | 2024-11-26T07:23:51.663Z | Compiling colored v2.1.0 |
1425 | 2024-11-26T07:23:52.880Z | Compiling is-terminal v0.4.13 |
1426 | 2024-11-26T07:23:53.010Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1427 | 2024-11-26T07:23:53.350Z | Compiling winnow v0.6.18 |
1428 | 2024-11-26T07:23:55.909Z | Compiling take_mut v0.2.2 |
1429 | 2024-11-26T07:23:56.074Z | Compiling slog-async v2.8.0 |
1430 | 2024-11-26T07:23:57.803Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1431 | 2024-11-26T07:23:59.223Z | Compiling progenitor v0.8.0 |
1432 | 2024-11-26T07:23:59.453Z | Compiling slog-term v2.9.1 |
1433 | 2024-11-26T07:24:02.317Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1434 | 2024-11-26T07:24:02.541Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1435 | 2024-11-26T07:24:05.797Z | Compiling slog-stdlog v4.1.1 |
1436 | 2024-11-26T07:24:06.289Z | Compiling slog-envlogger v2.2.0 |
1437 | 2024-11-26T07:24:06.644Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1438 | 2024-11-26T07:24:08.480Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1439 | 2024-11-26T07:24:21.655Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1440 | 2024-11-26T07:24:29.024Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1441 | 2024-11-26T07:24:29.106Z | Running unittests src/lib.rs (target/release/deps/mg_tests-4b5b9828ea2ebf01) |
1442 | 2024-11-26T07:24:29.154Z | |
1443 | 2024-11-26T07:24:29.154Z | running 1 test |
1444 | 2024-11-26T07:24:29.386Z | configure zone |
1445 | 2024-11-26T07:24:29.401Z | install zone |
1446 | 2024-11-26T07:25:29.162Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1447 | 2024-11-26T07:26:24.114Z | boot zone |
1448 | 2024-11-26T07:26:24.973Z | start zone s1 |
1449 | 2024-11-26T07:26:24.973Z | configure zone |
1450 | 2024-11-26T07:26:24.982Z | install zone |
1451 | 2024-11-26T07:28:13.295Z | boot zone |
1452 | 2024-11-26T07:28:14.068Z | start zone s2 |
1453 | 2024-11-26T07:28:14.068Z | configure zone |
1454 | 2024-11-26T07:28:14.076Z | install zone |
1455 | 2024-11-26T07:30:00.698Z | boot zone |
1456 | 2024-11-26T07:30:01.555Z | start zone t1 |
1457 | 2024-11-26T07:30:01.555Z | configure zone |
1458 | 2024-11-26T07:30:01.563Z | install zone |
1459 | 2024-11-26T07:31:48.915Z | boot zone |
1460 | 2024-11-26T07:31:49.703Z | waiting for zones to come up |
1461 | 2024-11-26T07:31:59.705Z | [sidecar.trio] svcs milestone/network |
1462 | 2024-11-26T07:31:59.736Z | STATE STIME FMRI |
1463 | 2024-11-26T07:31:59.736Z | online 23:26:41 svc:/milestone/network:default |
1464 | 2024-11-26T07:31:59.736Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1465 | 2024-11-26T07:31:59.783Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1466 | 2024-11-26T07:31:59.831Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1467 | 2024-11-26T07:31:59.874Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1468 | 2024-11-26T07:31:59.877Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1469 | 2024-11-26T07:31:59.898Z | |
1470 | 2024-11-26T07:31:59.898Z | running zone s1.trio setup |
1471 | 2024-11-26T07:31:59.898Z | [s1.trio] svcs milestone/network |
1472 | 2024-11-26T07:31:59.922Z | STATE STIME FMRI |
1473 | 2024-11-26T07:31:59.922Z | online 23:28:31 svc:/milestone/network:default |
1474 | 2024-11-26T07:31:59.922Z | [s1.trio] dladm |
1475 | 2024-11-26T07:31:59.943Z | LINK CLASS MTU STATE BRIDGE OVER |
1476 | 2024-11-26T07:31:59.943Z | sl0 simnet 9000 up -- ? |
1477 | 2024-11-26T07:31:59.943Z | mg2 vnic 9000 up -- ? |
1478 | 2024-11-26T07:31:59.944Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1479 | 2024-11-26T07:32:00.552Z | |
1480 | 2024-11-26T07:32:00.552Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1481 | 2024-11-26T07:32:00.578Z | |
1482 | 2024-11-26T07:32:00.579Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1483 | 2024-11-26T07:32:00.599Z | |
1484 | 2024-11-26T07:32:00.599Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1485 | 2024-11-26T07:32:00.688Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1486 | 2024-11-26T07:32:00.733Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e1d4fc0c-ce90-42ea-8e6d-82d0a0ca8f2e --sled-uuid 3b8994f1-8731-4e87-a0e2-841b39c43f65 -a sl0/v6 &> /opt/ddmd.log & |
1487 | 2024-11-26T07:32:00.758Z | |
1488 | 2024-11-26T07:32:00.758Z | running zone s2.trio setup |
1489 | 2024-11-26T07:32:00.758Z | [s2.trio] svcs milestone/network |
1490 | 2024-11-26T07:32:00.781Z | STATE STIME FMRI |
1491 | 2024-11-26T07:32:00.781Z | online 23:30:18 svc:/milestone/network:default |
1492 | 2024-11-26T07:32:00.781Z | [s2.trio] dladm |
1493 | 2024-11-26T07:32:00.802Z | LINK CLASS MTU STATE BRIDGE OVER |
1494 | 2024-11-26T07:32:00.802Z | sl1 simnet 9000 up -- ? |
1495 | 2024-11-26T07:32:00.802Z | mg3 vnic 9000 up -- ? |
1496 | 2024-11-26T07:32:00.802Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1497 | 2024-11-26T07:32:01.330Z | |
1498 | 2024-11-26T07:32:01.330Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1499 | 2024-11-26T07:32:01.353Z | |
1500 | 2024-11-26T07:32:01.353Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1501 | 2024-11-26T07:32:01.372Z | |
1502 | 2024-11-26T07:32:01.372Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1503 | 2024-11-26T07:32:01.418Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1504 | 2024-11-26T07:32:01.441Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f0a8628b-c9e8-47ed-887e-9987ba27d07b --sled-uuid a41d0965-6f1e-4197-b068-cb8ff372bb24 -a sl1/v6 &> /opt/ddmd.log & |
1505 | 2024-11-26T07:32:01.461Z | |
1506 | 2024-11-26T07:32:01.461Z | running zone t1.trio setup |
1507 | 2024-11-26T07:32:01.461Z | [t1.trio] svcs milestone/network |
1508 | 2024-11-26T07:32:01.485Z | STATE STIME FMRI |
1509 | 2024-11-26T07:32:01.485Z | - - svc:/milestone/network:default |
1510 | 2024-11-26T07:32:02.486Z | [t1.trio] svcs milestone/network |
1511 | 2024-11-26T07:32:02.508Z | STATE STIME FMRI |
1512 | 2024-11-26T07:32:02.508Z | - - svc:/milestone/network:default |
1513 | 2024-11-26T07:32:03.509Z | [t1.trio] svcs milestone/network |
1514 | 2024-11-26T07:32:03.530Z | STATE STIME FMRI |
1515 | 2024-11-26T07:32:03.531Z | - - svc:/milestone/network:default |
1516 | 2024-11-26T07:32:04.531Z | [t1.trio] svcs milestone/network |
1517 | 2024-11-26T07:32:04.552Z | STATE STIME FMRI |
1518 | 2024-11-26T07:32:04.552Z | - - svc:/milestone/network:default |
1519 | 2024-11-26T07:32:05.552Z | [t1.trio] svcs milestone/network |
1520 | 2024-11-26T07:32:05.574Z | STATE STIME FMRI |
1521 | 2024-11-26T07:32:05.574Z | - - svc:/milestone/network:default |
1522 | 2024-11-26T07:32:06.574Z | [t1.trio] svcs milestone/network |
1523 | 2024-11-26T07:32:06.596Z | STATE STIME FMRI |
1524 | 2024-11-26T07:32:06.596Z | - - svc:/milestone/network:default |
1525 | 2024-11-26T07:32:07.596Z | [t1.trio] svcs milestone/network |
1526 | 2024-11-26T07:32:07.619Z | STATE STIME FMRI |
1527 | 2024-11-26T07:32:07.619Z | uninitialized 23:32:05 svc:/milestone/network:default |
1528 | 2024-11-26T07:32:08.619Z | [t1.trio] svcs milestone/network |
1529 | 2024-11-26T07:32:08.649Z | STATE STIME FMRI |
1530 | 2024-11-26T07:32:08.649Z | online 23:32:06 svc:/milestone/network:default |
1531 | 2024-11-26T07:32:08.649Z | [t1.trio] dladm |
1532 | 2024-11-26T07:32:08.672Z | LINK CLASS MTU STATE BRIDGE OVER |
1533 | 2024-11-26T07:32:08.672Z | tfportrear0_0 simnet 9000 up -- ? |
1534 | 2024-11-26T07:32:08.672Z | tfportrear1_0 simnet 9000 up -- ? |
1535 | 2024-11-26T07:32:08.672Z | mg1 vnic 9000 up -- ? |
1536 | 2024-11-26T07:32:08.672Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1537 | 2024-11-26T07:32:09.252Z | |
1538 | 2024-11-26T07:32:09.253Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1539 | 2024-11-26T07:32:09.276Z | |
1540 | 2024-11-26T07:32:09.276Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1541 | 2024-11-26T07:32:09.297Z | |
1542 | 2024-11-26T07:32:09.297Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1543 | 2024-11-26T07:32:09.319Z | |
1544 | 2024-11-26T07:32:09.319Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1545 | 2024-11-26T07:32:09.513Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1546 | 2024-11-26T07:32:09.517Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1547 | 2024-11-26T07:32:09.520Z | waiting 3s for copy of files to zone to complete ... |
1548 | 2024-11-26T07:32:12.521Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1549 | 2024-11-26T07:32:12.567Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1550 | 2024-11-26T07:32:12.589Z | [t1.trio] svcadm enable dendrite |
1551 | 2024-11-26T07:32:12.631Z | |
1552 | 2024-11-26T07:32:12.631Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1553 | 2024-11-26T07:32:12.683Z | |
1554 | 2024-11-26T07:32:12.683Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1555 | 2024-11-26T07:32:12.726Z | |
1556 | 2024-11-26T07:32:12.726Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1557 | 2024-11-26T07:32:12.767Z | |
1558 | 2024-11-26T07:32:12.767Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1559 | 2024-11-26T07:32:12.808Z | |
1560 | 2024-11-26T07:32:12.808Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1561 | 2024-11-26T07:32:12.849Z | |
1562 | 2024-11-26T07:32:12.849Z | [t1.trio] svcadm refresh dendrite:default |
1563 | 2024-11-26T07:32:12.885Z | |
1564 | 2024-11-26T07:32:12.885Z | [t1.trio] svcadm restart dendrite:default |
1565 | 2024-11-26T07:32:12.923Z | |
1566 | 2024-11-26T07:32:12.923Z | wait 10s for dendrite to come up ... |
1567 | 2024-11-26T07:32:22.924Z | [t1.trio] svcadm enable tfport |
1568 | 2024-11-26T07:32:22.964Z | |
1569 | 2024-11-26T07:32:22.964Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid e8e299c9-9cf5-4284-90cd-65870981aab3 --sled-uuid 2fdfd667-5538-41d1-a5ae-262b0909ca3f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1570 | 2024-11-26T07:32:22.985Z | |
1571 | 2024-11-26T07:32:22.985Z | [t1.trio] ipadm |
1572 | 2024-11-26T07:32:23.009Z | ADDROBJ TYPE STATE ADDR |
1573 | 2024-11-26T07:32:23.009Z | lo0/v4 static ok 127.0.0.1/8 |
1574 | 2024-11-26T07:32:23.009Z | mg1/v4 static ok 10.0.0.3/24 |
1575 | 2024-11-26T07:32:23.009Z | lo0/v6 static ok ::1/128 |
1576 | 2024-11-26T07:32:23.009Z | lo0/u6 static ok fd00:3::1/64 |
1577 | 2024-11-26T07:32:23.009Z | tfportrear0_0/v6 addrconf ok fe80::14fa:91ff:fefd:cdbb%tfportrear0_0/10 |
1578 | 2024-11-26T07:32:23.009Z | tfportrear1_0/v6 addrconf ok fe80::b866:58ff:fe03:b831%tfportrear1_0/10 |
1579 | 2024-11-26T07:32:25.220Z | initial peering test passed |
1580 | 2024-11-26T07:32:26.222Z | advertise from one passed |
1581 | 2024-11-26T07:32:27.224Z | advertise from two passed |
1582 | 2024-11-26T07:32:27.224Z | [s1.trio] ping fd00:2::1 |
1583 | 2024-11-26T07:32:27.251Z | fd00:2::1 is alive |
1584 | 2024-11-26T07:32:27.251Z | [s2.trio] ping fd00:1::1 |
1585 | 2024-11-26T07:32:27.271Z | fd00:1::1 is alive |
1586 | 2024-11-26T07:32:27.271Z | connectivity test passed |
1587 | 2024-11-26T07:32:27.271Z | [t1.trio] pkill ddmd |
1588 | 2024-11-26T07:32:27.292Z | |
1589 | 2024-11-26T07:32:33.296Z | [t1.trio] svcadm enable dendrite |
1590 | 2024-11-26T07:32:33.337Z | |
1591 | 2024-11-26T07:32:33.337Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1592 | 2024-11-26T07:32:33.381Z | |
1593 | 2024-11-26T07:32:33.381Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1594 | 2024-11-26T07:32:33.423Z | |
1595 | 2024-11-26T07:32:33.423Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1596 | 2024-11-26T07:32:33.465Z | |
1597 | 2024-11-26T07:32:33.465Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1598 | 2024-11-26T07:32:33.507Z | |
1599 | 2024-11-26T07:32:33.507Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1600 | 2024-11-26T07:32:33.549Z | |
1601 | 2024-11-26T07:32:33.549Z | [t1.trio] svcadm refresh dendrite:default |
1602 | 2024-11-26T07:32:33.586Z | |
1603 | 2024-11-26T07:32:33.586Z | [t1.trio] svcadm restart dendrite:default |
1604 | 2024-11-26T07:32:33.623Z | |
1605 | 2024-11-26T07:32:33.623Z | wait 10s for dendrite to come up ... |
1606 | 2024-11-26T07:32:43.624Z | [t1.trio] svcadm enable tfport |
1607 | 2024-11-26T07:32:43.665Z | |
1608 | 2024-11-26T07:32:43.665Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ea35370a-3126-4fbb-8c45-8b1a5c559fc7 --sled-uuid 6457ccd2-5e2c-441a-9c31-05e840abb700 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1609 | 2024-11-26T07:32:43.685Z | |
1610 | 2024-11-26T07:32:43.685Z | [t1.trio] ipadm |
1611 | 2024-11-26T07:32:43.708Z | ADDROBJ TYPE STATE ADDR |
1612 | 2024-11-26T07:32:43.708Z | lo0/v4 static ok 127.0.0.1/8 |
1613 | 2024-11-26T07:32:43.708Z | mg1/v4 static ok 10.0.0.3/24 |
1614 | 2024-11-26T07:32:43.708Z | lo0/v6 static ok ::1/128 |
1615 | 2024-11-26T07:32:43.708Z | lo0/u6 static ok fd00:3::1/64 |
1616 | 2024-11-26T07:32:43.708Z | tfportrear0_0/v6 addrconf ok fe80::14fa:91ff:fefd:cdbb%tfportrear0_0/10 |
1617 | 2024-11-26T07:32:43.708Z | tfportrear1_0/v6 addrconf ok fe80::b866:58ff:fe03:b831%tfportrear1_0/10 |
1618 | 2024-11-26T07:32:46.711Z | [s1.trio] ping fd00:2::1 |
1619 | 2024-11-26T07:32:46.734Z | fd00:2::1 is alive |
1620 | 2024-11-26T07:32:46.734Z | [s2.trio] ping fd00:1::1 |
1621 | 2024-11-26T07:32:46.754Z | fd00:1::1 is alive |
1622 | 2024-11-26T07:32:46.754Z | transit router restart passed |
1623 | 2024-11-26T07:32:46.754Z | [s1.trio] pkill ddmd |
1624 | 2024-11-26T07:32:46.774Z | |
1625 | 2024-11-26T07:32:51.778Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 784c3113-6f94-445a-8296-49af05997521 --sled-uuid f49fd37e-fbdd-4275-bbf7-b013483976b5 -a sl0/v6 &> /opt/ddmd.log & |
1626 | 2024-11-26T07:32:51.800Z | |
1627 | 2024-11-26T07:32:54.803Z | [s1.trio] ping fd00:2::1 |
1628 | 2024-11-26T07:32:54.826Z | fd00:2::1 is alive |
1629 | 2024-11-26T07:32:54.826Z | [s2.trio] ping fd00:1::1 |
1630 | 2024-11-26T07:32:54.846Z | fd00:1::1 is alive |
1631 | 2024-11-26T07:32:54.846Z | server router restart passed |
1632 | 2024-11-26T07:32:57.851Z | peer expiration recovery passed |
1633 | 2024-11-26T07:32:58.853Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1634 | 2024-11-26T07:32:58.878Z | 3 |
1635 | 2024-11-26T07:32:58.878Z | redundant advertise passed |
1636 | 2024-11-26T07:32:59.881Z | tunnel endpoint advertise passed |
1637 | 2024-11-26T07:33:04.883Z | redundant tunnel endpoint advertise passed |
1638 | 2024-11-26T07:33:04.883Z | [s1.trio] pkill ddmd |
1639 | 2024-11-26T07:33:04.905Z | |
1640 | 2024-11-26T07:33:09.906Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ff8f8517-0e75-4997-9acc-bcb33f941584 --sled-uuid 0447a41a-c880-4810-8172-7f4db92fbee1 -a sl0/v6 &> /opt/ddmd.log & |
1641 | 2024-11-26T07:33:09.928Z | |
1642 | 2024-11-26T07:33:14.995Z | tunnel router restart passed |
1643 | 2024-11-26T07:33:15.997Z | tunnel endpoint withdraw passed |
1644 | 2024-11-26T07:33:16.012Z | [t1.trio] pkill ddmd |
1645 | 2024-11-26T07:33:16.039Z | |
1646 | 2024-11-26T07:33:16.039Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1647 | 2024-11-26T07:33:16.043Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1648 | 2024-11-26T07:33:18.457Z | [s2.trio] pkill ddmd |
1649 | 2024-11-26T07:33:18.477Z | |
1650 | 2024-11-26T07:33:18.477Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1651 | 2024-11-26T07:33:20.855Z | [s1.trio] pkill ddmd |
1652 | 2024-11-26T07:33:20.875Z | |
1653 | 2024-11-26T07:33:20.876Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1654 | 2024-11-26T07:33:23.190Z | [sidecar.trio] pkill softnpu |
1655 | 2024-11-26T07:33:23.211Z | |
1656 | 2024-11-26T07:33:23.211Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1657 | 2024-11-26T07:33:25.677Z | test ddm::test_trio_v3 ... ok |
1658 | 2024-11-26T07:33:25.677Z | |
1659 | 2024-11-26T07:33:25.677Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 536.45s |
1660 | 2024-11-26T07:33:25.677Z | |
1661 | 2024-11-26T07:33:25.705Z | + cleanup |
1662 | 2024-11-26T07:33:25.707Z | ++ id -un |
1663 | 2024-11-26T07:33:25.710Z | ++ id -gn |
1664 | 2024-11-26T07:33:25.713Z | + pfexec chown -R build:build . |
1665 | 2024-11-26T07:33:25.791Z | process exited: duration 1065057 ms, exit code 0 |
|
1666 | 2024-11-26T07:33:25.800Z | found 4 output files |
1667 | 2024-11-26T07:33:25.800Z | uploading: /work/s1.trio.log (4205 bytes) |
1668 | 2024-11-26T07:33:26.809Z | uploaded: /work/s1.trio.log |
1669 | 2024-11-26T07:33:26.809Z | uploading: /work/s2.trio.log (10936 bytes) |
1670 | 2024-11-26T07:33:27.820Z | uploaded: /work/s2.trio.log |
1671 | 2024-11-26T07:33:27.820Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1672 | 2024-11-26T07:33:28.827Z | uploaded: /work/sidecar.trio-softnpu.log |
1673 | 2024-11-26T07:33:28.827Z | uploading: /work/t1.trio.log (26113 bytes) |
1674 | 2024-11-26T07:33:29.836Z | uploaded: /work/t1.trio.log |