|
|
|
1 | 2024-09-27T00:18:18.812Z | job assigned to worker 01J8RDDRACT70MT7XQE942QBJ1 (queued for 1 m 7 s) |
|
2 | 2024-09-27T00:18:28.648Z | starting task 0: "setup" |
3 | 2024-09-27T00:18:28.657Z | ++ uname -s |
4 | 2024-09-27T00:18:28.657Z | + kern=SunOS |
5 | 2024-09-27T00:18:28.657Z | + case "$kern" in |
6 | 2024-09-27T00:18:28.657Z | + groupadd -g 12345 build |
7 | 2024-09-27T00:18:28.657Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-27T00:18:30.617Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-27T00:18:30.775Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-27T00:18:30.778Z | + home_fs=zfs |
11 | 2024-09-27T00:18:30.778Z | + [[ zfs == autofs ]] |
12 | 2024-09-27T00:18:30.778Z | + mkdir -p /home/build |
13 | 2024-09-27T00:18:30.780Z | + chown build:build /home/build /work |
14 | 2024-09-27T00:18:32.781Z | + chmod 0700 /home/build /work |
15 | 2024-09-27T00:18:32.784Z | process exited: duration 4193 ms, exit code 0 |
|
16 | 2024-09-27T00:18:32.792Z | starting task 1: "rust-toolchain" |
17 | 2024-09-27T00:18:32.797Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-27T00:18:32.797Z | ' stable |
19 | 2024-09-27T00:18:32.797Z | * toolchain channel = "stable" |
20 | 2024-09-27T00:18:32.797Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-27T00:18:32.797Z | ' default |
22 | 2024-09-27T00:18:32.797Z | * toolchain profile = "default" |
23 | 2024-09-27T00:18:32.800Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-27T00:18:32.800Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-09-27T00:18:32.916Z | info: downloading installer |
26 | 2024-09-27T00:18:34.470Z | info: profile set to 'default' |
27 | 2024-09-27T00:18:34.471Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-27T00:18:34.474Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-09-27T00:18:34.609Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-09-27T00:18:34.609Z | info: downloading component 'cargo' |
31 | 2024-09-27T00:18:35.304Z | info: downloading component 'clippy' |
32 | 2024-09-27T00:18:35.562Z | info: downloading component 'rust-docs' |
33 | 2024-09-27T00:18:36.524Z | info: downloading component 'rust-std' |
34 | 2024-09-27T00:18:38.033Z | info: downloading component 'rustc' |
35 | 2024-09-27T00:18:43.389Z | info: downloading component 'rustfmt' |
36 | 2024-09-27T00:18:43.599Z | info: installing component 'cargo' |
37 | 2024-09-27T00:18:44.437Z | info: installing component 'clippy' |
38 | 2024-09-27T00:18:44.835Z | info: installing component 'rust-docs' |
39 | 2024-09-27T00:18:46.507Z | info: installing component 'rust-std' |
40 | 2024-09-27T00:18:48.378Z | info: installing component 'rustc' |
41 | 2024-09-27T00:18:54.064Z | info: installing component 'rustfmt' |
42 | 2024-09-27T00:18:54.537Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-09-27T00:18:54.537Z | |
44 | 2024-09-27T00:18:54.863Z | stable-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-09-27T00:18:54.863Z | |
46 | 2024-09-27T00:18:54.882Z | |
47 | 2024-09-27T00:18:54.882Z | Rust is installed now. Great! |
48 | 2024-09-27T00:18:54.882Z | |
49 | 2024-09-27T00:18:54.882Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-27T00:18:54.882Z | environment variable. This has not been done automatically. |
51 | 2024-09-27T00:18:54.882Z | |
52 | 2024-09-27T00:18:54.882Z | To configure your current shell, you need to source |
53 | 2024-09-27T00:18:54.882Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-27T00:18:54.882Z | |
55 | 2024-09-27T00:18:54.882Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-27T00:18:54.882Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-27T00:18:54.882Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-27T00:18:54.882Z | + rustc --version |
59 | 2024-09-27T00:18:54.897Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-09-27T00:18:54.900Z | process exited: duration 22106 ms, exit code 0 |
|
61 | 2024-09-27T00:18:54.906Z | starting task 2: "authentication" |
62 | 2024-09-27T00:18:54.926Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-27T00:18:54.933Z | starting task 3: "clone repository" |
64 | 2024-09-27T00:18:54.937Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-09-27T00:18:54.940Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-09-27T00:18:54.977Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-09-27T00:18:55.884Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-09-27T00:18:55.884Z | + git fetch origin b13b5b240f3967de753fd589b1036745d2770b52 |
69 | 2024-09-27T00:18:56.106Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-09-27T00:18:56.106Z | * branch b13b5b240f3967de753fd589b1036745d2770b52 -> FETCH_HEAD |
71 | 2024-09-27T00:18:56.112Z | + [[ -n hyper-v1-no-merge ]] |
72 | 2024-09-27T00:18:56.115Z | ++ git branch --show-current |
73 | 2024-09-27T00:18:56.118Z | + current=main |
74 | 2024-09-27T00:18:56.118Z | + [[ main != hyper-v1-no-merge ]] |
75 | 2024-09-27T00:18:56.118Z | + git branch -f hyper-v1-no-merge b13b5b240f3967de753fd589b1036745d2770b52 |
76 | 2024-09-27T00:18:56.123Z | + git checkout -f hyper-v1-no-merge |
77 | 2024-09-27T00:18:56.133Z | Switched to branch 'hyper-v1-no-merge' |
78 | 2024-09-27T00:18:56.136Z | + git reset --hard b13b5b240f3967de753fd589b1036745d2770b52 |
79 | 2024-09-27T00:18:56.147Z | HEAD is now at b13b5b2 fix |
80 | 2024-09-27T00:18:56.151Z | process exited: duration 1215 ms, exit code 0 |
|
81 | 2024-09-27T00:18:56.158Z | starting task 4: "build" |
82 | 2024-09-27T00:18:56.163Z | ++ cargo --version |
83 | 2024-09-27T00:18:56.167Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-09-27T00:18:56.308Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-09-27T00:18:56.309Z | info: downloading component 'cargo' |
86 | 2024-09-27T00:18:57.205Z | info: downloading component 'clippy' |
87 | 2024-09-27T00:18:57.259Z | info: downloading component 'rust-docs' |
88 | 2024-09-27T00:18:58.265Z | info: downloading component 'rust-std' |
89 | 2024-09-27T00:18:59.946Z | info: downloading component 'rustc' |
90 | 2024-09-27T00:19:05.168Z | info: downloading component 'rustfmt' |
91 | 2024-09-27T00:19:05.380Z | info: installing component 'cargo' |
92 | 2024-09-27T00:19:06.257Z | info: installing component 'clippy' |
93 | 2024-09-27T00:19:06.663Z | info: installing component 'rust-docs' |
94 | 2024-09-27T00:19:08.281Z | info: installing component 'rust-std' |
95 | 2024-09-27T00:19:10.165Z | info: installing component 'rustc' |
96 | 2024-09-27T00:19:15.961Z | info: installing component 'rustfmt' |
97 | 2024-09-27T00:19:16.391Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-09-27T00:19:16.393Z | ++ rustc --version |
99 | 2024-09-27T00:19:16.460Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-09-27T00:19:16.464Z | ++ dladm |
101 | 2024-09-27T00:19:16.469Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-09-27T00:19:16.469Z | ena0 phys 9216 up -- -- |
103 | 2024-09-27T00:19:16.472Z | ++ ipadm |
104 | 2024-09-27T00:19:16.474Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-09-27T00:19:16.474Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-09-27T00:19:16.474Z | ena0/dhcp dhcp ok 10.150.1.4/24 |
107 | 2024-09-27T00:19:16.474Z | lo0/v6 static ok ::1/128 |
108 | 2024-09-27T00:19:16.474Z | ++ banner collect |
109 | 2024-09-27T00:19:16.476Z | |
110 | 2024-09-27T00:19:16.476Z | #### #### # # ###### #### ##### |
111 | 2024-09-27T00:19:16.476Z | # # # # # # # # # # |
112 | 2024-09-27T00:19:16.476Z | # # # # # ##### # # |
113 | 2024-09-27T00:19:16.476Z | # # # # # # # # |
114 | 2024-09-27T00:19:16.476Z | # # # # # # # # # # |
115 | 2024-09-27T00:19:16.476Z | #### #### ###### ###### ###### #### # |
116 | 2024-09-27T00:19:16.476Z | |
117 | 2024-09-27T00:19:16.476Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-09-27T00:19:16.476Z | ++ repo=softnpu |
119 | 2024-09-27T00:19:16.476Z | ++ series=image |
120 | 2024-09-27T00:19:16.476Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-09-27T00:19:16.477Z | ++ name=softnpu |
122 | 2024-09-27T00:19:16.477Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-09-27T00:19:16.477Z | ++ mkdir -p download |
124 | 2024-09-27T00:19:16.480Z | ++ pushd download |
125 | 2024-09-27T00:19:16.480Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-09-27T00:19:16.480Z | ++ [[ ! -f softnpu ]] |
127 | 2024-09-27T00:19:16.480Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-09-27T00:19:16.486Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-09-27T00:19:16.486Z | Dload Upload Total Spent Left Speed |
130 | 2024-09-27T00:19:17.002Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 42.3M 0 --:--:-- --:--:-- --:--:-- 42.4M |
131 | 2024-09-27T00:19:17.005Z | ++ popd |
132 | 2024-09-27T00:19:17.005Z | /work/oxidecomputer/maghemite |
133 | 2024-09-27T00:19:17.005Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-09-27T00:19:17.005Z | ++ repo=sidecar-lite |
135 | 2024-09-27T00:19:17.005Z | ++ series=release |
136 | 2024-09-27T00:19:17.005Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-09-27T00:19:17.005Z | ++ name=libsidecar_lite.so |
138 | 2024-09-27T00:19:17.005Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-09-27T00:19:17.005Z | ++ mkdir -p download |
140 | 2024-09-27T00:19:17.008Z | ++ pushd download |
141 | 2024-09-27T00:19:17.008Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-09-27T00:19:17.008Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-09-27T00:19:17.009Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-09-27T00:19:17.014Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-09-27T00:19:17.014Z | Dload Upload Total Spent Left Speed |
146 | 2024-09-27T00:19:17.459Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
30 20.3M 30 6371k 0 0 24.9M 0 --:--:-- --:--:-- --:--:-- 24.8M
100 20.3M 100 20.3M 0 0 45.6M 0 --:--:-- --:--:-- --:--:-- 45.6M |
147 | 2024-09-27T00:19:17.462Z | ++ popd |
148 | 2024-09-27T00:19:17.462Z | /work/oxidecomputer/maghemite |
149 | 2024-09-27T00:19:17.466Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-09-27T00:19:17.466Z | ++ repo=sidecar-lite |
151 | 2024-09-27T00:19:17.466Z | ++ series=release |
152 | 2024-09-27T00:19:17.466Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-09-27T00:19:17.466Z | ++ name=scadm |
154 | 2024-09-27T00:19:17.466Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-09-27T00:19:17.466Z | ++ mkdir -p download |
156 | 2024-09-27T00:19:17.466Z | ++ pushd download |
157 | 2024-09-27T00:19:17.466Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-09-27T00:19:17.466Z | ++ [[ ! -f scadm ]] |
159 | 2024-09-27T00:19:17.466Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-09-27T00:19:17.473Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-09-27T00:19:17.473Z | Dload Upload Total Spent Left Speed |
162 | 2024-09-27T00:19:17.993Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 44.1M 0 --:--:-- --:--:-- --:--:-- 44.2M |
163 | 2024-09-27T00:19:17.997Z | ++ popd |
164 | 2024-09-27T00:19:17.997Z | /work/oxidecomputer/maghemite |
165 | 2024-09-27T00:19:17.997Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-09-27T00:19:17.997Z | ++ repo=dendrite |
167 | 2024-09-27T00:19:17.997Z | ++ series=image |
168 | 2024-09-27T00:19:17.997Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-09-27T00:19:17.997Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-09-27T00:19:17.997Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-09-27T00:19:17.997Z | ++ mkdir -p download |
172 | 2024-09-27T00:19:17.997Z | ++ pushd download |
173 | 2024-09-27T00:19:17.998Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-09-27T00:19:17.998Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-09-27T00:19:17.998Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-09-27T00:19:18.003Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-09-27T00:19:18.004Z | Dload Upload Total Spent Left Speed |
178 | 2024-09-27T00:19:18.721Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
25 37.5M 25 9859k 0 0 36.7M 0 0:00:01 --:--:-- 0:00:01 36.7M
100 37.5M 100 37.5M 0 0 52.4M 0 --:--:-- --:--:-- --:--:-- 52.3M |
179 | 2024-09-27T00:19:18.723Z | ++ popd |
180 | 2024-09-27T00:19:18.723Z | /work/oxidecomputer/maghemite |
181 | 2024-09-27T00:19:18.723Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-09-27T00:19:18.723Z | ++ repo=maghemite |
183 | 2024-09-27T00:19:18.723Z | ++ series=release |
184 | 2024-09-27T00:19:18.724Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-09-27T00:19:18.724Z | ++ name=ddmd |
186 | 2024-09-27T00:19:18.724Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-09-27T00:19:18.724Z | ++ mkdir -p download |
188 | 2024-09-27T00:19:18.726Z | ++ pushd download |
189 | 2024-09-27T00:19:18.726Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-09-27T00:19:18.726Z | ++ [[ ! -f ddmd ]] |
191 | 2024-09-27T00:19:18.726Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-09-27T00:19:18.731Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-09-27T00:19:18.734Z | Dload Upload Total Spent Left Speed |
194 | 2024-09-27T00:19:19.706Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 40.9M 60 24.6M 0 0 46.1M 0 --:--:-- --:--:-- --:--:-- 46.1M
100 40.9M 100 40.9M 0 0 42.1M 0 --:--:-- --:--:-- --:--:-- 42.0M |
195 | 2024-09-27T00:19:19.708Z | ++ popd |
196 | 2024-09-27T00:19:19.708Z | /work/oxidecomputer/maghemite |
197 | 2024-09-27T00:19:19.708Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-09-27T00:19:19.708Z | ++ repo=maghemite |
199 | 2024-09-27T00:19:19.709Z | ++ series=release |
200 | 2024-09-27T00:19:19.709Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-09-27T00:19:19.709Z | ++ name=ddmadm |
202 | 2024-09-27T00:19:19.709Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-09-27T00:19:19.709Z | ++ mkdir -p download |
204 | 2024-09-27T00:19:19.711Z | ++ pushd download |
205 | 2024-09-27T00:19:19.711Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-09-27T00:19:19.711Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-09-27T00:19:19.711Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-09-27T00:19:19.718Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-09-27T00:19:19.718Z | Dload Upload Total Spent Left Speed |
210 | 2024-09-27T00:19:20.034Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 57.2M 0 --:--:-- --:--:-- --:--:-- 57.3M |
211 | 2024-09-27T00:19:20.036Z | ++ popd |
212 | 2024-09-27T00:19:20.036Z | /work/oxidecomputer/maghemite |
213 | 2024-09-27T00:19:20.036Z | ++ pushd download |
214 | 2024-09-27T00:19:20.036Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-09-27T00:19:20.037Z | ++ chmod +x softnpu |
216 | 2024-09-27T00:19:20.039Z | ++ chmod +x scadm |
217 | 2024-09-27T00:19:20.042Z | ++ chmod +x ddmadm |
218 | 2024-09-27T00:19:20.042Z | ++ chmod +x ddmd |
219 | 2024-09-27T00:19:20.044Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-09-27T00:19:20.047Z | ++ mv ddmd ddmd-v2 |
221 | 2024-09-27T00:19:20.049Z | ++ rm -rf zones/dendrite |
222 | 2024-09-27T00:19:20.052Z | ++ mkdir -p zones/dendrite |
223 | 2024-09-27T00:19:20.052Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-09-27T00:19:20.812Z | ++ popd |
225 | 2024-09-27T00:19:20.812Z | /work/oxidecomputer/maghemite |
226 | 2024-09-27T00:19:20.812Z | ++ banner install |
227 | 2024-09-27T00:19:20.815Z | |
228 | 2024-09-27T00:19:20.815Z | # # # #### ##### ## # # |
229 | 2024-09-27T00:19:20.815Z | # ## # # # # # # # |
230 | 2024-09-27T00:19:20.815Z | # # # # #### # # # # # |
231 | 2024-09-27T00:19:20.815Z | # # # # # # ###### # # |
232 | 2024-09-27T00:19:20.815Z | # # ## # # # # # # # |
233 | 2024-09-27T00:19:20.815Z | # # # #### # # # ###### ###### |
234 | 2024-09-27T00:19:20.815Z | |
235 | 2024-09-27T00:19:20.817Z | ++ pkg info brand/sparse |
236 | 2024-09-27T00:19:20.817Z | ++ grep -qi installed |
237 | 2024-09-27T00:19:22.389Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-09-27T00:19:22.390Z | installed on the system. Try querying remotely instead: |
239 | 2024-09-27T00:19:22.390Z | |
240 | 2024-09-27T00:19:22.390Z | brand/sparse |
241 | 2024-09-27T00:19:22.431Z | ++ [[ 1 != 0 ]] |
242 | 2024-09-27T00:19:22.431Z | ++ set -o errexit |
243 | 2024-09-27T00:19:22.431Z | ++ pfexec pkg install brand/sparse |
244 | 2024-09-27T00:19:28.191Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-09-27T00:19:30.860Z | Startup: Caching catalogs ... Done |
246 | 2024-09-27T00:19:34.824Z | Planning: Solver setup ... Done |
247 | 2024-09-27T00:19:34.872Z | Planning: Running solver ... Done |
248 | 2024-09-27T00:19:34.934Z | Planning: Finding local manifests ... Done |
249 | 2024-09-27T00:19:34.947Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-09-27T00:19:35.039Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-09-27T00:19:35.237Z | Planning: Package planning ... Done |
252 | 2024-09-27T00:19:35.243Z | Planning: Merging actions ... Done |
253 | 2024-09-27T00:19:35.448Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-09-27T00:19:37.462Z | Planning: Consolidating action changes ... Done |
255 | 2024-09-27T00:19:37.887Z | Planning: Evaluating mediators ... Done |
256 | 2024-09-27T00:19:37.956Z | Planning: Planning completed in 7.02 seconds |
257 | 2024-09-27T00:19:37.972Z | Packages to install: 1 |
258 | 2024-09-27T00:19:37.972Z | Packages to update: 2 |
259 | 2024-09-27T00:19:37.974Z | Create boot environment: No |
260 | 2024-09-27T00:19:37.974Z | Create backup boot environment: Yes |
261 | 2024-09-27T00:19:38.052Z | |
262 | 2024-09-27T00:19:38.052Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-09-27T00:19:44.624Z | Download: 918/1009 items 8.0/8.0MB 99% complete (3.9M/s) |
264 | 2024-09-27T00:19:45.177Z | Download: Completed 8.03 MB in 7.12 seconds (1.1M/s) |
265 | 2024-09-27T00:19:46.967Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-09-27T00:19:46.989Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-09-27T00:19:47.106Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-09-27T00:19:47.426Z | Actions: Completed 1419 actions in 0.46 seconds. |
269 | 2024-09-27T00:19:47.736Z | Done |
270 | 2024-09-27T00:19:47.738Z | Done |
271 | 2024-09-27T00:19:48.137Z | Done |
272 | 2024-09-27T00:19:52.306Z | Done |
273 | 2024-09-27T00:19:52.395Z | Done |
274 | 2024-09-27T00:19:52.398Z | Done |
275 | 2024-09-27T00:19:52.495Z | Done |
276 | 2024-09-27T00:19:52.813Z | ++ set -o errexit |
277 | 2024-09-27T00:19:52.813Z | ++ set -o pipefail |
278 | 2024-09-27T00:19:52.813Z | ++ banner build |
279 | 2024-09-27T00:19:52.816Z | |
280 | 2024-09-27T00:19:52.816Z | ##### # # # # ##### |
281 | 2024-09-27T00:19:52.816Z | # # # # # # # # |
282 | 2024-09-27T00:19:52.816Z | ##### # # # # # # |
283 | 2024-09-27T00:19:52.816Z | # # # # # # # # |
284 | 2024-09-27T00:19:52.816Z | # # # # # # # # |
285 | 2024-09-27T00:19:52.816Z | ##### #### # ###### ##### |
286 | 2024-09-27T00:19:52.816Z | |
287 | 2024-09-27T00:19:52.816Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-09-27T00:19:53.025Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-09-27T00:19:53.224Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-09-27T00:19:53.417Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-09-27T00:19:53.417Z | * [new branch] ci -> origin/ci |
292 | 2024-09-27T00:19:53.421Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
293 | 2024-09-27T00:19:53.421Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
294 | 2024-09-27T00:19:53.422Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
295 | 2024-09-27T00:19:53.422Z | * [new branch] main -> origin/main |
296 | 2024-09-27T00:19:53.422Z | * [new ref] -> origin/HEAD |
297 | 2024-09-27T00:19:53.431Z | Updating crates.io index |
298 | 2024-09-27T00:19:53.434Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2024-09-27T00:19:54.114Z | From https://github.com/oxidecomputer/falcon |
300 | 2024-09-27T00:19:54.114Z | * [new ref] 10f3bff98d247d1e145a0dde82382cbed3628cdc -> refs/commit/10f3bff98d247d1e145a0dde82382cbed3628cdc |
301 | 2024-09-27T00:19:54.284Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
302 | 2024-09-27T00:19:55.387Z | From https://github.com/oxidecomputer/dendrite |
303 | 2024-09-27T00:19:55.387Z | * [new ref] 76c735d472e3badaeca08982e22496fccb1ce210 -> refs/commit/76c735d472e3badaeca08982e22496fccb1ce210 |
304 | 2024-09-27T00:19:55.440Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
305 | 2024-09-27T00:19:55.793Z | From https://github.com/oxidecomputer/ispf |
306 | 2024-09-27T00:19:55.794Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
307 | 2024-09-27T00:19:55.800Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2024-09-27T00:19:56.215Z | From https://github.com/oxidecomputer/netadm-sys |
309 | 2024-09-27T00:19:56.215Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
310 | 2024-09-27T00:19:56.227Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
311 | 2024-09-27T00:19:59.908Z | From https://github.com/oxidecomputer/omicron |
312 | 2024-09-27T00:19:59.908Z | * [new ref] 61e1b382ca76a2175d78a07cd82929de8bc1cd20 -> refs/commit/61e1b382ca76a2175d78a07cd82929de8bc1cd20 |
313 | 2024-09-27T00:19:59.936Z | * [new tag] dogfood -> dogfood |
314 | 2024-09-27T00:19:59.939Z | * [new tag] v5 -> v5 |
315 | 2024-09-27T00:19:59.939Z | * [new tag] v6 -> v6 |
316 | 2024-09-27T00:19:59.939Z | * [new tag] v7 -> v7 |
317 | 2024-09-27T00:19:59.939Z | * [new tag] v8 -> v8 |
318 | 2024-09-27T00:19:59.939Z | * [new tag] v9 -> v9 |
319 | 2024-09-27T00:20:00.284Z | Updating git repository `https://github.com/oxidecomputer/opte` |
320 | 2024-09-27T00:20:01.264Z | From https://github.com/oxidecomputer/opte |
321 | 2024-09-27T00:20:01.264Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
322 | 2024-09-27T00:20:01.309Z | Updating git repository `https://github.com/illumos/smf-rs` |
323 | 2024-09-27T00:20:01.660Z | From https://github.com/illumos/smf-rs |
324 | 2024-09-27T00:20:01.660Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
325 | 2024-09-27T00:20:01.723Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
326 | 2024-09-27T00:20:02.487Z | From https://github.com/oxidecomputer/maghemite |
327 | 2024-09-27T00:20:02.488Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
328 | 2024-09-27T00:20:02.505Z | * [new tag] rift -> rift |
329 | 2024-09-27T00:20:02.508Z | * [new tag] srp -> srp |
330 | 2024-09-27T00:20:02.508Z | * [new tag] tie-spf -> tie-spf |
331 | 2024-09-27T00:20:02.542Z | Updating git repository `https://github.com/oxidecomputer/zone` |
332 | 2024-09-27T00:20:02.926Z | From https://github.com/oxidecomputer/zone |
333 | 2024-09-27T00:20:02.926Z | * [new ref] 65647e678fec739d4e9a6897bf2ee48e1fb051a5 -> refs/commit/65647e678fec739d4e9a6897bf2ee48e1fb051a5 |
334 | 2024-09-27T00:20:02.983Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
335 | 2024-09-27T00:20:04.035Z | From https://github.com/oxidecomputer/propolis |
336 | 2024-09-27T00:20:04.035Z | * [new ref] 399ce1a82665397c756d626854e39c25505e4a62 -> refs/commit/399ce1a82665397c756d626854e39c25505e4a62 |
337 | 2024-09-27T00:20:04.123Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
338 | 2024-09-27T00:20:05.068Z | From https://github.com/oxidecomputer/progenitor |
339 | 2024-09-27T00:20:05.068Z | * [new ref] 921ce56db7ae9ce29ad234e9b3346eddbf4068f8 -> refs/commit/921ce56db7ae9ce29ad234e9b3346eddbf4068f8 |
340 | 2024-09-27T00:20:05.089Z | * [new tag] v0.1.1 -> v0.1.1 |
341 | 2024-09-27T00:20:05.091Z | * [new tag] v0.2.0 -> v0.2.0 |
342 | 2024-09-27T00:20:05.091Z | * [new tag] v0.3.0 -> v0.3.0 |
343 | 2024-09-27T00:20:05.091Z | * [new tag] v0.4.0 -> v0.4.0 |
344 | 2024-09-27T00:20:05.091Z | * [new tag] v0.5.0 -> v0.5.0 |
345 | 2024-09-27T00:20:05.091Z | * [new tag] v0.6.0 -> v0.6.0 |
346 | 2024-09-27T00:20:05.091Z | * [new tag] v0.7.0 -> v0.7.0 |
347 | 2024-09-27T00:20:05.190Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
348 | 2024-09-27T00:20:05.570Z | From https://github.com/oxidecomputer/dlpi-sys |
349 | 2024-09-27T00:20:05.570Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
350 | 2024-09-27T00:20:05.576Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
351 | 2024-09-27T00:20:05.959Z | From https://github.com/jmesmon/rust-libzfs |
352 | 2024-09-27T00:20:05.959Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
353 | 2024-09-27T00:20:05.975Z | * [new tag] v0.4.0 -> v0.4.0 |
354 | 2024-09-27T00:20:05.990Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
355 | 2024-09-27T00:20:06.360Z | From https://github.com/oxidecomputer/rusty-doors |
356 | 2024-09-27T00:20:06.360Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
357 | 2024-09-27T00:20:06.375Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
358 | 2024-09-27T00:20:07.093Z | From https://github.com/oxidecomputer/dropshot |
359 | 2024-09-27T00:20:07.093Z | * [new ref] 2ad43f522a74c42bdb6bcaaef024801b853c1d3c -> refs/commit/2ad43f522a74c42bdb6bcaaef024801b853c1d3c |
360 | 2024-09-27T00:20:07.115Z | * [new tag] v0.10.1 -> v0.10.1 |
361 | 2024-09-27T00:20:07.118Z | * [new tag] v0.11.0 -> v0.11.0 |
362 | 2024-09-27T00:20:07.119Z | * [new tag] v0.3.0 -> v0.3.0 |
363 | 2024-09-27T00:20:07.119Z | * [new tag] v0.4.0 -> v0.4.0 |
364 | 2024-09-27T00:20:07.119Z | * [new tag] v0.5.0 -> v0.5.0 |
365 | 2024-09-27T00:20:07.119Z | * [new tag] v0.5.1 -> v0.5.1 |
366 | 2024-09-27T00:20:07.119Z | * [new tag] v0.6.0 -> v0.6.0 |
367 | 2024-09-27T00:20:07.119Z | * [new tag] v0.7.0 -> v0.7.0 |
368 | 2024-09-27T00:20:07.119Z | * [new tag] v0.8.0 -> v0.8.0 |
369 | 2024-09-27T00:20:07.119Z | * [new tag] v0.9.0 -> v0.9.0 |
370 | 2024-09-27T00:20:07.182Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
371 | 2024-09-27T00:20:07.643Z | From https://github.com/oxidecomputer/maghemite |
372 | 2024-09-27T00:20:07.643Z | * [new ref] 9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42 -> refs/commit/9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42 |
373 | 2024-09-27T00:20:07.688Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
374 | 2024-09-27T00:20:08.029Z | From https://github.com/oxidecomputer/serde_human_bytes |
375 | 2024-09-27T00:20:08.029Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
376 | 2024-09-27T00:20:08.049Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
377 | 2024-09-27T00:20:08.400Z | From https://github.com/oxidecomputer/slog-error-chain |
378 | 2024-09-27T00:20:08.400Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
379 | 2024-09-27T00:20:08.431Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
380 | 2024-09-27T00:20:08.772Z | From https://github.com/oxidecomputer/poptrie |
381 | 2024-09-27T00:20:08.772Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
382 | 2024-09-27T00:20:08.819Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
383 | 2024-09-27T00:20:09.157Z | From https://github.com/illumos/libscf-sys |
384 | 2024-09-27T00:20:09.158Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
385 | 2024-09-27T00:20:09.186Z | Updating git repository `https://github.com/oxidecomputer/typify` |
386 | 2024-09-27T00:20:11.494Z | From https://github.com/oxidecomputer/typify |
387 | 2024-09-27T00:20:11.494Z | * [new ref] aa84fe0a67133c6e4e2257fb175f82ef9a24e761 -> refs/commit/aa84fe0a67133c6e4e2257fb175f82ef9a24e761 |
388 | 2024-09-27T00:20:11.552Z | * [new tag] v0.0.10 -> v0.0.10 |
389 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.11 -> v0.0.11 |
390 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.12 -> v0.0.12 |
391 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.13 -> v0.0.13 |
392 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.14 -> v0.0.14 |
393 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.15 -> v0.0.15 |
394 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.16 -> v0.0.16 |
395 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.4 -> v0.0.4 |
396 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.5 -> v0.0.5 |
397 | 2024-09-27T00:20:11.562Z | * [new tag] v0.0.7 -> v0.0.7 |
398 | 2024-09-27T00:20:11.563Z | * [new tag] v0.0.8 -> v0.0.8 |
399 | 2024-09-27T00:20:11.563Z | * [new tag] v0.0.9 -> v0.0.9 |
400 | 2024-09-27T00:20:11.563Z | * [new tag] v0.1.0 -> v0.1.0 |
401 | 2024-09-27T00:20:11.710Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
402 | 2024-09-27T00:20:12.350Z | From https://github.com/oxidecomputer/management-gateway-service |
403 | 2024-09-27T00:20:12.352Z | * [new ref] 319e7b92db69792ab8efa4c68554ad0cf83adf93 -> refs/commit/319e7b92db69792ab8efa4c68554ad0cf83adf93 |
404 | 2024-09-27T00:20:12.438Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
405 | 2024-09-27T00:20:13.923Z | From https://github.com/oxidecomputer/crucible |
406 | 2024-09-27T00:20:13.924Z | * [new ref] e58ca3693cb9ce0438947beba10e97ee38a0966b -> refs/commit/e58ca3693cb9ce0438947beba10e97ee38a0966b |
407 | 2024-09-27T00:20:13.976Z | Updating git repository `https://github.com/oxidecomputer/opte` |
408 | 2024-09-27T00:20:14.366Z | From https://github.com/oxidecomputer/opte |
409 | 2024-09-27T00:20:14.366Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
410 | 2024-09-27T00:20:15.051Z | Downloading crates ... |
411 | 2024-09-27T00:20:15.164Z | Downloaded autocfg v1.3.0 |
412 | 2024-09-27T00:20:15.171Z | Downloaded allocator-api2 v0.2.18 |
413 | 2024-09-27T00:20:15.171Z | Downloaded ciborium v0.2.2 |
414 | 2024-09-27T00:20:15.171Z | Downloaded byteorder v1.5.0 |
415 | 2024-09-27T00:20:15.171Z | Downloaded async-stream v0.3.5 |
416 | 2024-09-27T00:20:15.174Z | Downloaded anstyle v1.0.8 |
417 | 2024-09-27T00:20:15.174Z | Downloaded crunchy v0.2.2 |
418 | 2024-09-27T00:20:15.174Z | Downloaded cfg-if v1.0.0 |
419 | 2024-09-27T00:20:15.174Z | Downloaded camino-tempfile v1.1.1 |
420 | 2024-09-27T00:20:15.176Z | Downloaded base64ct v1.6.0 |
421 | 2024-09-27T00:20:15.179Z | Downloaded anstyle-query v1.1.1 |
422 | 2024-09-27T00:20:15.185Z | Downloaded dof v0.3.0 |
423 | 2024-09-27T00:20:15.188Z | Downloaded cstr-argument v0.1.2 |
424 | 2024-09-27T00:20:15.191Z | Downloaded pretty-hex v0.2.1 |
425 | 2024-09-27T00:20:15.194Z | Downloaded async-stream-impl v0.3.5 |
426 | 2024-09-27T00:20:15.196Z | Downloaded ciborium-io v0.2.2 |
427 | 2024-09-27T00:20:15.202Z | Downloaded atomic-waker v1.1.2 |
428 | 2024-09-27T00:20:15.204Z | Downloaded bitflags v1.3.2 |
429 | 2024-09-27T00:20:15.207Z | Downloaded blake2 v0.10.6 |
430 | 2024-09-27T00:20:15.210Z | Downloaded async-trait v0.1.83 |
431 | 2024-09-27T00:20:15.214Z | Downloaded progenitor-client v0.8.0 |
432 | 2024-09-27T00:20:15.216Z | Downloaded embedded-io v0.4.0 |
433 | 2024-09-27T00:20:15.220Z | Downloaded const-random-macro v0.1.16 |
434 | 2024-09-27T00:20:15.220Z | Downloaded deranged v0.3.11 |
435 | 2024-09-27T00:20:15.220Z | Downloaded clap_lex v0.7.2 |
436 | 2024-09-27T00:20:15.222Z | Downloaded data-encoding v2.6.0 |
437 | 2024-09-27T00:20:15.225Z | Downloaded sigpipe v0.1.3 |
438 | 2024-09-27T00:20:15.225Z | Downloaded dyn-clone v1.0.17 |
439 | 2024-09-27T00:20:15.227Z | Downloaded colorchoice v1.0.2 |
440 | 2024-09-27T00:20:15.231Z | Downloaded rustc_version v0.4.1 |
441 | 2024-09-27T00:20:15.231Z | Downloaded proc-macro-crate v3.2.0 |
442 | 2024-09-27T00:20:15.233Z | Downloaded rustc-hash v2.0.0 |
443 | 2024-09-27T00:20:15.233Z | Downloaded quinn-udp v0.5.5 |
444 | 2024-09-27T00:20:15.236Z | Downloaded foreign-types-shared v0.3.1 |
445 | 2024-09-27T00:20:15.236Z | Downloaded ciborium-ll v0.2.2 |
446 | 2024-09-27T00:20:15.238Z | Downloaded fixedbitset v0.4.2 |
447 | 2024-09-27T00:20:15.240Z | Downloaded enum-as-inner v0.6.0 |
448 | 2024-09-27T00:20:15.244Z | Downloaded rand_core v0.6.4 |
449 | 2024-09-27T00:20:15.244Z | Downloaded bytes v1.7.2 |
450 | 2024-09-27T00:20:15.248Z | Downloaded strum_macros v0.25.3 |
451 | 2024-09-27T00:20:15.250Z | Downloaded structmeta-derive v0.3.0 |
452 | 2024-09-27T00:20:15.253Z | Downloaded slog-bunyan v2.5.0 |
453 | 2024-09-27T00:20:15.255Z | Downloaded slog-dtrace v0.3.0 |
454 | 2024-09-27T00:20:15.255Z | Downloaded darling_macro v0.20.10 |
455 | 2024-09-27T00:20:15.258Z | Downloaded strsim v0.11.1 |
456 | 2024-09-27T00:20:15.258Z | Downloaded rustls-pemfile v1.0.4 |
457 | 2024-09-27T00:20:15.260Z | Downloaded crypto-common v0.1.6 |
458 | 2024-09-27T00:20:15.263Z | Downloaded slog-stdlog v4.1.1 |
459 | 2024-09-27T00:20:15.266Z | Downloaded serde_tokenstream v0.2.2 |
460 | 2024-09-27T00:20:15.268Z | Downloaded slog-json v2.6.1 |
461 | 2024-09-27T00:20:15.271Z | Downloaded slab v0.4.9 |
462 | 2024-09-27T00:20:15.271Z | Downloaded rhai_codegen v2.2.0 |
463 | 2024-09-27T00:20:15.280Z | Downloaded futures-sink v0.3.30 |
464 | 2024-09-27T00:20:15.282Z | Downloaded base64 v0.21.7 |
465 | 2024-09-27T00:20:15.285Z | Downloaded num_threads v0.1.7 |
466 | 2024-09-27T00:20:15.289Z | Downloaded openssl-macros v0.1.1 |
467 | 2024-09-27T00:20:15.296Z | Downloaded sync_wrapper v1.0.1 |
468 | 2024-09-27T00:20:15.296Z | Downloaded defmt-macros v0.3.9 |
469 | 2024-09-27T00:20:15.296Z | Downloaded strum v0.26.3 |
470 | 2024-09-27T00:20:15.296Z | Downloaded scroll_derive v0.12.0 |
471 | 2024-09-27T00:20:15.299Z | Downloaded rustversion v1.0.17 |
472 | 2024-09-27T00:20:15.300Z | Downloaded spin v0.9.8 |
473 | 2024-09-27T00:20:15.303Z | Downloaded sha2 v0.10.8 |
474 | 2024-09-27T00:20:15.306Z | Downloaded lazy_static v1.5.0 |
475 | 2024-09-27T00:20:15.308Z | Downloaded sync_wrapper v0.1.2 |
476 | 2024-09-27T00:20:15.308Z | Downloaded plain v0.2.3 |
477 | 2024-09-27T00:20:15.312Z | Downloaded smartstring v1.0.1 |
478 | 2024-09-27T00:20:15.316Z | Downloaded futures-task v0.3.30 |
479 | 2024-09-27T00:20:15.316Z | Downloaded futures-macro v0.3.30 |
480 | 2024-09-27T00:20:15.319Z | Downloaded proc-macro2 v1.0.86 |
481 | 2024-09-27T00:20:15.319Z | Downloaded dropshot_endpoint v0.12.0 |
482 | 2024-09-27T00:20:15.322Z | Downloaded derive_more v0.99.18 |
483 | 2024-09-27T00:20:15.339Z | Downloaded crossbeam-utils v0.8.20 |
484 | 2024-09-27T00:20:15.345Z | Downloaded rand_chacha v0.3.1 |
485 | 2024-09-27T00:20:15.345Z | Downloaded num-derive v0.3.3 |
486 | 2024-09-27T00:20:15.345Z | Downloaded progenitor v0.8.0 |
487 | 2024-09-27T00:20:15.345Z | Downloaded newtype-uuid v1.1.0 |
488 | 2024-09-27T00:20:15.345Z | Downloaded num-conv v0.1.0 |
489 | 2024-09-27T00:20:15.345Z | Downloaded newtype_derive v0.1.6 |
490 | 2024-09-27T00:20:15.345Z | Downloaded newline-converter v0.3.0 |
491 | 2024-09-27T00:20:15.345Z | Downloaded usdt-attr-macro v0.5.0 |
492 | 2024-09-27T00:20:15.345Z | Downloaded base64 v0.22.1 |
493 | 2024-09-27T00:20:15.348Z | Downloaded percent-encoding v2.3.1 |
494 | 2024-09-27T00:20:15.352Z | Downloaded serde_urlencoded v0.7.1 |
495 | 2024-09-27T00:20:15.352Z | Downloaded cpufeatures v0.2.13 |
496 | 2024-09-27T00:20:15.352Z | Downloaded paste v1.0.15 |
497 | 2024-09-27T00:20:15.357Z | Downloaded thread_local v1.1.8 |
498 | 2024-09-27T00:20:15.360Z | Downloaded serde_derive v1.0.210 |
499 | 2024-09-27T00:20:15.369Z | Downloaded clap_derive v4.5.13 |
500 | 2024-09-27T00:20:15.369Z | Downloaded untrusted v0.9.0 |
501 | 2024-09-27T00:20:15.374Z | Downloaded slog-scope v4.4.0 |
502 | 2024-09-27T00:20:15.374Z | Downloaded serde_spanned v0.6.7 |
503 | 2024-09-27T00:20:15.374Z | Downloaded rustc_version v0.1.7 |
504 | 2024-09-27T00:20:15.374Z | Downloaded hyper-rustls v0.24.2 |
505 | 2024-09-27T00:20:15.374Z | Downloaded http-body v1.0.1 |
506 | 2024-09-27T00:20:15.377Z | Downloaded structmeta v0.3.0 |
507 | 2024-09-27T00:20:15.377Z | Downloaded openssl-probe v0.1.5 |
508 | 2024-09-27T00:20:15.381Z | Downloaded smf v0.2.3 |
509 | 2024-09-27T00:20:15.381Z | Downloaded slog-envlogger v2.2.0 |
510 | 2024-09-27T00:20:15.381Z | Downloaded heck v0.5.0 |
511 | 2024-09-27T00:20:15.384Z | Downloaded thread-id v4.2.2 |
512 | 2024-09-27T00:20:15.384Z | Downloaded resolv-conf v0.7.0 |
513 | 2024-09-27T00:20:15.387Z | Downloaded tower-service v0.3.3 |
514 | 2024-09-27T00:20:15.387Z | Downloaded want v0.3.1 |
515 | 2024-09-27T00:20:15.389Z | Downloaded hostname v0.3.1 |
516 | 2024-09-27T00:20:15.398Z | Downloaded zeroize v1.8.1 |
517 | 2024-09-27T00:20:15.398Z | Downloaded quote v1.0.37 |
518 | 2024-09-27T00:20:15.400Z | Downloaded toml_datetime v0.6.8 |
519 | 2024-09-27T00:20:15.400Z | Downloaded num v0.4.3 |
520 | 2024-09-27T00:20:15.400Z | Downloaded usdt v0.5.0 |
521 | 2024-09-27T00:20:15.400Z | Downloaded prettyplease v0.2.22 |
522 | 2024-09-27T00:20:15.403Z | Downloaded darling v0.20.10 |
523 | 2024-09-27T00:20:15.407Z | Downloaded waitgroup v0.1.2 |
524 | 2024-09-27T00:20:15.411Z | Downloaded time-core v0.1.2 |
525 | 2024-09-27T00:20:15.411Z | Downloaded ident_case v1.0.1 |
526 | 2024-09-27T00:20:15.418Z | Downloaded num-iter v0.1.45 |
527 | 2024-09-27T00:20:15.418Z | Downloaded thiserror v1.0.64 |
528 | 2024-09-27T00:20:15.428Z | Downloaded utf8parse v0.2.2 |
529 | 2024-09-27T00:20:15.428Z | Downloaded macaddr v1.0.1 |
530 | 2024-09-27T00:20:15.428Z | Downloaded tracing-attributes v0.1.27 |
531 | 2024-09-27T00:20:15.430Z | Downloaded serde_yaml v0.9.34+deprecated |
532 | 2024-09-27T00:20:15.431Z | Downloaded smallvec v1.13.2 |
533 | 2024-09-27T00:20:15.431Z | Downloaded http-body v0.4.6 |
534 | 2024-09-27T00:20:15.435Z | Downloaded hex v0.4.3 |
535 | 2024-09-27T00:20:15.435Z | Downloaded slog-async v2.8.0 |
536 | 2024-09-27T00:20:15.438Z | Downloaded ipnetwork v0.20.0 |
537 | 2024-09-27T00:20:15.438Z | Downloaded slog-term v2.9.1 |
538 | 2024-09-27T00:20:15.441Z | Downloaded pest_generator v2.7.11 |
539 | 2024-09-27T00:20:15.441Z | Downloaded ipnet v2.9.0 |
540 | 2024-09-27T00:20:15.444Z | Downloaded mime v0.3.17 |
541 | 2024-09-27T00:20:15.444Z | Downloaded http-body-util v0.1.2 |
542 | 2024-09-27T00:20:15.447Z | Downloaded managed v0.8.0 |
543 | 2024-09-27T00:20:15.450Z | Downloaded fxhash v0.2.1 |
544 | 2024-09-27T00:20:15.450Z | Downloaded zone_cfg_derive v0.3.0 |
545 | 2024-09-27T00:20:15.450Z | Downloaded heck v0.4.1 |
546 | 2024-09-27T00:20:15.453Z | Downloaded omicron-workspace-hack v0.1.0 |
547 | 2024-09-27T00:20:15.453Z | Downloaded num-complex v0.4.6 |
548 | 2024-09-27T00:20:15.456Z | Downloaded subtle v2.6.1 |
549 | 2024-09-27T00:20:15.456Z | Downloaded parking_lot_core v0.8.6 |
550 | 2024-09-27T00:20:15.459Z | Downloaded memmap v0.7.0 |
551 | 2024-09-27T00:20:15.459Z | Downloaded num-traits v0.2.19 |
552 | 2024-09-27T00:20:15.462Z | Downloaded try-lock v0.2.5 |
553 | 2024-09-27T00:20:15.465Z | Downloaded instant v0.1.13 |
554 | 2024-09-27T00:20:15.465Z | Downloaded tinyvec_macros v0.1.1 |
555 | 2024-09-27T00:20:15.468Z | Downloaded take_mut v0.2.2 |
556 | 2024-09-27T00:20:15.468Z | Downloaded hubpack_derive v0.1.1 |
557 | 2024-09-27T00:20:15.468Z | Downloaded highway v1.2.0 |
558 | 2024-09-27T00:20:15.471Z | Downloaded terminal_size v0.3.0 |
559 | 2024-09-27T00:20:15.471Z | Downloaded version_check v0.9.5 |
560 | 2024-09-27T00:20:15.474Z | Downloaded hyper-tls v0.6.0 |
561 | 2024-09-27T00:20:15.477Z | Downloaded tiny-keccak v2.0.2 |
562 | 2024-09-27T00:20:15.477Z | Downloaded tabwriter v1.4.0 |
563 | 2024-09-27T00:20:15.480Z | Downloaded num-rational v0.4.2 |
564 | 2024-09-27T00:20:15.480Z | Downloaded hubpack v0.1.2 |
565 | 2024-09-27T00:20:15.483Z | Downloaded httpdate v1.0.3 |
566 | 2024-09-27T00:20:15.483Z | Downloaded crossbeam-channel v0.5.13 |
567 | 2024-09-27T00:20:15.487Z | Downloaded match_cfg v0.1.0 |
568 | 2024-09-27T00:20:15.490Z | Downloaded parse-display-derive v0.10.0 |
569 | 2024-09-27T00:20:15.490Z | Downloaded socket2 v0.5.7 |
570 | 2024-09-27T00:20:15.493Z | Downloaded toml v0.8.19 |
571 | 2024-09-27T00:20:15.496Z | Downloaded thiserror-impl v1.0.64 |
572 | 2024-09-27T00:20:15.500Z | Downloaded similar v2.6.0 |
573 | 2024-09-27T00:20:15.503Z | Downloaded clap v4.5.17 |
574 | 2024-09-27T00:20:15.512Z | Downloaded generic-array v0.14.7 |
575 | 2024-09-27T00:20:15.515Z | Downloaded num_enum_derive v0.7.3 |
576 | 2024-09-27T00:20:15.518Z | Downloaded num_enum v0.7.3 |
577 | 2024-09-27T00:20:15.520Z | Downloaded humantime v2.1.0 |
578 | 2024-09-27T00:20:15.523Z | Downloaded typify-macro v0.2.0 |
579 | 2024-09-27T00:20:15.523Z | Downloaded hyper-tls v0.5.0 |
580 | 2024-09-27T00:20:15.525Z | Downloaded tokio-native-tls v0.3.1 |
581 | 2024-09-27T00:20:15.530Z | Downloaded time-macros v0.2.18 |
582 | 2024-09-27T00:20:15.533Z | Downloaded parse-display v0.10.0 |
583 | 2024-09-27T00:20:15.533Z | Downloaded pin-project-lite v0.2.14 |
584 | 2024-09-27T00:20:15.536Z | Downloaded term v0.7.0 |
585 | 2024-09-27T00:20:15.540Z | Downloaded is-terminal v0.4.13 |
586 | 2024-09-27T00:20:15.543Z | Downloaded log v0.4.22 |
587 | 2024-09-27T00:20:15.546Z | Downloaded unsafe-libyaml v0.2.11 |
588 | 2024-09-27T00:20:15.549Z | Downloaded iana-time-zone v0.1.60 |
589 | 2024-09-27T00:20:15.552Z | Downloaded tokio-rustls v0.26.0 |
590 | 2024-09-27T00:20:15.552Z | Downloaded linked-hash-map v0.5.6 |
591 | 2024-09-27T00:20:15.555Z | Downloaded is_terminal_polyfill v1.70.1 |
592 | 2024-09-27T00:20:15.555Z | Downloaded progenitor-impl v0.8.0 |
593 | 2024-09-27T00:20:15.558Z | Downloaded thin-vec v0.2.13 |
594 | 2024-09-27T00:20:15.560Z | Downloaded schemars v0.8.21 |
595 | 2024-09-27T00:20:15.571Z | Downloaded pin-utils v0.1.0 |
596 | 2024-09-27T00:20:15.574Z | Downloaded zone v0.3.0 |
597 | 2024-09-27T00:20:15.574Z | Downloaded tempfile v3.12.0 |
598 | 2024-09-27T00:20:15.578Z | Downloaded num_enum_derive v0.5.11 |
599 | 2024-09-27T00:20:15.581Z | Downloaded httparse v1.9.4 |
600 | 2024-09-27T00:20:15.581Z | Downloaded whoami v1.5.1 |
601 | 2024-09-27T00:20:15.584Z | Downloaded serde v1.0.210 |
602 | 2024-09-27T00:20:15.587Z | Downloaded unicode-ident v1.0.13 |
603 | 2024-09-27T00:20:15.590Z | Downloaded num_enum v0.5.11 |
604 | 2024-09-27T00:20:15.594Z | Downloaded getrandom v0.2.15 |
605 | 2024-09-27T00:20:15.597Z | Downloaded typify v0.2.0 |
606 | 2024-09-27T00:20:15.601Z | Downloaded tokio-rustls v0.25.0 |
607 | 2024-09-27T00:20:15.603Z | Downloaded lock_api v0.4.12 |
608 | 2024-09-27T00:20:15.608Z | Downloaded tokio-rustls v0.24.1 |
609 | 2024-09-27T00:20:15.612Z | Downloaded parking_lot_core v0.9.10 |
610 | 2024-09-27T00:20:15.612Z | Downloaded half v2.4.1 |
611 | 2024-09-27T00:20:15.614Z | Downloaded once_cell v1.19.0 |
612 | 2024-09-27T00:20:15.618Z | Downloaded password-hash v0.5.0 |
613 | 2024-09-27T00:20:15.622Z | Downloaded parking_lot v0.11.2 |
614 | 2024-09-27T00:20:15.622Z | Downloaded typenum v1.17.0 |
615 | 2024-09-27T00:20:15.626Z | Downloaded tinyvec v1.8.0 |
616 | 2024-09-27T00:20:15.629Z | Downloaded uuid v1.10.0 |
617 | 2024-09-27T00:20:15.632Z | Downloaded steno v0.4.1 |
618 | 2024-09-27T00:20:15.635Z | Downloaded hyper-rustls v0.27.3 |
619 | 2024-09-27T00:20:15.638Z | Downloaded openssl-sys v0.9.103 |
620 | 2024-09-27T00:20:15.643Z | Downloaded ucd-trie v0.1.6 |
621 | 2024-09-27T00:20:15.654Z | Downloaded parking_lot v0.12.3 |
622 | 2024-09-27T00:20:15.662Z | Downloaded mio v1.0.2 |
623 | 2024-09-27T00:20:15.662Z | Downloaded url v2.5.2 |
624 | 2024-09-27T00:20:15.662Z | Downloaded pest_meta v2.7.11 |
625 | 2024-09-27T00:20:15.665Z | Downloaded http v1.1.0 |
626 | 2024-09-27T00:20:15.665Z | Downloaded unicode-segmentation v1.11.0 |
627 | 2024-09-27T00:20:15.668Z | Downloaded futures-util v0.3.30 |
628 | 2024-09-27T00:20:15.680Z | Downloaded tracing-core v0.1.32 |
629 | 2024-09-27T00:20:15.683Z | Downloaded memchr v2.7.4 |
630 | 2024-09-27T00:20:15.688Z | Downloaded minimal-lexical v0.2.1 |
631 | 2024-09-27T00:20:15.695Z | Downloaded indexmap v2.5.0 |
632 | 2024-09-27T00:20:15.699Z | Downloaded hyper-util v0.1.9 |
633 | 2024-09-27T00:20:15.704Z | Downloaded clap_builder v4.5.17 |
634 | 2024-09-27T00:20:15.710Z | Downloaded zerocopy v0.6.6 |
635 | 2024-09-27T00:20:15.713Z | Downloaded hashbrown v0.12.3 |
636 | 2024-09-27T00:20:15.729Z | Downloaded tokio-util v0.7.11 |
637 | 2024-09-27T00:20:15.733Z | Downloaded libm v0.2.8 |
638 | 2024-09-27T00:20:15.740Z | Downloaded nom v7.1.3 |
639 | 2024-09-27T00:20:15.754Z | Downloaded time v0.3.36 |
640 | 2024-09-27T00:20:15.754Z | Downloaded hyper v1.4.1 |
641 | 2024-09-27T00:20:15.761Z | Downloaded reqwest v0.12.7 |
642 | 2024-09-27T00:20:15.768Z | Downloaded zerocopy v0.7.35 |
643 | 2024-09-27T00:20:15.779Z | Downloaded unicode-normalization v0.1.23 |
644 | 2024-09-27T00:20:15.787Z | Downloaded hashbrown v0.14.5 |
645 | 2024-09-27T00:20:15.790Z | Downloaded rustls-webpki v0.101.7 |
646 | 2024-09-27T00:20:15.803Z | Downloaded itertools v0.10.5 |
647 | 2024-09-27T00:20:15.810Z | Downloaded itertools v0.12.1 |
648 | 2024-09-27T00:20:15.818Z | Downloaded winnow v0.6.18 |
649 | 2024-09-27T00:20:15.827Z | Downloaded h2 v0.4.6 |
650 | 2024-09-27T00:20:15.834Z | Downloaded quinn-proto v0.11.8 |
651 | 2024-09-27T00:20:15.842Z | Downloaded winnow v0.5.40 |
652 | 2024-09-27T00:20:15.851Z | Downloaded idna v0.4.0 |
653 | 2024-09-27T00:20:15.859Z | Downloaded h2 v0.3.26 |
654 | 2024-09-27T00:20:15.866Z | Downloaded webpki-roots v0.25.4 |
655 | 2024-09-27T00:20:15.870Z | Downloaded dropshot v0.12.0 |
656 | 2024-09-27T00:20:15.891Z | Downloaded goblin v0.8.2 |
657 | 2024-09-27T00:20:15.897Z | Downloaded openssl v0.10.66 |
658 | 2024-09-27T00:20:15.907Z | Downloaded hyper v0.14.30 |
659 | 2024-09-27T00:20:15.915Z | Downloaded vcpkg v0.2.15 |
660 | 2024-09-27T00:20:15.954Z | Downloaded idna v0.5.0 |
661 | 2024-09-27T00:20:15.962Z | Downloaded regex v1.10.6 |
662 | 2024-09-27T00:20:15.975Z | Downloaded syn v1.0.109 |
663 | 2024-09-27T00:20:15.986Z | Downloaded hickory-proto v0.24.1 |
664 | 2024-09-27T00:20:16.001Z | Downloaded webpki-roots v0.26.5 |
665 | 2024-09-27T00:20:16.005Z | Downloaded regress v0.10.1 |
666 | 2024-09-27T00:20:16.014Z | Downloaded syn v2.0.77 |
667 | 2024-09-27T00:20:16.026Z | Downloaded smoltcp v0.11.0 |
668 | 2024-09-27T00:20:16.038Z | Downloaded typify-impl v0.2.0 |
669 | 2024-09-27T00:20:16.054Z | Downloaded rustls v0.22.4 |
670 | 2024-09-27T00:20:16.067Z | Downloaded rustix v0.38.35 |
671 | 2024-09-27T00:20:16.089Z | Downloaded unicode-width v0.1.13 |
672 | 2024-09-27T00:20:16.097Z | Downloaded rhai v1.19.0 |
673 | 2024-09-27T00:20:16.109Z | Downloaded regress v0.9.1 |
674 | 2024-09-27T00:20:16.118Z | Downloaded regex-syntax v0.8.4 |
675 | 2024-09-27T00:20:16.127Z | Downloaded openapiv3 v2.0.0 |
676 | 2024-09-27T00:20:16.139Z | Downloaded rustls v0.23.12 |
677 | 2024-09-27T00:20:16.156Z | Downloaded sled v0.34.7 |
678 | 2024-09-27T00:20:16.166Z | Downloaded rustls v0.21.12 |
679 | 2024-09-27T00:20:16.177Z | Downloaded rustls-webpki v0.102.7 |
680 | 2024-09-27T00:20:16.196Z | Downloaded chrono v0.4.38 |
681 | 2024-09-27T00:20:16.201Z | Downloaded reqwest v0.11.27 |
682 | 2024-09-27T00:20:16.208Z | Downloaded itertools v0.13.0 |
683 | 2024-09-27T00:20:16.216Z | Downloaded zerocopy-derive v0.6.6 |
684 | 2024-09-27T00:20:16.226Z | Downloaded toml_edit v0.22.20 |
685 | 2024-09-27T00:20:16.246Z | Downloaded heapless v0.8.0 |
686 | 2024-09-27T00:20:16.250Z | Downloaded serde_with v3.9.0 |
687 | 2024-09-27T00:20:16.258Z | Downloaded libc v0.2.158 |
688 | 2024-09-27T00:20:16.286Z | Downloaded regex-automata v0.4.7 |
689 | 2024-09-27T00:20:16.302Z | Downloaded serde_json v1.0.128 |
690 | 2024-09-27T00:20:16.308Z | Downloaded hickory-resolver v0.24.1 |
691 | 2024-09-27T00:20:16.313Z | Downloaded http v0.2.12 |
692 | 2024-09-27T00:20:16.317Z | Downloaded petgraph v0.6.5 |
693 | 2024-09-27T00:20:16.334Z | Downloaded tokio v1.40.0 |
694 | 2024-09-27T00:20:16.371Z | Downloaded expectorate v1.1.0 |
695 | 2024-09-27T00:20:16.374Z | Downloaded toml_edit v0.19.15 |
696 | 2024-09-27T00:20:16.388Z | Downloaded aho-corasick v1.1.3 |
697 | 2024-09-27T00:20:16.394Z | Downloaded pest v2.7.11 |
698 | 2024-09-27T00:20:16.399Z | Downloaded indexmap v1.9.3 |
699 | 2024-09-27T00:20:16.402Z | Downloaded unicode-bidi v0.3.15 |
700 | 2024-09-27T00:20:16.405Z | Downloaded tracing v0.1.40 |
701 | 2024-09-27T00:20:16.408Z | Downloaded tokio-macros v2.4.0 |
702 | 2024-09-27T00:20:16.411Z | Downloaded native-tls v0.2.12 |
703 | 2024-09-27T00:20:16.413Z | Downloaded multer v3.1.0 |
704 | 2024-09-27T00:20:16.416Z | Downloaded postcard v1.0.10 |
705 | 2024-09-27T00:20:16.419Z | Downloaded pkg-config v0.3.30 |
706 | 2024-09-27T00:20:16.419Z | Downloaded zerocopy-derive v0.7.35 |
707 | 2024-09-27T00:20:16.421Z | Downloaded rand v0.8.5 |
708 | 2024-09-27T00:20:16.426Z | Downloaded quinn v0.11.5 |
709 | 2024-09-27T00:20:16.429Z | Downloaded darling_core v0.20.10 |
710 | 2024-09-27T00:20:16.433Z | Downloaded cc v1.1.15 |
711 | 2024-09-27T00:20:16.436Z | Downloaded lru-cache v0.1.2 |
712 | 2024-09-27T00:20:16.439Z | Downloaded hostname v0.4.0 |
713 | 2024-09-27T00:20:16.440Z | Downloaded hash32 v0.3.1 |
714 | 2024-09-27T00:20:16.442Z | Downloaded sha1 v0.10.6 |
715 | 2024-09-27T00:20:16.442Z | Downloaded semver v1.0.23 |
716 | 2024-09-27T00:20:16.444Z | Downloaded usdt-impl v0.5.0 |
717 | 2024-09-27T00:20:16.444Z | Downloaded serde_with_macros v3.9.0 |
718 | 2024-09-27T00:20:16.447Z | Downloaded rustls-pemfile v2.1.3 |
719 | 2024-09-27T00:20:16.450Z | Downloaded pest_derive v2.7.11 |
720 | 2024-09-27T00:20:16.450Z | Downloaded num-integer v0.1.46 |
721 | 2024-09-27T00:20:16.454Z | Downloaded num-derive v0.4.2 |
722 | 2024-09-27T00:20:16.456Z | Downloaded encoding_rs v0.8.34 |
723 | 2024-09-27T00:20:16.474Z | Downloaded serde_derive_internals v0.29.1 |
724 | 2024-09-27T00:20:16.478Z | Downloaded semver v0.1.20 |
725 | 2024-09-27T00:20:16.478Z | Downloaded crossbeam-epoch v0.9.18 |
726 | 2024-09-27T00:20:16.481Z | Downloaded usdt-macro v0.5.0 |
727 | 2024-09-27T00:20:16.481Z | Downloaded stable_deref_trait v1.2.0 |
728 | 2024-09-27T00:20:16.481Z | Downloaded slog v2.7.0 |
729 | 2024-09-27T00:20:16.483Z | Downloaded sct v0.7.1 |
730 | 2024-09-27T00:20:16.486Z | Downloaded ryu v1.0.18 |
731 | 2024-09-27T00:20:16.489Z | Downloaded shlex v1.3.0 |
732 | 2024-09-27T00:20:16.491Z | Downloaded serde_path_to_error v0.1.16 |
733 | 2024-09-27T00:20:16.491Z | Downloaded scopeguard v1.2.0 |
734 | 2024-09-27T00:20:16.494Z | Downloaded futures-channel v0.3.30 |
735 | 2024-09-27T00:20:16.494Z | Downloaded schemars_derive v0.8.21 |
736 | 2024-09-27T00:20:16.496Z | Downloaded cookie v0.18.1 |
737 | 2024-09-27T00:20:16.498Z | Downloaded futures v0.3.30 |
738 | 2024-09-27T00:20:16.502Z | Downloaded itoa v1.0.11 |
739 | 2024-09-27T00:20:16.505Z | Downloaded proc-macro-error-attr v1.0.4 |
740 | 2024-09-27T00:20:16.505Z | Downloaded bitflags v2.6.0 |
741 | 2024-09-27T00:20:16.507Z | Downloaded futures-executor v0.3.30 |
742 | 2024-09-27T00:20:16.510Z | Downloaded form_urlencoded v1.2.1 |
743 | 2024-09-27T00:20:16.510Z | Downloaded foreign-types v0.5.0 |
744 | 2024-09-27T00:20:16.512Z | Downloaded derive-where v1.2.7 |
745 | 2024-09-27T00:20:16.515Z | Downloaded scroll v0.12.0 |
746 | 2024-09-27T00:20:16.517Z | Downloaded proc-macro-crate v1.3.1 |
747 | 2024-09-27T00:20:16.517Z | Downloaded strum_macros v0.26.4 |
748 | 2024-09-27T00:20:16.520Z | Downloaded serde_repr v0.1.19 |
749 | 2024-09-27T00:20:16.522Z | Downloaded either v1.13.0 |
750 | 2024-09-27T00:20:16.522Z | Downloaded defmt v0.3.8 |
751 | 2024-09-27T00:20:16.525Z | Downloaded rustls-pki-types v1.8.0 |
752 | 2024-09-27T00:20:16.528Z | Downloaded digest v0.10.7 |
753 | 2024-09-27T00:20:16.530Z | Downloaded convert_case v0.4.0 |
754 | 2024-09-27T00:20:16.530Z | Downloaded cobs v0.2.3 |
755 | 2024-09-27T00:20:16.533Z | Downloaded proc-macro-error v1.0.4 |
756 | 2024-09-27T00:20:16.535Z | Downloaded foreign-types v0.3.2 |
757 | 2024-09-27T00:20:16.535Z | Downloaded dirs-sys-next v0.1.2 |
758 | 2024-09-27T00:20:16.535Z | Downloaded defmt-parser v0.3.4 |
759 | 2024-09-27T00:20:16.538Z | Downloaded colored v2.1.0 |
760 | 2024-09-27T00:20:16.538Z | Downloaded camino v1.1.9 |
761 | 2024-09-27T00:20:16.541Z | Downloaded anyhow v1.0.88 |
762 | 2024-09-27T00:20:16.543Z | Downloaded quick-error v1.2.3 |
763 | 2024-09-27T00:20:16.546Z | Downloaded pretty-hex v0.4.1 |
764 | 2024-09-27T00:20:16.546Z | Downloaded crc32fast v1.4.2 |
765 | 2024-09-27T00:20:16.549Z | Downloaded anstream v0.6.15 |
766 | 2024-09-27T00:20:16.551Z | Downloaded console v0.15.8 |
767 | 2024-09-27T00:20:16.554Z | Downloaded futures-core v0.3.30 |
768 | 2024-09-27T00:20:16.554Z | Downloaded fastrand v2.1.1 |
769 | 2024-09-27T00:20:16.558Z | Downloaded argon2 v0.5.3 |
770 | 2024-09-27T00:20:16.558Z | Downloaded float-ord v0.3.2 |
771 | 2024-09-27T00:20:16.558Z | Downloaded debug-ignore v1.0.5 |
772 | 2024-09-27T00:20:16.561Z | Downloaded foreign-types-shared v0.1.1 |
773 | 2024-09-27T00:20:16.561Z | Downloaded equivalent v1.0.1 |
774 | 2024-09-27T00:20:16.561Z | Downloaded dtrace-parser v0.2.0 |
775 | 2024-09-27T00:20:16.561Z | Downloaded crc8 v0.1.1 |
776 | 2024-09-27T00:20:16.561Z | Downloaded crucible-workspace-hack v0.1.0 |
777 | 2024-09-27T00:20:16.561Z | Downloaded signal-hook-registry v1.4.2 |
778 | 2024-09-27T00:20:16.564Z | Downloaded static_assertions v1.1.0 |
779 | 2024-09-27T00:20:16.564Z | Downloaded progenitor-macro v0.8.0 |
780 | 2024-09-27T00:20:16.566Z | Downloaded powerfmt v0.2.0 |
781 | 2024-09-27T00:20:16.566Z | Downloaded futures-io v0.3.30 |
782 | 2024-09-27T00:20:16.566Z | Downloaded foreign-types-macros v0.2.3 |
783 | 2024-09-27T00:20:16.569Z | Downloaded fnv v1.0.7 |
784 | 2024-09-27T00:20:16.569Z | Downloaded errno v0.3.9 |
785 | 2024-09-27T00:20:16.569Z | Downloaded embedded-io v0.6.1 |
786 | 2024-09-27T00:20:16.572Z | Downloaded const-random v0.1.18 |
787 | 2024-09-27T00:20:16.572Z | Downloaded backoff v0.4.0 |
788 | 2024-09-27T00:20:16.575Z | Downloaded arc-swap v1.7.1 |
789 | 2024-09-27T00:20:16.578Z | Downloaded ppv-lite86 v0.2.20 |
790 | 2024-09-27T00:20:16.578Z | Downloaded dirs-next v2.0.0 |
791 | 2024-09-27T00:20:16.581Z | Downloaded block-buffer v0.10.4 |
792 | 2024-09-27T00:20:16.581Z | Downloaded anstyle-parse v0.2.5 |
793 | 2024-09-27T00:20:16.581Z | Downloaded ahash v0.8.11 |
794 | 2024-09-27T00:20:16.711Z | Downloaded ring v0.17.8 |
795 | 2024-09-27T00:20:17.055Z | Compiling proc-macro2 v1.0.86 |
796 | 2024-09-27T00:20:17.055Z | Compiling unicode-ident v1.0.13 |
797 | 2024-09-27T00:20:17.055Z | Compiling libc v0.2.158 |
798 | 2024-09-27T00:20:17.058Z | Compiling serde v1.0.210 |
799 | 2024-09-27T00:20:17.058Z | Compiling version_check v0.9.5 |
800 | 2024-09-27T00:20:17.058Z | Compiling autocfg v1.3.0 |
801 | 2024-09-27T00:20:17.089Z | Compiling cfg-if v1.0.0 |
802 | 2024-09-27T00:20:17.253Z | Compiling once_cell v1.19.0 |
803 | 2024-09-27T00:20:17.273Z | Compiling libm v0.2.8 |
804 | 2024-09-27T00:20:17.293Z | Compiling memchr v2.7.4 |
805 | 2024-09-27T00:20:17.759Z | Compiling shlex v1.3.0 |
806 | 2024-09-27T00:20:17.942Z | Compiling byteorder v1.5.0 |
807 | 2024-09-27T00:20:18.143Z | Compiling cc v1.1.15 |
808 | 2024-09-27T00:20:18.475Z | Compiling lock_api v0.4.12 |
809 | 2024-09-27T00:20:18.527Z | Compiling thiserror v1.0.64 |
810 | 2024-09-27T00:20:18.870Z | Compiling itoa v1.0.11 |
811 | 2024-09-27T00:20:18.963Z | Compiling parking_lot_core v0.9.10 |
812 | 2024-09-27T00:20:19.065Z | Compiling quote v1.0.37 |
813 | 2024-09-27T00:20:19.345Z | Compiling getrandom v0.2.15 |
814 | 2024-09-27T00:20:19.569Z | Compiling syn v2.0.77 |
815 | 2024-09-27T00:20:19.722Z | Compiling schemars v0.8.21 |
816 | 2024-09-27T00:20:19.745Z | Compiling ahash v0.8.11 |
817 | 2024-09-27T00:20:19.784Z | Compiling slab v0.4.9 |
818 | 2024-09-27T00:20:19.838Z | Compiling allocator-api2 v0.2.18 |
819 | 2024-09-27T00:20:20.074Z | Compiling ryu v1.0.18 |
820 | 2024-09-27T00:20:20.097Z | Compiling serde_json v1.0.128 |
821 | 2024-09-27T00:20:20.138Z | Compiling log v0.4.22 |
822 | 2024-09-27T00:20:20.197Z | Compiling pin-project-lite v0.2.14 |
823 | 2024-09-27T00:20:20.357Z | Compiling num-traits v0.2.19 |
824 | 2024-09-27T00:20:20.572Z | Compiling crunchy v0.2.2 |
825 | 2024-09-27T00:20:20.775Z | Compiling tiny-keccak v2.0.2 |
826 | 2024-09-27T00:20:20.897Z | Compiling scopeguard v1.2.0 |
827 | 2024-09-27T00:20:21.150Z | Compiling heck v0.5.0 |
828 | 2024-09-27T00:20:21.192Z | Compiling ring v0.17.8 |
829 | 2024-09-27T00:20:21.592Z | Compiling mio v1.0.2 |
830 | 2024-09-27T00:20:21.600Z | Compiling const-random-macro v0.1.16 |
831 | 2024-09-27T00:20:22.020Z | Compiling socket2 v0.5.7 |
832 | 2024-09-27T00:20:22.301Z | Compiling signal-hook-registry v1.4.2 |
833 | 2024-09-27T00:20:22.387Z | Compiling const-random v0.1.18 |
834 | 2024-09-27T00:20:22.518Z | Compiling equivalent v1.0.1 |
835 | 2024-09-27T00:20:22.647Z | Compiling httparse v1.9.4 |
836 | 2024-09-27T00:20:23.248Z | Compiling vcpkg v0.2.15 |
837 | 2024-09-27T00:20:23.361Z | Compiling pkg-config v0.3.30 |
838 | 2024-09-27T00:20:23.988Z | Compiling futures-core v0.3.30 |
839 | 2024-09-27T00:20:24.068Z | Compiling iana-time-zone v0.1.60 |
840 | 2024-09-27T00:20:24.090Z | Compiling fnv v1.0.7 |
841 | 2024-09-27T00:20:24.266Z | Compiling dyn-clone v1.0.17 |
842 | 2024-09-27T00:20:24.289Z | Compiling semver v1.0.23 |
843 | 2024-09-27T00:20:24.334Z | Compiling futures-sink v0.3.30 |
844 | 2024-09-27T00:20:24.440Z | Compiling slog v2.7.0 |
845 | 2024-09-27T00:20:24.750Z | Compiling openssl v0.10.66 |
846 | 2024-09-27T00:20:24.764Z | Compiling futures-channel v0.3.30 |
847 | 2024-09-27T00:20:24.793Z | Compiling tracing-core v0.1.32 |
848 | 2024-09-27T00:20:24.854Z | Compiling futures-io v0.3.30 |
849 | 2024-09-27T00:20:24.871Z | Compiling openssl-sys v0.9.103 |
850 | 2024-09-27T00:20:24.933Z | Compiling pin-utils v0.1.0 |
851 | 2024-09-27T00:20:25.018Z | Compiling futures-task v0.3.30 |
852 | 2024-09-27T00:20:25.170Z | Compiling native-tls v0.2.12 |
853 | 2024-09-27T00:20:25.187Z | Compiling spin v0.9.8 |
854 | 2024-09-27T00:20:25.215Z | Compiling untrusted v0.9.0 |
855 | 2024-09-27T00:20:25.324Z | Compiling typenum v1.17.0 |
856 | 2024-09-27T00:20:25.415Z | Compiling bitflags v2.6.0 |
857 | 2024-09-27T00:20:25.442Z | Compiling generic-array v0.14.7 |
858 | 2024-09-27T00:20:25.517Z | Compiling rustls v0.21.12 |
859 | 2024-09-27T00:20:25.833Z | Compiling aho-corasick v1.1.3 |
860 | 2024-09-27T00:20:25.867Z | Compiling regex-syntax v0.8.4 |
861 | 2024-09-27T00:20:26.230Z | Compiling ucd-trie v0.1.6 |
862 | 2024-09-27T00:20:26.702Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-09-27T00:20:26.917Z | Compiling try-lock v0.2.5 |
864 | 2024-09-27T00:20:27.080Z | Compiling want v0.3.1 |
865 | 2024-09-27T00:20:27.384Z | Compiling httpdate v1.0.3 |
866 | 2024-09-27T00:20:29.115Z | Compiling time-core v0.1.2 |
867 | 2024-09-27T00:20:29.271Z | Compiling tower-service v0.3.3 |
868 | 2024-09-27T00:20:29.410Z | Compiling num-conv v0.1.0 |
869 | 2024-09-27T00:20:29.636Z | Compiling regex-automata v0.4.7 |
870 | 2024-09-27T00:20:29.704Z | Compiling time-macros v0.2.18 |
871 | 2024-09-27T00:20:30.142Z | Compiling subtle v2.6.1 |
872 | 2024-09-27T00:20:30.439Z | Compiling tinyvec_macros v0.1.1 |
873 | 2024-09-27T00:20:30.544Z | Compiling percent-encoding v2.3.1 |
874 | 2024-09-27T00:20:31.036Z | Compiling anyhow v1.0.88 |
875 | 2024-09-27T00:20:31.072Z | Compiling form_urlencoded v1.2.1 |
876 | 2024-09-27T00:20:31.578Z | Compiling tinyvec v1.8.0 |
877 | 2024-09-27T00:20:31.856Z | Compiling usdt-impl v0.5.0 |
878 | 2024-09-27T00:20:31.908Z | Compiling serde_derive v1.0.210 |
879 | 2024-09-27T00:20:32.240Z | Compiling zerocopy-derive v0.7.35 |
880 | 2024-09-27T00:20:32.695Z | Compiling thiserror-impl v1.0.64 |
881 | 2024-09-27T00:20:32.715Z | Compiling tokio-macros v2.4.0 |
882 | 2024-09-27T00:20:33.233Z | Compiling schemars_derive v0.8.21 |
883 | 2024-09-27T00:20:34.293Z | Compiling futures-macro v0.3.30 |
884 | 2024-09-27T00:20:34.336Z | Compiling zerocopy v0.7.35 |
885 | 2024-09-27T00:20:35.907Z | Compiling tracing-attributes v0.1.27 |
886 | 2024-09-27T00:20:36.234Z | Compiling futures-util v0.3.30 |
887 | 2024-09-27T00:20:36.289Z | Compiling openssl-macros v0.1.1 |
888 | 2024-09-27T00:20:36.368Z | Compiling hashbrown v0.14.5 |
889 | 2024-09-27T00:20:37.282Z | Compiling scroll_derive v0.12.0 |
890 | 2024-09-27T00:20:37.847Z | Compiling regress v0.10.1 |
891 | 2024-09-27T00:20:38.842Z | Compiling pest v2.7.11 |
892 | 2024-09-27T00:20:39.469Z | Compiling tracing v0.1.40 |
893 | 2024-09-27T00:20:40.192Z | Compiling regex v1.10.6 |
894 | 2024-09-27T00:20:41.202Z | Compiling foreign-types-shared v0.1.1 |
895 | 2024-09-27T00:20:41.338Z | Compiling pest_meta v2.7.11 |
896 | 2024-09-27T00:20:41.830Z | Compiling foreign-types v0.3.2 |
897 | 2024-09-27T00:20:41.937Z | Compiling scroll v0.12.0 |
898 | 2024-09-27T00:20:42.472Z | Compiling unicode-normalization v0.1.23 |
899 | 2024-09-27T00:20:43.171Z | Compiling pest_generator v2.7.11 |
900 | 2024-09-27T00:20:43.786Z | Compiling plain v0.2.3 |
901 | 2024-09-27T00:20:43.951Z | Compiling unicode-bidi v0.3.15 |
902 | 2024-09-27T00:20:44.040Z | Compiling unsafe-libyaml v0.2.11 |
903 | 2024-09-27T00:20:44.727Z | Compiling goblin v0.8.2 |
904 | 2024-09-27T00:20:45.459Z | Compiling bytes v1.7.2 |
905 | 2024-09-27T00:20:46.651Z | Compiling smallvec v1.13.2 |
906 | 2024-09-27T00:20:46.778Z | Compiling indexmap v2.5.0 |
907 | 2024-09-27T00:20:47.740Z | Compiling parking_lot v0.12.3 |
908 | 2024-09-27T00:20:48.024Z | Compiling serde_tokenstream v0.2.2 |
909 | 2024-09-27T00:20:48.277Z | Compiling tokio v1.40.0 |
910 | 2024-09-27T00:20:48.303Z | Compiling uuid v1.10.0 |
911 | 2024-09-27T00:20:48.597Z | Compiling chrono v0.4.38 |
912 | 2024-09-27T00:20:53.664Z | Compiling http v0.2.12 |
913 | 2024-09-27T00:20:54.130Z | Compiling openapiv3 v2.0.0 |
914 | 2024-09-27T00:20:55.651Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
915 | 2024-09-27T00:20:56.025Z | Compiling pest_derive v2.7.11 |
916 | 2024-09-27T00:20:56.929Z | Compiling http v1.1.0 |
917 | 2024-09-27T00:20:56.949Z | Compiling serde_yaml v0.9.34+deprecated |
918 | 2024-09-27T00:20:58.479Z | Compiling tokio-util v0.7.11 |
919 | 2024-09-27T00:21:00.532Z | Compiling pretty-hex v0.4.1 |
920 | 2024-09-27T00:21:00.724Z | Compiling openssl-probe v0.1.5 |
921 | 2024-09-27T00:21:00.746Z | Compiling omicron-workspace-hack v0.1.0 |
922 | 2024-09-27T00:21:00.764Z | Compiling rustversion v1.0.17 |
923 | 2024-09-27T00:21:01.078Z | Compiling rustls-pki-types v1.8.0 |
924 | 2024-09-27T00:21:01.554Z | Compiling dof v0.3.0 |
925 | 2024-09-27T00:21:01.605Z | Compiling dtrace-parser v0.2.0 |
926 | 2024-09-27T00:21:02.376Z | Compiling idna v0.5.0 |
927 | 2024-09-27T00:21:03.237Z | Compiling rand_core v0.6.4 |
928 | 2024-09-27T00:21:03.301Z | Compiling thread-id v4.2.2 |
929 | 2024-09-27T00:21:03.352Z | Compiling encoding_rs v0.8.34 |
930 | 2024-09-27T00:21:03.413Z | Compiling camino v1.1.9 |
931 | 2024-09-27T00:21:03.710Z | Compiling rustls v0.22.4 |
932 | 2024-09-27T00:21:04.019Z | Compiling syn v1.0.109 |
933 | 2024-09-27T00:21:04.046Z | Compiling mime v0.3.17 |
934 | 2024-09-27T00:21:04.615Z | Compiling strsim v0.11.1 |
935 | 2024-09-27T00:21:05.361Z | Compiling url v2.5.2 |
936 | 2024-09-27T00:21:06.543Z | Compiling tokio-native-tls v0.3.1 |
937 | 2024-09-27T00:21:06.985Z | Compiling ipnetwork v0.20.0 |
938 | 2024-09-27T00:21:07.586Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
939 | 2024-09-27T00:21:07.673Z | Compiling serde_urlencoded v0.7.1 |
940 | 2024-09-27T00:21:10.760Z | Compiling slog-async v2.8.0 |
941 | 2024-09-27T00:21:11.269Z | Compiling atomic-waker v1.1.2 |
942 | 2024-09-27T00:21:11.577Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
943 | 2024-09-27T00:21:11.724Z | Compiling ipnet v2.9.0 |
944 | 2024-09-27T00:21:12.291Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
945 | 2024-09-27T00:21:14.753Z | Compiling rustls-webpki v0.102.7 |
946 | 2024-09-27T00:21:17.751Z | Compiling toml_datetime v0.6.8 |
947 | 2024-09-27T00:21:18.218Z | Compiling ppv-lite86 v0.2.20 |
948 | 2024-09-27T00:21:19.205Z | Compiling multer v3.1.0 |
949 | 2024-09-27T00:21:19.258Z | Compiling ident_case v1.0.1 |
950 | 2024-09-27T00:21:19.442Z | Compiling paste v1.0.15 |
951 | 2024-09-27T00:21:19.713Z | Compiling zeroize v1.8.1 |
952 | 2024-09-27T00:21:20.052Z | Compiling darling_core v0.20.10 |
953 | 2024-09-27T00:21:20.574Z | Compiling rand_chacha v0.3.1 |
954 | 2024-09-27T00:21:22.284Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
955 | 2024-09-27T00:21:22.426Z | Compiling usdt-macro v0.5.0 |
956 | 2024-09-27T00:21:22.446Z | Compiling usdt-attr-macro v0.5.0 |
957 | 2024-09-27T00:21:24.013Z | Compiling h2 v0.3.26 |
958 | 2024-09-27T00:21:24.179Z | Compiling http-body v0.4.6 |
959 | 2024-09-27T00:21:24.802Z | Compiling async-trait v0.1.83 |
960 | 2024-09-27T00:21:26.130Z | Compiling darling_macro v0.20.10 |
961 | 2024-09-27T00:21:27.369Z | Compiling rand v0.8.5 |
962 | 2024-09-27T00:21:28.858Z | Compiling rustls-webpki v0.101.7 |
963 | 2024-09-27T00:21:28.963Z | Compiling sct v0.7.1 |
964 | 2024-09-27T00:21:29.217Z | Compiling hyper v0.14.30 |
965 | 2024-09-27T00:21:29.464Z | Compiling async-stream-impl v0.3.5 |
966 | 2024-09-27T00:21:31.284Z | Compiling powerfmt v0.2.0 |
967 | 2024-09-27T00:21:31.433Z | Compiling crossbeam-utils v0.8.20 |
968 | 2024-09-27T00:21:31.805Z | Compiling deranged v0.3.11 |
969 | 2024-09-27T00:21:33.581Z | Compiling darling v0.20.10 |
970 | 2024-09-27T00:21:33.711Z | Compiling strum_macros v0.26.4 |
971 | 2024-09-27T00:21:34.274Z | Compiling structmeta-derive v0.3.0 |
972 | 2024-09-27T00:21:37.133Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
973 | 2024-09-27T00:21:37.529Z | Compiling winnow v0.6.18 |
974 | 2024-09-27T00:21:37.717Z | Compiling num_threads v0.1.7 |
975 | 2024-09-27T00:21:37.862Z | Compiling base64 v0.22.1 |
976 | 2024-09-27T00:21:38.643Z | Compiling time v0.3.36 |
977 | 2024-09-27T00:21:39.272Z | Compiling structmeta v0.3.0 |
978 | 2024-09-27T00:21:39.674Z | Compiling tokio-rustls v0.24.1 |
979 | 2024-09-27T00:21:40.121Z | Compiling serde_with_macros v3.9.0 |
980 | 2024-09-27T00:21:42.635Z | Compiling crypto-common v0.1.6 |
981 | 2024-09-27T00:21:42.868Z | Compiling block-buffer v0.10.4 |
982 | 2024-09-27T00:21:43.575Z | Compiling base64 v0.21.7 |
983 | 2024-09-27T00:21:44.702Z | Compiling rustls-pemfile v1.0.4 |
984 | 2024-09-27T00:21:45.443Z | Compiling digest v0.10.7 |
985 | 2024-09-27T00:21:46.045Z | Compiling hyper-rustls v0.24.2 |
986 | 2024-09-27T00:21:46.375Z | Compiling parse-display-derive v0.10.0 |
987 | 2024-09-27T00:21:46.471Z | Compiling rustls-pemfile v2.1.3 |
988 | 2024-09-27T00:21:47.240Z | Compiling hyper-tls v0.5.0 |
989 | 2024-09-27T00:21:48.413Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#2ad43f52) |
990 | 2024-09-27T00:21:48.916Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
991 | 2024-09-27T00:21:49.760Z | Compiling dirs-sys-next v0.1.2 |
992 | 2024-09-27T00:21:50.445Z | Compiling sync_wrapper v0.1.2 |
993 | 2024-09-27T00:21:50.592Z | Compiling match_cfg v0.1.0 |
994 | 2024-09-27T00:21:50.700Z | Compiling webpki-roots v0.25.4 |
995 | 2024-09-27T00:21:50.885Z | Compiling reqwest v0.11.27 |
996 | 2024-09-27T00:21:51.338Z | Compiling hostname v0.3.1 |
997 | 2024-09-27T00:21:51.425Z | Compiling dirs-next v2.0.0 |
998 | 2024-09-27T00:21:51.684Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
999 | 2024-09-27T00:21:53.009Z | Compiling thread_local v1.1.8 |
1000 | 2024-09-27T00:21:53.830Z | Compiling lazy_static v1.5.0 |
1001 | 2024-09-27T00:21:53.981Z | Compiling cpufeatures v0.2.13 |
1002 | 2024-09-27T00:21:56.867Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1003 | 2024-09-27T00:21:56.889Z | Compiling term v0.7.0 |
1004 | 2024-09-27T00:21:58.385Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1005 | 2024-09-27T00:21:58.533Z | Compiling crossbeam-channel v0.5.13 |
1006 | 2024-09-27T00:21:59.330Z | Compiling serde_spanned v0.6.7 |
1007 | 2024-09-27T00:22:00.095Z | Compiling futures-executor v0.3.30 |
1008 | 2024-09-27T00:22:00.359Z | Compiling memmap v0.7.0 |
1009 | 2024-09-27T00:22:00.785Z | Compiling is-terminal v0.4.13 |
1010 | 2024-09-27T00:22:01.042Z | Compiling instant v0.1.13 |
1011 | 2024-09-27T00:22:01.176Z | Compiling rustix v0.38.35 |
1012 | 2024-09-27T00:22:01.219Z | Compiling take_mut v0.2.2 |
1013 | 2024-09-27T00:22:02.220Z | Compiling slog-term v2.9.1 |
1014 | 2024-09-27T00:22:02.490Z | Compiling usdt v0.5.0 |
1015 | 2024-09-27T00:22:03.939Z | Compiling futures v0.3.30 |
1016 | 2024-09-27T00:22:04.069Z | Compiling toml_edit v0.22.20 |
1017 | 2024-09-27T00:22:04.242Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1018 | 2024-09-27T00:22:04.451Z | Compiling slog-json v2.6.1 |
1019 | 2024-09-27T00:22:04.985Z | Compiling errno v0.3.9 |
1020 | 2024-09-27T00:22:05.254Z | Compiling unicode-width v0.1.13 |
1021 | 2024-09-27T00:22:05.553Z | Compiling heapless v0.8.0 |
1022 | 2024-09-27T00:22:08.415Z | Compiling toml v0.8.19 |
1023 | 2024-09-27T00:22:11.142Z | Compiling tokio-rustls v0.25.0 |
1024 | 2024-09-27T00:22:13.392Z | Compiling slog-bunyan v2.5.0 |
1025 | 2024-09-27T00:22:13.679Z | Compiling sha1 v0.10.6 |
1026 | 2024-09-27T00:22:14.497Z | Compiling strum v0.26.3 |
1027 | 2024-09-27T00:22:14.705Z | Compiling async-stream v0.3.5 |
1028 | 2024-09-27T00:22:15.026Z | Compiling waitgroup v0.1.2 |
1029 | 2024-09-27T00:22:15.278Z | Compiling serde_path_to_error v0.1.16 |
1030 | 2024-09-27T00:22:15.657Z | Compiling hostname v0.4.0 |
1031 | 2024-09-27T00:22:15.677Z | Compiling hash32 v0.3.1 |
1032 | 2024-09-27T00:22:15.925Z | Compiling smoltcp v0.11.0 |
1033 | 2024-09-27T00:22:16.457Z | Compiling stable_deref_trait v1.2.0 |
1034 | 2024-09-27T00:22:16.572Z | Compiling debug-ignore v1.0.5 |
1035 | 2024-09-27T00:22:18.619Z | Compiling serde_with v3.9.0 |
1036 | 2024-09-27T00:22:24.448Z | Compiling newtype-uuid v1.1.0 |
1037 | 2024-09-27T00:22:24.710Z | Compiling hex v0.4.3 |
1038 | 2024-09-27T00:22:24.795Z | Compiling clap_derive v4.5.13 |
1039 | 2024-09-27T00:22:25.648Z | Compiling winnow v0.5.40 |
1040 | 2024-09-27T00:22:25.674Z | Compiling utf8parse v0.2.2 |
1041 | 2024-09-27T00:22:25.849Z | Compiling bitflags v1.3.2 |
1042 | 2024-09-27T00:22:25.967Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1043 | 2024-09-27T00:22:26.375Z | Compiling managed v0.8.0 |
1044 | 2024-09-27T00:22:26.907Z | Compiling cobs v0.2.3 |
1045 | 2024-09-27T00:22:27.191Z | Compiling heck v0.4.1 |
1046 | 2024-09-27T00:22:27.334Z | Compiling postcard v1.0.10 |
1047 | 2024-09-27T00:22:28.236Z | Compiling anstyle-parse v0.2.5 |
1048 | 2024-09-27T00:22:29.521Z | Compiling toml_edit v0.19.15 |
1049 | 2024-09-27T00:22:29.549Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1050 | 2024-09-27T00:22:29.736Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1051 | 2024-09-27T00:22:32.577Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1052 | 2024-09-27T00:22:33.838Z | Compiling backoff v0.4.0 |
1053 | 2024-09-27T00:22:34.226Z | Compiling parse-display v0.10.0 |
1054 | 2024-09-27T00:22:35.182Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1055 | 2024-09-27T00:22:35.726Z | Compiling macaddr v1.0.1 |
1056 | 2024-09-27T00:22:36.252Z | Compiling regress v0.9.1 |
1057 | 2024-09-27T00:22:36.442Z | Compiling is_terminal_polyfill v1.70.1 |
1058 | 2024-09-27T00:22:36.591Z | Compiling anstyle-query v1.1.1 |
1059 | 2024-09-27T00:22:36.751Z | Compiling anstyle v1.0.8 |
1060 | 2024-09-27T00:22:37.896Z | Compiling colorchoice v1.0.2 |
1061 | 2024-09-27T00:22:38.076Z | Compiling anstream v0.6.15 |
1062 | 2024-09-27T00:22:40.317Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1063 | 2024-09-27T00:22:40.338Z | Compiling proc-macro-crate v1.3.1 |
1064 | 2024-09-27T00:22:40.652Z | Compiling terminal_size v0.3.0 |
1065 | 2024-09-27T00:22:41.902Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1066 | 2024-09-27T00:22:42.279Z | Compiling clap_lex v0.7.2 |
1067 | 2024-09-27T00:22:42.814Z | Compiling clap_builder v4.5.17 |
1068 | 2024-09-27T00:22:42.919Z | Compiling num_enum_derive v0.5.11 |
1069 | 2024-09-27T00:22:45.468Z | Compiling tabwriter v1.4.0 |
1070 | 2024-09-27T00:22:46.206Z | Compiling foreign-types-macros v0.2.3 |
1071 | 2024-09-27T00:22:46.372Z | Compiling num-integer v0.1.46 |
1072 | 2024-09-27T00:22:47.601Z | Compiling foreign-types-shared v0.3.1 |
1073 | 2024-09-27T00:22:47.739Z | Compiling foreign-types v0.5.0 |
1074 | 2024-09-27T00:22:47.878Z | Compiling clap v4.5.17 |
1075 | 2024-09-27T00:22:48.038Z | Compiling num_enum v0.5.11 |
1076 | 2024-09-27T00:22:50.065Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1077 | 2024-09-27T00:22:51.009Z | Compiling cstr-argument v0.1.2 |
1078 | 2024-09-27T00:22:51.030Z | Compiling proc-macro-error-attr v1.0.4 |
1079 | 2024-09-27T00:22:51.647Z | Compiling prettyplease v0.2.22 |
1080 | 2024-09-27T00:22:51.995Z | Compiling pretty-hex v0.2.1 |
1081 | 2024-09-27T00:22:52.218Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1082 | 2024-09-27T00:22:52.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1083 | 2024-09-27T00:22:53.592Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1084 | 2024-09-27T00:22:55.112Z | Compiling num-rational v0.4.2 |
1085 | 2024-09-27T00:22:55.395Z | Compiling num-iter v0.1.45 |
1086 | 2024-09-27T00:22:55.998Z | Compiling colored v2.1.0 |
1087 | 2024-09-27T00:22:57.616Z | Compiling num-complex v0.4.6 |
1088 | 2024-09-27T00:22:58.232Z | Compiling proc-macro-error v1.0.4 |
1089 | 2024-09-27T00:22:58.541Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1090 | 2024-09-27T00:22:58.591Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1091 | 2024-09-27T00:22:58.962Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1092 | 2024-09-27T00:22:59.174Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1093 | 2024-09-27T00:22:59.350Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1094 | 2024-09-27T00:23:00.385Z | Compiling num v0.4.3 |
1095 | 2024-09-27T00:23:02.773Z | Compiling http-body v1.0.1 |
1096 | 2024-09-27T00:23:03.360Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1097 | 2024-09-27T00:23:03.819Z | Compiling crucible-workspace-hack v0.1.0 |
1098 | 2024-09-27T00:23:03.923Z | Compiling float-ord v0.3.2 |
1099 | 2024-09-27T00:23:04.102Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1100 | 2024-09-27T00:23:07.026Z | Compiling h2 v0.4.6 |
1101 | 2024-09-27T00:23:11.211Z | Compiling fastrand v2.1.1 |
1102 | 2024-09-27T00:23:11.889Z | Compiling either v1.13.0 |
1103 | 2024-09-27T00:23:12.347Z | Compiling semver v0.1.20 |
1104 | 2024-09-27T00:23:12.586Z | Compiling itertools v0.10.5 |
1105 | 2024-09-27T00:23:12.930Z | Compiling rustc_version v0.1.7 |
1106 | 2024-09-27T00:23:13.639Z | Compiling hyper v1.4.1 |
1107 | 2024-09-27T00:23:14.416Z | Compiling tempfile v3.12.0 |
1108 | 2024-09-27T00:23:16.003Z | Compiling zone_cfg_derive v0.3.0 |
1109 | 2024-09-27T00:23:16.167Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1110 | 2024-09-27T00:23:17.601Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1111 | 2024-09-27T00:23:18.105Z | Compiling num-derive v0.4.2 |
1112 | 2024-09-27T00:23:19.099Z | Compiling sigpipe v0.1.3 |
1113 | 2024-09-27T00:23:19.244Z | Compiling unicode-segmentation v1.11.0 |
1114 | 2024-09-27T00:23:20.113Z | Compiling rustls v0.23.12 |
1115 | 2024-09-27T00:23:20.401Z | Compiling base64ct v1.6.0 |
1116 | 2024-09-27T00:23:20.481Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1117 | 2024-09-27T00:23:20.548Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1118 | 2024-09-27T00:23:20.896Z | Compiling newline-converter v0.3.0 |
1119 | 2024-09-27T00:23:21.088Z | Compiling password-hash v0.5.0 |
1120 | 2024-09-27T00:23:21.105Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1121 | 2024-09-27T00:23:21.627Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1122 | 2024-09-27T00:23:22.072Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1123 | 2024-09-27T00:23:23.260Z | Compiling zone v0.3.0 |
1124 | 2024-09-27T00:23:24.305Z | Compiling hyper-util v0.1.9 |
1125 | 2024-09-27T00:23:24.514Z | Compiling camino-tempfile v1.1.1 |
1126 | 2024-09-27T00:23:25.287Z | Compiling newtype_derive v0.1.6 |
1127 | 2024-09-27T00:23:25.445Z | Compiling console v0.15.8 |
1128 | 2024-09-27T00:23:25.637Z | Compiling blake2 v0.10.6 |
1129 | 2024-09-27T00:23:26.620Z | Compiling hubpack_derive v0.1.1 |
1130 | 2024-09-27T00:23:26.835Z | Compiling smf v0.2.3 |
1131 | 2024-09-27T00:23:27.566Z | Compiling zerocopy-derive v0.6.6 |
1132 | 2024-09-27T00:23:28.222Z | Compiling similar v2.6.0 |
1133 | 2024-09-27T00:23:28.540Z | Compiling whoami v1.5.1 |
1134 | 2024-09-27T00:23:28.610Z | Compiling hubpack v0.1.2 |
1135 | 2024-09-27T00:23:29.476Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1136 | 2024-09-27T00:23:29.500Z | Compiling expectorate v1.1.0 |
1137 | 2024-09-27T00:23:29.695Z | Compiling argon2 v0.5.3 |
1138 | 2024-09-27T00:23:29.723Z | Compiling zerocopy v0.6.6 |
1139 | 2024-09-27T00:23:31.476Z | Compiling http-body-util v0.1.2 |
1140 | 2024-09-27T00:23:32.075Z | Compiling strum_macros v0.25.3 |
1141 | 2024-09-27T00:23:32.115Z | Compiling typify-impl v0.2.0 |
1142 | 2024-09-27T00:23:32.416Z | Compiling serde_repr v0.1.19 |
1143 | 2024-09-27T00:23:32.983Z | Compiling cookie v0.18.1 |
1144 | 2024-09-27T00:23:33.349Z | Compiling fixedbitset v0.4.2 |
1145 | 2024-09-27T00:23:33.700Z | Compiling static_assertions v1.1.0 |
1146 | 2024-09-27T00:23:33.818Z | Compiling petgraph v0.6.5 |
1147 | 2024-09-27T00:23:34.101Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1148 | 2024-09-27T00:23:34.574Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1149 | 2024-09-27T00:23:35.834Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1150 | 2024-09-27T00:23:38.478Z | Compiling tokio-rustls v0.26.0 |
1151 | 2024-09-27T00:23:39.210Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1152 | 2024-09-27T00:23:39.902Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1153 | 2024-09-27T00:23:40.161Z | Compiling enum-as-inner v0.6.0 |
1154 | 2024-09-27T00:23:41.383Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1155 | 2024-09-27T00:23:42.621Z | Compiling webpki-roots v0.26.5 |
1156 | 2024-09-27T00:23:42.865Z | Compiling idna v0.4.0 |
1157 | 2024-09-27T00:23:44.191Z | Compiling typify-macro v0.2.0 |
1158 | 2024-09-27T00:23:44.399Z | Compiling data-encoding v2.6.0 |
1159 | 2024-09-27T00:23:46.437Z | Compiling quick-error v1.2.3 |
1160 | 2024-09-27T00:23:46.603Z | Compiling linked-hash-map v0.5.6 |
1161 | 2024-09-27T00:23:46.699Z | Compiling highway v1.2.0 |
1162 | 2024-09-27T00:23:47.020Z | Compiling convert_case v0.4.0 |
1163 | 2024-09-27T00:23:47.798Z | Compiling derive_more v0.99.18 |
1164 | 2024-09-27T00:23:48.131Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1165 | 2024-09-27T00:23:48.203Z | Compiling lru-cache v0.1.2 |
1166 | 2024-09-27T00:23:48.444Z | Compiling resolv-conf v0.7.0 |
1167 | 2024-09-27T00:23:50.041Z | Compiling hickory-proto v0.24.1 |
1168 | 2024-09-27T00:23:50.607Z | Compiling hyper-rustls v0.27.3 |
1169 | 2024-09-27T00:23:51.203Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1170 | 2024-09-27T00:23:51.515Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1171 | 2024-09-27T00:23:51.626Z | Compiling steno v0.4.1 |
1172 | 2024-09-27T00:23:51.996Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1173 | 2024-09-27T00:23:54.645Z | Compiling hyper-tls v0.6.0 |
1174 | 2024-09-27T00:23:55.106Z | Compiling derive-where v1.2.7 |
1175 | 2024-09-27T00:23:55.112Z | Compiling sync_wrapper v1.0.1 |
1176 | 2024-09-27T00:23:55.262Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1177 | 2024-09-27T00:23:55.628Z | Compiling slog-dtrace v0.3.0 |
1178 | 2024-09-27T00:23:56.003Z | Compiling parking_lot_core v0.8.6 |
1179 | 2024-09-27T00:23:56.484Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1180 | 2024-09-27T00:23:56.655Z | Compiling humantime v2.1.0 |
1181 | 2024-09-27T00:23:57.531Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1182 | 2024-09-27T00:23:58.467Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1183 | 2024-09-27T00:23:58.772Z | Compiling reqwest v0.12.7 |
1184 | 2024-09-27T00:24:00.799Z | Compiling hickory-resolver v0.24.1 |
1185 | 2024-09-27T00:24:03.071Z | Compiling num-derive v0.3.3 |
1186 | 2024-09-27T00:24:05.399Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1187 | 2024-09-27T00:24:05.530Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1188 | 2024-09-27T00:24:05.918Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1189 | 2024-09-27T00:24:06.174Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1190 | 2024-09-27T00:24:09.004Z | Compiling typify v0.2.0 |
1191 | 2024-09-27T00:24:10.407Z | Compiling dropshot v0.12.0 |
1192 | 2024-09-27T00:24:10.854Z | Compiling progenitor-impl v0.8.0 |
1193 | 2024-09-27T00:24:10.890Z | Compiling parking_lot v0.11.2 |
1194 | 2024-09-27T00:24:13.030Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-09-27T00:24:13.186Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1196 | 2024-09-27T00:24:15.979Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#76c735d4) |
1197 | 2024-09-27T00:24:17.600Z | Compiling crossbeam-epoch v0.9.18 |
1198 | 2024-09-27T00:24:18.733Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1199 | 2024-09-27T00:24:22.050Z | Compiling dropshot_endpoint v0.12.0 |
1200 | 2024-09-27T00:24:23.324Z | Compiling fxhash v0.2.1 |
1201 | 2024-09-27T00:24:23.564Z | Compiling crc32fast v1.4.2 |
1202 | 2024-09-27T00:24:24.099Z | Compiling crc8 v0.1.1 |
1203 | 2024-09-27T00:24:24.418Z | Compiling arc-swap v1.7.1 |
1204 | 2024-09-27T00:24:25.251Z | Compiling slog-scope v4.4.0 |
1205 | 2024-09-27T00:24:25.899Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#76c735d4) |
1206 | 2024-09-27T00:24:26.885Z | Compiling sled v0.34.7 |
1207 | 2024-09-27T00:24:28.900Z | Compiling progenitor-macro v0.8.0 |
1208 | 2024-09-27T00:24:34.213Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#61e1b382) |
1209 | 2024-09-27T00:24:44.561Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1210 | 2024-09-27T00:24:49.401Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1211 | 2024-09-27T00:24:56.001Z | Compiling progenitor-client v0.8.0 |
1212 | 2024-09-27T00:24:56.679Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1213 | 2024-09-27T00:24:56.913Z | Compiling progenitor v0.8.0 |
1214 | 2024-09-27T00:24:57.148Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1215 | 2024-09-27T00:24:57.196Z | Compiling slog-stdlog v4.1.1 |
1216 | 2024-09-27T00:24:57.990Z | Compiling slog-envlogger v2.2.0 |
1217 | 2024-09-27T00:25:00.711Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1218 | 2024-09-27T00:25:29.336Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1219 | 2024-09-27T00:25:29.336Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1220 | 2024-09-27T00:25:37.371Z | Finished `release` profile [optimized] target(s) in 5m 44s |
1221 | 2024-09-27T00:25:37.690Z | + banner trio |
1222 | 2024-09-27T00:25:37.693Z | |
1223 | 2024-09-27T00:25:37.693Z | ##### ##### # #### |
1224 | 2024-09-27T00:25:37.693Z | # # # # # # |
1225 | 2024-09-27T00:25:37.693Z | # # # # # # |
1226 | 2024-09-27T00:25:37.693Z | # ##### # # # |
1227 | 2024-09-27T00:25:37.693Z | # # # # # # |
1228 | 2024-09-27T00:25:37.693Z | # # # # #### |
1229 | 2024-09-27T00:25:37.693Z | |
1230 | 2024-09-27T00:25:37.693Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1231 | 2024-09-27T00:25:38.179Z | Compiling cfg-if v1.0.0 |
1232 | 2024-09-27T00:25:38.179Z | Compiling libc v0.2.158 |
1233 | 2024-09-27T00:25:38.182Z | Compiling serde v1.0.210 |
1234 | 2024-09-27T00:25:38.182Z | Compiling once_cell v1.19.0 |
1235 | 2024-09-27T00:25:38.182Z | Compiling itoa v1.0.11 |
1236 | 2024-09-27T00:25:38.249Z | Compiling byteorder v1.5.0 |
1237 | 2024-09-27T00:25:38.261Z | Compiling syn v2.0.77 |
1238 | 2024-09-27T00:25:38.267Z | Compiling bytes v1.7.2 |
1239 | 2024-09-27T00:25:38.307Z | Compiling num-traits v0.2.19 |
1240 | 2024-09-27T00:25:38.452Z | Compiling zerocopy v0.7.35 |
1241 | 2024-09-27T00:25:38.627Z | Compiling pin-project-lite v0.2.14 |
1242 | 2024-09-27T00:25:38.641Z | Compiling ahash v0.8.11 |
1243 | 2024-09-27T00:25:38.677Z | Compiling memchr v2.7.4 |
1244 | 2024-09-27T00:25:38.690Z | Compiling schemars v0.8.21 |
1245 | 2024-09-27T00:25:38.734Z | Compiling smallvec v1.13.2 |
1246 | 2024-09-27T00:25:38.855Z | Compiling allocator-api2 v0.2.18 |
1247 | 2024-09-27T00:25:39.034Z | Compiling scopeguard v1.2.0 |
1248 | 2024-09-27T00:25:39.218Z | Compiling lock_api v0.4.12 |
1249 | 2024-09-27T00:25:39.665Z | Compiling getrandom v0.2.15 |
1250 | 2024-09-27T00:25:39.710Z | Compiling hashbrown v0.14.5 |
1251 | 2024-09-27T00:25:39.721Z | Compiling parking_lot_core v0.9.10 |
1252 | 2024-09-27T00:25:39.741Z | Compiling signal-hook-registry v1.4.2 |
1253 | 2024-09-27T00:25:40.017Z | Compiling mio v1.0.2 |
1254 | 2024-09-27T00:25:40.086Z | Compiling parking_lot v0.12.3 |
1255 | 2024-09-27T00:25:40.565Z | Compiling socket2 v0.5.7 |
1256 | 2024-09-27T00:25:40.696Z | Compiling fnv v1.0.7 |
1257 | 2024-09-27T00:25:40.832Z | Compiling log v0.4.22 |
1258 | 2024-09-27T00:25:41.209Z | Compiling futures-core v0.3.30 |
1259 | 2024-09-27T00:25:41.381Z | Compiling ryu v1.0.18 |
1260 | 2024-09-27T00:25:41.409Z | Compiling equivalent v1.0.1 |
1261 | 2024-09-27T00:25:41.438Z | Compiling tracing-core v0.1.32 |
1262 | 2024-09-27T00:25:41.517Z | Compiling serde_json v1.0.128 |
1263 | 2024-09-27T00:25:41.551Z | Compiling uuid v1.10.0 |
1264 | 2024-09-27T00:25:41.692Z | Compiling regress v0.10.1 |
1265 | 2024-09-27T00:25:41.940Z | Compiling futures-sink v0.3.30 |
1266 | 2024-09-27T00:25:42.094Z | Compiling spin v0.9.8 |
1267 | 2024-09-27T00:25:42.115Z | Compiling pin-utils v0.1.0 |
1268 | 2024-09-27T00:25:42.177Z | Compiling futures-task v0.3.30 |
1269 | 2024-09-27T00:25:42.203Z | Compiling untrusted v0.9.0 |
1270 | 2024-09-27T00:25:42.214Z | Compiling slab v0.4.9 |
1271 | 2024-09-27T00:25:42.373Z | Compiling ring v0.17.8 |
1272 | 2024-09-27T00:25:42.398Z | Compiling futures-util v0.3.30 |
1273 | 2024-09-27T00:25:42.511Z | Compiling try-lock v0.2.5 |
1274 | 2024-09-27T00:25:42.670Z | Compiling want v0.3.1 |
1275 | 2024-09-27T00:25:42.948Z | Compiling httparse v1.9.4 |
1276 | 2024-09-27T00:25:43.343Z | Compiling chrono v0.4.38 |
1277 | 2024-09-27T00:25:43.892Z | Compiling futures-channel v0.3.30 |
1278 | 2024-09-27T00:25:44.066Z | Compiling dyn-clone v1.0.17 |
1279 | 2024-09-27T00:25:44.269Z | Compiling foreign-types-shared v0.1.1 |
1280 | 2024-09-27T00:25:44.343Z | Compiling tower-service v0.3.3 |
1281 | 2024-09-27T00:25:44.373Z | Compiling foreign-types v0.3.2 |
1282 | 2024-09-27T00:25:44.469Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-09-27T00:25:44.784Z | Compiling unicode-ident v1.0.13 |
1284 | 2024-09-27T00:25:44.977Z | Compiling serde_derive_internals v0.29.1 |
1285 | 2024-09-27T00:25:45.400Z | Compiling bitflags v2.6.0 |
1286 | 2024-09-27T00:25:45.416Z | Compiling proc-macro2 v1.0.86 |
1287 | 2024-09-27T00:25:45.749Z | Compiling http v1.1.0 |
1288 | 2024-09-27T00:25:45.914Z | Compiling semver v1.0.23 |
1289 | 2024-09-27T00:25:46.398Z | Compiling tinyvec_macros v0.1.1 |
1290 | 2024-09-27T00:25:46.421Z | Compiling openssl-probe v0.1.5 |
1291 | 2024-09-27T00:25:46.488Z | Compiling tinyvec v1.8.0 |
1292 | 2024-09-27T00:25:47.010Z | Compiling quote v1.0.37 |
1293 | 2024-09-27T00:25:47.261Z | Compiling percent-encoding v2.3.1 |
1294 | 2024-09-27T00:25:47.734Z | Compiling form_urlencoded v1.2.1 |
1295 | 2024-09-27T00:25:48.250Z | Compiling unicode-normalization v0.1.23 |
1296 | 2024-09-27T00:25:49.137Z | Compiling http v0.2.12 |
1297 | 2024-09-27T00:25:49.522Z | Compiling aho-corasick v1.1.3 |
1298 | 2024-09-27T00:25:50.218Z | Compiling heck v0.5.0 |
1299 | 2024-09-27T00:25:50.353Z | Compiling rustls-pki-types v1.8.0 |
1300 | 2024-09-27T00:25:50.479Z | Compiling serde_derive v1.0.210 |
1301 | 2024-09-27T00:25:50.510Z | Compiling zerocopy-derive v0.7.35 |
1302 | 2024-09-27T00:25:50.927Z | Compiling thiserror-impl v1.0.64 |
1303 | 2024-09-27T00:25:51.536Z | Compiling tokio-macros v2.4.0 |
1304 | 2024-09-27T00:25:51.643Z | Compiling schemars_derive v0.8.21 |
1305 | 2024-09-27T00:25:53.177Z | Compiling tokio v1.40.0 |
1306 | 2024-09-27T00:25:53.836Z | Compiling tracing-attributes v0.1.27 |
1307 | 2024-09-27T00:25:53.974Z | Compiling thiserror v1.0.64 |
1308 | 2024-09-27T00:25:54.118Z | Compiling openssl-macros v0.1.1 |
1309 | 2024-09-27T00:25:54.717Z | Compiling unicode-bidi v0.3.15 |
1310 | 2024-09-27T00:25:54.963Z | Compiling openssl v0.10.66 |
1311 | 2024-09-27T00:25:55.334Z | Compiling regex-automata v0.4.7 |
1312 | 2024-09-27T00:25:57.211Z | Compiling tracing v0.1.40 |
1313 | 2024-09-27T00:25:57.778Z | Compiling idna v0.5.0 |
1314 | 2024-09-27T00:25:57.889Z | Compiling http-body v1.0.1 |
1315 | 2024-09-27T00:26:02.243Z | Compiling native-tls v0.2.12 |
1316 | 2024-09-27T00:26:03.305Z | Compiling tokio-util v0.7.11 |
1317 | 2024-09-27T00:26:03.418Z | Compiling tokio-native-tls v0.3.1 |
1318 | 2024-09-27T00:26:05.196Z | Compiling indexmap v2.5.0 |
1319 | 2024-09-27T00:26:07.188Z | Compiling serde_tokenstream v0.2.2 |
1320 | 2024-09-27T00:26:07.809Z | Compiling slog v2.7.0 |
1321 | 2024-09-27T00:26:08.325Z | Compiling regex-syntax v0.8.4 |
1322 | 2024-09-27T00:26:09.550Z | Compiling atomic-waker v1.1.2 |
1323 | 2024-09-27T00:26:09.750Z | Compiling h2 v0.4.6 |
1324 | 2024-09-27T00:26:10.462Z | Compiling typify-impl v0.2.0 |
1325 | 2024-09-27T00:26:11.862Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
1326 | 2024-09-27T00:26:21.489Z | Compiling openapiv3 v2.0.0 |
1327 | 2024-09-27T00:26:22.650Z | Compiling serde_urlencoded v0.7.1 |
1328 | 2024-09-27T00:26:23.266Z | Compiling regex v1.10.6 |
1329 | 2024-09-27T00:26:24.072Z | Compiling url v2.5.2 |
1330 | 2024-09-27T00:26:24.273Z | Compiling encoding_rs v0.8.34 |
1331 | 2024-09-27T00:26:25.601Z | Compiling mime v0.3.17 |
1332 | 2024-09-27T00:26:25.954Z | Compiling ipnet v2.9.0 |
1333 | 2024-09-27T00:26:26.420Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
1334 | 2024-09-27T00:26:28.437Z | Compiling typify-macro v0.2.0 |
1335 | 2024-09-27T00:26:29.698Z | Compiling hyper v1.4.1 |
1336 | 2024-09-27T00:26:30.009Z | Compiling h2 v0.3.26 |
1337 | 2024-09-27T00:26:30.418Z | Compiling http-body v0.4.6 |
1338 | 2024-09-27T00:26:30.523Z | Compiling rustls-webpki v0.102.7 |
1339 | 2024-09-27T00:26:30.954Z | Compiling sct v0.7.1 |
1340 | 2024-09-27T00:26:31.400Z | Compiling rustls-webpki v0.101.7 |
1341 | 2024-09-27T00:26:32.395Z | Compiling zeroize v1.8.1 |
1342 | 2024-09-27T00:26:32.789Z | Compiling toml_datetime v0.6.8 |
1343 | 2024-09-27T00:26:33.185Z | Compiling subtle v2.6.1 |
1344 | 2024-09-27T00:26:33.476Z | Compiling httpdate v1.0.3 |
1345 | 2024-09-27T00:26:34.265Z | Compiling rustls v0.23.12 |
1346 | 2024-09-27T00:26:35.134Z | Compiling toml_edit v0.19.15 |
1347 | 2024-09-27T00:26:35.163Z | Compiling serde_yaml v0.9.34+deprecated |
1348 | 2024-09-27T00:26:35.398Z | Compiling hyper v0.14.30 |
1349 | 2024-09-27T00:26:38.942Z | Compiling rustls v0.21.12 |
1350 | 2024-09-27T00:26:40.044Z | Compiling hyper-util v0.1.9 |
1351 | 2024-09-27T00:26:45.899Z | Compiling lazy_static v1.5.0 |
1352 | 2024-09-27T00:26:45.933Z | Compiling tokio-rustls v0.24.1 |
1353 | 2024-09-27T00:26:46.034Z | Compiling tokio-rustls v0.26.0 |
1354 | 2024-09-27T00:26:46.385Z | Compiling proc-macro-crate v1.3.1 |
1355 | 2024-09-27T00:26:46.538Z | Compiling http-body-util v0.1.2 |
1356 | 2024-09-27T00:26:47.097Z | Compiling webpki-roots v0.26.5 |
1357 | 2024-09-27T00:26:47.129Z | Compiling base64 v0.21.7 |
1358 | 2024-09-27T00:26:47.281Z | Compiling base64 v0.22.1 |
1359 | 2024-09-27T00:26:47.321Z | Compiling crossbeam-utils v0.8.20 |
1360 | 2024-09-27T00:26:47.337Z | Compiling num_enum_derive v0.5.11 |
1361 | 2024-09-27T00:26:48.216Z | Compiling rustls-pemfile v2.1.3 |
1362 | 2024-09-27T00:26:48.249Z | Compiling rustls-pemfile v1.0.4 |
1363 | 2024-09-27T00:26:48.391Z | Compiling hyper-rustls v0.27.3 |
1364 | 2024-09-27T00:26:48.983Z | Compiling hyper-tls v0.6.0 |
1365 | 2024-09-27T00:26:49.064Z | Compiling hyper-rustls v0.24.2 |
1366 | 2024-09-27T00:26:49.502Z | Compiling hyper-tls v0.5.0 |
1367 | 2024-09-27T00:26:49.514Z | Compiling typify v0.2.0 |
1368 | 2024-09-27T00:26:49.516Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#aa84fe0a) |
1369 | 2024-09-27T00:26:49.754Z | Compiling ipnetwork v0.20.0 |
1370 | 2024-09-27T00:26:50.101Z | Compiling ppv-lite86 v0.2.20 |
1371 | 2024-09-27T00:26:50.770Z | Compiling foreign-types-macros v0.2.3 |
1372 | 2024-09-27T00:26:51.043Z | Compiling sync_wrapper v1.0.1 |
1373 | 2024-09-27T00:26:51.196Z | Compiling rand_core v0.6.4 |
1374 | 2024-09-27T00:26:51.736Z | Compiling dirs-sys-next v0.1.2 |
1375 | 2024-09-27T00:26:52.113Z | Compiling webpki-roots v0.25.4 |
1376 | 2024-09-27T00:26:52.210Z | Compiling powerfmt v0.2.0 |
1377 | 2024-09-27T00:26:52.273Z | Compiling foreign-types-shared v0.3.1 |
1378 | 2024-09-27T00:26:52.283Z | Compiling sync_wrapper v0.1.2 |
1379 | 2024-09-27T00:26:52.384Z | Compiling time-macros v0.2.18 |
1380 | 2024-09-27T00:26:52.404Z | Compiling reqwest v0.11.27 |
1381 | 2024-09-27T00:26:52.732Z | Compiling deranged v0.3.11 |
1382 | 2024-09-27T00:26:52.871Z | Compiling foreign-types v0.5.0 |
1383 | 2024-09-27T00:26:53.273Z | Compiling dirs-next v2.0.0 |
1384 | 2024-09-27T00:26:53.538Z | Compiling progenitor-impl v0.8.0 |
1385 | 2024-09-27T00:26:55.043Z | Compiling rand_chacha v0.3.1 |
1386 | 2024-09-27T00:26:55.421Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1387 | 2024-09-27T00:26:56.760Z | Compiling reqwest v0.12.7 |
1388 | 2024-09-27T00:27:00.174Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1389 | 2024-09-27T00:27:02.299Z | Compiling num_enum v0.5.11 |
1390 | 2024-09-27T00:27:02.496Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1391 | 2024-09-27T00:27:04.482Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1392 | 2024-09-27T00:27:04.667Z | Compiling cstr-argument v0.1.2 |
1393 | 2024-09-27T00:27:04.928Z | Compiling thread_local v1.1.8 |
1394 | 2024-09-27T00:27:05.121Z | Compiling time-core v0.1.2 |
1395 | 2024-09-27T00:27:05.312Z | Compiling pretty-hex v0.2.1 |
1396 | 2024-09-27T00:27:05.527Z | Compiling arc-swap v1.7.1 |
1397 | 2024-09-27T00:27:05.661Z | Compiling either v1.13.0 |
1398 | 2024-09-27T00:27:06.142Z | Compiling num-conv v0.1.0 |
1399 | 2024-09-27T00:27:06.265Z | Compiling itertools v0.12.1 |
1400 | 2024-09-27T00:27:06.419Z | Compiling time v0.3.36 |
1401 | 2024-09-27T00:27:07.837Z | Compiling slog-scope v4.4.0 |
1402 | 2024-09-27T00:27:08.773Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1403 | 2024-09-27T00:27:10.230Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1404 | 2024-09-27T00:27:10.284Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1405 | 2024-09-27T00:27:10.615Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1406 | 2024-09-27T00:27:10.798Z | Compiling crossbeam-channel v0.5.13 |
1407 | 2024-09-27T00:27:11.193Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1408 | 2024-09-27T00:27:12.437Z | Compiling progenitor-macro v0.8.0 |
1409 | 2024-09-27T00:27:15.757Z | Compiling progenitor-client v0.8.0 |
1410 | 2024-09-27T00:27:16.695Z | Compiling rand v0.8.5 |
1411 | 2024-09-27T00:27:18.632Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1412 | 2024-09-27T00:27:19.646Z | Compiling term v0.7.0 |
1413 | 2024-09-27T00:27:20.644Z | Compiling anyhow v1.0.88 |
1414 | 2024-09-27T00:27:26.882Z | Compiling colored v2.1.0 |
1415 | 2024-09-27T00:27:31.314Z | Compiling is-terminal v0.4.13 |
1416 | 2024-09-27T00:27:31.411Z | Compiling winnow v0.6.18 |
1417 | 2024-09-27T00:27:31.411Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1418 | 2024-09-27T00:27:31.411Z | Compiling take_mut v0.2.2 |
1419 | 2024-09-27T00:27:31.480Z | Compiling slog-async v2.8.0 |
1420 | 2024-09-27T00:27:31.846Z | Compiling slog-term v2.9.1 |
1421 | 2024-09-27T00:27:32.660Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1422 | 2024-09-27T00:27:34.727Z | Compiling progenitor v0.8.0 |
1423 | 2024-09-27T00:27:34.953Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#921ce56d) |
1424 | 2024-09-27T00:27:35.183Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#65647e67) |
1425 | 2024-09-27T00:27:38.949Z | Compiling slog-stdlog v4.1.1 |
1426 | 2024-09-27T00:27:39.819Z | Compiling slog-envlogger v2.2.0 |
1427 | 2024-09-27T00:27:40.594Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#10f3bff9) |
1428 | 2024-09-27T00:27:42.034Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1429 | 2024-09-27T00:27:55.585Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1430 | 2024-09-27T00:28:03.113Z | Finished `release` profile [optimized] target(s) in 2m 25s |
1431 | 2024-09-27T00:28:03.194Z | Running unittests src/lib.rs (target/release/deps/mg_tests-b1aee1a0c57804d4) |
1432 | 2024-09-27T00:28:03.241Z | |
1433 | 2024-09-27T00:28:03.241Z | running 1 test |
1434 | 2024-09-27T00:28:03.376Z | configure zone |
1435 | 2024-09-27T00:28:03.392Z | install zone |
1436 | 2024-09-27T00:29:03.247Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1437 | 2024-09-27T00:29:28.766Z | boot zone |
1438 | 2024-09-27T00:29:33.586Z | start zone s1 |
1439 | 2024-09-27T00:29:33.586Z | configure zone |
1440 | 2024-09-27T00:29:33.699Z | install zone |
1441 | 2024-09-27T00:30:48.099Z | boot zone |
1442 | 2024-09-27T00:30:48.910Z | start zone s2 |
1443 | 2024-09-27T00:30:48.910Z | configure zone |
1444 | 2024-09-27T00:30:48.919Z | install zone |
1445 | 2024-09-27T00:32:06.823Z | boot zone |
1446 | 2024-09-27T00:32:07.604Z | start zone t1 |
1447 | 2024-09-27T00:32:07.604Z | configure zone |
1448 | 2024-09-27T00:32:07.613Z | install zone |
1449 | 2024-09-27T00:33:29.890Z | boot zone |
1450 | 2024-09-27T00:33:30.687Z | waiting for zones to come up |
1451 | 2024-09-27T00:33:40.688Z | [sidecar.trio] svcs milestone/network |
1452 | 2024-09-27T00:33:40.720Z | STATE STIME FMRI |
1453 | 2024-09-27T00:33:40.720Z | online 17:29:47 svc:/milestone/network:default |
1454 | 2024-09-27T00:33:40.720Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1455 | 2024-09-27T00:33:40.767Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1456 | 2024-09-27T00:33:40.816Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1457 | 2024-09-27T00:33:40.860Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1458 | 2024-09-27T00:33:40.863Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1459 | 2024-09-27T00:33:40.884Z | |
1460 | 2024-09-27T00:33:40.884Z | running zone s1.trio setup |
1461 | 2024-09-27T00:33:40.884Z | [s1.trio] svcs milestone/network |
1462 | 2024-09-27T00:33:40.910Z | STATE STIME FMRI |
1463 | 2024-09-27T00:33:40.910Z | online 17:31:07 svc:/milestone/network:default |
1464 | 2024-09-27T00:33:40.910Z | [s1.trio] dladm |
1465 | 2024-09-27T00:33:40.932Z | LINK CLASS MTU STATE BRIDGE OVER |
1466 | 2024-09-27T00:33:40.932Z | sl0 simnet 9000 up -- ? |
1467 | 2024-09-27T00:33:40.932Z | mg2 vnic 9000 up -- ? |
1468 | 2024-09-27T00:33:40.932Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1469 | 2024-09-27T00:33:41.511Z | |
1470 | 2024-09-27T00:33:41.511Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1471 | 2024-09-27T00:33:41.535Z | |
1472 | 2024-09-27T00:33:41.535Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1473 | 2024-09-27T00:33:41.556Z | |
1474 | 2024-09-27T00:33:41.556Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1475 | 2024-09-27T00:33:41.652Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1476 | 2024-09-27T00:33:41.698Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1477 | 2024-09-27T00:33:41.793Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1478 | 2024-09-27T00:33:41.837Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1479 | 2024-09-27T00:33:41.859Z | |
1480 | 2024-09-27T00:33:41.859Z | running zone s2.trio setup |
1481 | 2024-09-27T00:33:41.859Z | [s2.trio] svcs milestone/network |
1482 | 2024-09-27T00:33:41.883Z | STATE STIME FMRI |
1483 | 2024-09-27T00:33:41.883Z | online 17:32:25 svc:/milestone/network:default |
1484 | 2024-09-27T00:33:41.883Z | [s2.trio] dladm |
1485 | 2024-09-27T00:33:41.905Z | LINK CLASS MTU STATE BRIDGE OVER |
1486 | 2024-09-27T00:33:41.905Z | sl1 simnet 9000 up -- ? |
1487 | 2024-09-27T00:33:41.905Z | mg3 vnic 9000 up -- ? |
1488 | 2024-09-27T00:33:41.905Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1489 | 2024-09-27T00:33:42.423Z | |
1490 | 2024-09-27T00:33:42.423Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1491 | 2024-09-27T00:33:42.448Z | |
1492 | 2024-09-27T00:33:42.448Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1493 | 2024-09-27T00:33:42.469Z | |
1494 | 2024-09-27T00:33:42.469Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1495 | 2024-09-27T00:33:42.517Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1496 | 2024-09-27T00:33:42.538Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1497 | 2024-09-27T00:33:42.582Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1498 | 2024-09-27T00:33:42.603Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1499 | 2024-09-27T00:33:42.624Z | |
1500 | 2024-09-27T00:33:42.624Z | running zone t1.trio setup |
1501 | 2024-09-27T00:33:42.625Z | [t1.trio] svcs milestone/network |
1502 | 2024-09-27T00:33:42.646Z | STATE STIME FMRI |
1503 | 2024-09-27T00:33:42.646Z | - - svc:/milestone/network:default |
1504 | 2024-09-27T00:33:43.646Z | [t1.trio] svcs milestone/network |
1505 | 2024-09-27T00:33:43.669Z | STATE STIME FMRI |
1506 | 2024-09-27T00:33:43.669Z | - - svc:/milestone/network:default |
1507 | 2024-09-27T00:33:44.668Z | [t1.trio] svcs milestone/network |
1508 | 2024-09-27T00:33:44.689Z | STATE STIME FMRI |
1509 | 2024-09-27T00:33:44.689Z | - - svc:/milestone/network:default |
1510 | 2024-09-27T00:33:45.690Z | [t1.trio] svcs milestone/network |
1511 | 2024-09-27T00:33:45.717Z | STATE STIME FMRI |
1512 | 2024-09-27T00:33:45.717Z | - - svc:/milestone/network:default |
1513 | 2024-09-27T00:33:46.717Z | [t1.trio] svcs milestone/network |
1514 | 2024-09-27T00:33:46.740Z | STATE STIME FMRI |
1515 | 2024-09-27T00:33:46.740Z | - - svc:/milestone/network:default |
1516 | 2024-09-27T00:33:47.740Z | [t1.trio] svcs milestone/network |
1517 | 2024-09-27T00:33:47.762Z | STATE STIME FMRI |
1518 | 2024-09-27T00:33:47.762Z | - - svc:/milestone/network:default |
1519 | 2024-09-27T00:33:48.763Z | [t1.trio] svcs milestone/network |
1520 | 2024-09-27T00:33:48.784Z | STATE STIME FMRI |
1521 | 2024-09-27T00:33:48.784Z | offline 17:33:47 svc:/milestone/network:default |
1522 | 2024-09-27T00:33:49.784Z | [t1.trio] svcs milestone/network |
1523 | 2024-09-27T00:33:49.810Z | STATE STIME FMRI |
1524 | 2024-09-27T00:33:49.810Z | online 17:33:48 svc:/milestone/network:default |
1525 | 2024-09-27T00:33:49.810Z | [t1.trio] dladm |
1526 | 2024-09-27T00:33:49.835Z | LINK CLASS MTU STATE BRIDGE OVER |
1527 | 2024-09-27T00:33:49.835Z | tfportrear0_0 simnet 9000 up -- ? |
1528 | 2024-09-27T00:33:49.835Z | tfportrear1_0 simnet 9000 up -- ? |
1529 | 2024-09-27T00:33:49.835Z | mg1 vnic 9000 up -- ? |
1530 | 2024-09-27T00:33:49.835Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1531 | 2024-09-27T00:33:50.471Z | |
1532 | 2024-09-27T00:33:50.471Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1533 | 2024-09-27T00:33:50.495Z | |
1534 | 2024-09-27T00:33:50.495Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1535 | 2024-09-27T00:33:50.517Z | |
1536 | 2024-09-27T00:33:50.517Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1537 | 2024-09-27T00:33:50.538Z | |
1538 | 2024-09-27T00:33:50.538Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1539 | 2024-09-27T00:33:50.743Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1540 | 2024-09-27T00:33:50.751Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1541 | 2024-09-27T00:33:50.759Z | waiting 3s for copy of files to zone to complete ... |
1542 | 2024-09-27T00:33:53.751Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1543 | 2024-09-27T00:33:53.791Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1544 | 2024-09-27T00:33:53.811Z | [t1.trio] svcadm enable dendrite |
1545 | 2024-09-27T00:33:53.852Z | |
1546 | 2024-09-27T00:33:53.852Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1547 | 2024-09-27T00:33:53.905Z | |
1548 | 2024-09-27T00:33:53.905Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1549 | 2024-09-27T00:33:53.950Z | |
1550 | 2024-09-27T00:33:53.951Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1551 | 2024-09-27T00:33:53.996Z | |
1552 | 2024-09-27T00:33:53.996Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1553 | 2024-09-27T00:33:54.040Z | |
1554 | 2024-09-27T00:33:54.040Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1555 | 2024-09-27T00:33:54.085Z | |
1556 | 2024-09-27T00:33:54.085Z | [t1.trio] svcadm refresh dendrite:default |
1557 | 2024-09-27T00:33:54.122Z | |
1558 | 2024-09-27T00:33:54.122Z | [t1.trio] svcadm restart dendrite:default |
1559 | 2024-09-27T00:33:54.159Z | |
1560 | 2024-09-27T00:33:54.159Z | wait 10s for dendrite to come up ... |
1561 | 2024-09-27T00:34:04.160Z | [t1.trio] svcadm enable tfport |
1562 | 2024-09-27T00:34:04.202Z | |
1563 | 2024-09-27T00:34:04.202Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 987bfeeb-e5ab-460c-b7f2-d99549a8e739 --sled-uuid 64faa5df-d747-40cb-b61e-6eaaf5a3fccd -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1564 | 2024-09-27T00:34:04.222Z | |
1565 | 2024-09-27T00:34:04.222Z | [t1.trio] ipadm |
1566 | 2024-09-27T00:34:04.250Z | ADDROBJ TYPE STATE ADDR |
1567 | 2024-09-27T00:34:04.250Z | lo0/v4 static ok 127.0.0.1/8 |
1568 | 2024-09-27T00:34:04.250Z | mg1/v4 static ok 10.0.0.3/24 |
1569 | 2024-09-27T00:34:04.250Z | lo0/v6 static ok ::1/128 |
1570 | 2024-09-27T00:34:04.250Z | lo0/u6 static ok fd00:3::1/64 |
1571 | 2024-09-27T00:34:04.250Z | tfportrear0_0/v6 addrconf ok fe80::3c50:d3ff:fe81:ca2f%tfportrear0_0/10 |
1572 | 2024-09-27T00:34:04.250Z | tfportrear1_0/v6 addrconf ok fe80::f0f0:e5ff:fef4:f59f%tfportrear1_0/10 |
1573 | 2024-09-27T00:34:06.467Z | initial peering test passed |
1574 | 2024-09-27T00:34:07.470Z | advertise from one passed |
1575 | 2024-09-27T00:34:08.472Z | advertise from two passed |
1576 | 2024-09-27T00:34:08.472Z | [s1.trio] ping fd00:2::1 |
1577 | 2024-09-27T00:34:08.501Z | fd00:2::1 is alive |
1578 | 2024-09-27T00:34:08.501Z | [s2.trio] ping fd00:1::1 |
1579 | 2024-09-27T00:34:08.521Z | fd00:1::1 is alive |
1580 | 2024-09-27T00:34:08.521Z | connectivity test passed |
1581 | 2024-09-27T00:34:08.521Z | [t1.trio] pkill ddmd |
1582 | 2024-09-27T00:34:08.541Z | |
1583 | 2024-09-27T00:34:14.546Z | [t1.trio] svcadm enable dendrite |
1584 | 2024-09-27T00:34:14.589Z | |
1585 | 2024-09-27T00:34:14.589Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1586 | 2024-09-27T00:34:14.634Z | |
1587 | 2024-09-27T00:34:14.634Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1588 | 2024-09-27T00:34:14.678Z | |
1589 | 2024-09-27T00:34:14.678Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1590 | 2024-09-27T00:34:14.728Z | |
1591 | 2024-09-27T00:34:14.728Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1592 | 2024-09-27T00:34:14.776Z | |
1593 | 2024-09-27T00:34:14.776Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1594 | 2024-09-27T00:34:14.824Z | |
1595 | 2024-09-27T00:34:14.824Z | [t1.trio] svcadm refresh dendrite:default |
1596 | 2024-09-27T00:34:14.860Z | |
1597 | 2024-09-27T00:34:14.862Z | [t1.trio] svcadm restart dendrite:default |
1598 | 2024-09-27T00:34:14.896Z | |
1599 | 2024-09-27T00:34:14.897Z | wait 10s for dendrite to come up ... |
1600 | 2024-09-27T00:34:24.897Z | [t1.trio] svcadm enable tfport |
1601 | 2024-09-27T00:34:24.940Z | |
1602 | 2024-09-27T00:34:24.940Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid a87e5143-e59a-47c1-9fa5-1dc1ec274f34 --sled-uuid 38a963b6-1878-46ee-8888-a78760649ded -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1603 | 2024-09-27T00:34:24.960Z | |
1604 | 2024-09-27T00:34:24.960Z | [t1.trio] ipadm |
1605 | 2024-09-27T00:34:24.983Z | ADDROBJ TYPE STATE ADDR |
1606 | 2024-09-27T00:34:24.983Z | lo0/v4 static ok 127.0.0.1/8 |
1607 | 2024-09-27T00:34:24.983Z | mg1/v4 static ok 10.0.0.3/24 |
1608 | 2024-09-27T00:34:24.983Z | lo0/v6 static ok ::1/128 |
1609 | 2024-09-27T00:34:24.983Z | lo0/u6 static ok fd00:3::1/64 |
1610 | 2024-09-27T00:34:24.983Z | tfportrear0_0/v6 addrconf ok fe80::3c50:d3ff:fe81:ca2f%tfportrear0_0/10 |
1611 | 2024-09-27T00:34:24.983Z | tfportrear1_0/v6 addrconf ok fe80::f0f0:e5ff:fef4:f59f%tfportrear1_0/10 |
1612 | 2024-09-27T00:34:27.988Z | [s1.trio] ping fd00:2::1 |
1613 | 2024-09-27T00:34:28.010Z | fd00:2::1 is alive |
1614 | 2024-09-27T00:34:28.010Z | [s2.trio] ping fd00:1::1 |
1615 | 2024-09-27T00:34:28.031Z | fd00:1::1 is alive |
1616 | 2024-09-27T00:34:28.031Z | transit router restart passed |
1617 | 2024-09-27T00:34:28.032Z | [s1.trio] pkill ddmd |
1618 | 2024-09-27T00:34:28.051Z | |
1619 | 2024-09-27T00:34:33.056Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1620 | 2024-09-27T00:34:33.095Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1621 | 2024-09-27T00:34:33.113Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1622 | 2024-09-27T00:34:33.135Z | |
1623 | 2024-09-27T00:34:36.139Z | [s1.trio] ping fd00:2::1 |
1624 | 2024-09-27T00:34:36.162Z | fd00:2::1 is alive |
1625 | 2024-09-27T00:34:36.162Z | [s2.trio] ping fd00:1::1 |
1626 | 2024-09-27T00:34:36.183Z | fd00:1::1 is alive |
1627 | 2024-09-27T00:34:36.183Z | server router restart passed |
1628 | 2024-09-27T00:34:39.243Z | peer expiration recovery passed |
1629 | 2024-09-27T00:34:40.191Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1630 | 2024-09-27T00:34:40.217Z | 3 |
1631 | 2024-09-27T00:34:40.217Z | redundant advertise passed |
1632 | 2024-09-27T00:34:41.220Z | tunnel endpoint advertise passed |
1633 | 2024-09-27T00:34:46.221Z | redundant tunnel endpoint advertise passed |
1634 | 2024-09-27T00:34:46.221Z | [s1.trio] pkill ddmd |
1635 | 2024-09-27T00:34:46.245Z | |
1636 | 2024-09-27T00:34:51.245Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1637 | 2024-09-27T00:34:51.284Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1638 | 2024-09-27T00:34:51.302Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1639 | 2024-09-27T00:34:51.325Z | |
1640 | 2024-09-27T00:34:56.391Z | tunnel router restart passed |
1641 | 2024-09-27T00:34:57.393Z | tunnel endpoint withdraw passed |
1642 | 2024-09-27T00:34:57.409Z | [t1.trio] pkill ddmd |
1643 | 2024-09-27T00:34:57.436Z | |
1644 | 2024-09-27T00:34:57.436Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1645 | 2024-09-27T00:34:57.440Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1646 | 2024-09-27T00:34:59.959Z | [s2.trio] pkill ddmd |
1647 | 2024-09-27T00:34:59.979Z | |
1648 | 2024-09-27T00:34:59.979Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1649 | 2024-09-27T00:35:02.539Z | [s1.trio] pkill ddmd |
1650 | 2024-09-27T00:35:02.561Z | |
1651 | 2024-09-27T00:35:02.561Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1652 | 2024-09-27T00:35:05.124Z | [sidecar.trio] pkill softnpu |
1653 | 2024-09-27T00:35:05.144Z | |
1654 | 2024-09-27T00:35:05.144Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1655 | 2024-09-27T00:35:07.741Z | test ddm::test_trio_v2_server ... ok |
1656 | 2024-09-27T00:35:07.741Z | |
1657 | 2024-09-27T00:35:07.741Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 424.46s |
1658 | 2024-09-27T00:35:07.741Z | |
1659 | 2024-09-27T00:35:07.771Z | + cleanup |
1660 | 2024-09-27T00:35:07.773Z | ++ id -un |
1661 | 2024-09-27T00:35:07.776Z | ++ id -gn |
1662 | 2024-09-27T00:35:07.779Z | + pfexec chown -R build:build . |
1663 | 2024-09-27T00:35:07.865Z | process exited: duration 971619 ms, exit code 0 |
|
1664 | 2024-09-27T00:35:07.876Z | found 4 output files |
1665 | 2024-09-27T00:35:07.876Z | uploading: /work/s1.trio.log (4254 bytes) |
1666 | 2024-09-27T00:35:08.886Z | uploaded: /work/s1.trio.log |
1667 | 2024-09-27T00:35:08.886Z | uploading: /work/s2.trio.log (9509 bytes) |
1668 | 2024-09-27T00:35:09.896Z | uploaded: /work/s2.trio.log |
1669 | 2024-09-27T00:35:09.896Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1670 | 2024-09-27T00:35:10.905Z | uploaded: /work/sidecar.trio-softnpu.log |
1671 | 2024-09-27T00:35:10.905Z | uploading: /work/t1.trio.log (25793 bytes) |
1672 | 2024-09-27T00:35:11.922Z | uploaded: /work/t1.trio.log |