|
|
|
1 | 2024-11-26T07:59:58.393Z | job assigned to worker 01JDKQNYRJ6S567Y3WPD2K2TQG [factory aws, i-036fb8d9ac64fec82] (queued for 1 m 14 s) |
|
2 | 2024-11-26T08:00:06.237Z | starting task 0: "setup" |
3 | 2024-11-26T08:00:06.245Z | ++ uname -s |
4 | 2024-11-26T08:00:06.248Z | + kern=SunOS |
5 | 2024-11-26T08:00:06.248Z | + case "$kern" in |
6 | 2024-11-26T08:00:06.248Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:00:06.252Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:00:08.256Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:00:08.363Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:00:08.366Z | + home_fs=zfs |
11 | 2024-11-26T08:00:08.366Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:00:08.366Z | + mkdir -p /home/build |
13 | 2024-11-26T08:00:08.369Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:00:10.370Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:00:10.372Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-11-26T08:00:10.379Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:00:10.384Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:00:10.384Z | ' stable |
19 | 2024-11-26T08:00:10.384Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-26T08:00:10.384Z | * toolchain channel = "stable" |
21 | 2024-11-26T08:00:10.384Z | ' default |
22 | 2024-11-26T08:00:10.384Z | * toolchain profile = "default" |
23 | 2024-11-26T08:00:10.387Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:00:10.387Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:00:10.505Z | info: downloading installer |
26 | 2024-11-26T08:00:11.860Z | info: profile set to 'default' |
27 | 2024-11-26T08:00:11.860Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:00:11.863Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:00:12.016Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:00:12.016Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:00:12.889Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:00:13.216Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:00:14.473Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:00:16.405Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:00:23.351Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:00:23.606Z | info: installing component 'cargo' |
37 | 2024-11-26T08:00:24.396Z | info: installing component 'clippy' |
38 | 2024-11-26T08:00:24.790Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:00:26.482Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:00:28.249Z | info: installing component 'rustc' |
41 | 2024-11-26T08:00:34.148Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:00:34.461Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:00:34.461Z | |
44 | 2024-11-26T08:00:34.836Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:00:34.836Z | |
46 | 2024-11-26T08:00:34.839Z | |
47 | 2024-11-26T08:00:34.839Z | Rust is installed now. Great! |
48 | 2024-11-26T08:00:34.839Z | |
49 | 2024-11-26T08:00:34.839Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:00:34.839Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:00:34.839Z | |
52 | 2024-11-26T08:00:34.839Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:00:34.839Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:00:34.839Z | |
55 | 2024-11-26T08:00:34.839Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:00:34.839Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:00:34.839Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:00:34.912Z | + rustc --version |
59 | 2024-11-26T08:00:34.978Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:00:34.981Z | process exited: duration 24599 ms, exit code 0 |
|
61 | 2024-11-26T08:00:34.986Z | starting task 2: "authentication" |
62 | 2024-11-26T08:00:35.007Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T08:00:35.014Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:00:35.019Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:00:35.022Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:00:35.060Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:00:35.573Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:00:35.576Z | + git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
69 | 2024-11-26T08:00:35.811Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:00:35.811Z | * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD |
71 | 2024-11-26T08:00:35.823Z | + [[ -n renovate/hostname-0.x ]] |
72 | 2024-11-26T08:00:35.827Z | ++ git branch --show-current |
73 | 2024-11-26T08:00:35.829Z | + current=main |
74 | 2024-11-26T08:00:35.829Z | + [[ main != renovate/hostname-0.x ]] |
75 | 2024-11-26T08:00:35.829Z | + git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
76 | 2024-11-26T08:00:35.833Z | + git checkout -f renovate/hostname-0.x |
77 | 2024-11-26T08:00:35.858Z | Switched to branch 'renovate/hostname-0.x' |
78 | 2024-11-26T08:00:35.861Z | + git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
79 | 2024-11-26T08:00:35.865Z | HEAD is now at ea22059 Update Rust crate hostname to 0.4 |
80 | 2024-11-26T08:00:35.867Z | process exited: duration 851 ms, exit code 0 |
|
81 | 2024-11-26T08:00:35.873Z | starting task 4: "build" |
82 | 2024-11-26T08:00:35.878Z | ++ cargo --version |
83 | 2024-11-26T08:00:35.883Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T08:00:36.044Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T08:00:36.044Z | info: downloading component 'cargo' |
86 | 2024-11-26T08:00:36.935Z | info: downloading component 'clippy' |
87 | 2024-11-26T08:00:37.259Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T08:00:38.475Z | info: downloading component 'rust-std' |
89 | 2024-11-26T08:00:40.363Z | info: downloading component 'rustc' |
90 | 2024-11-26T08:00:47.150Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T08:00:47.407Z | info: installing component 'cargo' |
92 | 2024-11-26T08:00:48.196Z | info: installing component 'clippy' |
93 | 2024-11-26T08:00:48.551Z | info: installing component 'rust-docs' |
94 | 2024-11-26T08:00:50.152Z | info: installing component 'rust-std' |
95 | 2024-11-26T08:00:51.860Z | info: installing component 'rustc' |
96 | 2024-11-26T08:00:57.391Z | info: installing component 'rustfmt' |
97 | 2024-11-26T08:00:57.789Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T08:00:57.792Z | ++ rustc --version |
99 | 2024-11-26T08:00:57.858Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T08:00:57.863Z | ++ dladm |
101 | 2024-11-26T08:00:57.866Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T08:00:57.866Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T08:00:57.869Z | ++ ipadm |
104 | 2024-11-26T08:00:57.873Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T08:00:57.873Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T08:00:57.873Z | ena0/dhcp dhcp ok 10.150.1.197/24 |
107 | 2024-11-26T08:00:57.873Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T08:00:57.873Z | ++ banner collect |
109 | 2024-11-26T08:00:57.873Z | |
110 | 2024-11-26T08:00:57.873Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T08:00:57.873Z | # # # # # # # # # # |
112 | 2024-11-26T08:00:57.874Z | # # # # # ##### # # |
113 | 2024-11-26T08:00:57.874Z | # # # # # # # # |
114 | 2024-11-26T08:00:57.874Z | # # # # # # # # # # |
115 | 2024-11-26T08:00:57.874Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T08:00:57.874Z | |
117 | 2024-11-26T08:00:57.874Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T08:00:57.876Z | ++ repo=softnpu |
119 | 2024-11-26T08:00:57.876Z | ++ series=image |
120 | 2024-11-26T08:00:57.876Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T08:00:57.876Z | ++ name=softnpu |
122 | 2024-11-26T08:00:57.876Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T08:00:57.876Z | ++ mkdir -p download |
124 | 2024-11-26T08:00:57.876Z | ++ pushd download |
125 | 2024-11-26T08:00:57.876Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T08:00:57.877Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T08:00:57.877Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T08:00:57.882Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T08:00:57.882Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T08:00:58.266Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 56.9M 0 --:--:-- --:--:-- --:--:-- 57.0M |
131 | 2024-11-26T08:00:58.276Z | ++ popd |
132 | 2024-11-26T08:00:58.276Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T08:00:58.276Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T08:00:58.276Z | ++ repo=sidecar-lite |
135 | 2024-11-26T08:00:58.276Z | ++ series=release |
136 | 2024-11-26T08:00:58.276Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T08:00:58.276Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T08:00:58.276Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T08:00:58.276Z | ++ mkdir -p download |
140 | 2024-11-26T08:00:58.279Z | ++ pushd download |
141 | 2024-11-26T08:00:58.279Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T08:00:58.279Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T08:00:58.279Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T08:00:58.279Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T08:00:58.279Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T08:00:58.660Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 53.0M 0 --:--:-- --:--:-- --:--:-- 53.1M |
147 | 2024-11-26T08:00:58.663Z | ++ popd |
148 | 2024-11-26T08:00:58.663Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T08:00:58.666Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T08:00:58.666Z | ++ repo=sidecar-lite |
151 | 2024-11-26T08:00:58.666Z | ++ series=release |
152 | 2024-11-26T08:00:58.666Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T08:00:58.666Z | ++ name=scadm |
154 | 2024-11-26T08:00:58.666Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T08:00:58.666Z | ++ mkdir -p download |
156 | 2024-11-26T08:00:58.666Z | ++ pushd download |
157 | 2024-11-26T08:00:58.666Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T08:00:58.666Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T08:00:58.666Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T08:00:58.673Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T08:00:58.675Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T08:00:59.027Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 64.5M 0 --:--:-- --:--:-- --:--:-- 64.3M |
163 | 2024-11-26T08:00:59.032Z | ++ popd |
164 | 2024-11-26T08:00:59.032Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T08:00:59.034Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T08:00:59.034Z | ++ repo=dendrite |
167 | 2024-11-26T08:00:59.034Z | ++ series=image |
168 | 2024-11-26T08:00:59.034Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T08:00:59.034Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T08:00:59.034Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T08:00:59.034Z | ++ mkdir -p download |
172 | 2024-11-26T08:00:59.037Z | ++ pushd download |
173 | 2024-11-26T08:00:59.037Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T08:00:59.037Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T08:00:59.037Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T08:00:59.046Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T08:00:59.046Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T08:00:59.667Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 60.4M 0 --:--:-- --:--:-- --:--:-- 60.5M |
179 | 2024-11-26T08:00:59.671Z | ++ popd |
180 | 2024-11-26T08:00:59.673Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T08:00:59.673Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T08:00:59.673Z | ++ repo=maghemite |
183 | 2024-11-26T08:00:59.673Z | ++ series=release |
184 | 2024-11-26T08:00:59.673Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T08:00:59.673Z | ++ name=ddmd |
186 | 2024-11-26T08:00:59.673Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T08:00:59.673Z | ++ mkdir -p download |
188 | 2024-11-26T08:00:59.674Z | ++ pushd download |
189 | 2024-11-26T08:00:59.674Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T08:00:59.674Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T08:00:59.674Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T08:00:59.681Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T08:00:59.685Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T08:01:00.241Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 73.1M 0 --:--:-- --:--:-- --:--:-- 73.1M |
195 | 2024-11-26T08:01:00.245Z | ++ popd |
196 | 2024-11-26T08:01:00.248Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T08:01:00.248Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T08:01:00.248Z | ++ repo=maghemite |
199 | 2024-11-26T08:01:00.248Z | ++ series=release |
200 | 2024-11-26T08:01:00.248Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T08:01:00.248Z | ++ name=ddmadm |
202 | 2024-11-26T08:01:00.248Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T08:01:00.248Z | ++ mkdir -p download |
204 | 2024-11-26T08:01:00.248Z | ++ pushd download |
205 | 2024-11-26T08:01:00.248Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T08:01:00.248Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T08:01:00.248Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T08:01:00.255Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T08:01:00.255Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T08:01:00.548Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 61.5M 0 --:--:-- --:--:-- --:--:-- 61.6M |
211 | 2024-11-26T08:01:00.552Z | ++ popd |
212 | 2024-11-26T08:01:00.554Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T08:01:00.554Z | ++ pushd download |
214 | 2024-11-26T08:01:00.554Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T08:01:00.554Z | ++ chmod +x softnpu |
216 | 2024-11-26T08:01:00.555Z | ++ chmod +x scadm |
217 | 2024-11-26T08:01:00.561Z | ++ chmod +x ddmadm |
218 | 2024-11-26T08:01:00.563Z | ++ chmod +x ddmd |
219 | 2024-11-26T08:01:00.563Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T08:01:00.563Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T08:01:00.563Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T08:01:00.569Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T08:01:00.569Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T08:01:01.328Z | ++ popd |
225 | 2024-11-26T08:01:01.328Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T08:01:01.331Z | ++ banner install |
227 | 2024-11-26T08:01:01.331Z | |
228 | 2024-11-26T08:01:01.331Z | # # # #### ##### ## # # |
229 | 2024-11-26T08:01:01.331Z | # ## # # # # # # # |
230 | 2024-11-26T08:01:01.331Z | # # # # #### # # # # # |
231 | 2024-11-26T08:01:01.331Z | # # # # # # ###### # # |
232 | 2024-11-26T08:01:01.331Z | # # ## # # # # # # # |
233 | 2024-11-26T08:01:01.331Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T08:01:01.331Z | |
235 | 2024-11-26T08:01:01.331Z | ++ pkg info brand/sparse |
236 | 2024-11-26T08:01:01.331Z | ++ grep -qi installed |
237 | 2024-11-26T08:01:02.856Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T08:01:02.856Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T08:01:02.856Z | |
240 | 2024-11-26T08:01:02.856Z | brand/sparse |
241 | 2024-11-26T08:01:02.909Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T08:01:02.909Z | ++ set -o errexit |
243 | 2024-11-26T08:01:02.909Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T08:01:10.277Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T08:01:13.897Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T08:01:22.801Z | Planning: Solver setup ... Done |
247 | 2024-11-26T08:01:22.915Z | Planning: Running solver ... Done |
248 | 2024-11-26T08:01:23.014Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T08:01:23.026Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T08:01:23.120Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T08:01:23.189Z | Planning: Package planning ... Done |
252 | 2024-11-26T08:01:23.195Z | Planning: Merging actions ... Done |
253 | 2024-11-26T08:01:23.385Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T08:01:25.293Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T08:01:25.711Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T08:01:25.757Z | Planning: Planning completed in 11.76 seconds |
257 | 2024-11-26T08:01:25.772Z | Packages to install: 1 |
258 | 2024-11-26T08:01:25.775Z | Packages to update: 2 |
259 | 2024-11-26T08:01:25.775Z | Create boot environment: No |
260 | 2024-11-26T08:01:25.775Z | Create backup boot environment: Yes |
261 | 2024-11-26T08:01:25.847Z | |
262 | 2024-11-26T08:01:25.847Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T08:01:29.344Z | Download: Completed 8.03 MB in 3.50 seconds (2.3M/s) |
264 | 2024-11-26T08:01:31.226Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-11-26T08:01:31.246Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-11-26T08:01:31.359Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-11-26T08:01:31.670Z | Actions: Completed 1419 actions in 0.44 seconds. |
268 | 2024-11-26T08:01:32.050Z | Done |
269 | 2024-11-26T08:01:32.053Z | Done |
270 | 2024-11-26T08:01:32.546Z | Done |
271 | 2024-11-26T08:01:36.571Z | Done |
272 | 2024-11-26T08:01:36.661Z | Done |
273 | 2024-11-26T08:01:36.664Z | Done |
274 | 2024-11-26T08:01:36.753Z | Done |
275 | 2024-11-26T08:01:37.143Z | ++ set -o errexit |
276 | 2024-11-26T08:01:37.143Z | ++ set -o pipefail |
277 | 2024-11-26T08:01:37.143Z | ++ banner build |
278 | 2024-11-26T08:01:37.146Z | |
279 | 2024-11-26T08:01:37.146Z | ##### # # # # ##### |
280 | 2024-11-26T08:01:37.146Z | # # # # # # # # |
281 | 2024-11-26T08:01:37.146Z | ##### # # # # # # |
282 | 2024-11-26T08:01:37.146Z | # # # # # # # # |
283 | 2024-11-26T08:01:37.146Z | # # # # # # # # |
284 | 2024-11-26T08:01:37.146Z | ##### #### # ###### ##### |
285 | 2024-11-26T08:01:37.146Z | |
286 | 2024-11-26T08:01:37.146Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-11-26T08:01:37.327Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-11-26T08:01:37.559Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-11-26T08:01:37.791Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-11-26T08:01:37.791Z | * [new branch] ci -> origin/ci |
291 | 2024-11-26T08:01:37.799Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
292 | 2024-11-26T08:01:37.799Z | * [new branch] main -> origin/main |
293 | 2024-11-26T08:01:37.799Z | * [new ref] -> origin/HEAD |
294 | 2024-11-26T08:01:37.806Z | Updating crates.io index |
295 | 2024-11-26T08:01:37.874Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-11-26T08:01:38.652Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-11-26T08:01:38.653Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-11-26T08:01:38.756Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-11-26T08:01:39.859Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-11-26T08:01:39.859Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-11-26T08:01:39.923Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-11-26T08:01:40.309Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-11-26T08:01:40.309Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-11-26T08:01:40.317Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-11-26T08:01:40.748Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-11-26T08:01:40.748Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-11-26T08:01:40.759Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-11-26T08:01:45.022Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-11-26T08:01:45.022Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-11-26T08:01:45.051Z | * [new tag] dogfood -> dogfood |
311 | 2024-11-26T08:01:45.054Z | * [new tag] v5 -> v5 |
312 | 2024-11-26T08:01:45.054Z | * [new tag] v6 -> v6 |
313 | 2024-11-26T08:01:45.054Z | * [new tag] v7 -> v7 |
314 | 2024-11-26T08:01:45.054Z | * [new tag] v8 -> v8 |
315 | 2024-11-26T08:01:45.054Z | * [new tag] v9 -> v9 |
316 | 2024-11-26T08:01:45.409Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-11-26T08:01:46.387Z | From https://github.com/oxidecomputer/opte |
318 | 2024-11-26T08:01:46.387Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-11-26T08:01:46.457Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-11-26T08:01:46.865Z | From https://github.com/illumos/smf-rs |
321 | 2024-11-26T08:01:46.865Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-11-26T08:01:46.904Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-11-26T08:01:47.443Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-11-26T08:01:47.443Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-11-26T08:01:47.459Z | * [new tag] rift -> rift |
326 | 2024-11-26T08:01:47.464Z | * [new tag] srp -> srp |
327 | 2024-11-26T08:01:47.464Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-11-26T08:01:47.493Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-11-26T08:01:47.880Z | From https://github.com/oxidecomputer/zone |
330 | 2024-11-26T08:01:47.880Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-11-26T08:01:47.908Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-11-26T08:01:48.712Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-11-26T08:01:48.713Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-11-26T08:01:48.853Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-11-26T08:01:49.244Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-11-26T08:01:49.244Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-11-26T08:01:49.295Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-11-26T08:01:49.674Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-11-26T08:01:49.674Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-11-26T08:01:49.690Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-11-26T08:01:49.701Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-11-26T08:01:50.074Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-11-26T08:01:50.074Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-11-26T08:01:50.091Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-11-26T08:01:50.558Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-11-26T08:01:50.559Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-11-26T08:01:50.611Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-11-26T08:01:50.995Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-11-26T08:01:50.996Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-11-26T08:01:51.019Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-11-26T08:01:51.408Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-11-26T08:01:51.408Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-11-26T08:01:51.440Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-11-26T08:01:51.831Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-11-26T08:01:51.831Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-11-26T08:01:51.870Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-11-26T08:01:52.228Z | From https://github.com/illumos/libscf-sys |
358 | 2024-11-26T08:01:52.228Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-11-26T08:01:52.256Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-11-26T08:01:53.087Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-11-26T08:01:53.087Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-11-26T08:01:53.107Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-11-26T08:01:53.112Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-11-26T08:01:53.112Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-11-26T08:01:53.112Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-11-26T08:01:53.112Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-11-26T08:01:53.112Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-11-26T08:01:53.112Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-11-26T08:01:53.221Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-11-26T08:01:54.072Z | From https://github.com/oxidecomputer/typify |
371 | 2024-11-26T08:01:54.072Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-11-26T08:01:54.075Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-11-26T08:01:54.092Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-11-26T08:01:54.094Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-11-26T08:01:54.094Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-11-26T08:01:54.094Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-11-26T08:01:54.094Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-11-26T08:01:54.094Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-11-26T08:01:54.094Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-11-26T08:01:54.094Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-11-26T08:01:54.095Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-11-26T08:01:54.095Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-11-26T08:01:54.095Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-11-26T08:01:54.095Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-11-26T08:01:54.095Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-11-26T08:01:54.376Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-11-26T08:01:56.175Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-11-26T08:01:56.175Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-11-26T08:01:56.255Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-11-26T08:01:56.673Z | From https://github.com/oxidecomputer/opte |
391 | 2024-11-26T08:01:56.673Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-11-26T08:01:56.734Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-11-26T08:01:57.342Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-11-26T08:01:57.342Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-11-26T08:01:58.175Z | Downloading crates ... |
396 | 2024-11-26T08:01:58.271Z | Downloaded allocator-api2 v0.2.18 |
397 | 2024-11-26T08:01:58.284Z | Downloaded aho-corasick v1.1.3 |
398 | 2024-11-26T08:01:58.290Z | Downloaded ahash v0.8.11 |
399 | 2024-11-26T08:01:58.317Z | Downloaded camino-tempfile v1.1.1 |
400 | 2024-11-26T08:01:58.319Z | Downloaded bytes v1.7.2 |
401 | 2024-11-26T08:01:58.324Z | Downloaded bitflags v1.3.2 |
402 | 2024-11-26T08:01:58.328Z | Downloaded base64 v0.21.7 |
403 | 2024-11-26T08:01:58.331Z | Downloaded anstyle v1.0.10 |
404 | 2024-11-26T08:01:58.334Z | Downloaded ciborium-ll v0.2.2 |
405 | 2024-11-26T08:01:58.337Z | Downloaded anstyle-query v1.1.1 |
406 | 2024-11-26T08:01:58.339Z | Downloaded parking_lot_core v0.8.6 |
407 | 2024-11-26T08:01:58.342Z | Downloaded camino v1.1.9 |
408 | 2024-11-26T08:01:58.342Z | Downloaded base64 v0.22.1 |
409 | 2024-11-26T08:01:58.346Z | Downloaded anstyle-parse v0.2.5 |
410 | 2024-11-26T08:01:58.349Z | Downloaded blake2 v0.10.6 |
411 | 2024-11-26T08:01:58.351Z | Downloaded autocfg v1.3.0 |
412 | 2024-11-26T08:01:58.355Z | Downloaded parse-display-derive v0.10.0 |
413 | 2024-11-26T08:01:58.357Z | Downloaded ciborium v0.2.2 |
414 | 2024-11-26T08:01:58.360Z | Downloaded pest v2.7.13 |
415 | 2024-11-26T08:01:58.364Z | Downloaded powerfmt v0.2.0 |
416 | 2024-11-26T08:01:58.367Z | Downloaded ppv-lite86 v0.2.20 |
417 | 2024-11-26T08:01:58.369Z | Downloaded pest_meta v2.7.13 |
418 | 2024-11-26T08:01:58.372Z | Downloaded proc-macro-error v1.0.4 |
419 | 2024-11-26T08:01:58.376Z | Downloaded proc-macro-error-attr v1.0.4 |
420 | 2024-11-26T08:01:58.379Z | Downloaded pretty-hex v0.2.1 |
421 | 2024-11-26T08:01:58.379Z | Downloaded pin-utils v0.1.0 |
422 | 2024-11-26T08:01:58.379Z | Downloaded proc-macro-crate v3.2.0 |
423 | 2024-11-26T08:01:58.382Z | Downloaded proc-macro-crate v1.3.1 |
424 | 2024-11-26T08:01:58.382Z | Downloaded pin-project-lite v0.2.14 |
425 | 2024-11-26T08:01:58.389Z | Downloaded portable-atomic v1.8.0 |
426 | 2024-11-26T08:01:58.397Z | Downloaded proc-macro2 v1.0.86 |
427 | 2024-11-26T08:01:58.400Z | Downloaded foreign-types-shared v0.1.1 |
428 | 2024-11-26T08:01:58.403Z | Downloaded equivalent v1.0.1 |
429 | 2024-11-26T08:01:58.403Z | Downloaded embedded-io v0.4.0 |
430 | 2024-11-26T08:01:58.405Z | Downloaded cstr-argument v0.1.2 |
431 | 2024-11-26T08:01:58.405Z | Downloaded prettyplease v0.2.22 |
432 | 2024-11-26T08:01:58.410Z | Downloaded dtrace-parser v0.2.0 |
433 | 2024-11-26T08:01:58.414Z | Downloaded foreign-types-shared v0.3.1 |
434 | 2024-11-26T08:01:58.414Z | Downloaded darling_macro v0.20.10 |
435 | 2024-11-26T08:01:58.417Z | Downloaded plain v0.2.3 |
436 | 2024-11-26T08:01:58.417Z | Downloaded rand_chacha v0.3.1 |
437 | 2024-11-26T08:01:58.420Z | Downloaded quick-error v1.2.3 |
438 | 2024-11-26T08:01:58.420Z | Downloaded clap_lex v0.7.2 |
439 | 2024-11-26T08:01:58.420Z | Downloaded dirs-next v2.0.0 |
440 | 2024-11-26T08:01:58.423Z | Downloaded float-ord v0.3.2 |
441 | 2024-11-26T08:01:58.425Z | Downloaded foreign-types v0.3.2 |
442 | 2024-11-26T08:01:58.425Z | Downloaded bitflags v2.6.0 |
443 | 2024-11-26T08:01:58.429Z | Downloaded backoff v0.4.0 |
444 | 2024-11-26T08:01:58.433Z | Downloaded ident_case v1.0.1 |
445 | 2024-11-26T08:01:58.436Z | Downloaded http-body v1.0.1 |
446 | 2024-11-26T08:01:58.436Z | Downloaded rustc-hash v2.0.0 |
447 | 2024-11-26T08:01:58.438Z | Downloaded scroll_derive v0.12.0 |
448 | 2024-11-26T08:01:58.438Z | Downloaded num-conv v0.1.0 |
449 | 2024-11-26T08:01:58.441Z | Downloaded sigpipe v0.1.3 |
450 | 2024-11-26T08:01:58.441Z | Downloaded defmt-parser v0.3.4 |
451 | 2024-11-26T08:01:58.444Z | Downloaded rustc_version v0.1.7 |
452 | 2024-11-26T08:01:58.444Z | Downloaded rand_core v0.6.4 |
453 | 2024-11-26T08:01:58.447Z | Downloaded quinn-udp v0.5.5 |
454 | 2024-11-26T08:01:58.449Z | Downloaded scroll v0.12.0 |
455 | 2024-11-26T08:01:58.449Z | Downloaded embedded-io v0.6.1 |
456 | 2024-11-26T08:01:58.455Z | Downloaded dyn-clone v1.0.17 |
457 | 2024-11-26T08:01:58.458Z | Downloaded tinyvec_macros v0.1.1 |
458 | 2024-11-26T08:01:58.458Z | Downloaded futures-io v0.3.30 |
459 | 2024-11-26T08:01:58.458Z | Downloaded either v1.13.0 |
460 | 2024-11-26T08:01:58.458Z | Downloaded cpufeatures v0.2.14 |
461 | 2024-11-26T08:01:58.461Z | Downloaded colored v2.1.0 |
462 | 2024-11-26T08:01:58.464Z | Downloaded hostname v0.3.1 |
463 | 2024-11-26T08:01:58.466Z | Downloaded heck v0.5.0 |
464 | 2024-11-26T08:01:58.466Z | Downloaded hubpack_derive v0.1.1 |
465 | 2024-11-26T08:01:58.466Z | Downloaded hubpack v0.1.2 |
466 | 2024-11-26T08:01:58.469Z | Downloaded match_cfg v0.1.0 |
467 | 2024-11-26T08:01:58.471Z | Downloaded is_terminal_polyfill v1.70.1 |
468 | 2024-11-26T08:01:58.471Z | Downloaded is-terminal v0.4.13 |
469 | 2024-11-26T08:01:58.474Z | Downloaded hash32 v0.3.1 |
470 | 2024-11-26T08:01:58.474Z | Downloaded progenitor-client v0.8.0 |
471 | 2024-11-26T08:01:58.476Z | Downloaded structmeta-derive v0.3.0 |
472 | 2024-11-26T08:01:58.479Z | Downloaded crossbeam-utils v0.8.20 |
473 | 2024-11-26T08:01:58.482Z | Downloaded serde_spanned v0.6.7 |
474 | 2024-11-26T08:01:58.484Z | Downloaded serde_path_to_error v0.1.16 |
475 | 2024-11-26T08:01:58.484Z | Downloaded openssl-probe v0.1.5 |
476 | 2024-11-26T08:01:58.487Z | Downloaded take_mut v0.2.2 |
477 | 2024-11-26T08:01:58.487Z | Downloaded openssl-macros v0.1.1 |
478 | 2024-11-26T08:01:58.490Z | Downloaded sync_wrapper v1.0.1 |
479 | 2024-11-26T08:01:58.490Z | Downloaded sync_wrapper v0.1.2 |
480 | 2024-11-26T08:01:58.492Z | Downloaded time-core v0.1.2 |
481 | 2024-11-26T08:01:58.492Z | Downloaded chrono v0.4.38 |
482 | 2024-11-26T08:01:58.502Z | Downloaded humantime v2.1.0 |
483 | 2024-11-26T08:01:58.505Z | Downloaded httpdate v1.0.3 |
484 | 2024-11-26T08:01:58.506Z | Downloaded num_enum v0.7.3 |
485 | 2024-11-26T08:01:58.509Z | Downloaded num-complex v0.4.6 |
486 | 2024-11-26T08:01:58.511Z | Downloaded pest_generator v2.7.13 |
487 | 2024-11-26T08:01:58.514Z | Downloaded memmap v0.7.0 |
488 | 2024-11-26T08:01:58.516Z | Downloaded rustc_version v0.4.1 |
489 | 2024-11-26T08:01:58.520Z | Downloaded resolv-conf v0.7.0 |
490 | 2024-11-26T08:01:58.522Z | Downloaded futures-channel v0.3.30 |
491 | 2024-11-26T08:01:58.525Z | Downloaded slog-async v2.8.0 |
492 | 2024-11-26T08:01:58.525Z | Downloaded cookie v0.18.1 |
493 | 2024-11-26T08:01:58.528Z | Downloaded tower-service v0.3.3 |
494 | 2024-11-26T08:01:58.530Z | Downloaded thread_local v1.1.8 |
495 | 2024-11-26T08:01:58.532Z | Downloaded hyper-rustls v0.27.3 |
496 | 2024-11-26T08:01:58.535Z | Downloaded sha2 v0.10.8 |
497 | 2024-11-26T08:01:58.537Z | Downloaded zone_cfg_derive v0.3.0 |
498 | 2024-11-26T08:01:58.540Z | Downloaded time-macros v0.2.18 |
499 | 2024-11-26T08:01:58.542Z | Downloaded tokio-native-tls v0.3.1 |
500 | 2024-11-26T08:01:58.544Z | Downloaded want v0.3.1 |
501 | 2024-11-26T08:01:58.544Z | Downloaded tabwriter v1.4.0 |
502 | 2024-11-26T08:01:58.547Z | Downloaded waitgroup v0.1.2 |
503 | 2024-11-26T08:01:58.547Z | Downloaded slog-json v2.6.1 |
504 | 2024-11-26T08:01:58.550Z | Downloaded hyper-rustls v0.24.2 |
505 | 2024-11-26T08:01:58.552Z | Downloaded http-body v0.4.6 |
506 | 2024-11-26T08:01:58.554Z | Downloaded slog-stdlog v4.1.1 |
507 | 2024-11-26T08:01:58.557Z | Downloaded slog-scope v4.4.0 |
508 | 2024-11-26T08:01:58.559Z | Downloaded lazy_static v1.5.0 |
509 | 2024-11-26T08:01:58.562Z | Downloaded num-derive v0.4.2 |
510 | 2024-11-26T08:01:58.562Z | Downloaded itoa v1.0.11 |
511 | 2024-11-26T08:01:58.565Z | Downloaded postcard v1.0.10 |
512 | 2024-11-26T08:01:58.568Z | Downloaded fxhash v0.2.1 |
513 | 2024-11-26T08:01:58.568Z | Downloaded num-integer v0.1.46 |
514 | 2024-11-26T08:01:58.571Z | Downloaded quote v1.0.37 |
515 | 2024-11-26T08:01:58.573Z | Downloaded strum v0.26.3 |
516 | 2024-11-26T08:01:58.578Z | Downloaded num-derive v0.3.3 |
517 | 2024-11-26T08:01:58.578Z | Downloaded schemars_derive v0.8.21 |
518 | 2024-11-26T08:01:58.581Z | Downloaded semver v1.0.23 |
519 | 2024-11-26T08:01:58.584Z | Downloaded zerocopy v0.6.6 |
520 | 2024-11-26T08:01:58.584Z | Downloaded rustls-pemfile v2.1.3 |
521 | 2024-11-26T08:01:58.586Z | Downloaded darling_core v0.20.10 |
522 | 2024-11-26T08:01:58.592Z | Downloaded usdt-macro v0.5.0 |
523 | 2024-11-26T08:01:58.594Z | Downloaded tokio-rustls v0.24.1 |
524 | 2024-11-26T08:01:58.597Z | Downloaded omicron-workspace-hack v0.1.0 |
525 | 2024-11-26T08:01:58.597Z | Downloaded indent_write v2.2.0 |
526 | 2024-11-26T08:01:58.600Z | Downloaded tokio-macros v2.4.0 |
527 | 2024-11-26T08:01:58.600Z | Downloaded usdt-impl v0.5.0 |
528 | 2024-11-26T08:01:58.603Z | Downloaded zerocopy-derive v0.7.35 |
529 | 2024-11-26T08:01:58.606Z | Downloaded spin v0.5.2 |
530 | 2024-11-26T08:01:58.608Z | Downloaded newline-converter v0.3.0 |
531 | 2024-11-26T08:01:58.608Z | Downloaded spin v0.9.8 |
532 | 2024-11-26T08:01:58.611Z | Downloaded parking_lot v0.12.3 |
533 | 2024-11-26T08:01:58.614Z | Downloaded crossbeam-channel v0.5.13 |
534 | 2024-11-26T08:01:58.620Z | Downloaded num_threads v0.1.7 |
535 | 2024-11-26T08:01:58.623Z | Downloaded whoami v1.5.2 |
536 | 2024-11-26T08:01:58.626Z | Downloaded progenitor-impl v0.8.0 |
537 | 2024-11-26T08:01:58.626Z | Downloaded try-lock v0.2.5 |
538 | 2024-11-26T08:01:58.629Z | Downloaded num-iter v0.1.45 |
539 | 2024-11-26T08:01:58.629Z | Downloaded serde_derive_internals v0.29.1 |
540 | 2024-11-26T08:01:58.631Z | Downloaded toml_datetime v0.6.8 |
541 | 2024-11-26T08:01:58.631Z | Downloaded static_assertions v1.1.0 |
542 | 2024-11-26T08:01:58.634Z | Downloaded strsim v0.11.1 |
543 | 2024-11-26T08:01:58.637Z | Downloaded linked-hash-map v0.5.6 |
544 | 2024-11-26T08:01:58.637Z | Downloaded unicode-bidi v0.3.15 |
545 | 2024-11-26T08:01:58.639Z | Downloaded ucd-trie v0.1.6 |
546 | 2024-11-26T08:01:58.642Z | Downloaded generic-array v0.14.7 |
547 | 2024-11-26T08:01:58.642Z | Downloaded strum_macros v0.25.3 |
548 | 2024-11-26T08:01:58.644Z | Downloaded smf v0.2.3 |
549 | 2024-11-26T08:01:58.647Z | Downloaded lru-cache v0.1.2 |
550 | 2024-11-26T08:01:58.649Z | Downloaded ipnetwork v0.20.0 |
551 | 2024-11-26T08:01:58.649Z | Downloaded usdt v0.5.0 |
552 | 2024-11-26T08:01:58.652Z | Downloaded serde_derive v1.0.215 |
553 | 2024-11-26T08:01:58.654Z | Downloaded heck v0.4.1 |
554 | 2024-11-26T08:01:58.657Z | Downloaded tokio-rustls v0.26.0 |
555 | 2024-11-26T08:01:58.657Z | Downloaded subtle v2.6.1 |
556 | 2024-11-26T08:01:58.659Z | Downloaded tokio-rustls v0.25.0 |
557 | 2024-11-26T08:01:58.662Z | Downloaded swrite v0.1.0 |
558 | 2024-11-26T08:01:58.662Z | Downloaded hyper-tls v0.6.0 |
559 | 2024-11-26T08:01:58.664Z | Downloaded no-std-compat v0.4.1 |
560 | 2024-11-26T08:01:58.668Z | Downloaded linear-map v1.2.0 |
561 | 2024-11-26T08:01:58.668Z | Downloaded libsw v3.3.1 |
562 | 2024-11-26T08:01:58.671Z | Downloaded terminal_size v0.4.0 |
563 | 2024-11-26T08:01:58.671Z | Downloaded typify-macro v0.2.0 |
564 | 2024-11-26T08:01:58.673Z | Downloaded http-body-util v0.1.2 |
565 | 2024-11-26T08:01:58.673Z | Downloaded hex v0.4.3 |
566 | 2024-11-26T08:01:58.676Z | Downloaded num-traits v0.2.19 |
567 | 2024-11-26T08:01:58.678Z | Downloaded thiserror v1.0.64 |
568 | 2024-11-26T08:01:58.684Z | Downloaded lock_api v0.4.12 |
569 | 2024-11-26T08:01:58.687Z | Downloaded minimal-lexical v0.2.1 |
570 | 2024-11-26T08:01:58.691Z | Downloaded newtype_derive v0.1.6 |
571 | 2024-11-26T08:01:58.694Z | Downloaded thiserror-impl v1.0.64 |
572 | 2024-11-26T08:01:58.696Z | Downloaded getrandom v0.2.15 |
573 | 2024-11-26T08:01:58.701Z | Downloaded strum_macros v0.26.4 |
574 | 2024-11-26T08:01:58.703Z | Downloaded slog-term v2.9.1 |
575 | 2024-11-26T08:01:58.703Z | Downloaded uuid v1.11.0 |
576 | 2024-11-26T08:01:58.707Z | Downloaded expectorate v1.1.0 |
577 | 2024-11-26T08:01:58.710Z | Downloaded native-tls v0.2.12 |
578 | 2024-11-26T08:01:58.713Z | Downloaded hyper-tls v0.5.0 |
579 | 2024-11-26T08:01:58.713Z | Downloaded smallvec v1.13.2 |
580 | 2024-11-26T08:01:58.715Z | Downloaded unicode-ident v1.0.13 |
581 | 2024-11-26T08:01:58.718Z | Downloaded typify v0.2.0 |
582 | 2024-11-26T08:01:58.721Z | Downloaded log v0.4.22 |
583 | 2024-11-26T08:01:58.724Z | Downloaded serde_yaml v0.9.34+deprecated |
584 | 2024-11-26T08:01:58.746Z | Downloaded multer v3.1.0 |
585 | 2024-11-26T08:01:58.749Z | Downloaded hyper-util v0.1.10 |
586 | 2024-11-26T08:01:58.752Z | Downloaded memchr v2.7.4 |
587 | 2024-11-26T08:01:58.758Z | Downloaded quinn v0.11.5 |
588 | 2024-11-26T08:01:58.762Z | Downloaded half v2.4.1 |
589 | 2024-11-26T08:01:58.765Z | Downloaded thin-vec v0.2.13 |
590 | 2024-11-26T08:01:58.767Z | Downloaded term v0.7.0 |
591 | 2024-11-26T08:01:58.770Z | Downloaded heapless v0.8.0 |
592 | 2024-11-26T08:01:58.774Z | Downloaded itertools v0.10.5 |
593 | 2024-11-26T08:01:58.781Z | Downloaded tinyvec v1.8.0 |
594 | 2024-11-26T08:01:58.785Z | Downloaded unsafe-libyaml v0.2.11 |
595 | 2024-11-26T08:01:58.788Z | Downloaded indexmap v2.5.0 |
596 | 2024-11-26T08:01:58.794Z | Downloaded url v2.5.2 |
597 | 2024-11-26T08:01:58.796Z | Downloaded steno v0.4.1 |
598 | 2024-11-26T08:01:58.801Z | Downloaded http v1.1.0 |
599 | 2024-11-26T08:01:58.806Z | Downloaded clap_builder v4.5.21 |
600 | 2024-11-26T08:01:58.814Z | Downloaded http v0.2.12 |
601 | 2024-11-26T08:01:58.818Z | Downloaded unicode-segmentation v1.12.0 |
602 | 2024-11-26T08:01:58.822Z | Downloaded tracing v0.1.40 |
603 | 2024-11-26T08:01:58.826Z | Downloaded itertools v0.12.1 |
604 | 2024-11-26T08:01:58.834Z | Downloaded toml_edit v0.19.15 |
605 | 2024-11-26T08:01:58.852Z | Downloaded tracing-core v0.1.32 |
606 | 2024-11-26T08:01:58.855Z | Downloaded zerocopy v0.7.35 |
607 | 2024-11-26T08:01:58.872Z | Downloaded tokio-util v0.7.12 |
608 | 2024-11-26T08:01:58.878Z | Downloaded serde_json v1.0.133 |
609 | 2024-11-26T08:01:58.886Z | Downloaded reqwest v0.11.27 |
610 | 2024-11-26T08:01:58.895Z | Downloaded hashbrown v0.12.3 |
611 | 2024-11-26T08:01:58.899Z | Downloaded winnow v0.6.18 |
612 | 2024-11-26T08:01:58.908Z | Downloaded futures-util v0.3.30 |
613 | 2024-11-26T08:01:58.922Z | Downloaded nom v7.1.3 |
614 | 2024-11-26T08:01:58.927Z | Downloaded reqwest v0.12.9 |
615 | 2024-11-26T08:01:58.936Z | Downloaded rustls-webpki v0.101.7 |
616 | 2024-11-26T08:01:58.951Z | Downloaded winnow v0.5.40 |
617 | 2024-11-26T08:01:58.960Z | Downloaded hyper v1.5.1 |
618 | 2024-11-26T08:01:58.967Z | Downloaded hashbrown v0.14.5 |
619 | 2024-11-26T08:01:58.973Z | Downloaded dropshot v0.12.0 |
620 | 2024-11-26T08:01:58.995Z | Downloaded h2 v0.3.26 |
621 | 2024-11-26T08:01:59.001Z | Downloaded idna v0.4.0 |
622 | 2024-11-26T08:01:59.008Z | Downloaded h2 v0.4.6 |
623 | 2024-11-26T08:01:59.017Z | Downloaded syn v2.0.87 |
624 | 2024-11-26T08:01:59.029Z | Downloaded goblin v0.8.2 |
625 | 2024-11-26T08:01:59.036Z | Downloaded regex v1.10.6 |
626 | 2024-11-26T08:01:59.050Z | Downloaded smoltcp v0.11.0 |
627 | 2024-11-26T08:01:59.062Z | Downloaded openapiv3 v2.0.0 |
628 | 2024-11-26T08:01:59.074Z | Downloaded vcpkg v0.2.15 |
629 | 2024-11-26T08:01:59.115Z | Downloaded hickory-proto v0.24.1 |
630 | 2024-11-26T08:01:59.129Z | Downloaded unicode-width v0.1.14 |
631 | 2024-11-26T08:01:59.135Z | Downloaded syn v1.0.109 |
632 | 2024-11-26T08:01:59.146Z | Downloaded rustls v0.21.12 |
633 | 2024-11-26T08:01:59.158Z | Downloaded regex-syntax v0.8.4 |
634 | 2024-11-26T08:01:59.167Z | Downloaded rustls v0.23.13 |
635 | 2024-11-26T08:01:59.181Z | Downloaded rustls v0.22.4 |
636 | 2024-11-26T08:01:59.192Z | Downloaded rustix v0.38.37 |
637 | 2024-11-26T08:01:59.215Z | Downloaded typify-impl v0.2.0 |
638 | 2024-11-26T08:01:59.229Z | Downloaded regress v0.9.1 |
639 | 2024-11-26T08:01:59.238Z | Downloaded rhai v1.20.0 |
640 | 2024-11-26T08:01:59.250Z | Downloaded petgraph v0.6.5 |
641 | 2024-11-26T08:01:59.269Z | Downloaded regress v0.10.1 |
642 | 2024-11-26T08:01:59.278Z | Downloaded quinn-proto v0.11.8 |
643 | 2024-11-26T08:01:59.283Z | Downloaded idna v0.5.0 |
644 | 2024-11-26T08:01:59.290Z | Downloaded openssl v0.10.66 |
645 | 2024-11-26T08:01:59.299Z | Downloaded sled v0.34.7 |
646 | 2024-11-26T08:01:59.310Z | Downloaded hyper v0.14.30 |
647 | 2024-11-26T08:01:59.318Z | Downloaded webpki-roots v0.25.4 |
648 | 2024-11-26T08:01:59.322Z | Downloaded zerocopy-derive v0.6.6 |
649 | 2024-11-26T08:01:59.332Z | Downloaded regex-automata v0.4.7 |
650 | 2024-11-26T08:01:59.349Z | Downloaded webpki-roots v0.26.6 |
651 | 2024-11-26T08:01:59.359Z | Downloaded rustls-webpki v0.102.8 |
652 | 2024-11-26T08:01:59.370Z | Downloaded tokio v1.40.0 |
653 | 2024-11-26T08:01:59.408Z | Downloaded serde_with v3.9.0 |
654 | 2024-11-26T08:01:59.415Z | Downloaded toml_edit v0.22.21 |
655 | 2024-11-26T08:01:59.436Z | Downloaded mio v1.0.2 |
656 | 2024-11-26T08:01:59.442Z | Downloaded unicode-normalization v0.1.24 |
657 | 2024-11-26T08:01:59.445Z | Downloaded libc v0.2.165 |
658 | 2024-11-26T08:01:59.471Z | Downloaded libm v0.2.8 |
659 | 2024-11-26T08:01:59.478Z | Downloaded itertools v0.13.0 |
660 | 2024-11-26T08:01:59.484Z | Downloaded hickory-resolver v0.24.1 |
661 | 2024-11-26T08:01:59.489Z | Downloaded time v0.3.36 |
662 | 2024-11-26T08:01:59.496Z | Downloaded tempfile v3.12.0 |
663 | 2024-11-26T08:01:59.499Z | Downloaded httparse v1.9.4 |
664 | 2024-11-26T08:01:59.502Z | Downloaded once_cell v1.20.2 |
665 | 2024-11-26T08:01:59.504Z | Downloaded tracing-attributes v0.1.27 |
666 | 2024-11-26T08:01:59.507Z | Downloaded toml v0.8.19 |
667 | 2024-11-26T08:01:59.511Z | Downloaded socket2 v0.5.7 |
668 | 2024-11-26T08:01:59.513Z | Downloaded serde v1.0.215 |
669 | 2024-11-26T08:01:59.522Z | Downloaded ipnet v2.10.0 |
670 | 2024-11-26T08:01:59.522Z | Downloaded smartstring v1.0.1 |
671 | 2024-11-26T08:01:59.527Z | Downloaded indexmap v1.9.3 |
672 | 2024-11-26T08:01:59.527Z | Downloaded slog v2.7.0 |
673 | 2024-11-26T08:01:59.527Z | Downloaded highway v1.2.0 |
674 | 2024-11-26T08:01:59.527Z | Downloaded schemars v0.8.21 |
675 | 2024-11-26T08:01:59.536Z | Downloaded futures-task v0.3.30 |
676 | 2024-11-26T08:01:59.539Z | Downloaded num-rational v0.4.2 |
677 | 2024-11-26T08:01:59.539Z | Downloaded num v0.4.3 |
678 | 2024-11-26T08:01:59.542Z | Downloaded version_check v0.9.5 |
679 | 2024-11-26T08:01:59.542Z | Downloaded typenum v1.17.0 |
680 | 2024-11-26T08:01:59.544Z | Downloaded rand v0.8.5 |
681 | 2024-11-26T08:01:59.547Z | Downloaded stable_deref_trait v1.2.0 |
682 | 2024-11-26T08:01:59.550Z | Downloaded similar v2.6.0 |
683 | 2024-11-26T08:01:59.552Z | Downloaded openssl-sys v0.9.103 |
684 | 2024-11-26T08:01:59.558Z | Downloaded usdt-attr-macro v0.5.0 |
685 | 2024-11-26T08:01:59.561Z | Downloaded instant v0.1.13 |
686 | 2024-11-26T08:01:59.561Z | Downloaded encoding_rs v0.8.34 |
687 | 2024-11-26T08:01:59.581Z | Downloaded untrusted v0.9.0 |
688 | 2024-11-26T08:01:59.584Z | Downloaded utf8parse v0.2.2 |
689 | 2024-11-26T08:01:59.584Z | Downloaded tiny-keccak v2.0.2 |
690 | 2024-11-26T08:01:59.586Z | Downloaded thread-id v4.2.2 |
691 | 2024-11-26T08:01:59.588Z | Downloaded num_enum_derive v0.7.3 |
692 | 2024-11-26T08:01:59.588Z | Downloaded num_enum v0.5.11 |
693 | 2024-11-26T08:01:59.591Z | Downloaded hostname v0.4.0 |
694 | 2024-11-26T08:01:59.595Z | Downloaded mime v0.3.17 |
695 | 2024-11-26T08:01:59.595Z | Downloaded zone v0.3.0 |
696 | 2024-11-26T08:01:59.599Z | Downloaded zeroize v1.8.1 |
697 | 2024-11-26T08:01:59.599Z | Downloaded newtype-uuid v1.1.0 |
698 | 2024-11-26T08:01:59.599Z | Downloaded slab v0.4.9 |
699 | 2024-11-26T08:01:59.601Z | Downloaded ryu v1.0.18 |
700 | 2024-11-26T08:01:59.604Z | Downloaded shlex v1.3.0 |
701 | 2024-11-26T08:01:59.604Z | Downloaded serde_with_macros v3.9.0 |
702 | 2024-11-26T08:01:59.607Z | Downloaded rustls-pki-types v1.8.0 |
703 | 2024-11-26T08:01:59.607Z | Downloaded clap v4.5.21 |
704 | 2024-11-26T08:01:59.615Z | Downloaded futures v0.3.30 |
705 | 2024-11-26T08:01:59.620Z | Downloaded dropshot_endpoint v0.12.0 |
706 | 2024-11-26T08:01:59.622Z | Downloaded managed v0.8.0 |
707 | 2024-11-26T08:01:59.625Z | Downloaded macaddr v1.0.1 |
708 | 2024-11-26T08:01:59.625Z | Downloaded parking_lot v0.11.2 |
709 | 2024-11-26T08:01:59.628Z | Downloaded owo-colors v4.1.0 |
710 | 2024-11-26T08:01:59.630Z | Downloaded semver v0.1.20 |
711 | 2024-11-26T08:01:59.630Z | Downloaded rustversion v1.0.17 |
712 | 2024-11-26T08:01:59.633Z | Downloaded console v0.15.8 |
713 | 2024-11-26T08:01:59.636Z | Downloaded slog-envlogger v2.2.0 |
714 | 2024-11-26T08:01:59.638Z | Downloaded slog-dtrace v0.3.0 |
715 | 2024-11-26T08:01:59.638Z | Downloaded serde_tokenstream v0.2.2 |
716 | 2024-11-26T08:01:59.641Z | Downloaded serde-big-array v0.5.1 |
717 | 2024-11-26T08:01:59.641Z | Downloaded progenitor-macro v0.8.0 |
718 | 2024-11-26T08:01:59.641Z | Downloaded iana-time-zone v0.1.61 |
719 | 2024-11-26T08:01:59.644Z | Downloaded signal-hook-registry v1.4.2 |
720 | 2024-11-26T08:01:59.646Z | Downloaded sct v0.7.1 |
721 | 2024-11-26T08:01:59.649Z | Downloaded scopeguard v1.2.0 |
722 | 2024-11-26T08:01:59.649Z | Downloaded rustls-pemfile v1.0.4 |
723 | 2024-11-26T08:01:59.653Z | Downloaded derive_more v0.99.18 |
724 | 2024-11-26T08:01:59.656Z | Downloaded derive-where v1.2.7 |
725 | 2024-11-26T08:01:59.658Z | Downloaded crossbeam-epoch v0.9.18 |
726 | 2024-11-26T08:01:59.661Z | Downloaded sha1 v0.10.6 |
727 | 2024-11-26T08:01:59.664Z | Downloaded serde_urlencoded v0.7.1 |
728 | 2024-11-26T08:01:59.664Z | Downloaded serde_repr v0.1.19 |
729 | 2024-11-26T08:01:59.667Z | Downloaded futures-core v0.3.30 |
730 | 2024-11-26T08:01:59.667Z | Downloaded progenitor v0.8.0 |
731 | 2024-11-26T08:01:59.670Z | Downloaded structmeta v0.3.0 |
732 | 2024-11-26T08:01:59.670Z | Downloaded num_enum_derive v0.5.11 |
733 | 2024-11-26T08:01:59.670Z | Downloaded slog-bunyan v2.5.0 |
734 | 2024-11-26T08:01:59.672Z | Downloaded rhai_codegen v2.2.0 |
735 | 2024-11-26T08:01:59.677Z | Downloaded darling v0.20.10 |
736 | 2024-11-26T08:01:59.681Z | Downloaded crc32fast v1.4.2 |
737 | 2024-11-26T08:01:59.684Z | Downloaded pretty-hex v0.4.1 |
738 | 2024-11-26T08:01:59.684Z | Downloaded futures-macro v0.3.30 |
739 | 2024-11-26T08:01:59.687Z | Downloaded clap_derive v4.5.18 |
740 | 2024-11-26T08:01:59.689Z | Downloaded dof v0.3.0 |
741 | 2024-11-26T08:01:59.689Z | Downloaded defmt-macros v0.3.9 |
742 | 2024-11-26T08:01:59.692Z | Downloaded defmt v0.3.8 |
743 | 2024-11-26T08:01:59.694Z | Downloaded debug-ignore v1.0.5 |
744 | 2024-11-26T08:01:59.698Z | Downloaded futures-executor v0.3.30 |
745 | 2024-11-26T08:01:59.698Z | Downloaded form_urlencoded v1.2.1 |
746 | 2024-11-26T08:01:59.698Z | Downloaded foreign-types v0.5.0 |
747 | 2024-11-26T08:01:59.701Z | Downloaded fnv v1.0.7 |
748 | 2024-11-26T08:01:59.701Z | Downloaded fixedbitset v0.4.2 |
749 | 2024-11-26T08:01:59.701Z | Downloaded foreign-types-macros v0.2.3 |
750 | 2024-11-26T08:01:59.701Z | Downloaded fastrand v2.1.1 |
751 | 2024-11-26T08:01:59.704Z | Downloaded errno v0.3.9 |
752 | 2024-11-26T08:01:59.704Z | Downloaded deranged v0.3.11 |
753 | 2024-11-26T08:01:59.706Z | Downloaded async-trait v0.1.83 |
754 | 2024-11-26T08:01:59.708Z | Downloaded anstream v0.6.15 |
755 | 2024-11-26T08:01:59.711Z | Downloaded enum-as-inner v0.6.1 |
756 | 2024-11-26T08:01:59.715Z | Downloaded dirs-sys-next v0.1.2 |
757 | 2024-11-26T08:01:59.716Z | Downloaded data-encoding v2.6.0 |
758 | 2024-11-26T08:01:59.716Z | Downloaded digest v0.10.7 |
759 | 2024-11-26T08:01:59.719Z | Downloaded crypto-common v0.1.6 |
760 | 2024-11-26T08:01:59.719Z | Downloaded crunchy v0.2.2 |
761 | 2024-11-26T08:01:59.719Z | Downloaded cobs v0.2.3 |
762 | 2024-11-26T08:01:59.719Z | Downloaded crucible-workspace-hack v0.1.0 |
763 | 2024-11-26T08:01:59.719Z | Downloaded crc8 v0.1.1 |
764 | 2024-11-26T08:01:59.719Z | Downloaded convert_case v0.4.0 |
765 | 2024-11-26T08:01:59.722Z | Downloaded const-random-macro v0.1.16 |
766 | 2024-11-26T08:01:59.722Z | Downloaded const-random v0.1.18 |
767 | 2024-11-26T08:01:59.722Z | Downloaded colorchoice v1.0.2 |
768 | 2024-11-26T08:01:59.725Z | Downloaded byteorder v1.5.0 |
769 | 2024-11-26T08:01:59.725Z | Downloaded block-buffer v0.10.4 |
770 | 2024-11-26T08:01:59.725Z | Downloaded pest_derive v2.7.13 |
771 | 2024-11-26T08:01:59.727Z | Downloaded cc v1.1.21 |
772 | 2024-11-26T08:01:59.730Z | Downloaded base64ct v1.6.0 |
773 | 2024-11-26T08:01:59.733Z | Downloaded atomic-waker v1.1.2 |
774 | 2024-11-26T08:01:59.736Z | Downloaded pkg-config v0.3.31 |
775 | 2024-11-26T08:01:59.736Z | Downloaded paste v1.0.15 |
776 | 2024-11-26T08:01:59.739Z | Downloaded parking_lot_core v0.9.10 |
777 | 2024-11-26T08:01:59.739Z | Downloaded futures-sink v0.3.30 |
778 | 2024-11-26T08:01:59.742Z | Downloaded ciborium-io v0.2.2 |
779 | 2024-11-26T08:01:59.742Z | Downloaded async-stream-impl v0.3.5 |
780 | 2024-11-26T08:01:59.742Z | Downloaded percent-encoding v2.3.1 |
781 | 2024-11-26T08:01:59.744Z | Downloaded password-hash v0.5.0 |
782 | 2024-11-26T08:01:59.745Z | Downloaded parse-display v0.10.0 |
783 | 2024-11-26T08:01:59.747Z | Downloaded arc-swap v1.7.1 |
784 | 2024-11-26T08:01:59.752Z | Downloaded anyhow v1.0.93 |
785 | 2024-11-26T08:01:59.754Z | Downloaded argon2 v0.5.3 |
786 | 2024-11-26T08:01:59.754Z | Downloaded cfg-if v1.0.0 |
787 | 2024-11-26T08:01:59.757Z | Downloaded cancel-safe-futures v0.1.5 |
788 | 2024-11-26T08:01:59.759Z | Downloaded atomicwrites v0.4.4 |
789 | 2024-11-26T08:01:59.759Z | Downloaded async-stream v0.3.5 |
790 | 2024-11-26T08:01:59.849Z | Downloaded ring v0.17.8 |
791 | 2024-11-26T08:02:00.190Z | Compiling proc-macro2 v1.0.86 |
792 | 2024-11-26T08:02:00.190Z | Compiling unicode-ident v1.0.13 |
793 | 2024-11-26T08:02:00.192Z | Compiling libc v0.2.165 |
794 | 2024-11-26T08:02:00.192Z | Compiling serde v1.0.215 |
795 | 2024-11-26T08:02:00.192Z | Compiling autocfg v1.3.0 |
796 | 2024-11-26T08:02:00.192Z | Compiling version_check v0.9.5 |
797 | 2024-11-26T08:02:00.192Z | Compiling cfg-if v1.0.0 |
798 | 2024-11-26T08:02:00.331Z | Compiling once_cell v1.20.2 |
799 | 2024-11-26T08:02:00.364Z | Compiling libm v0.2.8 |
800 | 2024-11-26T08:02:00.410Z | Compiling memchr v2.7.4 |
801 | 2024-11-26T08:02:00.786Z | Compiling byteorder v1.5.0 |
802 | 2024-11-26T08:02:00.946Z | Compiling parking_lot_core v0.9.10 |
803 | 2024-11-26T08:02:01.020Z | Compiling lock_api v0.4.12 |
804 | 2024-11-26T08:02:01.363Z | Compiling shlex v1.3.0 |
805 | 2024-11-26T08:02:01.402Z | Compiling thiserror v1.0.64 |
806 | 2024-11-26T08:02:01.790Z | Compiling cc v1.1.21 |
807 | 2024-11-26T08:02:01.822Z | Compiling itoa v1.0.11 |
808 | 2024-11-26T08:02:02.020Z | Compiling portable-atomic v1.8.0 |
809 | 2024-11-26T08:02:02.064Z | Compiling quote v1.0.37 |
810 | 2024-11-26T08:02:02.166Z | Compiling slab v0.4.9 |
811 | 2024-11-26T08:02:02.544Z | Compiling syn v2.0.87 |
812 | 2024-11-26T08:02:02.687Z | Compiling getrandom v0.2.15 |
813 | 2024-11-26T08:02:02.834Z | Compiling schemars v0.8.21 |
814 | 2024-11-26T08:02:03.032Z | Compiling ahash v0.8.11 |
815 | 2024-11-26T08:02:03.083Z | Compiling allocator-api2 v0.2.18 |
816 | 2024-11-26T08:02:03.204Z | Compiling num-traits v0.2.19 |
817 | 2024-11-26T08:02:03.337Z | Compiling ryu v1.0.18 |
818 | 2024-11-26T08:02:03.639Z | Compiling serde_json v1.0.133 |
819 | 2024-11-26T08:02:03.890Z | Compiling pin-project-lite v0.2.14 |
820 | 2024-11-26T08:02:04.135Z | Compiling log v0.4.22 |
821 | 2024-11-26T08:02:04.254Z | Compiling scopeguard v1.2.0 |
822 | 2024-11-26T08:02:04.375Z | Compiling equivalent v1.0.1 |
823 | 2024-11-26T08:02:04.452Z | Compiling heck v0.5.0 |
824 | 2024-11-26T08:02:04.479Z | Compiling fnv v1.0.7 |
825 | 2024-11-26T08:02:04.545Z | Compiling pkg-config v0.3.31 |
826 | 2024-11-26T08:02:04.878Z | Compiling vcpkg v0.2.15 |
827 | 2024-11-26T08:02:04.897Z | Compiling crunchy v0.2.2 |
828 | 2024-11-26T08:02:05.007Z | Compiling ring v0.17.8 |
829 | 2024-11-26T08:02:05.429Z | Compiling mio v1.0.2 |
830 | 2024-11-26T08:02:05.835Z | Compiling socket2 v0.5.7 |
831 | 2024-11-26T08:02:06.099Z | Compiling signal-hook-registry v1.4.2 |
832 | 2024-11-26T08:02:06.334Z | Compiling httparse v1.9.4 |
833 | 2024-11-26T08:02:06.441Z | Compiling tiny-keccak v2.0.2 |
834 | 2024-11-26T08:02:06.571Z | Compiling openssl-sys v0.9.103 |
835 | 2024-11-26T08:02:06.790Z | Compiling slog v2.7.0 |
836 | 2024-11-26T08:02:07.133Z | Compiling iana-time-zone v0.1.61 |
837 | 2024-11-26T08:02:07.551Z | Compiling futures-core v0.3.30 |
838 | 2024-11-26T08:02:07.608Z | Compiling const-random-macro v0.1.16 |
839 | 2024-11-26T08:02:07.658Z | Compiling dyn-clone v1.0.17 |
840 | 2024-11-26T08:02:07.814Z | Compiling openssl v0.10.66 |
841 | 2024-11-26T08:02:07.856Z | Compiling futures-sink v0.3.30 |
842 | 2024-11-26T08:02:08.266Z | Compiling typenum v1.17.0 |
843 | 2024-11-26T08:02:08.287Z | Compiling native-tls v0.2.12 |
844 | 2024-11-26T08:02:08.411Z | Compiling const-random v0.1.18 |
845 | 2024-11-26T08:02:08.511Z | Compiling rustls v0.23.13 |
846 | 2024-11-26T08:02:08.532Z | Compiling semver v1.0.23 |
847 | 2024-11-26T08:02:08.551Z | Compiling futures-channel v0.3.30 |
848 | 2024-11-26T08:02:08.571Z | Compiling futures-io v0.3.30 |
849 | 2024-11-26T08:02:08.655Z | Compiling pin-utils v0.1.0 |
850 | 2024-11-26T08:02:08.758Z | Compiling futures-task v0.3.30 |
851 | 2024-11-26T08:02:08.833Z | Compiling generic-array v0.14.7 |
852 | 2024-11-26T08:02:09.013Z | Compiling tracing-core v0.1.32 |
853 | 2024-11-26T08:02:09.034Z | Compiling bitflags v2.6.0 |
854 | 2024-11-26T08:02:09.072Z | Compiling subtle v2.6.1 |
855 | 2024-11-26T08:02:09.072Z | Compiling ucd-trie v0.1.6 |
856 | 2024-11-26T08:02:09.114Z | Compiling aho-corasick v1.1.3 |
857 | 2024-11-26T08:02:09.159Z | Compiling regex-syntax v0.8.4 |
858 | 2024-11-26T08:02:09.223Z | Compiling anyhow v1.0.93 |
859 | 2024-11-26T08:02:09.592Z | Compiling time-core v0.1.2 |
860 | 2024-11-26T08:02:09.613Z | Compiling num-conv v0.1.0 |
861 | 2024-11-26T08:02:09.830Z | Compiling serde_derive_internals v0.29.1 |
862 | 2024-11-26T08:02:09.861Z | Compiling time-macros v0.2.18 |
863 | 2024-11-26T08:02:11.251Z | Compiling spin v0.9.8 |
864 | 2024-11-26T08:02:11.267Z | Compiling rustls-pki-types v1.8.0 |
865 | 2024-11-26T08:02:12.142Z | Compiling usdt-impl v0.5.0 |
866 | 2024-11-26T08:02:12.548Z | Compiling untrusted v0.9.0 |
867 | 2024-11-26T08:02:12.568Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2024-11-26T08:02:12.738Z | Compiling regex-automata v0.4.7 |
869 | 2024-11-26T08:02:13.094Z | Compiling tinyvec_macros v0.1.1 |
870 | 2024-11-26T08:02:13.199Z | Compiling plain v0.2.3 |
871 | 2024-11-26T08:02:13.360Z | Compiling atomic-waker v1.1.2 |
872 | 2024-11-26T08:02:13.436Z | Compiling rustversion v1.0.17 |
873 | 2024-11-26T08:02:13.553Z | Compiling strsim v0.11.1 |
874 | 2024-11-26T08:02:14.275Z | Compiling tinyvec v1.8.0 |
875 | 2024-11-26T08:02:15.346Z | Compiling rand_core v0.6.4 |
876 | 2024-11-26T08:02:15.386Z | Compiling serde_derive v1.0.215 |
877 | 2024-11-26T08:02:15.828Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-11-26T08:02:16.010Z | Compiling thiserror-impl v1.0.64 |
879 | 2024-11-26T08:02:16.180Z | Compiling tokio-macros v2.4.0 |
880 | 2024-11-26T08:02:16.981Z | Compiling schemars_derive v0.8.21 |
881 | 2024-11-26T08:02:17.873Z | Compiling futures-macro v0.3.30 |
882 | 2024-11-26T08:02:18.028Z | Compiling zerocopy v0.7.35 |
883 | 2024-11-26T08:02:19.946Z | Compiling openssl-macros v0.1.1 |
884 | 2024-11-26T08:02:20.000Z | Compiling futures-util v0.3.30 |
885 | 2024-11-26T08:02:20.021Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-11-26T08:02:20.107Z | Compiling hashbrown v0.14.5 |
887 | 2024-11-26T08:02:20.499Z | Compiling scroll_derive v0.12.0 |
888 | 2024-11-26T08:02:20.800Z | Compiling pest v2.7.13 |
889 | 2024-11-26T08:02:21.526Z | Compiling regress v0.10.1 |
890 | 2024-11-26T08:02:22.030Z | Compiling regex v1.10.6 |
891 | 2024-11-26T08:02:23.035Z | Compiling scroll v0.12.0 |
892 | 2024-11-26T08:02:23.349Z | Compiling tracing v0.1.40 |
893 | 2024-11-26T08:02:23.590Z | Compiling pest_meta v2.7.13 |
894 | 2024-11-26T08:02:24.071Z | Compiling goblin v0.8.2 |
895 | 2024-11-26T08:02:26.363Z | Compiling pest_generator v2.7.13 |
896 | 2024-11-26T08:02:27.036Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-11-26T08:02:27.690Z | Compiling pretty-hex v0.4.1 |
898 | 2024-11-26T08:02:27.906Z | Compiling percent-encoding v2.3.1 |
899 | 2024-11-26T08:02:28.212Z | Compiling pest_derive v2.7.13 |
900 | 2024-11-26T08:02:28.367Z | Compiling unsafe-libyaml v0.2.11 |
901 | 2024-11-26T08:02:29.117Z | Compiling bytes v1.7.2 |
902 | 2024-11-26T08:02:30.062Z | Compiling smallvec v1.13.2 |
903 | 2024-11-26T08:02:30.620Z | Compiling indexmap v2.5.0 |
904 | 2024-11-26T08:02:31.538Z | Compiling uuid v1.11.0 |
905 | 2024-11-26T08:02:31.767Z | Compiling chrono v0.4.38 |
906 | 2024-11-26T08:02:31.908Z | Compiling parking_lot v0.12.3 |
907 | 2024-11-26T08:02:32.157Z | Compiling serde_tokenstream v0.2.2 |
908 | 2024-11-26T08:02:32.200Z | Compiling http v1.1.0 |
909 | 2024-11-26T08:02:32.762Z | Compiling tokio v1.40.0 |
910 | 2024-11-26T08:02:35.538Z | Compiling openapiv3 v2.0.0 |
911 | 2024-11-26T08:02:37.066Z | Compiling http-body v1.0.1 |
912 | 2024-11-26T08:02:37.594Z | Compiling zeroize v1.8.1 |
913 | 2024-11-26T08:02:37.994Z | Compiling try-lock v0.2.5 |
914 | 2024-11-26T08:02:38.163Z | Compiling want v0.3.1 |
915 | 2024-11-26T08:02:38.470Z | Compiling typify-impl v0.2.0 |
916 | 2024-11-26T08:02:39.313Z | Compiling ipnetwork v0.20.0 |
917 | 2024-11-26T08:02:39.673Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-11-26T08:02:39.917Z | Compiling dof v0.3.0 |
919 | 2024-11-26T08:02:40.129Z | Compiling dtrace-parser v0.2.0 |
920 | 2024-11-26T08:02:41.704Z | Compiling form_urlencoded v1.2.1 |
921 | 2024-11-26T08:02:41.913Z | Compiling unicode-normalization v0.1.24 |
922 | 2024-11-26T08:02:43.251Z | Compiling tokio-util v0.7.12 |
923 | 2024-11-26T08:02:43.483Z | Compiling thread-id v4.2.2 |
924 | 2024-11-26T08:02:43.519Z | Compiling unicode-bidi v0.3.15 |
925 | 2024-11-26T08:02:43.540Z | Compiling syn v1.0.109 |
926 | 2024-11-26T08:02:43.597Z | Compiling ident_case v1.0.1 |
927 | 2024-11-26T08:02:43.785Z | Compiling httpdate v1.0.3 |
928 | 2024-11-26T08:02:44.134Z | Compiling camino v1.1.9 |
929 | 2024-11-26T08:02:44.558Z | Compiling h2 v0.4.6 |
930 | 2024-11-26T08:02:44.751Z | Compiling foreign-types-shared v0.1.1 |
931 | 2024-11-26T08:02:44.888Z | Compiling rustls v0.22.4 |
932 | 2024-11-26T08:02:45.222Z | Compiling foreign-types v0.3.2 |
933 | 2024-11-26T08:02:45.349Z | Compiling darling_core v0.20.10 |
934 | 2024-11-26T08:02:45.401Z | Compiling ppv-lite86 v0.2.20 |
935 | 2024-11-26T08:02:46.725Z | Compiling slog-async v2.8.0 |
936 | 2024-11-26T08:02:47.111Z | Compiling tower-service v0.3.3 |
937 | 2024-11-26T08:02:47.827Z | Compiling rand_chacha v0.3.1 |
938 | 2024-11-26T08:02:49.585Z | Compiling idna v0.5.0 |
939 | 2024-11-26T08:02:50.525Z | Compiling typify-macro v0.2.0 |
940 | 2024-11-26T08:02:51.618Z | Compiling hyper v1.5.1 |
941 | 2024-11-26T08:02:53.628Z | Compiling darling_macro v0.20.10 |
942 | 2024-11-26T08:02:54.555Z | Compiling typify v0.2.0 |
943 | 2024-11-26T08:02:54.652Z | Compiling hyper-util v0.1.10 |
944 | 2024-11-26T08:02:54.707Z | Compiling progenitor-impl v0.8.0 |
945 | 2024-11-26T08:02:59.363Z | Compiling toml_datetime v0.6.8 |
946 | 2024-11-26T08:03:00.120Z | Compiling multer v3.1.0 |
947 | 2024-11-26T08:03:00.444Z | Compiling openssl-probe v0.1.5 |
948 | 2024-11-26T08:03:00.922Z | Compiling paste v1.0.15 |
949 | 2024-11-26T08:03:01.597Z | Compiling progenitor-macro v0.8.0 |
950 | 2024-11-26T08:03:03.832Z | Compiling darling v0.20.10 |
951 | 2024-11-26T08:03:03.852Z | Compiling url v2.5.2 |
952 | 2024-11-26T08:03:03.951Z | Compiling rand v0.8.5 |
953 | 2024-11-26T08:03:05.875Z | Compiling usdt-attr-macro v0.5.0 |
954 | 2024-11-26T08:03:07.631Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-26T08:03:09.201Z | Compiling http-body-util v0.1.2 |
956 | 2024-11-26T08:03:09.388Z | Compiling async-trait v0.1.83 |
957 | 2024-11-26T08:03:11.902Z | Compiling encoding_rs v0.8.34 |
958 | 2024-11-26T08:03:11.967Z | Compiling mime v0.3.17 |
959 | 2024-11-26T08:03:12.043Z | Compiling ipnet v2.10.0 |
960 | 2024-11-26T08:03:13.055Z | Compiling base64 v0.22.1 |
961 | 2024-11-26T08:03:14.176Z | Compiling rustls-pemfile v2.1.3 |
962 | 2024-11-26T08:03:16.402Z | Compiling tokio-rustls v0.26.0 |
963 | 2024-11-26T08:03:16.571Z | Compiling serde_with_macros v3.9.0 |
964 | 2024-11-26T08:03:16.987Z | Compiling tokio-native-tls v0.3.1 |
965 | 2024-11-26T08:03:17.311Z | Compiling strum_macros v0.26.4 |
966 | 2024-11-26T08:03:17.936Z | Compiling serde_urlencoded v0.7.1 |
967 | 2024-11-26T08:03:18.531Z | Compiling structmeta-derive v0.3.0 |
968 | 2024-11-26T08:03:19.363Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-11-26T08:03:20.799Z | Compiling webpki-roots v0.26.6 |
970 | 2024-11-26T08:03:21.008Z | Compiling dropshot v0.12.0 |
971 | 2024-11-26T08:03:21.220Z | Compiling powerfmt v0.2.0 |
972 | 2024-11-26T08:03:21.737Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-11-26T08:03:21.977Z | Compiling deranged v0.3.11 |
974 | 2024-11-26T08:03:22.363Z | Compiling structmeta v0.3.0 |
975 | 2024-11-26T08:03:22.705Z | Compiling hyper-rustls v0.27.3 |
976 | 2024-11-26T08:03:22.724Z | Compiling hyper-tls v0.6.0 |
977 | 2024-11-26T08:03:24.135Z | Compiling sync_wrapper v1.0.1 |
978 | 2024-11-26T08:03:25.547Z | Compiling num_threads v0.1.7 |
979 | 2024-11-26T08:03:25.691Z | Compiling winnow v0.6.18 |
980 | 2024-11-26T08:03:26.954Z | Compiling time v0.3.36 |
981 | 2024-11-26T08:03:28.764Z | Compiling reqwest v0.12.9 |
982 | 2024-11-26T08:03:29.963Z | Compiling parse-display-derive v0.10.0 |
983 | 2024-11-26T08:03:31.887Z | Compiling block-buffer v0.10.4 |
984 | 2024-11-26T08:03:32.155Z | Compiling crypto-common v0.1.6 |
985 | 2024-11-26T08:03:32.390Z | Compiling dropshot_endpoint v0.12.0 |
986 | 2024-11-26T08:03:34.096Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
987 | 2024-11-26T08:03:36.848Z | Compiling digest v0.10.7 |
988 | 2024-11-26T08:03:37.106Z | Compiling progenitor-client v0.8.0 |
989 | 2024-11-26T08:03:37.998Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
990 | 2024-11-26T08:03:39.769Z | Compiling dirs-sys-next v0.1.2 |
991 | 2024-11-26T08:03:39.774Z | Compiling rustix v0.38.37 |
992 | 2024-11-26T08:03:40.519Z | Compiling lazy_static v1.5.0 |
993 | 2024-11-26T08:03:41.133Z | Compiling match_cfg v0.1.0 |
994 | 2024-11-26T08:03:41.238Z | Compiling hostname v0.3.1 |
995 | 2024-11-26T08:03:41.665Z | Compiling dirs-next v2.0.0 |
996 | 2024-11-26T08:03:41.749Z | Compiling progenitor v0.8.0 |
997 | 2024-11-26T08:03:41.981Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-26T08:03:43.651Z | Compiling futures-executor v0.3.30 |
999 | 2024-11-26T08:03:44.830Z | Compiling thread_local v1.1.8 |
1000 | 2024-11-26T08:03:44.876Z | Compiling errno v0.3.9 |
1001 | 2024-11-26T08:03:45.458Z | Compiling instant v0.1.13 |
1002 | 2024-11-26T08:03:45.639Z | Compiling unicode-width v0.1.14 |
1003 | 2024-11-26T08:03:46.219Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-11-26T08:03:48.728Z | Compiling futures v0.3.30 |
1005 | 2024-11-26T08:03:50.185Z | Compiling term v0.7.0 |
1006 | 2024-11-26T08:03:50.762Z | Compiling crossbeam-channel v0.5.13 |
1007 | 2024-11-26T08:03:52.731Z | Compiling serde_spanned v0.6.7 |
1008 | 2024-11-26T08:03:52.989Z | Compiling is-terminal v0.4.13 |
1009 | 2024-11-26T08:03:53.132Z | Compiling memmap v0.7.0 |
1010 | 2024-11-26T08:03:53.554Z | Compiling take_mut v0.2.2 |
1011 | 2024-11-26T08:03:54.327Z | Compiling usdt v0.5.0 |
1012 | 2024-11-26T08:03:54.516Z | Compiling toml_edit v0.22.21 |
1013 | 2024-11-26T08:03:55.820Z | Compiling slog-term v2.9.1 |
1014 | 2024-11-26T08:03:58.497Z | Compiling slog-json v2.6.1 |
1015 | 2024-11-26T08:03:58.959Z | Compiling strum v0.26.3 |
1016 | 2024-11-26T08:03:59.169Z | Compiling serde_with v3.9.0 |
1017 | 2024-11-26T08:04:00.364Z | Compiling debug-ignore v1.0.5 |
1018 | 2024-11-26T08:04:00.651Z | Compiling heapless v0.8.0 |
1019 | 2024-11-26T08:04:03.517Z | Compiling tokio-rustls v0.25.0 |
1020 | 2024-11-26T08:04:04.011Z | Compiling slog-bunyan v2.5.0 |
1021 | 2024-11-26T08:04:04.281Z | Compiling toml v0.8.19 |
1022 | 2024-11-26T08:04:05.261Z | Compiling sha1 v0.10.6 |
1023 | 2024-11-26T08:04:06.156Z | Compiling async-stream v0.3.5 |
1024 | 2024-11-26T08:04:06.274Z | Compiling newtype-uuid v1.1.0 |
1025 | 2024-11-26T08:04:06.481Z | Compiling hex v0.4.3 |
1026 | 2024-11-26T08:04:06.611Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-11-26T08:04:07.007Z | Compiling waitgroup v0.1.2 |
1028 | 2024-11-26T08:04:07.260Z | Compiling hostname v0.4.0 |
1029 | 2024-11-26T08:04:07.307Z | Compiling hash32 v0.3.1 |
1030 | 2024-11-26T08:04:07.518Z | Compiling smoltcp v0.11.0 |
1031 | 2024-11-26T08:04:07.643Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-11-26T08:04:10.413Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1033 | 2024-11-26T08:04:10.726Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-26T08:04:11.170Z | Compiling backoff v0.4.0 |
1035 | 2024-11-26T08:04:11.302Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1036 | 2024-11-26T08:04:11.545Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1037 | 2024-11-26T08:04:11.769Z | Compiling parse-display v0.10.0 |
1038 | 2024-11-26T08:04:13.827Z | Compiling macaddr v1.0.1 |
1039 | 2024-11-26T08:04:14.497Z | Compiling regress v0.9.1 |
1040 | 2024-11-26T08:04:15.570Z | Compiling clap_derive v4.5.18 |
1041 | 2024-11-26T08:04:16.445Z | Compiling utf8parse v0.2.2 |
1042 | 2024-11-26T08:04:16.607Z | Compiling winnow v0.5.40 |
1043 | 2024-11-26T08:04:19.199Z | Compiling managed v0.8.0 |
1044 | 2024-11-26T08:04:19.733Z | Compiling bitflags v1.3.2 |
1045 | 2024-11-26T08:04:20.184Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1046 | 2024-11-26T08:04:20.574Z | Compiling cobs v0.2.3 |
1047 | 2024-11-26T08:04:20.619Z | Compiling toml_edit v0.19.15 |
1048 | 2024-11-26T08:04:21.004Z | Compiling postcard v1.0.10 |
1049 | 2024-11-26T08:04:21.753Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1050 | 2024-11-26T08:04:23.080Z | Compiling anstyle-parse v0.2.5 |
1051 | 2024-11-26T08:04:27.918Z | Compiling anstyle v1.0.10 |
1052 | 2024-11-26T08:04:28.728Z | Compiling colorchoice v1.0.2 |
1053 | 2024-11-26T08:04:28.909Z | Compiling anstyle-query v1.1.1 |
1054 | 2024-11-26T08:04:29.256Z | Compiling is_terminal_polyfill v1.70.1 |
1055 | 2024-11-26T08:04:29.376Z | Compiling anstream v0.6.15 |
1056 | 2024-11-26T08:04:30.447Z | Compiling proc-macro-crate v1.3.1 |
1057 | 2024-11-26T08:04:31.448Z | Compiling terminal_size v0.4.0 |
1058 | 2024-11-26T08:04:31.635Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1059 | 2024-11-26T08:04:31.679Z | Compiling clap_lex v0.7.2 |
1060 | 2024-11-26T08:04:32.409Z | Compiling clap_builder v4.5.21 |
1061 | 2024-11-26T08:04:32.596Z | Compiling num_enum_derive v0.5.11 |
1062 | 2024-11-26T08:04:33.737Z | Compiling tabwriter v1.4.0 |
1063 | 2024-11-26T08:04:34.516Z | Compiling foreign-types-macros v0.2.3 |
1064 | 2024-11-26T08:04:34.639Z | Compiling num-integer v0.1.46 |
1065 | 2024-11-26T08:04:35.355Z | Compiling foreign-types-shared v0.3.1 |
1066 | 2024-11-26T08:04:35.743Z | Compiling num_enum v0.5.11 |
1067 | 2024-11-26T08:04:35.881Z | Compiling foreign-types v0.5.0 |
1068 | 2024-11-26T08:04:36.499Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1069 | 2024-11-26T08:04:36.766Z | Compiling clap v4.5.21 |
1070 | 2024-11-26T08:04:36.952Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-26T08:04:37.234Z | Compiling proc-macro-error-attr v1.0.4 |
1072 | 2024-11-26T08:04:37.495Z | Compiling prettyplease v0.2.22 |
1073 | 2024-11-26T08:04:37.578Z | Compiling pretty-hex v0.2.1 |
1074 | 2024-11-26T08:04:37.598Z | Compiling either v1.13.0 |
1075 | 2024-11-26T08:04:37.811Z | Compiling heck v0.4.1 |
1076 | 2024-11-26T08:04:38.062Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1077 | 2024-11-26T08:04:38.649Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1078 | 2024-11-26T08:04:38.750Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1079 | 2024-11-26T08:04:40.065Z | Compiling num-iter v0.1.45 |
1080 | 2024-11-26T08:04:40.086Z | Compiling num-rational v0.4.2 |
1081 | 2024-11-26T08:04:40.655Z | Compiling colored v2.1.0 |
1082 | 2024-11-26T08:04:42.269Z | Compiling num-complex v0.4.6 |
1083 | 2024-11-26T08:04:42.887Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1084 | 2024-11-26T08:04:42.970Z | Compiling proc-macro-error v1.0.4 |
1085 | 2024-11-26T08:04:43.262Z | Compiling fastrand v2.1.1 |
1086 | 2024-11-26T08:04:43.511Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1087 | 2024-11-26T08:04:43.516Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1088 | 2024-11-26T08:04:43.783Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1089 | 2024-11-26T08:04:44.427Z | Compiling tempfile v3.12.0 |
1090 | 2024-11-26T08:04:44.448Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-26T08:04:44.557Z | Compiling num v0.4.3 |
1092 | 2024-11-26T08:04:48.745Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-11-26T08:04:49.370Z | Compiling crucible-workspace-hack v0.1.0 |
1094 | 2024-11-26T08:04:49.412Z | Compiling float-ord v0.3.2 |
1095 | 2024-11-26T08:04:49.554Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1096 | 2024-11-26T08:04:56.704Z | Compiling semver v0.1.20 |
1097 | 2024-11-26T08:04:57.544Z | Compiling unicode-segmentation v1.12.0 |
1098 | 2024-11-26T08:04:57.756Z | Compiling rustc_version v0.1.7 |
1099 | 2024-11-26T08:04:58.162Z | Compiling zone_cfg_derive v0.3.0 |
1100 | 2024-11-26T08:04:58.734Z | Compiling newline-converter v0.3.0 |
1101 | 2024-11-26T08:04:58.817Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1102 | 2024-11-26T08:04:59.060Z | Compiling camino-tempfile v1.1.1 |
1103 | 2024-11-26T08:04:59.177Z | Compiling itertools v0.10.5 |
1104 | 2024-11-26T08:04:59.707Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1105 | 2024-11-26T08:04:59.844Z | Compiling console v0.15.8 |
1106 | 2024-11-26T08:05:00.189Z | Compiling num-derive v0.4.2 |
1107 | 2024-11-26T08:05:01.797Z | Compiling sigpipe v0.1.3 |
1108 | 2024-11-26T08:05:02.115Z | Compiling base64ct v1.6.0 |
1109 | 2024-11-26T08:05:02.506Z | Compiling similar v2.6.0 |
1110 | 2024-11-26T08:05:02.618Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-11-26T08:05:02.819Z | Compiling password-hash v0.5.0 |
1112 | 2024-11-26T08:05:02.838Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-11-26T08:05:03.006Z | Compiling zone v0.3.0 |
1114 | 2024-11-26T08:05:04.412Z | Compiling expectorate v1.1.0 |
1115 | 2024-11-26T08:05:04.692Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1116 | 2024-11-26T08:05:05.090Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1117 | 2024-11-26T08:05:05.387Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-26T08:05:06.388Z | Compiling newtype_derive v0.1.6 |
1119 | 2024-11-26T08:05:06.812Z | Compiling blake2 v0.10.6 |
1120 | 2024-11-26T08:05:08.014Z | Compiling hubpack_derive v0.1.1 |
1121 | 2024-11-26T08:05:08.035Z | Compiling smf v0.2.3 |
1122 | 2024-11-26T08:05:08.719Z | Compiling zerocopy-derive v0.6.6 |
1123 | 2024-11-26T08:05:08.975Z | Compiling cancel-safe-futures v0.1.5 |
1124 | 2024-11-26T08:05:08.997Z | Compiling whoami v1.5.2 |
1125 | 2024-11-26T08:05:09.016Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-26T08:05:09.376Z | Compiling owo-colors v4.1.0 |
1127 | 2024-11-26T08:05:09.759Z | Compiling petgraph v0.6.5 |
1128 | 2024-11-26T08:05:09.991Z | Compiling hubpack v0.1.2 |
1129 | 2024-11-26T08:05:10.502Z | Compiling argon2 v0.5.3 |
1130 | 2024-11-26T08:05:10.780Z | Compiling zerocopy v0.6.6 |
1131 | 2024-11-26T08:05:11.793Z | Compiling strum_macros v0.25.3 |
1132 | 2024-11-26T08:05:12.956Z | Compiling serde-big-array v0.5.1 |
1133 | 2024-11-26T08:05:13.234Z | Compiling serde_repr v0.1.19 |
1134 | 2024-11-26T08:05:14.274Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1135 | 2024-11-26T08:05:14.459Z | Compiling cookie v0.18.1 |
1136 | 2024-11-26T08:05:14.511Z | Compiling convert_case v0.4.0 |
1137 | 2024-11-26T08:05:14.835Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-26T08:05:15.028Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-26T08:05:15.327Z | Compiling derive_more v0.99.18 |
1140 | 2024-11-26T08:05:15.577Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1141 | 2024-11-26T08:05:17.130Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1142 | 2024-11-26T08:05:17.729Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-26T08:05:18.443Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1144 | 2024-11-26T08:05:20.408Z | Compiling atomicwrites v0.4.4 |
1145 | 2024-11-26T08:05:20.912Z | Compiling itertools v0.13.0 |
1146 | 2024-11-26T08:05:22.317Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-26T08:05:23.510Z | Compiling idna v0.4.0 |
1148 | 2024-11-26T08:05:23.654Z | Compiling libsw v3.3.1 |
1149 | 2024-11-26T08:05:24.002Z | Compiling enum-as-inner v0.6.1 |
1150 | 2024-11-26T08:05:24.691Z | Compiling derive-where v1.2.7 |
1151 | 2024-11-26T08:05:24.728Z | Compiling linear-map v1.2.0 |
1152 | 2024-11-26T08:05:24.748Z | Compiling highway v1.2.0 |
1153 | 2024-11-26T08:05:25.190Z | Compiling linked-hash-map v0.5.6 |
1154 | 2024-11-26T08:05:25.209Z | Compiling quick-error v1.2.3 |
1155 | 2024-11-26T08:05:25.367Z | Compiling indent_write v2.2.0 |
1156 | 2024-11-26T08:05:25.614Z | Compiling swrite v0.1.0 |
1157 | 2024-11-26T08:05:25.632Z | Compiling data-encoding v2.6.0 |
1158 | 2024-11-26T08:05:25.761Z | Compiling lru-cache v0.1.2 |
1159 | 2024-11-26T08:05:26.018Z | Compiling resolv-conf v0.7.0 |
1160 | 2024-11-26T08:05:26.139Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1161 | 2024-11-26T08:05:27.390Z | Compiling hickory-proto v0.24.1 |
1162 | 2024-11-26T08:05:27.679Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-26T08:05:28.087Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-26T08:05:31.155Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-26T08:05:31.195Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-26T08:05:32.266Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-26T08:05:32.720Z | Compiling steno v0.4.1 |
1168 | 2024-11-26T08:05:36.743Z | Compiling slog-dtrace v0.3.0 |
1169 | 2024-11-26T08:05:36.743Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-11-26T08:05:36.779Z | Compiling humantime v2.1.0 |
1171 | 2024-11-26T08:05:36.825Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-11-26T08:05:37.334Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-11-26T08:05:37.523Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1174 | 2024-11-26T08:05:37.604Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-11-26T08:05:38.673Z | Compiling hickory-resolver v0.24.1 |
1176 | 2024-11-26T08:05:40.334Z | Compiling num-derive v0.3.3 |
1177 | 2024-11-26T08:05:40.770Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-26T08:05:41.389Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1179 | 2024-11-26T08:05:41.798Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-11-26T08:05:42.498Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1181 | 2024-11-26T08:05:43.621Z | Compiling parking_lot v0.11.2 |
1182 | 2024-11-26T08:05:43.634Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-11-26T08:05:45.093Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1184 | 2024-11-26T08:05:45.332Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1185 | 2024-11-26T08:05:48.060Z | Compiling crossbeam-epoch v0.9.18 |
1186 | 2024-11-26T08:05:48.144Z | Compiling fxhash v0.2.1 |
1187 | 2024-11-26T08:05:48.394Z | Compiling crc32fast v1.4.2 |
1188 | 2024-11-26T08:05:48.916Z | Compiling arc-swap v1.7.1 |
1189 | 2024-11-26T08:05:49.284Z | Compiling crc8 v0.1.1 |
1190 | 2024-11-26T08:05:50.421Z | Compiling slog-scope v4.4.0 |
1191 | 2024-11-26T08:05:50.451Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1192 | 2024-11-26T08:05:50.451Z | Compiling sled v0.34.7 |
1193 | 2024-11-26T08:05:54.073Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-11-26T08:05:54.394Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1195 | 2024-11-26T08:05:54.937Z | Compiling slog-stdlog v4.1.1 |
1196 | 2024-11-26T08:05:55.776Z | Compiling slog-envlogger v2.2.0 |
1197 | 2024-11-26T08:05:57.927Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-26T08:05:58.532Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1199 | 2024-11-26T08:06:13.454Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1200 | 2024-11-26T08:06:14.472Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1201 | 2024-11-26T08:06:15.835Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1202 | 2024-11-26T08:06:43.876Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1203 | 2024-11-26T08:06:43.876Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-11-26T08:06:51.092Z | Finished `release` profile [optimized] target(s) in 5m 13s |
1205 | 2024-11-26T08:06:51.409Z | + banner trio |
1206 | 2024-11-26T08:06:51.413Z | |
1207 | 2024-11-26T08:06:51.413Z | ##### ##### # #### |
1208 | 2024-11-26T08:06:51.413Z | # # # # # # |
1209 | 2024-11-26T08:06:51.413Z | # # # # # # |
1210 | 2024-11-26T08:06:51.413Z | # ##### # # # |
1211 | 2024-11-26T08:06:51.413Z | # # # # # # |
1212 | 2024-11-26T08:06:51.413Z | # # # # #### |
1213 | 2024-11-26T08:06:51.413Z | |
1214 | 2024-11-26T08:06:51.413Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1215 | 2024-11-26T08:06:51.897Z | Compiling cfg-if v1.0.0 |
1216 | 2024-11-26T08:06:51.897Z | Compiling libc v0.2.165 |
1217 | 2024-11-26T08:06:51.901Z | Compiling serde v1.0.215 |
1218 | 2024-11-26T08:06:51.901Z | Compiling once_cell v1.20.2 |
1219 | 2024-11-26T08:06:51.901Z | Compiling itoa v1.0.11 |
1220 | 2024-11-26T08:06:51.977Z | Compiling byteorder v1.5.0 |
1221 | 2024-11-26T08:06:51.988Z | Compiling syn v2.0.87 |
1222 | 2024-11-26T08:06:51.997Z | Compiling bytes v1.7.2 |
1223 | 2024-11-26T08:06:52.032Z | Compiling num-traits v0.2.19 |
1224 | 2024-11-26T08:06:52.186Z | Compiling zerocopy v0.7.35 |
1225 | 2024-11-26T08:06:52.354Z | Compiling pin-project-lite v0.2.14 |
1226 | 2024-11-26T08:06:52.378Z | Compiling ahash v0.8.11 |
1227 | 2024-11-26T08:06:52.409Z | Compiling allocator-api2 v0.2.18 |
1228 | 2024-11-26T08:06:52.432Z | Compiling smallvec v1.13.2 |
1229 | 2024-11-26T08:06:52.601Z | Compiling scopeguard v1.2.0 |
1230 | 2024-11-26T08:06:52.604Z | Compiling memchr v2.7.4 |
1231 | 2024-11-26T08:06:52.604Z | Compiling schemars v0.8.21 |
1232 | 2024-11-26T08:06:52.921Z | Compiling lock_api v0.4.12 |
1233 | 2024-11-26T08:06:53.267Z | Compiling fnv v1.0.7 |
1234 | 2024-11-26T08:06:53.392Z | Compiling hashbrown v0.14.5 |
1235 | 2024-11-26T08:06:53.395Z | Compiling log v0.4.22 |
1236 | 2024-11-26T08:06:53.411Z | Compiling futures-core v0.3.30 |
1237 | 2024-11-26T08:06:53.547Z | Compiling getrandom v0.2.15 |
1238 | 2024-11-26T08:06:53.664Z | Compiling parking_lot_core v0.9.10 |
1239 | 2024-11-26T08:06:53.787Z | Compiling socket2 v0.5.7 |
1240 | 2024-11-26T08:06:53.910Z | Compiling signal-hook-registry v1.4.2 |
1241 | 2024-11-26T08:06:53.927Z | Compiling mio v1.0.2 |
1242 | 2024-11-26T08:06:54.446Z | Compiling parking_lot v0.12.3 |
1243 | 2024-11-26T08:06:54.716Z | Compiling ryu v1.0.18 |
1244 | 2024-11-26T08:06:54.864Z | Compiling equivalent v1.0.1 |
1245 | 2024-11-26T08:06:55.278Z | Compiling tracing-core v0.1.32 |
1246 | 2024-11-26T08:06:55.349Z | Compiling serde_json v1.0.133 |
1247 | 2024-11-26T08:06:55.385Z | Compiling uuid v1.11.0 |
1248 | 2024-11-26T08:06:55.452Z | Compiling regress v0.10.1 |
1249 | 2024-11-26T08:06:55.474Z | Compiling futures-sink v0.3.30 |
1250 | 2024-11-26T08:06:55.615Z | Compiling futures-task v0.3.30 |
1251 | 2024-11-26T08:06:55.644Z | Compiling pin-utils v0.1.0 |
1252 | 2024-11-26T08:06:55.739Z | Compiling spin v0.9.8 |
1253 | 2024-11-26T08:06:55.804Z | Compiling untrusted v0.9.0 |
1254 | 2024-11-26T08:06:55.933Z | Compiling futures-util v0.3.30 |
1255 | 2024-11-26T08:06:55.949Z | Compiling ring v0.17.8 |
1256 | 2024-11-26T08:06:55.991Z | Compiling slab v0.4.9 |
1257 | 2024-11-26T08:06:56.542Z | Compiling try-lock v0.2.5 |
1258 | 2024-11-26T08:06:56.703Z | Compiling chrono v0.4.38 |
1259 | 2024-11-26T08:06:56.835Z | Compiling want v0.3.1 |
1260 | 2024-11-26T08:06:57.150Z | Compiling httparse v1.9.4 |
1261 | 2024-11-26T08:06:57.738Z | Compiling futures-channel v0.3.30 |
1262 | 2024-11-26T08:06:58.235Z | Compiling foreign-types-shared v0.1.1 |
1263 | 2024-11-26T08:06:58.245Z | Compiling tower-service v0.3.3 |
1264 | 2024-11-26T08:06:58.341Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-11-26T08:06:58.545Z | Compiling foreign-types v0.3.2 |
1266 | 2024-11-26T08:06:58.641Z | Compiling openssl-sys v0.9.103 |
1267 | 2024-11-26T08:06:58.724Z | Compiling bitflags v2.6.0 |
1268 | 2024-11-26T08:06:58.735Z | Compiling unicode-ident v1.0.13 |
1269 | 2024-11-26T08:06:58.931Z | Compiling serde_derive_internals v0.29.1 |
1270 | 2024-11-26T08:06:59.073Z | Compiling proc-macro2 v1.0.86 |
1271 | 2024-11-26T08:06:59.086Z | Compiling http v1.1.0 |
1272 | 2024-11-26T08:07:00.084Z | Compiling tinyvec_macros v0.1.1 |
1273 | 2024-11-26T08:07:00.177Z | Compiling semver v1.0.23 |
1274 | 2024-11-26T08:07:00.240Z | Compiling openssl-probe v0.1.5 |
1275 | 2024-11-26T08:07:00.776Z | Compiling tinyvec v1.8.0 |
1276 | 2024-11-26T08:07:00.787Z | Compiling quote v1.0.37 |
1277 | 2024-11-26T08:07:01.210Z | Compiling percent-encoding v2.3.1 |
1278 | 2024-11-26T08:07:01.682Z | Compiling form_urlencoded v1.2.1 |
1279 | 2024-11-26T08:07:02.594Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-11-26T08:07:02.943Z | Compiling aho-corasick v1.1.3 |
1281 | 2024-11-26T08:07:03.818Z | Compiling http v0.2.12 |
1282 | 2024-11-26T08:07:03.946Z | Compiling heck v0.5.0 |
1283 | 2024-11-26T08:07:04.206Z | Compiling rustls-pki-types v1.8.0 |
1284 | 2024-11-26T08:07:04.464Z | Compiling serde_derive v1.0.215 |
1285 | 2024-11-26T08:07:04.476Z | Compiling zerocopy-derive v0.7.35 |
1286 | 2024-11-26T08:07:05.053Z | Compiling thiserror-impl v1.0.64 |
1287 | 2024-11-26T08:07:05.244Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-11-26T08:07:05.560Z | Compiling tokio-macros v2.4.0 |
1289 | 2024-11-26T08:07:07.135Z | Compiling tokio v1.40.0 |
1290 | 2024-11-26T08:07:07.462Z | Compiling tracing-attributes v0.1.27 |
1291 | 2024-11-26T08:07:07.982Z | Compiling thiserror v1.0.64 |
1292 | 2024-11-26T08:07:08.360Z | Compiling openssl-macros v0.1.1 |
1293 | 2024-11-26T08:07:08.378Z | Compiling unicode-bidi v0.3.15 |
1294 | 2024-11-26T08:07:08.726Z | Compiling regex-automata v0.4.7 |
1295 | 2024-11-26T08:07:09.205Z | Compiling openssl v0.10.66 |
1296 | 2024-11-26T08:07:10.898Z | Compiling tracing v0.1.40 |
1297 | 2024-11-26T08:07:11.435Z | Compiling idna v0.5.0 |
1298 | 2024-11-26T08:07:11.606Z | Compiling http-body v1.0.1 |
1299 | 2024-11-26T08:07:16.700Z | Compiling native-tls v0.2.12 |
1300 | 2024-11-26T08:07:17.877Z | Compiling tokio-util v0.7.12 |
1301 | 2024-11-26T08:07:19.409Z | Compiling indexmap v2.5.0 |
1302 | 2024-11-26T08:07:21.160Z | Compiling tokio-native-tls v0.3.1 |
1303 | 2024-11-26T08:07:21.457Z | Compiling atomic-waker v1.1.2 |
1304 | 2024-11-26T08:07:21.460Z | Compiling regex-syntax v0.8.4 |
1305 | 2024-11-26T08:07:25.826Z | Compiling serde_tokenstream v0.2.2 |
1306 | 2024-11-26T08:07:26.406Z | Compiling slog v2.7.0 |
1307 | 2024-11-26T08:07:26.628Z | Compiling openapiv3 v2.0.0 |
1308 | 2024-11-26T08:07:26.707Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1309 | 2024-11-26T08:07:27.020Z | Compiling typify-impl v0.2.0 |
1310 | 2024-11-26T08:07:31.218Z | Compiling h2 v0.4.6 |
1311 | 2024-11-26T08:07:34.242Z | Compiling serde_urlencoded v0.7.1 |
1312 | 2024-11-26T08:07:34.836Z | Compiling regex v1.10.6 |
1313 | 2024-11-26T08:07:35.988Z | Compiling url v2.5.2 |
1314 | 2024-11-26T08:07:38.829Z | Compiling encoding_rs v0.8.34 |
1315 | 2024-11-26T08:07:39.141Z | Compiling ipnet v2.10.0 |
1316 | 2024-11-26T08:07:39.582Z | Compiling mime v0.3.17 |
1317 | 2024-11-26T08:07:40.697Z | Compiling rustls v0.21.12 |
1318 | 2024-11-26T08:07:41.142Z | Compiling typify-macro v0.2.0 |
1319 | 2024-11-26T08:07:41.447Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1320 | 2024-11-26T08:07:42.266Z | Compiling hyper v1.5.1 |
1321 | 2024-11-26T08:07:45.379Z | Compiling h2 v0.3.26 |
1322 | 2024-11-26T08:07:46.206Z | Compiling http-body v0.4.6 |
1323 | 2024-11-26T08:07:46.219Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-11-26T08:07:46.644Z | Compiling sct v0.7.1 |
1325 | 2024-11-26T08:07:47.103Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-26T08:07:47.123Z | Compiling subtle v2.6.1 |
1327 | 2024-11-26T08:07:47.413Z | Compiling httpdate v1.0.3 |
1328 | 2024-11-26T08:07:48.178Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-11-26T08:07:48.573Z | Compiling zeroize v1.8.1 |
1330 | 2024-11-26T08:07:48.966Z | Compiling rustls v0.23.13 |
1331 | 2024-11-26T08:07:49.763Z | Compiling toml_edit v0.19.15 |
1332 | 2024-11-26T08:07:50.927Z | Compiling hyper v0.14.30 |
1333 | 2024-11-26T08:07:52.774Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-11-26T08:07:56.041Z | Compiling hyper-util v0.1.10 |
1335 | 2024-11-26T08:07:59.126Z | Compiling lazy_static v1.5.0 |
1336 | 2024-11-26T08:07:59.267Z | Compiling tokio-rustls v0.24.1 |
1337 | 2024-11-26T08:07:59.725Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-11-26T08:08:00.292Z | Compiling proc-macro-crate v1.3.1 |
1339 | 2024-11-26T08:08:01.124Z | Compiling http-body-util v0.1.2 |
1340 | 2024-11-26T08:08:01.261Z | Compiling webpki-roots v0.26.6 |
1341 | 2024-11-26T08:08:01.492Z | Compiling base64 v0.21.7 |
1342 | 2024-11-26T08:08:01.685Z | Compiling base64 v0.22.1 |
1343 | 2024-11-26T08:08:02.060Z | Compiling crossbeam-utils v0.8.20 |
1344 | 2024-11-26T08:08:02.077Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-11-26T08:08:02.153Z | Compiling hyper-tls v0.6.0 |
1346 | 2024-11-26T08:08:02.659Z | Compiling rustls-pemfile v2.1.3 |
1347 | 2024-11-26T08:08:02.680Z | Compiling hyper-rustls v0.27.3 |
1348 | 2024-11-26T08:08:02.826Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-11-26T08:08:02.886Z | Compiling hyper-rustls v0.24.2 |
1350 | 2024-11-26T08:08:03.221Z | Compiling hyper-tls v0.5.0 |
1351 | 2024-11-26T08:08:03.340Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-11-26T08:08:03.453Z | Compiling typify v0.2.0 |
1353 | 2024-11-26T08:08:03.727Z | Compiling ipnetwork v0.20.0 |
1354 | 2024-11-26T08:08:04.443Z | Compiling ppv-lite86 v0.2.20 |
1355 | 2024-11-26T08:08:05.399Z | Compiling foreign-types-macros v0.2.3 |
1356 | 2024-11-26T08:08:05.415Z | Compiling rand_core v0.6.4 |
1357 | 2024-11-26T08:08:05.914Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-11-26T08:08:06.064Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-11-26T08:08:06.817Z | Compiling powerfmt v0.2.0 |
1360 | 2024-11-26T08:08:07.069Z | Compiling foreign-types-shared v0.3.1 |
1361 | 2024-11-26T08:08:07.185Z | Compiling webpki-roots v0.25.4 |
1362 | 2024-11-26T08:08:07.210Z | Compiling sync_wrapper v0.1.2 |
1363 | 2024-11-26T08:08:07.274Z | Compiling time-macros v0.2.18 |
1364 | 2024-11-26T08:08:07.340Z | Compiling reqwest v0.11.27 |
1365 | 2024-11-26T08:08:07.359Z | Compiling foreign-types v0.5.0 |
1366 | 2024-11-26T08:08:07.469Z | Compiling deranged v0.3.11 |
1367 | 2024-11-26T08:08:07.710Z | Compiling progenitor-impl v0.8.0 |
1368 | 2024-11-26T08:08:09.936Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1369 | 2024-11-26T08:08:10.374Z | Compiling dirs-next v2.0.0 |
1370 | 2024-11-26T08:08:10.646Z | Compiling reqwest v0.12.9 |
1371 | 2024-11-26T08:08:14.535Z | Compiling rand_chacha v0.3.1 |
1372 | 2024-11-26T08:08:16.271Z | Compiling num_enum v0.5.11 |
1373 | 2024-11-26T08:08:16.454Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-26T08:08:16.762Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-11-26T08:08:18.781Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1376 | 2024-11-26T08:08:18.965Z | Compiling cstr-argument v0.1.2 |
1377 | 2024-11-26T08:08:19.230Z | Compiling thread_local v1.1.8 |
1378 | 2024-11-26T08:08:19.974Z | Compiling arc-swap v1.7.1 |
1379 | 2024-11-26T08:08:20.272Z | Compiling num-conv v0.1.0 |
1380 | 2024-11-26T08:08:20.544Z | Compiling pretty-hex v0.2.1 |
1381 | 2024-11-26T08:08:20.675Z | Compiling either v1.13.0 |
1382 | 2024-11-26T08:08:20.770Z | Compiling time-core v0.1.2 |
1383 | 2024-11-26T08:08:20.962Z | Compiling time v0.3.36 |
1384 | 2024-11-26T08:08:21.146Z | Compiling itertools v0.12.1 |
1385 | 2024-11-26T08:08:21.250Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1386 | 2024-11-26T08:08:21.630Z | Compiling slog-scope v4.4.0 |
1387 | 2024-11-26T08:08:22.615Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1388 | 2024-11-26T08:08:24.109Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-26T08:08:25.044Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1390 | 2024-11-26T08:08:25.056Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-26T08:08:25.231Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1392 | 2024-11-26T08:08:26.673Z | Compiling rand v0.8.5 |
1393 | 2024-11-26T08:08:28.618Z | Compiling progenitor-macro v0.8.0 |
1394 | 2024-11-26T08:08:30.187Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-11-26T08:08:31.157Z | Compiling term v0.7.0 |
1396 | 2024-11-26T08:08:35.882Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-11-26T08:08:38.568Z | Compiling anyhow v1.0.93 |
1398 | 2024-11-26T08:08:40.088Z | Compiling colored v2.1.0 |
1399 | 2024-11-26T08:08:41.321Z | Compiling is-terminal v0.4.13 |
1400 | 2024-11-26T08:08:41.455Z | Compiling winnow v0.6.18 |
1401 | 2024-11-26T08:08:41.912Z | Compiling take_mut v0.2.2 |
1402 | 2024-11-26T08:08:42.077Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1403 | 2024-11-26T08:08:42.448Z | Compiling slog-async v2.8.0 |
1404 | 2024-11-26T08:08:45.557Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1405 | 2024-11-26T08:08:45.955Z | Compiling progenitor v0.8.0 |
1406 | 2024-11-26T08:08:46.189Z | Compiling slog-term v2.9.1 |
1407 | 2024-11-26T08:08:49.028Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1408 | 2024-11-26T08:08:49.249Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1409 | 2024-11-26T08:08:53.012Z | Compiling slog-stdlog v4.1.1 |
1410 | 2024-11-26T08:08:53.952Z | Compiling slog-envlogger v2.2.0 |
1411 | 2024-11-26T08:08:54.921Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1412 | 2024-11-26T08:08:56.897Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1413 | 2024-11-26T08:09:09.538Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1414 | 2024-11-26T08:09:17.044Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1415 | 2024-11-26T08:09:17.126Z | Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757) |
1416 | 2024-11-26T08:09:17.174Z | |
1417 | 2024-11-26T08:09:17.174Z | running 1 test |
1418 | 2024-11-26T08:09:17.353Z | configure zone |
1419 | 2024-11-26T08:09:17.369Z | install zone |
1420 | 2024-11-26T08:10:17.179Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1421 | 2024-11-26T08:11:40.906Z | boot zone |
1422 | 2024-11-26T08:11:41.766Z | start zone s1 |
1423 | 2024-11-26T08:11:41.766Z | configure zone |
1424 | 2024-11-26T08:11:41.774Z | install zone |
1425 | 2024-11-26T08:13:31.666Z | boot zone |
1426 | 2024-11-26T08:13:32.586Z | start zone s2 |
1427 | 2024-11-26T08:13:32.586Z | configure zone |
1428 | 2024-11-26T08:13:32.594Z | install zone |
1429 | 2024-11-26T08:15:19.875Z | boot zone |
1430 | 2024-11-26T08:15:20.683Z | start zone t1 |
1431 | 2024-11-26T08:15:20.683Z | configure zone |
1432 | 2024-11-26T08:15:20.691Z | install zone |
1433 | 2024-11-26T08:17:07.797Z | boot zone |
1434 | 2024-11-26T08:17:08.675Z | waiting for zones to come up |
1435 | 2024-11-26T08:17:18.676Z | [sidecar.trio] svcs milestone/network |
1436 | 2024-11-26T08:17:18.710Z | STATE STIME FMRI |
1437 | 2024-11-26T08:17:18.710Z | online 0:11:59 svc:/milestone/network:default |
1438 | 2024-11-26T08:17:18.710Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1439 | 2024-11-26T08:17:18.757Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1440 | 2024-11-26T08:17:18.812Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1441 | 2024-11-26T08:17:18.853Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1442 | 2024-11-26T08:17:18.860Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1443 | 2024-11-26T08:17:18.875Z | |
1444 | 2024-11-26T08:17:18.875Z | running zone s1.trio setup |
1445 | 2024-11-26T08:17:18.876Z | [s1.trio] svcs milestone/network |
1446 | 2024-11-26T08:17:18.900Z | STATE STIME FMRI |
1447 | 2024-11-26T08:17:18.900Z | online 0:13:50 svc:/milestone/network:default |
1448 | 2024-11-26T08:17:18.901Z | [s1.trio] dladm |
1449 | 2024-11-26T08:17:18.923Z | LINK CLASS MTU STATE BRIDGE OVER |
1450 | 2024-11-26T08:17:18.923Z | sl0 simnet 9000 up -- ? |
1451 | 2024-11-26T08:17:18.923Z | mg2 vnic 9000 up -- ? |
1452 | 2024-11-26T08:17:18.923Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1453 | 2024-11-26T08:17:19.436Z | |
1454 | 2024-11-26T08:17:19.436Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1455 | 2024-11-26T08:17:19.460Z | |
1456 | 2024-11-26T08:17:19.460Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1457 | 2024-11-26T08:17:19.480Z | |
1458 | 2024-11-26T08:17:19.480Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1459 | 2024-11-26T08:17:19.572Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1460 | 2024-11-26T08:17:19.614Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 89d687ab-ce87-40cb-984c-74171254cfce --sled-uuid 402d3659-65a3-46f0-a5c2-5a14843edbe5 -a sl0/v6 &> /opt/ddmd.log & |
1461 | 2024-11-26T08:17:19.636Z | |
1462 | 2024-11-26T08:17:19.636Z | running zone s2.trio setup |
1463 | 2024-11-26T08:17:19.636Z | [s2.trio] svcs milestone/network |
1464 | 2024-11-26T08:17:19.664Z | STATE STIME FMRI |
1465 | 2024-11-26T08:17:19.664Z | online 0:15:38 svc:/milestone/network:default |
1466 | 2024-11-26T08:17:19.664Z | [s2.trio] dladm |
1467 | 2024-11-26T08:17:19.686Z | LINK CLASS MTU STATE BRIDGE OVER |
1468 | 2024-11-26T08:17:19.686Z | sl1 simnet 9000 up -- ? |
1469 | 2024-11-26T08:17:19.686Z | mg3 vnic 9000 up -- ? |
1470 | 2024-11-26T08:17:19.686Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1471 | 2024-11-26T08:17:20.217Z | |
1472 | 2024-11-26T08:17:20.217Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1473 | 2024-11-26T08:17:20.241Z | |
1474 | 2024-11-26T08:17:20.241Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1475 | 2024-11-26T08:17:20.260Z | |
1476 | 2024-11-26T08:17:20.260Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1477 | 2024-11-26T08:17:20.306Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1478 | 2024-11-26T08:17:20.328Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2a7bfe59-ff8e-4b1c-a0fc-1f5662e3bb12 --sled-uuid 6f2b9b27-e8bc-4f35-93f9-1a53ef0c2ea1 -a sl1/v6 &> /opt/ddmd.log & |
1479 | 2024-11-26T08:17:20.350Z | |
1480 | 2024-11-26T08:17:20.350Z | running zone t1.trio setup |
1481 | 2024-11-26T08:17:20.350Z | [t1.trio] svcs milestone/network |
1482 | 2024-11-26T08:17:20.371Z | STATE STIME FMRI |
1483 | 2024-11-26T08:17:20.371Z | - - svc:/milestone/network:default |
1484 | 2024-11-26T08:17:21.371Z | [t1.trio] svcs milestone/network |
1485 | 2024-11-26T08:17:21.392Z | STATE STIME FMRI |
1486 | 2024-11-26T08:17:21.392Z | - - svc:/milestone/network:default |
1487 | 2024-11-26T08:17:22.393Z | [t1.trio] svcs milestone/network |
1488 | 2024-11-26T08:17:22.420Z | STATE STIME FMRI |
1489 | 2024-11-26T08:17:22.420Z | - - svc:/milestone/network:default |
1490 | 2024-11-26T08:17:23.418Z | [t1.trio] svcs milestone/network |
1491 | 2024-11-26T08:17:23.449Z | STATE STIME FMRI |
1492 | 2024-11-26T08:17:23.450Z | - - svc:/milestone/network:default |
1493 | 2024-11-26T08:17:24.436Z | [t1.trio] svcs milestone/network |
1494 | 2024-11-26T08:17:24.458Z | STATE STIME FMRI |
1495 | 2024-11-26T08:17:24.458Z | - - svc:/milestone/network:default |
1496 | 2024-11-26T08:17:25.457Z | [t1.trio] svcs milestone/network |
1497 | 2024-11-26T08:17:25.479Z | STATE STIME FMRI |
1498 | 2024-11-26T08:17:25.479Z | - - svc:/milestone/network:default |
1499 | 2024-11-26T08:17:26.479Z | [t1.trio] svcs milestone/network |
1500 | 2024-11-26T08:17:26.502Z | STATE STIME FMRI |
1501 | 2024-11-26T08:17:26.502Z | uninitialized 0:17:25 svc:/milestone/network:default |
1502 | 2024-11-26T08:17:27.502Z | [t1.trio] svcs milestone/network |
1503 | 2024-11-26T08:17:27.525Z | STATE STIME FMRI |
1504 | 2024-11-26T08:17:27.525Z | online 0:17:26 svc:/milestone/network:default |
1505 | 2024-11-26T08:17:27.525Z | [t1.trio] dladm |
1506 | 2024-11-26T08:17:27.548Z | LINK CLASS MTU STATE BRIDGE OVER |
1507 | 2024-11-26T08:17:27.548Z | tfportrear0_0 simnet 9000 up -- ? |
1508 | 2024-11-26T08:17:27.548Z | tfportrear1_0 simnet 9000 up -- ? |
1509 | 2024-11-26T08:17:27.548Z | mg1 vnic 9000 up -- ? |
1510 | 2024-11-26T08:17:27.548Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1511 | 2024-11-26T08:17:28.131Z | |
1512 | 2024-11-26T08:17:28.131Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1513 | 2024-11-26T08:17:28.155Z | |
1514 | 2024-11-26T08:17:28.155Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1515 | 2024-11-26T08:17:28.177Z | |
1516 | 2024-11-26T08:17:28.177Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1517 | 2024-11-26T08:17:28.197Z | |
1518 | 2024-11-26T08:17:28.197Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1519 | 2024-11-26T08:17:28.401Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1520 | 2024-11-26T08:17:28.405Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1521 | 2024-11-26T08:17:28.408Z | waiting 3s for copy of files to zone to complete ... |
1522 | 2024-11-26T08:17:31.408Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1523 | 2024-11-26T08:17:31.453Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1524 | 2024-11-26T08:17:31.476Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1525 | 2024-11-26T08:17:31.582Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1526 | 2024-11-26T08:17:31.629Z | [t1.trio] svcadm enable dendrite |
1527 | 2024-11-26T08:17:31.668Z | |
1528 | 2024-11-26T08:17:31.668Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1529 | 2024-11-26T08:17:31.714Z | |
1530 | 2024-11-26T08:17:31.714Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1531 | 2024-11-26T08:17:31.756Z | |
1532 | 2024-11-26T08:17:31.756Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1533 | 2024-11-26T08:17:31.797Z | |
1534 | 2024-11-26T08:17:31.797Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1535 | 2024-11-26T08:17:31.839Z | |
1536 | 2024-11-26T08:17:31.839Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1537 | 2024-11-26T08:17:31.884Z | |
1538 | 2024-11-26T08:17:31.884Z | [t1.trio] svcadm refresh dendrite:default |
1539 | 2024-11-26T08:17:31.922Z | |
1540 | 2024-11-26T08:17:31.922Z | [t1.trio] svcadm restart dendrite:default |
1541 | 2024-11-26T08:17:31.959Z | |
1542 | 2024-11-26T08:17:31.959Z | wait 10s for dendrite to come up ... |
1543 | 2024-11-26T08:17:41.960Z | [t1.trio] svcadm enable tfport |
1544 | 2024-11-26T08:17:42.000Z | |
1545 | 2024-11-26T08:17:42.000Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1546 | 2024-11-26T08:17:42.021Z | |
1547 | 2024-11-26T08:17:42.021Z | [t1.trio] ipadm |
1548 | 2024-11-26T08:17:42.045Z | ADDROBJ TYPE STATE ADDR |
1549 | 2024-11-26T08:17:42.045Z | lo0/v4 static ok 127.0.0.1/8 |
1550 | 2024-11-26T08:17:42.045Z | mg1/v4 static ok 10.0.0.3/24 |
1551 | 2024-11-26T08:17:42.045Z | lo0/v6 static ok ::1/128 |
1552 | 2024-11-26T08:17:42.045Z | lo0/u6 static ok fd00:3::1/64 |
1553 | 2024-11-26T08:17:42.045Z | tfportrear0_0/v6 addrconf ok fe80::c0d1:7aff:fee6:15be%tfportrear0_0/10 |
1554 | 2024-11-26T08:17:42.045Z | tfportrear1_0/v6 addrconf ok fe80::a855:e6ff:fe72:c0d6%tfportrear1_0/10 |
1555 | 2024-11-26T08:17:44.262Z | initial peering test passed |
1556 | 2024-11-26T08:17:45.265Z | advertise from one passed |
1557 | 2024-11-26T08:17:46.267Z | advertise from two passed |
1558 | 2024-11-26T08:17:46.267Z | [s1.trio] ping fd00:2::1 |
1559 | 2024-11-26T08:17:46.294Z | fd00:2::1 is alive |
1560 | 2024-11-26T08:17:46.294Z | [s2.trio] ping fd00:1::1 |
1561 | 2024-11-26T08:17:46.314Z | fd00:1::1 is alive |
1562 | 2024-11-26T08:17:46.314Z | connectivity test passed |
1563 | 2024-11-26T08:17:46.314Z | [t1.trio] pkill ddmd |
1564 | 2024-11-26T08:17:46.334Z | |
1565 | 2024-11-26T08:17:52.339Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1566 | 2024-11-26T08:17:52.378Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1567 | 2024-11-26T08:17:52.396Z | [t1.trio] svcadm enable dendrite |
1568 | 2024-11-26T08:17:52.435Z | |
1569 | 2024-11-26T08:17:52.435Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1570 | 2024-11-26T08:17:52.483Z | |
1571 | 2024-11-26T08:17:52.483Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1572 | 2024-11-26T08:17:52.535Z | |
1573 | 2024-11-26T08:17:52.535Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1574 | 2024-11-26T08:17:52.563Z | |
1575 | 2024-11-26T08:17:52.563Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1576 | 2024-11-26T08:17:52.606Z | |
1577 | 2024-11-26T08:17:52.606Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1578 | 2024-11-26T08:17:52.645Z | |
1579 | 2024-11-26T08:17:52.645Z | [t1.trio] svcadm refresh dendrite:default |
1580 | 2024-11-26T08:17:52.682Z | |
1581 | 2024-11-26T08:17:52.683Z | [t1.trio] svcadm restart dendrite:default |
1582 | 2024-11-26T08:17:52.721Z | |
1583 | 2024-11-26T08:17:52.722Z | wait 10s for dendrite to come up ... |
1584 | 2024-11-26T08:18:02.722Z | [t1.trio] svcadm enable tfport |
1585 | 2024-11-26T08:18:02.762Z | |
1586 | 2024-11-26T08:18:02.762Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1587 | 2024-11-26T08:18:02.783Z | |
1588 | 2024-11-26T08:18:02.783Z | [t1.trio] ipadm |
1589 | 2024-11-26T08:18:02.807Z | ADDROBJ TYPE STATE ADDR |
1590 | 2024-11-26T08:18:02.807Z | lo0/v4 static ok 127.0.0.1/8 |
1591 | 2024-11-26T08:18:02.807Z | mg1/v4 static ok 10.0.0.3/24 |
1592 | 2024-11-26T08:18:02.807Z | lo0/v6 static ok ::1/128 |
1593 | 2024-11-26T08:18:02.807Z | lo0/u6 static ok fd00:3::1/64 |
1594 | 2024-11-26T08:18:02.807Z | tfportrear0_0/v6 addrconf ok fe80::c0d1:7aff:fee6:15be%tfportrear0_0/10 |
1595 | 2024-11-26T08:18:02.807Z | tfportrear1_0/v6 addrconf ok fe80::a855:e6ff:fe72:c0d6%tfportrear1_0/10 |
1596 | 2024-11-26T08:18:05.809Z | [s1.trio] ping fd00:2::1 |
1597 | 2024-11-26T08:18:05.832Z | fd00:2::1 is alive |
1598 | 2024-11-26T08:18:05.832Z | [s2.trio] ping fd00:1::1 |
1599 | 2024-11-26T08:18:05.852Z | fd00:1::1 is alive |
1600 | 2024-11-26T08:18:05.853Z | transit router restart passed |
1601 | 2024-11-26T08:18:05.853Z | [s1.trio] pkill ddmd |
1602 | 2024-11-26T08:18:05.873Z | |
1603 | 2024-11-26T08:18:10.876Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ca3ac4f6-425f-4935-9057-19c2ed308ffd --sled-uuid 8a9ff302-4c70-409c-9e2f-f7dd82ce86fe -a sl0/v6 &> /opt/ddmd.log & |
1604 | 2024-11-26T08:18:10.898Z | |
1605 | 2024-11-26T08:18:13.902Z | [s1.trio] ping fd00:2::1 |
1606 | 2024-11-26T08:18:13.927Z | fd00:2::1 is alive |
1607 | 2024-11-26T08:18:13.927Z | [s2.trio] ping fd00:1::1 |
1608 | 2024-11-26T08:18:13.947Z | fd00:1::1 is alive |
1609 | 2024-11-26T08:18:13.947Z | server router restart passed |
1610 | 2024-11-26T08:18:16.952Z | peer expiration recovery passed |
1611 | 2024-11-26T08:18:17.954Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1612 | 2024-11-26T08:18:17.980Z | 3 |
1613 | 2024-11-26T08:18:17.980Z | redundant advertise passed |
1614 | 2024-11-26T08:18:18.982Z | tunnel endpoint advertise passed |
1615 | 2024-11-26T08:18:23.984Z | redundant tunnel endpoint advertise passed |
1616 | 2024-11-26T08:18:23.984Z | [s1.trio] pkill ddmd |
1617 | 2024-11-26T08:18:24.007Z | |
1618 | 2024-11-26T08:18:29.009Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 76661f54-058a-4d8d-9ea9-75da98b0efa0 --sled-uuid ab7291ff-f793-47ed-92d3-c372d40cdfc1 -a sl0/v6 &> /opt/ddmd.log & |
1619 | 2024-11-26T08:18:29.029Z | |
1620 | 2024-11-26T08:18:34.095Z | tunnel router restart passed |
1621 | 2024-11-26T08:18:35.097Z | tunnel endpoint withdraw passed |
1622 | 2024-11-26T08:18:35.114Z | [t1.trio] pkill ddmd |
1623 | 2024-11-26T08:18:35.141Z | |
1624 | 2024-11-26T08:18:35.141Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1625 | 2024-11-26T08:18:35.145Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1626 | 2024-11-26T08:18:37.784Z | [s2.trio] pkill ddmd |
1627 | 2024-11-26T08:18:37.804Z | |
1628 | 2024-11-26T08:18:37.804Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1629 | 2024-11-26T08:18:40.417Z | [s1.trio] pkill ddmd |
1630 | 2024-11-26T08:18:40.439Z | |
1631 | 2024-11-26T08:18:40.439Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1632 | 2024-11-26T08:18:42.787Z | [sidecar.trio] pkill softnpu |
1633 | 2024-11-26T08:18:42.807Z | |
1634 | 2024-11-26T08:18:42.807Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1635 | 2024-11-26T08:18:45.277Z | test ddm::test_trio_v2_transit ... ok |
1636 | 2024-11-26T08:18:45.277Z | |
1637 | 2024-11-26T08:18:45.277Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 568.06s |
1638 | 2024-11-26T08:18:45.277Z | |
1639 | 2024-11-26T08:18:45.306Z | + cleanup |
1640 | 2024-11-26T08:18:45.309Z | ++ id -un |
1641 | 2024-11-26T08:18:45.312Z | ++ id -gn |
1642 | 2024-11-26T08:18:45.315Z | + pfexec chown -R build:build . |
1643 | 2024-11-26T08:18:45.394Z | process exited: duration 1089436 ms, exit code 0 |
|
1644 | 2024-11-26T08:18:45.401Z | found 4 output files |
1645 | 2024-11-26T08:18:45.401Z | uploading: /work/s1.trio.log (4206 bytes) |
1646 | 2024-11-26T08:18:46.411Z | uploaded: /work/s1.trio.log |
1647 | 2024-11-26T08:18:46.411Z | uploading: /work/s2.trio.log (10933 bytes) |
1648 | 2024-11-26T08:18:47.419Z | uploaded: /work/s2.trio.log |
1649 | 2024-11-26T08:18:47.422Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1650 | 2024-11-26T08:18:48.425Z | uploaded: /work/sidecar.trio-softnpu.log |
1651 | 2024-11-26T08:18:48.428Z | uploading: /work/t1.trio.log (26227 bytes) |
1652 | 2024-11-26T08:18:49.437Z | uploaded: /work/t1.trio.log |