|
|
|
1 | 2024-10-30T13:28:04.590Z | job assigned to worker 01JBESQMM8VESQK46NN5H8XVBY (queued for 1 m 1 s) |
|
2 | 2024-10-30T13:28:12.393Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:12.402Z | ++ uname -s |
4 | 2024-10-30T13:28:12.405Z | + kern=SunOS |
5 | 2024-10-30T13:28:12.405Z | + case "$kern" in |
6 | 2024-10-30T13:28:12.405Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:12.405Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:12.408Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:14.418Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:14.622Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:14.628Z | + home_fs=zfs |
12 | 2024-10-30T13:28:14.628Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:14.628Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:14.631Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:16.628Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:16.634Z | process exited: duration 4238 ms, exit code 0 |
|
17 | 2024-10-30T13:28:16.640Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:16.646Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:16.646Z | * toolchain channel = "stable" |
20 | 2024-10-30T13:28:16.646Z | ' stable |
21 | 2024-10-30T13:28:16.646Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T13:28:16.646Z | ' default |
23 | 2024-10-30T13:28:16.646Z | * toolchain profile = "default" |
24 | 2024-10-30T13:28:16.649Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:16.649Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:16.751Z | info: downloading installer |
27 | 2024-10-30T13:28:18.401Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:18.401Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:18.404Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:18.551Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:18.551Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:19.362Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:19.669Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:20.824Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:22.629Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:28.974Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:29.224Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:30.056Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:30.457Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:32.153Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:34.086Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:40.421Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:40.774Z | |
44 | 2024-10-30T13:28:40.776Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
45 | 2024-10-30T13:28:41.150Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:41.151Z | |
47 | 2024-10-30T13:28:41.153Z | |
48 | 2024-10-30T13:28:41.153Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:41.153Z | |
50 | 2024-10-30T13:28:41.153Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:41.153Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:41.153Z | |
53 | 2024-10-30T13:28:41.153Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:41.153Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:41.153Z | |
56 | 2024-10-30T13:28:41.153Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:41.153Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:41.153Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:41.226Z | + rustc --version |
60 | 2024-10-30T13:28:41.292Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:41.295Z | process exited: duration 24655 ms, exit code 0 |
|
62 | 2024-10-30T13:28:41.302Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:41.322Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T13:28:41.329Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:41.334Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:41.337Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:41.744Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:43.286Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:43.289Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:43.566Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:43.566Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:43.574Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:43.582Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:43.582Z | + current=main |
75 | 2024-10-30T13:28:43.582Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:43.582Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:43.582Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:43.595Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:43.605Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:43.611Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:43.611Z | process exited: duration 2280 ms, exit code 0 |
|
82 | 2024-10-30T13:28:43.617Z | starting task 4: "build" |
83 | 2024-10-30T13:28:43.622Z | ++ cargo --version |
84 | 2024-10-30T13:28:43.627Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-10-30T13:28:43.764Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-30T13:28:43.764Z | info: downloading component 'cargo' |
87 | 2024-10-30T13:28:44.451Z | info: downloading component 'clippy' |
88 | 2024-10-30T13:28:44.707Z | info: downloading component 'rust-docs' |
89 | 2024-10-30T13:28:45.650Z | info: downloading component 'rust-std' |
90 | 2024-10-30T13:28:47.117Z | info: downloading component 'rustc' |
91 | 2024-10-30T13:28:52.360Z | info: downloading component 'rustfmt' |
92 | 2024-10-30T13:28:52.561Z | info: installing component 'cargo' |
93 | 2024-10-30T13:28:53.405Z | info: installing component 'clippy' |
94 | 2024-10-30T13:28:53.799Z | info: installing component 'rust-docs' |
95 | 2024-10-30T13:28:55.329Z | info: installing component 'rust-std' |
96 | 2024-10-30T13:28:57.067Z | info: installing component 'rustc' |
97 | 2024-10-30T13:29:03.140Z | info: installing component 'rustfmt' |
98 | 2024-10-30T13:29:03.573Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-10-30T13:29:03.588Z | ++ rustc --version |
100 | 2024-10-30T13:29:03.632Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-10-30T13:29:03.639Z | ++ dladm |
102 | 2024-10-30T13:29:03.639Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-10-30T13:29:03.639Z | ena0 phys 9216 up -- -- |
104 | 2024-10-30T13:29:03.639Z | ++ ipadm |
105 | 2024-10-30T13:29:03.642Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-10-30T13:29:03.642Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-10-30T13:29:03.642Z | ena0/dhcp dhcp ok 10.150.1.251/24 |
108 | 2024-10-30T13:29:03.642Z | lo0/v6 static ok ::1/128 |
109 | 2024-10-30T13:29:03.642Z | ++ banner collect |
110 | 2024-10-30T13:29:03.694Z | |
111 | 2024-10-30T13:29:03.694Z | #### #### # # ###### #### ##### |
112 | 2024-10-30T13:29:03.694Z | # # # # # # # # # # |
113 | 2024-10-30T13:29:03.695Z | # # # # # ##### # # |
114 | 2024-10-30T13:29:03.695Z | # # # # # # # # |
115 | 2024-10-30T13:29:03.695Z | # # # # # # # # # # |
116 | 2024-10-30T13:29:03.695Z | #### #### ###### ###### ###### #### # |
117 | 2024-10-30T13:29:03.695Z | |
118 | 2024-10-30T13:29:03.736Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-10-30T13:29:03.737Z | ++ repo=softnpu |
120 | 2024-10-30T13:29:03.737Z | ++ series=image |
121 | 2024-10-30T13:29:03.737Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-10-30T13:29:03.737Z | ++ name=softnpu |
123 | 2024-10-30T13:29:03.737Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-10-30T13:29:03.737Z | ++ mkdir -p download |
125 | 2024-10-30T13:29:03.737Z | ++ pushd download |
126 | 2024-10-30T13:29:03.737Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-10-30T13:29:03.737Z | ++ [[ ! -f softnpu ]] |
128 | 2024-10-30T13:29:03.737Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-10-30T13:29:03.737Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-10-30T13:29:03.738Z | Dload Upload Total Spent Left Speed |
131 | 2024-10-30T13:29:04.280Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 37.1M 0 --:--:-- --:--:-- --:--:-- 37.1M |
132 | 2024-10-30T13:29:04.284Z | ++ popd |
133 | 2024-10-30T13:29:04.284Z | /work/oxidecomputer/maghemite |
134 | 2024-10-30T13:29:04.284Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-10-30T13:29:04.284Z | ++ repo=sidecar-lite |
136 | 2024-10-30T13:29:04.284Z | ++ series=release |
137 | 2024-10-30T13:29:04.284Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-10-30T13:29:04.284Z | ++ name=libsidecar_lite.so |
139 | 2024-10-30T13:29:04.285Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-10-30T13:29:04.285Z | ++ mkdir -p download |
141 | 2024-10-30T13:29:04.285Z | ++ pushd download |
142 | 2024-10-30T13:29:04.285Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-10-30T13:29:04.285Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-10-30T13:29:04.285Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-10-30T13:29:04.292Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-10-30T13:29:04.292Z | Dload Upload Total Spent Left Speed |
147 | 2024-10-30T13:29:04.836Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
34 20.3M 34 7147k 0 0 25.8M 0 --:--:-- --:--:-- --:--:-- 25.7M
100 20.3M 100 20.3M 0 0 37.8M 0 --:--:-- --:--:-- --:--:-- 37.8M |
148 | 2024-10-30T13:29:04.847Z | ++ popd |
149 | 2024-10-30T13:29:04.847Z | /work/oxidecomputer/maghemite |
150 | 2024-10-30T13:29:04.847Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-10-30T13:29:04.847Z | ++ repo=sidecar-lite |
152 | 2024-10-30T13:29:04.847Z | ++ series=release |
153 | 2024-10-30T13:29:04.847Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-10-30T13:29:04.847Z | ++ name=scadm |
155 | 2024-10-30T13:29:04.847Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-10-30T13:29:04.847Z | ++ mkdir -p download |
157 | 2024-10-30T13:29:04.847Z | ++ pushd download |
158 | 2024-10-30T13:29:04.847Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-10-30T13:29:04.847Z | ++ [[ ! -f scadm ]] |
160 | 2024-10-30T13:29:04.847Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-10-30T13:29:04.847Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-10-30T13:29:04.848Z | Dload Upload Total Spent Left Speed |
163 | 2024-10-30T13:29:05.347Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 44.8M 0 --:--:-- --:--:-- --:--:-- 44.9M |
164 | 2024-10-30T13:29:05.352Z | ++ popd |
165 | 2024-10-30T13:29:05.352Z | /work/oxidecomputer/maghemite |
166 | 2024-10-30T13:29:05.352Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-10-30T13:29:05.352Z | ++ repo=dendrite |
168 | 2024-10-30T13:29:05.353Z | ++ series=image |
169 | 2024-10-30T13:29:05.353Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-10-30T13:29:05.353Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-10-30T13:29:05.353Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-10-30T13:29:05.353Z | ++ mkdir -p download |
173 | 2024-10-30T13:29:05.353Z | ++ pushd download |
174 | 2024-10-30T13:29:05.353Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-10-30T13:29:05.353Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-10-30T13:29:05.353Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-10-30T13:29:05.359Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-10-30T13:29:05.360Z | Dload Upload Total Spent Left Speed |
179 | 2024-10-30T13:29:06.116Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
14 37.5M 14 5723k 0 0 27.5M 0 0:00:01 --:--:-- 0:00:01 27.5M
100 37.5M 100 37.5M 0 0 49.2M 0 --:--:-- --:--:-- --:--:-- 49.2M |
180 | 2024-10-30T13:29:06.119Z | ++ popd |
181 | 2024-10-30T13:29:06.119Z | /work/oxidecomputer/maghemite |
182 | 2024-10-30T13:29:06.119Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-10-30T13:29:06.119Z | ++ repo=maghemite |
184 | 2024-10-30T13:29:06.119Z | ++ series=release |
185 | 2024-10-30T13:29:06.119Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-10-30T13:29:06.119Z | ++ name=ddmd |
187 | 2024-10-30T13:29:06.120Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-10-30T13:29:06.120Z | ++ mkdir -p download |
189 | 2024-10-30T13:29:06.120Z | ++ pushd download |
190 | 2024-10-30T13:29:06.120Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-10-30T13:29:06.120Z | ++ [[ ! -f ddmd ]] |
192 | 2024-10-30T13:29:06.120Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-10-30T13:29:06.126Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-10-30T13:29:06.126Z | Dload Upload Total Spent Left Speed |
195 | 2024-10-30T13:29:06.713Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
57 40.9M 57 23.5M 0 0 55.3M 0 --:--:-- --:--:-- --:--:-- 55.3M
100 40.9M 100 40.9M 0 0 69.7M 0 --:--:-- --:--:-- --:--:-- 69.7M |
196 | 2024-10-30T13:29:06.716Z | ++ popd |
197 | 2024-10-30T13:29:06.716Z | /work/oxidecomputer/maghemite |
198 | 2024-10-30T13:29:06.716Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-10-30T13:29:06.716Z | ++ repo=maghemite |
200 | 2024-10-30T13:29:06.716Z | ++ series=release |
201 | 2024-10-30T13:29:06.716Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-10-30T13:29:06.716Z | ++ name=ddmadm |
203 | 2024-10-30T13:29:06.716Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-10-30T13:29:06.716Z | ++ mkdir -p download |
205 | 2024-10-30T13:29:06.718Z | ++ pushd download |
206 | 2024-10-30T13:29:06.718Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-10-30T13:29:06.718Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-10-30T13:29:06.718Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-10-30T13:29:06.725Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-10-30T13:29:06.725Z | Dload Upload Total Spent Left Speed |
211 | 2024-10-30T13:29:07.085Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 50.0M 0 --:--:-- --:--:-- --:--:-- 50.1M |
212 | 2024-10-30T13:29:07.087Z | ++ popd |
213 | 2024-10-30T13:29:07.087Z | /work/oxidecomputer/maghemite |
214 | 2024-10-30T13:29:07.087Z | ++ pushd download |
215 | 2024-10-30T13:29:07.087Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-10-30T13:29:07.087Z | ++ chmod +x softnpu |
217 | 2024-10-30T13:29:07.091Z | ++ chmod +x scadm |
218 | 2024-10-30T13:29:07.093Z | ++ chmod +x ddmadm |
219 | 2024-10-30T13:29:07.093Z | ++ chmod +x ddmd |
220 | 2024-10-30T13:29:07.096Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-10-30T13:29:07.096Z | ++ mv ddmd ddmd-v2 |
222 | 2024-10-30T13:29:07.098Z | ++ rm -rf zones/dendrite |
223 | 2024-10-30T13:29:07.100Z | ++ mkdir -p zones/dendrite |
224 | 2024-10-30T13:29:07.102Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-10-30T13:29:07.904Z | ++ popd |
226 | 2024-10-30T13:29:07.907Z | /work/oxidecomputer/maghemite |
227 | 2024-10-30T13:29:07.907Z | ++ banner install |
228 | 2024-10-30T13:29:07.907Z | |
229 | 2024-10-30T13:29:07.907Z | # # # #### ##### ## # # |
230 | 2024-10-30T13:29:07.907Z | # ## # # # # # # # |
231 | 2024-10-30T13:29:07.907Z | # # # # #### # # # # # |
232 | 2024-10-30T13:29:07.907Z | # # # # # # ###### # # |
233 | 2024-10-30T13:29:07.907Z | # # ## # # # # # # # |
234 | 2024-10-30T13:29:07.907Z | # # # #### # # # ###### ###### |
235 | 2024-10-30T13:29:07.907Z | |
236 | 2024-10-30T13:29:07.910Z | ++ pkg info brand/sparse |
237 | 2024-10-30T13:29:07.910Z | ++ grep -qi installed |
238 | 2024-10-30T13:29:19.018Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-10-30T13:29:19.018Z | installed on the system. Try querying remotely instead: |
240 | 2024-10-30T13:29:19.018Z | |
241 | 2024-10-30T13:29:19.018Z | brand/sparse |
242 | 2024-10-30T13:29:19.065Z | ++ [[ 1 != 0 ]] |
243 | 2024-10-30T13:29:19.065Z | ++ set -o errexit |
244 | 2024-10-30T13:29:19.065Z | ++ pfexec pkg install brand/sparse |
245 | 2024-10-30T13:29:30.253Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-10-30T13:29:33.553Z | Startup: Caching catalogs ... Done |
247 | 2024-10-30T13:29:40.668Z | Planning: Solver setup ... Done |
248 | 2024-10-30T13:29:40.759Z | Planning: Running solver ... Done |
249 | 2024-10-30T13:29:40.970Z | Planning: Finding local manifests ... Done |
250 | 2024-10-30T13:29:40.995Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-10-30T13:29:41.594Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-10-30T13:29:41.974Z | Planning: Package planning ... Done |
253 | 2024-10-30T13:29:41.980Z | Planning: Merging actions ... Done |
254 | 2024-10-30T13:29:42.636Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-10-30T13:29:49.209Z | Planning: Consolidating action changes ... Done |
256 | 2024-10-30T13:29:49.655Z | Planning: Evaluating mediators ... Done |
257 | 2024-10-30T13:29:49.852Z | Planning: Planning completed in 16.21 seconds |
258 | 2024-10-30T13:29:50.427Z | Packages to install: 1 |
259 | 2024-10-30T13:29:50.427Z | Packages to update: 2 |
260 | 2024-10-30T13:29:50.427Z | Create boot environment: No |
261 | 2024-10-30T13:29:50.427Z | Create backup boot environment: Yes |
262 | 2024-10-30T13:29:50.790Z | |
263 | 2024-10-30T13:29:50.790Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-10-30T13:29:55.793Z | Download: 711/1009 items 6.8/8.0MB 84% complete (1.4M/s) |
265 | 2024-10-30T13:29:59.727Z | Download: Completed 8.03 MB in 8.94 seconds (919k/s) |
266 | 2024-10-30T13:30:01.520Z | Actions: 1/1419 actions (Removing old actions) |
267 | 2024-10-30T13:30:01.538Z | Actions: 199/1419 actions (Installing new actions) |
268 | 2024-10-30T13:30:01.655Z | Actions: 579/1419 actions (Updating modified actions) |
269 | 2024-10-30T13:30:02.122Z | Actions: Completed 1419 actions in 0.60 seconds. |
270 | 2024-10-30T13:30:02.303Z | Done |
271 | 2024-10-30T13:30:02.306Z | Done |
272 | 2024-10-30T13:30:02.759Z | Done |
273 | 2024-10-30T13:30:09.808Z | Done |
274 | 2024-10-30T13:30:10.403Z | Done |
275 | 2024-10-30T13:30:10.405Z | Done |
276 | 2024-10-30T13:30:10.524Z | Done |
277 | 2024-10-30T13:30:10.871Z | ++ set -o errexit |
278 | 2024-10-30T13:30:10.871Z | ++ set -o pipefail |
279 | 2024-10-30T13:30:10.871Z | ++ banner build |
280 | 2024-10-30T13:30:10.874Z | |
281 | 2024-10-30T13:30:10.874Z | ##### # # # # ##### |
282 | 2024-10-30T13:30:10.874Z | # # # # # # # # |
283 | 2024-10-30T13:30:10.874Z | ##### # # # # # # |
284 | 2024-10-30T13:30:10.874Z | # # # # # # # # |
285 | 2024-10-30T13:30:10.874Z | # # # # # # # # |
286 | 2024-10-30T13:30:10.874Z | ##### #### # ###### ##### |
287 | 2024-10-30T13:30:10.874Z | |
288 | 2024-10-30T13:30:10.874Z | ++ cargo build --release --bin ddmd --bin ddmadm |
289 | 2024-10-30T13:30:11.052Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
290 | 2024-10-30T13:30:11.293Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
291 | 2024-10-30T13:30:11.488Z | From https://www.github.com/oxidecomputer/oxnet |
292 | 2024-10-30T13:30:11.489Z | * [new branch] ci -> origin/ci |
293 | 2024-10-30T13:30:11.491Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
294 | 2024-10-30T13:30:11.491Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
295 | 2024-10-30T13:30:11.491Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
296 | 2024-10-30T13:30:11.491Z | * [new branch] main -> origin/main |
297 | 2024-10-30T13:30:11.491Z | * [new ref] -> origin/HEAD |
298 | 2024-10-30T13:30:11.502Z | Updating crates.io index |
299 | 2024-10-30T13:30:11.504Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-10-30T13:30:12.253Z | From https://github.com/oxidecomputer/falcon |
301 | 2024-10-30T13:30:12.253Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
302 | 2024-10-30T13:30:12.444Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2024-10-30T13:30:13.622Z | From https://github.com/oxidecomputer/dendrite |
304 | 2024-10-30T13:30:13.622Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
305 | 2024-10-30T13:30:13.663Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2024-10-30T13:30:14.047Z | From https://github.com/oxidecomputer/ispf |
307 | 2024-10-30T13:30:14.047Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
308 | 2024-10-30T13:30:14.094Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-10-30T13:30:14.555Z | From https://github.com/oxidecomputer/netadm-sys |
310 | 2024-10-30T13:30:14.555Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
311 | 2024-10-30T13:30:14.567Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
312 | 2024-10-30T13:30:18.977Z | From https://github.com/oxidecomputer/omicron |
313 | 2024-10-30T13:30:18.977Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
314 | 2024-10-30T13:30:19.007Z | * [new tag] dogfood -> dogfood |
315 | 2024-10-30T13:30:19.010Z | * [new tag] v5 -> v5 |
316 | 2024-10-30T13:30:19.010Z | * [new tag] v6 -> v6 |
317 | 2024-10-30T13:30:19.010Z | * [new tag] v7 -> v7 |
318 | 2024-10-30T13:30:19.010Z | * [new tag] v8 -> v8 |
319 | 2024-10-30T13:30:19.010Z | * [new tag] v9 -> v9 |
320 | 2024-10-30T13:30:19.371Z | Updating git repository `https://github.com/oxidecomputer/opte` |
321 | 2024-10-30T13:30:20.329Z | From https://github.com/oxidecomputer/opte |
322 | 2024-10-30T13:30:20.329Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
323 | 2024-10-30T13:30:20.372Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
324 | 2024-10-30T13:30:20.977Z | From https://github.com/oxidecomputer/omicron |
325 | 2024-10-30T13:30:20.977Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
326 | 2024-10-30T13:30:21.365Z | Updating git repository `https://github.com/illumos/smf-rs` |
327 | 2024-10-30T13:30:21.781Z | From https://github.com/illumos/smf-rs |
328 | 2024-10-30T13:30:21.781Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
329 | 2024-10-30T13:30:21.801Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
330 | 2024-10-30T13:30:22.569Z | From https://github.com/oxidecomputer/maghemite |
331 | 2024-10-30T13:30:22.569Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
332 | 2024-10-30T13:30:22.585Z | * [new tag] rift -> rift |
333 | 2024-10-30T13:30:22.588Z | * [new tag] srp -> srp |
334 | 2024-10-30T13:30:22.588Z | * [new tag] tie-spf -> tie-spf |
335 | 2024-10-30T13:30:22.633Z | Updating git repository `https://github.com/oxidecomputer/zone` |
336 | 2024-10-30T13:30:23.055Z | From https://github.com/oxidecomputer/zone |
337 | 2024-10-30T13:30:23.055Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
338 | 2024-10-30T13:30:23.101Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
339 | 2024-10-30T13:30:23.848Z | From https://github.com/oxidecomputer/propolis |
340 | 2024-10-30T13:30:23.848Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
341 | 2024-10-30T13:30:24.307Z | Updating git repository `https://github.com/illumos/smf-rs` |
342 | 2024-10-30T13:30:24.704Z | From https://github.com/illumos/smf-rs |
343 | 2024-10-30T13:30:24.704Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
344 | 2024-10-30T13:30:24.738Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
345 | 2024-10-30T13:30:25.127Z | From https://github.com/oxidecomputer/dlpi-sys |
346 | 2024-10-30T13:30:25.127Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
347 | 2024-10-30T13:30:25.138Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
348 | 2024-10-30T13:30:25.552Z | From https://github.com/jmesmon/rust-libzfs |
349 | 2024-10-30T13:30:25.552Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
350 | 2024-10-30T13:30:25.569Z | * [new tag] v0.4.0 -> v0.4.0 |
351 | 2024-10-30T13:30:25.584Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
352 | 2024-10-30T13:30:26.118Z | From https://github.com/oxidecomputer/rusty-doors |
353 | 2024-10-30T13:30:26.118Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
354 | 2024-10-30T13:30:26.147Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
355 | 2024-10-30T13:30:26.623Z | From https://github.com/oxidecomputer/maghemite |
356 | 2024-10-30T13:30:26.623Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
357 | 2024-10-30T13:30:26.669Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
358 | 2024-10-30T13:30:27.122Z | From https://github.com/oxidecomputer/serde_human_bytes |
359 | 2024-10-30T13:30:27.122Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
360 | 2024-10-30T13:30:27.141Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
361 | 2024-10-30T13:30:27.495Z | From https://github.com/oxidecomputer/slog-error-chain |
362 | 2024-10-30T13:30:27.495Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
363 | 2024-10-30T13:30:27.518Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
364 | 2024-10-30T13:30:27.919Z | From https://github.com/oxidecomputer/poptrie |
365 | 2024-10-30T13:30:27.919Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
366 | 2024-10-30T13:30:27.933Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
367 | 2024-10-30T13:30:28.286Z | From https://github.com/illumos/libscf-sys |
368 | 2024-10-30T13:30:28.286Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
369 | 2024-10-30T13:30:28.313Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
370 | 2024-10-30T13:30:29.201Z | From https://github.com/oxidecomputer/progenitor |
371 | 2024-10-30T13:30:29.201Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
372 | 2024-10-30T13:30:29.221Z | * [new tag] v0.1.1 -> v0.1.1 |
373 | 2024-10-30T13:30:29.224Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-10-30T13:30:29.224Z | * [new tag] v0.3.0 -> v0.3.0 |
375 | 2024-10-30T13:30:29.225Z | * [new tag] v0.4.0 -> v0.4.0 |
376 | 2024-10-30T13:30:29.225Z | * [new tag] v0.5.0 -> v0.5.0 |
377 | 2024-10-30T13:30:29.225Z | * [new tag] v0.6.0 -> v0.6.0 |
378 | 2024-10-30T13:30:29.225Z | * [new tag] v0.7.0 -> v0.7.0 |
379 | 2024-10-30T13:30:29.413Z | Updating git repository `https://github.com/oxidecomputer/typify` |
380 | 2024-10-30T13:30:30.632Z | From https://github.com/oxidecomputer/typify |
381 | 2024-10-30T13:30:30.632Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
382 | 2024-10-30T13:30:30.634Z | * [new tag] v0.2.0 -> v0.2.0 |
383 | 2024-10-30T13:30:30.651Z | * [new tag] v0.0.10 -> v0.0.10 |
384 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.11 -> v0.0.11 |
385 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.12 -> v0.0.12 |
386 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.13 -> v0.0.13 |
387 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.14 -> v0.0.14 |
388 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.15 -> v0.0.15 |
389 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.16 -> v0.0.16 |
390 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.4 -> v0.0.4 |
391 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.5 -> v0.0.5 |
392 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.7 -> v0.0.7 |
393 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.8 -> v0.0.8 |
394 | 2024-10-30T13:30:30.656Z | * [new tag] v0.0.9 -> v0.0.9 |
395 | 2024-10-30T13:30:30.656Z | * [new tag] v0.1.0 -> v0.1.0 |
396 | 2024-10-30T13:30:30.720Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
397 | 2024-10-30T13:30:31.197Z | From https://github.com/oxidecomputer/propolis |
398 | 2024-10-30T13:30:31.197Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
399 | 2024-10-30T13:30:31.277Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
400 | 2024-10-30T13:30:33.107Z | From https://github.com/oxidecomputer/crucible |
401 | 2024-10-30T13:30:33.107Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
402 | 2024-10-30T13:30:33.173Z | Updating git repository `https://github.com/oxidecomputer/opte` |
403 | 2024-10-30T13:30:33.666Z | From https://github.com/oxidecomputer/opte |
404 | 2024-10-30T13:30:33.666Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
405 | 2024-10-30T13:30:33.708Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
406 | 2024-10-30T13:30:34.350Z | From https://github.com/oxidecomputer/management-gateway-service |
407 | 2024-10-30T13:30:34.350Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
408 | 2024-10-30T13:30:35.007Z | Downloading crates ... |
409 | 2024-10-30T13:30:35.122Z | Downloaded base64 v0.22.1 |
410 | 2024-10-30T13:30:35.137Z | Downloaded darling_macro v0.20.10 |
411 | 2024-10-30T13:30:35.141Z | Downloaded foreign-types v0.3.2 |
412 | 2024-10-30T13:30:35.141Z | Downloaded ciborium-io v0.2.2 |
413 | 2024-10-30T13:30:35.143Z | Downloaded foreign-types-shared v0.3.1 |
414 | 2024-10-30T13:30:35.143Z | Downloaded cstr-argument v0.1.2 |
415 | 2024-10-30T13:30:35.143Z | Downloaded byteorder v1.5.0 |
416 | 2024-10-30T13:30:35.146Z | Downloaded parking_lot_core v0.9.10 |
417 | 2024-10-30T13:30:35.149Z | Downloaded foreign-types-shared v0.1.1 |
418 | 2024-10-30T13:30:35.151Z | Downloaded crucible-workspace-hack v0.1.0 |
419 | 2024-10-30T13:30:35.151Z | Downloaded parse-display-derive v0.10.0 |
420 | 2024-10-30T13:30:35.155Z | Downloaded prettyplease v0.2.22 |
421 | 2024-10-30T13:30:35.159Z | Downloaded pin-project-lite v0.2.14 |
422 | 2024-10-30T13:30:35.162Z | Downloaded foreign-types v0.5.0 |
423 | 2024-10-30T13:30:35.166Z | Downloaded fixedbitset v0.4.2 |
424 | 2024-10-30T13:30:35.166Z | Downloaded errno v0.3.9 |
425 | 2024-10-30T13:30:35.170Z | Downloaded camino-tempfile v1.1.1 |
426 | 2024-10-30T13:30:35.170Z | Downloaded defmt v0.3.8 |
427 | 2024-10-30T13:30:35.173Z | Downloaded ppv-lite86 v0.2.20 |
428 | 2024-10-30T13:30:35.176Z | Downloaded futures-executor v0.3.31 |
429 | 2024-10-30T13:30:35.176Z | Downloaded backoff v0.4.0 |
430 | 2024-10-30T13:30:35.179Z | Downloaded rustc-hash v2.0.0 |
431 | 2024-10-30T13:30:35.182Z | Downloaded serde_tokenstream v0.2.2 |
432 | 2024-10-30T13:30:35.184Z | Downloaded console v0.15.8 |
433 | 2024-10-30T13:30:35.185Z | Downloaded serde_repr v0.1.19 |
434 | 2024-10-30T13:30:35.187Z | Downloaded signal-hook-registry v1.4.2 |
435 | 2024-10-30T13:30:35.191Z | Downloaded crossbeam-epoch v0.9.18 |
436 | 2024-10-30T13:30:35.193Z | Downloaded crc32fast v1.4.2 |
437 | 2024-10-30T13:30:35.197Z | Downloaded ahash v0.8.11 |
438 | 2024-10-30T13:30:35.200Z | Downloaded slog-async v2.8.0 |
439 | 2024-10-30T13:30:35.200Z | Downloaded password-hash v0.5.0 |
440 | 2024-10-30T13:30:35.205Z | Downloaded futures v0.3.31 |
441 | 2024-10-30T13:30:35.209Z | Downloaded serde_derive_internals v0.29.1 |
442 | 2024-10-30T13:30:35.213Z | Downloaded sct v0.7.1 |
443 | 2024-10-30T13:30:35.216Z | Downloaded async-stream-impl v0.3.5 |
444 | 2024-10-30T13:30:35.216Z | Downloaded sha2 v0.10.8 |
445 | 2024-10-30T13:30:35.219Z | Downloaded rustls-pki-types v1.8.0 |
446 | 2024-10-30T13:30:35.223Z | Downloaded pest_meta v2.7.13 |
447 | 2024-10-30T13:30:35.225Z | Downloaded match_cfg v0.1.0 |
448 | 2024-10-30T13:30:35.225Z | Downloaded pretty-hex v0.4.1 |
449 | 2024-10-30T13:30:35.225Z | Downloaded pretty-hex v0.2.1 |
450 | 2024-10-30T13:30:35.229Z | Downloaded pin-utils v0.1.0 |
451 | 2024-10-30T13:30:35.229Z | Downloaded const-random-macro v0.1.16 |
452 | 2024-10-30T13:30:35.232Z | Downloaded anstyle-query v1.1.1 |
453 | 2024-10-30T13:30:35.232Z | Downloaded ryu v1.0.18 |
454 | 2024-10-30T13:30:35.235Z | Downloaded bitflags v1.3.2 |
455 | 2024-10-30T13:30:35.238Z | Downloaded const-random v0.1.18 |
456 | 2024-10-30T13:30:35.240Z | Downloaded parse-display v0.10.0 |
457 | 2024-10-30T13:30:35.240Z | Downloaded progenitor-client v0.8.0 |
458 | 2024-10-30T13:30:35.242Z | Downloaded dropshot_endpoint v0.12.0 |
459 | 2024-10-30T13:30:35.245Z | Downloaded crunchy v0.2.2 |
460 | 2024-10-30T13:30:35.245Z | Downloaded arc-swap v1.7.1 |
461 | 2024-10-30T13:30:35.249Z | Downloaded serde_with_macros v3.11.0 |
462 | 2024-10-30T13:30:35.251Z | Downloaded paste v1.0.15 |
463 | 2024-10-30T13:30:35.255Z | Downloaded float-ord v0.3.2 |
464 | 2024-10-30T13:30:35.259Z | Downloaded scroll_derive v0.12.0 |
465 | 2024-10-30T13:30:35.259Z | Downloaded httpdate v1.0.3 |
466 | 2024-10-30T13:30:35.261Z | Downloaded autocfg v1.3.0 |
467 | 2024-10-30T13:30:35.261Z | Downloaded anstyle v1.0.8 |
468 | 2024-10-30T13:30:35.263Z | Downloaded progenitor v0.8.0 |
469 | 2024-10-30T13:30:35.266Z | Downloaded sigpipe v0.1.3 |
470 | 2024-10-30T13:30:35.266Z | Downloaded serde-big-array v0.5.1 |
471 | 2024-10-30T13:30:35.269Z | Downloaded omicron-workspace-hack v0.1.0 |
472 | 2024-10-30T13:30:35.269Z | Downloaded equivalent v1.0.1 |
473 | 2024-10-30T13:30:35.272Z | Downloaded crc8 v0.1.1 |
474 | 2024-10-30T13:30:35.272Z | Downloaded atomicwrites v0.4.4 |
475 | 2024-10-30T13:30:35.272Z | Downloaded foreign-types-macros v0.2.3 |
476 | 2024-10-30T13:30:35.275Z | Downloaded libscf-sys v1.1.0 |
477 | 2024-10-30T13:30:35.275Z | Downloaded parking_lot_core v0.8.6 |
478 | 2024-10-30T13:30:35.277Z | Downloaded async-stream v0.3.5 |
479 | 2024-10-30T13:30:35.280Z | Downloaded is-terminal v0.4.13 |
480 | 2024-10-30T13:30:35.280Z | Downloaded ciborium-ll v0.2.2 |
481 | 2024-10-30T13:30:35.282Z | Downloaded proc-macro-error-attr v1.0.4 |
482 | 2024-10-30T13:30:35.285Z | Downloaded percent-encoding v2.3.1 |
483 | 2024-10-30T13:30:35.285Z | Downloaded parking_lot v0.12.3 |
484 | 2024-10-30T13:30:35.288Z | Downloaded futures-io v0.3.31 |
485 | 2024-10-30T13:30:35.289Z | Downloaded hubpack_derive v0.1.1 |
486 | 2024-10-30T13:30:35.291Z | Downloaded argon2 v0.5.3 |
487 | 2024-10-30T13:30:35.291Z | Downloaded rand_core v0.6.4 |
488 | 2024-10-30T13:30:35.294Z | Downloaded rand_chacha v0.3.1 |
489 | 2024-10-30T13:30:35.294Z | Downloaded quick-error v1.2.3 |
490 | 2024-10-30T13:30:35.299Z | Downloaded progenitor-macro v0.8.0 |
491 | 2024-10-30T13:30:35.299Z | Downloaded camino v1.1.9 |
492 | 2024-10-30T13:30:35.311Z | Downloaded strum v0.26.3 |
493 | 2024-10-30T13:30:35.311Z | Downloaded openssl-macros v0.1.1 |
494 | 2024-10-30T13:30:35.311Z | Downloaded num_threads v0.1.7 |
495 | 2024-10-30T13:30:35.311Z | Downloaded take_mut v0.2.2 |
496 | 2024-10-30T13:30:35.311Z | Downloaded debug-ignore v1.0.5 |
497 | 2024-10-30T13:30:35.311Z | Downloaded serde_urlencoded v0.7.1 |
498 | 2024-10-30T13:30:35.311Z | Downloaded rustversion v1.0.17 |
499 | 2024-10-30T13:30:35.314Z | Downloaded zone_cfg_derive v0.3.0 |
500 | 2024-10-30T13:30:35.314Z | Downloaded form_urlencoded v1.2.1 |
501 | 2024-10-30T13:30:35.314Z | Downloaded http-body-util v0.1.2 |
502 | 2024-10-30T13:30:35.314Z | Downloaded http-body v1.0.1 |
503 | 2024-10-30T13:30:35.317Z | Downloaded newline-converter v0.3.0 |
504 | 2024-10-30T13:30:35.317Z | Downloaded serde_path_to_error v0.1.16 |
505 | 2024-10-30T13:30:35.319Z | Downloaded fastrand v2.1.1 |
506 | 2024-10-30T13:30:35.322Z | Downloaded crypto-common v0.1.6 |
507 | 2024-10-30T13:30:35.322Z | Downloaded futures-macro v0.3.31 |
508 | 2024-10-30T13:30:35.324Z | Downloaded enum-as-inner v0.6.1 |
509 | 2024-10-30T13:30:35.327Z | Downloaded tower-service v0.3.3 |
510 | 2024-10-30T13:30:35.327Z | Downloaded slog-dtrace v0.3.0 |
511 | 2024-10-30T13:30:35.329Z | Downloaded openssl-probe v0.1.5 |
512 | 2024-10-30T13:30:35.329Z | Downloaded embedded-io v0.6.1 |
513 | 2024-10-30T13:30:35.332Z | Downloaded dyn-clone v1.0.17 |
514 | 2024-10-30T13:30:35.335Z | Downloaded tokio-macros v2.4.0 |
515 | 2024-10-30T13:30:35.335Z | Downloaded dirs-next v2.0.0 |
516 | 2024-10-30T13:30:35.338Z | Downloaded defmt-parser v0.3.4 |
517 | 2024-10-30T13:30:35.338Z | Downloaded embedded-io v0.4.0 |
518 | 2024-10-30T13:30:35.342Z | Downloaded slog-bunyan v2.5.0 |
519 | 2024-10-30T13:30:35.342Z | Downloaded shlex v1.3.0 |
520 | 2024-10-30T13:30:35.345Z | Downloaded heck v0.5.0 |
521 | 2024-10-30T13:30:35.345Z | Downloaded pest_derive v2.7.13 |
522 | 2024-10-30T13:30:35.348Z | Downloaded sha1 v0.10.6 |
523 | 2024-10-30T13:30:35.351Z | Downloaded ipnetwork v0.20.0 |
524 | 2024-10-30T13:30:35.351Z | Downloaded proc-macro-error v1.0.4 |
525 | 2024-10-30T13:30:35.354Z | Downloaded macaddr v1.0.1 |
526 | 2024-10-30T13:30:35.356Z | Downloaded lru-cache v0.1.2 |
527 | 2024-10-30T13:30:35.358Z | Downloaded quote v1.0.37 |
528 | 2024-10-30T13:30:35.360Z | Downloaded zone v0.3.0 |
529 | 2024-10-30T13:30:35.363Z | Downloaded clap_derive v4.5.18 |
530 | 2024-10-30T13:30:35.366Z | Downloaded darling v0.20.10 |
531 | 2024-10-30T13:30:35.370Z | Downloaded heck v0.4.1 |
532 | 2024-10-30T13:30:35.370Z | Downloaded whoami v1.5.2 |
533 | 2024-10-30T13:30:35.374Z | Downloaded linear-map v1.2.0 |
534 | 2024-10-30T13:30:35.376Z | Downloaded indent_write v2.2.0 |
535 | 2024-10-30T13:30:35.376Z | Downloaded try-lock v0.2.5 |
536 | 2024-10-30T13:30:35.383Z | Downloaded sync_wrapper v1.0.1 |
537 | 2024-10-30T13:30:35.383Z | Downloaded newtype_derive v0.1.6 |
538 | 2024-10-30T13:30:35.385Z | Downloaded rustls-pemfile v2.1.3 |
539 | 2024-10-30T13:30:35.385Z | Downloaded time-core v0.1.2 |
540 | 2024-10-30T13:30:35.385Z | Downloaded futures-channel v0.3.31 |
541 | 2024-10-30T13:30:35.388Z | Downloaded scroll v0.12.0 |
542 | 2024-10-30T13:30:35.388Z | Downloaded log v0.4.22 |
543 | 2024-10-30T13:30:35.391Z | Downloaded futures-core v0.3.31 |
544 | 2024-10-30T13:30:35.393Z | Downloaded num_enum_derive v0.7.3 |
545 | 2024-10-30T13:30:35.395Z | Downloaded term v0.7.0 |
546 | 2024-10-30T13:30:35.398Z | Downloaded tiny-keccak v2.0.2 |
547 | 2024-10-30T13:30:35.401Z | Downloaded tabwriter v1.4.0 |
548 | 2024-10-30T13:30:35.404Z | Downloaded hyper-tls v0.6.0 |
549 | 2024-10-30T13:30:35.405Z | Downloaded slog-envlogger v2.2.0 |
550 | 2024-10-30T13:30:35.407Z | Downloaded tempfile v3.12.0 |
551 | 2024-10-30T13:30:35.409Z | Downloaded usdt v0.5.0 |
552 | 2024-10-30T13:30:35.409Z | Downloaded thread-id v4.2.2 |
553 | 2024-10-30T13:30:35.411Z | Downloaded toml_datetime v0.6.8 |
554 | 2024-10-30T13:30:35.414Z | Downloaded once_cell v1.20.2 |
555 | 2024-10-30T13:30:35.417Z | Downloaded lock_api v0.4.12 |
556 | 2024-10-30T13:30:35.420Z | Downloaded waitgroup v0.1.2 |
557 | 2024-10-30T13:30:35.420Z | Downloaded rand v0.8.5 |
558 | 2024-10-30T13:30:35.424Z | Downloaded humantime v2.1.0 |
559 | 2024-10-30T13:30:35.426Z | Downloaded rhai_codegen v2.2.0 |
560 | 2024-10-30T13:30:35.432Z | Downloaded ident_case v1.0.1 |
561 | 2024-10-30T13:30:35.435Z | Downloaded want v0.3.1 |
562 | 2024-10-30T13:30:35.435Z | Downloaded httparse v1.9.4 |
563 | 2024-10-30T13:30:35.447Z | Downloaded newtype-uuid v1.1.2 |
564 | 2024-10-30T13:30:35.447Z | Downloaded http-body v0.4.6 |
565 | 2024-10-30T13:30:35.450Z | Downloaded sync_wrapper v0.1.2 |
566 | 2024-10-30T13:30:35.453Z | Downloaded derive-where v1.2.7 |
567 | 2024-10-30T13:30:35.457Z | Downloaded hyper-tls v0.5.0 |
568 | 2024-10-30T13:30:35.459Z | Downloaded structmeta v0.3.0 |
569 | 2024-10-30T13:30:35.459Z | Downloaded native-tls v0.2.12 |
570 | 2024-10-30T13:30:35.484Z | Downloaded highway v1.2.0 |
571 | 2024-10-30T13:30:35.484Z | Downloaded half v2.4.1 |
572 | 2024-10-30T13:30:35.484Z | Downloaded slog v2.7.0 |
573 | 2024-10-30T13:30:35.495Z | Downloaded mime v0.3.17 |
574 | 2024-10-30T13:30:35.495Z | Downloaded structmeta-derive v0.3.0 |
575 | 2024-10-30T13:30:35.495Z | Downloaded static_assertions v1.1.0 |
576 | 2024-10-30T13:30:35.495Z | Downloaded memmap v0.7.0 |
577 | 2024-10-30T13:30:35.495Z | Downloaded linked-hash-map v0.5.6 |
578 | 2024-10-30T13:30:35.495Z | Downloaded getrandom v0.2.15 |
579 | 2024-10-30T13:30:35.495Z | Downloaded tokio-stream v0.1.16 |
580 | 2024-10-30T13:30:35.495Z | Downloaded num-conv v0.1.0 |
581 | 2024-10-30T13:30:35.495Z | Downloaded version_check v0.9.5 |
582 | 2024-10-30T13:30:35.495Z | Downloaded usdt-macro v0.5.0 |
583 | 2024-10-30T13:30:35.495Z | Downloaded instant v0.1.13 |
584 | 2024-10-30T13:30:35.495Z | Downloaded stable_deref_trait v1.2.0 |
585 | 2024-10-30T13:30:35.495Z | Downloaded parking_lot v0.11.2 |
586 | 2024-10-30T13:30:35.498Z | Downloaded tinyvec_macros v0.1.1 |
587 | 2024-10-30T13:30:35.498Z | Downloaded usdt-attr-macro v0.5.0 |
588 | 2024-10-30T13:30:35.498Z | Downloaded hostname v0.4.0 |
589 | 2024-10-30T13:30:35.498Z | Downloaded num_enum v0.5.11 |
590 | 2024-10-30T13:30:35.500Z | Downloaded hostname v0.3.1 |
591 | 2024-10-30T13:30:35.505Z | Downloaded owo-colors v4.1.0 |
592 | 2024-10-30T13:30:35.508Z | Downloaded thiserror v1.0.64 |
593 | 2024-10-30T13:30:35.511Z | Downloaded darling_core v0.20.10 |
594 | 2024-10-30T13:30:35.515Z | Downloaded fxhash v0.2.1 |
595 | 2024-10-30T13:30:35.518Z | Downloaded num-derive v0.3.3 |
596 | 2024-10-30T13:30:35.520Z | Downloaded base64 v0.21.7 |
597 | 2024-10-30T13:30:35.523Z | Downloaded itoa v1.0.11 |
598 | 2024-10-30T13:30:35.525Z | Downloaded is_terminal_polyfill v1.70.1 |
599 | 2024-10-30T13:30:35.527Z | Downloaded swrite v0.1.0 |
600 | 2024-10-30T13:30:35.527Z | Downloaded zeroize v1.8.1 |
601 | 2024-10-30T13:30:35.529Z | Downloaded typenum v1.17.0 |
602 | 2024-10-30T13:30:35.531Z | Downloaded futures-task v0.3.31 |
603 | 2024-10-30T13:30:35.534Z | Downloaded schemars v0.8.21 |
604 | 2024-10-30T13:30:35.545Z | Downloaded smf v0.2.3 |
605 | 2024-10-30T13:30:35.547Z | Downloaded untrusted v0.9.0 |
606 | 2024-10-30T13:30:35.549Z | Downloaded num-derive v0.4.2 |
607 | 2024-10-30T13:30:35.552Z | Downloaded hex v0.4.3 |
608 | 2024-10-30T13:30:35.554Z | Downloaded tokio-native-tls v0.3.1 |
609 | 2024-10-30T13:30:35.557Z | Downloaded strum_macros v0.26.4 |
610 | 2024-10-30T13:30:35.559Z | Downloaded strum_macros v0.25.3 |
611 | 2024-10-30T13:30:35.561Z | Downloaded typify v0.2.0 |
612 | 2024-10-30T13:30:35.564Z | Downloaded thread_local v1.1.8 |
613 | 2024-10-30T13:30:35.567Z | Downloaded usdt-impl v0.5.0 |
614 | 2024-10-30T13:30:35.567Z | Downloaded hyper-rustls v0.27.3 |
615 | 2024-10-30T13:30:35.573Z | Downloaded num-rational v0.4.2 |
616 | 2024-10-30T13:30:35.577Z | Downloaded iana-time-zone v0.1.61 |
617 | 2024-10-30T13:30:35.577Z | Downloaded libsw v3.3.1 |
618 | 2024-10-30T13:30:35.577Z | Downloaded clap v4.5.18 |
619 | 2024-10-30T13:30:35.586Z | Downloaded lazy_static v1.5.0 |
620 | 2024-10-30T13:30:35.589Z | Downloaded utf8parse v0.2.2 |
621 | 2024-10-30T13:30:35.591Z | Downloaded indexmap v1.9.3 |
622 | 2024-10-30T13:30:35.593Z | Downloaded num v0.4.3 |
623 | 2024-10-30T13:30:35.596Z | Downloaded subtle v2.6.1 |
624 | 2024-10-30T13:30:35.598Z | Downloaded unicode-ident v1.0.13 |
625 | 2024-10-30T13:30:35.601Z | Downloaded serde_yaml v0.9.34+deprecated |
626 | 2024-10-30T13:30:35.603Z | Downloaded hyper-rustls v0.24.2 |
627 | 2024-10-30T13:30:35.606Z | Downloaded spin v0.9.8 |
628 | 2024-10-30T13:30:35.609Z | Downloaded num-complex v0.4.6 |
629 | 2024-10-30T13:30:35.612Z | Downloaded crossbeam-channel v0.5.13 |
630 | 2024-10-30T13:30:35.616Z | Downloaded qorb v0.1.2 |
631 | 2024-10-30T13:30:35.621Z | Downloaded tokio-rustls v0.26.0 |
632 | 2024-10-30T13:30:35.624Z | Downloaded time-macros v0.2.18 |
633 | 2024-10-30T13:30:35.626Z | Downloaded zerocopy v0.6.6 |
634 | 2024-10-30T13:30:35.629Z | Downloaded quinn v0.11.5 |
635 | 2024-10-30T13:30:35.633Z | Downloaded toml v0.8.19 |
636 | 2024-10-30T13:30:35.636Z | Downloaded expectorate v1.1.0 |
637 | 2024-10-30T13:30:35.640Z | Downloaded aho-corasick v1.1.3 |
638 | 2024-10-30T13:30:35.646Z | Downloaded socket2 v0.5.7 |
639 | 2024-10-30T13:30:35.648Z | Downloaded tracing-core v0.1.32 |
640 | 2024-10-30T13:30:35.651Z | Downloaded openssl-sys v0.9.103 |
641 | 2024-10-30T13:30:35.656Z | Downloaded ipnet v2.10.0 |
642 | 2024-10-30T13:30:35.659Z | Downloaded tokio-rustls v0.24.1 |
643 | 2024-10-30T13:30:35.662Z | Downloaded tinyvec v1.8.0 |
644 | 2024-10-30T13:30:35.665Z | Downloaded hyper-util v0.1.9 |
645 | 2024-10-30T13:30:35.670Z | Downloaded ucd-trie v0.1.6 |
646 | 2024-10-30T13:30:35.673Z | Downloaded num-traits v0.2.19 |
647 | 2024-10-30T13:30:35.676Z | Downloaded unsafe-libyaml v0.2.11 |
648 | 2024-10-30T13:30:35.680Z | Downloaded hickory-resolver v0.24.1 |
649 | 2024-10-30T13:30:35.684Z | Downloaded unicode-bidi v0.3.15 |
650 | 2024-10-30T13:30:35.687Z | Downloaded mio v1.0.2 |
651 | 2024-10-30T13:30:35.693Z | Downloaded uuid v1.10.0 |
652 | 2024-10-30T13:30:35.697Z | Downloaded minimal-lexical v0.2.1 |
653 | 2024-10-30T13:30:35.701Z | Downloaded unicode-segmentation v1.12.0 |
654 | 2024-10-30T13:30:35.705Z | Downloaded toml_edit v0.22.21 |
655 | 2024-10-30T13:30:35.728Z | Downloaded url v2.5.2 |
656 | 2024-10-30T13:30:35.732Z | Downloaded http v0.2.12 |
657 | 2024-10-30T13:30:35.736Z | Downloaded indexmap v2.6.0 |
658 | 2024-10-30T13:30:35.740Z | Downloaded steno v0.4.1 |
659 | 2024-10-30T13:30:35.744Z | Downloaded hashbrown v0.12.3 |
660 | 2024-10-30T13:30:35.749Z | Downloaded rustls-webpki v0.101.7 |
661 | 2024-10-30T13:30:35.765Z | Downloaded itertools v0.10.5 |
662 | 2024-10-30T13:30:35.772Z | Downloaded time v0.3.36 |
663 | 2024-10-30T13:30:35.779Z | Downloaded chrono v0.4.38 |
664 | 2024-10-30T13:30:35.787Z | Downloaded reqwest v0.11.27 |
665 | 2024-10-30T13:30:35.795Z | Downloaded http v1.1.0 |
666 | 2024-10-30T13:30:35.800Z | Downloaded libm v0.2.8 |
667 | 2024-10-30T13:30:35.808Z | Downloaded nom v7.1.3 |
668 | 2024-10-30T13:30:35.814Z | Downloaded unicode-normalization v0.1.24 |
669 | 2024-10-30T13:30:35.819Z | Downloaded h2 v0.4.6 |
670 | 2024-10-30T13:30:35.825Z | Downloaded serde_json v1.0.128 |
671 | 2024-10-30T13:30:35.833Z | Downloaded hashbrown v0.14.5 |
672 | 2024-10-30T13:30:35.841Z | Downloaded zerocopy v0.7.35 |
673 | 2024-10-30T13:30:35.855Z | Downloaded hyper v1.4.1 |
674 | 2024-10-30T13:30:35.863Z | Downloaded futures-util v0.3.31 |
675 | 2024-10-30T13:30:35.875Z | Downloaded tokio-util v0.7.12 |
676 | 2024-10-30T13:30:35.882Z | Downloaded itertools v0.13.0 |
677 | 2024-10-30T13:30:35.890Z | Downloaded openssl v0.10.66 |
678 | 2024-10-30T13:30:35.899Z | Downloaded syn v1.0.109 |
679 | 2024-10-30T13:30:35.909Z | Downloaded webpki-roots v0.25.4 |
680 | 2024-10-30T13:30:35.913Z | Downloaded dropshot v0.12.0 |
681 | 2024-10-30T13:30:35.935Z | Downloaded goblin v0.8.2 |
682 | 2024-10-30T13:30:35.941Z | Downloaded idna v0.4.0 |
683 | 2024-10-30T13:30:35.947Z | Downloaded vcpkg v0.2.15 |
684 | 2024-10-30T13:30:35.987Z | Downloaded idna v0.5.0 |
685 | 2024-10-30T13:30:35.995Z | Downloaded h2 v0.3.26 |
686 | 2024-10-30T13:30:36.001Z | Downloaded openapiv3 v2.0.0 |
687 | 2024-10-30T13:30:36.011Z | Downloaded webpki-roots v0.26.6 |
688 | 2024-10-30T13:30:36.014Z | Downloaded regex v1.11.1 |
689 | 2024-10-30T13:30:36.028Z | Downloaded rustls-webpki v0.102.8 |
690 | 2024-10-30T13:30:36.045Z | Downloaded unicode-width v0.1.14 |
691 | 2024-10-30T13:30:36.051Z | Downloaded hickory-proto v0.24.1 |
692 | 2024-10-30T13:30:36.066Z | Downloaded rustls v0.23.13 |
693 | 2024-10-30T13:30:36.078Z | Downloaded rustix v0.38.37 |
694 | 2024-10-30T13:30:36.101Z | Downloaded syn v2.0.77 |
695 | 2024-10-30T13:30:36.113Z | Downloaded regress v0.10.1 |
696 | 2024-10-30T13:30:36.122Z | Downloaded rustls v0.22.4 |
697 | 2024-10-30T13:30:36.136Z | Downloaded smoltcp v0.11.0 |
698 | 2024-10-30T13:30:36.149Z | Downloaded zerocopy-derive v0.6.6 |
699 | 2024-10-30T13:30:36.159Z | Downloaded regress v0.9.1 |
700 | 2024-10-30T13:30:36.167Z | Downloaded regex-syntax v0.8.5 |
701 | 2024-10-30T13:30:36.176Z | Downloaded rhai v1.19.0 |
702 | 2024-10-30T13:30:36.189Z | Downloaded rustls v0.21.12 |
703 | 2024-10-30T13:30:36.200Z | Downloaded winnow v0.5.40 |
704 | 2024-10-30T13:30:36.209Z | Downloaded reqwest v0.12.8 |
705 | 2024-10-30T13:30:36.217Z | Downloaded hyper v0.14.30 |
706 | 2024-10-30T13:30:36.225Z | Downloaded winnow v0.6.18 |
707 | 2024-10-30T13:30:36.235Z | Downloaded typify-impl v0.2.0 |
708 | 2024-10-30T13:30:36.250Z | Downloaded sled v0.34.7 |
709 | 2024-10-30T13:30:36.262Z | Downloaded itertools v0.12.1 |
710 | 2024-10-30T13:30:36.268Z | Downloaded serde_with v3.11.0 |
711 | 2024-10-30T13:30:36.276Z | Downloaded quinn-proto v0.11.8 |
712 | 2024-10-30T13:30:36.282Z | Downloaded hashbrown v0.15.0 |
713 | 2024-10-30T13:30:36.287Z | Downloaded toml_edit v0.19.15 |
714 | 2024-10-30T13:30:36.304Z | Downloaded libc v0.2.161 |
715 | 2024-10-30T13:30:36.331Z | Downloaded regex-automata v0.4.8 |
716 | 2024-10-30T13:30:36.348Z | Downloaded tracing v0.1.40 |
717 | 2024-10-30T13:30:36.353Z | Downloaded memchr v2.7.4 |
718 | 2024-10-30T13:30:36.358Z | Downloaded pest v2.7.13 |
719 | 2024-10-30T13:30:36.364Z | Downloaded tokio-rustls v0.25.0 |
720 | 2024-10-30T13:30:36.366Z | Downloaded zerocopy-derive v0.7.35 |
721 | 2024-10-30T13:30:36.369Z | Downloaded smartstring v1.0.1 |
722 | 2024-10-30T13:30:36.371Z | Downloaded smallvec v1.13.2 |
723 | 2024-10-30T13:30:36.376Z | Downloaded petgraph v0.6.5 |
724 | 2024-10-30T13:30:36.391Z | Downloaded slog-term v2.9.1 |
725 | 2024-10-30T13:30:36.393Z | Downloaded cc v1.1.21 |
726 | 2024-10-30T13:30:36.396Z | Downloaded thin-vec v0.2.13 |
727 | 2024-10-30T13:30:36.399Z | Downloaded terminal_size v0.3.0 |
728 | 2024-10-30T13:30:36.401Z | Downloaded tokio v1.40.0 |
729 | 2024-10-30T13:30:36.439Z | Downloaded clap_builder v4.5.18 |
730 | 2024-10-30T13:30:36.445Z | Downloaded num_enum_derive v0.5.11 |
731 | 2024-10-30T13:30:36.447Z | Downloaded num_enum v0.7.3 |
732 | 2024-10-30T13:30:36.450Z | Downloaded num-iter v0.1.45 |
733 | 2024-10-30T13:30:36.453Z | Downloaded num-integer v0.1.46 |
734 | 2024-10-30T13:30:36.456Z | Downloaded thiserror-impl v1.0.64 |
735 | 2024-10-30T13:30:36.456Z | Downloaded generic-array v0.14.7 |
736 | 2024-10-30T13:30:36.456Z | Downloaded tracing-attributes v0.1.27 |
737 | 2024-10-30T13:30:36.458Z | Downloaded hash32 v0.3.1 |
738 | 2024-10-30T13:30:36.460Z | Downloaded typify-macro v0.2.0 |
739 | 2024-10-30T13:30:36.460Z | Downloaded serde_derive v1.0.210 |
740 | 2024-10-30T13:30:36.463Z | Downloaded multer v3.1.0 |
741 | 2024-10-30T13:30:36.465Z | Downloaded heapless v0.8.0 |
742 | 2024-10-30T13:30:36.468Z | Downloaded similar v2.6.0 |
743 | 2024-10-30T13:30:36.473Z | Downloaded derive_more v0.99.18 |
744 | 2024-10-30T13:30:36.477Z | Downloaded bytes v1.7.2 |
745 | 2024-10-30T13:30:36.481Z | Downloaded strsim v0.11.1 |
746 | 2024-10-30T13:30:36.484Z | Downloaded slog-stdlog v4.1.1 |
747 | 2024-10-30T13:30:36.484Z | Downloaded slog-scope v4.4.0 |
748 | 2024-10-30T13:30:36.488Z | Downloaded slog-json v2.6.1 |
749 | 2024-10-30T13:30:36.491Z | Downloaded serde v1.0.210 |
750 | 2024-10-30T13:30:36.491Z | Downloaded managed v0.8.0 |
751 | 2024-10-30T13:30:36.493Z | Downloaded encoding_rs v0.8.34 |
752 | 2024-10-30T13:30:36.512Z | Downloaded cookie v0.18.1 |
753 | 2024-10-30T13:30:36.514Z | Downloaded crossbeam-utils v0.8.20 |
754 | 2024-10-30T13:30:36.517Z | Downloaded allocator-api2 v0.2.18 |
755 | 2024-10-30T13:30:36.520Z | Downloaded anyhow v1.0.89 |
756 | 2024-10-30T13:30:36.523Z | Downloaded cpufeatures v0.2.14 |
757 | 2024-10-30T13:30:36.526Z | Downloaded ciborium v0.2.2 |
758 | 2024-10-30T13:30:36.528Z | Downloaded semver v1.0.23 |
759 | 2024-10-30T13:30:36.530Z | Downloaded postcard v1.0.10 |
760 | 2024-10-30T13:30:36.533Z | Downloaded hubpack v0.1.2 |
761 | 2024-10-30T13:30:36.533Z | Downloaded serde_spanned v0.6.7 |
762 | 2024-10-30T13:30:36.535Z | Downloaded schemars_derive v0.8.21 |
763 | 2024-10-30T13:30:36.535Z | Downloaded dirs-sys-next v0.1.2 |
764 | 2024-10-30T13:30:36.538Z | Downloaded defmt-macros v0.3.9 |
765 | 2024-10-30T13:30:36.540Z | Downloaded async-trait v0.1.83 |
766 | 2024-10-30T13:30:36.543Z | Downloaded semver v0.1.20 |
767 | 2024-10-30T13:30:36.543Z | Downloaded rustls-pemfile v1.0.4 |
768 | 2024-10-30T13:30:36.545Z | Downloaded rustc_version v0.1.7 |
769 | 2024-10-30T13:30:36.545Z | Downloaded blake2 v0.10.6 |
770 | 2024-10-30T13:30:36.548Z | Downloaded fnv v1.0.7 |
771 | 2024-10-30T13:30:36.551Z | Downloaded data-encoding v2.6.0 |
772 | 2024-10-30T13:30:36.551Z | Downloaded colorchoice v1.0.2 |
773 | 2024-10-30T13:30:36.551Z | Downloaded clap_lex v0.7.2 |
774 | 2024-10-30T13:30:36.554Z | Downloaded cfg-if v1.0.0 |
775 | 2024-10-30T13:30:36.554Z | Downloaded rustc_version v0.4.1 |
776 | 2024-10-30T13:30:36.554Z | Downloaded resolv-conf v0.7.0 |
777 | 2024-10-30T13:30:36.556Z | Downloaded quinn-udp v0.5.5 |
778 | 2024-10-30T13:30:36.562Z | Downloaded proc-macro-crate v1.3.1 |
779 | 2024-10-30T13:30:36.562Z | Downloaded powerfmt v0.2.0 |
780 | 2024-10-30T13:30:36.565Z | Downloaded pkg-config v0.3.31 |
781 | 2024-10-30T13:30:36.565Z | Downloaded pest_generator v2.7.13 |
782 | 2024-10-30T13:30:36.565Z | Downloaded colored v2.1.0 |
783 | 2024-10-30T13:30:36.565Z | Downloaded block-buffer v0.10.4 |
784 | 2024-10-30T13:30:36.565Z | Downloaded base64ct v1.6.0 |
785 | 2024-10-30T13:30:36.567Z | Downloaded anstream v0.6.15 |
786 | 2024-10-30T13:30:36.569Z | Downloaded progenitor-impl v0.8.0 |
787 | 2024-10-30T13:30:36.571Z | Downloaded proc-macro2 v1.0.86 |
788 | 2024-10-30T13:30:36.585Z | Downloaded dtrace-parser v0.2.0 |
789 | 2024-10-30T13:30:36.586Z | Downloaded slab v0.4.9 |
790 | 2024-10-30T13:30:36.586Z | Downloaded cancel-safe-futures v0.1.5 |
791 | 2024-10-30T13:30:36.597Z | Downloaded bitflags v2.6.0 |
792 | 2024-10-30T13:30:36.597Z | Downloaded scopeguard v1.2.0 |
793 | 2024-10-30T13:30:36.597Z | Downloaded proc-macro-crate v3.2.0 |
794 | 2024-10-30T13:30:36.597Z | Downloaded dof v0.3.0 |
795 | 2024-10-30T13:30:36.597Z | Downloaded plain v0.2.3 |
796 | 2024-10-30T13:30:36.597Z | Downloaded either v1.13.0 |
797 | 2024-10-30T13:30:36.597Z | Downloaded deranged v0.3.11 |
798 | 2024-10-30T13:30:36.597Z | Downloaded cobs v0.2.3 |
799 | 2024-10-30T13:30:36.597Z | Downloaded futures-sink v0.3.31 |
800 | 2024-10-30T13:30:36.597Z | Downloaded digest v0.10.7 |
801 | 2024-10-30T13:30:36.597Z | Downloaded convert_case v0.4.0 |
802 | 2024-10-30T13:30:36.597Z | Downloaded atomic-waker v1.1.2 |
803 | 2024-10-30T13:30:36.597Z | Downloaded anstyle-parse v0.2.5 |
804 | 2024-10-30T13:30:36.747Z | Downloaded ring v0.17.8 |
805 | 2024-10-30T13:30:37.103Z | Compiling proc-macro2 v1.0.86 |
806 | 2024-10-30T13:30:37.103Z | Compiling unicode-ident v1.0.13 |
807 | 2024-10-30T13:30:37.103Z | Compiling libc v0.2.161 |
808 | 2024-10-30T13:30:37.106Z | Compiling serde v1.0.210 |
809 | 2024-10-30T13:30:37.106Z | Compiling autocfg v1.3.0 |
810 | 2024-10-30T13:30:37.142Z | Compiling version_check v0.9.5 |
811 | 2024-10-30T13:30:37.144Z | Compiling cfg-if v1.0.0 |
812 | 2024-10-30T13:30:37.279Z | Compiling libm v0.2.8 |
813 | 2024-10-30T13:30:37.299Z | Compiling once_cell v1.20.2 |
814 | 2024-10-30T13:30:37.323Z | Compiling memchr v2.7.4 |
815 | 2024-10-30T13:30:37.733Z | Compiling parking_lot_core v0.9.10 |
816 | 2024-10-30T13:30:37.871Z | Compiling lock_api v0.4.12 |
817 | 2024-10-30T13:30:38.331Z | Compiling shlex v1.3.0 |
818 | 2024-10-30T13:30:38.587Z | Compiling thiserror v1.0.64 |
819 | 2024-10-30T13:30:38.842Z | Compiling cc v1.1.21 |
820 | 2024-10-30T13:30:38.844Z | Compiling itoa v1.0.11 |
821 | 2024-10-30T13:30:39.044Z | Compiling schemars v0.8.21 |
822 | 2024-10-30T13:30:39.046Z | Compiling slab v0.4.9 |
823 | 2024-10-30T13:30:39.178Z | Compiling ryu v1.0.18 |
824 | 2024-10-30T13:30:39.420Z | Compiling num-traits v0.2.19 |
825 | 2024-10-30T13:30:39.444Z | Compiling serde_json v1.0.128 |
826 | 2024-10-30T13:30:39.761Z | Compiling byteorder v1.5.0 |
827 | 2024-10-30T13:30:40.262Z | Compiling quote v1.0.37 |
828 | 2024-10-30T13:30:40.294Z | Compiling getrandom v0.2.15 |
829 | 2024-10-30T13:30:40.790Z | Compiling syn v2.0.77 |
830 | 2024-10-30T13:30:40.889Z | Compiling pin-project-lite v0.2.14 |
831 | 2024-10-30T13:30:41.029Z | Compiling log v0.4.22 |
832 | 2024-10-30T13:30:41.228Z | Compiling hashbrown v0.15.0 |
833 | 2024-10-30T13:30:41.247Z | Compiling equivalent v1.0.1 |
834 | 2024-10-30T13:30:41.339Z | Compiling heck v0.5.0 |
835 | 2024-10-30T13:30:41.564Z | Compiling fnv v1.0.7 |
836 | 2024-10-30T13:30:41.710Z | Compiling scopeguard v1.2.0 |
837 | 2024-10-30T13:30:41.854Z | Compiling ring v0.17.8 |
838 | 2024-10-30T13:30:42.052Z | Compiling pkg-config v0.3.31 |
839 | 2024-10-30T13:30:42.250Z | Compiling vcpkg v0.2.15 |
840 | 2024-10-30T13:30:42.431Z | Compiling slog v2.7.0 |
841 | 2024-10-30T13:30:42.553Z | Compiling httparse v1.9.4 |
842 | 2024-10-30T13:30:42.900Z | Compiling socket2 v0.5.7 |
843 | 2024-10-30T13:30:42.993Z | Compiling mio v1.0.2 |
844 | 2024-10-30T13:30:43.015Z | Compiling signal-hook-registry v1.4.2 |
845 | 2024-10-30T13:30:43.231Z | Compiling iana-time-zone v0.1.61 |
846 | 2024-10-30T13:30:43.864Z | Compiling openssl-sys v0.9.103 |
847 | 2024-10-30T13:30:43.899Z | Compiling futures-core v0.3.31 |
848 | 2024-10-30T13:30:44.010Z | Compiling openssl v0.10.66 |
849 | 2024-10-30T13:30:44.172Z | Compiling dyn-clone v1.0.17 |
850 | 2024-10-30T13:30:44.420Z | Compiling typenum v1.17.0 |
851 | 2024-10-30T13:30:44.477Z | Compiling ahash v0.8.11 |
852 | 2024-10-30T13:30:44.504Z | Compiling futures-sink v0.3.31 |
853 | 2024-10-30T13:30:44.596Z | Compiling rustls v0.23.13 |
854 | 2024-10-30T13:30:44.598Z | Compiling native-tls v0.2.12 |
855 | 2024-10-30T13:30:44.662Z | Compiling semver v1.0.23 |
856 | 2024-10-30T13:30:44.845Z | Compiling generic-array v0.14.7 |
857 | 2024-10-30T13:30:44.926Z | Compiling allocator-api2 v0.2.18 |
858 | 2024-10-30T13:30:44.968Z | Compiling ucd-trie v0.1.6 |
859 | 2024-10-30T13:30:45.186Z | Compiling futures-channel v0.3.31 |
860 | 2024-10-30T13:30:45.207Z | Compiling futures-task v0.3.31 |
861 | 2024-10-30T13:30:45.356Z | Compiling futures-io v0.3.31 |
862 | 2024-10-30T13:30:45.379Z | Compiling anyhow v1.0.89 |
863 | 2024-10-30T13:30:45.482Z | Compiling pin-utils v0.1.0 |
864 | 2024-10-30T13:30:45.503Z | Compiling aho-corasick v1.1.3 |
865 | 2024-10-30T13:30:45.526Z | Compiling num-conv v0.1.0 |
866 | 2024-10-30T13:30:45.584Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-10-30T13:30:45.640Z | Compiling regex-syntax v0.8.5 |
868 | 2024-10-30T13:30:45.706Z | Compiling time-core v0.1.2 |
869 | 2024-10-30T13:30:45.709Z | Compiling tracing-core v0.1.32 |
870 | 2024-10-30T13:30:45.875Z | Compiling time-macros v0.2.18 |
871 | 2024-10-30T13:30:45.965Z | Compiling usdt-impl v0.5.0 |
872 | 2024-10-30T13:30:46.022Z | Compiling bitflags v2.6.0 |
873 | 2024-10-30T13:30:46.336Z | Compiling strsim v0.11.1 |
874 | 2024-10-30T13:30:46.530Z | Compiling plain v0.2.3 |
875 | 2024-10-30T13:30:46.684Z | Compiling subtle v2.6.1 |
876 | 2024-10-30T13:30:46.975Z | Compiling rustversion v1.0.17 |
877 | 2024-10-30T13:30:47.052Z | Compiling pretty-hex v0.4.1 |
878 | 2024-10-30T13:30:47.271Z | Compiling paste v1.0.15 |
879 | 2024-10-30T13:30:47.367Z | Compiling newtype-uuid v1.1.2 |
880 | 2024-10-30T13:30:47.833Z | Compiling serde_derive_internals v0.29.1 |
881 | 2024-10-30T13:30:47.968Z | Compiling thread-id v4.2.2 |
882 | 2024-10-30T13:30:48.090Z | Compiling ident_case v1.0.1 |
883 | 2024-10-30T13:30:48.279Z | Compiling camino v1.1.9 |
884 | 2024-10-30T13:30:48.818Z | Compiling unsafe-libyaml v0.2.11 |
885 | 2024-10-30T13:30:49.122Z | Compiling regex-automata v0.4.8 |
886 | 2024-10-30T13:30:49.195Z | Compiling rustls v0.22.4 |
887 | 2024-10-30T13:30:49.485Z | Compiling crunchy v0.2.2 |
888 | 2024-10-30T13:30:49.695Z | Compiling darling_core v0.20.10 |
889 | 2024-10-30T13:30:50.728Z | Compiling slog-async v2.8.0 |
890 | 2024-10-30T13:30:51.027Z | Compiling rustls-pki-types v1.8.0 |
891 | 2024-10-30T13:30:51.152Z | Compiling tiny-keccak v2.0.2 |
892 | 2024-10-30T13:30:51.172Z | Compiling spin v0.9.8 |
893 | 2024-10-30T13:30:51.549Z | Compiling rand_core v0.6.4 |
894 | 2024-10-30T13:30:51.571Z | Compiling multer v3.1.0 |
895 | 2024-10-30T13:30:51.919Z | Compiling tinyvec_macros v0.1.1 |
896 | 2024-10-30T13:30:52.015Z | Compiling untrusted v0.9.0 |
897 | 2024-10-30T13:30:52.030Z | Compiling tinyvec v1.8.0 |
898 | 2024-10-30T13:30:52.767Z | Compiling regex v1.11.1 |
899 | 2024-10-30T13:30:52.915Z | Compiling serde_derive v1.0.210 |
900 | 2024-10-30T13:30:53.621Z | Compiling zerocopy-derive v0.7.35 |
901 | 2024-10-30T13:30:53.725Z | Compiling thiserror-impl v1.0.64 |
902 | 2024-10-30T13:30:54.442Z | Compiling tokio-macros v2.4.0 |
903 | 2024-10-30T13:30:55.620Z | Compiling schemars_derive v0.8.21 |
904 | 2024-10-30T13:30:55.726Z | Compiling futures-macro v0.3.31 |
905 | 2024-10-30T13:30:56.074Z | Compiling zerocopy v0.7.35 |
906 | 2024-10-30T13:30:56.426Z | Compiling openssl-macros v0.1.1 |
907 | 2024-10-30T13:30:56.920Z | Compiling scroll_derive v0.12.0 |
908 | 2024-10-30T13:30:57.296Z | Compiling pest v2.7.13 |
909 | 2024-10-30T13:30:57.661Z | Compiling futures-util v0.3.31 |
910 | 2024-10-30T13:30:57.836Z | Compiling tracing-attributes v0.1.27 |
911 | 2024-10-30T13:30:58.117Z | Compiling hashbrown v0.14.5 |
912 | 2024-10-30T13:30:58.356Z | Compiling scroll v0.12.0 |
913 | 2024-10-30T13:30:58.721Z | Compiling darling_macro v0.20.10 |
914 | 2024-10-30T13:30:58.878Z | Compiling goblin v0.8.2 |
915 | 2024-10-30T13:30:59.370Z | Compiling regress v0.10.1 |
916 | 2024-10-30T13:30:59.676Z | Compiling async-trait v0.1.83 |
917 | 2024-10-30T13:31:00.136Z | Compiling pest_meta v2.7.13 |
918 | 2024-10-30T13:31:02.246Z | Compiling pest_generator v2.7.13 |
919 | 2024-10-30T13:31:03.850Z | Compiling tracing v0.1.40 |
920 | 2024-10-30T13:31:04.015Z | Compiling darling v0.20.10 |
921 | 2024-10-30T13:31:04.156Z | Compiling pest_derive v2.7.13 |
922 | 2024-10-30T13:31:04.233Z | Compiling percent-encoding v2.3.1 |
923 | 2024-10-30T13:31:04.516Z | Compiling atomic-waker v1.1.2 |
924 | 2024-10-30T13:31:04.542Z | Compiling form_urlencoded v1.2.1 |
925 | 2024-10-30T13:31:04.722Z | Compiling serde_with_macros v3.11.0 |
926 | 2024-10-30T13:31:05.037Z | Compiling dtrace-parser v0.2.0 |
927 | 2024-10-30T13:31:05.058Z | Compiling ppv-lite86 v0.2.20 |
928 | 2024-10-30T13:31:05.806Z | Compiling unicode-normalization v0.1.24 |
929 | 2024-10-30T13:31:06.019Z | Compiling strum_macros v0.26.4 |
930 | 2024-10-30T13:31:06.492Z | Compiling bytes v1.7.2 |
931 | 2024-10-30T13:31:06.824Z | Compiling smallvec v1.13.2 |
932 | 2024-10-30T13:31:07.093Z | Compiling chrono v0.4.38 |
933 | 2024-10-30T13:31:07.487Z | Compiling indexmap v2.6.0 |
934 | 2024-10-30T13:31:08.345Z | Compiling parking_lot v0.12.3 |
935 | 2024-10-30T13:31:08.516Z | Compiling uuid v1.10.0 |
936 | 2024-10-30T13:31:08.642Z | Compiling serde_tokenstream v0.2.2 |
937 | 2024-10-30T13:31:08.950Z | Compiling tokio v1.40.0 |
938 | 2024-10-30T13:31:10.026Z | Compiling http v1.1.0 |
939 | 2024-10-30T13:31:11.051Z | Compiling openapiv3 v2.0.0 |
940 | 2024-10-30T13:31:12.503Z | Compiling dof v0.3.0 |
941 | 2024-10-30T13:31:14.299Z | Compiling serde_yaml v0.9.34+deprecated |
942 | 2024-10-30T13:31:14.612Z | Compiling typify-impl v0.2.0 |
943 | 2024-10-30T13:31:15.355Z | Compiling usdt-attr-macro v0.5.0 |
944 | 2024-10-30T13:31:15.565Z | Compiling usdt-macro v0.5.0 |
945 | 2024-10-30T13:31:17.066Z | Compiling http-body v1.0.1 |
946 | 2024-10-30T13:31:17.106Z | Compiling ipnetwork v0.20.0 |
947 | 2024-10-30T13:31:17.328Z | Compiling structmeta-derive v0.3.0 |
948 | 2024-10-30T13:31:17.468Z | Compiling async-stream-impl v0.3.5 |
949 | 2024-10-30T13:31:18.053Z | Compiling const-random-macro v0.1.16 |
950 | 2024-10-30T13:31:18.819Z | Compiling tokio-util v0.7.12 |
951 | 2024-10-30T13:31:18.821Z | Compiling rustls-webpki v0.102.8 |
952 | 2024-10-30T13:31:20.642Z | Compiling dropshot v0.12.0 |
953 | 2024-10-30T13:31:20.996Z | Compiling zeroize v1.8.1 |
954 | 2024-10-30T13:31:21.258Z | Compiling try-lock v0.2.5 |
955 | 2024-10-30T13:31:21.303Z | Compiling unicode-bidi v0.3.15 |
956 | 2024-10-30T13:31:21.430Z | Compiling want v0.3.1 |
957 | 2024-10-30T13:31:21.448Z | Compiling structmeta v0.3.0 |
958 | 2024-10-30T13:31:21.727Z | Compiling h2 v0.4.6 |
959 | 2024-10-30T13:31:21.842Z | Compiling const-random v0.1.18 |
960 | 2024-10-30T13:31:21.951Z | Compiling rand_chacha v0.3.1 |
961 | 2024-10-30T13:31:23.137Z | Compiling httpdate v1.0.3 |
962 | 2024-10-30T13:31:23.554Z | Compiling foreign-types-shared v0.1.1 |
963 | 2024-10-30T13:31:23.684Z | Compiling foreign-types v0.3.2 |
964 | 2024-10-30T13:31:23.709Z | Compiling rand v0.8.5 |
965 | 2024-10-30T13:31:23.794Z | Compiling idna v0.5.0 |
966 | 2024-10-30T13:31:24.088Z | Compiling parse-display-derive v0.10.0 |
967 | 2024-10-30T13:31:24.561Z | Compiling dropshot_endpoint v0.12.0 |
968 | 2024-10-30T13:31:26.590Z | Compiling typify-macro v0.2.0 |
969 | 2024-10-30T13:31:27.083Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
970 | 2024-10-30T13:31:27.627Z | Compiling hyper v1.4.1 |
971 | 2024-10-30T13:31:28.341Z | Compiling tower-service v0.3.3 |
972 | 2024-10-30T13:31:30.391Z | Compiling url v2.5.2 |
973 | 2024-10-30T13:31:30.585Z | Compiling typify v0.2.0 |
974 | 2024-10-30T13:31:30.739Z | Compiling progenitor-impl v0.8.0 |
975 | 2024-10-30T13:31:31.038Z | Compiling hyper-util v0.1.9 |
976 | 2024-10-30T13:31:36.711Z | Compiling openssl-probe v0.1.5 |
977 | 2024-10-30T13:31:37.226Z | Compiling ipnet v2.10.0 |
978 | 2024-10-30T13:31:37.654Z | Compiling progenitor-macro v0.8.0 |
979 | 2024-10-30T13:31:40.254Z | Compiling http-body-util v0.1.2 |
980 | 2024-10-30T13:31:41.102Z | Compiling encoding_rs v0.8.34 |
981 | 2024-10-30T13:31:46.296Z | Compiling base64 v0.22.1 |
982 | 2024-10-30T13:31:47.436Z | Compiling powerfmt v0.2.0 |
983 | 2024-10-30T13:31:47.957Z | Compiling mime v0.3.17 |
984 | 2024-10-30T13:31:49.200Z | Compiling syn v1.0.109 |
985 | 2024-10-30T13:31:50.202Z | Compiling crossbeam-utils v0.8.20 |
986 | 2024-10-30T13:31:50.975Z | Compiling deranged v0.3.11 |
987 | 2024-10-30T13:31:51.430Z | Compiling rustls-pemfile v2.1.3 |
988 | 2024-10-30T13:31:51.848Z | Compiling tokio-rustls v0.26.0 |
989 | 2024-10-30T13:31:53.084Z | Compiling tokio-native-tls v0.3.1 |
990 | 2024-10-30T13:31:53.342Z | Compiling toml_datetime v0.6.8 |
991 | 2024-10-30T13:31:53.377Z | Compiling serde_urlencoded v0.7.1 |
992 | 2024-10-30T13:31:53.783Z | Compiling webpki-roots v0.26.6 |
993 | 2024-10-30T13:31:54.178Z | Compiling winnow v0.6.18 |
994 | 2024-10-30T13:31:54.465Z | Compiling num_threads v0.1.7 |
995 | 2024-10-30T13:31:54.608Z | Compiling time v0.3.36 |
996 | 2024-10-30T13:31:54.892Z | Compiling hyper-rustls v0.27.3 |
997 | 2024-10-30T13:31:55.132Z | Compiling hyper-tls v0.6.0 |
998 | 2024-10-30T13:31:58.591Z | Compiling crypto-common v0.1.6 |
999 | 2024-10-30T13:31:58.826Z | Compiling block-buffer v0.10.4 |
1000 | 2024-10-30T13:32:02.400Z | Compiling sync_wrapper v1.0.1 |
1001 | 2024-10-30T13:32:05.499Z | Compiling match_cfg v0.1.0 |
1002 | 2024-10-30T13:32:05.610Z | Compiling hostname v0.3.1 |
1003 | 2024-10-30T13:32:07.827Z | Compiling reqwest v0.12.8 |
1004 | 2024-10-30T13:32:09.922Z | Compiling digest v0.10.7 |
1005 | 2024-10-30T13:32:10.399Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1006 | 2024-10-30T13:32:12.534Z | Compiling futures-executor v0.3.31 |
1007 | 2024-10-30T13:32:13.504Z | Compiling dirs-sys-next v0.1.2 |
1008 | 2024-10-30T13:32:14.533Z | Compiling dirs-next v2.0.0 |
1009 | 2024-10-30T13:32:14.932Z | Compiling futures v0.3.31 |
1010 | 2024-10-30T13:32:15.063Z | Compiling progenitor-client v0.8.0 |
1011 | 2024-10-30T13:32:20.903Z | Compiling thread_local v1.1.8 |
1012 | 2024-10-30T13:32:21.573Z | Compiling instant v0.1.13 |
1013 | 2024-10-30T13:32:21.853Z | Compiling cpufeatures v0.2.14 |
1014 | 2024-10-30T13:32:23.558Z | Compiling progenitor v0.8.0 |
1015 | 2024-10-30T13:32:23.796Z | Compiling term v0.7.0 |
1016 | 2024-10-30T13:32:23.902Z | Compiling crossbeam-channel v0.5.13 |
1017 | 2024-10-30T13:32:25.566Z | Compiling serde_spanned v0.6.7 |
1018 | 2024-10-30T13:32:26.599Z | Compiling is-terminal v0.4.13 |
1019 | 2024-10-30T13:32:26.741Z | Compiling memmap v0.7.0 |
1020 | 2024-10-30T13:32:27.451Z | Compiling take_mut v0.2.2 |
1021 | 2024-10-30T13:32:27.626Z | Compiling debug-ignore v1.0.5 |
1022 | 2024-10-30T13:32:28.551Z | Compiling usdt v0.5.0 |
1023 | 2024-10-30T13:32:28.743Z | Compiling slog-term v2.9.1 |
1024 | 2024-10-30T13:32:29.973Z | Compiling toml_edit v0.22.21 |
1025 | 2024-10-30T13:32:31.026Z | Compiling slog-json v2.6.1 |
1026 | 2024-10-30T13:32:31.429Z | Compiling strum v0.26.3 |
1027 | 2024-10-30T13:32:31.450Z | Compiling serde_with v3.11.0 |
1028 | 2024-10-30T13:32:34.675Z | Compiling toml v0.8.19 |
1029 | 2024-10-30T13:32:35.218Z | Compiling slog-bunyan v2.5.0 |
1030 | 2024-10-30T13:32:35.487Z | Compiling tokio-rustls v0.25.0 |
1031 | 2024-10-30T13:32:35.898Z | Compiling sha1 v0.10.6 |
1032 | 2024-10-30T13:32:36.092Z | Compiling async-stream v0.3.5 |
1033 | 2024-10-30T13:32:36.377Z | Compiling hex v0.4.3 |
1034 | 2024-10-30T13:32:36.650Z | Compiling serde_path_to_error v0.1.16 |
1035 | 2024-10-30T13:32:37.092Z | Compiling waitgroup v0.1.2 |
1036 | 2024-10-30T13:32:37.493Z | Compiling hostname v0.4.0 |
1037 | 2024-10-30T13:32:40.033Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1038 | 2024-10-30T13:32:41.512Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1039 | 2024-10-30T13:32:42.092Z | Compiling backoff v0.4.0 |
1040 | 2024-10-30T13:32:43.641Z | Compiling parse-display v0.10.0 |
1041 | 2024-10-30T13:32:43.733Z | Compiling regress v0.9.1 |
1042 | 2024-10-30T13:32:45.586Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1043 | 2024-10-30T13:32:46.026Z | Compiling macaddr v1.0.1 |
1044 | 2024-10-30T13:32:51.960Z | Compiling rustix v0.38.37 |
1045 | 2024-10-30T13:32:52.854Z | Compiling errno v0.3.9 |
1046 | 2024-10-30T13:32:59.441Z | Compiling clap_derive v4.5.18 |
1047 | 2024-10-30T13:33:03.103Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1048 | 2024-10-30T13:33:03.250Z | Compiling lazy_static v1.5.0 |
1049 | 2024-10-30T13:33:04.158Z | Compiling heapless v0.8.0 |
1050 | 2024-10-30T13:33:04.196Z | Compiling unicode-width v0.1.14 |
1051 | 2024-10-30T13:33:04.541Z | Compiling utf8parse v0.2.2 |
1052 | 2024-10-30T13:33:04.785Z | Compiling anstyle-parse v0.2.5 |
1053 | 2024-10-30T13:33:05.791Z | Compiling hash32 v0.3.1 |
1054 | 2024-10-30T13:33:06.053Z | Compiling smoltcp v0.11.0 |
1055 | 2024-10-30T13:33:06.244Z | Compiling is_terminal_polyfill v1.70.1 |
1056 | 2024-10-30T13:33:06.296Z | Compiling colorchoice v1.0.2 |
1057 | 2024-10-30T13:33:06.471Z | Compiling stable_deref_trait v1.2.0 |
1058 | 2024-10-30T13:33:06.492Z | Compiling anstyle-query v1.1.1 |
1059 | 2024-10-30T13:33:06.579Z | Compiling anstyle v1.0.8 |
1060 | 2024-10-30T13:33:06.947Z | Compiling anstream v0.6.15 |
1061 | 2024-10-30T13:33:08.168Z | Compiling terminal_size v0.3.0 |
1062 | 2024-10-30T13:33:08.559Z | Compiling num-integer v0.1.46 |
1063 | 2024-10-30T13:33:08.992Z | Compiling clap_lex v0.7.2 |
1064 | 2024-10-30T13:33:09.176Z | Compiling winnow v0.5.40 |
1065 | 2024-10-30T13:33:09.431Z | Compiling cobs v0.2.3 |
1066 | 2024-10-30T13:33:09.670Z | Compiling managed v0.8.0 |
1067 | 2024-10-30T13:33:10.025Z | Compiling prettyplease v0.2.22 |
1068 | 2024-10-30T13:33:10.047Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1069 | 2024-10-30T13:33:10.174Z | Compiling bitflags v1.3.2 |
1070 | 2024-10-30T13:33:10.484Z | Compiling postcard v1.0.10 |
1071 | 2024-10-30T13:33:11.138Z | Compiling clap_builder v4.5.18 |
1072 | 2024-10-30T13:33:12.839Z | Compiling toml_edit v0.19.15 |
1073 | 2024-10-30T13:33:14.498Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1074 | 2024-10-30T13:33:16.828Z | Compiling proc-macro-crate v1.3.1 |
1075 | 2024-10-30T13:33:16.978Z | Compiling clap v4.5.18 |
1076 | 2024-10-30T13:33:17.002Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1077 | 2024-10-30T13:33:17.555Z | Compiling num-iter v0.1.45 |
1078 | 2024-10-30T13:33:17.662Z | Compiling num-rational v0.4.2 |
1079 | 2024-10-30T13:33:19.121Z | Compiling num-complex v0.4.6 |
1080 | 2024-10-30T13:33:20.410Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1081 | 2024-10-30T13:33:20.832Z | Compiling num v0.4.3 |
1082 | 2024-10-30T13:33:20.950Z | Compiling num_enum_derive v0.5.11 |
1083 | 2024-10-30T13:33:22.521Z | Compiling tabwriter v1.4.0 |
1084 | 2024-10-30T13:33:23.275Z | Compiling foreign-types-macros v0.2.3 |
1085 | 2024-10-30T13:33:24.245Z | Compiling float-ord v0.3.2 |
1086 | 2024-10-30T13:33:24.341Z | Compiling foreign-types-shared v0.3.1 |
1087 | 2024-10-30T13:33:24.470Z | Compiling num_enum v0.5.11 |
1088 | 2024-10-30T13:33:24.631Z | Compiling foreign-types v0.5.0 |
1089 | 2024-10-30T13:33:24.654Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1090 | 2024-10-30T13:33:24.691Z | Compiling cstr-argument v0.1.2 |
1091 | 2024-10-30T13:33:24.694Z | Compiling proc-macro-error-attr v1.0.4 |
1092 | 2024-10-30T13:33:24.855Z | Compiling heck v0.4.1 |
1093 | 2024-10-30T13:33:25.046Z | Compiling pretty-hex v0.2.1 |
1094 | 2024-10-30T13:33:25.068Z | Compiling either v1.13.0 |
1095 | 2024-10-30T13:33:25.208Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1096 | 2024-10-30T13:33:25.248Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1097 | 2024-10-30T13:33:25.303Z | Compiling colored v2.1.0 |
1098 | 2024-10-30T13:33:25.508Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1099 | 2024-10-30T13:33:25.546Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1100 | 2024-10-30T13:33:25.670Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1101 | 2024-10-30T13:33:25.730Z | Compiling proc-macro-error v1.0.4 |
1102 | 2024-10-30T13:33:26.045Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1103 | 2024-10-30T13:33:26.105Z | Compiling fastrand v2.1.1 |
1104 | 2024-10-30T13:33:26.109Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1105 | 2024-10-30T13:33:26.345Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1106 | 2024-10-30T13:33:26.484Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1107 | 2024-10-30T13:33:26.506Z | Compiling tempfile v3.12.0 |
1108 | 2024-10-30T13:33:26.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1109 | 2024-10-30T13:33:27.437Z | Compiling crucible-workspace-hack v0.1.0 |
1110 | 2024-10-30T13:33:28.392Z | Compiling semver v0.1.20 |
1111 | 2024-10-30T13:33:29.111Z | Compiling rustc_version v0.1.7 |
1112 | 2024-10-30T13:33:29.248Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1113 | 2024-10-30T13:33:29.518Z | Compiling zone_cfg_derive v0.3.0 |
1114 | 2024-10-30T13:33:29.765Z | Compiling camino-tempfile v1.1.1 |
1115 | 2024-10-30T13:33:30.572Z | Compiling itertools v0.10.5 |
1116 | 2024-10-30T13:33:31.002Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1117 | 2024-10-30T13:33:31.342Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1118 | 2024-10-30T13:33:31.833Z | Compiling num-derive v0.4.2 |
1119 | 2024-10-30T13:33:32.193Z | Compiling derive-where v1.2.7 |
1120 | 2024-10-30T13:33:32.591Z | Compiling sigpipe v0.1.3 |
1121 | 2024-10-30T13:33:32.724Z | Compiling base64ct v1.6.0 |
1122 | 2024-10-30T13:33:33.413Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1123 | 2024-10-30T13:33:33.802Z | Compiling zone v0.3.0 |
1124 | 2024-10-30T13:33:33.847Z | Compiling password-hash v0.5.0 |
1125 | 2024-10-30T13:33:34.218Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1126 | 2024-10-30T13:33:35.459Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1127 | 2024-10-30T13:33:35.791Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1128 | 2024-10-30T13:33:35.955Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1129 | 2024-10-30T13:33:36.326Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1130 | 2024-10-30T13:33:36.347Z | Compiling newtype_derive v0.1.6 |
1131 | 2024-10-30T13:33:36.693Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1132 | 2024-10-30T13:33:37.262Z | Compiling blake2 v0.10.6 |
1133 | 2024-10-30T13:33:37.655Z | Compiling num-derive v0.3.3 |
1134 | 2024-10-30T13:33:38.495Z | Compiling hubpack_derive v0.1.1 |
1135 | 2024-10-30T13:33:38.678Z | Compiling idna v0.4.0 |
1136 | 2024-10-30T13:33:39.448Z | Compiling smf v0.2.3 |
1137 | 2024-10-30T13:33:39.799Z | Compiling zerocopy-derive v0.6.6 |
1138 | 2024-10-30T13:33:40.206Z | Compiling enum-as-inner v0.6.1 |
1139 | 2024-10-30T13:33:41.385Z | Compiling cancel-safe-futures v0.1.5 |
1140 | 2024-10-30T13:33:41.802Z | Compiling data-encoding v2.6.0 |
1141 | 2024-10-30T13:33:41.933Z | Compiling linked-hash-map v0.5.6 |
1142 | 2024-10-30T13:33:42.088Z | Compiling fixedbitset v0.4.2 |
1143 | 2024-10-30T13:33:42.366Z | Compiling quick-error v1.2.3 |
1144 | 2024-10-30T13:33:42.498Z | Compiling unicode-segmentation v1.12.0 |
1145 | 2024-10-30T13:33:42.532Z | Compiling owo-colors v4.1.0 |
1146 | 2024-10-30T13:33:42.751Z | Compiling whoami v1.5.2 |
1147 | 2024-10-30T13:33:42.902Z | Compiling hickory-proto v0.24.1 |
1148 | 2024-10-30T13:33:43.703Z | Compiling newline-converter v0.3.0 |
1149 | 2024-10-30T13:33:43.907Z | Compiling resolv-conf v0.7.0 |
1150 | 2024-10-30T13:33:45.524Z | Compiling petgraph v0.6.5 |
1151 | 2024-10-30T13:33:48.661Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1152 | 2024-10-30T13:33:50.272Z | Compiling lru-cache v0.1.2 |
1153 | 2024-10-30T13:33:50.522Z | Compiling zerocopy v0.6.6 |
1154 | 2024-10-30T13:33:51.229Z | Compiling hubpack v0.1.2 |
1155 | 2024-10-30T13:33:51.435Z | Compiling argon2 v0.5.3 |
1156 | 2024-10-30T13:33:54.017Z | Compiling strum_macros v0.25.3 |
1157 | 2024-10-30T13:33:55.917Z | Compiling console v0.15.8 |
1158 | 2024-10-30T13:33:57.860Z | Compiling serde-big-array v0.5.1 |
1159 | 2024-10-30T13:33:58.123Z | Compiling serde_repr v0.1.19 |
1160 | 2024-10-30T13:33:58.828Z | Compiling cookie v0.18.1 |
1161 | 2024-10-30T13:33:59.207Z | Compiling convert_case v0.4.0 |
1162 | 2024-10-30T13:33:59.359Z | Compiling similar v2.6.0 |
1163 | 2024-10-30T13:33:59.998Z | Compiling static_assertions v1.1.0 |
1164 | 2024-10-30T13:34:00.116Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1165 | 2024-10-30T13:34:01.092Z | Compiling expectorate v1.1.0 |
1166 | 2024-10-30T13:34:01.358Z | Compiling derive_more v0.99.18 |
1167 | 2024-10-30T13:34:03.396Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1168 | 2024-10-30T13:34:06.912Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1169 | 2024-10-30T13:34:08.118Z | Compiling hickory-resolver v0.24.1 |
1170 | 2024-10-30T13:34:08.140Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1171 | 2024-10-30T13:34:09.253Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1172 | 2024-10-30T13:34:10.586Z | Compiling atomicwrites v0.4.4 |
1173 | 2024-10-30T13:34:11.105Z | Compiling itertools v0.13.0 |
1174 | 2024-10-30T13:34:11.617Z | Compiling tokio-stream v0.1.16 |
1175 | 2024-10-30T13:34:11.939Z | Compiling libsw v3.3.1 |
1176 | 2024-10-30T13:34:12.293Z | Compiling linear-map v1.2.0 |
1177 | 2024-10-30T13:34:12.755Z | Compiling indent_write v2.2.0 |
1178 | 2024-10-30T13:34:12.803Z | Compiling highway v1.2.0 |
1179 | 2024-10-30T13:34:13.003Z | Compiling swrite v0.1.0 |
1180 | 2024-10-30T13:34:13.029Z | Compiling qorb v0.1.2 |
1181 | 2024-10-30T13:34:13.142Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1182 | 2024-10-30T13:34:14.251Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1183 | 2024-10-30T13:34:14.943Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1184 | 2024-10-30T13:34:18.449Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1185 | 2024-10-30T13:34:21.974Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1186 | 2024-10-30T13:34:25.838Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1187 | 2024-10-30T13:34:28.915Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1188 | 2024-10-30T13:34:29.090Z | Compiling steno v0.4.1 |
1189 | 2024-10-30T13:34:29.586Z | Compiling libscf-sys v1.1.0 |
1190 | 2024-10-30T13:34:29.813Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1191 | 2024-10-30T13:34:30.357Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1192 | 2024-10-30T13:34:31.505Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1193 | 2024-10-30T13:34:31.532Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1194 | 2024-10-30T13:34:31.601Z | Compiling slog-dtrace v0.3.0 |
1195 | 2024-10-30T13:34:31.886Z | Compiling parking_lot_core v0.8.6 |
1196 | 2024-10-30T13:34:31.969Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1197 | 2024-10-30T13:34:32.135Z | Compiling humantime v2.1.0 |
1198 | 2024-10-30T13:34:32.331Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1199 | 2024-10-30T13:34:32.393Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1200 | 2024-10-30T13:34:33.140Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1201 | 2024-10-30T13:34:33.542Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1202 | 2024-10-30T13:34:34.523Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1203 | 2024-10-30T13:34:35.035Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1204 | 2024-10-30T13:34:35.563Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1205 | 2024-10-30T13:34:36.785Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1206 | 2024-10-30T13:34:37.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1207 | 2024-10-30T13:34:38.417Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1208 | 2024-10-30T13:34:40.790Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1209 | 2024-10-30T13:34:41.214Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1210 | 2024-10-30T13:34:41.981Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1211 | 2024-10-30T13:34:42.257Z | Compiling crc8 v0.1.1 |
1212 | 2024-10-30T13:34:42.568Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1213 | 2024-10-30T13:34:42.738Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1214 | 2024-10-30T13:34:44.227Z | Compiling parking_lot v0.11.2 |
1215 | 2024-10-30T13:34:46.276Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1216 | 2024-10-30T13:34:50.110Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1217 | 2024-10-30T13:34:50.653Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1218 | 2024-10-30T13:34:53.564Z | Compiling crossbeam-epoch v0.9.18 |
1219 | 2024-10-30T13:34:54.676Z | Compiling fxhash v0.2.1 |
1220 | 2024-10-30T13:34:54.914Z | Compiling crc32fast v1.4.2 |
1221 | 2024-10-30T13:34:55.422Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1222 | 2024-10-30T13:34:55.452Z | Compiling arc-swap v1.7.1 |
1223 | 2024-10-30T13:34:56.132Z | Compiling slog-scope v4.4.0 |
1224 | 2024-10-30T13:34:56.887Z | Compiling sled v0.34.7 |
1225 | 2024-10-30T13:34:58.587Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1226 | 2024-10-30T13:35:00.316Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1227 | 2024-10-30T13:35:00.872Z | Compiling slog-stdlog v4.1.1 |
1228 | 2024-10-30T13:35:01.669Z | Compiling slog-envlogger v2.2.0 |
1229 | 2024-10-30T13:35:02.521Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1230 | 2024-10-30T13:35:11.138Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1231 | 2024-10-30T13:35:12.314Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1232 | 2024-10-30T13:35:16.167Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1233 | 2024-10-30T13:35:50.678Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1234 | 2024-10-30T13:35:50.678Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1235 | 2024-10-30T13:35:57.924Z | Finished `release` profile [optimized] target(s) in 5m 47s |
1236 | 2024-10-30T13:35:58.286Z | + banner trio |
1237 | 2024-10-30T13:35:58.289Z | |
1238 | 2024-10-30T13:35:58.289Z | ##### ##### # #### |
1239 | 2024-10-30T13:35:58.289Z | # # # # # # |
1240 | 2024-10-30T13:35:58.289Z | # # # # # # |
1241 | 2024-10-30T13:35:58.289Z | # ##### # # # |
1242 | 2024-10-30T13:35:58.289Z | # # # # # # |
1243 | 2024-10-30T13:35:58.289Z | # # # # #### |
1244 | 2024-10-30T13:35:58.289Z | |
1245 | 2024-10-30T13:35:58.289Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1246 | 2024-10-30T13:35:58.940Z | Compiling libc v0.2.161 |
1247 | 2024-10-30T13:35:58.940Z | Compiling cfg-if v1.0.0 |
1248 | 2024-10-30T13:35:58.940Z | Compiling serde v1.0.210 |
1249 | 2024-10-30T13:35:58.943Z | Compiling once_cell v1.20.2 |
1250 | 2024-10-30T13:35:58.943Z | Compiling itoa v1.0.11 |
1251 | 2024-10-30T13:35:58.943Z | Compiling bytes v1.7.2 |
1252 | 2024-10-30T13:35:59.031Z | Compiling syn v2.0.77 |
1253 | 2024-10-30T13:35:59.034Z | Compiling num-traits v0.2.19 |
1254 | 2024-10-30T13:35:59.089Z | Compiling pin-project-lite v0.2.14 |
1255 | 2024-10-30T13:35:59.209Z | Compiling smallvec v1.13.2 |
1256 | 2024-10-30T13:35:59.258Z | Compiling memchr v2.7.4 |
1257 | 2024-10-30T13:35:59.366Z | Compiling scopeguard v1.2.0 |
1258 | 2024-10-30T13:35:59.459Z | Compiling schemars v0.8.21 |
1259 | 2024-10-30T13:35:59.492Z | Compiling lock_api v0.4.12 |
1260 | 2024-10-30T13:35:59.663Z | Compiling fnv v1.0.7 |
1261 | 2024-10-30T13:35:59.789Z | Compiling log v0.4.22 |
1262 | 2024-10-30T13:35:59.831Z | Compiling futures-core v0.3.31 |
1263 | 2024-10-30T13:36:00.072Z | Compiling ryu v1.0.18 |
1264 | 2024-10-30T13:36:00.162Z | Compiling hashbrown v0.15.0 |
1265 | 2024-10-30T13:36:00.339Z | Compiling equivalent v1.0.1 |
1266 | 2024-10-30T13:36:00.461Z | Compiling getrandom v0.2.15 |
1267 | 2024-10-30T13:36:00.549Z | Compiling parking_lot_core v0.9.10 |
1268 | 2024-10-30T13:36:00.664Z | Compiling mio v1.0.2 |
1269 | 2024-10-30T13:36:00.825Z | Compiling socket2 v0.5.7 |
1270 | 2024-10-30T13:36:00.873Z | Compiling signal-hook-registry v1.4.2 |
1271 | 2024-10-30T13:36:01.143Z | Compiling parking_lot v0.12.3 |
1272 | 2024-10-30T13:36:01.388Z | Compiling zerocopy v0.7.35 |
1273 | 2024-10-30T13:36:02.013Z | Compiling tracing-core v0.1.32 |
1274 | 2024-10-30T13:36:02.172Z | Compiling ahash v0.8.11 |
1275 | 2024-10-30T13:36:02.293Z | Compiling serde_json v1.0.128 |
1276 | 2024-10-30T13:36:02.332Z | Compiling uuid v1.10.0 |
1277 | 2024-10-30T13:36:02.397Z | Compiling byteorder v1.5.0 |
1278 | 2024-10-30T13:36:02.469Z | Compiling futures-task v0.3.31 |
1279 | 2024-10-30T13:36:02.670Z | Compiling hashbrown v0.14.5 |
1280 | 2024-10-30T13:36:02.681Z | Compiling pin-utils v0.1.0 |
1281 | 2024-10-30T13:36:02.769Z | Compiling spin v0.9.8 |
1282 | 2024-10-30T13:36:02.781Z | Compiling untrusted v0.9.0 |
1283 | 2024-10-30T13:36:02.891Z | Compiling futures-sink v0.3.31 |
1284 | 2024-10-30T13:36:02.954Z | Compiling ring v0.17.8 |
1285 | 2024-10-30T13:36:02.967Z | Compiling futures-util v0.3.31 |
1286 | 2024-10-30T13:36:03.045Z | Compiling slab v0.4.9 |
1287 | 2024-10-30T13:36:03.371Z | Compiling try-lock v0.2.5 |
1288 | 2024-10-30T13:36:03.485Z | Compiling chrono v0.4.38 |
1289 | 2024-10-30T13:36:03.527Z | Compiling want v0.3.1 |
1290 | 2024-10-30T13:36:03.822Z | Compiling httparse v1.9.4 |
1291 | 2024-10-30T13:36:03.999Z | Compiling regress v0.10.1 |
1292 | 2024-10-30T13:36:04.371Z | Compiling futures-channel v0.3.31 |
1293 | 2024-10-30T13:36:04.827Z | Compiling tower-service v0.3.3 |
1294 | 2024-10-30T13:36:04.852Z | Compiling dyn-clone v1.0.17 |
1295 | 2024-10-30T13:36:04.960Z | Compiling foreign-types-shared v0.1.1 |
1296 | 2024-10-30T13:36:05.048Z | Compiling foreign-types v0.3.2 |
1297 | 2024-10-30T13:36:05.068Z | Compiling openssl-sys v0.9.103 |
1298 | 2024-10-30T13:36:05.198Z | Compiling unicode-ident v1.0.13 |
1299 | 2024-10-30T13:36:05.408Z | Compiling bitflags v2.6.0 |
1300 | 2024-10-30T13:36:05.716Z | Compiling serde_derive_internals v0.29.1 |
1301 | 2024-10-30T13:36:05.780Z | Compiling proc-macro2 v1.0.86 |
1302 | 2024-10-30T13:36:06.048Z | Compiling http v1.1.0 |
1303 | 2024-10-30T13:36:06.508Z | Compiling allocator-api2 v0.2.18 |
1304 | 2024-10-30T13:36:07.357Z | Compiling tinyvec_macros v0.1.1 |
1305 | 2024-10-30T13:36:07.449Z | Compiling semver v1.0.23 |
1306 | 2024-10-30T13:36:07.950Z | Compiling openssl-probe v0.1.5 |
1307 | 2024-10-30T13:36:08.021Z | Compiling tinyvec v1.8.0 |
1308 | 2024-10-30T13:36:08.470Z | Compiling quote v1.0.37 |
1309 | 2024-10-30T13:36:08.710Z | Compiling percent-encoding v2.3.1 |
1310 | 2024-10-30T13:36:09.201Z | Compiling form_urlencoded v1.2.1 |
1311 | 2024-10-30T13:36:09.787Z | Compiling unicode-normalization v0.1.24 |
1312 | 2024-10-30T13:36:10.486Z | Compiling aho-corasick v1.1.3 |
1313 | 2024-10-30T13:36:10.645Z | Compiling http v0.2.12 |
1314 | 2024-10-30T13:36:11.157Z | Compiling rustls-pki-types v1.8.0 |
1315 | 2024-10-30T13:36:11.177Z | Compiling serde_derive v1.0.210 |
1316 | 2024-10-30T13:36:11.189Z | Compiling thiserror-impl v1.0.64 |
1317 | 2024-10-30T13:36:11.259Z | Compiling schemars_derive v0.8.21 |
1318 | 2024-10-30T13:36:11.798Z | Compiling tokio-macros v2.4.0 |
1319 | 2024-10-30T13:36:12.438Z | Compiling tracing-attributes v0.1.27 |
1320 | 2024-10-30T13:36:13.376Z | Compiling tokio v1.40.0 |
1321 | 2024-10-30T13:36:14.043Z | Compiling zerocopy-derive v0.7.35 |
1322 | 2024-10-30T13:36:14.327Z | Compiling thiserror v1.0.64 |
1323 | 2024-10-30T13:36:14.607Z | Compiling openssl-macros v0.1.1 |
1324 | 2024-10-30T13:36:14.790Z | Compiling unicode-bidi v0.3.15 |
1325 | 2024-10-30T13:36:15.461Z | Compiling heck v0.5.0 |
1326 | 2024-10-30T13:36:15.505Z | Compiling openssl v0.10.66 |
1327 | 2024-10-30T13:36:15.841Z | Compiling tracing v0.1.40 |
1328 | 2024-10-30T13:36:16.565Z | Compiling idna v0.5.0 |
1329 | 2024-10-30T13:36:16.759Z | Compiling regex-automata v0.4.8 |
1330 | 2024-10-30T13:36:17.801Z | Compiling http-body v1.0.1 |
1331 | 2024-10-30T13:36:24.455Z | Compiling tokio-util v0.7.12 |
1332 | 2024-10-30T13:36:25.699Z | Compiling indexmap v2.6.0 |
1333 | 2024-10-30T13:36:29.542Z | Compiling serde_tokenstream v0.2.2 |
1334 | 2024-10-30T13:36:30.094Z | Compiling native-tls v0.2.12 |
1335 | 2024-10-30T13:36:31.040Z | Compiling tokio-native-tls v0.3.1 |
1336 | 2024-10-30T13:36:31.233Z | Compiling regex-syntax v0.8.5 |
1337 | 2024-10-30T13:36:31.351Z | Compiling slog v2.7.0 |
1338 | 2024-10-30T13:36:31.593Z | Compiling atomic-waker v1.1.2 |
1339 | 2024-10-30T13:36:31.779Z | Compiling h2 v0.4.6 |
1340 | 2024-10-30T13:36:31.898Z | Compiling openapiv3 v2.0.0 |
1341 | 2024-10-30T13:36:32.834Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1342 | 2024-10-30T13:36:33.171Z | Compiling typify-impl v0.2.0 |
1343 | 2024-10-30T13:36:42.972Z | Compiling serde_urlencoded v0.7.1 |
1344 | 2024-10-30T13:36:43.579Z | Compiling regex v1.11.1 |
1345 | 2024-10-30T13:36:44.560Z | Compiling url v2.5.2 |
1346 | 2024-10-30T13:36:45.185Z | Compiling encoding_rs v0.8.34 |
1347 | 2024-10-30T13:36:45.425Z | Compiling ipnet v2.10.0 |
1348 | 2024-10-30T13:36:47.909Z | Compiling mime v0.3.17 |
1349 | 2024-10-30T13:36:48.660Z | Compiling rustls v0.21.12 |
1350 | 2024-10-30T13:36:48.904Z | Compiling typify-macro v0.2.0 |
1351 | 2024-10-30T13:36:49.041Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-10-30T13:36:49.587Z | Compiling hyper v1.4.1 |
1353 | 2024-10-30T13:36:51.707Z | Compiling h2 v0.3.26 |
1354 | 2024-10-30T13:36:53.123Z | Compiling http-body v0.4.6 |
1355 | 2024-10-30T13:36:53.156Z | Compiling rustls-webpki v0.102.8 |
1356 | 2024-10-30T13:36:53.320Z | Compiling rustls-webpki v0.101.7 |
1357 | 2024-10-30T13:36:53.691Z | Compiling sct v0.7.1 |
1358 | 2024-10-30T13:36:54.176Z | Compiling subtle v2.6.1 |
1359 | 2024-10-30T13:36:54.486Z | Compiling zeroize v1.8.1 |
1360 | 2024-10-30T13:36:54.852Z | Compiling toml_datetime v0.6.8 |
1361 | 2024-10-30T13:36:55.269Z | Compiling httpdate v1.0.3 |
1362 | 2024-10-30T13:36:56.092Z | Compiling toml_edit v0.19.15 |
1363 | 2024-10-30T13:36:56.746Z | Compiling serde_yaml v0.9.34+deprecated |
1364 | 2024-10-30T13:36:57.639Z | Compiling hyper v0.14.30 |
1365 | 2024-10-30T13:36:58.131Z | Compiling rustls v0.23.13 |
1366 | 2024-10-30T13:37:00.871Z | Compiling hyper-util v0.1.9 |
1367 | 2024-10-30T13:37:07.257Z | Compiling lazy_static v1.5.0 |
1368 | 2024-10-30T13:37:07.420Z | Compiling tokio-rustls v0.24.1 |
1369 | 2024-10-30T13:37:07.925Z | Compiling tokio-rustls v0.26.0 |
1370 | 2024-10-30T13:37:08.447Z | Compiling proc-macro-crate v1.3.1 |
1371 | 2024-10-30T13:37:08.498Z | Compiling http-body-util v0.1.2 |
1372 | 2024-10-30T13:37:08.722Z | Compiling webpki-roots v0.26.6 |
1373 | 2024-10-30T13:37:08.983Z | Compiling base64 v0.21.7 |
1374 | 2024-10-30T13:37:09.175Z | Compiling base64 v0.22.1 |
1375 | 2024-10-30T13:37:09.387Z | Compiling crossbeam-utils v0.8.20 |
1376 | 2024-10-30T13:37:09.412Z | Compiling num_enum_derive v0.5.11 |
1377 | 2024-10-30T13:37:10.161Z | Compiling rustls-pemfile v2.1.3 |
1378 | 2024-10-30T13:37:10.175Z | Compiling rustls-pemfile v1.0.4 |
1379 | 2024-10-30T13:37:10.189Z | Compiling hyper-tls v0.6.0 |
1380 | 2024-10-30T13:37:10.354Z | Compiling hyper-rustls v0.27.3 |
1381 | 2024-10-30T13:37:10.810Z | Compiling hyper-rustls v0.24.2 |
1382 | 2024-10-30T13:37:11.021Z | Compiling hyper-tls v0.5.0 |
1383 | 2024-10-30T13:37:11.071Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1384 | 2024-10-30T13:37:11.226Z | Compiling typify v0.2.0 |
1385 | 2024-10-30T13:37:11.560Z | Compiling ipnetwork v0.20.0 |
1386 | 2024-10-30T13:37:12.110Z | Compiling ppv-lite86 v0.2.20 |
1387 | 2024-10-30T13:37:13.134Z | Compiling foreign-types-macros v0.2.3 |
1388 | 2024-10-30T13:37:13.293Z | Compiling rand_core v0.6.4 |
1389 | 2024-10-30T13:37:13.807Z | Compiling dirs-sys-next v0.1.2 |
1390 | 2024-10-30T13:37:14.644Z | Compiling sync_wrapper v1.0.1 |
1391 | 2024-10-30T13:37:14.720Z | Compiling foreign-types-shared v0.3.1 |
1392 | 2024-10-30T13:37:14.836Z | Compiling sync_wrapper v0.1.2 |
1393 | 2024-10-30T13:37:14.855Z | Compiling webpki-roots v0.25.4 |
1394 | 2024-10-30T13:37:14.976Z | Compiling powerfmt v0.2.0 |
1395 | 2024-10-30T13:37:14.978Z | Compiling time-macros v0.2.18 |
1396 | 2024-10-30T13:37:15.033Z | Compiling reqwest v0.11.27 |
1397 | 2024-10-30T13:37:15.378Z | Compiling deranged v0.3.11 |
1398 | 2024-10-30T13:37:15.488Z | Compiling foreign-types v0.5.0 |
1399 | 2024-10-30T13:37:15.615Z | Compiling reqwest v0.12.8 |
1400 | 2024-10-30T13:37:17.835Z | Compiling progenitor-impl v0.8.0 |
1401 | 2024-10-30T13:37:18.343Z | Compiling dirs-next v2.0.0 |
1402 | 2024-10-30T13:37:18.620Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1403 | 2024-10-30T13:37:25.056Z | Compiling rand_chacha v0.3.1 |
1404 | 2024-10-30T13:37:25.980Z | Compiling num_enum v0.5.11 |
1405 | 2024-10-30T13:37:26.191Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1406 | 2024-10-30T13:37:26.937Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1407 | 2024-10-30T13:37:29.055Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1408 | 2024-10-30T13:37:29.268Z | Compiling cstr-argument v0.1.2 |
1409 | 2024-10-30T13:37:29.553Z | Compiling thread_local v1.1.8 |
1410 | 2024-10-30T13:37:30.319Z | Compiling num-conv v0.1.0 |
1411 | 2024-10-30T13:37:30.631Z | Compiling either v1.13.0 |
1412 | 2024-10-30T13:37:31.177Z | Compiling arc-swap v1.7.1 |
1413 | 2024-10-30T13:37:31.260Z | Compiling time-core v0.1.2 |
1414 | 2024-10-30T13:37:31.477Z | Compiling pretty-hex v0.2.1 |
1415 | 2024-10-30T13:37:31.698Z | Compiling slog-scope v4.4.0 |
1416 | 2024-10-30T13:37:31.921Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1417 | 2024-10-30T13:37:31.967Z | Compiling time v0.3.36 |
1418 | 2024-10-30T13:37:32.370Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1419 | 2024-10-30T13:37:32.661Z | Compiling itertools v0.12.1 |
1420 | 2024-10-30T13:37:34.031Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1421 | 2024-10-30T13:37:35.037Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1422 | 2024-10-30T13:37:35.248Z | Compiling crossbeam-channel v0.5.13 |
1423 | 2024-10-30T13:37:36.891Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1424 | 2024-10-30T13:37:36.981Z | Compiling rand v0.8.5 |
1425 | 2024-10-30T13:37:38.994Z | Compiling progenitor-macro v0.8.0 |
1426 | 2024-10-30T13:37:41.662Z | Compiling term v0.7.0 |
1427 | 2024-10-30T13:37:46.461Z | Compiling progenitor-client v0.8.0 |
1428 | 2024-10-30T13:37:47.110Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1429 | 2024-10-30T13:37:47.413Z | Compiling anyhow v1.0.89 |
1430 | 2024-10-30T13:37:52.604Z | Compiling colored v2.1.0 |
1431 | 2024-10-30T13:37:53.897Z | Compiling is-terminal v0.4.13 |
1432 | 2024-10-30T13:37:54.040Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1433 | 2024-10-30T13:37:54.377Z | Compiling winnow v0.6.18 |
1434 | 2024-10-30T13:37:54.495Z | Compiling take_mut v0.2.2 |
1435 | 2024-10-30T13:37:54.670Z | Compiling slog-async v2.8.0 |
1436 | 2024-10-30T13:37:57.707Z | Compiling progenitor v0.8.0 |
1437 | 2024-10-30T13:37:57.947Z | Compiling slog-term v2.9.1 |
1438 | 2024-10-30T13:37:58.982Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1439 | 2024-10-30T13:38:00.796Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1440 | 2024-10-30T13:38:01.022Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1441 | 2024-10-30T13:38:01.959Z | Compiling slog-stdlog v4.1.1 |
1442 | 2024-10-30T13:38:02.801Z | Compiling slog-envlogger v2.2.0 |
1443 | 2024-10-30T13:38:04.801Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1444 | 2024-10-30T13:38:06.302Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1445 | 2024-10-30T13:38:20.007Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1446 | 2024-10-30T13:38:27.635Z | Finished `release` profile [optimized] target(s) in 2m 29s |
1447 | 2024-10-30T13:38:27.764Z | Running unittests src/lib.rs (target/release/deps/mg_tests-37f8214469bbf7b2) |
1448 | 2024-10-30T13:38:27.830Z | |
1449 | 2024-10-30T13:38:27.830Z | running 1 test |
1450 | 2024-10-30T13:38:27.974Z | configure zone |
1451 | 2024-10-30T13:38:28.044Z | install zone |
1452 | 2024-10-30T13:39:27.829Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1453 | 2024-10-30T13:40:14.916Z | boot zone |
1454 | 2024-10-30T13:40:15.760Z | start zone s1 |
1455 | 2024-10-30T13:40:15.760Z | configure zone |
1456 | 2024-10-30T13:40:15.770Z | install zone |
1457 | 2024-10-30T13:41:51.465Z | boot zone |
1458 | 2024-10-30T13:41:52.320Z | start zone s2 |
1459 | 2024-10-30T13:41:52.320Z | configure zone |
1460 | 2024-10-30T13:41:52.329Z | install zone |
1461 | 2024-10-30T13:43:27.027Z | boot zone |
1462 | 2024-10-30T13:43:27.926Z | start zone t1 |
1463 | 2024-10-30T13:43:27.929Z | configure zone |
1464 | 2024-10-30T13:43:27.935Z | install zone |
1465 | 2024-10-30T13:45:02.578Z | boot zone |
1466 | 2024-10-30T13:45:03.612Z | waiting for zones to come up |
1467 | 2024-10-30T13:45:13.611Z | [sidecar.trio] svcs milestone/network |
1468 | 2024-10-30T13:45:13.701Z | STATE STIME FMRI |
1469 | 2024-10-30T13:45:13.701Z | online 6:40:33 svc:/milestone/network:default |
1470 | 2024-10-30T13:45:13.701Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1471 | 2024-10-30T13:45:13.748Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1472 | 2024-10-30T13:45:13.796Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1473 | 2024-10-30T13:45:13.838Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1474 | 2024-10-30T13:45:13.853Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1475 | 2024-10-30T13:45:13.865Z | |
1476 | 2024-10-30T13:45:13.865Z | running zone s1.trio setup |
1477 | 2024-10-30T13:45:13.866Z | [s1.trio] svcs milestone/network |
1478 | 2024-10-30T13:45:13.887Z | STATE STIME FMRI |
1479 | 2024-10-30T13:45:13.887Z | online 6:42:10 svc:/milestone/network:default |
1480 | 2024-10-30T13:45:13.887Z | [s1.trio] dladm |
1481 | 2024-10-30T13:45:13.907Z | LINK CLASS MTU STATE BRIDGE OVER |
1482 | 2024-10-30T13:45:13.907Z | sl0 simnet 9000 up -- ? |
1483 | 2024-10-30T13:45:13.907Z | mg2 vnic 9000 up -- ? |
1484 | 2024-10-30T13:45:13.907Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1485 | 2024-10-30T13:45:14.440Z | |
1486 | 2024-10-30T13:45:14.440Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1487 | 2024-10-30T13:45:14.463Z | |
1488 | 2024-10-30T13:45:14.463Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1489 | 2024-10-30T13:45:14.481Z | |
1490 | 2024-10-30T13:45:14.482Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1491 | 2024-10-30T13:45:14.574Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1492 | 2024-10-30T13:45:14.624Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1493 | 2024-10-30T13:45:14.718Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1494 | 2024-10-30T13:45:14.763Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1495 | 2024-10-30T13:45:14.783Z | |
1496 | 2024-10-30T13:45:14.783Z | running zone s2.trio setup |
1497 | 2024-10-30T13:45:14.783Z | [s2.trio] svcs milestone/network |
1498 | 2024-10-30T13:45:14.809Z | STATE STIME FMRI |
1499 | 2024-10-30T13:45:14.809Z | online 6:43:45 svc:/milestone/network:default |
1500 | 2024-10-30T13:45:14.809Z | [s2.trio] dladm |
1501 | 2024-10-30T13:45:14.831Z | LINK CLASS MTU STATE BRIDGE OVER |
1502 | 2024-10-30T13:45:14.831Z | sl1 simnet 9000 up -- ? |
1503 | 2024-10-30T13:45:14.831Z | mg3 vnic 9000 up -- ? |
1504 | 2024-10-30T13:45:14.831Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1505 | 2024-10-30T13:45:15.417Z | |
1506 | 2024-10-30T13:45:15.417Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1507 | 2024-10-30T13:45:15.440Z | |
1508 | 2024-10-30T13:45:15.440Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1509 | 2024-10-30T13:45:15.460Z | |
1510 | 2024-10-30T13:45:15.460Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1511 | 2024-10-30T13:45:15.507Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1512 | 2024-10-30T13:45:15.531Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1513 | 2024-10-30T13:45:15.575Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1514 | 2024-10-30T13:45:15.597Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1515 | 2024-10-30T13:45:15.618Z | |
1516 | 2024-10-30T13:45:15.618Z | running zone t1.trio setup |
1517 | 2024-10-30T13:45:15.618Z | [t1.trio] svcs milestone/network |
1518 | 2024-10-30T13:45:15.642Z | STATE STIME FMRI |
1519 | 2024-10-30T13:45:15.642Z | - - svc:/milestone/network:default |
1520 | 2024-10-30T13:45:16.642Z | [t1.trio] svcs milestone/network |
1521 | 2024-10-30T13:45:16.664Z | STATE STIME FMRI |
1522 | 2024-10-30T13:45:16.664Z | - - svc:/milestone/network:default |
1523 | 2024-10-30T13:45:17.664Z | [t1.trio] svcs milestone/network |
1524 | 2024-10-30T13:45:17.684Z | STATE STIME FMRI |
1525 | 2024-10-30T13:45:17.684Z | - - svc:/milestone/network:default |
1526 | 2024-10-30T13:45:18.685Z | [t1.trio] svcs milestone/network |
1527 | 2024-10-30T13:45:18.714Z | STATE STIME FMRI |
1528 | 2024-10-30T13:45:18.714Z | - - svc:/milestone/network:default |
1529 | 2024-10-30T13:45:19.714Z | [t1.trio] svcs milestone/network |
1530 | 2024-10-30T13:45:19.738Z | STATE STIME FMRI |
1531 | 2024-10-30T13:45:19.738Z | - - svc:/milestone/network:default |
1532 | 2024-10-30T13:45:20.739Z | [t1.trio] svcs milestone/network |
1533 | 2024-10-30T13:45:20.759Z | STATE STIME FMRI |
1534 | 2024-10-30T13:45:20.759Z | - - svc:/milestone/network:default |
1535 | 2024-10-30T13:45:21.759Z | [t1.trio] svcs milestone/network |
1536 | 2024-10-30T13:45:21.783Z | STATE STIME FMRI |
1537 | 2024-10-30T13:45:21.783Z | offline 6:45:20 svc:/milestone/network:default |
1538 | 2024-10-30T13:45:22.783Z | [t1.trio] svcs milestone/network |
1539 | 2024-10-30T13:45:22.806Z | STATE STIME FMRI |
1540 | 2024-10-30T13:45:22.806Z | online 6:45:21 svc:/milestone/network:default |
1541 | 2024-10-30T13:45:22.806Z | [t1.trio] dladm |
1542 | 2024-10-30T13:45:22.828Z | LINK CLASS MTU STATE BRIDGE OVER |
1543 | 2024-10-30T13:45:22.828Z | tfportrear0_0 simnet 9000 up -- ? |
1544 | 2024-10-30T13:45:22.828Z | tfportrear1_0 simnet 9000 up -- ? |
1545 | 2024-10-30T13:45:22.828Z | mg1 vnic 9000 up -- ? |
1546 | 2024-10-30T13:45:22.828Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1547 | 2024-10-30T13:45:23.343Z | |
1548 | 2024-10-30T13:45:23.343Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1549 | 2024-10-30T13:45:23.366Z | |
1550 | 2024-10-30T13:45:23.366Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1551 | 2024-10-30T13:45:23.388Z | |
1552 | 2024-10-30T13:45:23.388Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1553 | 2024-10-30T13:45:23.407Z | |
1554 | 2024-10-30T13:45:23.407Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1555 | 2024-10-30T13:45:23.598Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1556 | 2024-10-30T13:45:23.602Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1557 | 2024-10-30T13:45:23.605Z | waiting 3s for copy of files to zone to complete ... |
1558 | 2024-10-30T13:45:26.605Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1559 | 2024-10-30T13:45:26.646Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1560 | 2024-10-30T13:45:26.666Z | [t1.trio] svcadm enable dendrite |
1561 | 2024-10-30T13:45:26.716Z | |
1562 | 2024-10-30T13:45:26.716Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1563 | 2024-10-30T13:45:26.763Z | |
1564 | 2024-10-30T13:45:26.763Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1565 | 2024-10-30T13:45:26.807Z | |
1566 | 2024-10-30T13:45:26.807Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1567 | 2024-10-30T13:45:26.850Z | |
1568 | 2024-10-30T13:45:26.850Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1569 | 2024-10-30T13:45:26.893Z | |
1570 | 2024-10-30T13:45:26.893Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1571 | 2024-10-30T13:45:26.937Z | |
1572 | 2024-10-30T13:45:26.937Z | [t1.trio] svcadm refresh dendrite:default |
1573 | 2024-10-30T13:45:26.973Z | |
1574 | 2024-10-30T13:45:26.973Z | [t1.trio] svcadm restart dendrite:default |
1575 | 2024-10-30T13:45:27.011Z | |
1576 | 2024-10-30T13:45:27.011Z | wait 10s for dendrite to come up ... |
1577 | 2024-10-30T13:45:37.011Z | [t1.trio] svcadm enable tfport |
1578 | 2024-10-30T13:45:37.053Z | |
1579 | 2024-10-30T13:45:37.053Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-id 4c11af57-5d8f-48ad-b436-ce064628f1f6 --sled-id dc6a78c7-d672-4275-9fe0-8a4eedcb5771 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1580 | 2024-10-30T13:45:37.072Z | |
1581 | 2024-10-30T13:45:37.072Z | [t1.trio] ipadm |
1582 | 2024-10-30T13:45:37.097Z | ADDROBJ TYPE STATE ADDR |
1583 | 2024-10-30T13:45:37.097Z | lo0/v4 static ok 127.0.0.1/8 |
1584 | 2024-10-30T13:45:37.097Z | mg1/v4 static ok 10.0.0.3/24 |
1585 | 2024-10-30T13:45:37.097Z | lo0/v6 static ok ::1/128 |
1586 | 2024-10-30T13:45:37.097Z | lo0/u6 static ok fd00:3::1/64 |
1587 | 2024-10-30T13:45:37.097Z | tfportrear0_0/v6 addrconf ok fe80::f8bd:60ff:fe7f:d7%tfportrear0_0/10 |
1588 | 2024-10-30T13:45:37.097Z | tfportrear1_0/v6 addrconf ok fe80::54f8:b7ff:fe3f:4f77%tfportrear1_0/10 |
1589 | 2024-10-30T13:45:39.308Z | initial peering test passed |
1590 | 2024-10-30T13:45:40.311Z | advertise from one passed |
1591 | 2024-10-30T13:45:41.314Z | advertise from two passed |
1592 | 2024-10-30T13:45:41.314Z | [s1.trio] ping fd00:2::1 |
1593 | 2024-10-30T13:45:41.341Z | fd00:2::1 is alive |
1594 | 2024-10-30T13:45:41.341Z | [s2.trio] ping fd00:1::1 |
1595 | 2024-10-30T13:45:41.361Z | fd00:1::1 is alive |
1596 | 2024-10-30T13:45:41.361Z | connectivity test passed |
1597 | 2024-10-30T13:45:41.361Z | [t1.trio] pkill ddmd |
1598 | 2024-10-30T13:45:41.380Z | |
1599 | 2024-10-30T13:45:47.384Z | [t1.trio] svcadm enable dendrite |
1600 | 2024-10-30T13:45:47.425Z | |
1601 | 2024-10-30T13:45:47.425Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1602 | 2024-10-30T13:45:47.469Z | |
1603 | 2024-10-30T13:45:47.470Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1604 | 2024-10-30T13:45:47.512Z | |
1605 | 2024-10-30T13:45:47.512Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1606 | 2024-10-30T13:45:47.556Z | |
1607 | 2024-10-30T13:45:47.556Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1608 | 2024-10-30T13:45:47.600Z | |
1609 | 2024-10-30T13:45:47.600Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1610 | 2024-10-30T13:45:47.643Z | |
1611 | 2024-10-30T13:45:47.643Z | [t1.trio] svcadm refresh dendrite:default |
1612 | 2024-10-30T13:45:47.679Z | |
1613 | 2024-10-30T13:45:47.679Z | [t1.trio] svcadm restart dendrite:default |
1614 | 2024-10-30T13:45:47.717Z | |
1615 | 2024-10-30T13:45:47.717Z | wait 10s for dendrite to come up ... |
1616 | 2024-10-30T13:45:57.717Z | [t1.trio] svcadm enable tfport |
1617 | 2024-10-30T13:45:57.758Z | |
1618 | 2024-10-30T13:45:57.758Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-id f80e02ac-e534-41d4-ac27-8d0de768ad96 --sled-id 9d958018-1faa-4563-96b8-8d3141bc6e8d -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1619 | 2024-10-30T13:45:57.778Z | |
1620 | 2024-10-30T13:45:57.778Z | [t1.trio] ipadm |
1621 | 2024-10-30T13:45:57.800Z | ADDROBJ TYPE STATE ADDR |
1622 | 2024-10-30T13:45:57.800Z | lo0/v4 static ok 127.0.0.1/8 |
1623 | 2024-10-30T13:45:57.800Z | mg1/v4 static ok 10.0.0.3/24 |
1624 | 2024-10-30T13:45:57.800Z | lo0/v6 static ok ::1/128 |
1625 | 2024-10-30T13:45:57.800Z | lo0/u6 static ok fd00:3::1/64 |
1626 | 2024-10-30T13:45:57.800Z | tfportrear0_0/v6 addrconf ok fe80::f8bd:60ff:fe7f:d7%tfportrear0_0/10 |
1627 | 2024-10-30T13:45:57.800Z | tfportrear1_0/v6 addrconf ok fe80::54f8:b7ff:fe3f:4f77%tfportrear1_0/10 |
1628 | 2024-10-30T13:46:00.803Z | [s1.trio] ping fd00:2::1 |
1629 | 2024-10-30T13:46:00.824Z | fd00:2::1 is alive |
1630 | 2024-10-30T13:46:00.824Z | [s2.trio] ping fd00:1::1 |
1631 | 2024-10-30T13:46:00.844Z | fd00:1::1 is alive |
1632 | 2024-10-30T13:46:00.844Z | transit router restart passed |
1633 | 2024-10-30T13:46:00.844Z | [s1.trio] pkill ddmd |
1634 | 2024-10-30T13:46:00.862Z | |
1635 | 2024-10-30T13:46:05.866Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1636 | 2024-10-30T13:46:05.906Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1637 | 2024-10-30T13:46:05.923Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1638 | 2024-10-30T13:46:05.943Z | |
1639 | 2024-10-30T13:46:08.947Z | [s1.trio] ping fd00:2::1 |
1640 | 2024-10-30T13:46:08.970Z | fd00:2::1 is alive |
1641 | 2024-10-30T13:46:08.970Z | [s2.trio] ping fd00:1::1 |
1642 | 2024-10-30T13:46:08.991Z | fd00:1::1 is alive |
1643 | 2024-10-30T13:46:08.991Z | server router restart passed |
1644 | 2024-10-30T13:46:11.996Z | peer expiration recovery passed |
1645 | 2024-10-30T13:46:12.997Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1646 | 2024-10-30T13:46:13.022Z | 3 |
1647 | 2024-10-30T13:46:13.022Z | redundant advertise passed |
1648 | 2024-10-30T13:46:14.025Z | tunnel endpoint advertise passed |
1649 | 2024-10-30T13:46:19.027Z | redundant tunnel endpoint advertise passed |
1650 | 2024-10-30T13:46:19.027Z | [s1.trio] pkill ddmd |
1651 | 2024-10-30T13:46:19.048Z | |
1652 | 2024-10-30T13:46:24.048Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1653 | 2024-10-30T13:46:24.085Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1654 | 2024-10-30T13:46:24.102Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1655 | 2024-10-30T13:46:24.122Z | |
1656 | 2024-10-30T13:46:29.189Z | tunnel router restart passed |
1657 | 2024-10-30T13:46:30.191Z | tunnel endpoint withdraw passed |
1658 | 2024-10-30T13:46:30.206Z | [t1.trio] pkill ddmd |
1659 | 2024-10-30T13:46:30.232Z | |
1660 | 2024-10-30T13:46:30.232Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1661 | 2024-10-30T13:46:30.236Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1662 | 2024-10-30T13:46:32.876Z | [s2.trio] pkill ddmd |
1663 | 2024-10-30T13:46:32.896Z | |
1664 | 2024-10-30T13:46:32.896Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1665 | 2024-10-30T13:46:35.378Z | [s1.trio] pkill ddmd |
1666 | 2024-10-30T13:46:35.398Z | |
1667 | 2024-10-30T13:46:35.398Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1668 | 2024-10-30T13:46:38.085Z | [sidecar.trio] pkill softnpu |
1669 | 2024-10-30T13:46:38.105Z | |
1670 | 2024-10-30T13:46:38.106Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1671 | 2024-10-30T13:46:40.571Z | test ddm::test_trio_v2_server ... ok |
1672 | 2024-10-30T13:46:40.571Z | |
1673 | 2024-10-30T13:46:40.574Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 492.75s |
1674 | 2024-10-30T13:46:40.574Z | |
1675 | 2024-10-30T13:46:40.606Z | + cleanup |
1676 | 2024-10-30T13:46:40.608Z | ++ id -un |
1677 | 2024-10-30T13:46:40.678Z | ++ id -gn |
1678 | 2024-10-30T13:46:40.681Z | + pfexec chown -R build:build . |
1679 | 2024-10-30T13:46:40.771Z | process exited: duration 1077181 ms, exit code 0 |
|
1680 | 2024-10-30T13:46:40.782Z | found 4 output files |
1681 | 2024-10-30T13:46:40.782Z | uploading: /work/s1.trio.log (4241 bytes) |
1682 | 2024-10-30T13:46:41.790Z | uploaded: /work/s1.trio.log |
1683 | 2024-10-30T13:46:41.791Z | uploading: /work/s2.trio.log (10984 bytes) |
1684 | 2024-10-30T13:46:42.805Z | uploaded: /work/s2.trio.log |
1685 | 2024-10-30T13:46:42.805Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1686 | 2024-10-30T13:46:43.813Z | uploaded: /work/sidecar.trio-softnpu.log |
1687 | 2024-10-30T13:46:43.813Z | uploading: /work/t1.trio.log (26104 bytes) |
1688 | 2024-10-30T13:46:44.824Z | uploaded: /work/t1.trio.log |