|
|
|
1 | 2024-10-30T13:28:05.595Z | job assigned to worker 01JBESQTY9H2DFD129508VCKYR (queued for 1 m 2 s) |
|
2 | 2024-10-30T13:28:13.348Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:13.358Z | ++ uname -s |
4 | 2024-10-30T13:28:13.361Z | + kern=SunOS |
5 | 2024-10-30T13:28:13.361Z | + case "$kern" in |
6 | 2024-10-30T13:28:13.361Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:13.361Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:13.364Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:15.372Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:15.526Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:15.528Z | + home_fs=zfs |
12 | 2024-10-30T13:28:15.528Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:15.528Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:15.531Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:17.532Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:17.535Z | process exited: duration 4186 ms, exit code 0 |
|
17 | 2024-10-30T13:28:17.540Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:17.546Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:17.546Z | * toolchain channel = "stable" |
20 | 2024-10-30T13:28:17.546Z | ' stable |
21 | 2024-10-30T13:28:17.546Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T13:28:17.546Z | ' default |
23 | 2024-10-30T13:28:17.546Z | * toolchain profile = "default" |
24 | 2024-10-30T13:28:17.548Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:17.548Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:17.663Z | info: downloading installer |
27 | 2024-10-30T13:28:19.196Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:19.196Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:19.199Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:19.343Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:19.343Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:20.079Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:20.361Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:21.397Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:23.038Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:28.934Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:29.146Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:29.982Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:30.377Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:32.086Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:34.018Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:40.023Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:40.360Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:40.360Z | |
45 | 2024-10-30T13:28:40.737Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:40.737Z | |
47 | 2024-10-30T13:28:40.740Z | |
48 | 2024-10-30T13:28:40.740Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:40.740Z | |
50 | 2024-10-30T13:28:40.740Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:40.740Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:40.740Z | |
53 | 2024-10-30T13:28:40.740Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:40.740Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:40.740Z | |
56 | 2024-10-30T13:28:40.740Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:40.740Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:40.740Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:40.810Z | + rustc --version |
60 | 2024-10-30T13:28:40.878Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:40.881Z | process exited: duration 23340 ms, exit code 0 |
|
62 | 2024-10-30T13:28:40.889Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:40.908Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T13:28:40.914Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:40.920Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:40.922Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:41.188Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:42.260Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:42.263Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:42.492Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:42.492Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:42.500Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:42.502Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:42.505Z | + current=main |
75 | 2024-10-30T13:28:42.505Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:42.505Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:42.508Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:42.522Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:42.525Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:42.536Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:42.539Z | process exited: duration 1623 ms, exit code 0 |
|
82 | 2024-10-30T13:28:42.546Z | starting task 4: "build" |
83 | 2024-10-30T13:28:42.550Z | ++ cargo --version |
84 | 2024-10-30T13:28:42.554Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-10-30T13:28:42.697Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-30T13:28:42.697Z | info: downloading component 'cargo' |
87 | 2024-10-30T13:28:43.399Z | info: downloading component 'clippy' |
88 | 2024-10-30T13:28:43.659Z | info: downloading component 'rust-docs' |
89 | 2024-10-30T13:28:44.630Z | info: downloading component 'rust-std' |
90 | 2024-10-30T13:28:46.137Z | info: downloading component 'rustc' |
91 | 2024-10-30T13:28:51.517Z | info: downloading component 'rustfmt' |
92 | 2024-10-30T13:28:51.721Z | info: installing component 'cargo' |
93 | 2024-10-30T13:28:52.557Z | info: installing component 'clippy' |
94 | 2024-10-30T13:28:52.944Z | info: installing component 'rust-docs' |
95 | 2024-10-30T13:28:54.495Z | info: installing component 'rust-std' |
96 | 2024-10-30T13:28:56.201Z | info: installing component 'rustc' |
97 | 2024-10-30T13:29:02.149Z | info: installing component 'rustfmt' |
98 | 2024-10-30T13:29:02.573Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-10-30T13:29:02.576Z | ++ rustc --version |
100 | 2024-10-30T13:29:02.643Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-10-30T13:29:02.647Z | ++ dladm |
102 | 2024-10-30T13:29:02.651Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-10-30T13:29:02.651Z | ena0 phys 9216 up -- -- |
104 | 2024-10-30T13:29:02.655Z | ++ ipadm |
105 | 2024-10-30T13:29:02.655Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-10-30T13:29:02.655Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-10-30T13:29:02.655Z | ena0/dhcp dhcp ok 10.150.1.97/24 |
108 | 2024-10-30T13:29:02.655Z | lo0/v6 static ok ::1/128 |
109 | 2024-10-30T13:29:02.659Z | ++ banner collect |
110 | 2024-10-30T13:29:02.710Z | |
111 | 2024-10-30T13:29:02.711Z | #### #### # # ###### #### ##### |
112 | 2024-10-30T13:29:02.711Z | # # # # # # # # # # |
113 | 2024-10-30T13:29:02.711Z | # # # # # ##### # # |
114 | 2024-10-30T13:29:02.711Z | # # # # # # # # |
115 | 2024-10-30T13:29:02.711Z | # # # # # # # # # # |
116 | 2024-10-30T13:29:02.711Z | #### #### ###### ###### ###### #### # |
117 | 2024-10-30T13:29:02.711Z | |
118 | 2024-10-30T13:29:02.715Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-10-30T13:29:02.715Z | ++ repo=softnpu |
120 | 2024-10-30T13:29:02.716Z | ++ series=image |
121 | 2024-10-30T13:29:02.716Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-10-30T13:29:02.716Z | ++ name=softnpu |
123 | 2024-10-30T13:29:02.716Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-10-30T13:29:02.716Z | ++ mkdir -p download |
125 | 2024-10-30T13:29:02.716Z | ++ pushd download |
126 | 2024-10-30T13:29:02.716Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-10-30T13:29:02.716Z | ++ [[ ! -f softnpu ]] |
128 | 2024-10-30T13:29:02.717Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-10-30T13:29:02.721Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-10-30T13:29:02.721Z | Dload Upload Total Spent Left Speed |
131 | 2024-10-30T13:29:03.212Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
23 21.8M 23 5179k 0 0 18.6M 0 0:00:01 --:--:-- 0:00:01 18.5M
100 21.8M 100 21.8M 0 0 44.3M 0 --:--:-- --:--:-- --:--:-- 44.3M |
132 | 2024-10-30T13:29:03.217Z | ++ popd |
133 | 2024-10-30T13:29:03.217Z | /work/oxidecomputer/maghemite |
134 | 2024-10-30T13:29:03.218Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-10-30T13:29:03.218Z | ++ repo=sidecar-lite |
136 | 2024-10-30T13:29:03.218Z | ++ series=release |
137 | 2024-10-30T13:29:03.218Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-10-30T13:29:03.218Z | ++ name=libsidecar_lite.so |
139 | 2024-10-30T13:29:03.218Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-10-30T13:29:03.218Z | ++ mkdir -p download |
141 | 2024-10-30T13:29:03.218Z | ++ pushd download |
142 | 2024-10-30T13:29:03.218Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-10-30T13:29:03.218Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-10-30T13:29:03.218Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-10-30T13:29:03.223Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-10-30T13:29:03.223Z | Dload Upload Total Spent Left Speed |
147 | 2024-10-30T13:29:03.527Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 66.8M 0 --:--:-- --:--:-- --:--:-- 67.0M |
148 | 2024-10-30T13:29:03.530Z | ++ popd |
149 | 2024-10-30T13:29:03.530Z | /work/oxidecomputer/maghemite |
150 | 2024-10-30T13:29:03.530Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-10-30T13:29:03.530Z | ++ repo=sidecar-lite |
152 | 2024-10-30T13:29:03.530Z | ++ series=release |
153 | 2024-10-30T13:29:03.530Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-10-30T13:29:03.530Z | ++ name=scadm |
155 | 2024-10-30T13:29:03.530Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-10-30T13:29:03.530Z | ++ mkdir -p download |
157 | 2024-10-30T13:29:03.533Z | ++ pushd download |
158 | 2024-10-30T13:29:03.533Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-10-30T13:29:03.533Z | ++ [[ ! -f scadm ]] |
160 | 2024-10-30T13:29:03.533Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-10-30T13:29:03.539Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-10-30T13:29:03.544Z | Dload Upload Total Spent Left Speed |
163 | 2024-10-30T13:29:04.052Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
91 22.7M 91 20.9M 0 0 46.7M 0 --:--:-- --:--:-- --:--:-- 46.7M
100 22.7M 100 22.7M 0 0 47.2M 0 --:--:-- --:--:-- --:--:-- 47.2M |
164 | 2024-10-30T13:29:04.083Z | ++ popd |
165 | 2024-10-30T13:29:04.084Z | /work/oxidecomputer/maghemite |
166 | 2024-10-30T13:29:04.084Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-10-30T13:29:04.084Z | ++ repo=dendrite |
168 | 2024-10-30T13:29:04.084Z | ++ series=image |
169 | 2024-10-30T13:29:04.084Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-10-30T13:29:04.084Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-10-30T13:29:04.084Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-10-30T13:29:04.084Z | ++ mkdir -p download |
173 | 2024-10-30T13:29:04.084Z | ++ pushd download |
174 | 2024-10-30T13:29:04.084Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-10-30T13:29:04.084Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-10-30T13:29:04.084Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-10-30T13:29:04.085Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-10-30T13:29:04.085Z | Dload Upload Total Spent Left Speed |
179 | 2024-10-30T13:29:05.071Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
87 37.5M 87 32.9M 0 0 34.5M 0 0:00:01 --:--:-- 0:00:01 34.5M
100 37.5M 100 37.5M 0 0 36.5M 0 0:00:01 0:00:01 --:--:-- 36.5M |
180 | 2024-10-30T13:29:05.084Z | ++ popd |
181 | 2024-10-30T13:29:05.084Z | /work/oxidecomputer/maghemite |
182 | 2024-10-30T13:29:05.084Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-10-30T13:29:05.084Z | ++ repo=maghemite |
184 | 2024-10-30T13:29:05.084Z | ++ series=release |
185 | 2024-10-30T13:29:05.084Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-10-30T13:29:05.084Z | ++ name=ddmd |
187 | 2024-10-30T13:29:05.084Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-10-30T13:29:05.084Z | ++ mkdir -p download |
189 | 2024-10-30T13:29:05.085Z | ++ pushd download |
190 | 2024-10-30T13:29:05.085Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-10-30T13:29:05.085Z | ++ [[ ! -f ddmd ]] |
192 | 2024-10-30T13:29:05.085Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-10-30T13:29:05.092Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-10-30T13:29:05.093Z | Dload Upload Total Spent Left Speed |
195 | 2024-10-30T13:29:06.128Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
82 40.9M 82 33.8M 0 0 37.1M 0 0:00:01 --:--:-- 0:00:01 37.0M
100 40.9M 100 40.9M 0 0 38.9M 0 0:00:01 0:00:01 --:--:-- 38.9M |
196 | 2024-10-30T13:29:06.131Z | ++ popd |
197 | 2024-10-30T13:29:06.131Z | /work/oxidecomputer/maghemite |
198 | 2024-10-30T13:29:06.131Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-10-30T13:29:06.131Z | ++ repo=maghemite |
200 | 2024-10-30T13:29:06.131Z | ++ series=release |
201 | 2024-10-30T13:29:06.131Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-10-30T13:29:06.131Z | ++ name=ddmadm |
203 | 2024-10-30T13:29:06.131Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-10-30T13:29:06.131Z | ++ mkdir -p download |
205 | 2024-10-30T13:29:06.134Z | ++ pushd download |
206 | 2024-10-30T13:29:06.134Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-10-30T13:29:06.134Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-10-30T13:29:06.134Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-10-30T13:29:06.141Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-10-30T13:29:06.141Z | Dload Upload Total Spent Left Speed |
211 | 2024-10-30T13:29:06.598Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 40.0M 0 --:--:-- --:--:-- --:--:-- 40.1M |
212 | 2024-10-30T13:29:06.602Z | ++ popd |
213 | 2024-10-30T13:29:06.602Z | /work/oxidecomputer/maghemite |
214 | 2024-10-30T13:29:06.602Z | ++ pushd download |
215 | 2024-10-30T13:29:06.602Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-10-30T13:29:06.602Z | ++ chmod +x softnpu |
217 | 2024-10-30T13:29:06.602Z | ++ chmod +x scadm |
218 | 2024-10-30T13:29:06.602Z | ++ chmod +x ddmadm |
219 | 2024-10-30T13:29:06.602Z | ++ chmod +x ddmd |
220 | 2024-10-30T13:29:06.602Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-10-30T13:29:06.612Z | ++ mv ddmd ddmd-v2 |
222 | 2024-10-30T13:29:06.613Z | ++ rm -rf zones/dendrite |
223 | 2024-10-30T13:29:06.613Z | ++ mkdir -p zones/dendrite |
224 | 2024-10-30T13:29:06.628Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-10-30T13:29:07.433Z | ++ popd |
226 | 2024-10-30T13:29:07.433Z | /work/oxidecomputer/maghemite |
227 | 2024-10-30T13:29:07.434Z | ++ banner install |
228 | 2024-10-30T13:29:07.436Z | |
229 | 2024-10-30T13:29:07.436Z | # # # #### ##### ## # # |
230 | 2024-10-30T13:29:07.436Z | # ## # # # # # # # |
231 | 2024-10-30T13:29:07.436Z | # # # # #### # # # # # |
232 | 2024-10-30T13:29:07.436Z | # # # # # # ###### # # |
233 | 2024-10-30T13:29:07.436Z | # # ## # # # # # # # |
234 | 2024-10-30T13:29:07.436Z | # # # #### # # # ###### ###### |
235 | 2024-10-30T13:29:07.436Z | |
236 | 2024-10-30T13:29:07.439Z | ++ pkg info brand/sparse |
237 | 2024-10-30T13:29:07.439Z | ++ grep -qi installed |
238 | 2024-10-30T13:29:19.013Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-10-30T13:29:19.013Z | installed on the system. Try querying remotely instead: |
240 | 2024-10-30T13:29:19.013Z | |
241 | 2024-10-30T13:29:19.013Z | brand/sparse |
242 | 2024-10-30T13:29:19.059Z | ++ [[ 1 != 0 ]] |
243 | 2024-10-30T13:29:19.059Z | ++ set -o errexit |
244 | 2024-10-30T13:29:19.059Z | ++ pfexec pkg install brand/sparse |
245 | 2024-10-30T13:29:30.183Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-10-30T13:29:33.531Z | Startup: Caching catalogs ... Done |
247 | 2024-10-30T13:29:40.508Z | Planning: Solver setup ... Done |
248 | 2024-10-30T13:29:40.601Z | Planning: Running solver ... Done |
249 | 2024-10-30T13:29:40.890Z | Planning: Finding local manifests ... Done |
250 | 2024-10-30T13:29:40.921Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-10-30T13:29:41.106Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-10-30T13:29:41.818Z | Planning: Package planning ... Done |
253 | 2024-10-30T13:29:41.824Z | Planning: Merging actions ... Done |
254 | 2024-10-30T13:29:42.601Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-10-30T13:29:49.305Z | Planning: Consolidating action changes ... Done |
256 | 2024-10-30T13:29:49.651Z | Planning: Evaluating mediators ... Done |
257 | 2024-10-30T13:29:49.718Z | Planning: Planning completed in 16.10 seconds |
258 | 2024-10-30T13:29:50.356Z | Packages to install: 1 |
259 | 2024-10-30T13:29:50.356Z | Packages to update: 2 |
260 | 2024-10-30T13:29:50.359Z | Create boot environment: No |
261 | 2024-10-30T13:29:50.359Z | Create backup boot environment: Yes |
262 | 2024-10-30T13:29:50.768Z | |
263 | 2024-10-30T13:29:50.768Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-10-30T13:29:55.769Z | Download: 670/1009 items 6.6/8.0MB 82% complete (1.4M/s) |
265 | 2024-10-30T13:29:59.710Z | Download: Completed 8.03 MB in 8.94 seconds (919k/s) |
266 | 2024-10-30T13:30:01.560Z | Actions: 1/1419 actions (Removing old actions) |
267 | 2024-10-30T13:30:01.579Z | Actions: 199/1419 actions (Installing new actions) |
268 | 2024-10-30T13:30:01.694Z | Actions: 579/1419 actions (Updating modified actions) |
269 | 2024-10-30T13:30:02.064Z | Actions: Completed 1419 actions in 0.50 seconds. |
270 | 2024-10-30T13:30:02.250Z | Done |
271 | 2024-10-30T13:30:02.252Z | Done |
272 | 2024-10-30T13:30:02.716Z | Done |
273 | 2024-10-30T13:30:09.820Z | Done |
274 | 2024-10-30T13:30:10.318Z | Done |
275 | 2024-10-30T13:30:10.320Z | Done |
276 | 2024-10-30T13:30:10.420Z | Done |
277 | 2024-10-30T13:30:10.773Z | ++ set -o errexit |
278 | 2024-10-30T13:30:10.773Z | ++ set -o pipefail |
279 | 2024-10-30T13:30:10.773Z | ++ banner build |
280 | 2024-10-30T13:30:10.776Z | |
281 | 2024-10-30T13:30:10.776Z | ##### # # # # ##### |
282 | 2024-10-30T13:30:10.776Z | # # # # # # # # |
283 | 2024-10-30T13:30:10.776Z | ##### # # # # # # |
284 | 2024-10-30T13:30:10.776Z | # # # # # # # # |
285 | 2024-10-30T13:30:10.776Z | # # # # # # # # |
286 | 2024-10-30T13:30:10.776Z | ##### #### # ###### ##### |
287 | 2024-10-30T13:30:10.776Z | |
288 | 2024-10-30T13:30:10.776Z | ++ cargo build --release --bin ddmd --bin ddmadm |
289 | 2024-10-30T13:30:10.953Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
290 | 2024-10-30T13:30:11.194Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
291 | 2024-10-30T13:30:11.422Z | From https://www.github.com/oxidecomputer/oxnet |
292 | 2024-10-30T13:30:11.422Z | * [new branch] ci -> origin/ci |
293 | 2024-10-30T13:30:11.425Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
294 | 2024-10-30T13:30:11.425Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
295 | 2024-10-30T13:30:11.425Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
296 | 2024-10-30T13:30:11.425Z | * [new branch] main -> origin/main |
297 | 2024-10-30T13:30:11.426Z | * [new ref] -> origin/HEAD |
298 | 2024-10-30T13:30:11.435Z | Updating crates.io index |
299 | 2024-10-30T13:30:11.545Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2024-10-30T13:30:12.354Z | From https://github.com/oxidecomputer/falcon |
301 | 2024-10-30T13:30:12.354Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
302 | 2024-10-30T13:30:12.458Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
303 | 2024-10-30T13:30:13.629Z | From https://github.com/oxidecomputer/dendrite |
304 | 2024-10-30T13:30:13.629Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
305 | 2024-10-30T13:30:13.688Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2024-10-30T13:30:14.088Z | From https://github.com/oxidecomputer/ispf |
307 | 2024-10-30T13:30:14.088Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
308 | 2024-10-30T13:30:14.097Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2024-10-30T13:30:14.550Z | From https://github.com/oxidecomputer/netadm-sys |
310 | 2024-10-30T13:30:14.550Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
311 | 2024-10-30T13:30:14.562Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
312 | 2024-10-30T13:30:18.854Z | From https://github.com/oxidecomputer/omicron |
313 | 2024-10-30T13:30:18.855Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
314 | 2024-10-30T13:30:18.885Z | * [new tag] dogfood -> dogfood |
315 | 2024-10-30T13:30:18.888Z | * [new tag] v5 -> v5 |
316 | 2024-10-30T13:30:18.888Z | * [new tag] v6 -> v6 |
317 | 2024-10-30T13:30:18.888Z | * [new tag] v7 -> v7 |
318 | 2024-10-30T13:30:18.888Z | * [new tag] v8 -> v8 |
319 | 2024-10-30T13:30:18.888Z | * [new tag] v9 -> v9 |
320 | 2024-10-30T13:30:19.260Z | Updating git repository `https://github.com/oxidecomputer/opte` |
321 | 2024-10-30T13:30:20.251Z | From https://github.com/oxidecomputer/opte |
322 | 2024-10-30T13:30:20.251Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
323 | 2024-10-30T13:30:20.312Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
324 | 2024-10-30T13:30:20.940Z | From https://github.com/oxidecomputer/omicron |
325 | 2024-10-30T13:30:20.940Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
326 | 2024-10-30T13:30:21.317Z | Updating git repository `https://github.com/illumos/smf-rs` |
327 | 2024-10-30T13:30:21.704Z | From https://github.com/illumos/smf-rs |
328 | 2024-10-30T13:30:21.704Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
329 | 2024-10-30T13:30:21.747Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
330 | 2024-10-30T13:30:22.552Z | From https://github.com/oxidecomputer/maghemite |
331 | 2024-10-30T13:30:22.552Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
332 | 2024-10-30T13:30:22.567Z | * [new tag] rift -> rift |
333 | 2024-10-30T13:30:22.570Z | * [new tag] srp -> srp |
334 | 2024-10-30T13:30:22.570Z | * [new tag] tie-spf -> tie-spf |
335 | 2024-10-30T13:30:22.607Z | Updating git repository `https://github.com/oxidecomputer/zone` |
336 | 2024-10-30T13:30:22.978Z | From https://github.com/oxidecomputer/zone |
337 | 2024-10-30T13:30:22.978Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
338 | 2024-10-30T13:30:23.022Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
339 | 2024-10-30T13:30:23.797Z | From https://github.com/oxidecomputer/propolis |
340 | 2024-10-30T13:30:23.797Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
341 | 2024-10-30T13:30:24.265Z | Updating git repository `https://github.com/illumos/smf-rs` |
342 | 2024-10-30T13:30:24.653Z | From https://github.com/illumos/smf-rs |
343 | 2024-10-30T13:30:24.654Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
344 | 2024-10-30T13:30:24.678Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
345 | 2024-10-30T13:30:25.123Z | From https://github.com/oxidecomputer/dlpi-sys |
346 | 2024-10-30T13:30:25.123Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
347 | 2024-10-30T13:30:25.143Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
348 | 2024-10-30T13:30:25.550Z | From https://github.com/jmesmon/rust-libzfs |
349 | 2024-10-30T13:30:25.550Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
350 | 2024-10-30T13:30:25.567Z | * [new tag] v0.4.0 -> v0.4.0 |
351 | 2024-10-30T13:30:25.582Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
352 | 2024-10-30T13:30:26.057Z | From https://github.com/oxidecomputer/rusty-doors |
353 | 2024-10-30T13:30:26.057Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
354 | 2024-10-30T13:30:26.075Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
355 | 2024-10-30T13:30:26.545Z | From https://github.com/oxidecomputer/maghemite |
356 | 2024-10-30T13:30:26.545Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
357 | 2024-10-30T13:30:26.592Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
358 | 2024-10-30T13:30:26.936Z | From https://github.com/oxidecomputer/serde_human_bytes |
359 | 2024-10-30T13:30:26.936Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
360 | 2024-10-30T13:30:26.959Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
361 | 2024-10-30T13:30:27.332Z | From https://github.com/oxidecomputer/slog-error-chain |
362 | 2024-10-30T13:30:27.332Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
363 | 2024-10-30T13:30:27.366Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
364 | 2024-10-30T13:30:27.773Z | From https://github.com/oxidecomputer/poptrie |
365 | 2024-10-30T13:30:27.773Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
366 | 2024-10-30T13:30:27.800Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
367 | 2024-10-30T13:30:28.246Z | From https://github.com/illumos/libscf-sys |
368 | 2024-10-30T13:30:28.246Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
369 | 2024-10-30T13:30:28.255Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
370 | 2024-10-30T13:30:29.113Z | From https://github.com/oxidecomputer/progenitor |
371 | 2024-10-30T13:30:29.113Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
372 | 2024-10-30T13:30:29.134Z | * [new tag] v0.1.1 -> v0.1.1 |
373 | 2024-10-30T13:30:29.137Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-10-30T13:30:29.137Z | * [new tag] v0.3.0 -> v0.3.0 |
375 | 2024-10-30T13:30:29.137Z | * [new tag] v0.4.0 -> v0.4.0 |
376 | 2024-10-30T13:30:29.138Z | * [new tag] v0.5.0 -> v0.5.0 |
377 | 2024-10-30T13:30:29.138Z | * [new tag] v0.6.0 -> v0.6.0 |
378 | 2024-10-30T13:30:29.138Z | * [new tag] v0.7.0 -> v0.7.0 |
379 | 2024-10-30T13:30:29.364Z | Updating git repository `https://github.com/oxidecomputer/typify` |
380 | 2024-10-30T13:30:30.106Z | From https://github.com/oxidecomputer/typify |
381 | 2024-10-30T13:30:30.106Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
382 | 2024-10-30T13:30:30.110Z | * [new tag] v0.2.0 -> v0.2.0 |
383 | 2024-10-30T13:30:30.124Z | * [new tag] v0.0.10 -> v0.0.10 |
384 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.11 -> v0.0.11 |
385 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.12 -> v0.0.12 |
386 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.13 -> v0.0.13 |
387 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.14 -> v0.0.14 |
388 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.15 -> v0.0.15 |
389 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.16 -> v0.0.16 |
390 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.4 -> v0.0.4 |
391 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.5 -> v0.0.5 |
392 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.7 -> v0.0.7 |
393 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.8 -> v0.0.8 |
394 | 2024-10-30T13:30:30.127Z | * [new tag] v0.0.9 -> v0.0.9 |
395 | 2024-10-30T13:30:30.127Z | * [new tag] v0.1.0 -> v0.1.0 |
396 | 2024-10-30T13:30:30.195Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
397 | 2024-10-30T13:30:30.653Z | From https://github.com/oxidecomputer/propolis |
398 | 2024-10-30T13:30:30.653Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
399 | 2024-10-30T13:30:30.734Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
400 | 2024-10-30T13:30:32.561Z | From https://github.com/oxidecomputer/crucible |
401 | 2024-10-30T13:30:32.561Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
402 | 2024-10-30T13:30:32.618Z | Updating git repository `https://github.com/oxidecomputer/opte` |
403 | 2024-10-30T13:30:33.102Z | From https://github.com/oxidecomputer/opte |
404 | 2024-10-30T13:30:33.103Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
405 | 2024-10-30T13:30:33.146Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
406 | 2024-10-30T13:30:33.896Z | From https://github.com/oxidecomputer/management-gateway-service |
407 | 2024-10-30T13:30:33.896Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
408 | 2024-10-30T13:30:34.662Z | Downloading crates ... |
409 | 2024-10-30T13:30:34.796Z | Downloaded equivalent v1.0.1 |
410 | 2024-10-30T13:30:34.805Z | Downloaded const-random v0.1.18 |
411 | 2024-10-30T13:30:34.805Z | Downloaded crc8 v0.1.1 |
412 | 2024-10-30T13:30:34.805Z | Downloaded cfg-if v1.0.0 |
413 | 2024-10-30T13:30:34.805Z | Downloaded block-buffer v0.10.4 |
414 | 2024-10-30T13:30:34.805Z | Downloaded bitflags v1.3.2 |
415 | 2024-10-30T13:30:34.805Z | Downloaded autocfg v1.3.0 |
416 | 2024-10-30T13:30:34.810Z | Downloaded anstyle-parse v0.2.5 |
417 | 2024-10-30T13:30:34.810Z | Downloaded foreign-types-shared v0.1.1 |
418 | 2024-10-30T13:30:34.810Z | Downloaded plain v0.2.3 |
419 | 2024-10-30T13:30:34.814Z | Downloaded parse-display v0.10.0 |
420 | 2024-10-30T13:30:34.814Z | Downloaded deranged v0.3.11 |
421 | 2024-10-30T13:30:34.817Z | Downloaded fastrand v2.1.1 |
422 | 2024-10-30T13:30:34.819Z | Downloaded pin-project-lite v0.2.14 |
423 | 2024-10-30T13:30:34.824Z | Downloaded argon2 v0.5.3 |
424 | 2024-10-30T13:30:34.826Z | Downloaded camino v1.1.9 |
425 | 2024-10-30T13:30:34.829Z | Downloaded serde-big-array v0.5.1 |
426 | 2024-10-30T13:30:34.832Z | Downloaded cancel-safe-futures v0.1.5 |
427 | 2024-10-30T13:30:34.834Z | Downloaded async-trait v0.1.83 |
428 | 2024-10-30T13:30:34.837Z | Downloaded futures-executor v0.3.31 |
429 | 2024-10-30T13:30:34.840Z | Downloaded fnv v1.0.7 |
430 | 2024-10-30T13:30:34.842Z | Downloaded sigpipe v0.1.3 |
431 | 2024-10-30T13:30:34.842Z | Downloaded rand_chacha v0.3.1 |
432 | 2024-10-30T13:30:34.845Z | Downloaded pest_meta v2.7.13 |
433 | 2024-10-30T13:30:34.845Z | Downloaded paste v1.0.15 |
434 | 2024-10-30T13:30:34.848Z | Downloaded scroll v0.12.0 |
435 | 2024-10-30T13:30:34.850Z | Downloaded rustc_version v0.4.1 |
436 | 2024-10-30T13:30:34.852Z | Downloaded ppv-lite86 v0.2.20 |
437 | 2024-10-30T13:30:34.855Z | Downloaded crossbeam-utils v0.8.20 |
438 | 2024-10-30T13:30:34.857Z | Downloaded semver v0.1.20 |
439 | 2024-10-30T13:30:34.859Z | Downloaded cookie v0.18.1 |
440 | 2024-10-30T13:30:34.862Z | Downloaded slog-async v2.8.0 |
441 | 2024-10-30T13:30:34.864Z | Downloaded rustversion v1.0.17 |
442 | 2024-10-30T13:30:34.867Z | Downloaded derive_more v0.99.18 |
443 | 2024-10-30T13:30:34.871Z | Downloaded rustc-hash v2.0.0 |
444 | 2024-10-30T13:30:34.873Z | Downloaded progenitor-macro v0.8.0 |
445 | 2024-10-30T13:30:34.873Z | Downloaded futures-sink v0.3.31 |
446 | 2024-10-30T13:30:34.877Z | Downloaded darling_core v0.20.10 |
447 | 2024-10-30T13:30:34.880Z | Downloaded serde_spanned v0.6.7 |
448 | 2024-10-30T13:30:34.884Z | Downloaded rustls-pki-types v1.8.0 |
449 | 2024-10-30T13:30:34.886Z | Downloaded rustls-pemfile v2.1.3 |
450 | 2024-10-30T13:30:34.887Z | Downloaded futures v0.3.31 |
451 | 2024-10-30T13:30:34.892Z | Downloaded parse-display-derive v0.10.0 |
452 | 2024-10-30T13:30:34.895Z | Downloaded foreign-types v0.5.0 |
453 | 2024-10-30T13:30:34.897Z | Downloaded sha2 v0.10.8 |
454 | 2024-10-30T13:30:34.900Z | Downloaded parking_lot_core v0.8.6 |
455 | 2024-10-30T13:30:34.902Z | Downloaded foreign-types-shared v0.3.1 |
456 | 2024-10-30T13:30:34.902Z | Downloaded foreign-types-macros v0.2.3 |
457 | 2024-10-30T13:30:34.905Z | Downloaded base64 v0.21.7 |
458 | 2024-10-30T13:30:34.907Z | Downloaded pkg-config v0.3.31 |
459 | 2024-10-30T13:30:34.909Z | Downloaded pin-utils v0.1.0 |
460 | 2024-10-30T13:30:34.912Z | Downloaded atomic-waker v1.1.2 |
461 | 2024-10-30T13:30:34.912Z | Downloaded async-stream v0.3.5 |
462 | 2024-10-30T13:30:34.915Z | Downloaded dirs-next v2.0.0 |
463 | 2024-10-30T13:30:34.917Z | Downloaded progenitor-client v0.8.0 |
464 | 2024-10-30T13:30:34.917Z | Downloaded pretty-hex v0.2.1 |
465 | 2024-10-30T13:30:34.920Z | Downloaded anstyle-query v1.1.1 |
466 | 2024-10-30T13:30:34.920Z | Downloaded pretty-hex v0.4.1 |
467 | 2024-10-30T13:30:34.922Z | Downloaded byteorder v1.5.0 |
468 | 2024-10-30T13:30:34.926Z | Downloaded ahash v0.8.11 |
469 | 2024-10-30T13:30:34.928Z | Downloaded cpufeatures v0.2.14 |
470 | 2024-10-30T13:30:34.929Z | Downloaded ident_case v1.0.1 |
471 | 2024-10-30T13:30:34.931Z | Downloaded http-body v1.0.1 |
472 | 2024-10-30T13:30:34.931Z | Downloaded ciborium-ll v0.2.2 |
473 | 2024-10-30T13:30:34.935Z | Downloaded dtrace-parser v0.2.0 |
474 | 2024-10-30T13:30:34.935Z | Downloaded const-random-macro v0.1.16 |
475 | 2024-10-30T13:30:34.935Z | Downloaded enum-as-inner v0.6.1 |
476 | 2024-10-30T13:30:34.938Z | Downloaded cstr-argument v0.1.2 |
477 | 2024-10-30T13:30:34.938Z | Downloaded crunchy v0.2.2 |
478 | 2024-10-30T13:30:34.938Z | Downloaded dyn-clone v1.0.17 |
479 | 2024-10-30T13:30:34.940Z | Downloaded clap_lex v0.7.2 |
480 | 2024-10-30T13:30:34.943Z | Downloaded convert_case v0.4.0 |
481 | 2024-10-30T13:30:34.943Z | Downloaded atomicwrites v0.4.4 |
482 | 2024-10-30T13:30:34.945Z | Downloaded quote v1.0.37 |
483 | 2024-10-30T13:30:34.947Z | Downloaded percent-encoding v2.3.1 |
484 | 2024-10-30T13:30:34.950Z | Downloaded form_urlencoded v1.2.1 |
485 | 2024-10-30T13:30:34.950Z | Downloaded dropshot_endpoint v0.12.0 |
486 | 2024-10-30T13:30:34.952Z | Downloaded dof v0.3.0 |
487 | 2024-10-30T13:30:34.954Z | Downloaded anstyle v1.0.8 |
488 | 2024-10-30T13:30:34.957Z | Downloaded newtype_derive v0.1.6 |
489 | 2024-10-30T13:30:34.957Z | Downloaded slog-bunyan v2.5.0 |
490 | 2024-10-30T13:30:34.959Z | Downloaded http-body v0.4.6 |
491 | 2024-10-30T13:30:34.962Z | Downloaded embedded-io v0.4.0 |
492 | 2024-10-30T13:30:34.962Z | Downloaded fixedbitset v0.4.2 |
493 | 2024-10-30T13:30:34.965Z | Downloaded digest v0.10.7 |
494 | 2024-10-30T13:30:34.965Z | Downloaded futures-core v0.3.31 |
495 | 2024-10-30T13:30:34.968Z | Downloaded futures-io v0.3.31 |
496 | 2024-10-30T13:30:34.970Z | Downloaded defmt-parser v0.3.4 |
497 | 2024-10-30T13:30:34.970Z | Downloaded progenitor-impl v0.8.0 |
498 | 2024-10-30T13:30:34.973Z | Downloaded postcard v1.0.10 |
499 | 2024-10-30T13:30:34.975Z | Downloaded password-hash v0.5.0 |
500 | 2024-10-30T13:30:34.978Z | Downloaded usdt-macro v0.5.0 |
501 | 2024-10-30T13:30:34.980Z | Downloaded progenitor v0.8.0 |
502 | 2024-10-30T13:30:34.980Z | Downloaded rand_core v0.6.4 |
503 | 2024-10-30T13:30:34.983Z | Downloaded colorchoice v1.0.2 |
504 | 2024-10-30T13:30:34.983Z | Downloaded base64ct v1.6.0 |
505 | 2024-10-30T13:30:34.986Z | Downloaded backoff v0.4.0 |
506 | 2024-10-30T13:30:34.988Z | Downloaded newtype-uuid v1.1.2 |
507 | 2024-10-30T13:30:34.991Z | Downloaded scroll_derive v0.12.0 |
508 | 2024-10-30T13:30:34.991Z | Downloaded schemars_derive v0.8.21 |
509 | 2024-10-30T13:30:34.993Z | Downloaded rustc_version v0.1.7 |
510 | 2024-10-30T13:30:34.993Z | Downloaded resolv-conf v0.7.0 |
511 | 2024-10-30T13:30:34.995Z | Downloaded strum_macros v0.25.3 |
512 | 2024-10-30T13:30:34.997Z | Downloaded stable_deref_trait v1.2.0 |
513 | 2024-10-30T13:30:35.000Z | Downloaded serde_repr v0.1.19 |
514 | 2024-10-30T13:30:35.004Z | Downloaded quick-error v1.2.3 |
515 | 2024-10-30T13:30:35.005Z | Downloaded memmap v0.7.0 |
516 | 2024-10-30T13:30:35.009Z | Downloaded scopeguard v1.2.0 |
517 | 2024-10-30T13:30:35.009Z | Downloaded rustls-pemfile v1.0.4 |
518 | 2024-10-30T13:30:35.011Z | Downloaded sha1 v0.10.6 |
519 | 2024-10-30T13:30:35.011Z | Downloaded errno v0.3.9 |
520 | 2024-10-30T13:30:35.011Z | Downloaded clap_derive v4.5.18 |
521 | 2024-10-30T13:30:35.014Z | Downloaded camino-tempfile v1.1.1 |
522 | 2024-10-30T13:30:35.017Z | Downloaded serde_urlencoded v0.7.1 |
523 | 2024-10-30T13:30:35.019Z | Downloaded want v0.3.1 |
524 | 2024-10-30T13:30:35.022Z | Downloaded num_enum v0.7.3 |
525 | 2024-10-30T13:30:35.026Z | Downloaded terminal_size v0.3.0 |
526 | 2024-10-30T13:30:35.029Z | Downloaded slog-dtrace v0.3.0 |
527 | 2024-10-30T13:30:35.029Z | Downloaded signal-hook-registry v1.4.2 |
528 | 2024-10-30T13:30:35.031Z | Downloaded bitflags v2.6.0 |
529 | 2024-10-30T13:30:35.034Z | Downloaded anyhow v1.0.89 |
530 | 2024-10-30T13:30:35.038Z | Downloaded omicron-workspace-hack v0.1.0 |
531 | 2024-10-30T13:30:35.042Z | Downloaded futures-task v0.3.31 |
532 | 2024-10-30T13:30:35.042Z | Downloaded num_threads v0.1.7 |
533 | 2024-10-30T13:30:35.044Z | Downloaded hostname v0.4.0 |
534 | 2024-10-30T13:30:35.044Z | Downloaded crossbeam-epoch v0.9.18 |
535 | 2024-10-30T13:30:35.047Z | Downloaded owo-colors v4.1.0 |
536 | 2024-10-30T13:30:35.050Z | Downloaded once_cell v1.20.2 |
537 | 2024-10-30T13:30:35.052Z | Downloaded lock_api v0.4.12 |
538 | 2024-10-30T13:30:35.055Z | Downloaded usdt-attr-macro v0.5.0 |
539 | 2024-10-30T13:30:35.057Z | Downloaded hubpack v0.1.2 |
540 | 2024-10-30T13:30:35.057Z | Downloaded libscf-sys v1.1.0 |
541 | 2024-10-30T13:30:35.060Z | Downloaded lazy_static v1.5.0 |
542 | 2024-10-30T13:30:35.062Z | Downloaded quinn-udp v0.5.5 |
543 | 2024-10-30T13:30:35.062Z | Downloaded httpdate v1.0.3 |
544 | 2024-10-30T13:30:35.064Z | Downloaded structmeta v0.3.0 |
545 | 2024-10-30T13:30:35.067Z | Downloaded rhai_codegen v2.2.0 |
546 | 2024-10-30T13:30:35.075Z | Downloaded swrite v0.1.0 |
547 | 2024-10-30T13:30:35.077Z | Downloaded strum_macros v0.26.4 |
548 | 2024-10-30T13:30:35.077Z | Downloaded parking_lot v0.11.2 |
549 | 2024-10-30T13:30:35.080Z | Downloaded macaddr v1.0.1 |
550 | 2024-10-30T13:30:35.082Z | Downloaded lru-cache v0.1.2 |
551 | 2024-10-30T13:30:35.085Z | Downloaded tempfile v3.12.0 |
552 | 2024-10-30T13:30:35.087Z | Downloaded structmeta-derive v0.3.0 |
553 | 2024-10-30T13:30:35.089Z | Downloaded hubpack_derive v0.1.1 |
554 | 2024-10-30T13:30:35.089Z | Downloaded itoa v1.0.11 |
555 | 2024-10-30T13:30:35.091Z | Downloaded hyper-tls v0.5.0 |
556 | 2024-10-30T13:30:35.091Z | Downloaded hash32 v0.3.1 |
557 | 2024-10-30T13:30:35.094Z | Downloaded linked-hash-map v0.5.6 |
558 | 2024-10-30T13:30:35.094Z | Downloaded num-derive v0.4.2 |
559 | 2024-10-30T13:30:35.096Z | Downloaded fxhash v0.2.1 |
560 | 2024-10-30T13:30:35.099Z | Downloaded term v0.7.0 |
561 | 2024-10-30T13:30:35.102Z | Downloaded tokio-rustls v0.24.1 |
562 | 2024-10-30T13:30:35.105Z | Downloaded time-core v0.1.2 |
563 | 2024-10-30T13:30:35.105Z | Downloaded tinyvec_macros v0.1.1 |
564 | 2024-10-30T13:30:35.107Z | Downloaded slog v2.7.0 |
565 | 2024-10-30T13:30:35.109Z | Downloaded newline-converter v0.3.0 |
566 | 2024-10-30T13:30:35.109Z | Downloaded bytes v1.7.2 |
567 | 2024-10-30T13:30:35.113Z | Downloaded thread-id v4.2.2 |
568 | 2024-10-30T13:30:35.115Z | Downloaded indent_write v2.2.0 |
569 | 2024-10-30T13:30:35.118Z | Downloaded smartstring v1.0.1 |
570 | 2024-10-30T13:30:35.120Z | Downloaded zeroize v1.8.1 |
571 | 2024-10-30T13:30:35.120Z | Downloaded libsw v3.3.1 |
572 | 2024-10-30T13:30:35.123Z | Downloaded crc32fast v1.4.2 |
573 | 2024-10-30T13:30:35.125Z | Downloaded clap v4.5.18 |
574 | 2024-10-30T13:30:35.134Z | Downloaded zone_cfg_derive v0.3.0 |
575 | 2024-10-30T13:30:35.136Z | Downloaded strum v0.26.3 |
576 | 2024-10-30T13:30:35.136Z | Downloaded arc-swap v1.7.1 |
577 | 2024-10-30T13:30:35.139Z | Downloaded zerocopy-derive v0.7.35 |
578 | 2024-10-30T13:30:35.145Z | Downloaded tokio-stream v0.1.16 |
579 | 2024-10-30T13:30:35.150Z | Downloaded openssl-macros v0.1.1 |
580 | 2024-10-30T13:30:35.153Z | Downloaded is-terminal v0.4.13 |
581 | 2024-10-30T13:30:35.153Z | Downloaded instant v0.1.13 |
582 | 2024-10-30T13:30:35.153Z | Downloaded sync_wrapper v0.1.2 |
583 | 2024-10-30T13:30:35.153Z | Downloaded ryu v1.0.18 |
584 | 2024-10-30T13:30:35.157Z | Downloaded toml_datetime v0.6.8 |
585 | 2024-10-30T13:30:35.160Z | Downloaded pest v2.7.13 |
586 | 2024-10-30T13:30:35.165Z | Downloaded waitgroup v0.1.2 |
587 | 2024-10-30T13:30:35.168Z | Downloaded usdt v0.5.0 |
588 | 2024-10-30T13:30:35.168Z | Downloaded try-lock v0.2.5 |
589 | 2024-10-30T13:30:35.168Z | Downloaded num-conv v0.1.0 |
590 | 2024-10-30T13:30:35.168Z | Downloaded take_mut v0.2.2 |
591 | 2024-10-30T13:30:35.172Z | Downloaded serde_derive v1.0.210 |
592 | 2024-10-30T13:30:35.172Z | Downloaded half v2.4.1 |
593 | 2024-10-30T13:30:35.174Z | Downloaded openssl-probe v0.1.5 |
594 | 2024-10-30T13:30:35.177Z | Downloaded tower-service v0.3.3 |
595 | 2024-10-30T13:30:35.177Z | Downloaded thread_local v1.1.8 |
596 | 2024-10-30T13:30:35.177Z | Downloaded thiserror-impl v1.0.64 |
597 | 2024-10-30T13:30:35.181Z | Downloaded tokio-rustls v0.25.0 |
598 | 2024-10-30T13:30:35.184Z | Downloaded humantime v2.1.0 |
599 | 2024-10-30T13:30:35.184Z | Downloaded hyper-rustls v0.24.2 |
600 | 2024-10-30T13:30:35.186Z | Downloaded version_check v0.9.5 |
601 | 2024-10-30T13:30:35.189Z | Downloaded httparse v1.9.4 |
602 | 2024-10-30T13:30:35.189Z | Downloaded uuid v1.10.0 |
603 | 2024-10-30T13:30:35.192Z | Downloaded slog-stdlog v4.1.1 |
604 | 2024-10-30T13:30:35.194Z | Downloaded slog-scope v4.4.0 |
605 | 2024-10-30T13:30:35.198Z | Downloaded sync_wrapper v1.0.1 |
606 | 2024-10-30T13:30:35.198Z | Downloaded num_enum_derive v0.7.3 |
607 | 2024-10-30T13:30:35.198Z | Downloaded cc v1.1.21 |
608 | 2024-10-30T13:30:35.201Z | Downloaded num_enum_derive v0.5.11 |
609 | 2024-10-30T13:30:35.208Z | Downloaded heapless v0.8.0 |
610 | 2024-10-30T13:30:35.212Z | Downloaded mime v0.3.17 |
611 | 2024-10-30T13:30:35.212Z | Downloaded native-tls v0.2.12 |
612 | 2024-10-30T13:30:35.212Z | Downloaded subtle v2.6.1 |
613 | 2024-10-30T13:30:35.212Z | Downloaded match_cfg v0.1.0 |
614 | 2024-10-30T13:30:35.215Z | Downloaded untrusted v0.9.0 |
615 | 2024-10-30T13:30:35.215Z | Downloaded smf v0.2.3 |
616 | 2024-10-30T13:30:35.215Z | Downloaded is_terminal_polyfill v1.70.1 |
617 | 2024-10-30T13:30:35.217Z | Downloaded num v0.4.3 |
618 | 2024-10-30T13:30:35.217Z | Downloaded typify v0.2.0 |
619 | 2024-10-30T13:30:35.220Z | Downloaded tokio-rustls v0.26.0 |
620 | 2024-10-30T13:30:35.224Z | Downloaded typify-macro v0.2.0 |
621 | 2024-10-30T13:30:35.224Z | Downloaded slab v0.4.9 |
622 | 2024-10-30T13:30:35.226Z | Downloaded hickory-resolver v0.24.1 |
623 | 2024-10-30T13:30:35.230Z | Downloaded num-derive v0.3.3 |
624 | 2024-10-30T13:30:35.234Z | Downloaded multer v3.1.0 |
625 | 2024-10-30T13:30:35.237Z | Downloaded hyper-tls v0.6.0 |
626 | 2024-10-30T13:30:35.237Z | Downloaded managed v0.8.0 |
627 | 2024-10-30T13:30:35.237Z | Downloaded generic-array v0.14.7 |
628 | 2024-10-30T13:30:35.239Z | Downloaded num-integer v0.1.46 |
629 | 2024-10-30T13:30:35.241Z | Downloaded tiny-keccak v2.0.2 |
630 | 2024-10-30T13:30:35.244Z | Downloaded thiserror v1.0.64 |
631 | 2024-10-30T13:30:35.247Z | Downloaded smallvec v1.13.2 |
632 | 2024-10-30T13:30:35.250Z | Downloaded slog-term v2.9.1 |
633 | 2024-10-30T13:30:35.253Z | Downloaded openssl-sys v0.9.103 |
634 | 2024-10-30T13:30:35.257Z | Downloaded expectorate v1.1.0 |
635 | 2024-10-30T13:30:35.260Z | Downloaded num-iter v0.1.45 |
636 | 2024-10-30T13:30:35.262Z | Downloaded zone v0.3.0 |
637 | 2024-10-30T13:30:35.262Z | Downloaded hex v0.4.3 |
638 | 2024-10-30T13:30:35.264Z | Downloaded similar v2.6.0 |
639 | 2024-10-30T13:30:35.268Z | Downloaded whoami v1.5.2 |
640 | 2024-10-30T13:30:35.271Z | Downloaded heck v0.5.0 |
641 | 2024-10-30T13:30:35.274Z | Downloaded tabwriter v1.4.0 |
642 | 2024-10-30T13:30:35.274Z | Downloaded num_enum v0.5.11 |
643 | 2024-10-30T13:30:35.278Z | Downloaded ipnet v2.10.0 |
644 | 2024-10-30T13:30:35.281Z | Downloaded base64 v0.22.1 |
645 | 2024-10-30T13:30:35.284Z | Downloaded spin v0.9.8 |
646 | 2024-10-30T13:30:35.287Z | Downloaded iana-time-zone v0.1.61 |
647 | 2024-10-30T13:30:35.290Z | Downloaded unicode-ident v1.0.13 |
648 | 2024-10-30T13:30:35.293Z | Downloaded hyper-rustls v0.27.3 |
649 | 2024-10-30T13:30:35.298Z | Downloaded memchr v2.7.4 |
650 | 2024-10-30T13:30:35.308Z | Downloaded getrandom v0.2.15 |
651 | 2024-10-30T13:30:35.312Z | Downloaded heck v0.4.1 |
652 | 2024-10-30T13:30:35.312Z | Downloaded num-complex v0.4.6 |
653 | 2024-10-30T13:30:35.313Z | Downloaded clap_builder v4.5.18 |
654 | 2024-10-30T13:30:35.316Z | Downloaded num-rational v0.4.2 |
655 | 2024-10-30T13:30:35.316Z | Downloaded aho-corasick v1.1.3 |
656 | 2024-10-30T13:30:35.320Z | Downloaded ucd-trie v0.1.6 |
657 | 2024-10-30T13:30:35.323Z | Downloaded unicode-bidi v0.3.15 |
658 | 2024-10-30T13:30:35.326Z | Downloaded serde v1.0.210 |
659 | 2024-10-30T13:30:35.328Z | Downloaded thin-vec v0.2.13 |
660 | 2024-10-30T13:30:35.331Z | Downloaded http v0.2.12 |
661 | 2024-10-30T13:30:35.334Z | Downloaded zerocopy v0.6.6 |
662 | 2024-10-30T13:30:35.337Z | Downloaded http v1.1.0 |
663 | 2024-10-30T13:30:35.340Z | Downloaded time-macros v0.2.18 |
664 | 2024-10-30T13:30:35.343Z | Downloaded steno v0.4.1 |
665 | 2024-10-30T13:30:35.347Z | Downloaded num-traits v0.2.19 |
666 | 2024-10-30T13:30:35.350Z | Downloaded serde_json v1.0.128 |
667 | 2024-10-30T13:30:35.368Z | Downloaded tinyvec v1.8.0 |
668 | 2024-10-30T13:30:35.372Z | Downloaded url v2.5.2 |
669 | 2024-10-30T13:30:35.379Z | Downloaded hashbrown v0.12.3 |
670 | 2024-10-30T13:30:35.384Z | Downloaded typenum v1.17.0 |
671 | 2024-10-30T13:30:35.387Z | Downloaded tracing-core v0.1.32 |
672 | 2024-10-30T13:30:35.389Z | Downloaded socket2 v0.5.7 |
673 | 2024-10-30T13:30:35.392Z | Downloaded indexmap v1.9.3 |
674 | 2024-10-30T13:30:35.394Z | Downloaded unicode-normalization v0.1.24 |
675 | 2024-10-30T13:30:35.397Z | Downloaded hyper-util v0.1.9 |
676 | 2024-10-30T13:30:35.403Z | Downloaded unsafe-libyaml v0.2.11 |
677 | 2024-10-30T13:30:35.406Z | Downloaded minimal-lexical v0.2.1 |
678 | 2024-10-30T13:30:35.410Z | Downloaded unicode-segmentation v1.12.0 |
679 | 2024-10-30T13:30:35.415Z | Downloaded rand v0.8.5 |
680 | 2024-10-30T13:30:35.418Z | Downloaded tracing v0.1.40 |
681 | 2024-10-30T13:30:35.422Z | Downloaded indexmap v2.6.0 |
682 | 2024-10-30T13:30:35.429Z | Downloaded itertools v0.12.1 |
683 | 2024-10-30T13:30:35.436Z | Downloaded serde_with v3.11.0 |
684 | 2024-10-30T13:30:35.444Z | Downloaded qorb v0.1.2 |
685 | 2024-10-30T13:30:35.448Z | Downloaded itertools v0.10.5 |
686 | 2024-10-30T13:30:35.456Z | Downloaded chrono v0.4.38 |
687 | 2024-10-30T13:30:35.467Z | Downloaded highway v1.2.0 |
688 | 2024-10-30T13:30:35.490Z | Downloaded log v0.4.22 |
689 | 2024-10-30T13:30:35.490Z | Downloaded hashbrown v0.15.0 |
690 | 2024-10-30T13:30:35.491Z | Downloaded tokio-util v0.7.12 |
691 | 2024-10-30T13:30:35.496Z | Downloaded toml_edit v0.22.21 |
692 | 2024-10-30T13:30:35.504Z | Downloaded itertools v0.13.0 |
693 | 2024-10-30T13:30:35.512Z | Downloaded reqwest v0.12.8 |
694 | 2024-10-30T13:30:35.519Z | Downloaded time v0.3.36 |
695 | 2024-10-30T13:30:35.526Z | Downloaded zerocopy v0.7.35 |
696 | 2024-10-30T13:30:35.541Z | Downloaded futures-util v0.3.31 |
697 | 2024-10-30T13:30:35.553Z | Downloaded winnow v0.5.40 |
698 | 2024-10-30T13:30:35.563Z | Downloaded hyper v0.14.30 |
699 | 2024-10-30T13:30:35.569Z | Downloaded hashbrown v0.14.5 |
700 | 2024-10-30T13:30:35.575Z | Downloaded syn v1.0.109 |
701 | 2024-10-30T13:30:35.584Z | Downloaded webpki-roots v0.25.4 |
702 | 2024-10-30T13:30:35.588Z | Downloaded dropshot v0.12.0 |
703 | 2024-10-30T13:30:35.607Z | Downloaded rustls-webpki v0.101.7 |
704 | 2024-10-30T13:30:35.622Z | Downloaded unicode-width v0.1.14 |
705 | 2024-10-30T13:30:35.627Z | Downloaded rustls-webpki v0.102.8 |
706 | 2024-10-30T13:30:35.647Z | Downloaded openssl v0.10.66 |
707 | 2024-10-30T13:30:35.657Z | Downloaded smoltcp v0.11.0 |
708 | 2024-10-30T13:30:35.671Z | Downloaded winnow v0.6.18 |
709 | 2024-10-30T13:30:35.682Z | Downloaded regex v1.11.1 |
710 | 2024-10-30T13:30:35.695Z | Downloaded quinn-proto v0.11.8 |
711 | 2024-10-30T13:30:35.703Z | Downloaded vcpkg v0.2.15 |
712 | 2024-10-30T13:30:35.746Z | Downloaded h2 v0.4.6 |
713 | 2024-10-30T13:30:35.754Z | Downloaded hickory-proto v0.24.1 |
714 | 2024-10-30T13:30:35.771Z | Downloaded h2 v0.3.26 |
715 | 2024-10-30T13:30:35.777Z | Downloaded libm v0.2.8 |
716 | 2024-10-30T13:30:35.786Z | Downloaded goblin v0.8.2 |
717 | 2024-10-30T13:30:35.793Z | Downloaded idna v0.5.0 |
718 | 2024-10-30T13:30:35.801Z | Downloaded rustls v0.22.4 |
719 | 2024-10-30T13:30:35.818Z | Downloaded webpki-roots v0.26.6 |
720 | 2024-10-30T13:30:35.821Z | Downloaded typify-impl v0.2.0 |
721 | 2024-10-30T13:30:35.839Z | Downloaded idna v0.4.0 |
722 | 2024-10-30T13:30:35.846Z | Downloaded syn v2.0.77 |
723 | 2024-10-30T13:30:35.859Z | Downloaded rustls v0.23.13 |
724 | 2024-10-30T13:30:35.873Z | Downloaded regress v0.10.1 |
725 | 2024-10-30T13:30:35.884Z | Downloaded zerocopy-derive v0.6.6 |
726 | 2024-10-30T13:30:35.893Z | Downloaded rustix v0.38.37 |
727 | 2024-10-30T13:30:35.917Z | Downloaded openapiv3 v2.0.0 |
728 | 2024-10-30T13:30:35.931Z | Downloaded sled v0.34.7 |
729 | 2024-10-30T13:30:35.942Z | Downloaded regex-syntax v0.8.5 |
730 | 2024-10-30T13:30:35.951Z | Downloaded regress v0.9.1 |
731 | 2024-10-30T13:30:35.959Z | Downloaded rustls v0.21.12 |
732 | 2024-10-30T13:30:35.972Z | Downloaded rhai v1.19.0 |
733 | 2024-10-30T13:30:35.985Z | Downloaded reqwest v0.11.27 |
734 | 2024-10-30T13:30:35.992Z | Downloaded libc v0.2.161 |
735 | 2024-10-30T13:30:36.020Z | Downloaded hyper v1.4.1 |
736 | 2024-10-30T13:30:36.027Z | Downloaded toml_edit v0.19.15 |
737 | 2024-10-30T13:30:36.043Z | Downloaded mio v1.0.2 |
738 | 2024-10-30T13:30:36.049Z | Downloaded nom v7.1.3 |
739 | 2024-10-30T13:30:36.054Z | Downloaded serde_yaml v0.9.34+deprecated |
740 | 2024-10-30T13:30:36.058Z | Downloaded tracing-attributes v0.1.27 |
741 | 2024-10-30T13:30:36.060Z | Downloaded toml v0.8.19 |
742 | 2024-10-30T13:30:36.063Z | Downloaded crossbeam-channel v0.5.13 |
743 | 2024-10-30T13:30:36.068Z | Downloaded usdt-impl v0.5.0 |
744 | 2024-10-30T13:30:36.070Z | Downloaded linear-map v1.2.0 |
745 | 2024-10-30T13:30:36.073Z | Downloaded regex-automata v0.4.8 |
746 | 2024-10-30T13:30:36.090Z | Downloaded serde_path_to_error v0.1.16 |
747 | 2024-10-30T13:30:36.092Z | Downloaded serde_derive_internals v0.29.1 |
748 | 2024-10-30T13:30:36.092Z | Downloaded petgraph v0.6.5 |
749 | 2024-10-30T13:30:36.110Z | Downloaded slog-envlogger v2.2.0 |
750 | 2024-10-30T13:30:36.114Z | Downloaded serde_with_macros v3.11.0 |
751 | 2024-10-30T13:30:36.117Z | Downloaded serde_tokenstream v0.2.2 |
752 | 2024-10-30T13:30:36.117Z | Downloaded semver v1.0.23 |
753 | 2024-10-30T13:30:36.120Z | Downloaded sct v0.7.1 |
754 | 2024-10-30T13:30:36.123Z | Downloaded derive-where v1.2.7 |
755 | 2024-10-30T13:30:36.126Z | Downloaded strsim v0.11.1 |
756 | 2024-10-30T13:30:36.126Z | Downloaded static_assertions v1.1.0 |
757 | 2024-10-30T13:30:36.128Z | Downloaded quinn v0.11.5 |
758 | 2024-10-30T13:30:36.131Z | Downloaded tokio v1.40.0 |
759 | 2024-10-30T13:30:36.169Z | Downloaded blake2 v0.10.6 |
760 | 2024-10-30T13:30:36.172Z | Downloaded hostname v0.3.1 |
761 | 2024-10-30T13:30:36.174Z | Downloaded utf8parse v0.2.2 |
762 | 2024-10-30T13:30:36.174Z | Downloaded tokio-native-tls v0.3.1 |
763 | 2024-10-30T13:30:36.177Z | Downloaded tokio-macros v2.4.0 |
764 | 2024-10-30T13:30:36.177Z | Downloaded slog-json v2.6.1 |
765 | 2024-10-30T13:30:36.179Z | Downloaded shlex v1.3.0 |
766 | 2024-10-30T13:30:36.179Z | Downloaded pest_derive v2.7.13 |
767 | 2024-10-30T13:30:36.182Z | Downloaded futures-channel v0.3.31 |
768 | 2024-10-30T13:30:36.185Z | Downloaded parking_lot_core v0.9.10 |
769 | 2024-10-30T13:30:36.185Z | Downloaded allocator-api2 v0.2.18 |
770 | 2024-10-30T13:30:36.188Z | Downloaded schemars v0.8.21 |
771 | 2024-10-30T13:30:36.199Z | Downloaded proc-macro2 v1.0.86 |
772 | 2024-10-30T13:30:36.202Z | Downloaded prettyplease v0.2.22 |
773 | 2024-10-30T13:30:36.204Z | Downloaded encoding_rs v0.8.34 |
774 | 2024-10-30T13:30:36.226Z | Downloaded pest_generator v2.7.13 |
775 | 2024-10-30T13:30:36.228Z | Downloaded embedded-io v0.6.1 |
776 | 2024-10-30T13:30:36.231Z | Downloaded darling v0.20.10 |
777 | 2024-10-30T13:30:36.233Z | Downloaded ipnetwork v0.20.0 |
778 | 2024-10-30T13:30:36.236Z | Downloaded http-body-util v0.1.2 |
779 | 2024-10-30T13:30:36.236Z | Downloaded proc-macro-crate v3.2.0 |
780 | 2024-10-30T13:30:36.238Z | Downloaded console v0.15.8 |
781 | 2024-10-30T13:30:36.240Z | Downloaded ciborium v0.2.2 |
782 | 2024-10-30T13:30:36.243Z | Downloaded proc-macro-error-attr v1.0.4 |
783 | 2024-10-30T13:30:36.243Z | Downloaded proc-macro-crate v1.3.1 |
784 | 2024-10-30T13:30:36.246Z | Downloaded powerfmt v0.2.0 |
785 | 2024-10-30T13:30:36.246Z | Downloaded defmt-macros v0.3.9 |
786 | 2024-10-30T13:30:36.248Z | Downloaded anstream v0.6.15 |
787 | 2024-10-30T13:30:36.251Z | Downloaded data-encoding v2.6.0 |
788 | 2024-10-30T13:30:36.251Z | Downloaded proc-macro-error v1.0.4 |
789 | 2024-10-30T13:30:36.253Z | Downloaded foreign-types v0.3.2 |
790 | 2024-10-30T13:30:36.255Z | Downloaded float-ord v0.3.2 |
791 | 2024-10-30T13:30:36.255Z | Downloaded darling_macro v0.20.10 |
792 | 2024-10-30T13:30:36.255Z | Downloaded crucible-workspace-hack v0.1.0 |
793 | 2024-10-30T13:30:36.258Z | Downloaded ciborium-io v0.2.2 |
794 | 2024-10-30T13:30:36.258Z | Downloaded async-stream-impl v0.3.5 |
795 | 2024-10-30T13:30:36.258Z | Downloaded parking_lot v0.12.3 |
796 | 2024-10-30T13:30:36.260Z | Downloaded dirs-sys-next v0.1.2 |
797 | 2024-10-30T13:30:36.260Z | Downloaded futures-macro v0.3.31 |
798 | 2024-10-30T13:30:36.263Z | Downloaded either v1.13.0 |
799 | 2024-10-30T13:30:36.263Z | Downloaded crypto-common v0.1.6 |
800 | 2024-10-30T13:30:36.266Z | Downloaded colored v2.1.0 |
801 | 2024-10-30T13:30:36.266Z | Downloaded defmt v0.3.8 |
802 | 2024-10-30T13:30:36.269Z | Downloaded cobs v0.2.3 |
803 | 2024-10-30T13:30:36.272Z | Downloaded debug-ignore v1.0.5 |
804 | 2024-10-30T13:30:36.480Z | Downloaded ring v0.17.8 |
805 | 2024-10-30T13:30:36.839Z | Compiling proc-macro2 v1.0.86 |
806 | 2024-10-30T13:30:36.840Z | Compiling unicode-ident v1.0.13 |
807 | 2024-10-30T13:30:36.840Z | Compiling libc v0.2.161 |
808 | 2024-10-30T13:30:36.842Z | Compiling serde v1.0.210 |
809 | 2024-10-30T13:30:36.842Z | Compiling autocfg v1.3.0 |
810 | 2024-10-30T13:30:36.842Z | Compiling version_check v0.9.5 |
811 | 2024-10-30T13:30:36.842Z | Compiling cfg-if v1.0.0 |
812 | 2024-10-30T13:30:36.877Z | Compiling libm v0.2.8 |
813 | 2024-10-30T13:30:37.068Z | Compiling once_cell v1.20.2 |
814 | 2024-10-30T13:30:37.119Z | Compiling memchr v2.7.4 |
815 | 2024-10-30T13:30:37.508Z | Compiling parking_lot_core v0.9.10 |
816 | 2024-10-30T13:30:37.555Z | Compiling lock_api v0.4.12 |
817 | 2024-10-30T13:30:38.094Z | Compiling shlex v1.3.0 |
818 | 2024-10-30T13:30:38.341Z | Compiling thiserror v1.0.64 |
819 | 2024-10-30T13:30:38.801Z | Compiling cc v1.1.21 |
820 | 2024-10-30T13:30:38.838Z | Compiling itoa v1.0.11 |
821 | 2024-10-30T13:30:38.947Z | Compiling schemars v0.8.21 |
822 | 2024-10-30T13:30:39.114Z | Compiling slab v0.4.9 |
823 | 2024-10-30T13:30:39.135Z | Compiling ryu v1.0.18 |
824 | 2024-10-30T13:30:39.338Z | Compiling num-traits v0.2.19 |
825 | 2024-10-30T13:30:39.417Z | Compiling serde_json v1.0.128 |
826 | 2024-10-30T13:30:39.459Z | Compiling byteorder v1.5.0 |
827 | 2024-10-30T13:30:39.877Z | Compiling pin-project-lite v0.2.14 |
828 | 2024-10-30T13:30:40.005Z | Compiling quote v1.0.37 |
829 | 2024-10-30T13:30:40.288Z | Compiling getrandom v0.2.15 |
830 | 2024-10-30T13:30:40.673Z | Compiling syn v2.0.77 |
831 | 2024-10-30T13:30:40.923Z | Compiling equivalent v1.0.1 |
832 | 2024-10-30T13:30:40.950Z | Compiling log v0.4.22 |
833 | 2024-10-30T13:30:41.044Z | Compiling hashbrown v0.15.0 |
834 | 2024-10-30T13:30:41.132Z | Compiling heck v0.5.0 |
835 | 2024-10-30T13:30:41.473Z | Compiling fnv v1.0.7 |
836 | 2024-10-30T13:30:41.594Z | Compiling scopeguard v1.2.0 |
837 | 2024-10-30T13:30:41.852Z | Compiling ring v0.17.8 |
838 | 2024-10-30T13:30:41.989Z | Compiling vcpkg v0.2.15 |
839 | 2024-10-30T13:30:42.230Z | Compiling pkg-config v0.3.31 |
840 | 2024-10-30T13:30:42.349Z | Compiling slog v2.7.0 |
841 | 2024-10-30T13:30:42.385Z | Compiling httparse v1.9.4 |
842 | 2024-10-30T13:30:42.849Z | Compiling signal-hook-registry v1.4.2 |
843 | 2024-10-30T13:30:42.923Z | Compiling socket2 v0.5.7 |
844 | 2024-10-30T13:30:43.086Z | Compiling mio v1.0.2 |
845 | 2024-10-30T13:30:43.183Z | Compiling iana-time-zone v0.1.61 |
846 | 2024-10-30T13:30:43.662Z | Compiling openssl-sys v0.9.103 |
847 | 2024-10-30T13:30:43.738Z | Compiling futures-core v0.3.31 |
848 | 2024-10-30T13:30:44.058Z | Compiling dyn-clone v1.0.17 |
849 | 2024-10-30T13:30:44.252Z | Compiling openssl v0.10.66 |
850 | 2024-10-30T13:30:44.295Z | Compiling typenum v1.17.0 |
851 | 2024-10-30T13:30:44.470Z | Compiling ahash v0.8.11 |
852 | 2024-10-30T13:30:44.510Z | Compiling rustls v0.23.13 |
853 | 2024-10-30T13:30:44.661Z | Compiling native-tls v0.2.12 |
854 | 2024-10-30T13:30:44.692Z | Compiling futures-sink v0.3.31 |
855 | 2024-10-30T13:30:44.713Z | Compiling semver v1.0.23 |
856 | 2024-10-30T13:30:44.815Z | Compiling generic-array v0.14.7 |
857 | 2024-10-30T13:30:44.875Z | Compiling allocator-api2 v0.2.18 |
858 | 2024-10-30T13:30:44.923Z | Compiling ucd-trie v0.1.6 |
859 | 2024-10-30T13:30:45.183Z | Compiling futures-channel v0.3.31 |
860 | 2024-10-30T13:30:45.247Z | Compiling pin-utils v0.1.0 |
861 | 2024-10-30T13:30:45.296Z | Compiling anyhow v1.0.89 |
862 | 2024-10-30T13:30:45.323Z | Compiling futures-io v0.3.31 |
863 | 2024-10-30T13:30:45.347Z | Compiling futures-task v0.3.31 |
864 | 2024-10-30T13:30:45.376Z | Compiling aho-corasick v1.1.3 |
865 | 2024-10-30T13:30:45.609Z | Compiling time-core v0.1.2 |
866 | 2024-10-30T13:30:45.631Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-10-30T13:30:45.654Z | Compiling num-conv v0.1.0 |
868 | 2024-10-30T13:30:45.689Z | Compiling regex-syntax v0.8.5 |
869 | 2024-10-30T13:30:45.692Z | Compiling tracing-core v0.1.32 |
870 | 2024-10-30T13:30:45.902Z | Compiling usdt-impl v0.5.0 |
871 | 2024-10-30T13:30:45.930Z | Compiling time-macros v0.2.18 |
872 | 2024-10-30T13:30:45.950Z | Compiling bitflags v2.6.0 |
873 | 2024-10-30T13:30:46.301Z | Compiling strsim v0.11.1 |
874 | 2024-10-30T13:30:46.470Z | Compiling plain v0.2.3 |
875 | 2024-10-30T13:30:46.625Z | Compiling rustversion v1.0.17 |
876 | 2024-10-30T13:30:47.037Z | Compiling subtle v2.6.1 |
877 | 2024-10-30T13:30:47.295Z | Compiling paste v1.0.15 |
878 | 2024-10-30T13:30:47.382Z | Compiling newtype-uuid v1.1.2 |
879 | 2024-10-30T13:30:47.477Z | Compiling pretty-hex v0.4.1 |
880 | 2024-10-30T13:30:47.796Z | Compiling serde_derive_internals v0.29.1 |
881 | 2024-10-30T13:30:48.050Z | Compiling thread-id v4.2.2 |
882 | 2024-10-30T13:30:48.112Z | Compiling ident_case v1.0.1 |
883 | 2024-10-30T13:30:48.295Z | Compiling camino v1.1.9 |
884 | 2024-10-30T13:30:48.810Z | Compiling unsafe-libyaml v0.2.11 |
885 | 2024-10-30T13:30:49.256Z | Compiling regex-automata v0.4.8 |
886 | 2024-10-30T13:30:49.283Z | Compiling crunchy v0.2.2 |
887 | 2024-10-30T13:30:49.444Z | Compiling rustls v0.22.4 |
888 | 2024-10-30T13:30:49.733Z | Compiling darling_core v0.20.10 |
889 | 2024-10-30T13:30:50.793Z | Compiling rustls-pki-types v1.8.0 |
890 | 2024-10-30T13:30:50.815Z | Compiling slog-async v2.8.0 |
891 | 2024-10-30T13:30:50.908Z | Compiling tiny-keccak v2.0.2 |
892 | 2024-10-30T13:30:51.157Z | Compiling spin v0.9.8 |
893 | 2024-10-30T13:30:51.416Z | Compiling rand_core v0.6.4 |
894 | 2024-10-30T13:30:51.433Z | Compiling multer v3.1.0 |
895 | 2024-10-30T13:30:51.761Z | Compiling tinyvec_macros v0.1.1 |
896 | 2024-10-30T13:30:51.850Z | Compiling untrusted v0.9.0 |
897 | 2024-10-30T13:30:51.871Z | Compiling tinyvec v1.8.0 |
898 | 2024-10-30T13:30:52.776Z | Compiling regex v1.11.1 |
899 | 2024-10-30T13:30:52.850Z | Compiling serde_derive v1.0.210 |
900 | 2024-10-30T13:30:53.452Z | Compiling zerocopy-derive v0.7.35 |
901 | 2024-10-30T13:30:53.696Z | Compiling thiserror-impl v1.0.64 |
902 | 2024-10-30T13:30:54.571Z | Compiling tokio-macros v2.4.0 |
903 | 2024-10-30T13:30:55.319Z | Compiling schemars_derive v0.8.21 |
904 | 2024-10-30T13:30:55.458Z | Compiling futures-macro v0.3.31 |
905 | 2024-10-30T13:30:55.982Z | Compiling zerocopy v0.7.35 |
906 | 2024-10-30T13:30:56.349Z | Compiling openssl-macros v0.1.1 |
907 | 2024-10-30T13:30:56.858Z | Compiling scroll_derive v0.12.0 |
908 | 2024-10-30T13:30:57.178Z | Compiling pest v2.7.13 |
909 | 2024-10-30T13:30:57.332Z | Compiling futures-util v0.3.31 |
910 | 2024-10-30T13:30:57.874Z | Compiling tracing-attributes v0.1.27 |
911 | 2024-10-30T13:30:58.150Z | Compiling hashbrown v0.14.5 |
912 | 2024-10-30T13:30:58.271Z | Compiling scroll v0.12.0 |
913 | 2024-10-30T13:30:58.361Z | Compiling darling_macro v0.20.10 |
914 | 2024-10-30T13:30:58.813Z | Compiling goblin v0.8.2 |
915 | 2024-10-30T13:30:59.373Z | Compiling async-trait v0.1.83 |
916 | 2024-10-30T13:30:59.507Z | Compiling regress v0.10.1 |
917 | 2024-10-30T13:31:00.008Z | Compiling pest_meta v2.7.13 |
918 | 2024-10-30T13:31:01.912Z | Compiling pest_generator v2.7.13 |
919 | 2024-10-30T13:31:03.396Z | Compiling tracing v0.1.40 |
920 | 2024-10-30T13:31:03.963Z | Compiling darling v0.20.10 |
921 | 2024-10-30T13:31:04.005Z | Compiling pest_derive v2.7.13 |
922 | 2024-10-30T13:31:04.067Z | Compiling percent-encoding v2.3.1 |
923 | 2024-10-30T13:31:04.088Z | Compiling atomic-waker v1.1.2 |
924 | 2024-10-30T13:31:04.110Z | Compiling serde_with_macros v3.11.0 |
925 | 2024-10-30T13:31:04.276Z | Compiling form_urlencoded v1.2.1 |
926 | 2024-10-30T13:31:04.505Z | Compiling ppv-lite86 v0.2.20 |
927 | 2024-10-30T13:31:04.762Z | Compiling unicode-normalization v0.1.24 |
928 | 2024-10-30T13:31:04.905Z | Compiling dtrace-parser v0.2.0 |
929 | 2024-10-30T13:31:05.426Z | Compiling structmeta-derive v0.3.0 |
930 | 2024-10-30T13:31:06.110Z | Compiling strum_macros v0.26.4 |
931 | 2024-10-30T13:31:06.467Z | Compiling bytes v1.7.2 |
932 | 2024-10-30T13:31:06.809Z | Compiling smallvec v1.13.2 |
933 | 2024-10-30T13:31:06.951Z | Compiling chrono v0.4.38 |
934 | 2024-10-30T13:31:07.785Z | Compiling indexmap v2.6.0 |
935 | 2024-10-30T13:31:08.297Z | Compiling uuid v1.10.0 |
936 | 2024-10-30T13:31:08.913Z | Compiling parking_lot v0.12.3 |
937 | 2024-10-30T13:31:09.296Z | Compiling serde_tokenstream v0.2.2 |
938 | 2024-10-30T13:31:09.554Z | Compiling tokio v1.40.0 |
939 | 2024-10-30T13:31:09.870Z | Compiling http v1.1.0 |
940 | 2024-10-30T13:31:11.440Z | Compiling openapiv3 v2.0.0 |
941 | 2024-10-30T13:31:12.542Z | Compiling dof v0.3.0 |
942 | 2024-10-30T13:31:12.767Z | Compiling serde_yaml v0.9.34+deprecated |
943 | 2024-10-30T13:31:14.309Z | Compiling typify-impl v0.2.0 |
944 | 2024-10-30T13:31:15.779Z | Compiling http-body v1.0.1 |
945 | 2024-10-30T13:31:16.059Z | Compiling ipnetwork v0.20.0 |
946 | 2024-10-30T13:31:16.578Z | Compiling async-stream-impl v0.3.5 |
947 | 2024-10-30T13:31:16.743Z | Compiling usdt-attr-macro v0.5.0 |
948 | 2024-10-30T13:31:17.365Z | Compiling usdt-macro v0.5.0 |
949 | 2024-10-30T13:31:17.917Z | Compiling rustls-webpki v0.102.8 |
950 | 2024-10-30T13:31:19.933Z | Compiling tokio-util v0.7.12 |
951 | 2024-10-30T13:31:20.195Z | Compiling const-random-macro v0.1.16 |
952 | 2024-10-30T13:31:21.032Z | Compiling dropshot v0.12.0 |
953 | 2024-10-30T13:31:21.037Z | Compiling unicode-bidi v0.3.15 |
954 | 2024-10-30T13:31:21.384Z | Compiling zeroize v1.8.1 |
955 | 2024-10-30T13:31:21.758Z | Compiling try-lock v0.2.5 |
956 | 2024-10-30T13:31:21.930Z | Compiling want v0.3.1 |
957 | 2024-10-30T13:31:22.058Z | Compiling const-random v0.1.18 |
958 | 2024-10-30T13:31:22.162Z | Compiling h2 v0.4.6 |
959 | 2024-10-30T13:31:22.234Z | Compiling structmeta v0.3.0 |
960 | 2024-10-30T13:31:22.370Z | Compiling rand_chacha v0.3.1 |
961 | 2024-10-30T13:31:22.625Z | Compiling httpdate v1.0.3 |
962 | 2024-10-30T13:31:23.217Z | Compiling foreign-types-shared v0.1.1 |
963 | 2024-10-30T13:31:23.339Z | Compiling foreign-types v0.3.2 |
964 | 2024-10-30T13:31:23.395Z | Compiling rand v0.8.5 |
965 | 2024-10-30T13:31:23.444Z | Compiling parse-display-derive v0.10.0 |
966 | 2024-10-30T13:31:24.109Z | Compiling idna v0.5.0 |
967 | 2024-10-30T13:31:24.648Z | Compiling dropshot_endpoint v0.12.0 |
968 | 2024-10-30T13:31:25.254Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
969 | 2024-10-30T13:31:26.387Z | Compiling typify-macro v0.2.0 |
970 | 2024-10-30T13:31:27.540Z | Compiling hyper v1.4.1 |
971 | 2024-10-30T13:31:28.168Z | Compiling tower-service v0.3.3 |
972 | 2024-10-30T13:31:30.351Z | Compiling typify v0.2.0 |
973 | 2024-10-30T13:31:30.425Z | Compiling hyper-util v0.1.9 |
974 | 2024-10-30T13:31:30.428Z | Compiling url v2.5.2 |
975 | 2024-10-30T13:31:30.514Z | Compiling progenitor-impl v0.8.0 |
976 | 2024-10-30T13:31:36.107Z | Compiling ipnet v2.10.0 |
977 | 2024-10-30T13:31:36.879Z | Compiling openssl-probe v0.1.5 |
978 | 2024-10-30T13:31:37.343Z | Compiling progenitor-macro v0.8.0 |
979 | 2024-10-30T13:31:39.286Z | Compiling http-body-util v0.1.2 |
980 | 2024-10-30T13:31:40.164Z | Compiling encoding_rs v0.8.34 |
981 | 2024-10-30T13:31:40.585Z | Compiling syn v1.0.109 |
982 | 2024-10-30T13:31:45.815Z | Compiling powerfmt v0.2.0 |
983 | 2024-10-30T13:31:46.330Z | Compiling crossbeam-utils v0.8.20 |
984 | 2024-10-30T13:31:46.924Z | Compiling mime v0.3.17 |
985 | 2024-10-30T13:31:48.459Z | Compiling base64 v0.22.1 |
986 | 2024-10-30T13:31:49.595Z | Compiling rustls-pemfile v2.1.3 |
987 | 2024-10-30T13:31:50.361Z | Compiling deranged v0.3.11 |
988 | 2024-10-30T13:31:51.049Z | Compiling tokio-rustls v0.26.0 |
989 | 2024-10-30T13:31:52.708Z | Compiling tokio-native-tls v0.3.1 |
990 | 2024-10-30T13:31:53.015Z | Compiling toml_datetime v0.6.8 |
991 | 2024-10-30T13:31:53.435Z | Compiling serde_urlencoded v0.7.1 |
992 | 2024-10-30T13:31:53.456Z | Compiling webpki-roots v0.26.6 |
993 | 2024-10-30T13:31:53.676Z | Compiling num_threads v0.1.7 |
994 | 2024-10-30T13:31:53.821Z | Compiling winnow v0.6.18 |
995 | 2024-10-30T13:31:54.041Z | Compiling time v0.3.36 |
996 | 2024-10-30T13:31:54.063Z | Compiling hyper-rustls v0.27.3 |
997 | 2024-10-30T13:31:55.340Z | Compiling hyper-tls v0.6.0 |
998 | 2024-10-30T13:31:58.206Z | Compiling block-buffer v0.10.4 |
999 | 2024-10-30T13:31:58.477Z | Compiling crypto-common v0.1.6 |
1000 | 2024-10-30T13:32:01.705Z | Compiling sync_wrapper v1.0.1 |
1001 | 2024-10-30T13:32:04.744Z | Compiling match_cfg v0.1.0 |
1002 | 2024-10-30T13:32:05.769Z | Compiling hostname v0.3.1 |
1003 | 2024-10-30T13:32:07.512Z | Compiling reqwest v0.12.8 |
1004 | 2024-10-30T13:32:10.006Z | Compiling digest v0.10.7 |
1005 | 2024-10-30T13:32:10.487Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1006 | 2024-10-30T13:32:12.767Z | Compiling futures-executor v0.3.31 |
1007 | 2024-10-30T13:32:13.285Z | Compiling dirs-sys-next v0.1.2 |
1008 | 2024-10-30T13:32:14.297Z | Compiling dirs-next v2.0.0 |
1009 | 2024-10-30T13:32:14.523Z | Compiling futures v0.3.31 |
1010 | 2024-10-30T13:32:14.653Z | Compiling progenitor-client v0.8.0 |
1011 | 2024-10-30T13:32:20.247Z | Compiling thread_local v1.1.8 |
1012 | 2024-10-30T13:32:20.939Z | Compiling instant v0.1.13 |
1013 | 2024-10-30T13:32:21.622Z | Compiling cpufeatures v0.2.14 |
1014 | 2024-10-30T13:32:22.955Z | Compiling progenitor v0.8.0 |
1015 | 2024-10-30T13:32:23.180Z | Compiling term v0.7.0 |
1016 | 2024-10-30T13:32:23.478Z | Compiling crossbeam-channel v0.5.13 |
1017 | 2024-10-30T13:32:25.837Z | Compiling serde_spanned v0.6.7 |
1018 | 2024-10-30T13:32:26.203Z | Compiling is-terminal v0.4.13 |
1019 | 2024-10-30T13:32:26.343Z | Compiling memmap v0.7.0 |
1020 | 2024-10-30T13:32:26.765Z | Compiling debug-ignore v1.0.5 |
1021 | 2024-10-30T13:32:27.666Z | Compiling take_mut v0.2.2 |
1022 | 2024-10-30T13:32:27.743Z | Compiling usdt v0.5.0 |
1023 | 2024-10-30T13:32:28.006Z | Compiling slog-term v2.9.1 |
1024 | 2024-10-30T13:32:29.123Z | Compiling toml_edit v0.22.21 |
1025 | 2024-10-30T13:32:30.722Z | Compiling slog-json v2.6.1 |
1026 | 2024-10-30T13:32:30.741Z | Compiling strum v0.26.3 |
1027 | 2024-10-30T13:32:30.937Z | Compiling serde_with v3.11.0 |
1028 | 2024-10-30T13:32:34.263Z | Compiling tokio-rustls v0.25.0 |
1029 | 2024-10-30T13:32:34.794Z | Compiling toml v0.8.19 |
1030 | 2024-10-30T13:32:34.839Z | Compiling slog-bunyan v2.5.0 |
1031 | 2024-10-30T13:32:35.045Z | Compiling sha1 v0.10.6 |
1032 | 2024-10-30T13:32:35.433Z | Compiling async-stream v0.3.5 |
1033 | 2024-10-30T13:32:35.760Z | Compiling serde_path_to_error v0.1.16 |
1034 | 2024-10-30T13:32:35.876Z | Compiling hex v0.4.3 |
1035 | 2024-10-30T13:32:36.576Z | Compiling waitgroup v0.1.2 |
1036 | 2024-10-30T13:32:36.850Z | Compiling hostname v0.4.0 |
1037 | 2024-10-30T13:32:39.267Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1038 | 2024-10-30T13:32:41.350Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1039 | 2024-10-30T13:32:41.508Z | Compiling backoff v0.4.0 |
1040 | 2024-10-30T13:32:43.047Z | Compiling parse-display v0.10.0 |
1041 | 2024-10-30T13:32:43.212Z | Compiling regress v0.9.1 |
1042 | 2024-10-30T13:32:45.027Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1043 | 2024-10-30T13:32:45.505Z | Compiling macaddr v1.0.1 |
1044 | 2024-10-30T13:32:50.927Z | Compiling rustix v0.38.37 |
1045 | 2024-10-30T13:32:52.566Z | Compiling errno v0.3.9 |
1046 | 2024-10-30T13:32:58.717Z | Compiling clap_derive v4.5.18 |
1047 | 2024-10-30T13:33:02.998Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1048 | 2024-10-30T13:33:03.059Z | Compiling lazy_static v1.5.0 |
1049 | 2024-10-30T13:33:03.994Z | Compiling heapless v0.8.0 |
1050 | 2024-10-30T13:33:04.445Z | Compiling utf8parse v0.2.2 |
1051 | 2024-10-30T13:33:04.549Z | Compiling unicode-width v0.1.14 |
1052 | 2024-10-30T13:33:04.616Z | Compiling anstyle-parse v0.2.5 |
1053 | 2024-10-30T13:33:05.576Z | Compiling hash32 v0.3.1 |
1054 | 2024-10-30T13:33:06.242Z | Compiling stable_deref_trait v1.2.0 |
1055 | 2024-10-30T13:33:06.346Z | Compiling anstyle v1.0.8 |
1056 | 2024-10-30T13:33:06.369Z | Compiling colorchoice v1.0.2 |
1057 | 2024-10-30T13:33:06.377Z | Compiling anstyle-query v1.1.1 |
1058 | 2024-10-30T13:33:06.534Z | Compiling is_terminal_polyfill v1.70.1 |
1059 | 2024-10-30T13:33:06.555Z | Compiling smoltcp v0.11.0 |
1060 | 2024-10-30T13:33:06.892Z | Compiling anstream v0.6.15 |
1061 | 2024-10-30T13:33:08.246Z | Compiling terminal_size v0.3.0 |
1062 | 2024-10-30T13:33:08.684Z | Compiling num-integer v0.1.46 |
1063 | 2024-10-30T13:33:09.017Z | Compiling winnow v0.5.40 |
1064 | 2024-10-30T13:33:09.116Z | Compiling cobs v0.2.3 |
1065 | 2024-10-30T13:33:09.423Z | Compiling prettyplease v0.2.22 |
1066 | 2024-10-30T13:33:09.536Z | Compiling bitflags v1.3.2 |
1067 | 2024-10-30T13:33:09.652Z | Compiling clap_lex v0.7.2 |
1068 | 2024-10-30T13:33:09.654Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1069 | 2024-10-30T13:33:09.858Z | Compiling managed v0.8.0 |
1070 | 2024-10-30T13:33:10.105Z | Compiling clap_builder v4.5.18 |
1071 | 2024-10-30T13:33:11.784Z | Compiling postcard v1.0.10 |
1072 | 2024-10-30T13:33:12.701Z | Compiling toml_edit v0.19.15 |
1073 | 2024-10-30T13:33:14.617Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1074 | 2024-10-30T13:33:16.852Z | Compiling proc-macro-crate v1.3.1 |
1075 | 2024-10-30T13:33:16.981Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1076 | 2024-10-30T13:33:17.476Z | Compiling clap v4.5.18 |
1077 | 2024-10-30T13:33:17.607Z | Compiling num-iter v0.1.45 |
1078 | 2024-10-30T13:33:17.653Z | Compiling num-rational v0.4.2 |
1079 | 2024-10-30T13:33:19.142Z | Compiling num-complex v0.4.6 |
1080 | 2024-10-30T13:33:20.498Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1081 | 2024-10-30T13:33:20.918Z | Compiling num v0.4.3 |
1082 | 2024-10-30T13:33:21.038Z | Compiling num_enum_derive v0.5.11 |
1083 | 2024-10-30T13:33:22.634Z | Compiling tabwriter v1.4.0 |
1084 | 2024-10-30T13:33:23.372Z | Compiling foreign-types-macros v0.2.3 |
1085 | 2024-10-30T13:33:23.692Z | Compiling float-ord v0.3.2 |
1086 | 2024-10-30T13:33:24.039Z | Compiling foreign-types-shared v0.3.1 |
1087 | 2024-10-30T13:33:24.495Z | Compiling num_enum v0.5.11 |
1088 | 2024-10-30T13:33:24.715Z | Compiling foreign-types v0.5.0 |
1089 | 2024-10-30T13:33:24.842Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1090 | 2024-10-30T13:33:24.863Z | Compiling cstr-argument v0.1.2 |
1091 | 2024-10-30T13:33:24.917Z | Compiling proc-macro-error-attr v1.0.4 |
1092 | 2024-10-30T13:33:25.009Z | Compiling either v1.13.0 |
1093 | 2024-10-30T13:33:25.145Z | Compiling heck v0.4.1 |
1094 | 2024-10-30T13:33:25.195Z | Compiling pretty-hex v0.2.1 |
1095 | 2024-10-30T13:33:25.345Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1096 | 2024-10-30T13:33:25.505Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1097 | 2024-10-30T13:33:25.603Z | Compiling colored v2.1.0 |
1098 | 2024-10-30T13:33:25.631Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1099 | 2024-10-30T13:33:25.708Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1100 | 2024-10-30T13:33:25.899Z | Compiling proc-macro-error v1.0.4 |
1101 | 2024-10-30T13:33:25.920Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1102 | 2024-10-30T13:33:26.170Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1103 | 2024-10-30T13:33:26.238Z | Compiling fastrand v2.1.1 |
1104 | 2024-10-30T13:33:26.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1105 | 2024-10-30T13:33:26.335Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1106 | 2024-10-30T13:33:26.492Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1107 | 2024-10-30T13:33:26.704Z | Compiling tempfile v3.12.0 |
1108 | 2024-10-30T13:33:26.933Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1109 | 2024-10-30T13:33:27.753Z | Compiling crucible-workspace-hack v0.1.0 |
1110 | 2024-10-30T13:33:28.402Z | Compiling semver v0.1.20 |
1111 | 2024-10-30T13:33:28.708Z | Compiling zone_cfg_derive v0.3.0 |
1112 | 2024-10-30T13:33:29.110Z | Compiling rustc_version v0.1.7 |
1113 | 2024-10-30T13:33:29.620Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1114 | 2024-10-30T13:33:29.687Z | Compiling camino-tempfile v1.1.1 |
1115 | 2024-10-30T13:33:30.180Z | Compiling itertools v0.10.5 |
1116 | 2024-10-30T13:33:30.516Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1117 | 2024-10-30T13:33:30.865Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1118 | 2024-10-30T13:33:31.389Z | Compiling num-derive v0.4.2 |
1119 | 2024-10-30T13:33:32.590Z | Compiling derive-where v1.2.7 |
1120 | 2024-10-30T13:33:32.893Z | Compiling sigpipe v0.1.3 |
1121 | 2024-10-30T13:33:33.040Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1122 | 2024-10-30T13:33:33.386Z | Compiling base64ct v1.6.0 |
1123 | 2024-10-30T13:33:33.518Z | Compiling zone v0.3.0 |
1124 | 2024-10-30T13:33:33.745Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1125 | 2024-10-30T13:33:34.047Z | Compiling password-hash v0.5.0 |
1126 | 2024-10-30T13:33:35.299Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1127 | 2024-10-30T13:33:35.883Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1128 | 2024-10-30T13:33:36.201Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1129 | 2024-10-30T13:33:36.224Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1130 | 2024-10-30T13:33:36.752Z | Compiling newtype_derive v0.1.6 |
1131 | 2024-10-30T13:33:36.829Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1132 | 2024-10-30T13:33:37.192Z | Compiling blake2 v0.10.6 |
1133 | 2024-10-30T13:33:37.669Z | Compiling num-derive v0.3.3 |
1134 | 2024-10-30T13:33:38.410Z | Compiling hubpack_derive v0.1.1 |
1135 | 2024-10-30T13:33:38.541Z | Compiling idna v0.4.0 |
1136 | 2024-10-30T13:33:39.403Z | Compiling smf v0.2.3 |
1137 | 2024-10-30T13:33:39.955Z | Compiling zerocopy-derive v0.6.6 |
1138 | 2024-10-30T13:33:40.127Z | Compiling enum-as-inner v0.6.1 |
1139 | 2024-10-30T13:33:41.324Z | Compiling fixedbitset v0.4.2 |
1140 | 2024-10-30T13:33:42.003Z | Compiling data-encoding v2.6.0 |
1141 | 2024-10-30T13:33:42.036Z | Compiling owo-colors v4.1.0 |
1142 | 2024-10-30T13:33:42.073Z | Compiling whoami v1.5.2 |
1143 | 2024-10-30T13:33:42.372Z | Compiling quick-error v1.2.3 |
1144 | 2024-10-30T13:33:42.404Z | Compiling cancel-safe-futures v0.1.5 |
1145 | 2024-10-30T13:33:42.523Z | Compiling linked-hash-map v0.5.6 |
1146 | 2024-10-30T13:33:42.781Z | Compiling unicode-segmentation v1.12.0 |
1147 | 2024-10-30T13:33:42.963Z | Compiling lru-cache v0.1.2 |
1148 | 2024-10-30T13:33:43.017Z | Compiling hickory-proto v0.24.1 |
1149 | 2024-10-30T13:33:43.209Z | Compiling resolv-conf v0.7.0 |
1150 | 2024-10-30T13:33:44.041Z | Compiling newline-converter v0.3.0 |
1151 | 2024-10-30T13:33:44.782Z | Compiling zerocopy v0.6.6 |
1152 | 2024-10-30T13:33:45.737Z | Compiling petgraph v0.6.5 |
1153 | 2024-10-30T13:33:49.021Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1154 | 2024-10-30T13:33:50.481Z | Compiling hubpack v0.1.2 |
1155 | 2024-10-30T13:33:50.994Z | Compiling argon2 v0.5.3 |
1156 | 2024-10-30T13:33:54.206Z | Compiling strum_macros v0.25.3 |
1157 | 2024-10-30T13:33:56.379Z | Compiling console v0.15.8 |
1158 | 2024-10-30T13:33:57.978Z | Compiling serde-big-array v0.5.1 |
1159 | 2024-10-30T13:33:58.252Z | Compiling serde_repr v0.1.19 |
1160 | 2024-10-30T13:33:59.223Z | Compiling cookie v0.18.1 |
1161 | 2024-10-30T13:33:59.498Z | Compiling convert_case v0.4.0 |
1162 | 2024-10-30T13:33:59.595Z | Compiling similar v2.6.0 |
1163 | 2024-10-30T13:34:00.306Z | Compiling static_assertions v1.1.0 |
1164 | 2024-10-30T13:34:00.436Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1165 | 2024-10-30T13:34:01.541Z | Compiling expectorate v1.1.0 |
1166 | 2024-10-30T13:34:01.797Z | Compiling derive_more v0.99.18 |
1167 | 2024-10-30T13:34:03.369Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1168 | 2024-10-30T13:34:06.957Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1169 | 2024-10-30T13:34:07.527Z | Compiling hickory-resolver v0.24.1 |
1170 | 2024-10-30T13:34:08.665Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1171 | 2024-10-30T13:34:10.730Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1172 | 2024-10-30T13:34:11.107Z | Compiling atomicwrites v0.4.4 |
1173 | 2024-10-30T13:34:11.417Z | Compiling itertools v0.13.0 |
1174 | 2024-10-30T13:34:11.644Z | Compiling tokio-stream v0.1.16 |
1175 | 2024-10-30T13:34:12.594Z | Compiling libsw v3.3.1 |
1176 | 2024-10-30T13:34:12.916Z | Compiling indent_write v2.2.0 |
1177 | 2024-10-30T13:34:12.950Z | Compiling swrite v0.1.0 |
1178 | 2024-10-30T13:34:13.096Z | Compiling linear-map v1.2.0 |
1179 | 2024-10-30T13:34:13.160Z | Compiling highway v1.2.0 |
1180 | 2024-10-30T13:34:13.190Z | Compiling qorb v0.1.2 |
1181 | 2024-10-30T13:34:13.553Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1182 | 2024-10-30T13:34:14.618Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1183 | 2024-10-30T13:34:15.355Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1184 | 2024-10-30T13:34:19.830Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1185 | 2024-10-30T13:34:23.441Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1186 | 2024-10-30T13:34:26.637Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1187 | 2024-10-30T13:34:28.905Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1188 | 2024-10-30T13:34:29.553Z | Compiling steno v0.4.1 |
1189 | 2024-10-30T13:34:31.334Z | Compiling libscf-sys v1.1.0 |
1190 | 2024-10-30T13:34:31.576Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1191 | 2024-10-30T13:34:32.120Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1192 | 2024-10-30T13:34:32.495Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1193 | 2024-10-30T13:34:33.297Z | Compiling slog-dtrace v0.3.0 |
1194 | 2024-10-30T13:34:33.368Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-10-30T13:34:33.661Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1196 | 2024-10-30T13:34:33.704Z | Compiling parking_lot_core v0.8.6 |
1197 | 2024-10-30T13:34:33.829Z | Compiling humantime v2.1.0 |
1198 | 2024-10-30T13:34:34.223Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1199 | 2024-10-30T13:34:34.692Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1200 | 2024-10-30T13:34:34.713Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1201 | 2024-10-30T13:34:35.098Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1202 | 2024-10-30T13:34:35.146Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1203 | 2024-10-30T13:34:36.241Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1204 | 2024-10-30T13:34:37.930Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1205 | 2024-10-30T13:34:39.132Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1206 | 2024-10-30T13:34:40.117Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1207 | 2024-10-30T13:34:40.396Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1208 | 2024-10-30T13:34:41.351Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1209 | 2024-10-30T13:34:41.942Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1210 | 2024-10-30T13:34:41.984Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1211 | 2024-10-30T13:34:42.229Z | Compiling crc8 v0.1.1 |
1212 | 2024-10-30T13:34:42.348Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1213 | 2024-10-30T13:34:42.545Z | Compiling parking_lot v0.11.2 |
1214 | 2024-10-30T13:34:43.894Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1215 | 2024-10-30T13:34:51.475Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1216 | 2024-10-30T13:34:51.542Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1217 | 2024-10-30T13:34:53.412Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1218 | 2024-10-30T13:34:53.690Z | Compiling crossbeam-epoch v0.9.18 |
1219 | 2024-10-30T13:34:54.390Z | Compiling fxhash v0.2.1 |
1220 | 2024-10-30T13:34:54.633Z | Compiling crc32fast v1.4.2 |
1221 | 2024-10-30T13:34:54.901Z | Compiling arc-swap v1.7.1 |
1222 | 2024-10-30T13:34:55.161Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1223 | 2024-10-30T13:34:55.531Z | Compiling slog-scope v4.4.0 |
1224 | 2024-10-30T13:34:56.291Z | Compiling sled v0.34.7 |
1225 | 2024-10-30T13:34:58.700Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1226 | 2024-10-30T13:35:00.678Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1227 | 2024-10-30T13:35:01.225Z | Compiling slog-stdlog v4.1.1 |
1228 | 2024-10-30T13:35:02.040Z | Compiling slog-envlogger v2.2.0 |
1229 | 2024-10-30T13:35:02.791Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1230 | 2024-10-30T13:35:09.789Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1231 | 2024-10-30T13:35:16.576Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1232 | 2024-10-30T13:35:18.677Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1233 | 2024-10-30T13:35:51.677Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1234 | 2024-10-30T13:35:51.677Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1235 | 2024-10-30T13:35:58.988Z | Finished `release` profile [optimized] target(s) in 5m 48s |
1236 | 2024-10-30T13:35:59.360Z | + banner trio |
1237 | 2024-10-30T13:35:59.363Z | |
1238 | 2024-10-30T13:35:59.363Z | ##### ##### # #### |
1239 | 2024-10-30T13:35:59.363Z | # # # # # # |
1240 | 2024-10-30T13:35:59.363Z | # # # # # # |
1241 | 2024-10-30T13:35:59.363Z | # ##### # # # |
1242 | 2024-10-30T13:35:59.363Z | # # # # # # |
1243 | 2024-10-30T13:35:59.364Z | # # # # #### |
1244 | 2024-10-30T13:35:59.364Z | |
1245 | 2024-10-30T13:35:59.364Z | + pfexec cargo test --release -p mg-tests test_trio_v2_transit -- --nocapture |
1246 | 2024-10-30T13:36:00.012Z | Compiling libc v0.2.161 |
1247 | 2024-10-30T13:36:00.012Z | Compiling cfg-if v1.0.0 |
1248 | 2024-10-30T13:36:00.012Z | Compiling serde v1.0.210 |
1249 | 2024-10-30T13:36:00.015Z | Compiling once_cell v1.20.2 |
1250 | 2024-10-30T13:36:00.015Z | Compiling itoa v1.0.11 |
1251 | 2024-10-30T13:36:00.015Z | Compiling bytes v1.7.2 |
1252 | 2024-10-30T13:36:00.103Z | Compiling syn v2.0.77 |
1253 | 2024-10-30T13:36:00.108Z | Compiling num-traits v0.2.19 |
1254 | 2024-10-30T13:36:00.166Z | Compiling pin-project-lite v0.2.14 |
1255 | 2024-10-30T13:36:00.286Z | Compiling scopeguard v1.2.0 |
1256 | 2024-10-30T13:36:00.308Z | Compiling smallvec v1.13.2 |
1257 | 2024-10-30T13:36:00.425Z | Compiling memchr v2.7.4 |
1258 | 2024-10-30T13:36:00.488Z | Compiling schemars v0.8.21 |
1259 | 2024-10-30T13:36:00.565Z | Compiling lock_api v0.4.12 |
1260 | 2024-10-30T13:36:00.778Z | Compiling fnv v1.0.7 |
1261 | 2024-10-30T13:36:00.869Z | Compiling log v0.4.22 |
1262 | 2024-10-30T13:36:00.909Z | Compiling futures-core v0.3.31 |
1263 | 2024-10-30T13:36:01.145Z | Compiling equivalent v1.0.1 |
1264 | 2024-10-30T13:36:01.255Z | Compiling ryu v1.0.18 |
1265 | 2024-10-30T13:36:01.289Z | Compiling zerocopy v0.7.35 |
1266 | 2024-10-30T13:36:01.407Z | Compiling hashbrown v0.15.0 |
1267 | 2024-10-30T13:36:01.666Z | Compiling getrandom v0.2.15 |
1268 | 2024-10-30T13:36:01.818Z | Compiling parking_lot_core v0.9.10 |
1269 | 2024-10-30T13:36:01.969Z | Compiling signal-hook-registry v1.4.2 |
1270 | 2024-10-30T13:36:02.015Z | Compiling socket2 v0.5.7 |
1271 | 2024-10-30T13:36:02.057Z | Compiling mio v1.0.2 |
1272 | 2024-10-30T13:36:02.195Z | Compiling parking_lot v0.12.3 |
1273 | 2024-10-30T13:36:02.665Z | Compiling ahash v0.8.11 |
1274 | 2024-10-30T13:36:03.160Z | Compiling tracing-core v0.1.32 |
1275 | 2024-10-30T13:36:03.215Z | Compiling serde_json v1.0.128 |
1276 | 2024-10-30T13:36:03.234Z | Compiling hashbrown v0.14.5 |
1277 | 2024-10-30T13:36:03.529Z | Compiling byteorder v1.5.0 |
1278 | 2024-10-30T13:36:03.671Z | Compiling uuid v1.10.0 |
1279 | 2024-10-30T13:36:03.705Z | Compiling futures-task v0.3.31 |
1280 | 2024-10-30T13:36:03.904Z | Compiling spin v0.9.8 |
1281 | 2024-10-30T13:36:03.904Z | Compiling untrusted v0.9.0 |
1282 | 2024-10-30T13:36:04.094Z | Compiling pin-utils v0.1.0 |
1283 | 2024-10-30T13:36:04.117Z | Compiling futures-sink v0.3.31 |
1284 | 2024-10-30T13:36:04.187Z | Compiling futures-util v0.3.31 |
1285 | 2024-10-30T13:36:04.267Z | Compiling ring v0.17.8 |
1286 | 2024-10-30T13:36:04.278Z | Compiling slab v0.4.9 |
1287 | 2024-10-30T13:36:04.503Z | Compiling regress v0.10.1 |
1288 | 2024-10-30T13:36:04.579Z | Compiling try-lock v0.2.5 |
1289 | 2024-10-30T13:36:04.728Z | Compiling chrono v0.4.38 |
1290 | 2024-10-30T13:36:04.745Z | Compiling want v0.3.1 |
1291 | 2024-10-30T13:36:05.021Z | Compiling httparse v1.9.4 |
1292 | 2024-10-30T13:36:05.617Z | Compiling futures-channel v0.3.31 |
1293 | 2024-10-30T13:36:06.090Z | Compiling dyn-clone v1.0.17 |
1294 | 2024-10-30T13:36:06.116Z | Compiling tower-service v0.3.3 |
1295 | 2024-10-30T13:36:06.242Z | Compiling foreign-types-shared v0.1.1 |
1296 | 2024-10-30T13:36:06.294Z | Compiling openssl-sys v0.9.103 |
1297 | 2024-10-30T13:36:06.345Z | Compiling foreign-types v0.3.2 |
1298 | 2024-10-30T13:36:06.722Z | Compiling serde_derive_internals v0.29.1 |
1299 | 2024-10-30T13:36:06.821Z | Compiling unicode-ident v1.0.13 |
1300 | 2024-10-30T13:36:07.030Z | Compiling bitflags v2.6.0 |
1301 | 2024-10-30T13:36:07.252Z | Compiling proc-macro2 v1.0.86 |
1302 | 2024-10-30T13:36:07.407Z | Compiling http v1.1.0 |
1303 | 2024-10-30T13:36:07.766Z | Compiling semver v1.0.23 |
1304 | 2024-10-30T13:36:08.264Z | Compiling openssl-probe v0.1.5 |
1305 | 2024-10-30T13:36:08.777Z | Compiling allocator-api2 v0.2.18 |
1306 | 2024-10-30T13:36:08.979Z | Compiling tinyvec_macros v0.1.1 |
1307 | 2024-10-30T13:36:09.074Z | Compiling tinyvec v1.8.0 |
1308 | 2024-10-30T13:36:09.335Z | Compiling quote v1.0.37 |
1309 | 2024-10-30T13:36:09.686Z | Compiling percent-encoding v2.3.1 |
1310 | 2024-10-30T13:36:10.166Z | Compiling form_urlencoded v1.2.1 |
1311 | 2024-10-30T13:36:10.854Z | Compiling unicode-normalization v0.1.24 |
1312 | 2024-10-30T13:36:11.461Z | Compiling aho-corasick v1.1.3 |
1313 | 2024-10-30T13:36:11.941Z | Compiling http v0.2.12 |
1314 | 2024-10-30T13:36:12.126Z | Compiling rustls-pki-types v1.8.0 |
1315 | 2024-10-30T13:36:12.174Z | Compiling unicode-bidi v0.3.15 |
1316 | 2024-10-30T13:36:12.322Z | Compiling serde_derive v1.0.210 |
1317 | 2024-10-30T13:36:12.778Z | Compiling thiserror-impl v1.0.64 |
1318 | 2024-10-30T13:36:13.405Z | Compiling schemars_derive v0.8.21 |
1319 | 2024-10-30T13:36:13.445Z | Compiling tokio-macros v2.4.0 |
1320 | 2024-10-30T13:36:15.047Z | Compiling tokio v1.40.0 |
1321 | 2024-10-30T13:36:15.191Z | Compiling tracing-attributes v0.1.27 |
1322 | 2024-10-30T13:36:15.690Z | Compiling zerocopy-derive v0.7.35 |
1323 | 2024-10-30T13:36:15.843Z | Compiling thiserror v1.0.64 |
1324 | 2024-10-30T13:36:16.117Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-10-30T13:36:16.516Z | Compiling heck v0.5.0 |
1326 | 2024-10-30T13:36:16.756Z | Compiling regex-automata v0.4.8 |
1327 | 2024-10-30T13:36:16.973Z | Compiling openssl v0.10.66 |
1328 | 2024-10-30T13:36:17.832Z | Compiling idna v0.5.0 |
1329 | 2024-10-30T13:36:18.564Z | Compiling tracing v0.1.40 |
1330 | 2024-10-30T13:36:19.287Z | Compiling http-body v1.0.1 |
1331 | 2024-10-30T13:36:24.032Z | Compiling native-tls v0.2.12 |
1332 | 2024-10-30T13:36:25.143Z | Compiling tokio-util v0.7.12 |
1333 | 2024-10-30T13:36:26.499Z | Compiling indexmap v2.6.0 |
1334 | 2024-10-30T13:36:31.080Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-10-30T13:36:31.639Z | Compiling tokio-native-tls v0.3.1 |
1336 | 2024-10-30T13:36:31.945Z | Compiling atomic-waker v1.1.2 |
1337 | 2024-10-30T13:36:32.458Z | Compiling regex-syntax v0.8.5 |
1338 | 2024-10-30T13:36:32.653Z | Compiling slog v2.7.0 |
1339 | 2024-10-30T13:36:33.237Z | Compiling h2 v0.4.6 |
1340 | 2024-10-30T13:36:33.264Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1341 | 2024-10-30T13:36:33.902Z | Compiling typify-impl v0.2.0 |
1342 | 2024-10-30T13:36:34.303Z | Compiling openapiv3 v2.0.0 |
1343 | 2024-10-30T13:36:44.435Z | Compiling serde_urlencoded v0.7.1 |
1344 | 2024-10-30T13:36:45.056Z | Compiling regex v1.11.1 |
1345 | 2024-10-30T13:36:45.456Z | Compiling url v2.5.2 |
1346 | 2024-10-30T13:36:46.006Z | Compiling encoding_rs v0.8.34 |
1347 | 2024-10-30T13:36:46.048Z | Compiling rustls v0.21.12 |
1348 | 2024-10-30T13:36:46.390Z | Compiling mime v0.3.17 |
1349 | 2024-10-30T13:36:47.501Z | Compiling ipnet v2.10.0 |
1350 | 2024-10-30T13:36:49.192Z | Compiling typify-macro v0.2.0 |
1351 | 2024-10-30T13:36:49.924Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1352 | 2024-10-30T13:36:50.592Z | Compiling hyper v1.4.1 |
1353 | 2024-10-30T13:36:52.012Z | Compiling h2 v0.3.26 |
1354 | 2024-10-30T13:36:53.165Z | Compiling http-body v0.4.6 |
1355 | 2024-10-30T13:36:53.747Z | Compiling rustls-webpki v0.102.8 |
1356 | 2024-10-30T13:36:53.925Z | Compiling sct v0.7.1 |
1357 | 2024-10-30T13:36:54.061Z | Compiling rustls-webpki v0.101.7 |
1358 | 2024-10-30T13:36:54.394Z | Compiling subtle v2.6.1 |
1359 | 2024-10-30T13:36:54.705Z | Compiling httpdate v1.0.3 |
1360 | 2024-10-30T13:36:55.440Z | Compiling toml_datetime v0.6.8 |
1361 | 2024-10-30T13:36:55.833Z | Compiling zeroize v1.8.1 |
1362 | 2024-10-30T13:36:56.185Z | Compiling rustls v0.23.13 |
1363 | 2024-10-30T13:36:56.846Z | Compiling toml_edit v0.19.15 |
1364 | 2024-10-30T13:36:58.091Z | Compiling hyper v0.14.30 |
1365 | 2024-10-30T13:36:58.428Z | Compiling serde_yaml v0.9.34+deprecated |
1366 | 2024-10-30T13:37:02.320Z | Compiling hyper-util v0.1.9 |
1367 | 2024-10-30T13:37:07.705Z | Compiling lazy_static v1.5.0 |
1368 | 2024-10-30T13:37:07.847Z | Compiling tokio-rustls v0.24.1 |
1369 | 2024-10-30T13:37:08.237Z | Compiling tokio-rustls v0.26.0 |
1370 | 2024-10-30T13:37:08.287Z | Compiling proc-macro-crate v1.3.1 |
1371 | 2024-10-30T13:37:08.710Z | Compiling http-body-util v0.1.2 |
1372 | 2024-10-30T13:37:09.115Z | Compiling webpki-roots v0.26.6 |
1373 | 2024-10-30T13:37:09.305Z | Compiling base64 v0.21.7 |
1374 | 2024-10-30T13:37:09.336Z | Compiling base64 v0.22.1 |
1375 | 2024-10-30T13:37:09.506Z | Compiling crossbeam-utils v0.8.20 |
1376 | 2024-10-30T13:37:09.527Z | Compiling hyper-rustls v0.27.3 |
1377 | 2024-10-30T13:37:09.540Z | Compiling hyper-tls v0.6.0 |
1378 | 2024-10-30T13:37:09.770Z | Compiling num_enum_derive v0.5.11 |
1379 | 2024-10-30T13:37:10.042Z | Compiling rustls-pemfile v2.1.3 |
1380 | 2024-10-30T13:37:10.437Z | Compiling rustls-pemfile v1.0.4 |
1381 | 2024-10-30T13:37:10.470Z | Compiling hyper-rustls v0.24.2 |
1382 | 2024-10-30T13:37:10.826Z | Compiling hyper-tls v0.5.0 |
1383 | 2024-10-30T13:37:10.917Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1384 | 2024-10-30T13:37:11.062Z | Compiling typify v0.2.0 |
1385 | 2024-10-30T13:37:11.270Z | Compiling ipnetwork v0.20.0 |
1386 | 2024-10-30T13:37:11.316Z | Compiling ppv-lite86 v0.2.20 |
1387 | 2024-10-30T13:37:12.272Z | Compiling foreign-types-macros v0.2.3 |
1388 | 2024-10-30T13:37:12.641Z | Compiling rand_core v0.6.4 |
1389 | 2024-10-30T13:37:13.124Z | Compiling dirs-sys-next v0.1.2 |
1390 | 2024-10-30T13:37:13.658Z | Compiling sync_wrapper v1.0.1 |
1391 | 2024-10-30T13:37:13.813Z | Compiling sync_wrapper v0.1.2 |
1392 | 2024-10-30T13:37:13.953Z | Compiling webpki-roots v0.25.4 |
1393 | 2024-10-30T13:37:14.125Z | Compiling powerfmt v0.2.0 |
1394 | 2024-10-30T13:37:14.171Z | Compiling foreign-types-shared v0.3.1 |
1395 | 2024-10-30T13:37:14.295Z | Compiling time-macros v0.2.18 |
1396 | 2024-10-30T13:37:14.611Z | Compiling deranged v0.3.11 |
1397 | 2024-10-30T13:37:14.653Z | Compiling foreign-types v0.5.0 |
1398 | 2024-10-30T13:37:14.712Z | Compiling reqwest v0.11.27 |
1399 | 2024-10-30T13:37:14.771Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1400 | 2024-10-30T13:37:16.960Z | Compiling progenitor-impl v0.8.0 |
1401 | 2024-10-30T13:37:17.359Z | Compiling reqwest v0.12.8 |
1402 | 2024-10-30T13:37:21.565Z | Compiling dirs-next v2.0.0 |
1403 | 2024-10-30T13:37:21.838Z | Compiling rand_chacha v0.3.1 |
1404 | 2024-10-30T13:37:23.574Z | Compiling num_enum v0.5.11 |
1405 | 2024-10-30T13:37:23.615Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1406 | 2024-10-30T13:37:25.618Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1407 | 2024-10-30T13:37:25.785Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1408 | 2024-10-30T13:37:25.974Z | Compiling cstr-argument v0.1.2 |
1409 | 2024-10-30T13:37:26.240Z | Compiling thread_local v1.1.8 |
1410 | 2024-10-30T13:37:26.967Z | Compiling num-conv v0.1.0 |
1411 | 2024-10-30T13:37:27.240Z | Compiling pretty-hex v0.2.1 |
1412 | 2024-10-30T13:37:27.460Z | Compiling arc-swap v1.7.1 |
1413 | 2024-10-30T13:37:28.164Z | Compiling time-core v0.1.2 |
1414 | 2024-10-30T13:37:28.364Z | Compiling either v1.13.0 |
1415 | 2024-10-30T13:37:28.448Z | Compiling time v0.3.36 |
1416 | 2024-10-30T13:37:28.837Z | Compiling itertools v0.12.1 |
1417 | 2024-10-30T13:37:29.598Z | Compiling slog-scope v4.4.0 |
1418 | 2024-10-30T13:37:30.565Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1419 | 2024-10-30T13:37:30.961Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1420 | 2024-10-30T13:37:32.442Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1421 | 2024-10-30T13:37:32.699Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1422 | 2024-10-30T13:37:32.880Z | Compiling crossbeam-channel v0.5.13 |
1423 | 2024-10-30T13:37:33.357Z | Compiling progenitor-macro v0.8.0 |
1424 | 2024-10-30T13:37:34.507Z | Compiling rand v0.8.5 |
1425 | 2024-10-30T13:37:36.436Z | Compiling term v0.7.0 |
1426 | 2024-10-30T13:37:37.634Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1427 | 2024-10-30T13:37:41.098Z | Compiling progenitor-client v0.8.0 |
1428 | 2024-10-30T13:37:41.763Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1429 | 2024-10-30T13:37:42.017Z | Compiling anyhow v1.0.89 |
1430 | 2024-10-30T13:37:48.804Z | Compiling colored v2.1.0 |
1431 | 2024-10-30T13:37:50.014Z | Compiling is-terminal v0.4.13 |
1432 | 2024-10-30T13:37:50.150Z | Compiling winnow v0.6.18 |
1433 | 2024-10-30T13:37:52.791Z | Compiling take_mut v0.2.2 |
1434 | 2024-10-30T13:37:52.957Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1435 | 2024-10-30T13:37:53.321Z | Compiling slog-async v2.8.0 |
1436 | 2024-10-30T13:37:54.427Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1437 | 2024-10-30T13:37:56.448Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1438 | 2024-10-30T13:37:56.676Z | Compiling slog-term v2.9.1 |
1439 | 2024-10-30T13:37:59.531Z | Compiling progenitor v0.8.0 |
1440 | 2024-10-30T13:37:59.735Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1441 | 2024-10-30T13:38:01.080Z | Compiling slog-stdlog v4.1.1 |
1442 | 2024-10-30T13:38:01.936Z | Compiling slog-envlogger v2.2.0 |
1443 | 2024-10-30T13:38:03.485Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1444 | 2024-10-30T13:38:03.798Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1445 | 2024-10-30T13:38:16.996Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1446 | 2024-10-30T13:38:24.407Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1447 | 2024-10-30T13:38:24.529Z | Running unittests src/lib.rs (target/release/deps/mg_tests-37f8214469bbf7b2) |
1448 | 2024-10-30T13:38:24.594Z | |
1449 | 2024-10-30T13:38:24.594Z | running 1 test |
1450 | 2024-10-30T13:38:24.730Z | configure zone |
1451 | 2024-10-30T13:38:25.012Z | install zone |
1452 | 2024-10-30T13:39:24.594Z | test ddm::test_trio_v2_transit has been running for over 60 seconds |
1453 | 2024-10-30T13:40:05.050Z | boot zone |
1454 | 2024-10-30T13:40:06.179Z | start zone s1 |
1455 | 2024-10-30T13:40:06.179Z | configure zone |
1456 | 2024-10-30T13:40:06.188Z | install zone |
1457 | 2024-10-30T13:41:40.537Z | boot zone |
1458 | 2024-10-30T13:41:41.498Z | start zone s2 |
1459 | 2024-10-30T13:41:41.499Z | configure zone |
1460 | 2024-10-30T13:41:41.507Z | install zone |
1461 | 2024-10-30T13:43:18.215Z | boot zone |
1462 | 2024-10-30T13:43:18.980Z | start zone t1 |
1463 | 2024-10-30T13:43:18.980Z | configure zone |
1464 | 2024-10-30T13:43:18.990Z | install zone |
1465 | 2024-10-30T13:44:53.054Z | boot zone |
1466 | 2024-10-30T13:44:53.968Z | waiting for zones to come up |
1467 | 2024-10-30T13:45:03.968Z | [sidecar.trio] svcs milestone/network |
1468 | 2024-10-30T13:45:04.096Z | STATE STIME FMRI |
1469 | 2024-10-30T13:45:04.096Z | online 6:40:23 svc:/milestone/network:default |
1470 | 2024-10-30T13:45:04.096Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1471 | 2024-10-30T13:45:04.143Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1472 | 2024-10-30T13:45:04.193Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1473 | 2024-10-30T13:45:04.237Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1474 | 2024-10-30T13:45:04.243Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1475 | 2024-10-30T13:45:04.263Z | |
1476 | 2024-10-30T13:45:04.263Z | running zone s1.trio setup |
1477 | 2024-10-30T13:45:04.263Z | [s1.trio] svcs milestone/network |
1478 | 2024-10-30T13:45:04.285Z | STATE STIME FMRI |
1479 | 2024-10-30T13:45:04.285Z | online 6:41:58 svc:/milestone/network:default |
1480 | 2024-10-30T13:45:04.285Z | [s1.trio] dladm |
1481 | 2024-10-30T13:45:04.305Z | LINK CLASS MTU STATE BRIDGE OVER |
1482 | 2024-10-30T13:45:04.305Z | sl0 simnet 9000 up -- ? |
1483 | 2024-10-30T13:45:04.305Z | mg2 vnic 9000 up -- ? |
1484 | 2024-10-30T13:45:04.305Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1485 | 2024-10-30T13:45:04.888Z | |
1486 | 2024-10-30T13:45:04.888Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1487 | 2024-10-30T13:45:04.912Z | |
1488 | 2024-10-30T13:45:04.912Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1489 | 2024-10-30T13:45:04.932Z | |
1490 | 2024-10-30T13:45:04.932Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1491 | 2024-10-30T13:45:05.026Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1492 | 2024-10-30T13:45:05.077Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id ae4d6148-adb9-49e7-955b-96e5e85fd118 --sled-id b65c7c29-800f-4393-a5b8-d436fdea47e8 -a sl0/v6 &> /opt/ddmd.log & |
1493 | 2024-10-30T13:45:05.098Z | |
1494 | 2024-10-30T13:45:05.098Z | running zone s2.trio setup |
1495 | 2024-10-30T13:45:05.098Z | [s2.trio] svcs milestone/network |
1496 | 2024-10-30T13:45:05.123Z | STATE STIME FMRI |
1497 | 2024-10-30T13:45:05.123Z | online 6:43:36 svc:/milestone/network:default |
1498 | 2024-10-30T13:45:05.123Z | [s2.trio] dladm |
1499 | 2024-10-30T13:45:05.145Z | LINK CLASS MTU STATE BRIDGE OVER |
1500 | 2024-10-30T13:45:05.145Z | sl1 simnet 9000 up -- ? |
1501 | 2024-10-30T13:45:05.145Z | mg3 vnic 9000 up -- ? |
1502 | 2024-10-30T13:45:05.145Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1503 | 2024-10-30T13:45:05.720Z | |
1504 | 2024-10-30T13:45:05.720Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1505 | 2024-10-30T13:45:05.744Z | |
1506 | 2024-10-30T13:45:05.744Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1507 | 2024-10-30T13:45:05.764Z | |
1508 | 2024-10-30T13:45:05.764Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1509 | 2024-10-30T13:45:05.812Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1510 | 2024-10-30T13:45:05.836Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 16941845-6b84-4c05-b32e-963d4a922aea --sled-id 651e95b5-5c3e-4ae0-9215-53d550489898 -a sl1/v6 &> /opt/ddmd.log & |
1511 | 2024-10-30T13:45:05.856Z | |
1512 | 2024-10-30T13:45:05.856Z | running zone t1.trio setup |
1513 | 2024-10-30T13:45:05.856Z | [t1.trio] svcs milestone/network |
1514 | 2024-10-30T13:45:05.878Z | STATE STIME FMRI |
1515 | 2024-10-30T13:45:05.878Z | - - svc:/milestone/network:default |
1516 | 2024-10-30T13:45:06.878Z | [t1.trio] svcs milestone/network |
1517 | 2024-10-30T13:45:06.899Z | STATE STIME FMRI |
1518 | 2024-10-30T13:45:06.899Z | - - svc:/milestone/network:default |
1519 | 2024-10-30T13:45:07.899Z | [t1.trio] svcs milestone/network |
1520 | 2024-10-30T13:45:07.921Z | STATE STIME FMRI |
1521 | 2024-10-30T13:45:07.921Z | - - svc:/milestone/network:default |
1522 | 2024-10-30T13:45:08.921Z | [t1.trio] svcs milestone/network |
1523 | 2024-10-30T13:45:08.942Z | STATE STIME FMRI |
1524 | 2024-10-30T13:45:08.942Z | - - svc:/milestone/network:default |
1525 | 2024-10-30T13:45:09.942Z | [t1.trio] svcs milestone/network |
1526 | 2024-10-30T13:45:09.963Z | STATE STIME FMRI |
1527 | 2024-10-30T13:45:09.964Z | - - svc:/milestone/network:default |
1528 | 2024-10-30T13:45:10.963Z | [t1.trio] svcs milestone/network |
1529 | 2024-10-30T13:45:10.986Z | STATE STIME FMRI |
1530 | 2024-10-30T13:45:10.986Z | - - svc:/milestone/network:default |
1531 | 2024-10-30T13:45:11.986Z | [t1.trio] svcs milestone/network |
1532 | 2024-10-30T13:45:12.008Z | STATE STIME FMRI |
1533 | 2024-10-30T13:45:12.008Z | offline 6:45:10 svc:/milestone/network:default |
1534 | 2024-10-30T13:45:13.008Z | [t1.trio] svcs milestone/network |
1535 | 2024-10-30T13:45:13.030Z | STATE STIME FMRI |
1536 | 2024-10-30T13:45:13.030Z | online 6:45:11 svc:/milestone/network:default |
1537 | 2024-10-30T13:45:13.030Z | [t1.trio] dladm |
1538 | 2024-10-30T13:45:13.051Z | LINK CLASS MTU STATE BRIDGE OVER |
1539 | 2024-10-30T13:45:13.051Z | tfportrear0_0 simnet 9000 up -- ? |
1540 | 2024-10-30T13:45:13.051Z | tfportrear1_0 simnet 9000 up -- ? |
1541 | 2024-10-30T13:45:13.051Z | mg1 vnic 9000 up -- ? |
1542 | 2024-10-30T13:45:13.051Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1543 | 2024-10-30T13:45:13.613Z | |
1544 | 2024-10-30T13:45:13.613Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1545 | 2024-10-30T13:45:13.636Z | |
1546 | 2024-10-30T13:45:13.636Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1547 | 2024-10-30T13:45:13.658Z | |
1548 | 2024-10-30T13:45:13.659Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1549 | 2024-10-30T13:45:13.679Z | |
1550 | 2024-10-30T13:45:13.679Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1551 | 2024-10-30T13:45:13.873Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1552 | 2024-10-30T13:45:13.878Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1553 | 2024-10-30T13:45:13.881Z | waiting 3s for copy of files to zone to complete ... |
1554 | 2024-10-30T13:45:16.881Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1555 | 2024-10-30T13:45:16.922Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1556 | 2024-10-30T13:45:16.947Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1557 | 2024-10-30T13:45:17.039Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1558 | 2024-10-30T13:45:17.083Z | [t1.trio] svcadm enable dendrite |
1559 | 2024-10-30T13:45:17.132Z | |
1560 | 2024-10-30T13:45:17.132Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1561 | 2024-10-30T13:45:17.210Z | |
1562 | 2024-10-30T13:45:17.210Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1563 | 2024-10-30T13:45:17.257Z | |
1564 | 2024-10-30T13:45:17.257Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1565 | 2024-10-30T13:45:17.316Z | |
1566 | 2024-10-30T13:45:17.316Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1567 | 2024-10-30T13:45:17.361Z | |
1568 | 2024-10-30T13:45:17.361Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1569 | 2024-10-30T13:45:17.404Z | |
1570 | 2024-10-30T13:45:17.404Z | [t1.trio] svcadm refresh dendrite:default |
1571 | 2024-10-30T13:45:17.439Z | |
1572 | 2024-10-30T13:45:17.439Z | [t1.trio] svcadm restart dendrite:default |
1573 | 2024-10-30T13:45:17.476Z | |
1574 | 2024-10-30T13:45:17.476Z | wait 10s for dendrite to come up ... |
1575 | 2024-10-30T13:45:27.476Z | [t1.trio] svcadm enable tfport |
1576 | 2024-10-30T13:45:27.518Z | |
1577 | 2024-10-30T13:45:27.518Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1578 | 2024-10-30T13:45:27.537Z | |
1579 | 2024-10-30T13:45:27.537Z | [t1.trio] ipadm |
1580 | 2024-10-30T13:45:27.562Z | ADDROBJ TYPE STATE ADDR |
1581 | 2024-10-30T13:45:27.562Z | lo0/v4 static ok 127.0.0.1/8 |
1582 | 2024-10-30T13:45:27.562Z | mg1/v4 static ok 10.0.0.3/24 |
1583 | 2024-10-30T13:45:27.562Z | lo0/v6 static ok ::1/128 |
1584 | 2024-10-30T13:45:27.562Z | lo0/u6 static ok fd00:3::1/64 |
1585 | 2024-10-30T13:45:27.562Z | tfportrear0_0/v6 addrconf ok fe80::c0b0:64ff:fe3f:9375%tfportrear0_0/10 |
1586 | 2024-10-30T13:45:27.562Z | tfportrear1_0/v6 addrconf ok fe80::9422:acff:fe48:2a60%tfportrear1_0/10 |
1587 | 2024-10-30T13:45:29.778Z | initial peering test passed |
1588 | 2024-10-30T13:45:30.783Z | advertise from one passed |
1589 | 2024-10-30T13:45:31.784Z | advertise from two passed |
1590 | 2024-10-30T13:45:31.784Z | [s1.trio] ping fd00:2::1 |
1591 | 2024-10-30T13:45:31.812Z | fd00:2::1 is alive |
1592 | 2024-10-30T13:45:31.812Z | [s2.trio] ping fd00:1::1 |
1593 | 2024-10-30T13:45:31.833Z | fd00:1::1 is alive |
1594 | 2024-10-30T13:45:31.833Z | connectivity test passed |
1595 | 2024-10-30T13:45:31.833Z | [t1.trio] pkill ddmd |
1596 | 2024-10-30T13:45:31.853Z | |
1597 | 2024-10-30T13:45:37.858Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/t1.trio/root/opt/ |
1598 | 2024-10-30T13:45:37.896Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/t1.trio/root/opt/ |
1599 | 2024-10-30T13:45:37.916Z | [t1.trio] svcadm enable dendrite |
1600 | 2024-10-30T13:45:37.956Z | |
1601 | 2024-10-30T13:45:37.956Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1602 | 2024-10-30T13:45:38.000Z | |
1603 | 2024-10-30T13:45:38.000Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1604 | 2024-10-30T13:45:38.044Z | |
1605 | 2024-10-30T13:45:38.044Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1606 | 2024-10-30T13:45:38.088Z | |
1607 | 2024-10-30T13:45:38.088Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1608 | 2024-10-30T13:45:38.134Z | |
1609 | 2024-10-30T13:45:38.134Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1610 | 2024-10-30T13:45:38.178Z | |
1611 | 2024-10-30T13:45:38.178Z | [t1.trio] svcadm refresh dendrite:default |
1612 | 2024-10-30T13:45:38.215Z | |
1613 | 2024-10-30T13:45:38.215Z | [t1.trio] svcadm restart dendrite:default |
1614 | 2024-10-30T13:45:38.252Z | |
1615 | 2024-10-30T13:45:38.252Z | wait 10s for dendrite to come up ... |
1616 | 2024-10-30T13:45:48.252Z | [t1.trio] svcadm enable tfport |
1617 | 2024-10-30T13:45:48.295Z | |
1618 | 2024-10-30T13:45:48.295Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind transit --dendrite -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1619 | 2024-10-30T13:45:48.315Z | |
1620 | 2024-10-30T13:45:48.315Z | [t1.trio] ipadm |
1621 | 2024-10-30T13:45:48.340Z | ADDROBJ TYPE STATE ADDR |
1622 | 2024-10-30T13:45:48.340Z | lo0/v4 static ok 127.0.0.1/8 |
1623 | 2024-10-30T13:45:48.340Z | mg1/v4 static ok 10.0.0.3/24 |
1624 | 2024-10-30T13:45:48.340Z | lo0/v6 static ok ::1/128 |
1625 | 2024-10-30T13:45:48.340Z | lo0/u6 static ok fd00:3::1/64 |
1626 | 2024-10-30T13:45:48.340Z | tfportrear0_0/v6 addrconf ok fe80::c0b0:64ff:fe3f:9375%tfportrear0_0/10 |
1627 | 2024-10-30T13:45:48.340Z | tfportrear1_0/v6 addrconf ok fe80::9422:acff:fe48:2a60%tfportrear1_0/10 |
1628 | 2024-10-30T13:45:51.343Z | [s1.trio] ping fd00:2::1 |
1629 | 2024-10-30T13:45:51.366Z | fd00:2::1 is alive |
1630 | 2024-10-30T13:45:51.366Z | [s2.trio] ping fd00:1::1 |
1631 | 2024-10-30T13:45:51.386Z | fd00:1::1 is alive |
1632 | 2024-10-30T13:45:51.386Z | transit router restart passed |
1633 | 2024-10-30T13:45:51.386Z | [s1.trio] pkill ddmd |
1634 | 2024-10-30T13:45:51.406Z | |
1635 | 2024-10-30T13:45:56.409Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 1007c922-ae86-4b0b-8190-f35fa49f282c --sled-id 5fa42186-9265-44c0-bbac-903148993f27 -a sl0/v6 &> /opt/ddmd.log & |
1636 | 2024-10-30T13:45:56.430Z | |
1637 | 2024-10-30T13:45:59.435Z | [s1.trio] ping fd00:2::1 |
1638 | 2024-10-30T13:45:59.459Z | fd00:2::1 is alive |
1639 | 2024-10-30T13:45:59.459Z | [s2.trio] ping fd00:1::1 |
1640 | 2024-10-30T13:45:59.479Z | fd00:1::1 is alive |
1641 | 2024-10-30T13:45:59.479Z | server router restart passed |
1642 | 2024-10-30T13:46:02.486Z | peer expiration recovery passed |
1643 | 2024-10-30T13:46:03.487Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1644 | 2024-10-30T13:46:03.512Z | 3 |
1645 | 2024-10-30T13:46:03.512Z | redundant advertise passed |
1646 | 2024-10-30T13:46:04.514Z | tunnel endpoint advertise passed |
1647 | 2024-10-30T13:46:09.516Z | redundant tunnel endpoint advertise passed |
1648 | 2024-10-30T13:46:09.516Z | [s1.trio] pkill ddmd |
1649 | 2024-10-30T13:46:09.538Z | |
1650 | 2024-10-30T13:46:14.539Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 1aa7475f-2cef-475f-9412-a57efc224ed6 --sled-id a6516034-5e3c-46a2-8e12-83ccdd7c65ab -a sl0/v6 &> /opt/ddmd.log & |
1651 | 2024-10-30T13:46:14.562Z | |
1652 | 2024-10-30T13:46:19.628Z | tunnel router restart passed |
1653 | 2024-10-30T13:46:20.631Z | tunnel endpoint withdraw passed |
1654 | 2024-10-30T13:46:20.646Z | [t1.trio] pkill ddmd |
1655 | 2024-10-30T13:46:20.673Z | |
1656 | 2024-10-30T13:46:20.673Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1657 | 2024-10-30T13:46:20.677Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1658 | 2024-10-30T13:46:23.164Z | [s2.trio] pkill ddmd |
1659 | 2024-10-30T13:46:23.184Z | |
1660 | 2024-10-30T13:46:23.184Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1661 | 2024-10-30T13:46:25.627Z | [s1.trio] pkill ddmd |
1662 | 2024-10-30T13:46:25.647Z | |
1663 | 2024-10-30T13:46:25.648Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1664 | 2024-10-30T13:46:28.178Z | [sidecar.trio] pkill softnpu |
1665 | 2024-10-30T13:46:28.200Z | |
1666 | 2024-10-30T13:46:28.200Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1667 | 2024-10-30T13:46:31.035Z | test ddm::test_trio_v2_transit ... ok |
1668 | 2024-10-30T13:46:31.035Z | |
1669 | 2024-10-30T13:46:31.038Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 486.44s |
1670 | 2024-10-30T13:46:31.038Z | |
1671 | 2024-10-30T13:46:31.070Z | + cleanup |
1672 | 2024-10-30T13:46:31.072Z | ++ id -un |
1673 | 2024-10-30T13:46:31.194Z | ++ id -gn |
1674 | 2024-10-30T13:46:31.197Z | + pfexec chown -R build:build . |
1675 | 2024-10-30T13:46:31.284Z | process exited: duration 1068735 ms, exit code 0 |
|
1676 | 2024-10-30T13:46:31.294Z | found 4 output files |
1677 | 2024-10-30T13:46:31.300Z | uploading: /work/s1.trio.log (4207 bytes) |
1678 | 2024-10-30T13:46:32.308Z | uploaded: /work/s1.trio.log |
1679 | 2024-10-30T13:46:32.308Z | uploading: /work/s2.trio.log (9460 bytes) |
1680 | 2024-10-30T13:46:33.320Z | uploaded: /work/s2.trio.log |
1681 | 2024-10-30T13:46:33.320Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1682 | 2024-10-30T13:46:34.330Z | uploaded: /work/sidecar.trio-softnpu.log |
1683 | 2024-10-30T13:46:34.330Z | uploading: /work/t1.trio.log (25907 bytes) |
1684 | 2024-10-30T13:46:35.340Z | uploaded: /work/t1.trio.log |