|
|
|
1 | 2024-10-30T13:28:02.582Z | job assigned to worker 01JBESQB88J951RFW7YNPA2M2R (queued for 1 m 0 s) |
|
2 | 2024-10-30T13:28:10.860Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:10.870Z | ++ uname -s |
4 | 2024-10-30T13:28:10.873Z | + kern=SunOS |
5 | 2024-10-30T13:28:10.873Z | + case "$kern" in |
6 | 2024-10-30T13:28:10.873Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:10.873Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:10.876Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:12.885Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:13.060Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:13.063Z | + home_fs=zfs |
12 | 2024-10-30T13:28:13.063Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:13.063Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:13.066Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:14.067Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:14.070Z | process exited: duration 3211 ms, exit code 0 |
|
17 | 2024-10-30T13:28:14.081Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:14.087Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:14.087Z | * toolchain channel = "stable" |
20 | 2024-10-30T13:28:14.087Z | ' stable |
21 | 2024-10-30T13:28:14.087Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T13:28:14.087Z | ' default |
23 | 2024-10-30T13:28:14.087Z | * toolchain profile = "default" |
24 | 2024-10-30T13:28:14.090Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:14.090Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:14.206Z | info: downloading installer |
27 | 2024-10-30T13:28:15.358Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:15.358Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:15.361Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:15.486Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:15.486Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:16.121Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:16.359Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:17.239Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:18.627Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:23.531Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:23.709Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:24.546Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:24.943Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:26.718Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:28.644Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:34.889Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:35.227Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:35.227Z | |
45 | 2024-10-30T13:28:35.606Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:35.606Z | |
47 | 2024-10-30T13:28:35.609Z | |
48 | 2024-10-30T13:28:35.609Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:35.609Z | |
50 | 2024-10-30T13:28:35.609Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:35.609Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:35.609Z | |
53 | 2024-10-30T13:28:35.609Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:35.609Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:35.609Z | |
56 | 2024-10-30T13:28:35.609Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:35.609Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:35.609Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:35.682Z | + rustc --version |
60 | 2024-10-30T13:28:35.749Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:35.752Z | process exited: duration 21668 ms, exit code 0 |
|
62 | 2024-10-30T13:28:35.759Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:35.780Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T13:28:35.786Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:35.791Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:35.794Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:37.562Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:39.406Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:39.406Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:39.649Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:39.649Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:39.655Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:39.657Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:39.660Z | + current=main |
75 | 2024-10-30T13:28:39.660Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:39.660Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:39.662Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:39.677Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:39.680Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:39.692Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:39.695Z | process exited: duration 3906 ms, exit code 0 |
|
82 | 2024-10-30T13:28:39.704Z | starting task 4: "build" |
83 | 2024-10-30T13:28:39.707Z | ++ cargo --version |
84 | 2024-10-30T13:28:39.711Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-10-30T13:28:39.874Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-10-30T13:28:39.874Z | info: downloading component 'cargo' |
87 | 2024-10-30T13:28:40.720Z | info: downloading component 'clippy' |
88 | 2024-10-30T13:28:41.039Z | info: downloading component 'rust-docs' |
89 | 2024-10-30T13:28:42.214Z | info: downloading component 'rust-std' |
90 | 2024-10-30T13:28:44.048Z | info: downloading component 'rustc' |
91 | 2024-10-30T13:28:50.501Z | info: downloading component 'rustfmt' |
92 | 2024-10-30T13:28:50.747Z | info: installing component 'cargo' |
93 | 2024-10-30T13:28:51.580Z | info: installing component 'clippy' |
94 | 2024-10-30T13:28:51.970Z | info: installing component 'rust-docs' |
95 | 2024-10-30T13:28:53.624Z | info: installing component 'rust-std' |
96 | 2024-10-30T13:28:55.366Z | info: installing component 'rustc' |
97 | 2024-10-30T13:29:01.205Z | info: installing component 'rustfmt' |
98 | 2024-10-30T13:29:01.627Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-10-30T13:29:01.631Z | ++ rustc --version |
100 | 2024-10-30T13:29:01.698Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-10-30T13:29:01.702Z | ++ dladm |
102 | 2024-10-30T13:29:01.707Z | LINK CLASS MTU STATE BRIDGE OVER |
103 | 2024-10-30T13:29:01.708Z | ena0 phys 9216 up -- -- |
104 | 2024-10-30T13:29:01.710Z | ++ ipadm |
105 | 2024-10-30T13:29:01.713Z | ADDROBJ TYPE STATE ADDR |
106 | 2024-10-30T13:29:01.713Z | lo0/v4 static ok 127.0.0.1/8 |
107 | 2024-10-30T13:29:01.713Z | ena0/dhcp dhcp ok 10.150.1.109/24 |
108 | 2024-10-30T13:29:01.713Z | lo0/v6 static ok ::1/128 |
109 | 2024-10-30T13:29:01.713Z | ++ banner collect |
110 | 2024-10-30T13:29:01.820Z | |
111 | 2024-10-30T13:29:01.820Z | #### #### # # ###### #### ##### |
112 | 2024-10-30T13:29:01.820Z | # # # # # # # # # # |
113 | 2024-10-30T13:29:01.820Z | # # # # # ##### # # |
114 | 2024-10-30T13:29:01.820Z | # # # # # # # # |
115 | 2024-10-30T13:29:01.820Z | # # # # # # # # # # |
116 | 2024-10-30T13:29:01.821Z | #### #### ###### ###### ###### #### # |
117 | 2024-10-30T13:29:01.821Z | |
118 | 2024-10-30T13:29:01.824Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
119 | 2024-10-30T13:29:01.825Z | ++ repo=softnpu |
120 | 2024-10-30T13:29:01.825Z | ++ series=image |
121 | 2024-10-30T13:29:01.825Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
122 | 2024-10-30T13:29:01.825Z | ++ name=softnpu |
123 | 2024-10-30T13:29:01.825Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
124 | 2024-10-30T13:29:01.825Z | ++ mkdir -p download |
125 | 2024-10-30T13:29:01.825Z | ++ pushd download |
126 | 2024-10-30T13:29:01.825Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
127 | 2024-10-30T13:29:01.825Z | ++ [[ ! -f softnpu ]] |
128 | 2024-10-30T13:29:01.825Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
129 | 2024-10-30T13:29:01.831Z | % Total % Received % Xferd Average Speed Time Time Time Current |
130 | 2024-10-30T13:29:01.834Z | Dload Upload Total Spent Left Speed |
131 | 2024-10-30T13:29:02.311Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 45.5M 0 --:--:-- --:--:-- --:--:-- 45.6M |
132 | 2024-10-30T13:29:02.314Z | ++ popd |
133 | 2024-10-30T13:29:02.314Z | /work/oxidecomputer/maghemite |
134 | 2024-10-30T13:29:02.314Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
135 | 2024-10-30T13:29:02.314Z | ++ repo=sidecar-lite |
136 | 2024-10-30T13:29:02.314Z | ++ series=release |
137 | 2024-10-30T13:29:02.314Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
138 | 2024-10-30T13:29:02.314Z | ++ name=libsidecar_lite.so |
139 | 2024-10-30T13:29:02.314Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
140 | 2024-10-30T13:29:02.314Z | ++ mkdir -p download |
141 | 2024-10-30T13:29:02.317Z | ++ pushd download |
142 | 2024-10-30T13:29:02.317Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
143 | 2024-10-30T13:29:02.317Z | ++ [[ ! -f libsidecar_lite.so ]] |
144 | 2024-10-30T13:29:02.317Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
145 | 2024-10-30T13:29:02.324Z | % Total % Received % Xferd Average Speed Time Time Time Current |
146 | 2024-10-30T13:29:02.327Z | Dload Upload Total Spent Left Speed |
147 | 2024-10-30T13:29:02.755Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 20.3M 100 20.3M 0 0 47.0M 0 --:--:-- --:--:-- --:--:-- 47.0M |
148 | 2024-10-30T13:29:02.759Z | ++ popd |
149 | 2024-10-30T13:29:02.762Z | /work/oxidecomputer/maghemite |
150 | 2024-10-30T13:29:02.762Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
151 | 2024-10-30T13:29:02.762Z | ++ repo=sidecar-lite |
152 | 2024-10-30T13:29:02.762Z | ++ series=release |
153 | 2024-10-30T13:29:02.762Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
154 | 2024-10-30T13:29:02.762Z | ++ name=scadm |
155 | 2024-10-30T13:29:02.762Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
156 | 2024-10-30T13:29:02.762Z | ++ mkdir -p download |
157 | 2024-10-30T13:29:02.762Z | ++ pushd download |
158 | 2024-10-30T13:29:02.762Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
159 | 2024-10-30T13:29:02.762Z | ++ [[ ! -f scadm ]] |
160 | 2024-10-30T13:29:02.762Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
161 | 2024-10-30T13:29:02.770Z | % Total % Received % Xferd Average Speed Time Time Time Current |
162 | 2024-10-30T13:29:02.775Z | Dload Upload Total Spent Left Speed |
163 | 2024-10-30T13:29:03.305Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 42.6M 0 --:--:-- --:--:-- --:--:-- 42.6M |
164 | 2024-10-30T13:29:03.310Z | ++ popd |
165 | 2024-10-30T13:29:03.310Z | /work/oxidecomputer/maghemite |
166 | 2024-10-30T13:29:03.313Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
167 | 2024-10-30T13:29:03.313Z | ++ repo=dendrite |
168 | 2024-10-30T13:29:03.313Z | ++ series=image |
169 | 2024-10-30T13:29:03.313Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
170 | 2024-10-30T13:29:03.313Z | ++ name=dendrite-softnpu.tar.gz |
171 | 2024-10-30T13:29:03.313Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
172 | 2024-10-30T13:29:03.313Z | ++ mkdir -p download |
173 | 2024-10-30T13:29:03.313Z | ++ pushd download |
174 | 2024-10-30T13:29:03.313Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
175 | 2024-10-30T13:29:03.313Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
176 | 2024-10-30T13:29:03.313Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
177 | 2024-10-30T13:29:03.319Z | % Total % Received % Xferd Average Speed Time Time Time Current |
178 | 2024-10-30T13:29:03.322Z | Dload Upload Total Spent Left Speed |
179 | 2024-10-30T13:29:04.173Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 44.0M 0 --:--:-- --:--:-- --:--:-- 44.0M |
180 | 2024-10-30T13:29:04.177Z | ++ popd |
181 | 2024-10-30T13:29:04.177Z | /work/oxidecomputer/maghemite |
182 | 2024-10-30T13:29:04.177Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
183 | 2024-10-30T13:29:04.177Z | ++ repo=maghemite |
184 | 2024-10-30T13:29:04.177Z | ++ series=release |
185 | 2024-10-30T13:29:04.177Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
186 | 2024-10-30T13:29:04.177Z | ++ name=ddmd |
187 | 2024-10-30T13:29:04.177Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
188 | 2024-10-30T13:29:04.177Z | ++ mkdir -p download |
189 | 2024-10-30T13:29:04.180Z | ++ pushd download |
190 | 2024-10-30T13:29:04.180Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
191 | 2024-10-30T13:29:04.180Z | ++ [[ ! -f ddmd ]] |
192 | 2024-10-30T13:29:04.180Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
193 | 2024-10-30T13:29:04.187Z | % Total % Received % Xferd Average Speed Time Time Time Current |
194 | 2024-10-30T13:29:04.187Z | Dload Upload Total Spent Left Speed |
195 | 2024-10-30T13:29:05.295Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 37.3M 0 0:00:01 0:00:01 --:--:-- 37.4M |
196 | 2024-10-30T13:29:05.308Z | ++ popd |
197 | 2024-10-30T13:29:05.308Z | /work/oxidecomputer/maghemite |
198 | 2024-10-30T13:29:05.308Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
199 | 2024-10-30T13:29:05.308Z | ++ repo=maghemite |
200 | 2024-10-30T13:29:05.308Z | ++ series=release |
201 | 2024-10-30T13:29:05.308Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
202 | 2024-10-30T13:29:05.308Z | ++ name=ddmadm |
203 | 2024-10-30T13:29:05.308Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
204 | 2024-10-30T13:29:05.308Z | ++ mkdir -p download |
205 | 2024-10-30T13:29:05.308Z | ++ pushd download |
206 | 2024-10-30T13:29:05.309Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
207 | 2024-10-30T13:29:05.309Z | ++ [[ ! -f ddmadm ]] |
208 | 2024-10-30T13:29:05.309Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
209 | 2024-10-30T13:29:05.309Z | % Total % Received % Xferd Average Speed Time Time Time Current |
210 | 2024-10-30T13:29:05.310Z | Dload Upload Total Spent Left Speed |
211 | 2024-10-30T13:29:05.883Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 18.0M 100 18.0M 0 0 31.4M 0 --:--:-- --:--:-- --:--:-- 31.4M |
212 | 2024-10-30T13:29:05.883Z | ++ popd |
213 | 2024-10-30T13:29:05.883Z | /work/oxidecomputer/maghemite |
214 | 2024-10-30T13:29:05.883Z | ++ pushd download |
215 | 2024-10-30T13:29:05.883Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
216 | 2024-10-30T13:29:05.883Z | ++ chmod +x softnpu |
217 | 2024-10-30T13:29:05.883Z | ++ chmod +x scadm |
218 | 2024-10-30T13:29:05.883Z | ++ chmod +x ddmadm |
219 | 2024-10-30T13:29:05.883Z | ++ chmod +x ddmd |
220 | 2024-10-30T13:29:05.883Z | ++ mv ddmadm ddmadm-v2 |
221 | 2024-10-30T13:29:05.888Z | ++ mv ddmd ddmd-v2 |
222 | 2024-10-30T13:29:05.888Z | ++ rm -rf zones/dendrite |
223 | 2024-10-30T13:29:05.895Z | ++ mkdir -p zones/dendrite |
224 | 2024-10-30T13:29:05.895Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
225 | 2024-10-30T13:29:06.777Z | ++ popd |
226 | 2024-10-30T13:29:06.777Z | /work/oxidecomputer/maghemite |
227 | 2024-10-30T13:29:06.777Z | ++ banner install |
228 | 2024-10-30T13:29:06.780Z | |
229 | 2024-10-30T13:29:06.780Z | # # # #### ##### ## # # |
230 | 2024-10-30T13:29:06.780Z | # ## # # # # # # # |
231 | 2024-10-30T13:29:06.780Z | # # # # #### # # # # # |
232 | 2024-10-30T13:29:06.780Z | # # # # # # ###### # # |
233 | 2024-10-30T13:29:06.780Z | # # ## # # # # # # # |
234 | 2024-10-30T13:29:06.780Z | # # # #### # # # ###### ###### |
235 | 2024-10-30T13:29:06.780Z | |
236 | 2024-10-30T13:29:06.783Z | ++ pkg info brand/sparse |
237 | 2024-10-30T13:29:06.783Z | ++ grep -qi installed |
238 | 2024-10-30T13:29:19.016Z | pkg: info: no packages matching the following patterns you specified are |
239 | 2024-10-30T13:29:19.016Z | installed on the system. Try querying remotely instead: |
240 | 2024-10-30T13:29:19.017Z | |
241 | 2024-10-30T13:29:19.017Z | brand/sparse |
242 | 2024-10-30T13:29:19.063Z | ++ [[ 1 != 0 ]] |
243 | 2024-10-30T13:29:19.063Z | ++ set -o errexit |
244 | 2024-10-30T13:29:19.063Z | ++ pfexec pkg install brand/sparse |
245 | 2024-10-30T13:29:30.278Z | Startup: Refreshing catalog 'helios-dev' ... Done |
246 | 2024-10-30T13:29:33.532Z | Startup: Caching catalogs ... Done |
247 | 2024-10-30T13:29:40.628Z | Planning: Solver setup ... Done |
248 | 2024-10-30T13:29:40.723Z | Planning: Running solver ... Done |
249 | 2024-10-30T13:29:40.999Z | Planning: Finding local manifests ... Done |
250 | 2024-10-30T13:29:41.438Z | Planning: Fetching manifests: 0/3 0% complete |
251 | 2024-10-30T13:29:41.656Z | Planning: Fetching manifests: 3/3 100% complete |
252 | 2024-10-30T13:29:41.977Z | Planning: Package planning ... Done |
253 | 2024-10-30T13:29:41.983Z | Planning: Merging actions ... Done |
254 | 2024-10-30T13:29:42.684Z | Planning: Checking for conflicting actions ... Done |
255 | 2024-10-30T13:29:49.716Z | Planning: Consolidating action changes ... Done |
256 | 2024-10-30T13:29:50.099Z | Planning: Evaluating mediators ... Done |
257 | 2024-10-30T13:29:50.167Z | Planning: Planning completed in 16.55 seconds |
258 | 2024-10-30T13:29:50.801Z | Packages to install: 1 |
259 | 2024-10-30T13:29:50.801Z | Packages to update: 2 |
260 | 2024-10-30T13:29:50.801Z | Create boot environment: No |
261 | 2024-10-30T13:29:50.801Z | Create backup boot environment: Yes |
262 | 2024-10-30T13:29:51.180Z | |
263 | 2024-10-30T13:29:51.180Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
264 | 2024-10-30T13:29:56.183Z | Download: 850/1009 items 7.5/8.0MB 93% complete (1.6M/s) |
265 | 2024-10-30T13:30:03.843Z | Download: 918/1009 items 8.0/8.0MB 99% complete (1.4M/s) |
266 | 2024-10-30T13:30:04.394Z | Download: Completed 8.03 MB in 13.21 seconds (622k/s) |
267 | 2024-10-30T13:30:06.395Z | Actions: 1/1419 actions (Removing old actions) |
268 | 2024-10-30T13:30:06.416Z | Actions: 199/1419 actions (Installing new actions) |
269 | 2024-10-30T13:30:06.533Z | Actions: 579/1419 actions (Updating modified actions) |
270 | 2024-10-30T13:30:06.882Z | Actions: Completed 1419 actions in 0.49 seconds. |
271 | 2024-10-30T13:30:07.068Z | Done |
272 | 2024-10-30T13:30:07.071Z | Done |
273 | 2024-10-30T13:30:07.531Z | Done |
274 | 2024-10-30T13:30:13.719Z | Done |
275 | 2024-10-30T13:30:14.028Z | Done |
276 | 2024-10-30T13:30:14.031Z | Done |
277 | 2024-10-30T13:30:14.137Z | Done |
278 | 2024-10-30T13:30:14.495Z | ++ set -o errexit |
279 | 2024-10-30T13:30:14.495Z | ++ set -o pipefail |
280 | 2024-10-30T13:30:14.495Z | ++ banner build |
281 | 2024-10-30T13:30:14.497Z | |
282 | 2024-10-30T13:30:14.497Z | ##### # # # # ##### |
283 | 2024-10-30T13:30:14.497Z | # # # # # # # # |
284 | 2024-10-30T13:30:14.497Z | ##### # # # # # # |
285 | 2024-10-30T13:30:14.497Z | # # # # # # # # |
286 | 2024-10-30T13:30:14.497Z | # # # # # # # # |
287 | 2024-10-30T13:30:14.497Z | ##### #### # ###### ##### |
288 | 2024-10-30T13:30:14.497Z | |
289 | 2024-10-30T13:30:14.497Z | ++ cargo build --release --bin ddmd --bin ddmadm |
290 | 2024-10-30T13:30:14.684Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
291 | 2024-10-30T13:30:14.917Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
292 | 2024-10-30T13:30:15.110Z | From https://www.github.com/oxidecomputer/oxnet |
293 | 2024-10-30T13:30:15.110Z | * [new branch] ci -> origin/ci |
294 | 2024-10-30T13:30:15.113Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
295 | 2024-10-30T13:30:15.113Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
296 | 2024-10-30T13:30:15.113Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
297 | 2024-10-30T13:30:15.113Z | * [new branch] main -> origin/main |
298 | 2024-10-30T13:30:15.113Z | * [new ref] -> origin/HEAD |
299 | 2024-10-30T13:30:15.124Z | Updating crates.io index |
300 | 2024-10-30T13:30:15.173Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
301 | 2024-10-30T13:30:15.938Z | From https://github.com/oxidecomputer/falcon |
302 | 2024-10-30T13:30:15.938Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
303 | 2024-10-30T13:30:16.041Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
304 | 2024-10-30T13:30:17.146Z | From https://github.com/oxidecomputer/dendrite |
305 | 2024-10-30T13:30:17.146Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
306 | 2024-10-30T13:30:17.198Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
307 | 2024-10-30T13:30:17.599Z | From https://github.com/oxidecomputer/ispf |
308 | 2024-10-30T13:30:17.599Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
309 | 2024-10-30T13:30:17.607Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
310 | 2024-10-30T13:30:18.041Z | From https://github.com/oxidecomputer/netadm-sys |
311 | 2024-10-30T13:30:18.041Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
312 | 2024-10-30T13:30:18.053Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
313 | 2024-10-30T13:30:23.222Z | From https://github.com/oxidecomputer/omicron |
314 | 2024-10-30T13:30:23.223Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
315 | 2024-10-30T13:30:23.254Z | * [new tag] dogfood -> dogfood |
316 | 2024-10-30T13:30:23.257Z | * [new tag] v5 -> v5 |
317 | 2024-10-30T13:30:23.257Z | * [new tag] v6 -> v6 |
318 | 2024-10-30T13:30:23.257Z | * [new tag] v7 -> v7 |
319 | 2024-10-30T13:30:23.257Z | * [new tag] v8 -> v8 |
320 | 2024-10-30T13:30:23.257Z | * [new tag] v9 -> v9 |
321 | 2024-10-30T13:30:23.627Z | Updating git repository `https://github.com/oxidecomputer/opte` |
322 | 2024-10-30T13:30:24.629Z | From https://github.com/oxidecomputer/opte |
323 | 2024-10-30T13:30:24.629Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
324 | 2024-10-30T13:30:24.692Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
325 | 2024-10-30T13:30:25.376Z | From https://github.com/oxidecomputer/omicron |
326 | 2024-10-30T13:30:25.376Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
327 | 2024-10-30T13:30:25.759Z | Updating git repository `https://github.com/illumos/smf-rs` |
328 | 2024-10-30T13:30:26.109Z | From https://github.com/illumos/smf-rs |
329 | 2024-10-30T13:30:26.109Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
330 | 2024-10-30T13:30:26.143Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
331 | 2024-10-30T13:30:26.921Z | From https://github.com/oxidecomputer/maghemite |
332 | 2024-10-30T13:30:26.921Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
333 | 2024-10-30T13:30:26.938Z | * [new tag] rift -> rift |
334 | 2024-10-30T13:30:26.940Z | * [new tag] srp -> srp |
335 | 2024-10-30T13:30:26.940Z | * [new tag] tie-spf -> tie-spf |
336 | 2024-10-30T13:30:27.976Z | Updating git repository `https://github.com/oxidecomputer/zone` |
337 | 2024-10-30T13:30:27.979Z | From https://github.com/oxidecomputer/zone |
338 | 2024-10-30T13:30:27.979Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
339 | 2024-10-30T13:30:27.979Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
340 | 2024-10-30T13:30:28.191Z | From https://github.com/oxidecomputer/propolis |
341 | 2024-10-30T13:30:28.191Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
342 | 2024-10-30T13:30:28.668Z | Updating git repository `https://github.com/illumos/smf-rs` |
343 | 2024-10-30T13:30:29.109Z | From https://github.com/illumos/smf-rs |
344 | 2024-10-30T13:30:29.109Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
345 | 2024-10-30T13:30:29.136Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
346 | 2024-10-30T13:30:29.623Z | From https://github.com/oxidecomputer/dlpi-sys |
347 | 2024-10-30T13:30:29.623Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
348 | 2024-10-30T13:30:29.645Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
349 | 2024-10-30T13:30:30.072Z | From https://github.com/jmesmon/rust-libzfs |
350 | 2024-10-30T13:30:30.072Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
351 | 2024-10-30T13:30:30.087Z | * [new tag] v0.4.0 -> v0.4.0 |
352 | 2024-10-30T13:30:30.102Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
353 | 2024-10-30T13:30:30.474Z | From https://github.com/oxidecomputer/rusty-doors |
354 | 2024-10-30T13:30:30.474Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
355 | 2024-10-30T13:30:30.491Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
356 | 2024-10-30T13:30:31.022Z | From https://github.com/oxidecomputer/maghemite |
357 | 2024-10-30T13:30:31.022Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
358 | 2024-10-30T13:30:31.069Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
359 | 2024-10-30T13:30:31.439Z | From https://github.com/oxidecomputer/serde_human_bytes |
360 | 2024-10-30T13:30:31.439Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
361 | 2024-10-30T13:30:31.460Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
362 | 2024-10-30T13:30:31.851Z | From https://github.com/oxidecomputer/slog-error-chain |
363 | 2024-10-30T13:30:31.851Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
364 | 2024-10-30T13:30:31.884Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
365 | 2024-10-30T13:30:32.290Z | From https://github.com/oxidecomputer/poptrie |
366 | 2024-10-30T13:30:32.290Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
367 | 2024-10-30T13:30:32.305Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
368 | 2024-10-30T13:30:32.684Z | From https://github.com/illumos/libscf-sys |
369 | 2024-10-30T13:30:32.684Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
370 | 2024-10-30T13:30:32.705Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
371 | 2024-10-30T13:30:33.633Z | From https://github.com/oxidecomputer/progenitor |
372 | 2024-10-30T13:30:33.633Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
373 | 2024-10-30T13:30:33.654Z | * [new tag] v0.1.1 -> v0.1.1 |
374 | 2024-10-30T13:30:33.656Z | * [new tag] v0.2.0 -> v0.2.0 |
375 | 2024-10-30T13:30:33.656Z | * [new tag] v0.3.0 -> v0.3.0 |
376 | 2024-10-30T13:30:33.656Z | * [new tag] v0.4.0 -> v0.4.0 |
377 | 2024-10-30T13:30:33.656Z | * [new tag] v0.5.0 -> v0.5.0 |
378 | 2024-10-30T13:30:33.657Z | * [new tag] v0.6.0 -> v0.6.0 |
379 | 2024-10-30T13:30:33.657Z | * [new tag] v0.7.0 -> v0.7.0 |
380 | 2024-10-30T13:30:33.871Z | Updating git repository `https://github.com/oxidecomputer/typify` |
381 | 2024-10-30T13:30:34.593Z | From https://github.com/oxidecomputer/typify |
382 | 2024-10-30T13:30:34.593Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
383 | 2024-10-30T13:30:34.595Z | * [new tag] v0.2.0 -> v0.2.0 |
384 | 2024-10-30T13:30:34.612Z | * [new tag] v0.0.10 -> v0.0.10 |
385 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.11 -> v0.0.11 |
386 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.12 -> v0.0.12 |
387 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.13 -> v0.0.13 |
388 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.14 -> v0.0.14 |
389 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.15 -> v0.0.15 |
390 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.16 -> v0.0.16 |
391 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.4 -> v0.0.4 |
392 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.5 -> v0.0.5 |
393 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.7 -> v0.0.7 |
394 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.8 -> v0.0.8 |
395 | 2024-10-30T13:30:34.615Z | * [new tag] v0.0.9 -> v0.0.9 |
396 | 2024-10-30T13:30:34.615Z | * [new tag] v0.1.0 -> v0.1.0 |
397 | 2024-10-30T13:30:34.695Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
398 | 2024-10-30T13:30:35.129Z | From https://github.com/oxidecomputer/propolis |
399 | 2024-10-30T13:30:35.129Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
400 | 2024-10-30T13:30:35.196Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
401 | 2024-10-30T13:30:37.115Z | From https://github.com/oxidecomputer/crucible |
402 | 2024-10-30T13:30:37.115Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
403 | 2024-10-30T13:30:37.191Z | Updating git repository `https://github.com/oxidecomputer/opte` |
404 | 2024-10-30T13:30:37.687Z | From https://github.com/oxidecomputer/opte |
405 | 2024-10-30T13:30:37.687Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
406 | 2024-10-30T13:30:37.730Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
407 | 2024-10-30T13:30:38.740Z | From https://github.com/oxidecomputer/management-gateway-service |
408 | 2024-10-30T13:30:38.740Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
409 | 2024-10-30T13:30:39.757Z | Downloading crates ... |
410 | 2024-10-30T13:30:39.841Z | Downloaded anstyle-query v1.1.1 |
411 | 2024-10-30T13:30:39.844Z | Downloaded anstyle-parse v0.2.5 |
412 | 2024-10-30T13:30:39.846Z | Downloaded anstyle v1.0.8 |
413 | 2024-10-30T13:30:39.852Z | Downloaded anstream v0.6.15 |
414 | 2024-10-30T13:30:39.862Z | Downloaded crc8 v0.1.1 |
415 | 2024-10-30T13:30:39.865Z | Downloaded parse-display v0.10.0 |
416 | 2024-10-30T13:30:39.865Z | Downloaded ppv-lite86 v0.2.20 |
417 | 2024-10-30T13:30:39.867Z | Downloaded cstr-argument v0.1.2 |
418 | 2024-10-30T13:30:39.869Z | Downloaded float-ord v0.3.2 |
419 | 2024-10-30T13:30:39.870Z | Downloaded plain v0.2.3 |
420 | 2024-10-30T13:30:39.872Z | Downloaded pin-project-lite v0.2.14 |
421 | 2024-10-30T13:30:39.878Z | Downloaded serde-big-array v0.5.1 |
422 | 2024-10-30T13:30:39.880Z | Downloaded ahash v0.8.11 |
423 | 2024-10-30T13:30:39.883Z | Downloaded serde_spanned v0.6.7 |
424 | 2024-10-30T13:30:39.885Z | Downloaded prettyplease v0.2.22 |
425 | 2024-10-30T13:30:39.890Z | Downloaded futures-sink v0.3.31 |
426 | 2024-10-30T13:30:39.892Z | Downloaded progenitor-macro v0.8.0 |
427 | 2024-10-30T13:30:39.892Z | Downloaded rand_chacha v0.3.1 |
428 | 2024-10-30T13:30:39.895Z | Downloaded fastrand v2.1.1 |
429 | 2024-10-30T13:30:39.898Z | Downloaded proc-macro-error-attr v1.0.4 |
430 | 2024-10-30T13:30:39.898Z | Downloaded sha1 v0.10.6 |
431 | 2024-10-30T13:30:39.900Z | Downloaded slog-bunyan v2.5.0 |
432 | 2024-10-30T13:30:39.902Z | Downloaded either v1.13.0 |
433 | 2024-10-30T13:30:39.905Z | Downloaded shlex v1.3.0 |
434 | 2024-10-30T13:30:39.907Z | Downloaded serde_urlencoded v0.7.1 |
435 | 2024-10-30T13:30:39.910Z | Downloaded blake2 v0.10.6 |
436 | 2024-10-30T13:30:39.912Z | Downloaded rustls-pki-types v1.8.0 |
437 | 2024-10-30T13:30:39.915Z | Downloaded scroll v0.12.0 |
438 | 2024-10-30T13:30:39.915Z | Downloaded futures v0.3.31 |
439 | 2024-10-30T13:30:39.921Z | Downloaded quote v1.0.37 |
440 | 2024-10-30T13:30:39.925Z | Downloaded schemars v0.8.21 |
441 | 2024-10-30T13:30:39.940Z | Downloaded openssl-macros v0.1.1 |
442 | 2024-10-30T13:30:39.943Z | Downloaded pest v2.7.13 |
443 | 2024-10-30T13:30:39.948Z | Downloaded heapless v0.8.0 |
444 | 2024-10-30T13:30:39.953Z | Downloaded linear-map v1.2.0 |
445 | 2024-10-30T13:30:39.955Z | Downloaded pretty-hex v0.4.1 |
446 | 2024-10-30T13:30:39.958Z | Downloaded sync_wrapper v1.0.1 |
447 | 2024-10-30T13:30:39.960Z | Downloaded powerfmt v0.2.0 |
448 | 2024-10-30T13:30:39.960Z | Downloaded darling_macro v0.20.10 |
449 | 2024-10-30T13:30:39.960Z | Downloaded crunchy v0.2.2 |
450 | 2024-10-30T13:30:39.963Z | Downloaded const-random-macro v0.1.16 |
451 | 2024-10-30T13:30:39.965Z | Downloaded paste v1.0.15 |
452 | 2024-10-30T13:30:39.968Z | Downloaded cobs v0.2.3 |
453 | 2024-10-30T13:30:39.971Z | Downloaded lock_api v0.4.12 |
454 | 2024-10-30T13:30:39.974Z | Downloaded percent-encoding v2.3.1 |
455 | 2024-10-30T13:30:39.974Z | Downloaded colored v2.1.0 |
456 | 2024-10-30T13:30:39.977Z | Downloaded progenitor-client v0.8.0 |
457 | 2024-10-30T13:30:39.980Z | Downloaded pest_derive v2.7.13 |
458 | 2024-10-30T13:30:39.982Z | Downloaded scroll_derive v0.12.0 |
459 | 2024-10-30T13:30:39.983Z | Downloaded sigpipe v0.1.3 |
460 | 2024-10-30T13:30:39.985Z | Downloaded argon2 v0.5.3 |
461 | 2024-10-30T13:30:39.988Z | Downloaded foreign-types-macros v0.2.3 |
462 | 2024-10-30T13:30:39.988Z | Downloaded foreign-types v0.3.2 |
463 | 2024-10-30T13:30:39.988Z | Downloaded foreign-types-shared v0.3.1 |
464 | 2024-10-30T13:30:39.991Z | Downloaded zeroize v1.8.1 |
465 | 2024-10-30T13:30:39.994Z | Downloaded ident_case v1.0.1 |
466 | 2024-10-30T13:30:39.994Z | Downloaded quick-error v1.2.3 |
467 | 2024-10-30T13:30:39.997Z | Downloaded crypto-common v0.1.6 |
468 | 2024-10-30T13:30:39.997Z | Downloaded cpufeatures v0.2.14 |
469 | 2024-10-30T13:30:39.997Z | Downloaded strum v0.26.3 |
470 | 2024-10-30T13:30:40.001Z | Downloaded dirs-sys-next v0.1.2 |
471 | 2024-10-30T13:30:40.001Z | Downloaded defmt-parser v0.3.4 |
472 | 2024-10-30T13:30:40.004Z | Downloaded defmt-macros v0.3.9 |
473 | 2024-10-30T13:30:40.007Z | Downloaded try-lock v0.2.5 |
474 | 2024-10-30T13:30:40.007Z | Downloaded cancel-safe-futures v0.1.5 |
475 | 2024-10-30T13:30:40.010Z | Downloaded time-macros v0.2.18 |
476 | 2024-10-30T13:30:40.013Z | Downloaded console v0.15.8 |
477 | 2024-10-30T13:30:40.017Z | Downloaded rustversion v1.0.17 |
478 | 2024-10-30T13:30:40.020Z | Downloaded rand_core v0.6.4 |
479 | 2024-10-30T13:30:40.023Z | Downloaded futures-macro v0.3.31 |
480 | 2024-10-30T13:30:40.025Z | Downloaded serde_tokenstream v0.2.2 |
481 | 2024-10-30T13:30:40.027Z | Downloaded enum-as-inner v0.6.1 |
482 | 2024-10-30T13:30:40.027Z | Downloaded embedded-io v0.6.1 |
483 | 2024-10-30T13:30:40.029Z | Downloaded embedded-io v0.4.0 |
484 | 2024-10-30T13:30:40.032Z | Downloaded signal-hook-registry v1.4.2 |
485 | 2024-10-30T13:30:40.034Z | Downloaded parse-display-derive v0.10.0 |
486 | 2024-10-30T13:30:40.034Z | Downloaded form_urlencoded v1.2.1 |
487 | 2024-10-30T13:30:40.037Z | Downloaded camino v1.1.9 |
488 | 2024-10-30T13:30:40.039Z | Downloaded serde_repr v0.1.19 |
489 | 2024-10-30T13:30:40.042Z | Downloaded swrite v0.1.0 |
490 | 2024-10-30T13:30:40.044Z | Downloaded num-conv v0.1.0 |
491 | 2024-10-30T13:30:40.044Z | Downloaded slog-async v2.8.0 |
492 | 2024-10-30T13:30:40.047Z | Downloaded linked-hash-map v0.5.6 |
493 | 2024-10-30T13:30:40.049Z | Downloaded usdt-macro v0.5.0 |
494 | 2024-10-30T13:30:40.049Z | Downloaded digest v0.10.7 |
495 | 2024-10-30T13:30:40.052Z | Downloaded stable_deref_trait v1.2.0 |
496 | 2024-10-30T13:30:40.054Z | Downloaded untrusted v0.9.0 |
497 | 2024-10-30T13:30:40.054Z | Downloaded httpdate v1.0.3 |
498 | 2024-10-30T13:30:40.058Z | Downloaded defmt v0.3.8 |
499 | 2024-10-30T13:30:40.061Z | Downloaded pest_meta v2.7.13 |
500 | 2024-10-30T13:30:40.063Z | Downloaded sync_wrapper v0.1.2 |
501 | 2024-10-30T13:30:40.065Z | Downloaded tracing-attributes v0.1.27 |
502 | 2024-10-30T13:30:40.068Z | Downloaded tiny-keccak v2.0.2 |
503 | 2024-10-30T13:30:40.070Z | Downloaded num-iter v0.1.45 |
504 | 2024-10-30T13:30:40.073Z | Downloaded proc-macro-error v1.0.4 |
505 | 2024-10-30T13:30:40.077Z | Downloaded tabwriter v1.4.0 |
506 | 2024-10-30T13:30:40.079Z | Downloaded num-rational v0.4.2 |
507 | 2024-10-30T13:30:40.082Z | Downloaded semver v1.0.23 |
508 | 2024-10-30T13:30:40.084Z | Downloaded num-integer v0.1.46 |
509 | 2024-10-30T13:30:40.086Z | Downloaded thread-id v4.2.2 |
510 | 2024-10-30T13:30:40.089Z | Downloaded whoami v1.5.2 |
511 | 2024-10-30T13:30:40.091Z | Downloaded tower-service v0.3.3 |
512 | 2024-10-30T13:30:40.093Z | Downloaded slog-dtrace v0.3.0 |
513 | 2024-10-30T13:30:40.093Z | Downloaded serde_derive_internals v0.29.1 |
514 | 2024-10-30T13:30:40.096Z | Downloaded version_check v0.9.5 |
515 | 2024-10-30T13:30:40.099Z | Downloaded heck v0.5.0 |
516 | 2024-10-30T13:30:40.102Z | Downloaded fxhash v0.2.1 |
517 | 2024-10-30T13:30:40.102Z | Downloaded waitgroup v0.1.2 |
518 | 2024-10-30T13:30:40.102Z | Downloaded hubpack_derive v0.1.1 |
519 | 2024-10-30T13:30:40.102Z | Downloaded smallvec v1.13.2 |
520 | 2024-10-30T13:30:40.105Z | Downloaded multer v3.1.0 |
521 | 2024-10-30T13:30:40.107Z | Downloaded itoa v1.0.11 |
522 | 2024-10-30T13:30:40.110Z | Downloaded hyper-tls v0.5.0 |
523 | 2024-10-30T13:30:40.112Z | Downloaded heck v0.4.1 |
524 | 2024-10-30T13:30:40.114Z | Downloaded newtype-uuid v1.1.2 |
525 | 2024-10-30T13:30:40.114Z | Downloaded derive_more v0.99.18 |
526 | 2024-10-30T13:30:40.120Z | Downloaded smf v0.2.3 |
527 | 2024-10-30T13:30:40.122Z | Downloaded zerocopy-derive v0.7.35 |
528 | 2024-10-30T13:30:40.126Z | Downloaded match_cfg v0.1.0 |
529 | 2024-10-30T13:30:40.128Z | Downloaded hex v0.4.3 |
530 | 2024-10-30T13:30:40.131Z | Downloaded http-body v1.0.1 |
531 | 2024-10-30T13:30:40.135Z | Downloaded tokio-stream v0.1.16 |
532 | 2024-10-30T13:30:40.138Z | Downloaded humantime v2.1.0 |
533 | 2024-10-30T13:30:40.140Z | Downloaded slog v2.7.0 |
534 | 2024-10-30T13:30:40.145Z | Downloaded want v0.3.1 |
535 | 2024-10-30T13:30:40.145Z | Downloaded parking_lot v0.11.2 |
536 | 2024-10-30T13:30:40.148Z | Downloaded hostname v0.3.1 |
537 | 2024-10-30T13:30:40.148Z | Downloaded slog-scope v4.4.0 |
538 | 2024-10-30T13:30:40.151Z | Downloaded owo-colors v4.1.0 |
539 | 2024-10-30T13:30:40.153Z | Downloaded progenitor-impl v0.8.0 |
540 | 2024-10-30T13:30:40.156Z | Downloaded tokio-rustls v0.25.0 |
541 | 2024-10-30T13:30:40.160Z | Downloaded instant v0.1.13 |
542 | 2024-10-30T13:30:40.160Z | Downloaded reqwest v0.11.27 |
543 | 2024-10-30T13:30:40.169Z | Downloaded tinyvec_macros v0.1.1 |
544 | 2024-10-30T13:30:40.172Z | Downloaded time-core v0.1.2 |
545 | 2024-10-30T13:30:40.172Z | Downloaded usdt-attr-macro v0.5.0 |
546 | 2024-10-30T13:30:40.172Z | Downloaded subtle v2.6.1 |
547 | 2024-10-30T13:30:40.177Z | Downloaded http-body-util v0.1.2 |
548 | 2024-10-30T13:30:40.178Z | Downloaded base64 v0.22.1 |
549 | 2024-10-30T13:30:40.180Z | Downloaded num_enum v0.5.11 |
550 | 2024-10-30T13:30:40.185Z | Downloaded num-derive v0.4.2 |
551 | 2024-10-30T13:30:40.187Z | Downloaded zone_cfg_derive v0.3.0 |
552 | 2024-10-30T13:30:40.189Z | Downloaded openssl-probe v0.1.5 |
553 | 2024-10-30T13:30:40.189Z | Downloaded http-body v0.4.6 |
554 | 2024-10-30T13:30:40.192Z | Downloaded bytes v1.7.2 |
555 | 2024-10-30T13:30:40.196Z | Downloaded libscf-sys v1.1.0 |
556 | 2024-10-30T13:30:40.198Z | Downloaded spin v0.9.8 |
557 | 2024-10-30T13:30:40.200Z | Downloaded uuid v1.10.0 |
558 | 2024-10-30T13:30:40.203Z | Downloaded zerocopy v0.6.6 |
559 | 2024-10-30T13:30:40.207Z | Downloaded typify-macro v0.2.0 |
560 | 2024-10-30T13:30:40.209Z | Downloaded getrandom v0.2.15 |
561 | 2024-10-30T13:30:40.212Z | Downloaded quinn v0.11.5 |
562 | 2024-10-30T13:30:40.217Z | Downloaded toml_datetime v0.6.8 |
563 | 2024-10-30T13:30:40.219Z | Downloaded slog-envlogger v2.2.0 |
564 | 2024-10-30T13:30:40.219Z | Downloaded thiserror v1.0.64 |
565 | 2024-10-30T13:30:40.227Z | Downloaded terminal_size v0.3.0 |
566 | 2024-10-30T13:30:40.229Z | Downloaded ipnetwork v0.20.0 |
567 | 2024-10-30T13:30:40.229Z | Downloaded hyper-rustls v0.24.2 |
568 | 2024-10-30T13:30:40.232Z | Downloaded hubpack v0.1.2 |
569 | 2024-10-30T13:30:40.234Z | Downloaded httparse v1.9.4 |
570 | 2024-10-30T13:30:40.236Z | Downloaded num_enum v0.7.3 |
571 | 2024-10-30T13:30:40.241Z | Downloaded futures-task v0.3.31 |
572 | 2024-10-30T13:30:40.244Z | Downloaded usdt v0.5.0 |
573 | 2024-10-30T13:30:40.244Z | Downloaded hyper-util v0.1.9 |
574 | 2024-10-30T13:30:40.249Z | Downloaded log v0.4.22 |
575 | 2024-10-30T13:30:40.252Z | Downloaded crossbeam-channel v0.5.13 |
576 | 2024-10-30T13:30:40.257Z | Downloaded hyper-rustls v0.27.3 |
577 | 2024-10-30T13:30:40.260Z | Downloaded term v0.7.0 |
578 | 2024-10-30T13:30:40.265Z | Downloaded ipnet v2.10.0 |
579 | 2024-10-30T13:30:40.271Z | Downloaded once_cell v1.20.2 |
580 | 2024-10-30T13:30:40.273Z | Downloaded indexmap v1.9.3 |
581 | 2024-10-30T13:30:40.273Z | Downloaded tinyvec v1.8.0 |
582 | 2024-10-30T13:30:40.276Z | Downloaded quinn-proto v0.11.8 |
583 | 2024-10-30T13:30:40.285Z | Downloaded thin-vec v0.2.13 |
584 | 2024-10-30T13:30:40.287Z | Downloaded iana-time-zone v0.1.61 |
585 | 2024-10-30T13:30:40.290Z | Downloaded ucd-trie v0.1.6 |
586 | 2024-10-30T13:30:40.293Z | Downloaded num-traits v0.2.19 |
587 | 2024-10-30T13:30:40.296Z | Downloaded openssl-sys v0.9.103 |
588 | 2024-10-30T13:30:40.301Z | Downloaded unicode-ident v1.0.13 |
589 | 2024-10-30T13:30:40.304Z | Downloaded expectorate v1.1.0 |
590 | 2024-10-30T13:30:40.307Z | Downloaded itertools v0.10.5 |
591 | 2024-10-30T13:30:40.315Z | Downloaded rustls-webpki v0.102.8 |
592 | 2024-10-30T13:30:40.336Z | Downloaded unicode-bidi v0.3.15 |
593 | 2024-10-30T13:30:40.339Z | Downloaded http v1.1.0 |
594 | 2024-10-30T13:30:40.343Z | Downloaded mio v1.0.2 |
595 | 2024-10-30T13:30:40.350Z | Downloaded toml_edit v0.22.21 |
596 | 2024-10-30T13:30:40.373Z | Downloaded hashbrown v0.12.3 |
597 | 2024-10-30T13:30:40.377Z | Downloaded tokio-util v0.7.12 |
598 | 2024-10-30T13:30:40.385Z | Downloaded indexmap v2.6.0 |
599 | 2024-10-30T13:30:40.390Z | Downloaded hickory-resolver v0.24.1 |
600 | 2024-10-30T13:30:40.395Z | Downloaded toml_edit v0.19.15 |
601 | 2024-10-30T13:30:40.414Z | Downloaded steno v0.4.1 |
602 | 2024-10-30T13:30:40.418Z | Downloaded itertools v0.12.1 |
603 | 2024-10-30T13:30:40.426Z | Downloaded time v0.3.36 |
604 | 2024-10-30T13:30:40.435Z | Downloaded unicode-normalization v0.1.24 |
605 | 2024-10-30T13:30:40.439Z | Downloaded hashbrown v0.15.0 |
606 | 2024-10-30T13:30:40.446Z | Downloaded unicode-segmentation v1.12.0 |
607 | 2024-10-30T13:30:40.450Z | Downloaded http v0.2.12 |
608 | 2024-10-30T13:30:40.454Z | Downloaded winnow v0.6.18 |
609 | 2024-10-30T13:30:40.465Z | Downloaded h2 v0.4.6 |
610 | 2024-10-30T13:30:40.472Z | Downloaded itertools v0.13.0 |
611 | 2024-10-30T13:30:40.480Z | Downloaded hyper v0.14.30 |
612 | 2024-10-30T13:30:40.490Z | Downloaded rhai v1.19.0 |
613 | 2024-10-30T13:30:40.504Z | Downloaded hyper v1.4.1 |
614 | 2024-10-30T13:30:40.510Z | Downloaded chrono v0.4.38 |
615 | 2024-10-30T13:30:40.518Z | Downloaded h2 v0.3.26 |
616 | 2024-10-30T13:30:40.527Z | Downloaded futures-util v0.3.31 |
617 | 2024-10-30T13:30:40.542Z | Downloaded webpki-roots v0.25.4 |
618 | 2024-10-30T13:30:40.545Z | Downloaded rustls v0.21.12 |
619 | 2024-10-30T13:30:40.559Z | Downloaded vcpkg v0.2.15 |
620 | 2024-10-30T13:30:40.599Z | Downloaded openssl v0.10.66 |
621 | 2024-10-30T13:30:40.610Z | Downloaded syn v2.0.77 |
622 | 2024-10-30T13:30:40.622Z | Downloaded idna v0.5.0 |
623 | 2024-10-30T13:30:40.629Z | Downloaded regress v0.10.1 |
624 | 2024-10-30T13:30:40.639Z | Downloaded idna v0.4.0 |
625 | 2024-10-30T13:30:40.647Z | Downloaded unicode-width v0.1.14 |
626 | 2024-10-30T13:30:40.654Z | Downloaded rustls v0.22.4 |
627 | 2024-10-30T13:30:40.668Z | Downloaded smoltcp v0.11.0 |
628 | 2024-10-30T13:30:40.681Z | Downloaded sled v0.34.7 |
629 | 2024-10-30T13:30:40.692Z | Downloaded dropshot v0.12.0 |
630 | 2024-10-30T13:30:40.712Z | Downloaded openapiv3 v2.0.0 |
631 | 2024-10-30T13:30:40.724Z | Downloaded hickory-proto v0.24.1 |
632 | 2024-10-30T13:30:40.740Z | Downloaded regress v0.9.1 |
633 | 2024-10-30T13:30:40.749Z | Downloaded rustix v0.38.37 |
634 | 2024-10-30T13:30:40.771Z | Downloaded webpki-roots v0.26.6 |
635 | 2024-10-30T13:30:40.775Z | Downloaded typify-impl v0.2.0 |
636 | 2024-10-30T13:30:40.791Z | Downloaded regex-syntax v0.8.5 |
637 | 2024-10-30T13:30:40.799Z | Downloaded regex v1.11.1 |
638 | 2024-10-30T13:30:40.812Z | Downloaded zerocopy-derive v0.6.6 |
639 | 2024-10-30T13:30:40.822Z | Downloaded regex-automata v0.4.8 |
640 | 2024-10-30T13:30:40.840Z | Downloaded syn v1.0.109 |
641 | 2024-10-30T13:30:40.850Z | Downloaded goblin v0.8.2 |
642 | 2024-10-30T13:30:40.856Z | Downloaded rustls v0.23.13 |
643 | 2024-10-30T13:30:40.870Z | Downloaded winnow v0.5.40 |
644 | 2024-10-30T13:30:40.877Z | Downloaded hashbrown v0.14.5 |
645 | 2024-10-30T13:30:40.883Z | Downloaded zerocopy v0.7.35 |
646 | 2024-10-30T13:30:40.898Z | Downloaded rustls-webpki v0.101.7 |
647 | 2024-10-30T13:30:40.912Z | Downloaded petgraph v0.6.5 |
648 | 2024-10-30T13:30:40.929Z | Downloaded reqwest v0.12.8 |
649 | 2024-10-30T13:30:40.937Z | Downloaded libm v0.2.8 |
650 | 2024-10-30T13:30:40.945Z | Downloaded nom v7.1.3 |
651 | 2024-10-30T13:30:40.956Z | Downloaded clap_builder v4.5.18 |
652 | 2024-10-30T13:30:40.969Z | Downloaded minimal-lexical v0.2.1 |
653 | 2024-10-30T13:30:40.970Z | Downloaded serde_with v3.11.0 |
654 | 2024-10-30T13:30:40.976Z | Downloaded serde_json v1.0.128 |
655 | 2024-10-30T13:30:40.980Z | Downloaded memchr v2.7.4 |
656 | 2024-10-30T13:30:40.983Z | Downloaded libc v0.2.161 |
657 | 2024-10-30T13:30:41.009Z | Downloaded tokio v1.40.0 |
658 | 2024-10-30T13:30:41.047Z | Downloaded tracing v0.1.40 |
659 | 2024-10-30T13:30:41.050Z | Downloaded strum_macros v0.26.4 |
660 | 2024-10-30T13:30:41.053Z | Downloaded unsafe-libyaml v0.2.11 |
661 | 2024-10-30T13:30:41.056Z | Downloaded tracing-core v0.1.32 |
662 | 2024-10-30T13:30:41.059Z | Downloaded libsw v3.3.1 |
663 | 2024-10-30T13:30:41.061Z | Downloaded structmeta v0.3.0 |
664 | 2024-10-30T13:30:41.063Z | Downloaded socket2 v0.5.7 |
665 | 2024-10-30T13:30:41.065Z | Downloaded smartstring v1.0.1 |
666 | 2024-10-30T13:30:41.068Z | Downloaded typenum v1.17.0 |
667 | 2024-10-30T13:30:41.070Z | Downloaded qorb v0.1.2 |
668 | 2024-10-30T13:30:41.073Z | Downloaded hostname v0.4.0 |
669 | 2024-10-30T13:30:41.075Z | Downloaded serde v1.0.210 |
670 | 2024-10-30T13:30:41.078Z | Downloaded toml v0.8.19 |
671 | 2024-10-30T13:30:41.081Z | Downloaded tokio-macros v2.4.0 |
672 | 2024-10-30T13:30:41.083Z | Downloaded thread_local v1.1.8 |
673 | 2024-10-30T13:30:41.083Z | Downloaded highway v1.2.0 |
674 | 2024-10-30T13:30:41.085Z | Downloaded tokio-rustls v0.24.1 |
675 | 2024-10-30T13:30:41.088Z | Downloaded half v2.4.1 |
676 | 2024-10-30T13:30:41.098Z | Downloaded serde_yaml v0.9.34+deprecated |
677 | 2024-10-30T13:30:41.098Z | Downloaded serde_derive v1.0.210 |
678 | 2024-10-30T13:30:41.098Z | Downloaded rand v0.8.5 |
679 | 2024-10-30T13:30:41.100Z | Downloaded url v2.5.2 |
680 | 2024-10-30T13:30:41.102Z | Downloaded encoding_rs v0.8.34 |
681 | 2024-10-30T13:30:41.123Z | Downloaded strum_macros v0.25.3 |
682 | 2024-10-30T13:30:41.126Z | Downloaded static_assertions v1.1.0 |
683 | 2024-10-30T13:30:41.128Z | Downloaded slog-json v2.6.1 |
684 | 2024-10-30T13:30:41.128Z | Downloaded hash32 v0.3.1 |
685 | 2024-10-30T13:30:41.130Z | Downloaded typify v0.2.0 |
686 | 2024-10-30T13:30:41.133Z | Downloaded proc-macro2 v1.0.86 |
687 | 2024-10-30T13:30:41.135Z | Downloaded num-derive v0.3.3 |
688 | 2024-10-30T13:30:41.137Z | Downloaded tempfile v3.12.0 |
689 | 2024-10-30T13:30:41.140Z | Downloaded native-tls v0.2.12 |
690 | 2024-10-30T13:30:41.140Z | Downloaded num_enum_derive v0.5.11 |
691 | 2024-10-30T13:30:41.142Z | Downloaded omicron-workspace-hack v0.1.0 |
692 | 2024-10-30T13:30:41.142Z | Downloaded num_threads v0.1.7 |
693 | 2024-10-30T13:30:41.142Z | Downloaded generic-array v0.14.7 |
694 | 2024-10-30T13:30:41.145Z | Downloaded mime v0.3.17 |
695 | 2024-10-30T13:30:41.145Z | Downloaded memmap v0.7.0 |
696 | 2024-10-30T13:30:41.148Z | Downloaded cc v1.1.21 |
697 | 2024-10-30T13:30:41.150Z | Downloaded usdt-impl v0.5.0 |
698 | 2024-10-30T13:30:41.150Z | Downloaded slog-term v2.9.1 |
699 | 2024-10-30T13:30:41.153Z | Downloaded similar v2.6.0 |
700 | 2024-10-30T13:30:41.157Z | Downloaded strsim v0.11.1 |
701 | 2024-10-30T13:30:41.160Z | Downloaded lazy_static v1.5.0 |
702 | 2024-10-30T13:30:41.162Z | Downloaded structmeta-derive v0.3.0 |
703 | 2024-10-30T13:30:41.162Z | Downloaded ryu v1.0.18 |
704 | 2024-10-30T13:30:41.165Z | Downloaded rhai_codegen v2.2.0 |
705 | 2024-10-30T13:30:41.172Z | Downloaded num-complex v0.4.6 |
706 | 2024-10-30T13:30:41.174Z | Downloaded futures-channel v0.3.31 |
707 | 2024-10-30T13:30:41.177Z | Downloaded dropshot_endpoint v0.12.0 |
708 | 2024-10-30T13:30:41.179Z | Downloaded clap v4.5.18 |
709 | 2024-10-30T13:30:41.186Z | Downloaded utf8parse v0.2.2 |
710 | 2024-10-30T13:30:41.188Z | Downloaded tokio-native-tls v0.3.1 |
711 | 2024-10-30T13:30:41.191Z | Downloaded thiserror-impl v1.0.64 |
712 | 2024-10-30T13:30:41.191Z | Downloaded lru-cache v0.1.2 |
713 | 2024-10-30T13:30:41.193Z | Downloaded sha2 v0.10.8 |
714 | 2024-10-30T13:30:41.193Z | Downloaded quinn-udp v0.5.5 |
715 | 2024-10-30T13:30:41.197Z | Downloaded macaddr v1.0.1 |
716 | 2024-10-30T13:30:41.199Z | Downloaded is_terminal_polyfill v1.70.1 |
717 | 2024-10-30T13:30:41.199Z | Downloaded tokio-rustls v0.26.0 |
718 | 2024-10-30T13:30:41.199Z | Downloaded serde_with_macros v3.11.0 |
719 | 2024-10-30T13:30:41.201Z | Downloaded sct v0.7.1 |
720 | 2024-10-30T13:30:41.204Z | Downloaded aho-corasick v1.1.3 |
721 | 2024-10-30T13:30:41.210Z | Downloaded managed v0.8.0 |
722 | 2024-10-30T13:30:41.212Z | Downloaded zone v0.3.0 |
723 | 2024-10-30T13:30:41.212Z | Downloaded slog-stdlog v4.1.1 |
724 | 2024-10-30T13:30:41.214Z | Downloaded num_enum_derive v0.7.3 |
725 | 2024-10-30T13:30:41.214Z | Downloaded num v0.4.3 |
726 | 2024-10-30T13:30:41.217Z | Downloaded bitflags v2.6.0 |
727 | 2024-10-30T13:30:41.219Z | Downloaded newtype_derive v0.1.6 |
728 | 2024-10-30T13:30:41.221Z | Downloaded crossbeam-utils v0.8.20 |
729 | 2024-10-30T13:30:41.224Z | Downloaded darling v0.20.10 |
730 | 2024-10-30T13:30:41.226Z | Downloaded crc32fast v1.4.2 |
731 | 2024-10-30T13:30:41.229Z | Downloaded slab v0.4.9 |
732 | 2024-10-30T13:30:41.232Z | Downloaded newline-converter v0.3.0 |
733 | 2024-10-30T13:30:41.232Z | Downloaded rustc_version v0.4.1 |
734 | 2024-10-30T13:30:41.232Z | Downloaded is-terminal v0.4.13 |
735 | 2024-10-30T13:30:41.234Z | Downloaded deranged v0.3.11 |
736 | 2024-10-30T13:30:41.234Z | Downloaded serde_path_to_error v0.1.16 |
737 | 2024-10-30T13:30:41.236Z | Downloaded schemars_derive v0.8.21 |
738 | 2024-10-30T13:30:41.236Z | Downloaded rustls-pemfile v2.1.3 |
739 | 2024-10-30T13:30:41.239Z | Downloaded rustc_version v0.1.7 |
740 | 2024-10-30T13:30:41.239Z | Downloaded resolv-conf v0.7.0 |
741 | 2024-10-30T13:30:41.241Z | Downloaded async-trait v0.1.83 |
742 | 2024-10-30T13:30:41.244Z | Downloaded scopeguard v1.2.0 |
743 | 2024-10-30T13:30:41.246Z | Downloaded password-hash v0.5.0 |
744 | 2024-10-30T13:30:41.248Z | Downloaded futures-executor v0.3.31 |
745 | 2024-10-30T13:30:41.248Z | Downloaded futures-core v0.3.31 |
746 | 2024-10-30T13:30:41.251Z | Downloaded fnv v1.0.7 |
747 | 2024-10-30T13:30:41.251Z | Downloaded fixedbitset v0.4.2 |
748 | 2024-10-30T13:30:41.253Z | Downloaded errno v0.3.9 |
749 | 2024-10-30T13:30:41.253Z | Downloaded dyn-clone v1.0.17 |
750 | 2024-10-30T13:30:41.256Z | Downloaded dirs-next v2.0.0 |
751 | 2024-10-30T13:30:41.256Z | Downloaded hyper-tls v0.6.0 |
752 | 2024-10-30T13:30:41.258Z | Downloaded block-buffer v0.10.4 |
753 | 2024-10-30T13:30:41.258Z | Downloaded take_mut v0.2.2 |
754 | 2024-10-30T13:30:41.258Z | Downloaded rustls-pemfile v1.0.4 |
755 | 2024-10-30T13:30:41.260Z | Downloaded proc-macro-crate v1.3.1 |
756 | 2024-10-30T13:30:41.263Z | Downloaded debug-ignore v1.0.5 |
757 | 2024-10-30T13:30:41.263Z | Downloaded convert_case v0.4.0 |
758 | 2024-10-30T13:30:41.265Z | Downloaded pretty-hex v0.2.1 |
759 | 2024-10-30T13:30:41.265Z | Downloaded postcard v1.0.10 |
760 | 2024-10-30T13:30:41.267Z | Downloaded pkg-config v0.3.31 |
761 | 2024-10-30T13:30:41.270Z | Downloaded pin-utils v0.1.0 |
762 | 2024-10-30T13:30:41.270Z | Downloaded clap_lex v0.7.2 |
763 | 2024-10-30T13:30:41.272Z | Downloaded bitflags v1.3.2 |
764 | 2024-10-30T13:30:41.275Z | Downloaded byteorder v1.5.0 |
765 | 2024-10-30T13:30:41.277Z | Downloaded autocfg v1.3.0 |
766 | 2024-10-30T13:30:41.277Z | Downloaded parking_lot v0.12.3 |
767 | 2024-10-30T13:30:41.280Z | Downloaded ciborium-io v0.2.2 |
768 | 2024-10-30T13:30:41.280Z | Downloaded atomicwrites v0.4.4 |
769 | 2024-10-30T13:30:41.282Z | Downloaded indent_write v2.2.0 |
770 | 2024-10-30T13:30:41.282Z | Downloaded async-stream-impl v0.3.5 |
771 | 2024-10-30T13:30:41.282Z | Downloaded base64 v0.21.7 |
772 | 2024-10-30T13:30:41.285Z | Downloaded darling_core v0.20.10 |
773 | 2024-10-30T13:30:41.290Z | Downloaded parking_lot_core v0.9.10 |
774 | 2024-10-30T13:30:41.292Z | Downloaded base64ct v1.6.0 |
775 | 2024-10-30T13:30:41.294Z | Downloaded derive-where v1.2.7 |
776 | 2024-10-30T13:30:41.298Z | Downloaded crossbeam-epoch v0.9.18 |
777 | 2024-10-30T13:30:41.300Z | Downloaded cookie v0.18.1 |
778 | 2024-10-30T13:30:41.302Z | Downloaded backoff v0.4.0 |
779 | 2024-10-30T13:30:41.304Z | Downloaded rustc-hash v2.0.0 |
780 | 2024-10-30T13:30:41.307Z | Downloaded proc-macro-crate v3.2.0 |
781 | 2024-10-30T13:30:41.307Z | Downloaded foreign-types v0.5.0 |
782 | 2024-10-30T13:30:41.310Z | Downloaded dof v0.3.0 |
783 | 2024-10-30T13:30:41.310Z | Downloaded clap_derive v4.5.18 |
784 | 2024-10-30T13:30:41.312Z | Downloaded ciborium v0.2.2 |
785 | 2024-10-30T13:30:41.314Z | Downloaded cfg-if v1.0.0 |
786 | 2024-10-30T13:30:41.315Z | Downloaded camino-tempfile v1.1.1 |
787 | 2024-10-30T13:30:41.317Z | Downloaded semver v0.1.20 |
788 | 2024-10-30T13:30:41.317Z | Downloaded parking_lot_core v0.8.6 |
789 | 2024-10-30T13:30:41.320Z | Downloaded arc-swap v1.7.1 |
790 | 2024-10-30T13:30:41.322Z | Downloaded allocator-api2 v0.2.18 |
791 | 2024-10-30T13:30:41.325Z | Downloaded anyhow v1.0.89 |
792 | 2024-10-30T13:30:41.328Z | Downloaded progenitor v0.8.0 |
793 | 2024-10-30T13:30:41.331Z | Downloaded futures-io v0.3.31 |
794 | 2024-10-30T13:30:41.331Z | Downloaded colorchoice v1.0.2 |
795 | 2024-10-30T13:30:41.333Z | Downloaded async-stream v0.3.5 |
796 | 2024-10-30T13:30:41.333Z | Downloaded ciborium-ll v0.2.2 |
797 | 2024-10-30T13:30:41.336Z | Downloaded atomic-waker v1.1.2 |
798 | 2024-10-30T13:30:41.336Z | Downloaded data-encoding v2.6.0 |
799 | 2024-10-30T13:30:41.338Z | Downloaded foreign-types-shared v0.1.1 |
800 | 2024-10-30T13:30:41.338Z | Downloaded const-random v0.1.18 |
801 | 2024-10-30T13:30:41.338Z | Downloaded pest_generator v2.7.13 |
802 | 2024-10-30T13:30:41.343Z | Downloaded dtrace-parser v0.2.0 |
803 | 2024-10-30T13:30:41.343Z | Downloaded equivalent v1.0.1 |
804 | 2024-10-30T13:30:41.343Z | Downloaded crucible-workspace-hack v0.1.0 |
805 | 2024-10-30T13:30:41.411Z | Downloaded ring v0.17.8 |
806 | 2024-10-30T13:30:41.769Z | Compiling proc-macro2 v1.0.86 |
807 | 2024-10-30T13:30:41.769Z | Compiling unicode-ident v1.0.13 |
808 | 2024-10-30T13:30:41.769Z | Compiling libc v0.2.161 |
809 | 2024-10-30T13:30:41.772Z | Compiling serde v1.0.210 |
810 | 2024-10-30T13:30:41.772Z | Compiling autocfg v1.3.0 |
811 | 2024-10-30T13:30:41.773Z | Compiling version_check v0.9.5 |
812 | 2024-10-30T13:30:41.807Z | Compiling cfg-if v1.0.0 |
813 | 2024-10-30T13:30:41.809Z | Compiling libm v0.2.8 |
814 | 2024-10-30T13:30:41.992Z | Compiling once_cell v1.20.2 |
815 | 2024-10-30T13:30:42.018Z | Compiling memchr v2.7.4 |
816 | 2024-10-30T13:30:42.356Z | Compiling parking_lot_core v0.9.10 |
817 | 2024-10-30T13:30:42.538Z | Compiling lock_api v0.4.12 |
818 | 2024-10-30T13:30:43.056Z | Compiling shlex v1.3.0 |
819 | 2024-10-30T13:30:43.164Z | Compiling thiserror v1.0.64 |
820 | 2024-10-30T13:30:43.164Z | Compiling itoa v1.0.11 |
821 | 2024-10-30T13:30:43.370Z | Compiling cc v1.1.21 |
822 | 2024-10-30T13:30:43.391Z | Compiling schemars v0.8.21 |
823 | 2024-10-30T13:30:43.447Z | Compiling slab v0.4.9 |
824 | 2024-10-30T13:30:43.673Z | Compiling ryu v1.0.18 |
825 | 2024-10-30T13:30:43.768Z | Compiling num-traits v0.2.19 |
826 | 2024-10-30T13:30:43.839Z | Compiling serde_json v1.0.128 |
827 | 2024-10-30T13:30:44.306Z | Compiling byteorder v1.5.0 |
828 | 2024-10-30T13:30:44.421Z | Compiling quote v1.0.37 |
829 | 2024-10-30T13:30:44.756Z | Compiling getrandom v0.2.15 |
830 | 2024-10-30T13:30:44.835Z | Compiling syn v2.0.77 |
831 | 2024-10-30T13:30:45.130Z | Compiling pin-project-lite v0.2.14 |
832 | 2024-10-30T13:30:45.695Z | Compiling equivalent v1.0.1 |
833 | 2024-10-30T13:30:45.722Z | Compiling log v0.4.22 |
834 | 2024-10-30T13:30:45.819Z | Compiling hashbrown v0.15.0 |
835 | 2024-10-30T13:30:45.860Z | Compiling heck v0.5.0 |
836 | 2024-10-30T13:30:46.175Z | Compiling fnv v1.0.7 |
837 | 2024-10-30T13:30:46.319Z | Compiling scopeguard v1.2.0 |
838 | 2024-10-30T13:30:46.464Z | Compiling ring v0.17.8 |
839 | 2024-10-30T13:30:46.768Z | Compiling pkg-config v0.3.31 |
840 | 2024-10-30T13:30:46.791Z | Compiling vcpkg v0.2.15 |
841 | 2024-10-30T13:30:47.053Z | Compiling httparse v1.9.4 |
842 | 2024-10-30T13:30:47.097Z | Compiling slog v2.7.0 |
843 | 2024-10-30T13:30:47.542Z | Compiling socket2 v0.5.7 |
844 | 2024-10-30T13:30:47.545Z | Compiling signal-hook-registry v1.4.2 |
845 | 2024-10-30T13:30:47.606Z | Compiling mio v1.0.2 |
846 | 2024-10-30T13:30:47.706Z | Compiling iana-time-zone v0.1.61 |
847 | 2024-10-30T13:30:48.442Z | Compiling futures-core v0.3.31 |
848 | 2024-10-30T13:30:48.517Z | Compiling openssl-sys v0.9.103 |
849 | 2024-10-30T13:30:48.733Z | Compiling dyn-clone v1.0.17 |
850 | 2024-10-30T13:30:48.754Z | Compiling openssl v0.10.66 |
851 | 2024-10-30T13:30:49.027Z | Compiling typenum v1.17.0 |
852 | 2024-10-30T13:30:49.178Z | Compiling ahash v0.8.11 |
853 | 2024-10-30T13:30:49.200Z | Compiling futures-sink v0.3.31 |
854 | 2024-10-30T13:30:49.227Z | Compiling rustls v0.23.13 |
855 | 2024-10-30T13:30:49.264Z | Compiling semver v1.0.23 |
856 | 2024-10-30T13:30:49.364Z | Compiling native-tls v0.2.12 |
857 | 2024-10-30T13:30:49.534Z | Compiling generic-array v0.14.7 |
858 | 2024-10-30T13:30:49.556Z | Compiling allocator-api2 v0.2.18 |
859 | 2024-10-30T13:30:49.732Z | Compiling ucd-trie v0.1.6 |
860 | 2024-10-30T13:30:49.847Z | Compiling futures-channel v0.3.31 |
861 | 2024-10-30T13:30:49.864Z | Compiling futures-io v0.3.31 |
862 | 2024-10-30T13:30:49.987Z | Compiling futures-task v0.3.31 |
863 | 2024-10-30T13:30:50.082Z | Compiling pin-utils v0.1.0 |
864 | 2024-10-30T13:30:50.170Z | Compiling anyhow v1.0.89 |
865 | 2024-10-30T13:30:50.193Z | Compiling aho-corasick v1.1.3 |
866 | 2024-10-30T13:30:50.215Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2024-10-30T13:30:50.218Z | Compiling num-conv v0.1.0 |
868 | 2024-10-30T13:30:50.279Z | Compiling time-core v0.1.2 |
869 | 2024-10-30T13:30:50.303Z | Compiling regex-syntax v0.8.5 |
870 | 2024-10-30T13:30:50.303Z | Compiling tracing-core v0.1.32 |
871 | 2024-10-30T13:30:50.515Z | Compiling time-macros v0.2.18 |
872 | 2024-10-30T13:30:50.562Z | Compiling usdt-impl v0.5.0 |
873 | 2024-10-30T13:30:50.737Z | Compiling bitflags v2.6.0 |
874 | 2024-10-30T13:30:50.949Z | Compiling strsim v0.11.1 |
875 | 2024-10-30T13:30:51.260Z | Compiling subtle v2.6.1 |
876 | 2024-10-30T13:30:51.568Z | Compiling rustversion v1.0.17 |
877 | 2024-10-30T13:30:51.691Z | Compiling plain v0.2.3 |
878 | 2024-10-30T13:30:51.841Z | Compiling serde_derive_internals v0.29.1 |
879 | 2024-10-30T13:30:51.995Z | Compiling pretty-hex v0.4.1 |
880 | 2024-10-30T13:30:52.278Z | Compiling paste v1.0.15 |
881 | 2024-10-30T13:30:52.376Z | Compiling newtype-uuid v1.1.2 |
882 | 2024-10-30T13:30:52.907Z | Compiling thread-id v4.2.2 |
883 | 2024-10-30T13:30:53.029Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2024-10-30T13:30:53.588Z | Compiling rustls v0.22.4 |
885 | 2024-10-30T13:30:53.731Z | Compiling ident_case v1.0.1 |
886 | 2024-10-30T13:30:53.900Z | Compiling regex-automata v0.4.8 |
887 | 2024-10-30T13:30:53.921Z | Compiling camino v1.1.9 |
888 | 2024-10-30T13:30:53.983Z | Compiling crunchy v0.2.2 |
889 | 2024-10-30T13:30:54.299Z | Compiling darling_core v0.20.10 |
890 | 2024-10-30T13:30:54.936Z | Compiling rustls-pki-types v1.8.0 |
891 | 2024-10-30T13:30:55.540Z | Compiling tiny-keccak v2.0.2 |
892 | 2024-10-30T13:30:55.805Z | Compiling slog-async v2.8.0 |
893 | 2024-10-30T13:30:55.866Z | Compiling spin v0.9.8 |
894 | 2024-10-30T13:30:56.163Z | Compiling rand_core v0.6.4 |
895 | 2024-10-30T13:30:56.188Z | Compiling multer v3.1.0 |
896 | 2024-10-30T13:30:56.317Z | Compiling tinyvec_macros v0.1.1 |
897 | 2024-10-30T13:30:56.420Z | Compiling untrusted v0.9.0 |
898 | 2024-10-30T13:30:56.522Z | Compiling tinyvec v1.8.0 |
899 | 2024-10-30T13:30:56.939Z | Compiling serde_derive v1.0.210 |
900 | 2024-10-30T13:30:56.997Z | Compiling zerocopy-derive v0.7.35 |
901 | 2024-10-30T13:30:57.019Z | Compiling thiserror-impl v1.0.64 |
902 | 2024-10-30T13:30:58.154Z | Compiling tokio-macros v2.4.0 |
903 | 2024-10-30T13:30:59.149Z | Compiling schemars_derive v0.8.21 |
904 | 2024-10-30T13:30:59.789Z | Compiling futures-macro v0.3.31 |
905 | 2024-10-30T13:30:59.904Z | Compiling zerocopy v0.7.35 |
906 | 2024-10-30T13:31:01.116Z | Compiling openssl-macros v0.1.1 |
907 | 2024-10-30T13:31:01.492Z | Compiling scroll_derive v0.12.0 |
908 | 2024-10-30T13:31:01.639Z | Compiling pest v2.7.13 |
909 | 2024-10-30T13:31:01.933Z | Compiling hashbrown v0.14.5 |
910 | 2024-10-30T13:31:01.954Z | Compiling futures-util v0.3.31 |
911 | 2024-10-30T13:31:02.098Z | Compiling tracing-attributes v0.1.27 |
912 | 2024-10-30T13:31:02.201Z | Compiling regex v1.11.1 |
913 | 2024-10-30T13:31:02.956Z | Compiling scroll v0.12.0 |
914 | 2024-10-30T13:31:03.204Z | Compiling regress v0.10.1 |
915 | 2024-10-30T13:31:03.224Z | Compiling darling_macro v0.20.10 |
916 | 2024-10-30T13:31:03.499Z | Compiling goblin v0.8.2 |
917 | 2024-10-30T13:31:04.448Z | Compiling pest_meta v2.7.13 |
918 | 2024-10-30T13:31:05.409Z | Compiling tracing v0.1.40 |
919 | 2024-10-30T13:31:06.112Z | Compiling pest_generator v2.7.13 |
920 | 2024-10-30T13:31:07.611Z | Compiling async-trait v0.1.83 |
921 | 2024-10-30T13:31:07.827Z | Compiling darling v0.20.10 |
922 | 2024-10-30T13:31:08.456Z | Compiling pest_derive v2.7.13 |
923 | 2024-10-30T13:31:08.762Z | Compiling percent-encoding v2.3.1 |
924 | 2024-10-30T13:31:09.408Z | Compiling dtrace-parser v0.2.0 |
925 | 2024-10-30T13:31:09.429Z | Compiling atomic-waker v1.1.2 |
926 | 2024-10-30T13:31:09.624Z | Compiling form_urlencoded v1.2.1 |
927 | 2024-10-30T13:31:10.105Z | Compiling rustls-webpki v0.102.8 |
928 | 2024-10-30T13:31:10.316Z | Compiling bytes v1.7.2 |
929 | 2024-10-30T13:31:11.214Z | Compiling smallvec v1.13.2 |
930 | 2024-10-30T13:31:11.506Z | Compiling indexmap v2.6.0 |
931 | 2024-10-30T13:31:12.505Z | Compiling parking_lot v0.12.3 |
932 | 2024-10-30T13:31:12.555Z | Compiling chrono v0.4.38 |
933 | 2024-10-30T13:31:12.586Z | Compiling uuid v1.10.0 |
934 | 2024-10-30T13:31:12.996Z | Compiling tokio v1.40.0 |
935 | 2024-10-30T13:31:14.486Z | Compiling serde_tokenstream v0.2.2 |
936 | 2024-10-30T13:31:14.525Z | Compiling http v1.1.0 |
937 | 2024-10-30T13:31:15.410Z | Compiling openapiv3 v2.0.0 |
938 | 2024-10-30T13:31:16.901Z | Compiling dof v0.3.0 |
939 | 2024-10-30T13:31:17.144Z | Compiling serde_yaml v0.9.34+deprecated |
940 | 2024-10-30T13:31:19.669Z | Compiling typify-impl v0.2.0 |
941 | 2024-10-30T13:31:19.974Z | Compiling usdt-macro v0.5.0 |
942 | 2024-10-30T13:31:20.151Z | Compiling usdt-attr-macro v0.5.0 |
943 | 2024-10-30T13:31:20.848Z | Compiling http-body v1.0.1 |
944 | 2024-10-30T13:31:20.952Z | Compiling ipnetwork v0.20.0 |
945 | 2024-10-30T13:31:21.556Z | Compiling serde_with_macros v3.11.0 |
946 | 2024-10-30T13:31:21.627Z | Compiling ppv-lite86 v0.2.20 |
947 | 2024-10-30T13:31:21.887Z | Compiling unicode-normalization v0.1.24 |
948 | 2024-10-30T13:31:22.552Z | Compiling tokio-util v0.7.12 |
949 | 2024-10-30T13:31:23.215Z | Compiling const-random-macro v0.1.16 |
950 | 2024-10-30T13:31:24.015Z | Compiling strum_macros v0.26.4 |
951 | 2024-10-30T13:31:24.297Z | Compiling async-stream-impl v0.3.5 |
952 | 2024-10-30T13:31:24.659Z | Compiling structmeta-derive v0.3.0 |
953 | 2024-10-30T13:31:25.441Z | Compiling dropshot v0.12.0 |
954 | 2024-10-30T13:31:25.720Z | Compiling try-lock v0.2.5 |
955 | 2024-10-30T13:31:25.801Z | Compiling zeroize v1.8.1 |
956 | 2024-10-30T13:31:25.885Z | Compiling unicode-bidi v0.3.15 |
957 | 2024-10-30T13:31:26.053Z | Compiling want v0.3.1 |
958 | 2024-10-30T13:31:26.230Z | Compiling const-random v0.1.18 |
959 | 2024-10-30T13:31:26.336Z | Compiling h2 v0.4.6 |
960 | 2024-10-30T13:31:26.357Z | Compiling rand_chacha v0.3.1 |
961 | 2024-10-30T13:31:27.327Z | Compiling structmeta v0.3.0 |
962 | 2024-10-30T13:31:27.736Z | Compiling httpdate v1.0.3 |
963 | 2024-10-30T13:31:28.042Z | Compiling foreign-types-shared v0.1.1 |
964 | 2024-10-30T13:31:28.162Z | Compiling foreign-types v0.3.2 |
965 | 2024-10-30T13:31:28.266Z | Compiling parse-display-derive v0.10.0 |
966 | 2024-10-30T13:31:28.503Z | Compiling rand v0.8.5 |
967 | 2024-10-30T13:31:28.622Z | Compiling idna v0.5.0 |
968 | 2024-10-30T13:31:29.362Z | Compiling dropshot_endpoint v0.12.0 |
969 | 2024-10-30T13:31:31.765Z | Compiling typify-macro v0.2.0 |
970 | 2024-10-30T13:31:31.972Z | Compiling hyper v1.4.1 |
971 | 2024-10-30T13:31:32.371Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
972 | 2024-10-30T13:31:33.349Z | Compiling tower-service v0.3.3 |
973 | 2024-10-30T13:31:35.117Z | Compiling hyper-util v0.1.9 |
974 | 2024-10-30T13:31:35.744Z | Compiling typify v0.2.0 |
975 | 2024-10-30T13:31:35.818Z | Compiling url v2.5.2 |
976 | 2024-10-30T13:31:35.902Z | Compiling progenitor-impl v0.8.0 |
977 | 2024-10-30T13:31:40.874Z | Compiling ipnet v2.10.0 |
978 | 2024-10-30T13:31:41.350Z | Compiling openssl-probe v0.1.5 |
979 | 2024-10-30T13:31:42.682Z | Compiling progenitor-macro v0.8.0 |
980 | 2024-10-30T13:31:43.928Z | Compiling http-body-util v0.1.2 |
981 | 2024-10-30T13:31:44.394Z | Compiling encoding_rs v0.8.34 |
982 | 2024-10-30T13:31:44.521Z | Compiling crossbeam-utils v0.8.20 |
983 | 2024-10-30T13:31:45.118Z | Compiling powerfmt v0.2.0 |
984 | 2024-10-30T13:31:51.512Z | Compiling base64 v0.22.1 |
985 | 2024-10-30T13:31:52.827Z | Compiling mime v0.3.17 |
986 | 2024-10-30T13:31:53.901Z | Compiling syn v1.0.109 |
987 | 2024-10-30T13:31:54.810Z | Compiling rustls-pemfile v2.1.3 |
988 | 2024-10-30T13:31:55.520Z | Compiling tokio-rustls v0.26.0 |
989 | 2024-10-30T13:31:55.633Z | Compiling deranged v0.3.11 |
990 | 2024-10-30T13:31:57.543Z | Compiling tokio-native-tls v0.3.1 |
991 | 2024-10-30T13:31:57.872Z | Compiling serde_urlencoded v0.7.1 |
992 | 2024-10-30T13:31:57.999Z | Compiling toml_datetime v0.6.8 |
993 | 2024-10-30T13:31:58.075Z | Compiling webpki-roots v0.26.6 |
994 | 2024-10-30T13:31:58.308Z | Compiling winnow v0.6.18 |
995 | 2024-10-30T13:31:58.436Z | Compiling num_threads v0.1.7 |
996 | 2024-10-30T13:31:58.799Z | Compiling hyper-rustls v0.27.3 |
997 | 2024-10-30T13:31:58.842Z | Compiling time v0.3.36 |
998 | 2024-10-30T13:31:59.769Z | Compiling hyper-tls v0.6.0 |
999 | 2024-10-30T13:32:02.741Z | Compiling crypto-common v0.1.6 |
1000 | 2024-10-30T13:32:02.977Z | Compiling block-buffer v0.10.4 |
1001 | 2024-10-30T13:32:06.960Z | Compiling sync_wrapper v1.0.1 |
1002 | 2024-10-30T13:32:09.380Z | Compiling match_cfg v0.1.0 |
1003 | 2024-10-30T13:32:11.691Z | Compiling hostname v0.3.1 |
1004 | 2024-10-30T13:32:12.570Z | Compiling reqwest v0.12.8 |
1005 | 2024-10-30T13:32:14.832Z | Compiling digest v0.10.7 |
1006 | 2024-10-30T13:32:15.137Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1007 | 2024-10-30T13:32:15.296Z | Compiling futures-executor v0.3.31 |
1008 | 2024-10-30T13:32:16.297Z | Compiling dirs-sys-next v0.1.2 |
1009 | 2024-10-30T13:32:17.582Z | Compiling dirs-next v2.0.0 |
1010 | 2024-10-30T13:32:17.970Z | Compiling futures v0.3.31 |
1011 | 2024-10-30T13:32:19.002Z | Compiling progenitor-client v0.8.0 |
1012 | 2024-10-30T13:32:23.943Z | Compiling thread_local v1.1.8 |
1013 | 2024-10-30T13:32:24.752Z | Compiling instant v0.1.13 |
1014 | 2024-10-30T13:32:25.243Z | Compiling cpufeatures v0.2.14 |
1015 | 2024-10-30T13:32:26.890Z | Compiling progenitor v0.8.0 |
1016 | 2024-10-30T13:32:27.108Z | Compiling term v0.7.0 |
1017 | 2024-10-30T13:32:28.203Z | Compiling crossbeam-channel v0.5.13 |
1018 | 2024-10-30T13:32:29.806Z | Compiling serde_spanned v0.6.7 |
1019 | 2024-10-30T13:32:30.917Z | Compiling memmap v0.7.0 |
1020 | 2024-10-30T13:32:31.344Z | Compiling is-terminal v0.4.13 |
1021 | 2024-10-30T13:32:31.484Z | Compiling debug-ignore v1.0.5 |
1022 | 2024-10-30T13:32:31.642Z | Compiling take_mut v0.2.2 |
1023 | 2024-10-30T13:32:32.083Z | Compiling slog-term v2.9.1 |
1024 | 2024-10-30T13:32:32.148Z | Compiling usdt v0.5.0 |
1025 | 2024-10-30T13:32:33.924Z | Compiling toml_edit v0.22.21 |
1026 | 2024-10-30T13:32:34.797Z | Compiling slog-json v2.6.1 |
1027 | 2024-10-30T13:32:34.930Z | Compiling strum v0.26.3 |
1028 | 2024-10-30T13:32:35.111Z | Compiling serde_with v3.11.0 |
1029 | 2024-10-30T13:32:38.211Z | Compiling toml v0.8.19 |
1030 | 2024-10-30T13:32:38.828Z | Compiling tokio-rustls v0.25.0 |
1031 | 2024-10-30T13:32:39.328Z | Compiling slog-bunyan v2.5.0 |
1032 | 2024-10-30T13:32:39.614Z | Compiling sha1 v0.10.6 |
1033 | 2024-10-30T13:32:39.710Z | Compiling async-stream v0.3.5 |
1034 | 2024-10-30T13:32:40.031Z | Compiling hex v0.4.3 |
1035 | 2024-10-30T13:32:40.408Z | Compiling serde_path_to_error v0.1.16 |
1036 | 2024-10-30T13:32:40.750Z | Compiling waitgroup v0.1.2 |
1037 | 2024-10-30T13:32:41.177Z | Compiling hostname v0.4.0 |
1038 | 2024-10-30T13:32:43.840Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1039 | 2024-10-30T13:32:45.059Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1040 | 2024-10-30T13:32:45.844Z | Compiling backoff v0.4.0 |
1041 | 2024-10-30T13:32:47.485Z | Compiling parse-display v0.10.0 |
1042 | 2024-10-30T13:32:48.159Z | Compiling regress v0.9.1 |
1043 | 2024-10-30T13:32:49.419Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1044 | 2024-10-30T13:32:49.895Z | Compiling macaddr v1.0.1 |
1045 | 2024-10-30T13:32:55.309Z | Compiling rustix v0.38.37 |
1046 | 2024-10-30T13:32:56.394Z | Compiling errno v0.3.9 |
1047 | 2024-10-30T13:33:03.268Z | Compiling clap_derive v4.5.18 |
1048 | 2024-10-30T13:33:06.834Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1049 | 2024-10-30T13:33:07.016Z | Compiling lazy_static v1.5.0 |
1050 | 2024-10-30T13:33:07.652Z | Compiling heapless v0.8.0 |
1051 | 2024-10-30T13:33:07.674Z | Compiling unicode-width v0.1.14 |
1052 | 2024-10-30T13:33:08.084Z | Compiling utf8parse v0.2.2 |
1053 | 2024-10-30T13:33:08.255Z | Compiling anstyle-parse v0.2.5 |
1054 | 2024-10-30T13:33:09.328Z | Compiling hash32 v0.3.1 |
1055 | 2024-10-30T13:33:09.697Z | Compiling is_terminal_polyfill v1.70.1 |
1056 | 2024-10-30T13:33:09.833Z | Compiling anstyle v1.0.8 |
1057 | 2024-10-30T13:33:09.938Z | Compiling smoltcp v0.11.0 |
1058 | 2024-10-30T13:33:10.069Z | Compiling anstyle-query v1.1.1 |
1059 | 2024-10-30T13:33:10.343Z | Compiling colorchoice v1.0.2 |
1060 | 2024-10-30T13:33:10.400Z | Compiling stable_deref_trait v1.2.0 |
1061 | 2024-10-30T13:33:10.530Z | Compiling anstream v0.6.15 |
1062 | 2024-10-30T13:33:12.011Z | Compiling terminal_size v0.3.0 |
1063 | 2024-10-30T13:33:12.602Z | Compiling num-integer v0.1.46 |
1064 | 2024-10-30T13:33:13.155Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1065 | 2024-10-30T13:33:13.508Z | Compiling clap_lex v0.7.2 |
1066 | 2024-10-30T13:33:13.531Z | Compiling cobs v0.2.3 |
1067 | 2024-10-30T13:33:13.551Z | Compiling bitflags v1.3.2 |
1068 | 2024-10-30T13:33:13.725Z | Compiling winnow v0.5.40 |
1069 | 2024-10-30T13:33:13.779Z | Compiling managed v0.8.0 |
1070 | 2024-10-30T13:33:13.972Z | Compiling prettyplease v0.2.22 |
1071 | 2024-10-30T13:33:14.209Z | Compiling clap_builder v4.5.18 |
1072 | 2024-10-30T13:33:14.754Z | Compiling postcard v1.0.10 |
1073 | 2024-10-30T13:33:17.355Z | Compiling toml_edit v0.19.15 |
1074 | 2024-10-30T13:33:18.505Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1075 | 2024-10-30T13:33:20.544Z | Compiling proc-macro-crate v1.3.1 |
1076 | 2024-10-30T13:33:20.887Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1077 | 2024-10-30T13:33:21.161Z | Compiling clap v4.5.18 |
1078 | 2024-10-30T13:33:21.330Z | Compiling num-rational v0.4.2 |
1079 | 2024-10-30T13:33:21.394Z | Compiling num-iter v0.1.45 |
1080 | 2024-10-30T13:33:23.540Z | Compiling num-complex v0.4.6 |
1081 | 2024-10-30T13:33:24.001Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1082 | 2024-10-30T13:33:24.883Z | Compiling num v0.4.3 |
1083 | 2024-10-30T13:33:25.010Z | Compiling num_enum_derive v0.5.11 |
1084 | 2024-10-30T13:33:26.672Z | Compiling tabwriter v1.4.0 |
1085 | 2024-10-30T13:33:27.402Z | Compiling foreign-types-macros v0.2.3 |
1086 | 2024-10-30T13:33:28.011Z | Compiling float-ord v0.3.2 |
1087 | 2024-10-30T13:33:28.509Z | Compiling foreign-types-shared v0.3.1 |
1088 | 2024-10-30T13:33:28.655Z | Compiling num_enum v0.5.11 |
1089 | 2024-10-30T13:33:28.759Z | Compiling foreign-types v0.5.0 |
1090 | 2024-10-30T13:33:28.856Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1091 | 2024-10-30T13:33:28.881Z | Compiling cstr-argument v0.1.2 |
1092 | 2024-10-30T13:33:28.901Z | Compiling proc-macro-error-attr v1.0.4 |
1093 | 2024-10-30T13:33:28.922Z | Compiling heck v0.4.1 |
1094 | 2024-10-30T13:33:29.149Z | Compiling pretty-hex v0.2.1 |
1095 | 2024-10-30T13:33:29.152Z | Compiling either v1.13.0 |
1096 | 2024-10-30T13:33:29.339Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1097 | 2024-10-30T13:33:29.384Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1098 | 2024-10-30T13:33:29.471Z | Compiling colored v2.1.0 |
1099 | 2024-10-30T13:33:29.721Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1100 | 2024-10-30T13:33:29.743Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1101 | 2024-10-30T13:33:29.783Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1102 | 2024-10-30T13:33:29.972Z | Compiling proc-macro-error v1.0.4 |
1103 | 2024-10-30T13:33:30.092Z | Compiling fastrand v2.1.1 |
1104 | 2024-10-30T13:33:30.256Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1105 | 2024-10-30T13:33:30.340Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1106 | 2024-10-30T13:33:30.544Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1107 | 2024-10-30T13:33:30.616Z | Compiling tempfile v3.12.0 |
1108 | 2024-10-30T13:33:30.714Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1109 | 2024-10-30T13:33:30.806Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1110 | 2024-10-30T13:33:31.630Z | Compiling crucible-workspace-hack v0.1.0 |
1111 | 2024-10-30T13:33:32.447Z | Compiling semver v0.1.20 |
1112 | 2024-10-30T13:33:32.556Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1113 | 2024-10-30T13:33:33.176Z | Compiling rustc_version v0.1.7 |
1114 | 2024-10-30T13:33:33.593Z | Compiling zone_cfg_derive v0.3.0 |
1115 | 2024-10-30T13:33:34.006Z | Compiling camino-tempfile v1.1.1 |
1116 | 2024-10-30T13:33:34.801Z | Compiling itertools v0.10.5 |
1117 | 2024-10-30T13:33:35.121Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1118 | 2024-10-30T13:33:35.472Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1119 | 2024-10-30T13:33:35.494Z | Compiling derive-where v1.2.7 |
1120 | 2024-10-30T13:33:35.954Z | Compiling num-derive v0.4.2 |
1121 | 2024-10-30T13:33:36.912Z | Compiling sigpipe v0.1.3 |
1122 | 2024-10-30T13:33:37.066Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1123 | 2024-10-30T13:33:37.421Z | Compiling base64ct v1.6.0 |
1124 | 2024-10-30T13:33:38.074Z | Compiling password-hash v0.5.0 |
1125 | 2024-10-30T13:33:38.130Z | Compiling zone v0.3.0 |
1126 | 2024-10-30T13:33:38.321Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1127 | 2024-10-30T13:33:38.833Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1128 | 2024-10-30T13:33:39.875Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1129 | 2024-10-30T13:33:40.242Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1130 | 2024-10-30T13:33:40.369Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1131 | 2024-10-30T13:33:40.415Z | Compiling newtype_derive v0.1.6 |
1132 | 2024-10-30T13:33:40.777Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1133 | 2024-10-30T13:33:41.476Z | Compiling blake2 v0.10.6 |
1134 | 2024-10-30T13:33:41.698Z | Compiling hubpack_derive v0.1.1 |
1135 | 2024-10-30T13:33:42.129Z | Compiling num-derive v0.3.3 |
1136 | 2024-10-30T13:33:42.638Z | Compiling idna v0.4.0 |
1137 | 2024-10-30T13:33:42.731Z | Compiling smf v0.2.3 |
1138 | 2024-10-30T13:33:44.284Z | Compiling enum-as-inner v0.6.1 |
1139 | 2024-10-30T13:33:44.609Z | Compiling zerocopy-derive v0.6.6 |
1140 | 2024-10-30T13:33:45.350Z | Compiling cancel-safe-futures v0.1.5 |
1141 | 2024-10-30T13:33:45.534Z | Compiling fixedbitset v0.4.2 |
1142 | 2024-10-30T13:33:45.750Z | Compiling data-encoding v2.6.0 |
1143 | 2024-10-30T13:33:46.221Z | Compiling linked-hash-map v0.5.6 |
1144 | 2024-10-30T13:33:46.542Z | Compiling owo-colors v4.1.0 |
1145 | 2024-10-30T13:33:46.664Z | Compiling quick-error v1.2.3 |
1146 | 2024-10-30T13:33:46.686Z | Compiling whoami v1.5.2 |
1147 | 2024-10-30T13:33:46.822Z | Compiling unicode-segmentation v1.12.0 |
1148 | 2024-10-30T13:33:46.928Z | Compiling resolv-conf v0.7.0 |
1149 | 2024-10-30T13:33:47.637Z | Compiling newline-converter v0.3.0 |
1150 | 2024-10-30T13:33:48.104Z | Compiling zerocopy v0.6.6 |
1151 | 2024-10-30T13:33:48.502Z | Compiling lru-cache v0.1.2 |
1152 | 2024-10-30T13:33:48.750Z | Compiling hickory-proto v0.24.1 |
1153 | 2024-10-30T13:33:49.048Z | Compiling petgraph v0.6.5 |
1154 | 2024-10-30T13:33:52.613Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1155 | 2024-10-30T13:33:53.719Z | Compiling hubpack v0.1.2 |
1156 | 2024-10-30T13:33:54.231Z | Compiling argon2 v0.5.3 |
1157 | 2024-10-30T13:33:58.335Z | Compiling strum_macros v0.25.3 |
1158 | 2024-10-30T13:33:59.772Z | Compiling console v0.15.8 |
1159 | 2024-10-30T13:34:02.141Z | Compiling serde-big-array v0.5.1 |
1160 | 2024-10-30T13:34:02.402Z | Compiling serde_repr v0.1.19 |
1161 | 2024-10-30T13:34:02.770Z | Compiling cookie v0.18.1 |
1162 | 2024-10-30T13:34:03.149Z | Compiling convert_case v0.4.0 |
1163 | 2024-10-30T13:34:03.658Z | Compiling similar v2.6.0 |
1164 | 2024-10-30T13:34:03.982Z | Compiling static_assertions v1.1.0 |
1165 | 2024-10-30T13:34:04.109Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1166 | 2024-10-30T13:34:05.236Z | Compiling expectorate v1.1.0 |
1167 | 2024-10-30T13:34:05.506Z | Compiling derive_more v0.99.18 |
1168 | 2024-10-30T13:34:10.253Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1169 | 2024-10-30T13:34:12.355Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1170 | 2024-10-30T13:34:13.153Z | Compiling hickory-resolver v0.24.1 |
1171 | 2024-10-30T13:34:13.305Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1172 | 2024-10-30T13:34:13.781Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1173 | 2024-10-30T13:34:14.514Z | Compiling atomicwrites v0.4.4 |
1174 | 2024-10-30T13:34:15.029Z | Compiling itertools v0.13.0 |
1175 | 2024-10-30T13:34:15.778Z | Compiling tokio-stream v0.1.16 |
1176 | 2024-10-30T13:34:16.343Z | Compiling libsw v3.3.1 |
1177 | 2024-10-30T13:34:16.542Z | Compiling indent_write v2.2.0 |
1178 | 2024-10-30T13:34:16.678Z | Compiling linear-map v1.2.0 |
1179 | 2024-10-30T13:34:16.785Z | Compiling highway v1.2.0 |
1180 | 2024-10-30T13:34:17.016Z | Compiling swrite v0.1.0 |
1181 | 2024-10-30T13:34:17.124Z | Compiling qorb v0.1.2 |
1182 | 2024-10-30T13:34:17.166Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1183 | 2024-10-30T13:34:18.219Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1184 | 2024-10-30T13:34:18.919Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1185 | 2024-10-30T13:34:23.135Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1186 | 2024-10-30T13:34:25.274Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1187 | 2024-10-30T13:34:30.737Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1188 | 2024-10-30T13:34:31.081Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1189 | 2024-10-30T13:34:33.038Z | Compiling steno v0.4.1 |
1190 | 2024-10-30T13:34:34.303Z | Compiling libscf-sys v1.1.0 |
1191 | 2024-10-30T13:34:34.352Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1192 | 2024-10-30T13:34:34.557Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1193 | 2024-10-30T13:34:34.900Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1194 | 2024-10-30T13:34:35.424Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-10-30T13:34:35.793Z | Compiling slog-dtrace v0.3.0 |
1196 | 2024-10-30T13:34:36.014Z | Compiling parking_lot_core v0.8.6 |
1197 | 2024-10-30T13:34:36.078Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1198 | 2024-10-30T13:34:36.154Z | Compiling humantime v2.1.0 |
1199 | 2024-10-30T13:34:36.251Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1200 | 2024-10-30T13:34:36.515Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1201 | 2024-10-30T13:34:37.067Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1202 | 2024-10-30T13:34:37.562Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1203 | 2024-10-30T13:34:38.932Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1204 | 2024-10-30T13:34:39.575Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1205 | 2024-10-30T13:34:44.446Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1206 | 2024-10-30T13:34:44.546Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1207 | 2024-10-30T13:34:45.056Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1208 | 2024-10-30T13:34:45.225Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1209 | 2024-10-30T13:34:45.674Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1210 | 2024-10-30T13:34:46.077Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1211 | 2024-10-30T13:34:46.337Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1212 | 2024-10-30T13:34:46.580Z | Compiling crc8 v0.1.1 |
1213 | 2024-10-30T13:34:46.897Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1214 | 2024-10-30T13:34:46.953Z | Compiling parking_lot v0.11.2 |
1215 | 2024-10-30T13:34:48.371Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1216 | 2024-10-30T13:34:48.923Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1217 | 2024-10-30T13:34:51.923Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1218 | 2024-10-30T13:34:54.979Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1219 | 2024-10-30T13:34:58.560Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1220 | 2024-10-30T13:35:01.058Z | Compiling crossbeam-epoch v0.9.18 |
1221 | 2024-10-30T13:35:02.293Z | Compiling fxhash v0.2.1 |
1222 | 2024-10-30T13:35:02.534Z | Compiling crc32fast v1.4.2 |
1223 | 2024-10-30T13:35:03.069Z | Compiling arc-swap v1.7.1 |
1224 | 2024-10-30T13:35:03.258Z | Compiling sled v0.34.7 |
1225 | 2024-10-30T13:35:03.785Z | Compiling slog-scope v4.4.0 |
1226 | 2024-10-30T13:35:03.927Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1227 | 2024-10-30T13:35:04.552Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1228 | 2024-10-30T13:35:05.106Z | Compiling slog-stdlog v4.1.1 |
1229 | 2024-10-30T13:35:05.927Z | Compiling slog-envlogger v2.2.0 |
1230 | 2024-10-30T13:35:07.883Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1231 | 2024-10-30T13:35:11.407Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1232 | 2024-10-30T13:35:16.416Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1233 | 2024-10-30T13:35:27.022Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1234 | 2024-10-30T13:35:56.271Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1235 | 2024-10-30T13:35:56.271Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1236 | 2024-10-30T13:36:03.622Z | Finished `release` profile [optimized] target(s) in 5m 49s |
1237 | 2024-10-30T13:36:03.989Z | + banner quartet |
1238 | 2024-10-30T13:36:03.992Z | |
1239 | 2024-10-30T13:36:03.992Z | #### # # ## ##### ##### ###### ##### |
1240 | 2024-10-30T13:36:03.992Z | # # # # # # # # # # # |
1241 | 2024-10-30T13:36:03.992Z | # # # # # # # # # ##### # |
1242 | 2024-10-30T13:36:03.992Z | # # # # # ###### ##### # # # |
1243 | 2024-10-30T13:36:03.992Z | # # # # # # # # # # # |
1244 | 2024-10-30T13:36:03.992Z | ### # #### # # # # # ###### # |
1245 | 2024-10-30T13:36:03.992Z | |
1246 | 2024-10-30T13:36:03.994Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1247 | 2024-10-30T13:36:04.665Z | Compiling libc v0.2.161 |
1248 | 2024-10-30T13:36:04.665Z | Compiling cfg-if v1.0.0 |
1249 | 2024-10-30T13:36:04.665Z | Compiling serde v1.0.210 |
1250 | 2024-10-30T13:36:04.667Z | Compiling once_cell v1.20.2 |
1251 | 2024-10-30T13:36:04.668Z | Compiling itoa v1.0.11 |
1252 | 2024-10-30T13:36:04.756Z | Compiling bytes v1.7.2 |
1253 | 2024-10-30T13:36:04.762Z | Compiling syn v2.0.77 |
1254 | 2024-10-30T13:36:04.772Z | Compiling num-traits v0.2.19 |
1255 | 2024-10-30T13:36:04.812Z | Compiling pin-project-lite v0.2.14 |
1256 | 2024-10-30T13:36:04.930Z | Compiling smallvec v1.13.2 |
1257 | 2024-10-30T13:36:04.976Z | Compiling scopeguard v1.2.0 |
1258 | 2024-10-30T13:36:05.110Z | Compiling schemars v0.8.21 |
1259 | 2024-10-30T13:36:05.121Z | Compiling memchr v2.7.4 |
1260 | 2024-10-30T13:36:05.172Z | Compiling lock_api v0.4.12 |
1261 | 2024-10-30T13:36:05.386Z | Compiling fnv v1.0.7 |
1262 | 2024-10-30T13:36:05.476Z | Compiling log v0.4.22 |
1263 | 2024-10-30T13:36:05.520Z | Compiling futures-core v0.3.31 |
1264 | 2024-10-30T13:36:05.746Z | Compiling equivalent v1.0.1 |
1265 | 2024-10-30T13:36:05.835Z | Compiling hashbrown v0.15.0 |
1266 | 2024-10-30T13:36:05.846Z | Compiling ryu v1.0.18 |
1267 | 2024-10-30T13:36:05.998Z | Compiling zerocopy v0.7.35 |
1268 | 2024-10-30T13:36:06.273Z | Compiling getrandom v0.2.15 |
1269 | 2024-10-30T13:36:06.418Z | Compiling parking_lot_core v0.9.10 |
1270 | 2024-10-30T13:36:06.516Z | Compiling mio v1.0.2 |
1271 | 2024-10-30T13:36:06.627Z | Compiling socket2 v0.5.7 |
1272 | 2024-10-30T13:36:06.783Z | Compiling signal-hook-registry v1.4.2 |
1273 | 2024-10-30T13:36:06.820Z | Compiling parking_lot v0.12.3 |
1274 | 2024-10-30T13:36:07.260Z | Compiling ahash v0.8.11 |
1275 | 2024-10-30T13:36:07.738Z | Compiling tracing-core v0.1.32 |
1276 | 2024-10-30T13:36:07.895Z | Compiling serde_json v1.0.128 |
1277 | 2024-10-30T13:36:07.916Z | Compiling hashbrown v0.14.5 |
1278 | 2024-10-30T13:36:08.223Z | Compiling uuid v1.10.0 |
1279 | 2024-10-30T13:36:08.274Z | Compiling byteorder v1.5.0 |
1280 | 2024-10-30T13:36:08.368Z | Compiling untrusted v0.9.0 |
1281 | 2024-10-30T13:36:08.559Z | Compiling pin-utils v0.1.0 |
1282 | 2024-10-30T13:36:08.647Z | Compiling spin v0.9.8 |
1283 | 2024-10-30T13:36:08.656Z | Compiling futures-sink v0.3.31 |
1284 | 2024-10-30T13:36:08.793Z | Compiling futures-task v0.3.31 |
1285 | 2024-10-30T13:36:08.816Z | Compiling ring v0.17.8 |
1286 | 2024-10-30T13:36:08.841Z | Compiling slab v0.4.9 |
1287 | 2024-10-30T13:36:08.981Z | Compiling futures-util v0.3.31 |
1288 | 2024-10-30T13:36:09.126Z | Compiling chrono v0.4.38 |
1289 | 2024-10-30T13:36:09.190Z | Compiling try-lock v0.2.5 |
1290 | 2024-10-30T13:36:09.350Z | Compiling regress v0.10.1 |
1291 | 2024-10-30T13:36:09.350Z | Compiling want v0.3.1 |
1292 | 2024-10-30T13:36:09.629Z | Compiling httparse v1.9.4 |
1293 | 2024-10-30T13:36:10.140Z | Compiling futures-channel v0.3.31 |
1294 | 2024-10-30T13:36:10.606Z | Compiling tower-service v0.3.3 |
1295 | 2024-10-30T13:36:10.701Z | Compiling dyn-clone v1.0.17 |
1296 | 2024-10-30T13:36:10.735Z | Compiling foreign-types-shared v0.1.1 |
1297 | 2024-10-30T13:36:10.840Z | Compiling foreign-types v0.3.2 |
1298 | 2024-10-30T13:36:10.907Z | Compiling openssl-sys v0.9.103 |
1299 | 2024-10-30T13:36:10.997Z | Compiling unicode-ident v1.0.13 |
1300 | 2024-10-30T13:36:11.190Z | Compiling bitflags v2.6.0 |
1301 | 2024-10-30T13:36:11.437Z | Compiling serde_derive_internals v0.29.1 |
1302 | 2024-10-30T13:36:11.545Z | Compiling proc-macro2 v1.0.86 |
1303 | 2024-10-30T13:36:12.083Z | Compiling http v1.1.0 |
1304 | 2024-10-30T13:36:12.365Z | Compiling tinyvec_macros v0.1.1 |
1305 | 2024-10-30T13:36:12.473Z | Compiling openssl-probe v0.1.5 |
1306 | 2024-10-30T13:36:12.997Z | Compiling allocator-api2 v0.2.18 |
1307 | 2024-10-30T13:36:13.711Z | Compiling semver v1.0.23 |
1308 | 2024-10-30T13:36:13.893Z | Compiling tinyvec v1.8.0 |
1309 | 2024-10-30T13:36:14.077Z | Compiling quote v1.0.37 |
1310 | 2024-10-30T13:36:14.296Z | Compiling percent-encoding v2.3.1 |
1311 | 2024-10-30T13:36:15.642Z | Compiling unicode-normalization v0.1.24 |
1312 | 2024-10-30T13:36:15.696Z | Compiling form_urlencoded v1.2.1 |
1313 | 2024-10-30T13:36:16.208Z | Compiling aho-corasick v1.1.3 |
1314 | 2024-10-30T13:36:16.545Z | Compiling http v0.2.12 |
1315 | 2024-10-30T13:36:16.808Z | Compiling rustls-pki-types v1.8.0 |
1316 | 2024-10-30T13:36:16.956Z | Compiling unicode-bidi v0.3.15 |
1317 | 2024-10-30T13:36:16.992Z | Compiling heck v0.5.0 |
1318 | 2024-10-30T13:36:17.005Z | Compiling serde_derive v1.0.210 |
1319 | 2024-10-30T13:36:17.642Z | Compiling thiserror-impl v1.0.64 |
1320 | 2024-10-30T13:36:18.079Z | Compiling schemars_derive v0.8.21 |
1321 | 2024-10-30T13:36:18.338Z | Compiling tokio-macros v2.4.0 |
1322 | 2024-10-30T13:36:19.973Z | Compiling tokio v1.40.0 |
1323 | 2024-10-30T13:36:19.984Z | Compiling tracing-attributes v0.1.27 |
1324 | 2024-10-30T13:36:20.472Z | Compiling zerocopy-derive v0.7.35 |
1325 | 2024-10-30T13:36:20.588Z | Compiling thiserror v1.0.64 |
1326 | 2024-10-30T13:36:20.871Z | Compiling openssl-macros v0.1.1 |
1327 | 2024-10-30T13:36:21.341Z | Compiling regex-automata v0.4.8 |
1328 | 2024-10-30T13:36:21.714Z | Compiling openssl v0.10.66 |
1329 | 2024-10-30T13:36:22.346Z | Compiling idna v0.5.0 |
1330 | 2024-10-30T13:36:23.357Z | Compiling tracing v0.1.40 |
1331 | 2024-10-30T13:36:24.083Z | Compiling http-body v1.0.1 |
1332 | 2024-10-30T13:36:28.556Z | Compiling native-tls v0.2.12 |
1333 | 2024-10-30T13:36:29.415Z | Compiling tokio-util v0.7.12 |
1334 | 2024-10-30T13:36:29.668Z | Compiling tokio-native-tls v0.3.1 |
1335 | 2024-10-30T13:36:31.746Z | Compiling indexmap v2.6.0 |
1336 | 2024-10-30T13:36:35.961Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2024-10-30T13:36:36.516Z | Compiling slog v2.7.0 |
1338 | 2024-10-30T13:36:37.027Z | Compiling atomic-waker v1.1.2 |
1339 | 2024-10-30T13:36:37.224Z | Compiling regex-syntax v0.8.5 |
1340 | 2024-10-30T13:36:37.300Z | Compiling h2 v0.4.6 |
1341 | 2024-10-30T13:36:38.204Z | Compiling openapiv3 v2.0.0 |
1342 | 2024-10-30T13:36:38.533Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1343 | 2024-10-30T13:36:39.030Z | Compiling typify-impl v0.2.0 |
1344 | 2024-10-30T13:36:49.236Z | Compiling serde_urlencoded v0.7.1 |
1345 | 2024-10-30T13:36:49.831Z | Compiling regex v1.11.1 |
1346 | 2024-10-30T13:36:50.552Z | Compiling url v2.5.2 |
1347 | 2024-10-30T13:36:50.877Z | Compiling encoding_rs v0.8.34 |
1348 | 2024-10-30T13:36:51.136Z | Compiling mime v0.3.17 |
1349 | 2024-10-30T13:36:52.240Z | Compiling ipnet v2.10.0 |
1350 | 2024-10-30T13:36:53.087Z | Compiling rustls v0.21.12 |
1351 | 2024-10-30T13:36:53.441Z | Compiling typify-macro v0.2.0 |
1352 | 2024-10-30T13:36:54.698Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1353 | 2024-10-30T13:36:55.325Z | Compiling hyper v1.4.1 |
1354 | 2024-10-30T13:36:57.158Z | Compiling h2 v0.3.26 |
1355 | 2024-10-30T13:36:57.390Z | Compiling http-body v0.4.6 |
1356 | 2024-10-30T13:36:57.918Z | Compiling rustls-webpki v0.102.8 |
1357 | 2024-10-30T13:36:58.571Z | Compiling rustls-webpki v0.101.7 |
1358 | 2024-10-30T13:36:58.983Z | Compiling sct v0.7.1 |
1359 | 2024-10-30T13:36:59.474Z | Compiling toml_datetime v0.6.8 |
1360 | 2024-10-30T13:36:59.870Z | Compiling httpdate v1.0.3 |
1361 | 2024-10-30T13:37:00.629Z | Compiling subtle v2.6.1 |
1362 | 2024-10-30T13:37:00.930Z | Compiling zeroize v1.8.1 |
1363 | 2024-10-30T13:37:01.295Z | Compiling serde_yaml v0.9.34+deprecated |
1364 | 2024-10-30T13:37:01.600Z | Compiling rustls v0.23.13 |
1365 | 2024-10-30T13:37:02.561Z | Compiling hyper v0.14.30 |
1366 | 2024-10-30T13:37:02.605Z | Compiling toml_edit v0.19.15 |
1367 | 2024-10-30T13:37:05.548Z | Compiling hyper-util v0.1.9 |
1368 | 2024-10-30T13:37:11.453Z | Compiling lazy_static v1.5.0 |
1369 | 2024-10-30T13:37:11.591Z | Compiling tokio-rustls v0.24.1 |
1370 | 2024-10-30T13:37:12.055Z | Compiling tokio-rustls v0.26.0 |
1371 | 2024-10-30T13:37:12.551Z | Compiling proc-macro-crate v1.3.1 |
1372 | 2024-10-30T13:37:13.083Z | Compiling http-body-util v0.1.2 |
1373 | 2024-10-30T13:37:13.309Z | Compiling webpki-roots v0.26.6 |
1374 | 2024-10-30T13:37:13.401Z | Compiling base64 v0.21.7 |
1375 | 2024-10-30T13:37:13.525Z | Compiling base64 v0.22.1 |
1376 | 2024-10-30T13:37:13.640Z | Compiling crossbeam-utils v0.8.20 |
1377 | 2024-10-30T13:37:13.662Z | Compiling hyper-tls v0.6.0 |
1378 | 2024-10-30T13:37:13.792Z | Compiling hyper-rustls v0.27.3 |
1379 | 2024-10-30T13:37:14.174Z | Compiling rustls-pemfile v2.1.3 |
1380 | 2024-10-30T13:37:14.526Z | Compiling rustls-pemfile v1.0.4 |
1381 | 2024-10-30T13:37:14.639Z | Compiling num_enum_derive v0.5.11 |
1382 | 2024-10-30T13:37:14.929Z | Compiling hyper-rustls v0.24.2 |
1383 | 2024-10-30T13:37:15.337Z | Compiling hyper-tls v0.5.0 |
1384 | 2024-10-30T13:37:15.360Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1385 | 2024-10-30T13:37:15.489Z | Compiling typify v0.2.0 |
1386 | 2024-10-30T13:37:15.630Z | Compiling ipnetwork v0.20.0 |
1387 | 2024-10-30T13:37:15.833Z | Compiling ppv-lite86 v0.2.20 |
1388 | 2024-10-30T13:37:16.942Z | Compiling foreign-types-macros v0.2.3 |
1389 | 2024-10-30T13:37:16.970Z | Compiling rand_core v0.6.4 |
1390 | 2024-10-30T13:37:17.445Z | Compiling dirs-sys-next v0.1.2 |
1391 | 2024-10-30T13:37:18.286Z | Compiling sync_wrapper v1.0.1 |
1392 | 2024-10-30T13:37:18.446Z | Compiling foreign-types-shared v0.3.1 |
1393 | 2024-10-30T13:37:18.522Z | Compiling webpki-roots v0.25.4 |
1394 | 2024-10-30T13:37:18.566Z | Compiling sync_wrapper v0.1.2 |
1395 | 2024-10-30T13:37:18.693Z | Compiling powerfmt v0.2.0 |
1396 | 2024-10-30T13:37:18.706Z | Compiling reqwest v0.11.27 |
1397 | 2024-10-30T13:37:19.033Z | Compiling deranged v0.3.11 |
1398 | 2024-10-30T13:37:19.203Z | Compiling time-macros v0.2.18 |
1399 | 2024-10-30T13:37:19.217Z | Compiling foreign-types v0.5.0 |
1400 | 2024-10-30T13:37:19.331Z | Compiling reqwest v0.12.8 |
1401 | 2024-10-30T13:37:21.518Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1402 | 2024-10-30T13:37:22.253Z | Compiling progenitor-impl v0.8.0 |
1403 | 2024-10-30T13:37:28.218Z | Compiling dirs-next v2.0.0 |
1404 | 2024-10-30T13:37:28.488Z | Compiling rand_chacha v0.3.1 |
1405 | 2024-10-30T13:37:28.885Z | Compiling num_enum v0.5.11 |
1406 | 2024-10-30T13:37:29.056Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1407 | 2024-10-30T13:37:30.236Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1408 | 2024-10-30T13:37:32.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1409 | 2024-10-30T13:37:32.419Z | Compiling cstr-argument v0.1.2 |
1410 | 2024-10-30T13:37:32.685Z | Compiling thread_local v1.1.8 |
1411 | 2024-10-30T13:37:33.406Z | Compiling time-core v0.1.2 |
1412 | 2024-10-30T13:37:33.604Z | Compiling pretty-hex v0.2.1 |
1413 | 2024-10-30T13:37:33.698Z | Compiling either v1.13.0 |
1414 | 2024-10-30T13:37:33.815Z | Compiling num-conv v0.1.0 |
1415 | 2024-10-30T13:37:33.850Z | Compiling arc-swap v1.7.1 |
1416 | 2024-10-30T13:37:34.087Z | Compiling time v0.3.36 |
1417 | 2024-10-30T13:37:34.166Z | Compiling itertools v0.12.1 |
1418 | 2024-10-30T13:37:34.582Z | Compiling slog-scope v4.4.0 |
1419 | 2024-10-30T13:37:35.549Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1420 | 2024-10-30T13:37:35.943Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1421 | 2024-10-30T13:37:37.450Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1422 | 2024-10-30T13:37:38.027Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1423 | 2024-10-30T13:37:38.211Z | Compiling crossbeam-channel v0.5.13 |
1424 | 2024-10-30T13:37:38.355Z | Compiling rand v0.8.5 |
1425 | 2024-10-30T13:37:39.871Z | Compiling progenitor-macro v0.8.0 |
1426 | 2024-10-30T13:37:40.358Z | Compiling term v0.7.0 |
1427 | 2024-10-30T13:37:43.340Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1428 | 2024-10-30T13:37:44.982Z | Compiling progenitor-client v0.8.0 |
1429 | 2024-10-30T13:37:45.938Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1430 | 2024-10-30T13:37:46.948Z | Compiling anyhow v1.0.89 |
1431 | 2024-10-30T13:37:55.539Z | Compiling colored v2.1.0 |
1432 | 2024-10-30T13:37:56.784Z | Compiling is-terminal v0.4.13 |
1433 | 2024-10-30T13:37:56.920Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1434 | 2024-10-30T13:37:57.253Z | Compiling take_mut v0.2.2 |
1435 | 2024-10-30T13:37:57.420Z | Compiling winnow v0.6.18 |
1436 | 2024-10-30T13:37:58.872Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1437 | 2024-10-30T13:37:59.098Z | Compiling slog-async v2.8.0 |
1438 | 2024-10-30T13:38:01.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1439 | 2024-10-30T13:38:02.286Z | Compiling slog-term v2.9.1 |
1440 | 2024-10-30T13:38:03.541Z | Compiling progenitor v0.8.0 |
1441 | 2024-10-30T13:38:03.746Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1442 | 2024-10-30T13:38:05.171Z | Compiling slog-stdlog v4.1.1 |
1443 | 2024-10-30T13:38:06.055Z | Compiling slog-envlogger v2.2.0 |
1444 | 2024-10-30T13:38:07.484Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1445 | 2024-10-30T13:38:07.859Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1446 | 2024-10-30T13:38:21.527Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1447 | 2024-10-30T13:38:28.986Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1448 | 2024-10-30T13:38:29.108Z | Running unittests src/lib.rs (target/release/deps/mg_tests-37f8214469bbf7b2) |
1449 | 2024-10-30T13:38:29.177Z | |
1450 | 2024-10-30T13:38:29.178Z | running 1 test |
1451 | 2024-10-30T13:38:29.347Z | configure zone |
1452 | 2024-10-30T13:38:29.416Z | install zone |
1453 | 2024-10-30T13:39:29.186Z | test ddm::test_quartet has been running for over 60 seconds |
1454 | 2024-10-30T13:40:15.942Z | boot zone |
1455 | 2024-10-30T13:40:16.740Z | start zone s1 |
1456 | 2024-10-30T13:40:16.740Z | configure zone |
1457 | 2024-10-30T13:40:16.749Z | install zone |
1458 | 2024-10-30T13:41:55.414Z | boot zone |
1459 | 2024-10-30T13:41:56.194Z | start zone s2 |
1460 | 2024-10-30T13:41:56.194Z | configure zone |
1461 | 2024-10-30T13:41:56.203Z | install zone |
1462 | 2024-10-30T13:43:31.780Z | boot zone |
1463 | 2024-10-30T13:43:32.636Z | start zone s3 |
1464 | 2024-10-30T13:43:32.636Z | configure zone |
1465 | 2024-10-30T13:43:32.645Z | install zone |
1466 | 2024-10-30T13:45:08.700Z | boot zone |
1467 | 2024-10-30T13:45:09.621Z | start zone t1 |
1468 | 2024-10-30T13:45:09.621Z | configure zone |
1469 | 2024-10-30T13:45:09.630Z | install zone |
1470 | 2024-10-30T13:46:45.203Z | boot zone |
1471 | 2024-10-30T13:46:46.263Z | waiting for zones to come up |
1472 | 2024-10-30T13:46:56.265Z | [sidecar.quartet] svcs milestone/network |
1473 | 2024-10-30T13:46:56.369Z | STATE STIME FMRI |
1474 | 2024-10-30T13:46:56.369Z | online 6:40:34 svc:/milestone/network:default |
1475 | 2024-10-30T13:46:56.369Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1476 | 2024-10-30T13:46:56.415Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1477 | 2024-10-30T13:46:56.464Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1478 | 2024-10-30T13:46:56.507Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1479 | 2024-10-30T13:46:56.510Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1480 | 2024-10-30T13:46:56.531Z | |
1481 | 2024-10-30T13:46:56.531Z | running zone s1.quartet setup |
1482 | 2024-10-30T13:46:56.531Z | [s1.quartet] svcs milestone/network |
1483 | 2024-10-30T13:46:56.554Z | STATE STIME FMRI |
1484 | 2024-10-30T13:46:56.554Z | online 6:42:13 svc:/milestone/network:default |
1485 | 2024-10-30T13:46:56.554Z | [s1.quartet] dladm |
1486 | 2024-10-30T13:46:56.574Z | LINK CLASS MTU STATE BRIDGE OVER |
1487 | 2024-10-30T13:46:56.574Z | sl0 simnet 9000 up -- ? |
1488 | 2024-10-30T13:46:56.574Z | mgs1 vnic 9000 up -- ? |
1489 | 2024-10-30T13:46:56.574Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1490 | 2024-10-30T13:46:57.088Z | |
1491 | 2024-10-30T13:46:57.088Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1492 | 2024-10-30T13:46:57.113Z | |
1493 | 2024-10-30T13:46:57.113Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1494 | 2024-10-30T13:46:57.133Z | |
1495 | 2024-10-30T13:46:57.133Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1496 | 2024-10-30T13:46:57.227Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1497 | 2024-10-30T13:46:57.277Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 5e947455-b303-4279-8582-d0c74b48ecaa --sled-id b219f40a-07b5-4529-bf30-0d1e527a7024 -a sl0/v6 &> /opt/ddmd.log & |
1498 | 2024-10-30T13:46:57.298Z | |
1499 | 2024-10-30T13:46:57.298Z | running zone s2.quartet setup |
1500 | 2024-10-30T13:46:57.298Z | [s2.quartet] svcs milestone/network |
1501 | 2024-10-30T13:46:57.323Z | STATE STIME FMRI |
1502 | 2024-10-30T13:46:57.323Z | online 6:43:50 svc:/milestone/network:default |
1503 | 2024-10-30T13:46:57.323Z | [s2.quartet] dladm |
1504 | 2024-10-30T13:46:57.347Z | LINK CLASS MTU STATE BRIDGE OVER |
1505 | 2024-10-30T13:46:57.347Z | sl1 simnet 9000 up -- ? |
1506 | 2024-10-30T13:46:57.347Z | mgs2 vnic 9000 up -- ? |
1507 | 2024-10-30T13:46:57.347Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1508 | 2024-10-30T13:46:57.816Z | |
1509 | 2024-10-30T13:46:57.816Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1510 | 2024-10-30T13:46:57.841Z | |
1511 | 2024-10-30T13:46:57.841Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1512 | 2024-10-30T13:46:57.861Z | |
1513 | 2024-10-30T13:46:57.861Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1514 | 2024-10-30T13:46:57.909Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1515 | 2024-10-30T13:46:57.935Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 54ffbe52-80d3-464e-b06f-0acb27d310b7 --sled-id 075ef768-b4bb-4362-b0b1-dc35993e0b00 -a sl1/v6 &> /opt/ddmd.log & |
1516 | 2024-10-30T13:46:57.956Z | |
1517 | 2024-10-30T13:46:57.956Z | running zone s3.quartet setup |
1518 | 2024-10-30T13:46:57.956Z | [s3.quartet] svcs milestone/network |
1519 | 2024-10-30T13:46:57.980Z | STATE STIME FMRI |
1520 | 2024-10-30T13:46:57.980Z | online 6:45:27 svc:/milestone/network:default |
1521 | 2024-10-30T13:46:57.980Z | [s3.quartet] dladm |
1522 | 2024-10-30T13:46:58.003Z | LINK CLASS MTU STATE BRIDGE OVER |
1523 | 2024-10-30T13:46:58.003Z | sl2 simnet 9000 up -- ? |
1524 | 2024-10-30T13:46:58.003Z | mgs3 vnic 9000 up -- ? |
1525 | 2024-10-30T13:46:58.003Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1526 | 2024-10-30T13:46:58.510Z | |
1527 | 2024-10-30T13:46:58.510Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1528 | 2024-10-30T13:46:58.537Z | |
1529 | 2024-10-30T13:46:58.537Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1530 | 2024-10-30T13:46:58.558Z | |
1531 | 2024-10-30T13:46:58.558Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1532 | 2024-10-30T13:46:58.607Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1533 | 2024-10-30T13:46:58.636Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-id 48964834-ac7a-4bfc-a822-b3f5665cbf43 --sled-id f55380f3-0c9a-4ad4-b636-81cfee8bfda7 -a sl2/v6 &> /opt/ddmd.log & |
1534 | 2024-10-30T13:46:58.658Z | |
1535 | 2024-10-30T13:46:58.658Z | running zone t1.quartet setup |
1536 | 2024-10-30T13:46:58.658Z | [t1.quartet] svcs milestone/network |
1537 | 2024-10-30T13:46:58.679Z | STATE STIME FMRI |
1538 | 2024-10-30T13:46:58.679Z | - - svc:/milestone/network:default |
1539 | 2024-10-30T13:46:59.679Z | [t1.quartet] svcs milestone/network |
1540 | 2024-10-30T13:46:59.702Z | STATE STIME FMRI |
1541 | 2024-10-30T13:46:59.702Z | - - svc:/milestone/network:default |
1542 | 2024-10-30T13:47:00.703Z | [t1.quartet] svcs milestone/network |
1543 | 2024-10-30T13:47:00.725Z | STATE STIME FMRI |
1544 | 2024-10-30T13:47:00.725Z | - - svc:/milestone/network:default |
1545 | 2024-10-30T13:47:01.725Z | [t1.quartet] svcs milestone/network |
1546 | 2024-10-30T13:47:01.748Z | STATE STIME FMRI |
1547 | 2024-10-30T13:47:01.749Z | - - svc:/milestone/network:default |
1548 | 2024-10-30T13:47:02.749Z | [t1.quartet] svcs milestone/network |
1549 | 2024-10-30T13:47:02.770Z | STATE STIME FMRI |
1550 | 2024-10-30T13:47:02.770Z | - - svc:/milestone/network:default |
1551 | 2024-10-30T13:47:03.771Z | [t1.quartet] svcs milestone/network |
1552 | 2024-10-30T13:47:03.792Z | STATE STIME FMRI |
1553 | 2024-10-30T13:47:03.792Z | - - svc:/milestone/network:default |
1554 | 2024-10-30T13:47:04.793Z | [t1.quartet] svcs milestone/network |
1555 | 2024-10-30T13:47:04.813Z | STATE STIME FMRI |
1556 | 2024-10-30T13:47:04.813Z | offline 6:47:03 svc:/milestone/network:default |
1557 | 2024-10-30T13:47:05.814Z | [t1.quartet] svcs milestone/network |
1558 | 2024-10-30T13:47:05.840Z | STATE STIME FMRI |
1559 | 2024-10-30T13:47:05.840Z | online 6:47:03 svc:/milestone/network:default |
1560 | 2024-10-30T13:47:05.840Z | [t1.quartet] dladm |
1561 | 2024-10-30T13:47:05.862Z | LINK CLASS MTU STATE BRIDGE OVER |
1562 | 2024-10-30T13:47:05.862Z | tfportrear0_0 simnet 9000 up -- ? |
1563 | 2024-10-30T13:47:05.862Z | tfportrear1_0 simnet 9000 up -- ? |
1564 | 2024-10-30T13:47:05.863Z | tfportrear2_0 simnet 9000 up -- ? |
1565 | 2024-10-30T13:47:05.863Z | mgt1 vnic 9000 up -- ? |
1566 | 2024-10-30T13:47:05.863Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1567 | 2024-10-30T13:47:06.414Z | |
1568 | 2024-10-30T13:47:06.414Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1569 | 2024-10-30T13:47:06.439Z | |
1570 | 2024-10-30T13:47:06.439Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1571 | 2024-10-30T13:47:06.461Z | |
1572 | 2024-10-30T13:47:06.461Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1573 | 2024-10-30T13:47:06.484Z | |
1574 | 2024-10-30T13:47:06.484Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1575 | 2024-10-30T13:47:06.504Z | |
1576 | 2024-10-30T13:47:06.504Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1577 | 2024-10-30T13:47:06.702Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1578 | 2024-10-30T13:47:06.706Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1579 | 2024-10-30T13:47:06.710Z | waiting 3s for copy of files to zone to complete ... |
1580 | 2024-10-30T13:47:09.711Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1581 | 2024-10-30T13:47:09.754Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1582 | 2024-10-30T13:47:09.778Z | [t1.quartet] svcadm enable dendrite |
1583 | 2024-10-30T13:47:09.821Z | |
1584 | 2024-10-30T13:47:09.821Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1585 | 2024-10-30T13:47:09.872Z | |
1586 | 2024-10-30T13:47:09.872Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1587 | 2024-10-30T13:47:09.919Z | |
1588 | 2024-10-30T13:47:09.920Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1589 | 2024-10-30T13:47:09.966Z | |
1590 | 2024-10-30T13:47:09.966Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1591 | 2024-10-30T13:47:10.011Z | |
1592 | 2024-10-30T13:47:10.012Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1593 | 2024-10-30T13:47:10.056Z | |
1594 | 2024-10-30T13:47:10.057Z | [t1.quartet] svcadm refresh dendrite:default |
1595 | 2024-10-30T13:47:10.094Z | |
1596 | 2024-10-30T13:47:10.094Z | [t1.quartet] svcadm restart dendrite:default |
1597 | 2024-10-30T13:47:10.132Z | |
1598 | 2024-10-30T13:47:10.132Z | wait 10s for dendrite to come up ... |
1599 | 2024-10-30T13:47:20.134Z | [t1.quartet] svcadm enable tfport |
1600 | 2024-10-30T13:47:20.177Z | |
1601 | 2024-10-30T13:47:20.177Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-id f2fe8305-25cb-4e29-8b3b-05a288bfa7d5 --sled-id 3473fafc-2b6e-4e79-a723-33147cacdc5c -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1602 | 2024-10-30T13:47:20.199Z | |
1603 | 2024-10-30T13:47:20.199Z | [t1.quartet] ipadm |
1604 | 2024-10-30T13:47:20.224Z | ADDROBJ TYPE STATE ADDR |
1605 | 2024-10-30T13:47:20.224Z | lo0/v4 static ok 127.0.0.1/8 |
1606 | 2024-10-30T13:47:20.224Z | mgt1/v4 static ok 10.0.0.4/24 |
1607 | 2024-10-30T13:47:20.224Z | lo0/v6 static ok ::1/128 |
1608 | 2024-10-30T13:47:20.224Z | lo0/u6 static ok fd00:4::1/64 |
1609 | 2024-10-30T13:47:20.224Z | tfportrear0_0/v6 addrconf ok fe80::e08c:8dff:fef4:292a%tfportrear0_0/10 |
1610 | 2024-10-30T13:47:20.224Z | tfportrear1_0/v6 addrconf ok fe80::5c8f:f2ff:fef2:62fb%tfportrear1_0/10 |
1611 | 2024-10-30T13:47:20.224Z | tfportrear2_0/v6 addrconf ok fe80::b4ce:8bff:fe09:e4fa%tfportrear2_0/10 |
1612 | 2024-10-30T13:47:22.506Z | initial peering test passed |
1613 | 2024-10-30T13:47:23.509Z | [s3.quartet] ping fd00:1::1 |
1614 | 2024-10-30T13:47:23.540Z | fd00:1::1 is alive |
1615 | 2024-10-30T13:47:34.544Z | [s3.quartet] ping fd00:1::1 |
1616 | 2024-10-30T13:47:34.569Z | fd00:1::1 is alive |
1617 | 2024-10-30T13:47:34.587Z | [t1.quartet] pkill ddmd |
1618 | 2024-10-30T13:47:34.614Z | |
1619 | 2024-10-30T13:47:34.614Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1620 | 2024-10-30T13:47:34.618Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1621 | 2024-10-30T13:47:37.255Z | [s3.quartet] pkill ddmd |
1622 | 2024-10-30T13:47:37.276Z | |
1623 | 2024-10-30T13:47:37.277Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1624 | 2024-10-30T13:47:39.893Z | [s2.quartet] pkill ddmd |
1625 | 2024-10-30T13:47:39.915Z | |
1626 | 2024-10-30T13:47:39.915Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1627 | 2024-10-30T13:47:42.366Z | [s1.quartet] pkill ddmd |
1628 | 2024-10-30T13:47:42.386Z | |
1629 | 2024-10-30T13:47:42.386Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1630 | 2024-10-30T13:47:44.899Z | [sidecar.quartet] pkill softnpu |
1631 | 2024-10-30T13:47:44.919Z | |
1632 | 2024-10-30T13:47:44.919Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1633 | 2024-10-30T13:47:47.589Z | test ddm::test_quartet ... ok |
1634 | 2024-10-30T13:47:47.589Z | |
1635 | 2024-10-30T13:47:47.589Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 558.33s |
1636 | 2024-10-30T13:47:47.589Z | |
1637 | 2024-10-30T13:47:47.625Z | + cleanup |
1638 | 2024-10-30T13:47:47.628Z | ++ id -un |
1639 | 2024-10-30T13:47:47.727Z | ++ id -gn |
1640 | 2024-10-30T13:47:47.729Z | + pfexec chown -R build:build . |
1641 | 2024-10-30T13:47:47.818Z | process exited: duration 1147951 ms, exit code 0 |
|
1642 | 2024-10-30T13:47:47.829Z | found 5 output files |
1643 | 2024-10-30T13:47:47.829Z | uploading: /work/s1.quartet.log (4854 bytes) |
1644 | 2024-10-30T13:47:48.839Z | uploaded: /work/s1.quartet.log |
1645 | 2024-10-30T13:47:48.839Z | uploading: /work/s2.quartet.log (4115 bytes) |
1646 | 2024-10-30T13:47:49.850Z | uploaded: /work/s2.quartet.log |
1647 | 2024-10-30T13:47:49.852Z | uploading: /work/s3.quartet.log (4255 bytes) |
1648 | 2024-10-30T13:47:50.859Z | uploaded: /work/s3.quartet.log |
1649 | 2024-10-30T13:47:50.861Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1650 | 2024-10-30T13:47:51.867Z | uploaded: /work/sidecar.quartet-softnpu.log |
1651 | 2024-10-30T13:47:51.870Z | uploading: /work/t1.quartet.log (17393 bytes) |
1652 | 2024-10-30T13:47:52.876Z | uploaded: /work/t1.quartet.log |