|
|
|
1 | 2024-10-30T13:28:09.608Z | job assigned to worker 01JBESQQWF28T52BDZ6CFJ6NE8 (queued for 1 m 6 s) |
|
2 | 2024-10-30T13:28:17.319Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:17.328Z | ++ uname -s |
4 | 2024-10-30T13:28:17.330Z | + kern=SunOS |
5 | 2024-10-30T13:28:17.330Z | + case "$kern" in |
6 | 2024-10-30T13:28:17.330Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:17.330Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:17.333Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:19.345Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:19.453Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:19.456Z | + home_fs=zfs |
12 | 2024-10-30T13:28:19.456Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:19.456Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:19.459Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:21.460Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:21.463Z | process exited: duration 4145 ms, exit code 0 |
|
17 | 2024-10-30T13:28:21.469Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:21.475Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:21.475Z | ' stable |
20 | 2024-10-30T13:28:21.475Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-30T13:28:21.475Z | * toolchain channel = "stable" |
22 | 2024-10-30T13:28:21.475Z | ' default |
23 | 2024-10-30T13:28:21.475Z | * toolchain profile = "default" |
24 | 2024-10-30T13:28:21.481Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:21.481Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:21.584Z | info: downloading installer |
27 | 2024-10-30T13:28:22.940Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:22.940Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:22.943Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:23.101Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:23.101Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:23.963Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:24.289Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:25.600Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:27.525Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:34.358Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:34.629Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:35.447Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:35.847Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:37.548Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:39.465Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:45.666Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:46.061Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:46.061Z | |
45 | 2024-10-30T13:28:46.434Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:46.434Z | |
47 | 2024-10-30T13:28:46.438Z | |
48 | 2024-10-30T13:28:46.438Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:46.438Z | |
50 | 2024-10-30T13:28:46.438Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:46.438Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:46.438Z | |
53 | 2024-10-30T13:28:46.438Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:46.438Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:46.438Z | |
56 | 2024-10-30T13:28:46.438Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:46.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:46.438Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:46.507Z | + rustc --version |
60 | 2024-10-30T13:28:46.577Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:46.580Z | process exited: duration 25107 ms, exit code 0 |
|
62 | 2024-10-30T13:28:46.585Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:46.606Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-10-30T13:28:46.612Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:46.617Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:46.619Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:46.662Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:47.633Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:47.636Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:47.884Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:47.884Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:47.891Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:47.894Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:47.896Z | + current=main |
75 | 2024-10-30T13:28:47.896Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:47.896Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:47.899Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:47.913Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:47.916Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:47.928Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:47.930Z | process exited: duration 1316 ms, exit code 0 |
|
82 | 2024-10-30T13:28:47.935Z | starting task 4: "build" |
83 | 2024-10-30T13:28:47.941Z | ++ cargo --version |
84 | 2024-10-30T13:28:47.945Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-10-30T13:28:48.113Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-30T13:28:48.114Z | info: downloading component 'cargo' |
87 | 2024-10-30T13:28:48.947Z | info: downloading component 'clippy' |
88 | 2024-10-30T13:28:49.276Z | info: downloading component 'rust-docs' |
89 | 2024-10-30T13:28:50.425Z | info: downloading component 'rust-std' |
90 | 2024-10-30T13:28:52.240Z | info: downloading component 'rustc' |
91 | 2024-10-30T13:28:58.581Z | info: downloading component 'rustfmt' |
92 | 2024-10-30T13:28:58.820Z | info: installing component 'cargo' |
93 | 2024-10-30T13:28:59.638Z | info: installing component 'clippy' |
94 | 2024-10-30T13:29:00.019Z | info: installing component 'rust-docs' |
95 | 2024-10-30T13:29:01.617Z | info: installing component 'rust-std' |
96 | 2024-10-30T13:29:03.427Z | info: installing component 'rustc' |
97 | 2024-10-30T13:29:09.147Z | info: installing component 'rustfmt' |
98 | 2024-10-30T13:29:09.562Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-10-30T13:29:09.566Z | ++ rustc --version |
100 | 2024-10-30T13:29:09.631Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-10-30T13:29:09.635Z | ++ dladm |
102 | 2024-10-30T13:29:09.640Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-10-30T13:29:09.640Z | ena0 phys 9216 up -- -- |
104 | 2024-10-30T13:29:09.643Z | ++ ipadm |
105 | 2024-10-30T13:29:09.645Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-10-30T13:29:09.645Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-10-30T13:29:09.645Z | ena0/dhcp dhcp ok 10.150.1.14/24 |
108 | 2024-10-30T13:29:09.645Z | lo0/v6 static ok ::1/128 |
109 | 2024-10-30T13:29:09.645Z | ++ banner collect |
110 | 2024-10-30T13:29:09.647Z | |
111 | 2024-10-30T13:29:09.648Z | #### #### # # ###### #### ##### |
112 | 2024-10-30T13:29:09.648Z | # # # # # # # # # # |
113 | 2024-10-30T13:29:09.648Z | # # # # # ##### # # |
114 | 2024-10-30T13:29:09.648Z | # # # # # # # # |
115 | 2024-10-30T13:29:09.648Z | # # # # # # # # # # |
116 | 2024-10-30T13:29:09.648Z | #### #### ###### ###### ###### #### # |
117 | 2024-10-30T13:29:09.648Z | |
118 | 2024-10-30T13:29:09.648Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-10-30T13:29:09.648Z | ++ repo=softnpu |
120 | 2024-10-30T13:29:09.648Z | ++ series=image |
121 | 2024-10-30T13:29:09.648Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-10-30T13:29:09.648Z | ++ name=softnpu |
123 | 2024-10-30T13:29:09.648Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-10-30T13:29:09.648Z | ++ mkdir -p download |
125 | 2024-10-30T13:29:09.650Z | ++ pushd download |
126 | 2024-10-30T13:29:09.650Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-10-30T13:29:09.650Z | ++ [[ ! -f softnpu ]] |
128 | 2024-10-30T13:29:09.650Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-10-30T13:29:09.657Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-10-30T13:29:09.659Z | Dload Upload Total Spent Left Speed |
131 | 2024-10-30T13:29:10.119Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 47.1M 0 --:--:-- --:--:-- --:--:-- 47.2M |
132 | 2024-10-30T13:29:10.122Z | ++ popd |
133 | 2024-10-30T13:29:10.122Z | /work/oxidecomputer/maghemite |
134 | 2024-10-30T13:29:10.122Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-10-30T13:29:10.122Z | ++ repo=sidecar-lite |
136 | 2024-10-30T13:29:10.122Z | ++ series=release |
137 | 2024-10-30T13:29:10.122Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-10-30T13:29:10.122Z | ++ name=libsidecar_lite.so |
139 | 2024-10-30T13:29:10.122Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-10-30T13:29:10.125Z | ++ mkdir -p download |
141 | 2024-10-30T13:29:10.125Z | ++ pushd download |
142 | 2024-10-30T13:29:10.125Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-10-30T13:29:10.125Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-10-30T13:29:10.125Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-10-30T13:29:10.132Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-10-30T13:29:10.134Z | Dload Upload Total Spent Left Speed |
147 | 2024-10-30T13:29:10.561Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
83 20.3M 83 16.9M 0 0 47.4M 0 --:--:-- --:--:-- --:--:-- 47.3M
100 20.3M 100 20.3M 0 0 47.2M 0 --:--:-- --:--:-- --:--:-- 47.2M |
148 | 2024-10-30T13:29:10.565Z | ++ popd |
149 | 2024-10-30T13:29:10.567Z | /work/oxidecomputer/maghemite |
150 | 2024-10-30T13:29:10.567Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-10-30T13:29:10.567Z | ++ repo=sidecar-lite |
152 | 2024-10-30T13:29:10.567Z | ++ series=release |
153 | 2024-10-30T13:29:10.567Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-10-30T13:29:10.568Z | ++ name=scadm |
155 | 2024-10-30T13:29:10.568Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-10-30T13:29:10.568Z | ++ mkdir -p download |
157 | 2024-10-30T13:29:10.568Z | ++ pushd download |
158 | 2024-10-30T13:29:10.568Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-10-30T13:29:10.568Z | ++ [[ ! -f scadm ]] |
160 | 2024-10-30T13:29:10.568Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-10-30T13:29:10.575Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-10-30T13:29:10.575Z | Dload Upload Total Spent Left Speed |
163 | 2024-10-30T13:29:10.879Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 75.1M 0 --:--:-- --:--:-- --:--:-- 75.2M |
164 | 2024-10-30T13:29:10.881Z | ++ popd |
165 | 2024-10-30T13:29:10.881Z | /work/oxidecomputer/maghemite |
166 | 2024-10-30T13:29:10.881Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-10-30T13:29:10.882Z | ++ repo=dendrite |
168 | 2024-10-30T13:29:10.882Z | ++ series=image |
169 | 2024-10-30T13:29:10.882Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-10-30T13:29:10.882Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-10-30T13:29:10.882Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-10-30T13:29:10.882Z | ++ mkdir -p download |
173 | 2024-10-30T13:29:10.884Z | ++ pushd download |
174 | 2024-10-30T13:29:10.884Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-10-30T13:29:10.884Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-10-30T13:29:10.884Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-10-30T13:29:10.891Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-10-30T13:29:10.893Z | Dload Upload Total Spent Left Speed |
179 | 2024-10-30T13:29:11.535Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
85 37.5M 85 32.2M 0 0 53.7M 0 --:--:-- --:--:-- --:--:-- 53.7M
100 37.5M 100 37.5M 0 0 58.2M 0 --:--:-- --:--:-- --:--:-- 58.2M |
180 | 2024-10-30T13:29:11.538Z | ++ popd |
181 | 2024-10-30T13:29:11.538Z | /work/oxidecomputer/maghemite |
182 | 2024-10-30T13:29:11.542Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-10-30T13:29:11.542Z | ++ repo=maghemite |
184 | 2024-10-30T13:29:11.542Z | ++ series=release |
185 | 2024-10-30T13:29:11.542Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-10-30T13:29:11.542Z | ++ name=ddmd |
187 | 2024-10-30T13:29:11.542Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-10-30T13:29:11.542Z | ++ mkdir -p download |
189 | 2024-10-30T13:29:11.542Z | ++ pushd download |
190 | 2024-10-30T13:29:11.542Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-10-30T13:29:11.542Z | ++ [[ ! -f ddmd ]] |
192 | 2024-10-30T13:29:11.542Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-10-30T13:29:11.547Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-10-30T13:29:11.547Z | Dload Upload Total Spent Left Speed |
195 | 2024-10-30T13:29:12.165Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 66.3M 0 --:--:-- --:--:-- --:--:-- 66.3M |
196 | 2024-10-30T13:29:12.168Z | ++ popd |
197 | 2024-10-30T13:29:12.168Z | /work/oxidecomputer/maghemite |
198 | 2024-10-30T13:29:12.168Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-10-30T13:29:12.168Z | ++ repo=maghemite |
200 | 2024-10-30T13:29:12.168Z | ++ series=release |
201 | 2024-10-30T13:29:12.168Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-10-30T13:29:12.168Z | ++ name=ddmadm |
203 | 2024-10-30T13:29:12.168Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-10-30T13:29:12.168Z | ++ mkdir -p download |
205 | 2024-10-30T13:29:12.171Z | ++ pushd download |
206 | 2024-10-30T13:29:12.171Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-10-30T13:29:12.171Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-10-30T13:29:12.171Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-10-30T13:29:12.176Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-10-30T13:29:12.176Z | Dload Upload Total Spent Left Speed |
211 | 2024-10-30T13:29:12.518Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
88 18.0M 88 15.8M 0 0 50.4M 0 --:--:-- --:--:-- --:--:-- 50.3M
100 18.0M 100 18.0M 0 0 52.7M 0 --:--:-- --:--:-- --:--:-- 52.6M |
212 | 2024-10-30T13:29:12.520Z | ++ popd |
213 | 2024-10-30T13:29:12.521Z | /work/oxidecomputer/maghemite |
214 | 2024-10-30T13:29:12.521Z | ++ pushd download |
215 | 2024-10-30T13:29:12.521Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-10-30T13:29:12.521Z | ++ chmod +x softnpu |
217 | 2024-10-30T13:29:12.523Z | ++ chmod +x scadm |
218 | 2024-10-30T13:29:12.525Z | ++ chmod +x ddmadm |
219 | 2024-10-30T13:29:12.525Z | ++ chmod +x ddmd |
220 | 2024-10-30T13:29:12.528Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-10-30T13:29:12.530Z | ++ mv ddmd ddmd-v2 |
222 | 2024-10-30T13:29:12.530Z | ++ rm -rf zones/dendrite |
223 | 2024-10-30T13:29:12.533Z | ++ mkdir -p zones/dendrite |
224 | 2024-10-30T13:29:12.535Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-10-30T13:29:13.287Z | ++ popd |
226 | 2024-10-30T13:29:13.287Z | /work/oxidecomputer/maghemite |
227 | 2024-10-30T13:29:13.287Z | ++ banner install |
228 | 2024-10-30T13:29:13.290Z | |
229 | 2024-10-30T13:29:13.290Z | # # # #### ##### ## # # |
230 | 2024-10-30T13:29:13.290Z | # ## # # # # # # # |
231 | 2024-10-30T13:29:13.290Z | # # # # #### # # # # # |
232 | 2024-10-30T13:29:13.290Z | # # # # # # ###### # # |
233 | 2024-10-30T13:29:13.290Z | # # ## # # # # # # # |
234 | 2024-10-30T13:29:13.290Z | # # # #### # # # ###### ###### |
235 | 2024-10-30T13:29:13.290Z | |
236 | 2024-10-30T13:29:13.293Z | ++ pkg info brand/sparse |
237 | 2024-10-30T13:29:13.293Z | ++ grep -qi installed |
238 | 2024-10-30T13:29:14.983Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-10-30T13:29:14.983Z | installed on the system. Try querying remotely instead: |
240 | 2024-10-30T13:29:14.983Z | |
241 | 2024-10-30T13:29:14.983Z | brand/sparse |
242 | 2024-10-30T13:29:15.026Z | ++ [[ 1 != 0 ]] |
243 | 2024-10-30T13:29:15.026Z | ++ set -o errexit |
244 | 2024-10-30T13:29:15.026Z | ++ pfexec pkg install brand/sparse |
245 | 2024-10-30T13:29:24.506Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-10-30T13:29:27.724Z | Startup: Caching catalogs ... Done |
247 | 2024-10-30T13:29:34.630Z | Planning: Solver setup ... Done |
248 | 2024-10-30T13:29:34.722Z | Planning: Running solver ... Done |
249 | 2024-10-30T13:29:34.800Z | Planning: Finding local manifests ... Done |
250 | 2024-10-30T13:29:34.825Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-10-30T13:29:35.328Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-10-30T13:29:35.400Z | Planning: Package planning ... Done |
253 | 2024-10-30T13:29:35.407Z | Planning: Merging actions ... Done |
254 | 2024-10-30T13:29:35.596Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-10-30T13:29:37.741Z | Planning: Consolidating action changes ... Done |
256 | 2024-10-30T13:29:38.175Z | Planning: Evaluating mediators ... Done |
257 | 2024-10-30T13:29:38.242Z | Planning: Planning completed in 10.43 seconds |
258 | 2024-10-30T13:29:38.259Z | Packages to install: 1 |
259 | 2024-10-30T13:29:38.259Z | Packages to update: 2 |
260 | 2024-10-30T13:29:38.261Z | Create boot environment: No |
261 | 2024-10-30T13:29:38.261Z | Create backup boot environment: Yes |
262 | 2024-10-30T13:29:38.338Z | |
263 | 2024-10-30T13:29:38.338Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-10-30T13:29:43.434Z | Download: 742/1009 items 6.4/8.0MB 79% complete (1.4M/s) |
265 | 2024-10-30T13:29:50.913Z | Download: 916/1009 items 8.0/8.0MB 99% complete (1.1M/s) |
266 | 2024-10-30T13:29:56.758Z | Download: 1008/1009 items 8.0/8.0MB 100% complete (232k/s) |
267 | 2024-10-30T13:29:56.761Z | Download: Completed 8.03 MB in 18.42 seconds (446k/s) |
268 | 2024-10-30T13:29:58.786Z | Actions: 1/1419 actions (Removing old actions) |
269 | 2024-10-30T13:29:58.810Z | Actions: 199/1419 actions (Installing new actions) |
270 | 2024-10-30T13:29:58.927Z | Actions: 579/1419 actions (Updating modified actions) |
271 | 2024-10-30T13:29:59.243Z | Actions: Completed 1419 actions in 0.46 seconds. |
272 | 2024-10-30T13:29:59.428Z | Done |
273 | 2024-10-30T13:29:59.431Z | Done |
274 | 2024-10-30T13:29:59.891Z | Done |
275 | 2024-10-30T13:30:04.201Z | Done |
276 | 2024-10-30T13:30:04.286Z | Done |
277 | 2024-10-30T13:30:04.289Z | Done |
278 | 2024-10-30T13:30:04.397Z | Done |
279 | 2024-10-30T13:30:04.752Z | ++ set -o errexit |
280 | 2024-10-30T13:30:04.752Z | ++ set -o pipefail |
281 | 2024-10-30T13:30:04.752Z | ++ banner build |
282 | 2024-10-30T13:30:04.755Z | |
283 | 2024-10-30T13:30:04.755Z | ##### # # # # ##### |
284 | 2024-10-30T13:30:04.755Z | # # # # # # # # |
285 | 2024-10-30T13:30:04.755Z | ##### # # # # # # |
286 | 2024-10-30T13:30:04.755Z | # # # # # # # # |
287 | 2024-10-30T13:30:04.755Z | # # # # # # # # |
288 | 2024-10-30T13:30:04.755Z | ##### #### # ###### ##### |
289 | 2024-10-30T13:30:04.755Z | |
290 | 2024-10-30T13:30:04.755Z | ++ cargo build --release --bin ddmd --bin ddmadm |
291 | 2024-10-30T13:30:04.939Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
292 | 2024-10-30T13:30:05.179Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
293 | 2024-10-30T13:30:05.413Z | From https://www.github.com/oxidecomputer/oxnet |
294 | 2024-10-30T13:30:05.413Z | * [new branch] ci -> origin/ci |
295 | 2024-10-30T13:30:05.416Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
296 | 2024-10-30T13:30:05.416Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
297 | 2024-10-30T13:30:05.416Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
298 | 2024-10-30T13:30:05.416Z | * [new branch] main -> origin/main |
299 | 2024-10-30T13:30:05.416Z | * [new ref] -> origin/HEAD |
300 | 2024-10-30T13:30:05.426Z | Updating crates.io index |
301 | 2024-10-30T13:30:05.492Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
302 | 2024-10-30T13:30:06.384Z | From https://github.com/oxidecomputer/falcon |
303 | 2024-10-30T13:30:06.384Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
304 | 2024-10-30T13:30:06.488Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
305 | 2024-10-30T13:30:07.681Z | From https://github.com/oxidecomputer/dendrite |
306 | 2024-10-30T13:30:07.681Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
307 | 2024-10-30T13:30:07.723Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2024-10-30T13:30:08.165Z | From https://github.com/oxidecomputer/ispf |
309 | 2024-10-30T13:30:08.165Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
310 | 2024-10-30T13:30:08.188Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
311 | 2024-10-30T13:30:08.685Z | From https://github.com/oxidecomputer/netadm-sys |
312 | 2024-10-30T13:30:08.685Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
313 | 2024-10-30T13:30:08.697Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
314 | 2024-10-30T13:30:13.630Z | From https://github.com/oxidecomputer/omicron |
315 | 2024-10-30T13:30:13.631Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
316 | 2024-10-30T13:30:13.660Z | * [new tag] dogfood -> dogfood |
317 | 2024-10-30T13:30:13.664Z | * [new tag] v5 -> v5 |
318 | 2024-10-30T13:30:13.664Z | * [new tag] v6 -> v6 |
319 | 2024-10-30T13:30:13.664Z | * [new tag] v7 -> v7 |
320 | 2024-10-30T13:30:13.664Z | * [new tag] v8 -> v8 |
321 | 2024-10-30T13:30:13.664Z | * [new tag] v9 -> v9 |
322 | 2024-10-30T13:30:14.033Z | Updating git repository `https://github.com/oxidecomputer/opte` |
323 | 2024-10-30T13:30:14.985Z | From https://github.com/oxidecomputer/opte |
324 | 2024-10-30T13:30:14.985Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
325 | 2024-10-30T13:30:15.149Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
326 | 2024-10-30T13:30:15.768Z | From https://github.com/oxidecomputer/omicron |
327 | 2024-10-30T13:30:15.768Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
328 | 2024-10-30T13:30:16.152Z | Updating git repository `https://github.com/illumos/smf-rs` |
329 | 2024-10-30T13:30:16.619Z | From https://github.com/illumos/smf-rs |
330 | 2024-10-30T13:30:16.619Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
331 | 2024-10-30T13:30:16.658Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
332 | 2024-10-30T13:30:17.494Z | From https://github.com/oxidecomputer/maghemite |
333 | 2024-10-30T13:30:17.494Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
334 | 2024-10-30T13:30:17.509Z | * [new tag] rift -> rift |
335 | 2024-10-30T13:30:17.512Z | * [new tag] srp -> srp |
336 | 2024-10-30T13:30:17.512Z | * [new tag] tie-spf -> tie-spf |
337 | 2024-10-30T13:30:17.542Z | Updating git repository `https://github.com/oxidecomputer/zone` |
338 | 2024-10-30T13:30:17.972Z | From https://github.com/oxidecomputer/zone |
339 | 2024-10-30T13:30:17.972Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
340 | 2024-10-30T13:30:18.016Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
341 | 2024-10-30T13:30:18.744Z | From https://github.com/oxidecomputer/propolis |
342 | 2024-10-30T13:30:18.744Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
343 | 2024-10-30T13:30:19.211Z | Updating git repository `https://github.com/illumos/smf-rs` |
344 | 2024-10-30T13:30:19.591Z | From https://github.com/illumos/smf-rs |
345 | 2024-10-30T13:30:19.591Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
346 | 2024-10-30T13:30:19.629Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
347 | 2024-10-30T13:30:19.999Z | From https://github.com/oxidecomputer/dlpi-sys |
348 | 2024-10-30T13:30:19.999Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
349 | 2024-10-30T13:30:20.008Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
350 | 2024-10-30T13:30:20.398Z | From https://github.com/jmesmon/rust-libzfs |
351 | 2024-10-30T13:30:20.398Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
352 | 2024-10-30T13:30:20.413Z | * [new tag] v0.4.0 -> v0.4.0 |
353 | 2024-10-30T13:30:20.428Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
354 | 2024-10-30T13:30:20.812Z | From https://github.com/oxidecomputer/rusty-doors |
355 | 2024-10-30T13:30:20.812Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
356 | 2024-10-30T13:30:20.828Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
357 | 2024-10-30T13:30:21.290Z | From https://github.com/oxidecomputer/maghemite |
358 | 2024-10-30T13:30:21.290Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
359 | 2024-10-30T13:30:21.357Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
360 | 2024-10-30T13:30:21.724Z | From https://github.com/oxidecomputer/serde_human_bytes |
361 | 2024-10-30T13:30:21.724Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
362 | 2024-10-30T13:30:21.734Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
363 | 2024-10-30T13:30:22.127Z | From https://github.com/oxidecomputer/slog-error-chain |
364 | 2024-10-30T13:30:22.127Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
365 | 2024-10-30T13:30:22.165Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
366 | 2024-10-30T13:30:22.586Z | From https://github.com/oxidecomputer/poptrie |
367 | 2024-10-30T13:30:22.586Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
368 | 2024-10-30T13:30:22.600Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
369 | 2024-10-30T13:30:23.048Z | From https://github.com/illumos/libscf-sys |
370 | 2024-10-30T13:30:23.048Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
371 | 2024-10-30T13:30:23.089Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
372 | 2024-10-30T13:30:23.957Z | From https://github.com/oxidecomputer/progenitor |
373 | 2024-10-30T13:30:23.957Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
374 | 2024-10-30T13:30:23.978Z | * [new tag] v0.1.1 -> v0.1.1 |
375 | 2024-10-30T13:30:23.981Z | * [new tag] v0.2.0 -> v0.2.0 |
376 | 2024-10-30T13:30:23.981Z | * [new tag] v0.3.0 -> v0.3.0 |
377 | 2024-10-30T13:30:23.981Z | * [new tag] v0.4.0 -> v0.4.0 |
378 | 2024-10-30T13:30:23.981Z | * [new tag] v0.5.0 -> v0.5.0 |
379 | 2024-10-30T13:30:23.981Z | * [new tag] v0.6.0 -> v0.6.0 |
380 | 2024-10-30T13:30:23.981Z | * [new tag] v0.7.0 -> v0.7.0 |
381 | 2024-10-30T13:30:24.254Z | Updating git repository `https://github.com/oxidecomputer/typify` |
382 | 2024-10-30T13:30:25.069Z | From https://github.com/oxidecomputer/typify |
383 | 2024-10-30T13:30:25.069Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
384 | 2024-10-30T13:30:25.072Z | * [new tag] v0.2.0 -> v0.2.0 |
385 | 2024-10-30T13:30:25.089Z | * [new tag] v0.0.10 -> v0.0.10 |
386 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.11 -> v0.0.11 |
387 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.12 -> v0.0.12 |
388 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.13 -> v0.0.13 |
389 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.14 -> v0.0.14 |
390 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.15 -> v0.0.15 |
391 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.16 -> v0.0.16 |
392 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.4 -> v0.0.4 |
393 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.5 -> v0.0.5 |
394 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.7 -> v0.0.7 |
395 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.8 -> v0.0.8 |
396 | 2024-10-30T13:30:25.092Z | * [new tag] v0.0.9 -> v0.0.9 |
397 | 2024-10-30T13:30:25.092Z | * [new tag] v0.1.0 -> v0.1.0 |
398 | 2024-10-30T13:30:25.172Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
399 | 2024-10-30T13:30:25.596Z | From https://github.com/oxidecomputer/propolis |
400 | 2024-10-30T13:30:25.597Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
401 | 2024-10-30T13:30:25.670Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
402 | 2024-10-30T13:30:27.599Z | From https://github.com/oxidecomputer/crucible |
403 | 2024-10-30T13:30:27.599Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
404 | 2024-10-30T13:30:27.655Z | Updating git repository `https://github.com/oxidecomputer/opte` |
405 | 2024-10-30T13:30:28.147Z | From https://github.com/oxidecomputer/opte |
406 | 2024-10-30T13:30:28.147Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
407 | 2024-10-30T13:30:28.203Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
408 | 2024-10-30T13:30:28.851Z | From https://github.com/oxidecomputer/management-gateway-service |
409 | 2024-10-30T13:30:28.851Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
410 | 2024-10-30T13:30:29.591Z | Downloading crates ... |
411 | 2024-10-30T13:30:29.687Z | Downloaded ahash v0.8.11 |
412 | 2024-10-30T13:30:29.690Z | Downloaded anyhow v1.0.89 |
413 | 2024-10-30T13:30:29.694Z | Downloaded const-random-macro v0.1.16 |
414 | 2024-10-30T13:30:29.697Z | Downloaded async-stream v0.3.5 |
415 | 2024-10-30T13:30:29.699Z | Downloaded ciborium-io v0.2.2 |
416 | 2024-10-30T13:30:29.699Z | Downloaded byteorder v1.5.0 |
417 | 2024-10-30T13:30:29.705Z | Downloaded float-ord v0.3.2 |
418 | 2024-10-30T13:30:29.708Z | Downloaded cstr-argument v0.1.2 |
419 | 2024-10-30T13:30:29.711Z | Downloaded crucible-workspace-hack v0.1.0 |
420 | 2024-10-30T13:30:29.711Z | Downloaded parse-display v0.10.0 |
421 | 2024-10-30T13:30:29.717Z | Downloaded futures-sink v0.3.31 |
422 | 2024-10-30T13:30:29.720Z | Downloaded cpufeatures v0.2.14 |
423 | 2024-10-30T13:30:29.723Z | Downloaded proc-macro-crate v3.2.0 |
424 | 2024-10-30T13:30:29.723Z | Downloaded parking_lot_core v0.8.6 |
425 | 2024-10-30T13:30:29.725Z | Downloaded ppv-lite86 v0.2.20 |
426 | 2024-10-30T13:30:29.728Z | Downloaded atomic-waker v1.1.2 |
427 | 2024-10-30T13:30:29.731Z | Downloaded foreign-types-macros v0.2.3 |
428 | 2024-10-30T13:30:29.731Z | Downloaded futures-channel v0.3.31 |
429 | 2024-10-30T13:30:29.734Z | Downloaded defmt-macros v0.3.9 |
430 | 2024-10-30T13:30:29.737Z | Downloaded futures-executor v0.3.31 |
431 | 2024-10-30T13:30:29.739Z | Downloaded serde-big-array v0.5.1 |
432 | 2024-10-30T13:30:29.739Z | Downloaded embedded-io v0.6.1 |
433 | 2024-10-30T13:30:29.743Z | Downloaded console v0.15.8 |
434 | 2024-10-30T13:30:29.745Z | Downloaded backoff v0.4.0 |
435 | 2024-10-30T13:30:29.751Z | Downloaded dyn-clone v1.0.17 |
436 | 2024-10-30T13:30:29.751Z | Downloaded plain v0.2.3 |
437 | 2024-10-30T13:30:29.751Z | Downloaded anstyle v1.0.8 |
438 | 2024-10-30T13:30:29.755Z | Downloaded pest_generator v2.7.13 |
439 | 2024-10-30T13:30:29.755Z | Downloaded rustversion v1.0.17 |
440 | 2024-10-30T13:30:29.757Z | Downloaded blake2 v0.10.6 |
441 | 2024-10-30T13:30:29.760Z | Downloaded serde_repr v0.1.19 |
442 | 2024-10-30T13:30:29.762Z | Downloaded semver v0.1.20 |
443 | 2024-10-30T13:30:29.762Z | Downloaded rand_chacha v0.3.1 |
444 | 2024-10-30T13:30:29.765Z | Downloaded derive-where v1.2.7 |
445 | 2024-10-30T13:30:29.768Z | Downloaded slog-dtrace v0.3.0 |
446 | 2024-10-30T13:30:29.771Z | Downloaded serde_urlencoded v0.7.1 |
447 | 2024-10-30T13:30:29.773Z | Downloaded rustc_version v0.1.7 |
448 | 2024-10-30T13:30:29.774Z | Downloaded resolv-conf v0.7.0 |
449 | 2024-10-30T13:30:29.776Z | Downloaded async-stream-impl v0.3.5 |
450 | 2024-10-30T13:30:29.776Z | Downloaded rhai_codegen v2.2.0 |
451 | 2024-10-30T13:30:29.786Z | Downloaded scroll v0.12.0 |
452 | 2024-10-30T13:30:29.789Z | Downloaded progenitor-impl v0.8.0 |
453 | 2024-10-30T13:30:29.791Z | Downloaded proc-macro2 v1.0.86 |
454 | 2024-10-30T13:30:29.794Z | Downloaded sha2 v0.10.8 |
455 | 2024-10-30T13:30:29.797Z | Downloaded rustls-pki-types v1.8.0 |
456 | 2024-10-30T13:30:29.799Z | Downloaded newline-converter v0.3.0 |
457 | 2024-10-30T13:30:29.802Z | Downloaded newtype_derive v0.1.6 |
458 | 2024-10-30T13:30:29.804Z | Downloaded progenitor-client v0.8.0 |
459 | 2024-10-30T13:30:29.804Z | Downloaded crunchy v0.2.2 |
460 | 2024-10-30T13:30:29.806Z | Downloaded crc8 v0.1.1 |
461 | 2024-10-30T13:30:29.806Z | Downloaded parking_lot_core v0.9.10 |
462 | 2024-10-30T13:30:29.809Z | Downloaded indent_write v2.2.0 |
463 | 2024-10-30T13:30:29.811Z | Downloaded allocator-api2 v0.2.18 |
464 | 2024-10-30T13:30:29.813Z | Downloaded similar v2.6.0 |
465 | 2024-10-30T13:30:29.819Z | Downloaded slog v2.7.0 |
466 | 2024-10-30T13:30:29.822Z | Downloaded proc-macro-error-attr v1.0.4 |
467 | 2024-10-30T13:30:29.825Z | Downloaded foreign-types-shared v0.3.1 |
468 | 2024-10-30T13:30:29.825Z | Downloaded foreign-types v0.5.0 |
469 | 2024-10-30T13:30:29.827Z | Downloaded foreign-types v0.3.2 |
470 | 2024-10-30T13:30:29.827Z | Downloaded httparse v1.9.4 |
471 | 2024-10-30T13:30:29.830Z | Downloaded foreign-types-shared v0.1.1 |
472 | 2024-10-30T13:30:29.832Z | Downloaded scroll_derive v0.12.0 |
473 | 2024-10-30T13:30:29.832Z | Downloaded pretty-hex v0.4.1 |
474 | 2024-10-30T13:30:29.834Z | Downloaded expectorate v1.1.0 |
475 | 2024-10-30T13:30:29.837Z | Downloaded equivalent v1.0.1 |
476 | 2024-10-30T13:30:29.837Z | Downloaded atomicwrites v0.4.4 |
477 | 2024-10-30T13:30:29.841Z | Downloaded anstyle-query v1.1.1 |
478 | 2024-10-30T13:30:29.841Z | Downloaded block-buffer v0.10.4 |
479 | 2024-10-30T13:30:29.844Z | Downloaded anstyle-parse v0.2.5 |
480 | 2024-10-30T13:30:29.844Z | Downloaded fixedbitset v0.4.2 |
481 | 2024-10-30T13:30:29.846Z | Downloaded sigpipe v0.1.3 |
482 | 2024-10-30T13:30:29.846Z | Downloaded dtrace-parser v0.2.0 |
483 | 2024-10-30T13:30:29.848Z | Downloaded const-random v0.1.18 |
484 | 2024-10-30T13:30:29.849Z | Downloaded serde_with_macros v3.11.0 |
485 | 2024-10-30T13:30:29.852Z | Downloaded pretty-hex v0.2.1 |
486 | 2024-10-30T13:30:29.854Z | Downloaded autocfg v1.3.0 |
487 | 2024-10-30T13:30:29.854Z | Downloaded pkg-config v0.3.31 |
488 | 2024-10-30T13:30:29.857Z | Downloaded powerfmt v0.2.0 |
489 | 2024-10-30T13:30:29.859Z | Downloaded usdt-macro v0.5.0 |
490 | 2024-10-30T13:30:29.859Z | Downloaded percent-encoding v2.3.1 |
491 | 2024-10-30T13:30:29.862Z | Downloaded quinn-udp v0.5.5 |
492 | 2024-10-30T13:30:29.864Z | Downloaded quick-error v1.2.3 |
493 | 2024-10-30T13:30:29.864Z | Downloaded tower-service v0.3.3 |
494 | 2024-10-30T13:30:29.866Z | Downloaded want v0.3.1 |
495 | 2024-10-30T13:30:29.866Z | Downloaded parking_lot v0.12.3 |
496 | 2024-10-30T13:30:29.869Z | Downloaded lru-cache v0.1.2 |
497 | 2024-10-30T13:30:29.871Z | Downloaded fxhash v0.2.1 |
498 | 2024-10-30T13:30:29.871Z | Downloaded libscf-sys v1.1.0 |
499 | 2024-10-30T13:30:29.874Z | Downloaded digest v0.10.7 |
500 | 2024-10-30T13:30:29.876Z | Downloaded is-terminal v0.4.13 |
501 | 2024-10-30T13:30:29.876Z | Downloaded hubpack_derive v0.1.1 |
502 | 2024-10-30T13:30:29.879Z | Downloaded linked-hash-map v0.5.6 |
503 | 2024-10-30T13:30:29.879Z | Downloaded http-body-util v0.1.2 |
504 | 2024-10-30T13:30:29.881Z | Downloaded num-conv v0.1.0 |
505 | 2024-10-30T13:30:29.884Z | Downloaded fnv v1.0.7 |
506 | 2024-10-30T13:30:29.884Z | Downloaded errno v0.3.9 |
507 | 2024-10-30T13:30:29.886Z | Downloaded rustc_version v0.4.1 |
508 | 2024-10-30T13:30:29.889Z | Downloaded http-body v1.0.1 |
509 | 2024-10-30T13:30:29.889Z | Downloaded either v1.13.0 |
510 | 2024-10-30T13:30:29.891Z | Downloaded scopeguard v1.2.0 |
511 | 2024-10-30T13:30:29.891Z | Downloaded rustc-hash v2.0.0 |
512 | 2024-10-30T13:30:29.894Z | Downloaded structmeta v0.3.0 |
513 | 2024-10-30T13:30:29.896Z | Downloaded thiserror-impl v1.0.64 |
514 | 2024-10-30T13:30:29.896Z | Downloaded futures-macro v0.3.31 |
515 | 2024-10-30T13:30:29.899Z | Downloaded ciborium v0.2.2 |
516 | 2024-10-30T13:30:29.901Z | Downloaded serde_spanned v0.6.7 |
517 | 2024-10-30T13:30:29.903Z | Downloaded crossbeam-channel v0.5.13 |
518 | 2024-10-30T13:30:29.907Z | Downloaded serde_tokenstream v0.2.2 |
519 | 2024-10-30T13:30:29.910Z | Downloaded shlex v1.3.0 |
520 | 2024-10-30T13:30:29.912Z | Downloaded schemars_derive v0.8.21 |
521 | 2024-10-30T13:30:29.912Z | Downloaded lock_api v0.4.12 |
522 | 2024-10-30T13:30:29.915Z | Downloaded slab v0.4.9 |
523 | 2024-10-30T13:30:29.917Z | Downloaded slog-async v2.8.0 |
524 | 2024-10-30T13:30:29.920Z | Downloaded httpdate v1.0.3 |
525 | 2024-10-30T13:30:29.920Z | Downloaded newtype-uuid v1.1.2 |
526 | 2024-10-30T13:30:29.922Z | Downloaded slog-bunyan v2.5.0 |
527 | 2024-10-30T13:30:29.925Z | Downloaded try-lock v0.2.5 |
528 | 2024-10-30T13:30:29.925Z | Downloaded pest_derive v2.7.13 |
529 | 2024-10-30T13:30:29.927Z | Downloaded sync_wrapper v1.0.1 |
530 | 2024-10-30T13:30:29.930Z | Downloaded password-hash v0.5.0 |
531 | 2024-10-30T13:30:29.932Z | Downloaded progenitor-macro v0.8.0 |
532 | 2024-10-30T13:30:29.932Z | Downloaded cancel-safe-futures v0.1.5 |
533 | 2024-10-30T13:30:29.935Z | Downloaded subtle v2.6.1 |
534 | 2024-10-30T13:30:29.937Z | Downloaded tiny-keccak v2.0.2 |
535 | 2024-10-30T13:30:29.939Z | Downloaded qorb v0.1.2 |
536 | 2024-10-30T13:30:29.944Z | Downloaded match_cfg v0.1.0 |
537 | 2024-10-30T13:30:29.947Z | Downloaded macaddr v1.0.1 |
538 | 2024-10-30T13:30:29.950Z | Downloaded embedded-io v0.4.0 |
539 | 2024-10-30T13:30:29.950Z | Downloaded hubpack v0.1.2 |
540 | 2024-10-30T13:30:29.954Z | Downloaded generic-array v0.14.7 |
541 | 2024-10-30T13:30:29.956Z | Downloaded semver v1.0.23 |
542 | 2024-10-30T13:30:29.957Z | Downloaded rustls-pemfile v1.0.4 |
543 | 2024-10-30T13:30:29.959Z | Downloaded lazy_static v1.5.0 |
544 | 2024-10-30T13:30:29.959Z | Downloaded num_enum_derive v0.5.11 |
545 | 2024-10-30T13:30:29.962Z | Downloaded smartstring v1.0.1 |
546 | 2024-10-30T13:30:29.964Z | Downloaded defmt v0.3.8 |
547 | 2024-10-30T13:30:29.967Z | Downloaded colored v2.1.0 |
548 | 2024-10-30T13:30:29.969Z | Downloaded bitflags v2.6.0 |
549 | 2024-10-30T13:30:29.973Z | Downloaded time-macros v0.2.18 |
550 | 2024-10-30T13:30:29.976Z | Downloaded terminal_size v0.3.0 |
551 | 2024-10-30T13:30:29.979Z | Downloaded slog-json v2.6.1 |
552 | 2024-10-30T13:30:29.982Z | Downloaded num_enum v0.5.11 |
553 | 2024-10-30T13:30:29.985Z | Downloaded sync_wrapper v0.1.2 |
554 | 2024-10-30T13:30:29.985Z | Downloaded smf v0.2.3 |
555 | 2024-10-30T13:30:29.987Z | Downloaded instant v0.1.13 |
556 | 2024-10-30T13:30:29.989Z | Downloaded num_enum_derive v0.7.3 |
557 | 2024-10-30T13:30:29.990Z | Downloaded pest_meta v2.7.13 |
558 | 2024-10-30T13:30:29.992Z | Downloaded usdt-attr-macro v0.5.0 |
559 | 2024-10-30T13:30:29.992Z | Downloaded slog-stdlog v4.1.1 |
560 | 2024-10-30T13:30:29.995Z | Downloaded slog-scope v4.4.0 |
561 | 2024-10-30T13:30:29.997Z | Downloaded cookie v0.18.1 |
562 | 2024-10-30T13:30:30.000Z | Downloaded waitgroup v0.1.2 |
563 | 2024-10-30T13:30:30.000Z | Downloaded owo-colors v4.1.0 |
564 | 2024-10-30T13:30:30.003Z | Downloaded hostname v0.4.0 |
565 | 2024-10-30T13:30:30.006Z | Downloaded hostname v0.3.1 |
566 | 2024-10-30T13:30:30.006Z | Downloaded thiserror v1.0.64 |
567 | 2024-10-30T13:30:30.009Z | Downloaded time-core v0.1.2 |
568 | 2024-10-30T13:30:30.012Z | Downloaded derive_more v0.99.18 |
569 | 2024-10-30T13:30:30.015Z | Downloaded getrandom v0.2.15 |
570 | 2024-10-30T13:30:30.018Z | Downloaded managed v0.8.0 |
571 | 2024-10-30T13:30:30.021Z | Downloaded num-integer v0.1.46 |
572 | 2024-10-30T13:30:30.023Z | Downloaded tinyvec_macros v0.1.1 |
573 | 2024-10-30T13:30:30.023Z | Downloaded zone_cfg_derive v0.3.0 |
574 | 2024-10-30T13:30:30.023Z | Downloaded futures v0.3.31 |
575 | 2024-10-30T13:30:30.028Z | Downloaded strum v0.26.3 |
576 | 2024-10-30T13:30:30.031Z | Downloaded num-iter v0.1.45 |
577 | 2024-10-30T13:30:30.031Z | Downloaded ident_case v1.0.1 |
578 | 2024-10-30T13:30:30.033Z | Downloaded tokio-native-tls v0.3.1 |
579 | 2024-10-30T13:30:30.033Z | Downloaded num-complex v0.4.6 |
580 | 2024-10-30T13:30:30.035Z | Downloaded dropshot_endpoint v0.12.0 |
581 | 2024-10-30T13:30:30.038Z | Downloaded tokio-macros v2.4.0 |
582 | 2024-10-30T13:30:30.041Z | Downloaded thread-id v4.2.2 |
583 | 2024-10-30T13:30:30.041Z | Downloaded hyper-tls v0.6.0 |
584 | 2024-10-30T13:30:30.043Z | Downloaded half v2.4.1 |
585 | 2024-10-30T13:30:30.046Z | Downloaded bytes v1.7.2 |
586 | 2024-10-30T13:30:30.048Z | Downloaded indexmap v1.9.3 |
587 | 2024-10-30T13:30:30.052Z | Downloaded openssl-probe v0.1.5 |
588 | 2024-10-30T13:30:30.055Z | Downloaded log v0.4.22 |
589 | 2024-10-30T13:30:30.058Z | Downloaded toml_datetime v0.6.8 |
590 | 2024-10-30T13:30:30.058Z | Downloaded tokio-rustls v0.25.0 |
591 | 2024-10-30T13:30:30.060Z | Downloaded serde_derive v1.0.210 |
592 | 2024-10-30T13:30:30.063Z | Downloaded ipnetwork v0.20.0 |
593 | 2024-10-30T13:30:30.063Z | Downloaded itoa v1.0.11 |
594 | 2024-10-30T13:30:30.065Z | Downloaded prettyplease v0.2.22 |
595 | 2024-10-30T13:30:30.068Z | Downloaded usdt v0.5.0 |
596 | 2024-10-30T13:30:30.068Z | Downloaded untrusted v0.9.0 |
597 | 2024-10-30T13:30:30.071Z | Downloaded take_mut v0.2.2 |
598 | 2024-10-30T13:30:30.071Z | Downloaded typify-macro v0.2.0 |
599 | 2024-10-30T13:30:30.074Z | Downloaded tokio-stream v0.1.16 |
600 | 2024-10-30T13:30:30.077Z | Downloaded heck v0.4.1 |
601 | 2024-10-30T13:30:30.077Z | Downloaded highway v1.2.0 |
602 | 2024-10-30T13:30:30.079Z | Downloaded thin-vec v0.2.13 |
603 | 2024-10-30T13:30:30.082Z | Downloaded tinyvec v1.8.0 |
604 | 2024-10-30T13:30:30.085Z | Downloaded tabwriter v1.4.0 |
605 | 2024-10-30T13:30:30.085Z | Downloaded num-derive v0.3.3 |
606 | 2024-10-30T13:30:30.088Z | Downloaded slog-term v2.9.1 |
607 | 2024-10-30T13:30:30.091Z | Downloaded ryu v1.0.18 |
608 | 2024-10-30T13:30:30.093Z | Downloaded arc-swap v1.7.1 |
609 | 2024-10-30T13:30:30.096Z | Downloaded clap v4.5.18 |
610 | 2024-10-30T13:30:30.105Z | Downloaded is_terminal_polyfill v1.70.1 |
611 | 2024-10-30T13:30:30.107Z | Downloaded hash32 v0.3.1 |
612 | 2024-10-30T13:30:30.107Z | Downloaded zone v0.3.0 |
613 | 2024-10-30T13:30:30.112Z | Downloaded zeroize v1.8.1 |
614 | 2024-10-30T13:30:30.112Z | Downloaded libsw v3.3.1 |
615 | 2024-10-30T13:30:30.115Z | Downloaded clap_builder v4.5.18 |
616 | 2024-10-30T13:30:30.118Z | Downloaded iana-time-zone v0.1.61 |
617 | 2024-10-30T13:30:30.121Z | Downloaded hyper-util v0.1.9 |
618 | 2024-10-30T13:30:30.125Z | Downloaded utf8parse v0.2.2 |
619 | 2024-10-30T13:30:30.129Z | Downloaded humantime v2.1.0 |
620 | 2024-10-30T13:30:30.129Z | Downloaded strum_macros v0.25.3 |
621 | 2024-10-30T13:30:30.131Z | Downloaded ipnet v2.10.0 |
622 | 2024-10-30T13:30:30.134Z | Downloaded tokio-rustls v0.26.0 |
623 | 2024-10-30T13:30:30.134Z | Downloaded http-body v0.4.6 |
624 | 2024-10-30T13:30:30.136Z | Downloaded static_assertions v1.1.0 |
625 | 2024-10-30T13:30:30.139Z | Downloaded unicode-ident v1.0.13 |
626 | 2024-10-30T13:30:30.141Z | Downloaded spin v0.9.8 |
627 | 2024-10-30T13:30:30.144Z | Downloaded smallvec v1.13.2 |
628 | 2024-10-30T13:30:30.147Z | Downloaded unicode-bidi v0.3.15 |
629 | 2024-10-30T13:30:30.150Z | Downloaded serde_yaml v0.9.34+deprecated |
630 | 2024-10-30T13:30:30.153Z | Downloaded futures-task v0.3.31 |
631 | 2024-10-30T13:30:30.153Z | Downloaded slog-envlogger v2.2.0 |
632 | 2024-10-30T13:30:30.155Z | Downloaded heck v0.5.0 |
633 | 2024-10-30T13:30:30.156Z | Downloaded whoami v1.5.2 |
634 | 2024-10-30T13:30:30.158Z | Downloaded num-rational v0.4.2 |
635 | 2024-10-30T13:30:30.158Z | Downloaded hyper-rustls v0.27.3 |
636 | 2024-10-30T13:30:30.161Z | Downloaded cc v1.1.21 |
637 | 2024-10-30T13:30:30.164Z | Downloaded stable_deref_trait v1.2.0 |
638 | 2024-10-30T13:30:30.167Z | Downloaded structmeta-derive v0.3.0 |
639 | 2024-10-30T13:30:30.167Z | Downloaded num_enum v0.7.3 |
640 | 2024-10-30T13:30:30.171Z | Downloaded tokio-rustls v0.24.1 |
641 | 2024-10-30T13:30:30.173Z | Downloaded thread_local v1.1.8 |
642 | 2024-10-30T13:30:30.177Z | Downloaded num_threads v0.1.7 |
643 | 2024-10-30T13:30:30.177Z | Downloaded tracing v0.1.40 |
644 | 2024-10-30T13:30:30.180Z | Downloaded hex v0.4.3 |
645 | 2024-10-30T13:30:30.183Z | Downloaded typify v0.2.0 |
646 | 2024-10-30T13:30:30.185Z | Downloaded socket2 v0.5.7 |
647 | 2024-10-30T13:30:30.188Z | Downloaded zerocopy v0.6.6 |
648 | 2024-10-30T13:30:30.191Z | Downloaded base64 v0.21.7 |
649 | 2024-10-30T13:30:30.193Z | Downloaded aho-corasick v1.1.3 |
650 | 2024-10-30T13:30:30.199Z | Downloaded parking_lot v0.11.2 |
651 | 2024-10-30T13:30:30.202Z | Downloaded tempfile v3.12.0 |
652 | 2024-10-30T13:30:30.204Z | Downloaded multer v3.1.0 |
653 | 2024-10-30T13:30:30.207Z | Downloaded native-tls v0.2.12 |
654 | 2024-10-30T13:30:30.209Z | Downloaded hickory-resolver v0.24.1 |
655 | 2024-10-30T13:30:30.213Z | Downloaded toml_edit v0.22.21 |
656 | 2024-10-30T13:30:30.236Z | Downloaded typenum v1.17.0 |
657 | 2024-10-30T13:30:30.239Z | Downloaded ucd-trie v0.1.6 |
658 | 2024-10-30T13:30:30.242Z | Downloaded indexmap v2.6.0 |
659 | 2024-10-30T13:30:30.246Z | Downloaded serde v1.0.210 |
660 | 2024-10-30T13:30:30.248Z | Downloaded term v0.7.0 |
661 | 2024-10-30T13:30:30.251Z | Downloaded uuid v1.10.0 |
662 | 2024-10-30T13:30:30.254Z | Downloaded url v2.5.2 |
663 | 2024-10-30T13:30:30.257Z | Downloaded rand v0.8.5 |
664 | 2024-10-30T13:30:30.261Z | Downloaded num-derive v0.4.2 |
665 | 2024-10-30T13:30:30.264Z | Downloaded openssl-sys v0.9.103 |
666 | 2024-10-30T13:30:30.268Z | Downloaded strum_macros v0.26.4 |
667 | 2024-10-30T13:30:30.271Z | Downloaded tracing-attributes v0.1.27 |
668 | 2024-10-30T13:30:30.273Z | Downloaded toml v0.8.19 |
669 | 2024-10-30T13:30:30.276Z | Downloaded hashbrown v0.15.0 |
670 | 2024-10-30T13:30:30.281Z | Downloaded base64 v0.22.1 |
671 | 2024-10-30T13:30:30.285Z | Downloaded unsafe-libyaml v0.2.11 |
672 | 2024-10-30T13:30:30.289Z | Downloaded hyper-rustls v0.24.2 |
673 | 2024-10-30T13:30:30.291Z | Downloaded num v0.4.3 |
674 | 2024-10-30T13:30:30.294Z | Downloaded mime v0.3.17 |
675 | 2024-10-30T13:30:30.294Z | Downloaded memmap v0.7.0 |
676 | 2024-10-30T13:30:30.297Z | Downloaded linear-map v1.2.0 |
677 | 2024-10-30T13:30:30.299Z | Downloaded mio v1.0.2 |
678 | 2024-10-30T13:30:30.302Z | Downloaded hyper-tls v0.5.0 |
679 | 2024-10-30T13:30:30.305Z | Downloaded usdt-impl v0.5.0 |
680 | 2024-10-30T13:30:30.307Z | Downloaded num-traits v0.2.19 |
681 | 2024-10-30T13:30:30.310Z | Downloaded memchr v2.7.4 |
682 | 2024-10-30T13:30:30.313Z | Downloaded strsim v0.11.1 |
683 | 2024-10-30T13:30:30.316Z | Downloaded quinn v0.11.5 |
684 | 2024-10-30T13:30:30.319Z | Downloaded steno v0.4.1 |
685 | 2024-10-30T13:30:30.323Z | Downloaded darling v0.20.10 |
686 | 2024-10-30T13:30:30.327Z | Downloaded crossbeam-epoch v0.9.18 |
687 | 2024-10-30T13:30:30.330Z | Downloaded version_check v0.9.5 |
688 | 2024-10-30T13:30:30.332Z | Downloaded zerocopy-derive v0.7.35 |
689 | 2024-10-30T13:30:30.335Z | Downloaded tracing-core v0.1.32 |
690 | 2024-10-30T13:30:30.338Z | Downloaded tokio-util v0.7.12 |
691 | 2024-10-30T13:30:30.345Z | Downloaded crossbeam-utils v0.8.20 |
692 | 2024-10-30T13:30:30.347Z | Downloaded winnow v0.5.40 |
693 | 2024-10-30T13:30:30.356Z | Downloaded hashbrown v0.14.5 |
694 | 2024-10-30T13:30:30.361Z | Downloaded itertools v0.12.1 |
695 | 2024-10-30T13:30:30.369Z | Downloaded http v1.1.0 |
696 | 2024-10-30T13:30:30.373Z | Downloaded chrono v0.4.38 |
697 | 2024-10-30T13:30:30.380Z | Downloaded http v0.2.12 |
698 | 2024-10-30T13:30:30.390Z | Downloaded winnow v0.6.18 |
699 | 2024-10-30T13:30:30.393Z | Downloaded heapless v0.8.0 |
700 | 2024-10-30T13:30:30.397Z | Downloaded futures-util v0.3.31 |
701 | 2024-10-30T13:30:30.409Z | Downloaded minimal-lexical v0.2.1 |
702 | 2024-10-30T13:30:30.414Z | Downloaded toml_edit v0.19.15 |
703 | 2024-10-30T13:30:30.430Z | Downloaded itertools v0.13.0 |
704 | 2024-10-30T13:30:30.443Z | Downloaded idna v0.5.0 |
705 | 2024-10-30T13:30:30.447Z | Downloaded idna v0.4.0 |
706 | 2024-10-30T13:30:30.452Z | Downloaded openssl v0.10.66 |
707 | 2024-10-30T13:30:30.461Z | Downloaded webpki-roots v0.26.6 |
708 | 2024-10-30T13:30:30.465Z | Downloaded libm v0.2.8 |
709 | 2024-10-30T13:30:30.473Z | Downloaded nom v7.1.3 |
710 | 2024-10-30T13:30:30.479Z | Downloaded smoltcp v0.11.0 |
711 | 2024-10-30T13:30:30.492Z | Downloaded itertools v0.10.5 |
712 | 2024-10-30T13:30:30.498Z | Downloaded openapiv3 v2.0.0 |
713 | 2024-10-30T13:30:30.510Z | Downloaded hashbrown v0.12.3 |
714 | 2024-10-30T13:30:30.514Z | Downloaded time v0.3.36 |
715 | 2024-10-30T13:30:30.521Z | Downloaded zerocopy v0.7.35 |
716 | 2024-10-30T13:30:30.537Z | Downloaded reqwest v0.12.8 |
717 | 2024-10-30T13:30:30.545Z | Downloaded rustls-webpki v0.101.7 |
718 | 2024-10-30T13:30:30.559Z | Downloaded h2 v0.4.6 |
719 | 2024-10-30T13:30:30.566Z | Downloaded reqwest v0.11.27 |
720 | 2024-10-30T13:30:30.574Z | Downloaded hyper v1.4.1 |
721 | 2024-10-30T13:30:30.580Z | Downloaded typify-impl v0.2.0 |
722 | 2024-10-30T13:30:30.595Z | Downloaded rustls-webpki v0.102.8 |
723 | 2024-10-30T13:30:30.613Z | Downloaded goblin v0.8.2 |
724 | 2024-10-30T13:30:30.619Z | Downloaded h2 v0.3.26 |
725 | 2024-10-30T13:30:30.625Z | Downloaded hickory-proto v0.24.1 |
726 | 2024-10-30T13:30:30.640Z | Downloaded quinn-proto v0.11.8 |
727 | 2024-10-30T13:30:30.646Z | Downloaded hyper v0.14.30 |
728 | 2024-10-30T13:30:30.655Z | Downloaded rustls v0.21.12 |
729 | 2024-10-30T13:30:30.665Z | Downloaded serde_with v3.11.0 |
730 | 2024-10-30T13:30:30.673Z | Downloaded serde_json v1.0.128 |
731 | 2024-10-30T13:30:30.680Z | Downloaded regex v1.11.1 |
732 | 2024-10-30T13:30:30.693Z | Downloaded vcpkg v0.2.15 |
733 | 2024-10-30T13:30:30.731Z | Downloaded rustls v0.23.13 |
734 | 2024-10-30T13:30:30.743Z | Downloaded syn v2.0.77 |
735 | 2024-10-30T13:30:30.754Z | Downloaded unicode-width v0.1.14 |
736 | 2024-10-30T13:30:30.759Z | Downloaded regress v0.10.1 |
737 | 2024-10-30T13:30:30.768Z | Downloaded webpki-roots v0.25.4 |
738 | 2024-10-30T13:30:30.771Z | Downloaded unicode-normalization v0.1.24 |
739 | 2024-10-30T13:30:30.775Z | Downloaded rhai v1.19.0 |
740 | 2024-10-30T13:30:30.787Z | Downloaded rustls v0.22.4 |
741 | 2024-10-30T13:30:30.800Z | Downloaded rustix v0.38.37 |
742 | 2024-10-30T13:30:30.823Z | Downloaded regress v0.9.1 |
743 | 2024-10-30T13:30:30.831Z | Downloaded regex-syntax v0.8.5 |
744 | 2024-10-30T13:30:30.839Z | Downloaded syn v1.0.109 |
745 | 2024-10-30T13:30:30.849Z | Downloaded pest v2.7.13 |
746 | 2024-10-30T13:30:30.855Z | Downloaded dropshot v0.12.0 |
747 | 2024-10-30T13:30:30.874Z | Downloaded unicode-segmentation v1.12.0 |
748 | 2024-10-30T13:30:30.877Z | Downloaded openssl-macros v0.1.1 |
749 | 2024-10-30T13:30:30.880Z | Downloaded omicron-workspace-hack v0.1.0 |
750 | 2024-10-30T13:30:30.881Z | Downloaded once_cell v1.20.2 |
751 | 2024-10-30T13:30:30.883Z | Downloaded signal-hook-registry v1.4.2 |
752 | 2024-10-30T13:30:30.883Z | Downloaded sct v0.7.1 |
753 | 2024-10-30T13:30:30.885Z | Downloaded postcard v1.0.10 |
754 | 2024-10-30T13:30:30.887Z | Downloaded proc-macro-error v1.0.4 |
755 | 2024-10-30T13:30:30.890Z | Downloaded sha1 v0.10.6 |
756 | 2024-10-30T13:30:30.892Z | Downloaded serde_derive_internals v0.29.1 |
757 | 2024-10-30T13:30:30.895Z | Downloaded crc32fast v1.4.2 |
758 | 2024-10-30T13:30:30.895Z | Downloaded clap_derive v4.5.18 |
759 | 2024-10-30T13:30:30.897Z | Downloaded rustls-pemfile v2.1.3 |
760 | 2024-10-30T13:30:30.900Z | Downloaded sled v0.34.7 |
761 | 2024-10-30T13:30:30.909Z | Downloaded serde_path_to_error v0.1.16 |
762 | 2024-10-30T13:30:30.911Z | Downloaded async-trait v0.1.83 |
763 | 2024-10-30T13:30:30.914Z | Downloaded camino v1.1.9 |
764 | 2024-10-30T13:30:30.916Z | Downloaded argon2 v0.5.3 |
765 | 2024-10-30T13:30:30.918Z | Downloaded futures-io v0.3.31 |
766 | 2024-10-30T13:30:30.918Z | Downloaded futures-core v0.3.31 |
767 | 2024-10-30T13:30:30.921Z | Downloaded fastrand v2.1.1 |
768 | 2024-10-30T13:30:30.921Z | Downloaded dirs-sys-next v0.1.2 |
769 | 2024-10-30T13:30:30.921Z | Downloaded dof v0.3.0 |
770 | 2024-10-30T13:30:30.924Z | Downloaded rand_core v0.6.4 |
771 | 2024-10-30T13:30:30.924Z | Downloaded debug-ignore v1.0.5 |
772 | 2024-10-30T13:30:30.926Z | Downloaded deranged v0.3.11 |
773 | 2024-10-30T13:30:30.926Z | Downloaded regex-automata v0.4.8 |
774 | 2024-10-30T13:30:30.943Z | Downloaded encoding_rs v0.8.34 |
775 | 2024-10-30T13:30:30.963Z | Downloaded zerocopy-derive v0.6.6 |
776 | 2024-10-30T13:30:30.975Z | Downloaded defmt-parser v0.3.4 |
777 | 2024-10-30T13:30:30.977Z | Downloaded crypto-common v0.1.6 |
778 | 2024-10-30T13:30:30.977Z | Downloaded convert_case v0.4.0 |
779 | 2024-10-30T13:30:30.977Z | Downloaded colorchoice v1.0.2 |
780 | 2024-10-30T13:30:30.977Z | Downloaded ciborium-ll v0.2.2 |
781 | 2024-10-30T13:30:30.977Z | Downloaded schemars v0.8.21 |
782 | 2024-10-30T13:30:30.988Z | Downloaded progenitor v0.8.0 |
783 | 2024-10-30T13:30:30.990Z | Downloaded swrite v0.1.0 |
784 | 2024-10-30T13:30:30.990Z | Downloaded proc-macro-crate v1.3.1 |
785 | 2024-10-30T13:30:30.993Z | Downloaded pin-utils v0.1.0 |
786 | 2024-10-30T13:30:30.993Z | Downloaded clap_lex v0.7.2 |
787 | 2024-10-30T13:30:30.993Z | Downloaded darling_macro v0.20.10 |
788 | 2024-10-30T13:30:30.996Z | Downloaded bitflags v1.3.2 |
789 | 2024-10-30T13:30:30.999Z | Downloaded parse-display-derive v0.10.0 |
790 | 2024-10-30T13:30:30.999Z | Downloaded quote v1.0.37 |
791 | 2024-10-30T13:30:31.002Z | Downloaded pin-project-lite v0.2.14 |
792 | 2024-10-30T13:30:31.005Z | Downloaded darling_core v0.20.10 |
793 | 2024-10-30T13:30:31.008Z | Downloaded paste v1.0.15 |
794 | 2024-10-30T13:30:31.011Z | Downloaded base64ct v1.6.0 |
795 | 2024-10-30T13:30:31.014Z | Downloaded anstream v0.6.15 |
796 | 2024-10-30T13:30:31.017Z | Downloaded petgraph v0.6.5 |
797 | 2024-10-30T13:30:31.032Z | Downloaded form_urlencoded v1.2.1 |
798 | 2024-10-30T13:30:31.035Z | Downloaded enum-as-inner v0.6.1 |
799 | 2024-10-30T13:30:31.038Z | Downloaded tokio v1.40.0 |
800 | 2024-10-30T13:30:31.073Z | Downloaded camino-tempfile v1.1.1 |
801 | 2024-10-30T13:30:31.075Z | Downloaded libc v0.2.161 |
802 | 2024-10-30T13:30:31.101Z | Downloaded data-encoding v2.6.0 |
803 | 2024-10-30T13:30:31.104Z | Downloaded dirs-next v2.0.0 |
804 | 2024-10-30T13:30:31.104Z | Downloaded cobs v0.2.3 |
805 | 2024-10-30T13:30:31.106Z | Downloaded cfg-if v1.0.0 |
806 | 2024-10-30T13:30:31.357Z | Downloaded ring v0.17.8 |
807 | 2024-10-30T13:30:31.716Z | Compiling proc-macro2 v1.0.86 |
808 | 2024-10-30T13:30:31.716Z | Compiling unicode-ident v1.0.13 |
809 | 2024-10-30T13:30:31.716Z | Compiling libc v0.2.161 |
810 | 2024-10-30T13:30:31.719Z | Compiling serde v1.0.210 |
811 | 2024-10-30T13:30:31.719Z | Compiling autocfg v1.3.0 |
812 | 2024-10-30T13:30:31.719Z | Compiling version_check v0.9.5 |
813 | 2024-10-30T13:30:31.719Z | Compiling cfg-if v1.0.0 |
814 | 2024-10-30T13:30:31.752Z | Compiling libm v0.2.8 |
815 | 2024-10-30T13:30:31.953Z | Compiling once_cell v1.20.2 |
816 | 2024-10-30T13:30:31.984Z | Compiling memchr v2.7.4 |
817 | 2024-10-30T13:30:32.429Z | Compiling parking_lot_core v0.9.10 |
818 | 2024-10-30T13:30:32.450Z | Compiling shlex v1.3.0 |
819 | 2024-10-30T13:30:32.508Z | Compiling lock_api v0.4.12 |
820 | 2024-10-30T13:30:32.807Z | Compiling thiserror v1.0.64 |
821 | 2024-10-30T13:30:32.857Z | Compiling cc v1.1.21 |
822 | 2024-10-30T13:30:32.877Z | Compiling itoa v1.0.11 |
823 | 2024-10-30T13:30:33.324Z | Compiling schemars v0.8.21 |
824 | 2024-10-30T13:30:33.354Z | Compiling slab v0.4.9 |
825 | 2024-10-30T13:30:33.374Z | Compiling ryu v1.0.18 |
826 | 2024-10-30T13:30:33.646Z | Compiling quote v1.0.37 |
827 | 2024-10-30T13:30:33.703Z | Compiling num-traits v0.2.19 |
828 | 2024-10-30T13:30:33.755Z | Compiling getrandom v0.2.15 |
829 | 2024-10-30T13:30:34.051Z | Compiling syn v2.0.77 |
830 | 2024-10-30T13:30:34.083Z | Compiling serde_json v1.0.128 |
831 | 2024-10-30T13:30:34.361Z | Compiling byteorder v1.5.0 |
832 | 2024-10-30T13:30:34.914Z | Compiling pin-project-lite v0.2.14 |
833 | 2024-10-30T13:30:35.003Z | Compiling log v0.4.22 |
834 | 2024-10-30T13:30:35.037Z | Compiling hashbrown v0.15.0 |
835 | 2024-10-30T13:30:35.061Z | Compiling equivalent v1.0.1 |
836 | 2024-10-30T13:30:35.190Z | Compiling heck v0.5.0 |
837 | 2024-10-30T13:30:35.582Z | Compiling fnv v1.0.7 |
838 | 2024-10-30T13:30:35.708Z | Compiling scopeguard v1.2.0 |
839 | 2024-10-30T13:30:35.999Z | Compiling ring v0.17.8 |
840 | 2024-10-30T13:30:36.079Z | Compiling vcpkg v0.2.15 |
841 | 2024-10-30T13:30:36.440Z | Compiling pkg-config v0.3.31 |
842 | 2024-10-30T13:30:36.489Z | Compiling httparse v1.9.4 |
843 | 2024-10-30T13:30:37.078Z | Compiling slog v2.7.0 |
844 | 2024-10-30T13:30:37.100Z | Compiling signal-hook-registry v1.4.2 |
845 | 2024-10-30T13:30:37.159Z | Compiling mio v1.0.2 |
846 | 2024-10-30T13:30:37.565Z | Compiling socket2 v0.5.7 |
847 | 2024-10-30T13:30:37.647Z | Compiling iana-time-zone v0.1.61 |
848 | 2024-10-30T13:30:37.668Z | Compiling openssl-sys v0.9.103 |
849 | 2024-10-30T13:30:38.265Z | Compiling futures-core v0.3.31 |
850 | 2024-10-30T13:30:38.574Z | Compiling dyn-clone v1.0.17 |
851 | 2024-10-30T13:30:38.647Z | Compiling openssl v0.10.66 |
852 | 2024-10-30T13:30:38.680Z | Compiling typenum v1.17.0 |
853 | 2024-10-30T13:30:38.719Z | Compiling ahash v0.8.11 |
854 | 2024-10-30T13:30:38.765Z | Compiling rustls v0.23.13 |
855 | 2024-10-30T13:30:38.803Z | Compiling futures-sink v0.3.31 |
856 | 2024-10-30T13:30:38.958Z | Compiling semver v1.0.23 |
857 | 2024-10-30T13:30:38.979Z | Compiling native-tls v0.2.12 |
858 | 2024-10-30T13:30:39.078Z | Compiling generic-array v0.14.7 |
859 | 2024-10-30T13:30:39.145Z | Compiling allocator-api2 v0.2.18 |
860 | 2024-10-30T13:30:39.166Z | Compiling ucd-trie v0.1.6 |
861 | 2024-10-30T13:30:39.435Z | Compiling futures-channel v0.3.31 |
862 | 2024-10-30T13:30:39.527Z | Compiling pin-utils v0.1.0 |
863 | 2024-10-30T13:30:39.605Z | Compiling futures-io v0.3.31 |
864 | 2024-10-30T13:30:39.628Z | Compiling futures-task v0.3.31 |
865 | 2024-10-30T13:30:39.648Z | Compiling anyhow v1.0.89 |
866 | 2024-10-30T13:30:39.668Z | Compiling aho-corasick v1.1.3 |
867 | 2024-10-30T13:30:39.906Z | Compiling time-core v0.1.2 |
868 | 2024-10-30T13:30:39.909Z | Compiling regex-syntax v0.8.5 |
869 | 2024-10-30T13:30:39.947Z | Compiling num-conv v0.1.0 |
870 | 2024-10-30T13:30:39.949Z | Compiling omicron-workspace-hack v0.1.0 |
871 | 2024-10-30T13:30:39.949Z | Compiling tracing-core v0.1.32 |
872 | 2024-10-30T13:30:40.226Z | Compiling usdt-impl v0.5.0 |
873 | 2024-10-30T13:30:40.245Z | Compiling time-macros v0.2.18 |
874 | 2024-10-30T13:30:40.269Z | Compiling bitflags v2.6.0 |
875 | 2024-10-30T13:30:40.586Z | Compiling subtle v2.6.1 |
876 | 2024-10-30T13:30:40.797Z | Compiling rustversion v1.0.17 |
877 | 2024-10-30T13:30:40.868Z | Compiling strsim v0.11.1 |
878 | 2024-10-30T13:30:41.464Z | Compiling serde_derive_internals v0.29.1 |
879 | 2024-10-30T13:30:41.579Z | Compiling plain v0.2.3 |
880 | 2024-10-30T13:30:41.753Z | Compiling paste v1.0.15 |
881 | 2024-10-30T13:30:41.880Z | Compiling newtype-uuid v1.1.2 |
882 | 2024-10-30T13:30:42.206Z | Compiling pretty-hex v0.4.1 |
883 | 2024-10-30T13:30:42.468Z | Compiling thread-id v4.2.2 |
884 | 2024-10-30T13:30:42.594Z | Compiling crunchy v0.2.2 |
885 | 2024-10-30T13:30:43.063Z | Compiling unsafe-libyaml v0.2.11 |
886 | 2024-10-30T13:30:43.137Z | Compiling ident_case v1.0.1 |
887 | 2024-10-30T13:30:43.322Z | Compiling camino v1.1.9 |
888 | 2024-10-30T13:30:43.434Z | Compiling regex-automata v0.4.8 |
889 | 2024-10-30T13:30:43.589Z | Compiling rustls v0.22.4 |
890 | 2024-10-30T13:30:43.829Z | Compiling darling_core v0.20.10 |
891 | 2024-10-30T13:30:45.036Z | Compiling slog-async v2.8.0 |
892 | 2024-10-30T13:30:45.085Z | Compiling rustls-pki-types v1.8.0 |
893 | 2024-10-30T13:30:45.120Z | Compiling tiny-keccak v2.0.2 |
894 | 2024-10-30T13:30:45.449Z | Compiling spin v0.9.8 |
895 | 2024-10-30T13:30:45.800Z | Compiling rand_core v0.6.4 |
896 | 2024-10-30T13:30:45.851Z | Compiling multer v3.1.0 |
897 | 2024-10-30T13:30:46.205Z | Compiling tinyvec_macros v0.1.1 |
898 | 2024-10-30T13:30:46.295Z | Compiling untrusted v0.9.0 |
899 | 2024-10-30T13:30:46.316Z | Compiling tinyvec v1.8.0 |
900 | 2024-10-30T13:30:46.536Z | Compiling serde_derive v1.0.210 |
901 | 2024-10-30T13:30:46.589Z | Compiling zerocopy-derive v0.7.35 |
902 | 2024-10-30T13:30:46.737Z | Compiling thiserror-impl v1.0.64 |
903 | 2024-10-30T13:30:47.980Z | Compiling tokio-macros v2.4.0 |
904 | 2024-10-30T13:30:48.678Z | Compiling schemars_derive v0.8.21 |
905 | 2024-10-30T13:30:49.536Z | Compiling futures-macro v0.3.31 |
906 | 2024-10-30T13:30:49.558Z | Compiling zerocopy v0.7.35 |
907 | 2024-10-30T13:30:50.647Z | Compiling openssl-macros v0.1.1 |
908 | 2024-10-30T13:30:50.951Z | Compiling scroll_derive v0.12.0 |
909 | 2024-10-30T13:30:51.414Z | Compiling pest v2.7.13 |
910 | 2024-10-30T13:30:51.478Z | Compiling futures-util v0.3.31 |
911 | 2024-10-30T13:30:51.641Z | Compiling hashbrown v0.14.5 |
912 | 2024-10-30T13:30:51.686Z | Compiling tracing-attributes v0.1.27 |
913 | 2024-10-30T13:30:51.793Z | Compiling regex v1.11.1 |
914 | 2024-10-30T13:30:52.415Z | Compiling scroll v0.12.0 |
915 | 2024-10-30T13:30:52.687Z | Compiling darling_macro v0.20.10 |
916 | 2024-10-30T13:30:52.721Z | Compiling async-trait v0.1.83 |
917 | 2024-10-30T13:30:52.958Z | Compiling regress v0.10.1 |
918 | 2024-10-30T13:30:52.993Z | Compiling goblin v0.8.2 |
919 | 2024-10-30T13:30:53.716Z | Compiling darling v0.20.10 |
920 | 2024-10-30T13:30:54.981Z | Compiling pest_meta v2.7.13 |
921 | 2024-10-30T13:30:55.223Z | Compiling tracing v0.1.40 |
922 | 2024-10-30T13:30:57.527Z | Compiling pest_generator v2.7.13 |
923 | 2024-10-30T13:30:58.421Z | Compiling atomic-waker v1.1.2 |
924 | 2024-10-30T13:30:58.609Z | Compiling percent-encoding v2.3.1 |
925 | 2024-10-30T13:30:58.971Z | Compiling form_urlencoded v1.2.1 |
926 | 2024-10-30T13:30:59.264Z | Compiling pest_derive v2.7.13 |
927 | 2024-10-30T13:30:59.480Z | Compiling rustls-webpki v0.102.8 |
928 | 2024-10-30T13:30:59.713Z | Compiling serde_with_macros v3.11.0 |
929 | 2024-10-30T13:31:00.172Z | Compiling dtrace-parser v0.2.0 |
930 | 2024-10-30T13:31:00.583Z | Compiling bytes v1.7.2 |
931 | 2024-10-30T13:31:02.051Z | Compiling smallvec v1.13.2 |
932 | 2024-10-30T13:31:02.205Z | Compiling indexmap v2.6.0 |
933 | 2024-10-30T13:31:02.448Z | Compiling chrono v0.4.38 |
934 | 2024-10-30T13:31:02.469Z | Compiling uuid v1.10.0 |
935 | 2024-10-30T13:31:03.331Z | Compiling parking_lot v0.12.3 |
936 | 2024-10-30T13:31:03.717Z | Compiling tokio v1.40.0 |
937 | 2024-10-30T13:31:03.819Z | Compiling serde_tokenstream v0.2.2 |
938 | 2024-10-30T13:31:04.447Z | Compiling http v1.1.0 |
939 | 2024-10-30T13:31:07.066Z | Compiling openapiv3 v2.0.0 |
940 | 2024-10-30T13:31:07.185Z | Compiling dof v0.3.0 |
941 | 2024-10-30T13:31:08.915Z | Compiling typify-impl v0.2.0 |
942 | 2024-10-30T13:31:10.786Z | Compiling serde_yaml v0.9.34+deprecated |
943 | 2024-10-30T13:31:11.345Z | Compiling http-body v1.0.1 |
944 | 2024-10-30T13:31:11.438Z | Compiling usdt-macro v0.5.0 |
945 | 2024-10-30T13:31:11.599Z | Compiling usdt-attr-macro v0.5.0 |
946 | 2024-10-30T13:31:12.338Z | Compiling ipnetwork v0.20.0 |
947 | 2024-10-30T13:31:12.981Z | Compiling ppv-lite86 v0.2.20 |
948 | 2024-10-30T13:31:13.292Z | Compiling tokio-util v0.7.12 |
949 | 2024-10-30T13:31:13.956Z | Compiling unicode-normalization v0.1.24 |
950 | 2024-10-30T13:31:14.455Z | Compiling const-random-macro v0.1.16 |
951 | 2024-10-30T13:31:15.227Z | Compiling async-stream-impl v0.3.5 |
952 | 2024-10-30T13:31:15.319Z | Compiling strum_macros v0.26.4 |
953 | 2024-10-30T13:31:15.323Z | Compiling structmeta-derive v0.3.0 |
954 | 2024-10-30T13:31:15.835Z | Compiling dropshot v0.12.0 |
955 | 2024-10-30T13:31:16.424Z | Compiling try-lock v0.2.5 |
956 | 2024-10-30T13:31:16.584Z | Compiling zeroize v1.8.1 |
957 | 2024-10-30T13:31:16.587Z | Compiling unicode-bidi v0.3.15 |
958 | 2024-10-30T13:31:16.697Z | Compiling want v0.3.1 |
959 | 2024-10-30T13:31:16.928Z | Compiling const-random v0.1.18 |
960 | 2024-10-30T13:31:17.004Z | Compiling h2 v0.4.6 |
961 | 2024-10-30T13:31:17.036Z | Compiling rand_chacha v0.3.1 |
962 | 2024-10-30T13:31:18.049Z | Compiling structmeta v0.3.0 |
963 | 2024-10-30T13:31:18.456Z | Compiling foreign-types-shared v0.1.1 |
964 | 2024-10-30T13:31:18.580Z | Compiling httpdate v1.0.3 |
965 | 2024-10-30T13:31:18.740Z | Compiling foreign-types v0.3.2 |
966 | 2024-10-30T13:31:18.848Z | Compiling parse-display-derive v0.10.0 |
967 | 2024-10-30T13:31:19.355Z | Compiling rand v0.8.5 |
968 | 2024-10-30T13:31:19.399Z | Compiling idna v0.5.0 |
969 | 2024-10-30T13:31:20.728Z | Compiling dropshot_endpoint v0.12.0 |
970 | 2024-10-30T13:31:20.808Z | Compiling typify-macro v0.2.0 |
971 | 2024-10-30T13:31:22.735Z | Compiling hyper v1.4.1 |
972 | 2024-10-30T13:31:22.846Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
973 | 2024-10-30T13:31:23.840Z | Compiling tower-service v0.3.3 |
974 | 2024-10-30T13:31:24.789Z | Compiling typify v0.2.0 |
975 | 2024-10-30T13:31:24.942Z | Compiling progenitor-impl v0.8.0 |
976 | 2024-10-30T13:31:25.691Z | Compiling hyper-util v0.1.9 |
977 | 2024-10-30T13:31:26.392Z | Compiling url v2.5.2 |
978 | 2024-10-30T13:31:31.567Z | Compiling progenitor-macro v0.8.0 |
979 | 2024-10-30T13:31:31.649Z | Compiling openssl-probe v0.1.5 |
980 | 2024-10-30T13:31:32.148Z | Compiling ipnet v2.10.0 |
981 | 2024-10-30T13:31:34.419Z | Compiling http-body-util v0.1.2 |
982 | 2024-10-30T13:31:35.147Z | Compiling encoding_rs v0.8.34 |
983 | 2024-10-30T13:31:41.922Z | Compiling crossbeam-utils v0.8.20 |
984 | 2024-10-30T13:31:42.665Z | Compiling powerfmt v0.2.0 |
985 | 2024-10-30T13:31:43.154Z | Compiling mime v0.3.17 |
986 | 2024-10-30T13:31:44.232Z | Compiling syn v1.0.109 |
987 | 2024-10-30T13:31:44.818Z | Compiling base64 v0.22.1 |
988 | 2024-10-30T13:31:45.326Z | Compiling deranged v0.3.11 |
989 | 2024-10-30T13:31:45.798Z | Compiling rustls-pemfile v2.1.3 |
990 | 2024-10-30T13:31:46.416Z | Compiling tokio-rustls v0.26.0 |
991 | 2024-10-30T13:31:47.311Z | Compiling tokio-native-tls v0.3.1 |
992 | 2024-10-30T13:31:47.643Z | Compiling serde_urlencoded v0.7.1 |
993 | 2024-10-30T13:31:48.255Z | Compiling toml_datetime v0.6.8 |
994 | 2024-10-30T13:31:48.320Z | Compiling webpki-roots v0.26.6 |
995 | 2024-10-30T13:31:48.360Z | Compiling num_threads v0.1.7 |
996 | 2024-10-30T13:31:48.713Z | Compiling winnow v0.6.18 |
997 | 2024-10-30T13:31:49.135Z | Compiling time v0.3.36 |
998 | 2024-10-30T13:31:49.201Z | Compiling hyper-rustls v0.27.3 |
999 | 2024-10-30T13:31:49.863Z | Compiling hyper-tls v0.6.0 |
1000 | 2024-10-30T13:31:52.250Z | Compiling crypto-common v0.1.6 |
1001 | 2024-10-30T13:31:52.467Z | Compiling block-buffer v0.10.4 |
1002 | 2024-10-30T13:31:53.658Z | Compiling sync_wrapper v1.0.1 |
1003 | 2024-10-30T13:31:56.358Z | Compiling match_cfg v0.1.0 |
1004 | 2024-10-30T13:31:56.462Z | Compiling hostname v0.3.1 |
1005 | 2024-10-30T13:32:00.731Z | Compiling reqwest v0.12.8 |
1006 | 2024-10-30T13:32:01.807Z | Compiling digest v0.10.7 |
1007 | 2024-10-30T13:32:02.295Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1008 | 2024-10-30T13:32:02.518Z | Compiling futures-executor v0.3.31 |
1009 | 2024-10-30T13:32:03.492Z | Compiling dirs-sys-next v0.1.2 |
1010 | 2024-10-30T13:32:06.042Z | Compiling dirs-next v2.0.0 |
1011 | 2024-10-30T13:32:06.426Z | Compiling futures v0.3.31 |
1012 | 2024-10-30T13:32:06.553Z | Compiling progenitor-client v0.8.0 |
1013 | 2024-10-30T13:32:13.407Z | Compiling thread_local v1.1.8 |
1014 | 2024-10-30T13:32:13.558Z | Compiling instant v0.1.13 |
1015 | 2024-10-30T13:32:13.733Z | Compiling cpufeatures v0.2.14 |
1016 | 2024-10-30T13:32:14.577Z | Compiling progenitor v0.8.0 |
1017 | 2024-10-30T13:32:14.798Z | Compiling term v0.7.0 |
1018 | 2024-10-30T13:32:15.566Z | Compiling crossbeam-channel v0.5.13 |
1019 | 2024-10-30T13:32:17.876Z | Compiling serde_spanned v0.6.7 |
1020 | 2024-10-30T13:32:18.239Z | Compiling memmap v0.7.0 |
1021 | 2024-10-30T13:32:18.662Z | Compiling is-terminal v0.4.13 |
1022 | 2024-10-30T13:32:18.808Z | Compiling debug-ignore v1.0.5 |
1023 | 2024-10-30T13:32:18.986Z | Compiling take_mut v0.2.2 |
1024 | 2024-10-30T13:32:19.852Z | Compiling slog-term v2.9.1 |
1025 | 2024-10-30T13:32:20.618Z | Compiling usdt v0.5.0 |
1026 | 2024-10-30T13:32:22.057Z | Compiling toml_edit v0.22.21 |
1027 | 2024-10-30T13:32:22.302Z | Compiling slog-json v2.6.1 |
1028 | 2024-10-30T13:32:22.500Z | Compiling strum v0.26.3 |
1029 | 2024-10-30T13:32:22.712Z | Compiling serde_with v3.11.0 |
1030 | 2024-10-30T13:32:25.944Z | Compiling tokio-rustls v0.25.0 |
1031 | 2024-10-30T13:32:26.428Z | Compiling toml v0.8.19 |
1032 | 2024-10-30T13:32:26.797Z | Compiling slog-bunyan v2.5.0 |
1033 | 2024-10-30T13:32:27.081Z | Compiling sha1 v0.10.6 |
1034 | 2024-10-30T13:32:27.134Z | Compiling async-stream v0.3.5 |
1035 | 2024-10-30T13:32:27.516Z | Compiling serde_path_to_error v0.1.16 |
1036 | 2024-10-30T13:32:27.875Z | Compiling hex v0.4.3 |
1037 | 2024-10-30T13:32:28.546Z | Compiling waitgroup v0.1.2 |
1038 | 2024-10-30T13:32:28.803Z | Compiling hostname v0.4.0 |
1039 | 2024-10-30T13:32:31.200Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1040 | 2024-10-30T13:32:33.218Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1041 | 2024-10-30T13:32:33.236Z | Compiling backoff v0.4.0 |
1042 | 2024-10-30T13:32:34.966Z | Compiling parse-display v0.10.0 |
1043 | 2024-10-30T13:32:35.957Z | Compiling regress v0.9.1 |
1044 | 2024-10-30T13:32:36.856Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1045 | 2024-10-30T13:32:37.325Z | Compiling macaddr v1.0.1 |
1046 | 2024-10-30T13:32:43.449Z | Compiling rustix v0.38.37 |
1047 | 2024-10-30T13:32:44.830Z | Compiling errno v0.3.9 |
1048 | 2024-10-30T13:32:51.138Z | Compiling clap_derive v4.5.18 |
1049 | 2024-10-30T13:32:54.961Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1050 | 2024-10-30T13:32:55.650Z | Compiling lazy_static v1.5.0 |
1051 | 2024-10-30T13:32:56.028Z | Compiling heapless v0.8.0 |
1052 | 2024-10-30T13:32:56.170Z | Compiling utf8parse v0.2.2 |
1053 | 2024-10-30T13:32:56.432Z | Compiling unicode-width v0.1.14 |
1054 | 2024-10-30T13:32:56.536Z | Compiling anstyle-parse v0.2.5 |
1055 | 2024-10-30T13:32:57.554Z | Compiling hash32 v0.3.1 |
1056 | 2024-10-30T13:32:58.014Z | Compiling anstyle-query v1.1.1 |
1057 | 2024-10-30T13:32:58.089Z | Compiling stable_deref_trait v1.2.0 |
1058 | 2024-10-30T13:32:58.204Z | Compiling anstyle v1.0.8 |
1059 | 2024-10-30T13:32:58.273Z | Compiling is_terminal_polyfill v1.70.1 |
1060 | 2024-10-30T13:32:58.307Z | Compiling smoltcp v0.11.0 |
1061 | 2024-10-30T13:32:58.410Z | Compiling colorchoice v1.0.2 |
1062 | 2024-10-30T13:32:58.588Z | Compiling anstream v0.6.15 |
1063 | 2024-10-30T13:33:00.156Z | Compiling terminal_size v0.3.0 |
1064 | 2024-10-30T13:33:00.512Z | Compiling num-integer v0.1.46 |
1065 | 2024-10-30T13:33:00.972Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1066 | 2024-10-30T13:33:00.996Z | Compiling cobs v0.2.3 |
1067 | 2024-10-30T13:33:01.104Z | Compiling prettyplease v0.2.22 |
1068 | 2024-10-30T13:33:01.382Z | Compiling bitflags v1.3.2 |
1069 | 2024-10-30T13:33:01.427Z | Compiling clap_lex v0.7.2 |
1070 | 2024-10-30T13:33:01.451Z | Compiling managed v0.8.0 |
1071 | 2024-10-30T13:33:01.486Z | Compiling winnow v0.5.40 |
1072 | 2024-10-30T13:33:02.134Z | Compiling clap_builder v4.5.18 |
1073 | 2024-10-30T13:33:02.606Z | Compiling postcard v1.0.10 |
1074 | 2024-10-30T13:33:05.073Z | Compiling toml_edit v0.19.15 |
1075 | 2024-10-30T13:33:06.207Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1076 | 2024-10-30T13:33:08.748Z | Compiling proc-macro-crate v1.3.1 |
1077 | 2024-10-30T13:33:08.935Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1078 | 2024-10-30T13:33:09.085Z | Compiling clap v4.5.18 |
1079 | 2024-10-30T13:33:09.489Z | Compiling num-iter v0.1.45 |
1080 | 2024-10-30T13:33:09.596Z | Compiling num-rational v0.4.2 |
1081 | 2024-10-30T13:33:11.241Z | Compiling num-complex v0.4.6 |
1082 | 2024-10-30T13:33:12.260Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1083 | 2024-10-30T13:33:12.648Z | Compiling num v0.4.3 |
1084 | 2024-10-30T13:33:13.074Z | Compiling num_enum_derive v0.5.11 |
1085 | 2024-10-30T13:33:14.483Z | Compiling tabwriter v1.4.0 |
1086 | 2024-10-30T13:33:15.258Z | Compiling foreign-types-macros v0.2.3 |
1087 | 2024-10-30T13:33:16.032Z | Compiling foreign-types-shared v0.3.1 |
1088 | 2024-10-30T13:33:16.182Z | Compiling float-ord v0.3.2 |
1089 | 2024-10-30T13:33:16.358Z | Compiling num_enum v0.5.11 |
1090 | 2024-10-30T13:33:16.587Z | Compiling foreign-types v0.5.0 |
1091 | 2024-10-30T13:33:16.633Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1092 | 2024-10-30T13:33:16.654Z | Compiling cstr-argument v0.1.2 |
1093 | 2024-10-30T13:33:16.677Z | Compiling proc-macro-error-attr v1.0.4 |
1094 | 2024-10-30T13:33:16.707Z | Compiling pretty-hex v0.2.1 |
1095 | 2024-10-30T13:33:16.732Z | Compiling either v1.13.0 |
1096 | 2024-10-30T13:33:16.900Z | Compiling heck v0.4.1 |
1097 | 2024-10-30T13:33:17.103Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1098 | 2024-10-30T13:33:17.124Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1099 | 2024-10-30T13:33:17.332Z | Compiling colored v2.1.0 |
1100 | 2024-10-30T13:33:17.356Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1101 | 2024-10-30T13:33:17.465Z | Compiling proc-macro-error v1.0.4 |
1102 | 2024-10-30T13:33:17.500Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1103 | 2024-10-30T13:33:17.705Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1104 | 2024-10-30T13:33:17.827Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1105 | 2024-10-30T13:33:17.942Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1106 | 2024-10-30T13:33:18.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1107 | 2024-10-30T13:33:18.057Z | Compiling fastrand v2.1.1 |
1108 | 2024-10-30T13:33:18.244Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1109 | 2024-10-30T13:33:18.470Z | Compiling tempfile v3.12.0 |
1110 | 2024-10-30T13:33:18.707Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1111 | 2024-10-30T13:33:19.319Z | Compiling crucible-workspace-hack v0.1.0 |
1112 | 2024-10-30T13:33:20.206Z | Compiling semver v0.1.20 |
1113 | 2024-10-30T13:33:20.331Z | Compiling zone_cfg_derive v0.3.0 |
1114 | 2024-10-30T13:33:20.878Z | Compiling rustc_version v0.1.7 |
1115 | 2024-10-30T13:33:21.299Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1116 | 2024-10-30T13:33:21.520Z | Compiling camino-tempfile v1.1.1 |
1117 | 2024-10-30T13:33:21.799Z | Compiling itertools v0.10.5 |
1118 | 2024-10-30T13:33:22.298Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1119 | 2024-10-30T13:33:22.623Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1120 | 2024-10-30T13:33:23.115Z | Compiling num-derive v0.4.2 |
1121 | 2024-10-30T13:33:24.258Z | Compiling derive-where v1.2.7 |
1122 | 2024-10-30T13:33:24.512Z | Compiling sigpipe v0.1.3 |
1123 | 2024-10-30T13:33:24.657Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1124 | 2024-10-30T13:33:25.003Z | Compiling base64ct v1.6.0 |
1125 | 2024-10-30T13:33:25.144Z | Compiling zone v0.3.0 |
1126 | 2024-10-30T13:33:25.531Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1127 | 2024-10-30T13:33:25.698Z | Compiling password-hash v0.5.0 |
1128 | 2024-10-30T13:33:27.038Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1129 | 2024-10-30T13:33:27.611Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1130 | 2024-10-30T13:33:27.826Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1131 | 2024-10-30T13:33:28.057Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1132 | 2024-10-30T13:33:28.386Z | Compiling newtype_derive v0.1.6 |
1133 | 2024-10-30T13:33:28.438Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1134 | 2024-10-30T13:33:28.801Z | Compiling hubpack_derive v0.1.1 |
1135 | 2024-10-30T13:33:29.282Z | Compiling num-derive v0.3.3 |
1136 | 2024-10-30T13:33:29.791Z | Compiling blake2 v0.10.6 |
1137 | 2024-10-30T13:33:30.220Z | Compiling idna v0.4.0 |
1138 | 2024-10-30T13:33:31.028Z | Compiling smf v0.2.3 |
1139 | 2024-10-30T13:33:31.528Z | Compiling enum-as-inner v0.6.1 |
1140 | 2024-10-30T13:33:31.739Z | Compiling zerocopy-derive v0.6.6 |
1141 | 2024-10-30T13:33:32.692Z | Compiling unicode-segmentation v1.12.0 |
1142 | 2024-10-30T13:33:33.559Z | Compiling data-encoding v2.6.0 |
1143 | 2024-10-30T13:33:33.834Z | Compiling fixedbitset v0.4.2 |
1144 | 2024-10-30T13:33:33.914Z | Compiling owo-colors v4.1.0 |
1145 | 2024-10-30T13:33:34.147Z | Compiling linked-hash-map v0.5.6 |
1146 | 2024-10-30T13:33:34.268Z | Compiling cancel-safe-futures v0.1.5 |
1147 | 2024-10-30T13:33:34.497Z | Compiling whoami v1.5.2 |
1148 | 2024-10-30T13:33:34.586Z | Compiling quick-error v1.2.3 |
1149 | 2024-10-30T13:33:34.724Z | Compiling resolv-conf v0.7.0 |
1150 | 2024-10-30T13:33:34.756Z | Compiling lru-cache v0.1.2 |
1151 | 2024-10-30T13:33:35.420Z | Compiling hickory-proto v0.24.1 |
1152 | 2024-10-30T13:33:36.343Z | Compiling petgraph v0.6.5 |
1153 | 2024-10-30T13:33:40.472Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1154 | 2024-10-30T13:33:41.171Z | Compiling zerocopy v0.6.6 |
1155 | 2024-10-30T13:33:42.127Z | Compiling newline-converter v0.3.0 |
1156 | 2024-10-30T13:33:42.334Z | Compiling argon2 v0.5.3 |
1157 | 2024-10-30T13:33:43.777Z | Compiling hubpack v0.1.2 |
1158 | 2024-10-30T13:33:45.358Z | Compiling strum_macros v0.25.3 |
1159 | 2024-10-30T13:33:47.558Z | Compiling console v0.15.8 |
1160 | 2024-10-30T13:33:49.142Z | Compiling serde-big-array v0.5.1 |
1161 | 2024-10-30T13:33:49.421Z | Compiling serde_repr v0.1.19 |
1162 | 2024-10-30T13:33:50.524Z | Compiling cookie v0.18.1 |
1163 | 2024-10-30T13:33:50.659Z | Compiling convert_case v0.4.0 |
1164 | 2024-10-30T13:33:50.894Z | Compiling similar v2.6.0 |
1165 | 2024-10-30T13:33:51.465Z | Compiling static_assertions v1.1.0 |
1166 | 2024-10-30T13:33:51.583Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1167 | 2024-10-30T13:33:52.945Z | Compiling expectorate v1.1.0 |
1168 | 2024-10-30T13:33:53.214Z | Compiling derive_more v0.99.18 |
1169 | 2024-10-30T13:33:55.750Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1170 | 2024-10-30T13:33:59.248Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1171 | 2024-10-30T13:33:59.851Z | Compiling hickory-resolver v0.24.1 |
1172 | 2024-10-30T13:33:59.882Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1173 | 2024-10-30T13:34:01.384Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1174 | 2024-10-30T13:34:01.874Z | Compiling atomicwrites v0.4.4 |
1175 | 2024-10-30T13:34:02.221Z | Compiling itertools v0.13.0 |
1176 | 2024-10-30T13:34:02.381Z | Compiling tokio-stream v0.1.16 |
1177 | 2024-10-30T13:34:03.194Z | Compiling libsw v3.3.1 |
1178 | 2024-10-30T13:34:03.546Z | Compiling swrite v0.1.0 |
1179 | 2024-10-30T13:34:03.620Z | Compiling linear-map v1.2.0 |
1180 | 2024-10-30T13:34:03.682Z | Compiling highway v1.2.0 |
1181 | 2024-10-30T13:34:03.829Z | Compiling indent_write v2.2.0 |
1182 | 2024-10-30T13:34:04.070Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1183 | 2024-10-30T13:34:04.092Z | Compiling qorb v0.1.2 |
1184 | 2024-10-30T13:34:05.120Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1185 | 2024-10-30T13:34:06.135Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1186 | 2024-10-30T13:34:12.098Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1187 | 2024-10-30T13:34:15.619Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1188 | 2024-10-30T13:34:17.312Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1189 | 2024-10-30T13:34:19.960Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1190 | 2024-10-30T13:34:20.941Z | Compiling steno v0.4.1 |
1191 | 2024-10-30T13:34:23.090Z | Compiling libscf-sys v1.1.0 |
1192 | 2024-10-30T13:34:23.239Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1193 | 2024-10-30T13:34:23.354Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1194 | 2024-10-30T13:34:23.780Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1195 | 2024-10-30T13:34:24.189Z | Compiling slog-dtrace v0.3.0 |
1196 | 2024-10-30T13:34:24.212Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1197 | 2024-10-30T13:34:24.600Z | Compiling humantime v2.1.0 |
1198 | 2024-10-30T13:34:24.622Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1199 | 2024-10-30T13:34:24.802Z | Compiling parking_lot_core v0.8.6 |
1200 | 2024-10-30T13:34:24.926Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1201 | 2024-10-30T13:34:25.001Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1202 | 2024-10-30T13:34:25.307Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1203 | 2024-10-30T13:34:25.465Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1204 | 2024-10-30T13:34:25.488Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1205 | 2024-10-30T13:34:25.542Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1206 | 2024-10-30T13:34:28.061Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1207 | 2024-10-30T13:34:29.170Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1208 | 2024-10-30T13:34:30.159Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1209 | 2024-10-30T13:34:30.785Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1210 | 2024-10-30T13:34:31.186Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1211 | 2024-10-30T13:34:33.041Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1212 | 2024-10-30T13:34:33.059Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1213 | 2024-10-30T13:34:33.303Z | Compiling crc8 v0.1.1 |
1214 | 2024-10-30T13:34:33.611Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1215 | 2024-10-30T13:34:33.614Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1216 | 2024-10-30T13:34:35.147Z | Compiling parking_lot v0.11.2 |
1217 | 2024-10-30T13:34:37.093Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1218 | 2024-10-30T13:34:39.956Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1219 | 2024-10-30T13:34:41.485Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1220 | 2024-10-30T13:34:44.147Z | Compiling crossbeam-epoch v0.9.18 |
1221 | 2024-10-30T13:34:45.263Z | Compiling fxhash v0.2.1 |
1222 | 2024-10-30T13:34:45.506Z | Compiling crc32fast v1.4.2 |
1223 | 2024-10-30T13:34:46.031Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1224 | 2024-10-30T13:34:48.986Z | Compiling arc-swap v1.7.1 |
1225 | 2024-10-30T13:34:49.689Z | Compiling slog-scope v4.4.0 |
1226 | 2024-10-30T13:34:50.167Z | Compiling sled v0.34.7 |
1227 | 2024-10-30T13:34:50.455Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1228 | 2024-10-30T13:34:51.181Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1229 | 2024-10-30T13:34:51.724Z | Compiling slog-stdlog v4.1.1 |
1230 | 2024-10-30T13:34:52.532Z | Compiling slog-envlogger v2.2.0 |
1231 | 2024-10-30T13:34:54.407Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1232 | 2024-10-30T13:34:56.913Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1233 | 2024-10-30T13:35:02.292Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1234 | 2024-10-30T13:35:10.333Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1235 | 2024-10-30T13:35:42.023Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1236 | 2024-10-30T13:35:42.023Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1237 | 2024-10-30T13:35:49.287Z | Finished `release` profile [optimized] target(s) in 5m 44s |
1238 | 2024-10-30T13:35:49.657Z | + banner trio |
1239 | 2024-10-30T13:35:49.663Z | |
1240 | 2024-10-30T13:35:49.663Z | ##### ##### # #### |
1241 | 2024-10-30T13:35:49.663Z | # # # # # # |
1242 | 2024-10-30T13:35:49.663Z | # # # # # # |
1243 | 2024-10-30T13:35:49.663Z | # ##### # # # |
1244 | 2024-10-30T13:35:49.663Z | # # # # # # |
1245 | 2024-10-30T13:35:49.663Z | # # # # #### |
1246 | 2024-10-30T13:35:49.663Z | |
1247 | 2024-10-30T13:35:49.663Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
1248 | 2024-10-30T13:35:50.304Z | Compiling libc v0.2.161 |
1249 | 2024-10-30T13:35:50.305Z | Compiling cfg-if v1.0.0 |
1250 | 2024-10-30T13:35:50.305Z | Compiling serde v1.0.210 |
1251 | 2024-10-30T13:35:50.307Z | Compiling once_cell v1.20.2 |
1252 | 2024-10-30T13:35:50.307Z | Compiling itoa v1.0.11 |
1253 | 2024-10-30T13:35:50.390Z | Compiling bytes v1.7.2 |
1254 | 2024-10-30T13:35:50.395Z | Compiling syn v2.0.77 |
1255 | 2024-10-30T13:35:50.398Z | Compiling num-traits v0.2.19 |
1256 | 2024-10-30T13:35:50.451Z | Compiling pin-project-lite v0.2.14 |
1257 | 2024-10-30T13:35:50.573Z | Compiling schemars v0.8.21 |
1258 | 2024-10-30T13:35:50.623Z | Compiling scopeguard v1.2.0 |
1259 | 2024-10-30T13:35:50.737Z | Compiling smallvec v1.13.2 |
1260 | 2024-10-30T13:35:50.754Z | Compiling memchr v2.7.4 |
1261 | 2024-10-30T13:35:50.824Z | Compiling lock_api v0.4.12 |
1262 | 2024-10-30T13:35:50.967Z | Compiling fnv v1.0.7 |
1263 | 2024-10-30T13:35:51.092Z | Compiling log v0.4.22 |
1264 | 2024-10-30T13:35:51.182Z | Compiling futures-core v0.3.31 |
1265 | 2024-10-30T13:35:51.437Z | Compiling ryu v1.0.18 |
1266 | 2024-10-30T13:35:51.516Z | Compiling zerocopy v0.7.35 |
1267 | 2024-10-30T13:35:51.587Z | Compiling hashbrown v0.15.0 |
1268 | 2024-10-30T13:35:51.812Z | Compiling getrandom v0.2.15 |
1269 | 2024-10-30T13:35:52.004Z | Compiling parking_lot_core v0.9.10 |
1270 | 2024-10-30T13:35:52.146Z | Compiling signal-hook-registry v1.4.2 |
1271 | 2024-10-30T13:35:52.269Z | Compiling socket2 v0.5.7 |
1272 | 2024-10-30T13:35:52.271Z | Compiling mio v1.0.2 |
1273 | 2024-10-30T13:35:52.366Z | Compiling equivalent v1.0.1 |
1274 | 2024-10-30T13:35:52.483Z | Compiling parking_lot v0.12.3 |
1275 | 2024-10-30T13:35:52.831Z | Compiling ahash v0.8.11 |
1276 | 2024-10-30T13:35:53.325Z | Compiling tracing-core v0.1.32 |
1277 | 2024-10-30T13:35:53.458Z | Compiling serde_json v1.0.128 |
1278 | 2024-10-30T13:35:53.478Z | Compiling hashbrown v0.14.5 |
1279 | 2024-10-30T13:35:53.716Z | Compiling byteorder v1.5.0 |
1280 | 2024-10-30T13:35:53.903Z | Compiling uuid v1.10.0 |
1281 | 2024-10-30T13:35:53.906Z | Compiling spin v0.9.8 |
1282 | 2024-10-30T13:35:54.103Z | Compiling pin-utils v0.1.0 |
1283 | 2024-10-30T13:35:54.117Z | Compiling untrusted v0.9.0 |
1284 | 2024-10-30T13:35:54.198Z | Compiling futures-sink v0.3.31 |
1285 | 2024-10-30T13:35:54.304Z | Compiling futures-task v0.3.31 |
1286 | 2024-10-30T13:35:54.348Z | Compiling ring v0.17.8 |
1287 | 2024-10-30T13:35:54.482Z | Compiling futures-util v0.3.31 |
1288 | 2024-10-30T13:35:54.501Z | Compiling slab v0.4.9 |
1289 | 2024-10-30T13:35:54.763Z | Compiling regress v0.10.1 |
1290 | 2024-10-30T13:35:54.828Z | Compiling chrono v0.4.38 |
1291 | 2024-10-30T13:35:54.831Z | Compiling try-lock v0.2.5 |
1292 | 2024-10-30T13:35:54.985Z | Compiling want v0.3.1 |
1293 | 2024-10-30T13:35:55.266Z | Compiling httparse v1.9.4 |
1294 | 2024-10-30T13:35:55.737Z | Compiling futures-channel v0.3.31 |
1295 | 2024-10-30T13:35:56.191Z | Compiling foreign-types-shared v0.1.1 |
1296 | 2024-10-30T13:35:56.295Z | Compiling tower-service v0.3.3 |
1297 | 2024-10-30T13:35:56.338Z | Compiling dyn-clone v1.0.17 |
1298 | 2024-10-30T13:35:56.411Z | Compiling foreign-types v0.3.2 |
1299 | 2024-10-30T13:35:56.503Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-10-30T13:35:56.601Z | Compiling unicode-ident v1.0.13 |
1301 | 2024-10-30T13:35:56.807Z | Compiling serde_derive_internals v0.29.1 |
1302 | 2024-10-30T13:35:57.049Z | Compiling bitflags v2.6.0 |
1303 | 2024-10-30T13:35:57.414Z | Compiling proc-macro2 v1.0.86 |
1304 | 2024-10-30T13:35:57.533Z | Compiling http v1.1.0 |
1305 | 2024-10-30T13:35:57.939Z | Compiling allocator-api2 v0.2.18 |
1306 | 2024-10-30T13:35:58.800Z | Compiling openssl-probe v0.1.5 |
1307 | 2024-10-30T13:35:59.096Z | Compiling semver v1.0.23 |
1308 | 2024-10-30T13:35:59.323Z | Compiling tinyvec_macros v0.1.1 |
1309 | 2024-10-30T13:35:59.379Z | Compiling quote v1.0.37 |
1310 | 2024-10-30T13:35:59.442Z | Compiling tinyvec v1.8.0 |
1311 | 2024-10-30T13:35:59.670Z | Compiling percent-encoding v2.3.1 |
1312 | 2024-10-30T13:36:00.153Z | Compiling form_urlencoded v1.2.1 |
1313 | 2024-10-30T13:36:01.170Z | Compiling unicode-normalization v0.1.24 |
1314 | 2024-10-30T13:36:01.509Z | Compiling aho-corasick v1.1.3 |
1315 | 2024-10-30T13:36:01.967Z | Compiling http v0.2.12 |
1316 | 2024-10-30T13:36:02.236Z | Compiling rustls-pki-types v1.8.0 |
1317 | 2024-10-30T13:36:02.376Z | Compiling serde_derive v1.0.210 |
1318 | 2024-10-30T13:36:02.442Z | Compiling thiserror-impl v1.0.64 |
1319 | 2024-10-30T13:36:02.778Z | Compiling tokio-macros v2.4.0 |
1320 | 2024-10-30T13:36:02.815Z | Compiling schemars_derive v0.8.21 |
1321 | 2024-10-30T13:36:03.551Z | Compiling tracing-attributes v0.1.27 |
1322 | 2024-10-30T13:36:04.345Z | Compiling tokio v1.40.0 |
1323 | 2024-10-30T13:36:05.315Z | Compiling zerocopy-derive v0.7.35 |
1324 | 2024-10-30T13:36:05.795Z | Compiling thiserror v1.0.64 |
1325 | 2024-10-30T13:36:05.937Z | Compiling openssl-macros v0.1.1 |
1326 | 2024-10-30T13:36:06.031Z | Compiling heck v0.5.0 |
1327 | 2024-10-30T13:36:06.791Z | Compiling openssl v0.10.66 |
1328 | 2024-10-30T13:36:06.919Z | Compiling tracing v0.1.40 |
1329 | 2024-10-30T13:36:07.344Z | Compiling unicode-bidi v0.3.15 |
1330 | 2024-10-30T13:36:07.643Z | Compiling regex-automata v0.4.8 |
1331 | 2024-10-30T13:36:07.794Z | Compiling http-body v1.0.1 |
1332 | 2024-10-30T13:36:15.457Z | Compiling tokio-util v0.7.12 |
1333 | 2024-10-30T13:36:16.647Z | Compiling indexmap v2.6.0 |
1334 | 2024-10-30T13:36:19.883Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-10-30T13:36:20.786Z | Compiling native-tls v0.2.12 |
1336 | 2024-10-30T13:36:21.017Z | Compiling idna v0.5.0 |
1337 | 2024-10-30T13:36:21.865Z | Compiling tokio-native-tls v0.3.1 |
1338 | 2024-10-30T13:36:22.156Z | Compiling slog v2.7.0 |
1339 | 2024-10-30T13:36:22.532Z | Compiling regex-syntax v0.8.5 |
1340 | 2024-10-30T13:36:22.592Z | Compiling atomic-waker v1.1.2 |
1341 | 2024-10-30T13:36:22.720Z | Compiling h2 v0.4.6 |
1342 | 2024-10-30T13:36:22.772Z | Compiling url v2.5.2 |
1343 | 2024-10-30T13:36:24.107Z | Compiling typify-impl v0.2.0 |
1344 | 2024-10-30T13:36:25.549Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1345 | 2024-10-30T13:36:34.112Z | Compiling openapiv3 v2.0.0 |
1346 | 2024-10-30T13:36:36.171Z | Compiling serde_urlencoded v0.7.1 |
1347 | 2024-10-30T13:36:36.774Z | Compiling regex v1.11.1 |
1348 | 2024-10-30T13:36:37.574Z | Compiling encoding_rs v0.8.34 |
1349 | 2024-10-30T13:36:37.770Z | Compiling rustls v0.21.12 |
1350 | 2024-10-30T13:36:38.083Z | Compiling ipnet v2.10.0 |
1351 | 2024-10-30T13:36:38.305Z | Compiling mime v0.3.17 |
1352 | 2024-10-30T13:36:38.459Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-10-30T13:36:39.230Z | Compiling typify-macro v0.2.0 |
1354 | 2024-10-30T13:36:40.421Z | Compiling hyper v1.4.1 |
1355 | 2024-10-30T13:36:42.068Z | Compiling h2 v0.3.26 |
1356 | 2024-10-30T13:36:42.433Z | Compiling http-body v0.4.6 |
1357 | 2024-10-30T13:36:42.970Z | Compiling rustls-webpki v0.102.8 |
1358 | 2024-10-30T13:36:43.001Z | Compiling rustls-webpki v0.101.7 |
1359 | 2024-10-30T13:36:43.135Z | Compiling sct v0.7.1 |
1360 | 2024-10-30T13:36:43.581Z | Compiling subtle v2.6.1 |
1361 | 2024-10-30T13:36:43.860Z | Compiling httpdate v1.0.3 |
1362 | 2024-10-30T13:36:44.645Z | Compiling zeroize v1.8.1 |
1363 | 2024-10-30T13:36:45.001Z | Compiling toml_datetime v0.6.8 |
1364 | 2024-10-30T13:36:45.392Z | Compiling toml_edit v0.19.15 |
1365 | 2024-10-30T13:36:47.100Z | Compiling rustls v0.23.13 |
1366 | 2024-10-30T13:36:47.533Z | Compiling hyper v0.14.30 |
1367 | 2024-10-30T13:36:48.378Z | Compiling serde_yaml v0.9.34+deprecated |
1368 | 2024-10-30T13:36:51.674Z | Compiling hyper-util v0.1.9 |
1369 | 2024-10-30T13:36:57.516Z | Compiling lazy_static v1.5.0 |
1370 | 2024-10-30T13:36:57.653Z | Compiling tokio-rustls v0.24.1 |
1371 | 2024-10-30T13:36:57.807Z | Compiling tokio-rustls v0.26.0 |
1372 | 2024-10-30T13:36:58.095Z | Compiling proc-macro-crate v1.3.1 |
1373 | 2024-10-30T13:36:58.303Z | Compiling http-body-util v0.1.2 |
1374 | 2024-10-30T13:36:58.827Z | Compiling webpki-roots v0.26.6 |
1375 | 2024-10-30T13:36:58.887Z | Compiling base64 v0.21.7 |
1376 | 2024-10-30T13:36:58.902Z | Compiling base64 v0.22.1 |
1377 | 2024-10-30T13:36:58.939Z | Compiling crossbeam-utils v0.8.20 |
1378 | 2024-10-30T13:36:58.959Z | Compiling num_enum_derive v0.5.11 |
1379 | 2024-10-30T13:36:59.034Z | Compiling hyper-rustls v0.27.3 |
1380 | 2024-10-30T13:36:59.237Z | Compiling hyper-tls v0.6.0 |
1381 | 2024-10-30T13:36:59.750Z | Compiling rustls-pemfile v2.1.3 |
1382 | 2024-10-30T13:36:59.994Z | Compiling rustls-pemfile v1.0.4 |
1383 | 2024-10-30T13:36:59.996Z | Compiling hyper-rustls v0.24.2 |
1384 | 2024-10-30T13:37:00.446Z | Compiling hyper-tls v0.5.0 |
1385 | 2024-10-30T13:37:00.518Z | Compiling typify v0.2.0 |
1386 | 2024-10-30T13:37:00.653Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1387 | 2024-10-30T13:37:00.794Z | Compiling ipnetwork v0.20.0 |
1388 | 2024-10-30T13:37:00.914Z | Compiling ppv-lite86 v0.2.20 |
1389 | 2024-10-30T13:37:01.844Z | Compiling foreign-types-macros v0.2.3 |
1390 | 2024-10-30T13:37:01.921Z | Compiling rand_core v0.6.4 |
1391 | 2024-10-30T13:37:02.404Z | Compiling dirs-sys-next v0.1.2 |
1392 | 2024-10-30T13:37:03.162Z | Compiling sync_wrapper v1.0.1 |
1393 | 2024-10-30T13:37:03.317Z | Compiling webpki-roots v0.25.4 |
1394 | 2024-10-30T13:37:03.453Z | Compiling powerfmt v0.2.0 |
1395 | 2024-10-30T13:37:03.484Z | Compiling sync_wrapper v0.1.2 |
1396 | 2024-10-30T13:37:03.545Z | Compiling foreign-types-shared v0.3.1 |
1397 | 2024-10-30T13:37:03.619Z | Compiling time-macros v0.2.18 |
1398 | 2024-10-30T13:37:03.665Z | Compiling foreign-types v0.5.0 |
1399 | 2024-10-30T13:37:03.777Z | Compiling deranged v0.3.11 |
1400 | 2024-10-30T13:37:03.922Z | Compiling reqwest v0.11.27 |
1401 | 2024-10-30T13:37:04.016Z | Compiling progenitor-impl v0.8.0 |
1402 | 2024-10-30T13:37:06.398Z | Compiling reqwest v0.12.8 |
1403 | 2024-10-30T13:37:06.719Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1404 | 2024-10-30T13:37:10.733Z | Compiling dirs-next v2.0.0 |
1405 | 2024-10-30T13:37:10.993Z | Compiling rand_chacha v0.3.1 |
1406 | 2024-10-30T13:37:12.711Z | Compiling num_enum v0.5.11 |
1407 | 2024-10-30T13:37:12.888Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1408 | 2024-10-30T13:37:13.311Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1409 | 2024-10-30T13:37:15.312Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1410 | 2024-10-30T13:37:15.496Z | Compiling cstr-argument v0.1.2 |
1411 | 2024-10-30T13:37:15.756Z | Compiling thread_local v1.1.8 |
1412 | 2024-10-30T13:37:16.498Z | Compiling num-conv v0.1.0 |
1413 | 2024-10-30T13:37:16.763Z | Compiling time-core v0.1.2 |
1414 | 2024-10-30T13:37:16.954Z | Compiling either v1.13.0 |
1415 | 2024-10-30T13:37:17.429Z | Compiling arc-swap v1.7.1 |
1416 | 2024-10-30T13:37:17.620Z | Compiling pretty-hex v0.2.1 |
1417 | 2024-10-30T13:37:17.836Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1418 | 2024-10-30T13:37:18.154Z | Compiling slog-scope v4.4.0 |
1419 | 2024-10-30T13:37:19.030Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1420 | 2024-10-30T13:37:19.055Z | Compiling itertools v0.12.1 |
1421 | 2024-10-30T13:37:19.340Z | Compiling time v0.3.36 |
1422 | 2024-10-30T13:37:19.414Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1423 | 2024-10-30T13:37:20.321Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1424 | 2024-10-30T13:37:20.506Z | Compiling crossbeam-channel v0.5.13 |
1425 | 2024-10-30T13:37:22.134Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1426 | 2024-10-30T13:37:22.978Z | Compiling rand v0.8.5 |
1427 | 2024-10-30T13:37:24.878Z | Compiling term v0.7.0 |
1428 | 2024-10-30T13:37:28.416Z | Compiling progenitor-macro v0.8.0 |
1429 | 2024-10-30T13:37:29.535Z | Compiling progenitor-client v0.8.0 |
1430 | 2024-10-30T13:37:37.376Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1431 | 2024-10-30T13:37:39.307Z | Compiling anyhow v1.0.89 |
1432 | 2024-10-30T13:37:40.804Z | Compiling colored v2.1.0 |
1433 | 2024-10-30T13:37:42.019Z | Compiling is-terminal v0.4.13 |
1434 | 2024-10-30T13:37:42.150Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1435 | 2024-10-30T13:37:42.468Z | Compiling winnow v0.6.18 |
1436 | 2024-10-30T13:37:43.478Z | Compiling take_mut v0.2.2 |
1437 | 2024-10-30T13:37:43.645Z | Compiling slog-async v2.8.0 |
1438 | 2024-10-30T13:37:46.733Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1439 | 2024-10-30T13:37:46.898Z | Compiling progenitor v0.8.0 |
1440 | 2024-10-30T13:37:47.126Z | Compiling slog-term v2.9.1 |
1441 | 2024-10-30T13:37:49.976Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1442 | 2024-10-30T13:37:50.035Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1443 | 2024-10-30T13:37:50.188Z | Compiling slog-stdlog v4.1.1 |
1444 | 2024-10-30T13:37:51.042Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1445 | 2024-10-30T13:37:52.380Z | Compiling slog-envlogger v2.2.0 |
1446 | 2024-10-30T13:37:53.996Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1447 | 2024-10-30T13:38:05.797Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1448 | 2024-10-30T13:38:13.171Z | Finished `release` profile [optimized] target(s) in 2m 23s |
1449 | 2024-10-30T13:38:13.292Z | Running unittests src/lib.rs (target/release/deps/mg_tests-37f8214469bbf7b2) |
1450 | 2024-10-30T13:38:13.357Z | |
1451 | 2024-10-30T13:38:13.357Z | running 1 test |
1452 | 2024-10-30T13:38:13.482Z | configure zone |
1453 | 2024-10-30T13:38:13.500Z | install zone |
1454 | 2024-10-30T13:39:13.366Z | test ddm::test_trio_v3 has been running for over 60 seconds |
1455 | 2024-10-30T13:39:53.073Z | boot zone |
1456 | 2024-10-30T13:39:53.879Z | start zone s1 |
1457 | 2024-10-30T13:39:53.879Z | configure zone |
1458 | 2024-10-30T13:39:53.887Z | install zone |
1459 | 2024-10-30T13:41:27.232Z | boot zone |
1460 | 2024-10-30T13:41:28.010Z | start zone s2 |
1461 | 2024-10-30T13:41:28.010Z | configure zone |
1462 | 2024-10-30T13:41:28.017Z | install zone |
1463 | 2024-10-30T13:43:03.442Z | boot zone |
1464 | 2024-10-30T13:43:04.387Z | start zone t1 |
1465 | 2024-10-30T13:43:04.387Z | configure zone |
1466 | 2024-10-30T13:43:04.395Z | install zone |
1467 | 2024-10-30T13:44:40.129Z | boot zone |
1468 | 2024-10-30T13:44:41.096Z | waiting for zones to come up |
1469 | 2024-10-30T13:44:51.098Z | [sidecar.trio] svcs milestone/network |
1470 | 2024-10-30T13:44:51.130Z | STATE STIME FMRI |
1471 | 2024-10-30T13:44:51.130Z | online 6:40:11 svc:/milestone/network:default |
1472 | 2024-10-30T13:44:51.130Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1473 | 2024-10-30T13:44:51.177Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1474 | 2024-10-30T13:44:51.227Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1475 | 2024-10-30T13:44:51.270Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1476 | 2024-10-30T13:44:51.274Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1477 | 2024-10-30T13:44:51.296Z | |
1478 | 2024-10-30T13:44:51.296Z | running zone s1.trio setup |
1479 | 2024-10-30T13:44:51.296Z | [s1.trio] svcs milestone/network |
1480 | 2024-10-30T13:44:51.319Z | STATE STIME FMRI |
1481 | 2024-10-30T13:44:51.319Z | online 6:41:45 svc:/milestone/network:default |
1482 | 2024-10-30T13:44:51.319Z | [s1.trio] dladm |
1483 | 2024-10-30T13:44:51.339Z | LINK CLASS MTU STATE BRIDGE OVER |
1484 | 2024-10-30T13:44:51.340Z | sl0 simnet 9000 up -- ? |
1485 | 2024-10-30T13:44:51.340Z | mg2 vnic 9000 up -- ? |
1486 | 2024-10-30T13:44:51.340Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1487 | 2024-10-30T13:44:51.852Z | |
1488 | 2024-10-30T13:44:51.853Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1489 | 2024-10-30T13:44:51.875Z | |
1490 | 2024-10-30T13:44:51.875Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1491 | 2024-10-30T13:44:51.894Z | |
1492 | 2024-10-30T13:44:51.894Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1493 | 2024-10-30T13:44:51.985Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1494 | 2024-10-30T13:44:52.035Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 99a11933-7fc9-4605-864d-65ca1c32616e --sled-id 045f2a07-2686-451b-bc5b-fd36d0a1c1b0 -a sl0/v6 &> /opt/ddmd.log & |
1495 | 2024-10-30T13:44:52.055Z | |
1496 | 2024-10-30T13:44:52.055Z | running zone s2.trio setup |
1497 | 2024-10-30T13:44:52.055Z | [s2.trio] svcs milestone/network |
1498 | 2024-10-30T13:44:52.078Z | STATE STIME FMRI |
1499 | 2024-10-30T13:44:52.078Z | online 6:43:21 svc:/milestone/network:default |
1500 | 2024-10-30T13:44:52.078Z | [s2.trio] dladm |
1501 | 2024-10-30T13:44:52.098Z | LINK CLASS MTU STATE BRIDGE OVER |
1502 | 2024-10-30T13:44:52.099Z | sl1 simnet 9000 up -- ? |
1503 | 2024-10-30T13:44:52.099Z | mg3 vnic 9000 up -- ? |
1504 | 2024-10-30T13:44:52.099Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1505 | 2024-10-30T13:44:52.600Z | |
1506 | 2024-10-30T13:44:52.600Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1507 | 2024-10-30T13:44:52.623Z | |
1508 | 2024-10-30T13:44:52.625Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1509 | 2024-10-30T13:44:52.643Z | |
1510 | 2024-10-30T13:44:52.643Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1511 | 2024-10-30T13:44:52.692Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1512 | 2024-10-30T13:44:52.716Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 612177b5-80b6-4a2c-a53c-63de421be0d6 --sled-id 3daad2e0-816e-4ed4-9dd4-31d346e36840 -a sl1/v6 &> /opt/ddmd.log & |
1513 | 2024-10-30T13:44:52.735Z | |
1514 | 2024-10-30T13:44:52.735Z | running zone t1.trio setup |
1515 | 2024-10-30T13:44:52.735Z | [t1.trio] svcs milestone/network |
1516 | 2024-10-30T13:44:52.757Z | STATE STIME FMRI |
1517 | 2024-10-30T13:44:52.757Z | - - svc:/milestone/network:default |
1518 | 2024-10-30T13:44:53.757Z | [t1.trio] svcs milestone/network |
1519 | 2024-10-30T13:44:53.778Z | STATE STIME FMRI |
1520 | 2024-10-30T13:44:53.778Z | - - svc:/milestone/network:default |
1521 | 2024-10-30T13:44:54.778Z | [t1.trio] svcs milestone/network |
1522 | 2024-10-30T13:44:54.799Z | STATE STIME FMRI |
1523 | 2024-10-30T13:44:54.799Z | - - svc:/milestone/network:default |
1524 | 2024-10-30T13:44:55.799Z | [t1.trio] svcs milestone/network |
1525 | 2024-10-30T13:44:55.820Z | STATE STIME FMRI |
1526 | 2024-10-30T13:44:55.820Z | - - svc:/milestone/network:default |
1527 | 2024-10-30T13:44:56.820Z | [t1.trio] svcs milestone/network |
1528 | 2024-10-30T13:44:56.843Z | STATE STIME FMRI |
1529 | 2024-10-30T13:44:56.843Z | - - svc:/milestone/network:default |
1530 | 2024-10-30T13:44:57.843Z | [t1.trio] svcs milestone/network |
1531 | 2024-10-30T13:44:57.864Z | STATE STIME FMRI |
1532 | 2024-10-30T13:44:57.864Z | - - svc:/milestone/network:default |
1533 | 2024-10-30T13:44:58.864Z | [t1.trio] svcs milestone/network |
1534 | 2024-10-30T13:44:58.886Z | STATE STIME FMRI |
1535 | 2024-10-30T13:44:58.886Z | uninitialized 6:44:57 svc:/milestone/network:default |
1536 | 2024-10-30T13:44:59.886Z | [t1.trio] svcs milestone/network |
1537 | 2024-10-30T13:44:59.907Z | STATE STIME FMRI |
1538 | 2024-10-30T13:44:59.907Z | online 6:44:58 svc:/milestone/network:default |
1539 | 2024-10-30T13:44:59.907Z | [t1.trio] dladm |
1540 | 2024-10-30T13:44:59.927Z | LINK CLASS MTU STATE BRIDGE OVER |
1541 | 2024-10-30T13:44:59.927Z | tfportrear0_0 simnet 9000 up -- ? |
1542 | 2024-10-30T13:44:59.927Z | tfportrear1_0 simnet 9000 up -- ? |
1543 | 2024-10-30T13:44:59.927Z | mg1 vnic 9000 up -- ? |
1544 | 2024-10-30T13:44:59.927Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1545 | 2024-10-30T13:45:00.477Z | |
1546 | 2024-10-30T13:45:00.477Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1547 | 2024-10-30T13:45:00.501Z | |
1548 | 2024-10-30T13:45:00.501Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1549 | 2024-10-30T13:45:00.522Z | |
1550 | 2024-10-30T13:45:00.522Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1551 | 2024-10-30T13:45:00.541Z | |
1552 | 2024-10-30T13:45:00.542Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1553 | 2024-10-30T13:45:00.738Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1554 | 2024-10-30T13:45:00.742Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1555 | 2024-10-30T13:45:00.745Z | waiting 3s for copy of files to zone to complete ... |
1556 | 2024-10-30T13:45:03.746Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1557 | 2024-10-30T13:45:03.786Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1558 | 2024-10-30T13:45:03.810Z | [t1.trio] svcadm enable dendrite |
1559 | 2024-10-30T13:45:03.851Z | |
1560 | 2024-10-30T13:45:03.851Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1561 | 2024-10-30T13:45:03.902Z | |
1562 | 2024-10-30T13:45:03.902Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1563 | 2024-10-30T13:45:03.947Z | |
1564 | 2024-10-30T13:45:03.947Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1565 | 2024-10-30T13:45:03.992Z | |
1566 | 2024-10-30T13:45:03.992Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1567 | 2024-10-30T13:45:04.036Z | |
1568 | 2024-10-30T13:45:04.036Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1569 | 2024-10-30T13:45:04.079Z | |
1570 | 2024-10-30T13:45:04.079Z | [t1.trio] svcadm refresh dendrite:default |
1571 | 2024-10-30T13:45:04.115Z | |
1572 | 2024-10-30T13:45:04.115Z | [t1.trio] svcadm restart dendrite:default |
1573 | 2024-10-30T13:45:04.151Z | |
1574 | 2024-10-30T13:45:04.151Z | wait 10s for dendrite to come up ... |
1575 | 2024-10-30T13:45:14.153Z | [t1.trio] svcadm enable tfport |
1576 | 2024-10-30T13:45:14.193Z | |
1577 | 2024-10-30T13:45:14.193Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-id 859307a6-b567-420b-b75c-585d2073b396 --sled-id d1a83ad2-8ab7-4f0c-9b6d-565a7004f955 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1578 | 2024-10-30T13:45:14.213Z | |
1579 | 2024-10-30T13:45:14.213Z | [t1.trio] ipadm |
1580 | 2024-10-30T13:45:14.236Z | ADDROBJ TYPE STATE ADDR |
1581 | 2024-10-30T13:45:14.236Z | lo0/v4 static ok 127.0.0.1/8 |
1582 | 2024-10-30T13:45:14.236Z | mg1/v4 static ok 10.0.0.3/24 |
1583 | 2024-10-30T13:45:14.236Z | lo0/v6 static ok ::1/128 |
1584 | 2024-10-30T13:45:14.236Z | lo0/u6 static ok fd00:3::1/64 |
1585 | 2024-10-30T13:45:14.236Z | tfportrear0_0/v6 addrconf ok fe80::5000:daff:fe96:7d54%tfportrear0_0/10 |
1586 | 2024-10-30T13:45:14.236Z | tfportrear1_0/v6 addrconf ok fe80::4835:fcff:fedf:1952%tfportrear1_0/10 |
1587 | 2024-10-30T13:45:16.450Z | initial peering test passed |
1588 | 2024-10-30T13:45:17.452Z | advertise from one passed |
1589 | 2024-10-30T13:45:18.455Z | advertise from two passed |
1590 | 2024-10-30T13:45:18.455Z | [s1.trio] ping fd00:2::1 |
1591 | 2024-10-30T13:45:18.481Z | fd00:2::1 is alive |
1592 | 2024-10-30T13:45:18.481Z | [s2.trio] ping fd00:1::1 |
1593 | 2024-10-30T13:45:18.501Z | fd00:1::1 is alive |
1594 | 2024-10-30T13:45:18.501Z | connectivity test passed |
1595 | 2024-10-30T13:45:18.501Z | [t1.trio] pkill ddmd |
1596 | 2024-10-30T13:45:18.520Z | |
1597 | 2024-10-30T13:45:24.526Z | [t1.trio] svcadm enable dendrite |
1598 | 2024-10-30T13:45:24.567Z | |
1599 | 2024-10-30T13:45:24.567Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1600 | 2024-10-30T13:45:24.610Z | |
1601 | 2024-10-30T13:45:24.611Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1602 | 2024-10-30T13:45:24.655Z | |
1603 | 2024-10-30T13:45:24.655Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1604 | 2024-10-30T13:45:24.698Z | |
1605 | 2024-10-30T13:45:24.698Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1606 | 2024-10-30T13:45:24.741Z | |
1607 | 2024-10-30T13:45:24.741Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1608 | 2024-10-30T13:45:24.784Z | |
1609 | 2024-10-30T13:45:24.784Z | [t1.trio] svcadm refresh dendrite:default |
1610 | 2024-10-30T13:45:24.820Z | |
1611 | 2024-10-30T13:45:24.820Z | [t1.trio] svcadm restart dendrite:default |
1612 | 2024-10-30T13:45:24.856Z | |
1613 | 2024-10-30T13:45:24.856Z | wait 10s for dendrite to come up ... |
1614 | 2024-10-30T13:45:34.858Z | [t1.trio] svcadm enable tfport |
1615 | 2024-10-30T13:45:34.899Z | |
1616 | 2024-10-30T13:45:34.899Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-id ca3f232a-cec1-4db7-abc6-df3c45bd4a79 --sled-id 1109f9d0-dec2-454d-8c71-278fa900c879 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1617 | 2024-10-30T13:45:34.918Z | |
1618 | 2024-10-30T13:45:34.918Z | [t1.trio] ipadm |
1619 | 2024-10-30T13:45:34.940Z | ADDROBJ TYPE STATE ADDR |
1620 | 2024-10-30T13:45:34.940Z | lo0/v4 static ok 127.0.0.1/8 |
1621 | 2024-10-30T13:45:34.940Z | mg1/v4 static ok 10.0.0.3/24 |
1622 | 2024-10-30T13:45:34.940Z | lo0/v6 static ok ::1/128 |
1623 | 2024-10-30T13:45:34.940Z | lo0/u6 static ok fd00:3::1/64 |
1624 | 2024-10-30T13:45:34.940Z | tfportrear0_0/v6 addrconf ok fe80::5000:daff:fe96:7d54%tfportrear0_0/10 |
1625 | 2024-10-30T13:45:34.940Z | tfportrear1_0/v6 addrconf ok fe80::4835:fcff:fedf:1952%tfportrear1_0/10 |
1626 | 2024-10-30T13:45:37.943Z | [s1.trio] ping fd00:2::1 |
1627 | 2024-10-30T13:45:37.965Z | fd00:2::1 is alive |
1628 | 2024-10-30T13:45:37.965Z | [s2.trio] ping fd00:1::1 |
1629 | 2024-10-30T13:45:37.985Z | fd00:1::1 is alive |
1630 | 2024-10-30T13:45:37.985Z | transit router restart passed |
1631 | 2024-10-30T13:45:37.985Z | [s1.trio] pkill ddmd |
1632 | 2024-10-30T13:45:38.003Z | |
1633 | 2024-10-30T13:45:43.008Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 5b08766e-b6f3-4d3d-84c7-d6b3398e5dec --sled-id 099c3e64-66c1-4917-b9d3-143bea3a02a2 -a sl0/v6 &> /opt/ddmd.log & |
1634 | 2024-10-30T13:45:43.028Z | |
1635 | 2024-10-30T13:45:46.033Z | [s1.trio] ping fd00:2::1 |
1636 | 2024-10-30T13:45:46.055Z | fd00:2::1 is alive |
1637 | 2024-10-30T13:45:46.055Z | [s2.trio] ping fd00:1::1 |
1638 | 2024-10-30T13:45:46.074Z | fd00:1::1 is alive |
1639 | 2024-10-30T13:45:46.074Z | server router restart passed |
1640 | 2024-10-30T13:45:49.080Z | peer expiration recovery passed |
1641 | 2024-10-30T13:45:50.082Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1642 | 2024-10-30T13:45:50.106Z | 3 |
1643 | 2024-10-30T13:45:50.106Z | redundant advertise passed |
1644 | 2024-10-30T13:45:51.109Z | tunnel endpoint advertise passed |
1645 | 2024-10-30T13:45:56.111Z | redundant tunnel endpoint advertise passed |
1646 | 2024-10-30T13:45:56.111Z | [s1.trio] pkill ddmd |
1647 | 2024-10-30T13:45:56.132Z | |
1648 | 2024-10-30T13:46:01.133Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 1bb85610-0589-4740-81bb-d3073f582d77 --sled-id adb217bd-fb07-405b-a189-d98f02abc979 -a sl0/v6 &> /opt/ddmd.log & |
1649 | 2024-10-30T13:46:01.153Z | |
1650 | 2024-10-30T13:46:06.222Z | tunnel router restart passed |
1651 | 2024-10-30T13:46:07.224Z | tunnel endpoint withdraw passed |
1652 | 2024-10-30T13:46:07.239Z | [t1.trio] pkill ddmd |
1653 | 2024-10-30T13:46:07.265Z | |
1654 | 2024-10-30T13:46:07.265Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1655 | 2024-10-30T13:46:07.269Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1656 | 2024-10-30T13:46:09.718Z | [s2.trio] pkill ddmd |
1657 | 2024-10-30T13:46:09.738Z | |
1658 | 2024-10-30T13:46:09.738Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1659 | 2024-10-30T13:46:12.195Z | [s1.trio] pkill ddmd |
1660 | 2024-10-30T13:46:12.214Z | |
1661 | 2024-10-30T13:46:12.214Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1662 | 2024-10-30T13:46:14.587Z | [sidecar.trio] pkill softnpu |
1663 | 2024-10-30T13:46:14.606Z | |
1664 | 2024-10-30T13:46:14.606Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1665 | 2024-10-30T13:46:17.199Z | test ddm::test_trio_v3 ... ok |
1666 | 2024-10-30T13:46:17.199Z | |
1667 | 2024-10-30T13:46:17.199Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 483.78s |
1668 | 2024-10-30T13:46:17.199Z | |
1669 | 2024-10-30T13:46:17.234Z | + cleanup |
1670 | 2024-10-30T13:46:17.236Z | ++ id -un |
1671 | 2024-10-30T13:46:17.240Z | ++ id -gn |
1672 | 2024-10-30T13:46:17.242Z | + pfexec chown -R build:build . |
1673 | 2024-10-30T13:46:17.327Z | process exited: duration 1049253 ms, exit code 0 |
|
1674 | 2024-10-30T13:46:17.333Z | found 4 output files |
1675 | 2024-10-30T13:46:17.333Z | uploading: /work/s1.trio.log (4203 bytes) |
1676 | 2024-10-30T13:46:18.345Z | uploaded: /work/s1.trio.log |
1677 | 2024-10-30T13:46:18.345Z | uploading: /work/s2.trio.log (9457 bytes) |
1678 | 2024-10-30T13:46:19.353Z | uploaded: /work/s2.trio.log |
1679 | 2024-10-30T13:46:19.353Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1680 | 2024-10-30T13:46:20.361Z | uploaded: /work/sidecar.trio-softnpu.log |
1681 | 2024-10-30T13:46:20.361Z | uploading: /work/t1.trio.log (25807 bytes) |
1682 | 2024-10-30T13:46:21.371Z | uploaded: /work/t1.trio.log |