|
|
|
1 | 2024-11-26T08:16:45.372Z | job assigned to worker 01JDKRMXX0YVG7PHR6HB0118TR [factory aws, i-08b3f85fb74c5db94] (queued for 1 m 1 s) |
|
2 | 2024-11-26T08:16:53.343Z | starting task 0: "setup" |
3 | 2024-11-26T08:16:53.351Z | ++ uname -s |
4 | 2024-11-26T08:16:53.354Z | + kern=SunOS |
5 | 2024-11-26T08:16:53.354Z | + case "$kern" in |
6 | 2024-11-26T08:16:53.354Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:16:53.356Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:16:55.362Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:16:55.466Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:16:55.468Z | + home_fs=zfs |
11 | 2024-11-26T08:16:55.468Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:16:55.468Z | + mkdir -p /home/build |
13 | 2024-11-26T08:16:55.471Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:16:57.472Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:16:57.475Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-11-26T08:16:57.480Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:16:57.485Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:16:57.485Z | ' stable |
19 | 2024-11-26T08:16:57.485Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:16:57.485Z | * toolchain profile = "default" |
21 | 2024-11-26T08:16:57.485Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-26T08:16:57.485Z | ' default |
23 | 2024-11-26T08:16:57.488Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:16:57.488Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:16:57.589Z | info: downloading installer |
26 | 2024-11-26T08:16:59.246Z | info: profile set to 'default' |
27 | 2024-11-26T08:16:59.246Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:16:59.249Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:16:59.398Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:16:59.398Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:17:00.288Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:17:00.621Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:17:01.796Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:17:03.736Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:17:10.708Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:17:10.957Z | info: installing component 'cargo' |
37 | 2024-11-26T08:17:11.744Z | info: installing component 'clippy' |
38 | 2024-11-26T08:17:12.108Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:17:13.785Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:17:15.545Z | info: installing component 'rustc' |
41 | 2024-11-26T08:17:21.419Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:17:21.733Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:17:21.733Z | |
44 | 2024-11-26T08:17:22.106Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:17:22.106Z | |
46 | 2024-11-26T08:17:22.108Z | |
47 | 2024-11-26T08:17:22.108Z | Rust is installed now. Great! |
48 | 2024-11-26T08:17:22.108Z | |
49 | 2024-11-26T08:17:22.108Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:17:22.108Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:17:22.108Z | |
52 | 2024-11-26T08:17:22.108Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:17:22.108Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:17:22.108Z | |
55 | 2024-11-26T08:17:22.108Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:17:22.108Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:17:22.109Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:17:22.174Z | + rustc --version |
59 | 2024-11-26T08:17:22.239Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:17:22.242Z | process exited: duration 24757 ms, exit code 0 |
|
61 | 2024-11-26T08:17:22.249Z | starting task 2: "authentication" |
62 | 2024-11-26T08:17:22.269Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T08:17:22.278Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:17:22.281Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:17:22.285Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:17:23.313Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:17:24.455Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:17:24.455Z | + git fetch origin 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
69 | 2024-11-26T08:17:24.774Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:17:24.774Z | * branch 38057ed7ebd8f56861699cff9e87eba1b3970cc0 -> FETCH_HEAD |
71 | 2024-11-26T08:17:24.780Z | + [[ -n renovate/thiserror-2.x ]] |
72 | 2024-11-26T08:17:24.783Z | ++ git branch --show-current |
73 | 2024-11-26T08:17:24.785Z | + current=main |
74 | 2024-11-26T08:17:24.785Z | + [[ main != renovate/thiserror-2.x ]] |
75 | 2024-11-26T08:17:24.785Z | + git branch -f renovate/thiserror-2.x 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
76 | 2024-11-26T08:17:24.787Z | + git checkout -f renovate/thiserror-2.x |
77 | 2024-11-26T08:17:24.801Z | Switched to branch 'renovate/thiserror-2.x' |
78 | 2024-11-26T08:17:24.804Z | + git reset --hard 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
79 | 2024-11-26T08:17:24.816Z | HEAD is now at 38057ed Update Rust crate thiserror to v2 |
80 | 2024-11-26T08:17:24.818Z | process exited: duration 2539 ms, exit code 0 |
|
81 | 2024-11-26T08:17:24.824Z | starting task 4: "build" |
82 | 2024-11-26T08:17:24.829Z | ++ cargo --version |
83 | 2024-11-26T08:17:24.833Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T08:17:24.990Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T08:17:24.990Z | info: downloading component 'cargo' |
86 | 2024-11-26T08:17:25.850Z | info: downloading component 'clippy' |
87 | 2024-11-26T08:17:26.168Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T08:17:27.358Z | info: downloading component 'rust-std' |
89 | 2024-11-26T08:17:29.209Z | info: downloading component 'rustc' |
90 | 2024-11-26T08:17:35.856Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T08:17:36.107Z | info: installing component 'cargo' |
92 | 2024-11-26T08:17:36.899Z | info: installing component 'clippy' |
93 | 2024-11-26T08:17:37.260Z | info: installing component 'rust-docs' |
94 | 2024-11-26T08:17:38.920Z | info: installing component 'rust-std' |
95 | 2024-11-26T08:17:40.563Z | info: installing component 'rustc' |
96 | 2024-11-26T08:17:46.211Z | info: installing component 'rustfmt' |
97 | 2024-11-26T08:17:46.619Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T08:17:46.621Z | ++ rustc --version |
99 | 2024-11-26T08:17:46.691Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T08:17:46.695Z | ++ dladm |
101 | 2024-11-26T08:17:46.700Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-26T08:17:46.700Z | ena0 phys 9216 up -- -- |
103 | 2024-11-26T08:17:46.703Z | ++ ipadm |
104 | 2024-11-26T08:17:46.705Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-26T08:17:46.705Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-26T08:17:46.705Z | ena0/dhcp dhcp ok 10.150.1.182/24 |
107 | 2024-11-26T08:17:46.705Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-26T08:17:46.705Z | ++ banner collect |
109 | 2024-11-26T08:17:46.864Z | |
110 | 2024-11-26T08:17:46.864Z | #### #### # # ###### #### ##### |
111 | 2024-11-26T08:17:46.864Z | # # # # # # # # # # |
112 | 2024-11-26T08:17:46.864Z | # # # # # ##### # # |
113 | 2024-11-26T08:17:46.864Z | # # # # # # # # |
114 | 2024-11-26T08:17:46.864Z | # # # # # # # # # # |
115 | 2024-11-26T08:17:46.864Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-26T08:17:46.864Z | |
117 | 2024-11-26T08:17:46.867Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-26T08:17:46.867Z | ++ repo=softnpu |
119 | 2024-11-26T08:17:46.867Z | ++ series=image |
120 | 2024-11-26T08:17:46.867Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-26T08:17:46.867Z | ++ name=softnpu |
122 | 2024-11-26T08:17:46.867Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-26T08:17:46.867Z | ++ mkdir -p download |
124 | 2024-11-26T08:17:46.867Z | ++ pushd download |
125 | 2024-11-26T08:17:46.867Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-26T08:17:46.867Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-26T08:17:46.867Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-26T08:17:46.875Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-26T08:17:46.878Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-26T08:17:47.294Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 52.1M 0 --:--:-- --:--:-- --:--:-- 52.2M |
131 | 2024-11-26T08:17:47.299Z | ++ popd |
132 | 2024-11-26T08:17:47.302Z | /work/oxidecomputer/maghemite |
133 | 2024-11-26T08:17:47.302Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-26T08:17:47.302Z | ++ repo=sidecar-lite |
135 | 2024-11-26T08:17:47.302Z | ++ series=release |
136 | 2024-11-26T08:17:47.302Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-26T08:17:47.302Z | ++ name=libsidecar_lite.so |
138 | 2024-11-26T08:17:47.302Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-26T08:17:47.302Z | ++ mkdir -p download |
140 | 2024-11-26T08:17:47.302Z | ++ pushd download |
141 | 2024-11-26T08:17:47.302Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-26T08:17:47.302Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-26T08:17:47.302Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-26T08:17:47.308Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-26T08:17:47.308Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-26T08:17:47.758Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
27 20.3M 27 5619k 0 0 37.1M 0 --:--:-- --:--:-- --:--:-- 37.0M
100 20.3M 100 20.3M 0 0 45.2M 0 --:--:-- --:--:-- --:--:-- 45.2M |
147 | 2024-11-26T08:17:47.764Z | ++ popd |
148 | 2024-11-26T08:17:47.768Z | /work/oxidecomputer/maghemite |
149 | 2024-11-26T08:17:47.768Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-26T08:17:47.768Z | ++ repo=sidecar-lite |
151 | 2024-11-26T08:17:47.768Z | ++ series=release |
152 | 2024-11-26T08:17:47.768Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-26T08:17:47.768Z | ++ name=scadm |
154 | 2024-11-26T08:17:47.768Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-26T08:17:47.768Z | ++ mkdir -p download |
156 | 2024-11-26T08:17:47.768Z | ++ pushd download |
157 | 2024-11-26T08:17:47.768Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-26T08:17:47.769Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-26T08:17:47.769Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-26T08:17:47.772Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-26T08:17:47.772Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-26T08:17:48.278Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 22.7M 100 22.7M 0 0 45.2M 0 --:--:-- --:--:-- --:--:-- 45.3M |
163 | 2024-11-26T08:17:48.280Z | ++ popd |
164 | 2024-11-26T08:17:48.280Z | /work/oxidecomputer/maghemite |
165 | 2024-11-26T08:17:48.280Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-26T08:17:48.280Z | ++ repo=dendrite |
167 | 2024-11-26T08:17:48.280Z | ++ series=image |
168 | 2024-11-26T08:17:48.280Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-26T08:17:48.280Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-26T08:17:48.280Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-26T08:17:48.280Z | ++ mkdir -p download |
172 | 2024-11-26T08:17:48.285Z | ++ pushd download |
173 | 2024-11-26T08:17:48.285Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-26T08:17:48.285Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-26T08:17:48.285Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-26T08:17:48.291Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-26T08:17:48.294Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-26T08:17:49.077Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
11 37.5M 11 4491k 0 0 26.0M 0 0:00:01 --:--:-- 0:00:01 25.9M
100 37.5M 100 37.5M 0 0 48.3M 0 --:--:-- --:--:-- --:--:-- 48.2M |
179 | 2024-11-26T08:17:49.080Z | ++ popd |
180 | 2024-11-26T08:17:49.080Z | /work/oxidecomputer/maghemite |
181 | 2024-11-26T08:17:49.081Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-26T08:17:49.081Z | ++ repo=maghemite |
183 | 2024-11-26T08:17:49.081Z | ++ series=release |
184 | 2024-11-26T08:17:49.081Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-26T08:17:49.081Z | ++ name=ddmd |
186 | 2024-11-26T08:17:49.081Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-26T08:17:49.081Z | ++ mkdir -p download |
188 | 2024-11-26T08:17:49.081Z | ++ pushd download |
189 | 2024-11-26T08:17:49.081Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-26T08:17:49.081Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-26T08:17:49.082Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-26T08:17:49.090Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-26T08:17:49.090Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-26T08:17:50.049Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
30 40.9M 30 12.3M 0 0 32.3M 0 0:00:01 --:--:-- 0:00:01 32.3M
100 40.9M 100 40.9M 0 0 42.5M 0 --:--:-- --:--:-- --:--:-- 42.4M |
195 | 2024-11-26T08:17:50.055Z | ++ popd |
196 | 2024-11-26T08:17:50.055Z | /work/oxidecomputer/maghemite |
197 | 2024-11-26T08:17:50.055Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-26T08:17:50.055Z | ++ repo=maghemite |
199 | 2024-11-26T08:17:50.055Z | ++ series=release |
200 | 2024-11-26T08:17:50.056Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-26T08:17:50.056Z | ++ name=ddmadm |
202 | 2024-11-26T08:17:50.056Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-26T08:17:50.056Z | ++ mkdir -p download |
204 | 2024-11-26T08:17:50.056Z | ++ pushd download |
205 | 2024-11-26T08:17:50.056Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-26T08:17:50.056Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-26T08:17:50.056Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-26T08:17:50.065Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-26T08:17:50.066Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-26T08:17:50.632Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
47 18.0M 47 8795k 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M
100 18.0M 100 18.0M 0 0 31.8M 0 --:--:-- --:--:-- --:--:-- 31.8M |
211 | 2024-11-26T08:17:50.642Z | ++ popd |
212 | 2024-11-26T08:17:50.642Z | /work/oxidecomputer/maghemite |
213 | 2024-11-26T08:17:50.642Z | ++ pushd download |
214 | 2024-11-26T08:17:50.642Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-26T08:17:50.642Z | ++ chmod +x softnpu |
216 | 2024-11-26T08:17:50.642Z | ++ chmod +x scadm |
217 | 2024-11-26T08:17:50.642Z | ++ chmod +x ddmadm |
218 | 2024-11-26T08:17:50.642Z | ++ chmod +x ddmd |
219 | 2024-11-26T08:17:50.642Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-26T08:17:50.642Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-26T08:17:50.642Z | ++ rm -rf zones/dendrite |
222 | 2024-11-26T08:17:50.645Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-26T08:17:50.645Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-26T08:17:51.445Z | ++ popd |
225 | 2024-11-26T08:17:51.445Z | /work/oxidecomputer/maghemite |
226 | 2024-11-26T08:17:51.445Z | ++ banner install |
227 | 2024-11-26T08:17:51.453Z | |
228 | 2024-11-26T08:17:51.453Z | # # # #### ##### ## # # |
229 | 2024-11-26T08:17:51.453Z | # ## # # # # # # # |
230 | 2024-11-26T08:17:51.454Z | # # # # #### # # # # # |
231 | 2024-11-26T08:17:51.454Z | # # # # # # ###### # # |
232 | 2024-11-26T08:17:51.454Z | # # ## # # # # # # # |
233 | 2024-11-26T08:17:51.454Z | # # # #### # # # ###### ###### |
234 | 2024-11-26T08:17:51.454Z | |
235 | 2024-11-26T08:17:51.454Z | ++ pkg info brand/sparse |
236 | 2024-11-26T08:17:51.454Z | ++ grep -qi installed |
237 | 2024-11-26T08:17:58.349Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-26T08:17:58.349Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-26T08:17:58.349Z | |
240 | 2024-11-26T08:17:58.349Z | brand/sparse |
241 | 2024-11-26T08:17:58.395Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-26T08:17:58.395Z | ++ set -o errexit |
243 | 2024-11-26T08:17:58.398Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-26T08:18:04.655Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-26T08:18:08.343Z | Startup: Caching catalogs ... Done |
246 | 2024-11-26T08:18:17.246Z | Planning: Solver setup ... Done |
247 | 2024-11-26T08:18:17.356Z | Planning: Running solver ... Done |
248 | 2024-11-26T08:18:17.575Z | Planning: Finding local manifests ... Done |
249 | 2024-11-26T08:18:17.618Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-26T08:18:19.049Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-26T08:18:19.317Z | Planning: Package planning ... Done |
252 | 2024-11-26T08:18:19.323Z | Planning: Merging actions ... Done |
253 | 2024-11-26T08:18:19.699Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-26T08:18:24.013Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-26T08:18:24.343Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-26T08:18:24.519Z | Planning: Planning completed in 16.08 seconds |
257 | 2024-11-26T08:18:24.555Z | Packages to install: 1 |
258 | 2024-11-26T08:18:24.555Z | Packages to update: 2 |
259 | 2024-11-26T08:18:24.557Z | Create boot environment: No |
260 | 2024-11-26T08:18:24.557Z | Create backup boot environment: Yes |
261 | 2024-11-26T08:18:24.883Z | |
262 | 2024-11-26T08:18:24.883Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-26T08:18:27.976Z | Download: Completed 8.03 MB in 3.09 seconds (2.6M/s) |
264 | 2024-11-26T08:18:28.841Z | Actions: 1/1419 actions (Removing old actions) |
265 | 2024-11-26T08:18:28.858Z | Actions: 199/1419 actions (Installing new actions) |
266 | 2024-11-26T08:18:28.972Z | Actions: 579/1419 actions (Updating modified actions) |
267 | 2024-11-26T08:18:29.318Z | Actions: Completed 1419 actions in 0.48 seconds. |
268 | 2024-11-26T08:18:29.685Z | Done |
269 | 2024-11-26T08:18:29.688Z | Done |
270 | 2024-11-26T08:18:30.182Z | Done |
271 | 2024-11-26T08:18:35.139Z | Done |
272 | 2024-11-26T08:18:35.438Z | Done |
273 | 2024-11-26T08:18:35.444Z | Done |
274 | 2024-11-26T08:18:35.542Z | Done |
275 | 2024-11-26T08:18:35.917Z | ++ set -o errexit |
276 | 2024-11-26T08:18:35.917Z | ++ set -o pipefail |
277 | 2024-11-26T08:18:35.917Z | ++ banner build |
278 | 2024-11-26T08:18:35.920Z | |
279 | 2024-11-26T08:18:35.920Z | ##### # # # # ##### |
280 | 2024-11-26T08:18:35.920Z | # # # # # # # # |
281 | 2024-11-26T08:18:35.920Z | ##### # # # # # # |
282 | 2024-11-26T08:18:35.920Z | # # # # # # # # |
283 | 2024-11-26T08:18:35.920Z | # # # # # # # # |
284 | 2024-11-26T08:18:35.920Z | ##### #### # ###### ##### |
285 | 2024-11-26T08:18:35.920Z | |
286 | 2024-11-26T08:18:35.920Z | ++ cargo build --release --bin ddmd --bin ddmadm |
287 | 2024-11-26T08:18:36.113Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
288 | 2024-11-26T08:18:36.345Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
289 | 2024-11-26T08:18:36.598Z | From https://www.github.com/oxidecomputer/oxnet |
290 | 2024-11-26T08:18:36.598Z | * [new branch] ci -> origin/ci |
291 | 2024-11-26T08:18:36.601Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
292 | 2024-11-26T08:18:36.601Z | * [new branch] main -> origin/main |
293 | 2024-11-26T08:18:36.601Z | * [new ref] -> origin/HEAD |
294 | 2024-11-26T08:18:36.612Z | Updating crates.io index |
295 | 2024-11-26T08:18:36.680Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
296 | 2024-11-26T08:18:37.417Z | From https://github.com/oxidecomputer/falcon |
297 | 2024-11-26T08:18:37.417Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
298 | 2024-11-26T08:18:37.520Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2024-11-26T08:18:38.727Z | From https://github.com/oxidecomputer/dendrite |
300 | 2024-11-26T08:18:38.727Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
301 | 2024-11-26T08:18:38.766Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
302 | 2024-11-26T08:18:39.132Z | From https://github.com/oxidecomputer/ispf |
303 | 2024-11-26T08:18:39.132Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
304 | 2024-11-26T08:18:39.155Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
305 | 2024-11-26T08:18:39.591Z | From https://github.com/oxidecomputer/netadm-sys |
306 | 2024-11-26T08:18:39.591Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
307 | 2024-11-26T08:18:39.605Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
308 | 2024-11-26T08:18:43.412Z | From https://github.com/oxidecomputer/omicron |
309 | 2024-11-26T08:18:43.412Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
310 | 2024-11-26T08:18:43.442Z | * [new tag] dogfood -> dogfood |
311 | 2024-11-26T08:18:43.445Z | * [new tag] v5 -> v5 |
312 | 2024-11-26T08:18:43.445Z | * [new tag] v6 -> v6 |
313 | 2024-11-26T08:18:43.445Z | * [new tag] v7 -> v7 |
314 | 2024-11-26T08:18:43.445Z | * [new tag] v8 -> v8 |
315 | 2024-11-26T08:18:43.445Z | * [new tag] v9 -> v9 |
316 | 2024-11-26T08:18:43.802Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2024-11-26T08:18:44.827Z | From https://github.com/oxidecomputer/opte |
318 | 2024-11-26T08:18:44.827Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
319 | 2024-11-26T08:18:44.871Z | Updating git repository `https://github.com/illumos/smf-rs` |
320 | 2024-11-26T08:18:45.243Z | From https://github.com/illumos/smf-rs |
321 | 2024-11-26T08:18:45.243Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
322 | 2024-11-26T08:18:45.290Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
323 | 2024-11-26T08:18:45.813Z | From https://github.com/oxidecomputer/maghemite |
324 | 2024-11-26T08:18:45.813Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
325 | 2024-11-26T08:18:45.830Z | * [new tag] rift -> rift |
326 | 2024-11-26T08:18:45.833Z | * [new tag] srp -> srp |
327 | 2024-11-26T08:18:45.833Z | * [new tag] tie-spf -> tie-spf |
328 | 2024-11-26T08:18:45.916Z | Updating git repository `https://github.com/oxidecomputer/zone` |
329 | 2024-11-26T08:18:46.280Z | From https://github.com/oxidecomputer/zone |
330 | 2024-11-26T08:18:46.280Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
331 | 2024-11-26T08:18:46.328Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
332 | 2024-11-26T08:18:47.057Z | From https://github.com/oxidecomputer/propolis |
333 | 2024-11-26T08:18:47.057Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
334 | 2024-11-26T08:18:47.150Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
335 | 2024-11-26T08:18:47.541Z | From https://github.com/oxidecomputer/dlpi-sys |
336 | 2024-11-26T08:18:47.541Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
337 | 2024-11-26T08:18:47.594Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
338 | 2024-11-26T08:18:48.000Z | From https://github.com/jmesmon/rust-libzfs |
339 | 2024-11-26T08:18:48.000Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
340 | 2024-11-26T08:18:48.015Z | * [new tag] v0.4.0 -> v0.4.0 |
341 | 2024-11-26T08:18:48.029Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2024-11-26T08:18:48.449Z | From https://github.com/oxidecomputer/rusty-doors |
343 | 2024-11-26T08:18:48.449Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
344 | 2024-11-26T08:18:48.467Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
345 | 2024-11-26T08:18:48.923Z | From https://github.com/oxidecomputer/maghemite |
346 | 2024-11-26T08:18:48.923Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
347 | 2024-11-26T08:18:48.972Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
348 | 2024-11-26T08:18:49.330Z | From https://github.com/oxidecomputer/serde_human_bytes |
349 | 2024-11-26T08:18:49.330Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
350 | 2024-11-26T08:18:49.352Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
351 | 2024-11-26T08:18:49.745Z | From https://github.com/oxidecomputer/slog-error-chain |
352 | 2024-11-26T08:18:49.745Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
353 | 2024-11-26T08:18:49.787Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
354 | 2024-11-26T08:18:50.182Z | From https://github.com/oxidecomputer/poptrie |
355 | 2024-11-26T08:18:50.182Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
356 | 2024-11-26T08:18:50.216Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
357 | 2024-11-26T08:18:50.590Z | From https://github.com/illumos/libscf-sys |
358 | 2024-11-26T08:18:50.590Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
359 | 2024-11-26T08:18:50.629Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
360 | 2024-11-26T08:18:51.598Z | From https://github.com/oxidecomputer/progenitor |
361 | 2024-11-26T08:18:51.598Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
362 | 2024-11-26T08:18:51.618Z | * [new tag] v0.1.1 -> v0.1.1 |
363 | 2024-11-26T08:18:51.623Z | * [new tag] v0.2.0 -> v0.2.0 |
364 | 2024-11-26T08:18:51.623Z | * [new tag] v0.3.0 -> v0.3.0 |
365 | 2024-11-26T08:18:51.623Z | * [new tag] v0.4.0 -> v0.4.0 |
366 | 2024-11-26T08:18:51.623Z | * [new tag] v0.5.0 -> v0.5.0 |
367 | 2024-11-26T08:18:51.623Z | * [new tag] v0.6.0 -> v0.6.0 |
368 | 2024-11-26T08:18:51.623Z | * [new tag] v0.7.0 -> v0.7.0 |
369 | 2024-11-26T08:18:51.744Z | Updating git repository `https://github.com/oxidecomputer/typify` |
370 | 2024-11-26T08:18:52.548Z | From https://github.com/oxidecomputer/typify |
371 | 2024-11-26T08:18:52.548Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
372 | 2024-11-26T08:18:52.554Z | * [new tag] v0.2.0 -> v0.2.0 |
373 | 2024-11-26T08:18:52.567Z | * [new tag] v0.0.10 -> v0.0.10 |
374 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.11 -> v0.0.11 |
375 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.12 -> v0.0.12 |
376 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.13 -> v0.0.13 |
377 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.14 -> v0.0.14 |
378 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.15 -> v0.0.15 |
379 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.16 -> v0.0.16 |
380 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.4 -> v0.0.4 |
381 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.5 -> v0.0.5 |
382 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.7 -> v0.0.7 |
383 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.8 -> v0.0.8 |
384 | 2024-11-26T08:18:52.573Z | * [new tag] v0.0.9 -> v0.0.9 |
385 | 2024-11-26T08:18:52.573Z | * [new tag] v0.1.0 -> v0.1.0 |
386 | 2024-11-26T08:18:52.838Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
387 | 2024-11-26T08:18:54.523Z | From https://github.com/oxidecomputer/crucible |
388 | 2024-11-26T08:18:54.523Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
389 | 2024-11-26T08:18:54.589Z | Updating git repository `https://github.com/oxidecomputer/opte` |
390 | 2024-11-26T08:18:55.084Z | From https://github.com/oxidecomputer/opte |
391 | 2024-11-26T08:18:55.084Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
392 | 2024-11-26T08:18:55.127Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
393 | 2024-11-26T08:18:55.778Z | From https://github.com/oxidecomputer/management-gateway-service |
394 | 2024-11-26T08:18:55.778Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
395 | 2024-11-26T08:18:56.929Z | Locking 2 packages to latest compatible versions |
396 | 2024-11-26T08:18:56.966Z | Adding thiserror v2.0.3 |
397 | 2024-11-26T08:18:56.969Z | Adding thiserror-impl v2.0.3 |
398 | 2024-11-26T08:18:57.002Z | Downloading crates ... |
399 | 2024-11-26T08:18:57.140Z | Downloaded anstream v0.6.15 |
400 | 2024-11-26T08:18:57.147Z | Downloaded ahash v0.8.11 |
401 | 2024-11-26T08:18:57.150Z | Downloaded anstyle-parse v0.2.5 |
402 | 2024-11-26T08:18:57.156Z | Downloaded allocator-api2 v0.2.18 |
403 | 2024-11-26T08:18:57.163Z | Downloaded anstyle v1.0.10 |
404 | 2024-11-26T08:18:57.173Z | Downloaded aho-corasick v1.1.3 |
405 | 2024-11-26T08:18:57.177Z | Downloaded clap_derive v4.5.18 |
406 | 2024-11-26T08:18:57.180Z | Downloaded byteorder v1.5.0 |
407 | 2024-11-26T08:18:57.183Z | Downloaded autocfg v1.3.0 |
408 | 2024-11-26T08:18:57.185Z | Downloaded ciborium-io v0.2.2 |
409 | 2024-11-26T08:18:57.185Z | Downloaded camino-tempfile v1.1.1 |
410 | 2024-11-26T08:18:57.189Z | Downloaded clap_lex v0.7.2 |
411 | 2024-11-26T08:18:57.189Z | Downloaded atomicwrites v0.4.4 |
412 | 2024-11-26T08:18:57.193Z | Downloaded async-stream v0.3.5 |
413 | 2024-11-26T08:18:57.193Z | Downloaded parking_lot_core v0.8.6 |
414 | 2024-11-26T08:18:57.193Z | Downloaded cancel-safe-futures v0.1.5 |
415 | 2024-11-26T08:18:57.195Z | Downloaded pin-utils v0.1.0 |
416 | 2024-11-26T08:18:57.200Z | Downloaded async-stream-impl v0.3.5 |
417 | 2024-11-26T08:18:57.200Z | Downloaded anstyle-query v1.1.1 |
418 | 2024-11-26T08:18:57.200Z | Downloaded pin-project-lite v0.2.14 |
419 | 2024-11-26T08:18:57.204Z | Downloaded pretty-hex v0.4.1 |
420 | 2024-11-26T08:18:57.210Z | Downloaded cc v1.1.21 |
421 | 2024-11-26T08:18:57.213Z | Downloaded postcard v1.0.10 |
422 | 2024-11-26T08:18:57.213Z | Downloaded colorchoice v1.0.2 |
423 | 2024-11-26T08:18:57.213Z | Downloaded ppv-lite86 v0.2.20 |
424 | 2024-11-26T08:18:57.216Z | Downloaded powerfmt v0.2.0 |
425 | 2024-11-26T08:18:57.216Z | Downloaded block-buffer v0.10.4 |
426 | 2024-11-26T08:18:57.219Z | Downloaded paste v1.0.15 |
427 | 2024-11-26T08:18:57.222Z | Downloaded plain v0.2.3 |
428 | 2024-11-26T08:18:57.224Z | Downloaded futures-sink v0.3.30 |
429 | 2024-11-26T08:18:57.224Z | Downloaded pretty-hex v0.2.1 |
430 | 2024-11-26T08:18:57.224Z | Downloaded pest_generator v2.7.13 |
431 | 2024-11-26T08:18:57.226Z | Downloaded percent-encoding v2.3.1 |
432 | 2024-11-26T08:18:57.226Z | Downloaded equivalent v1.0.1 |
433 | 2024-11-26T08:18:57.229Z | Downloaded float-ord v0.3.2 |
434 | 2024-11-26T08:18:57.229Z | Downloaded cstr-argument v0.1.2 |
435 | 2024-11-26T08:18:57.230Z | Downloaded pkg-config v0.3.31 |
436 | 2024-11-26T08:18:57.232Z | Downloaded bitflags v1.3.2 |
437 | 2024-11-26T08:18:57.234Z | Downloaded darling_macro v0.20.10 |
438 | 2024-11-26T08:18:57.237Z | Downloaded crucible-workspace-hack v0.1.0 |
439 | 2024-11-26T08:18:57.237Z | Downloaded parse-display-derive v0.10.0 |
440 | 2024-11-26T08:18:57.239Z | Downloaded parse-display v0.10.0 |
441 | 2024-11-26T08:18:57.239Z | Downloaded atomic-waker v1.1.2 |
442 | 2024-11-26T08:18:57.242Z | Downloaded proc-macro-error-attr v1.0.4 |
443 | 2024-11-26T08:18:57.242Z | Downloaded progenitor-client v0.8.0 |
444 | 2024-11-26T08:18:57.242Z | Downloaded fastrand v2.1.1 |
445 | 2024-11-26T08:18:57.245Z | Downloaded ciborium-ll v0.2.2 |
446 | 2024-11-26T08:18:57.248Z | Downloaded cfg-if v1.0.0 |
447 | 2024-11-26T08:18:57.248Z | Downloaded dtrace-parser v0.2.0 |
448 | 2024-11-26T08:18:57.254Z | Downloaded password-hash v0.5.0 |
449 | 2024-11-26T08:18:57.256Z | Downloaded foreign-types v0.3.2 |
450 | 2024-11-26T08:18:57.258Z | Downloaded foreign-types-shared v0.3.1 |
451 | 2024-11-26T08:18:57.258Z | Downloaded crc8 v0.1.1 |
452 | 2024-11-26T08:18:57.258Z | Downloaded const-random-macro v0.1.16 |
453 | 2024-11-26T08:18:57.261Z | Downloaded quick-error v1.2.3 |
454 | 2024-11-26T08:18:57.261Z | Downloaded pest_derive v2.7.13 |
455 | 2024-11-26T08:18:57.264Z | Downloaded progenitor-macro v0.8.0 |
456 | 2024-11-26T08:18:57.266Z | Downloaded crunchy v0.2.2 |
457 | 2024-11-26T08:18:57.266Z | Downloaded const-random v0.1.18 |
458 | 2024-11-26T08:18:57.268Z | Downloaded enum-as-inner v0.6.1 |
459 | 2024-11-26T08:18:57.268Z | Downloaded dirs-next v2.0.0 |
460 | 2024-11-26T08:18:57.270Z | Downloaded deranged v0.3.11 |
461 | 2024-11-26T08:18:57.270Z | Downloaded debug-ignore v1.0.5 |
462 | 2024-11-26T08:18:57.273Z | Downloaded crypto-common v0.1.6 |
463 | 2024-11-26T08:18:57.275Z | Downloaded progenitor v0.8.0 |
464 | 2024-11-26T08:18:57.277Z | Downloaded ident_case v1.0.1 |
465 | 2024-11-26T08:18:57.277Z | Downloaded proc-macro-crate v3.2.0 |
466 | 2024-11-26T08:18:57.280Z | Downloaded rand_core v0.6.4 |
467 | 2024-11-26T08:18:57.282Z | Downloaded match_cfg v0.1.0 |
468 | 2024-11-26T08:18:57.284Z | Downloaded dirs-sys-next v0.1.2 |
469 | 2024-11-26T08:18:57.286Z | Downloaded serde-big-array v0.5.1 |
470 | 2024-11-26T08:18:57.290Z | Downloaded dyn-clone v1.0.17 |
471 | 2024-11-26T08:18:57.293Z | Downloaded ciborium v0.2.2 |
472 | 2024-11-26T08:18:57.295Z | Downloaded sigpipe v0.1.3 |
473 | 2024-11-26T08:18:57.297Z | Downloaded pest_meta v2.7.13 |
474 | 2024-11-26T08:18:57.298Z | Downloaded base64ct v1.6.0 |
475 | 2024-11-26T08:18:57.300Z | Downloaded hyper-tls v0.6.0 |
476 | 2024-11-26T08:18:57.303Z | Downloaded rand_chacha v0.3.1 |
477 | 2024-11-26T08:18:57.305Z | Downloaded foreign-types-shared v0.1.1 |
478 | 2024-11-26T08:18:57.305Z | Downloaded dof v0.3.0 |
479 | 2024-11-26T08:18:57.305Z | Downloaded rustversion v1.0.17 |
480 | 2024-11-26T08:18:57.308Z | Downloaded rustc-hash v2.0.0 |
481 | 2024-11-26T08:18:57.310Z | Downloaded futures-executor v0.3.30 |
482 | 2024-11-26T08:18:57.313Z | Downloaded fnv v1.0.7 |
483 | 2024-11-26T08:18:57.313Z | Downloaded proc-macro-error v1.0.4 |
484 | 2024-11-26T08:18:57.316Z | Downloaded semver v0.1.20 |
485 | 2024-11-26T08:18:57.318Z | Downloaded scroll_derive v0.12.0 |
486 | 2024-11-26T08:18:57.318Z | Downloaded quote v1.0.37 |
487 | 2024-11-26T08:18:57.321Z | Downloaded form_urlencoded v1.2.1 |
488 | 2024-11-26T08:18:57.321Z | Downloaded async-trait v0.1.83 |
489 | 2024-11-26T08:18:57.324Z | Downloaded quinn-udp v0.5.5 |
490 | 2024-11-26T08:18:57.326Z | Downloaded usdt-attr-macro v0.5.0 |
491 | 2024-11-26T08:18:57.330Z | Downloaded rustc_version v0.1.7 |
492 | 2024-11-26T08:18:57.330Z | Downloaded futures-core v0.3.30 |
493 | 2024-11-26T08:18:57.330Z | Downloaded argon2 v0.5.3 |
494 | 2024-11-26T08:18:57.332Z | Downloaded fixedbitset v0.4.2 |
495 | 2024-11-26T08:18:57.334Z | Downloaded serde_spanned v0.6.7 |
496 | 2024-11-26T08:18:57.334Z | Downloaded serde_path_to_error v0.1.16 |
497 | 2024-11-26T08:18:57.336Z | Downloaded httpdate v1.0.3 |
498 | 2024-11-26T08:18:57.338Z | Downloaded scopeguard v1.2.0 |
499 | 2024-11-26T08:18:57.339Z | Downloaded hubpack_derive v0.1.1 |
500 | 2024-11-26T08:18:57.342Z | Downloaded errno v0.3.9 |
501 | 2024-11-26T08:18:57.342Z | Downloaded rustls-pemfile v1.0.4 |
502 | 2024-11-26T08:18:57.344Z | Downloaded proc-macro-crate v1.3.1 |
503 | 2024-11-26T08:18:57.344Z | Downloaded futures-io v0.3.30 |
504 | 2024-11-26T08:18:57.347Z | Downloaded foreign-types v0.5.0 |
505 | 2024-11-26T08:18:57.347Z | Downloaded camino v1.1.9 |
506 | 2024-11-26T08:18:57.351Z | Downloaded num_enum_derive v0.5.11 |
507 | 2024-11-26T08:18:57.351Z | Downloaded mime v0.3.17 |
508 | 2024-11-26T08:18:57.354Z | Downloaded memmap v0.7.0 |
509 | 2024-11-26T08:18:57.354Z | Downloaded num_enum_derive v0.7.3 |
510 | 2024-11-26T08:18:57.354Z | Downloaded serde_tokenstream v0.2.2 |
511 | 2024-11-26T08:18:57.357Z | Downloaded derive_more v0.99.18 |
512 | 2024-11-26T08:18:57.360Z | Downloaded omicron-workspace-hack v0.1.0 |
513 | 2024-11-26T08:18:57.362Z | Downloaded num_threads v0.1.7 |
514 | 2024-11-26T08:18:57.362Z | Downloaded newtype_derive v0.1.6 |
515 | 2024-11-26T08:18:57.364Z | Downloaded no-std-compat v0.4.1 |
516 | 2024-11-26T08:18:57.365Z | Downloaded slog-dtrace v0.3.0 |
517 | 2024-11-26T08:18:57.369Z | Downloaded static_assertions v1.1.0 |
518 | 2024-11-26T08:18:57.369Z | Downloaded slog-bunyan v2.5.0 |
519 | 2024-11-26T08:18:57.370Z | Downloaded rhai_codegen v2.2.0 |
520 | 2024-11-26T08:18:57.376Z | Downloaded slog-envlogger v2.2.0 |
521 | 2024-11-26T08:18:57.380Z | Downloaded shlex v1.3.0 |
522 | 2024-11-26T08:18:57.382Z | Downloaded anyhow v1.0.93 |
523 | 2024-11-26T08:18:57.387Z | Downloaded generic-array v0.14.7 |
524 | 2024-11-26T08:18:57.387Z | Downloaded futures-channel v0.3.30 |
525 | 2024-11-26T08:18:57.389Z | Downloaded clap v4.5.21 |
526 | 2024-11-26T08:18:57.395Z | Downloaded take_mut v0.2.2 |
527 | 2024-11-26T08:18:57.398Z | Downloaded newline-converter v0.3.0 |
528 | 2024-11-26T08:18:57.398Z | Downloaded is_terminal_polyfill v1.70.1 |
529 | 2024-11-26T08:18:57.400Z | Downloaded tokio-macros v2.4.0 |
530 | 2024-11-26T08:18:57.401Z | Downloaded thread_local v1.1.8 |
531 | 2024-11-26T08:18:57.403Z | Downloaded try-lock v0.2.5 |
532 | 2024-11-26T08:18:57.403Z | Downloaded crossbeam-utils v0.8.20 |
533 | 2024-11-26T08:18:57.405Z | Downloaded humantime v2.1.0 |
534 | 2024-11-26T08:18:57.408Z | Downloaded lru-cache v0.1.2 |
535 | 2024-11-26T08:18:57.408Z | Downloaded rustls-pki-types v1.8.0 |
536 | 2024-11-26T08:18:57.411Z | Downloaded bitflags v2.6.0 |
537 | 2024-11-26T08:18:57.414Z | Downloaded openssl-probe v0.1.5 |
538 | 2024-11-26T08:18:57.416Z | Downloaded sct v0.7.1 |
539 | 2024-11-26T08:18:57.418Z | Downloaded progenitor-impl v0.8.0 |
540 | 2024-11-26T08:18:57.421Z | Downloaded terminal_size v0.4.0 |
541 | 2024-11-26T08:18:57.423Z | Downloaded sha2 v0.10.8 |
542 | 2024-11-26T08:18:57.425Z | Downloaded schemars_derive v0.8.21 |
543 | 2024-11-26T08:18:57.428Z | Downloaded rustls-pemfile v2.1.3 |
544 | 2024-11-26T08:18:57.431Z | Downloaded tower-service v0.3.3 |
545 | 2024-11-26T08:18:57.431Z | Downloaded slog-async v2.8.0 |
546 | 2024-11-26T08:18:57.431Z | Downloaded zone_cfg_derive v0.3.0 |
547 | 2024-11-26T08:18:57.433Z | Downloaded usdt-macro v0.5.0 |
548 | 2024-11-26T08:18:57.433Z | Downloaded serde_with_macros v3.9.0 |
549 | 2024-11-26T08:18:57.436Z | Downloaded dropshot_endpoint v0.12.0 |
550 | 2024-11-26T08:18:57.438Z | Downloaded typify v0.2.0 |
551 | 2024-11-26T08:18:57.440Z | Downloaded zeroize v1.8.1 |
552 | 2024-11-26T08:18:57.443Z | Downloaded untrusted v0.9.0 |
553 | 2024-11-26T08:18:57.443Z | Downloaded getrandom v0.2.15 |
554 | 2024-11-26T08:18:57.446Z | Downloaded scroll v0.12.0 |
555 | 2024-11-26T08:18:57.448Z | Downloaded heck v0.5.0 |
556 | 2024-11-26T08:18:57.451Z | Downloaded heck v0.4.1 |
557 | 2024-11-26T08:18:57.451Z | Downloaded thin-vec v0.2.13 |
558 | 2024-11-26T08:18:57.453Z | Downloaded hubpack v0.1.2 |
559 | 2024-11-26T08:18:57.453Z | Downloaded futures v0.3.30 |
560 | 2024-11-26T08:18:57.458Z | Downloaded swrite v0.1.0 |
561 | 2024-11-26T08:18:57.460Z | Downloaded instant v0.1.13 |
562 | 2024-11-26T08:18:57.462Z | Downloaded smallvec v1.13.2 |
563 | 2024-11-26T08:18:57.462Z | Downloaded version_check v0.9.5 |
564 | 2024-11-26T08:18:57.465Z | Downloaded thread-id v4.2.2 |
565 | 2024-11-26T08:18:57.467Z | Downloaded tinyvec_macros v0.1.1 |
566 | 2024-11-26T08:18:57.467Z | Downloaded linear-map v1.2.0 |
567 | 2024-11-26T08:18:57.469Z | Downloaded http-body v1.0.1 |
568 | 2024-11-26T08:18:57.469Z | Downloaded slog-json v2.6.1 |
569 | 2024-11-26T08:18:57.472Z | Downloaded darling_core v0.20.10 |
570 | 2024-11-26T08:18:57.475Z | Downloaded once_cell v1.20.2 |
571 | 2024-11-26T08:18:57.477Z | Downloaded toml_datetime v0.6.8 |
572 | 2024-11-26T08:18:57.481Z | Downloaded semver v1.0.23 |
573 | 2024-11-26T08:18:57.483Z | Downloaded ryu v1.0.18 |
574 | 2024-11-26T08:18:57.483Z | Downloaded usdt v0.5.0 |
575 | 2024-11-26T08:18:57.487Z | Downloaded thiserror v1.0.64 |
576 | 2024-11-26T08:18:57.490Z | Downloaded hostname v0.4.0 |
577 | 2024-11-26T08:18:57.492Z | Downloaded time-core v0.1.2 |
578 | 2024-11-26T08:18:57.492Z | Downloaded libsw v3.3.1 |
579 | 2024-11-26T08:18:57.494Z | Downloaded want v0.3.1 |
580 | 2024-11-26T08:18:57.494Z | Downloaded slog v2.7.0 |
581 | 2024-11-26T08:18:57.497Z | Downloaded hostname v0.3.1 |
582 | 2024-11-26T08:18:57.499Z | Downloaded strum v0.26.3 |
583 | 2024-11-26T08:18:57.499Z | Downloaded multer v3.1.0 |
584 | 2024-11-26T08:18:57.502Z | Downloaded stable_deref_trait v1.2.0 |
585 | 2024-11-26T08:18:57.504Z | Downloaded strum_macros v0.26.4 |
586 | 2024-11-26T08:18:57.507Z | Downloaded spin v0.5.2 |
587 | 2024-11-26T08:18:57.507Z | Downloaded serde_derive v1.0.215 |
588 | 2024-11-26T08:18:57.510Z | Downloaded http-body-util v0.1.2 |
589 | 2024-11-26T08:18:57.512Z | Downloaded hyper-util v0.1.10 |
590 | 2024-11-26T08:18:57.516Z | Downloaded is-terminal v0.4.13 |
591 | 2024-11-26T08:18:57.516Z | Downloaded portable-atomic v1.8.0 |
592 | 2024-11-26T08:18:57.521Z | Downloaded openssl-macros v0.1.1 |
593 | 2024-11-26T08:18:57.524Z | Downloaded pest v2.7.13 |
594 | 2024-11-26T08:18:57.528Z | Downloaded indent_write v2.2.0 |
595 | 2024-11-26T08:18:57.530Z | Downloaded subtle v2.6.1 |
596 | 2024-11-26T08:18:57.530Z | Downloaded strsim v0.11.1 |
597 | 2024-11-26T08:18:57.534Z | Downloaded utf8parse v0.2.2 |
598 | 2024-11-26T08:18:57.535Z | Downloaded hyper-rustls v0.24.2 |
599 | 2024-11-26T08:18:57.535Z | Downloaded http-body v0.4.6 |
600 | 2024-11-26T08:18:57.537Z | Downloaded sync_wrapper v0.1.2 |
601 | 2024-11-26T08:18:57.537Z | Downloaded term v0.7.0 |
602 | 2024-11-26T08:18:57.540Z | Downloaded slog-stdlog v4.1.1 |
603 | 2024-11-26T08:18:57.543Z | Downloaded slog-scope v4.4.0 |
604 | 2024-11-26T08:18:57.543Z | Downloaded hex v0.4.3 |
605 | 2024-11-26T08:18:57.545Z | Downloaded fxhash v0.2.1 |
606 | 2024-11-26T08:18:57.545Z | Downloaded hash32 v0.3.1 |
607 | 2024-11-26T08:18:57.546Z | Downloaded thiserror v2.0.3 |
608 | 2024-11-26T08:18:57.550Z | Downloaded num-conv v0.1.0 |
609 | 2024-11-26T08:18:57.552Z | Downloaded waitgroup v0.1.2 |
610 | 2024-11-26T08:18:57.553Z | Downloaded owo-colors v4.1.0 |
611 | 2024-11-26T08:18:57.575Z | Downloaded itoa v1.0.11 |
612 | 2024-11-26T08:18:57.578Z | Downloaded proc-macro2 v1.0.86 |
613 | 2024-11-26T08:18:57.581Z | Downloaded crossbeam-channel v0.5.13 |
614 | 2024-11-26T08:18:57.584Z | Downloaded structmeta v0.3.0 |
615 | 2024-11-26T08:18:57.584Z | Downloaded newtype-uuid v1.1.0 |
616 | 2024-11-26T08:18:57.586Z | Downloaded managed v0.8.0 |
617 | 2024-11-26T08:18:57.590Z | Downloaded num-integer v0.1.46 |
618 | 2024-11-26T08:18:57.590Z | Downloaded quinn v0.11.5 |
619 | 2024-11-26T08:18:57.593Z | Downloaded thiserror-impl v2.0.3 |
620 | 2024-11-26T08:18:57.593Z | Downloaded num v0.4.3 |
621 | 2024-11-26T08:18:57.599Z | Downloaded ipnetwork v0.20.0 |
622 | 2024-11-26T08:18:57.599Z | Downloaded hyper-tls v0.5.0 |
623 | 2024-11-26T08:18:57.602Z | Downloaded spin v0.9.8 |
624 | 2024-11-26T08:18:57.602Z | Downloaded highway v1.2.0 |
625 | 2024-11-26T08:18:57.602Z | Downloaded socket2 v0.5.7 |
626 | 2024-11-26T08:18:57.604Z | Downloaded num_enum v0.7.3 |
627 | 2024-11-26T08:18:57.607Z | Downloaded strum_macros v0.25.3 |
628 | 2024-11-26T08:18:57.609Z | Downloaded base64 v0.21.7 |
629 | 2024-11-26T08:18:57.612Z | Downloaded tokio-rustls v0.26.0 |
630 | 2024-11-26T08:18:57.615Z | Downloaded tokio-rustls v0.24.1 |
631 | 2024-11-26T08:18:57.618Z | Downloaded smf v0.2.3 |
632 | 2024-11-26T08:18:57.618Z | Downloaded num-rational v0.4.2 |
633 | 2024-11-26T08:18:57.621Z | Downloaded typenum v1.17.0 |
634 | 2024-11-26T08:18:57.621Z | Downloaded futures-task v0.3.30 |
635 | 2024-11-26T08:18:57.624Z | Downloaded macaddr v1.0.1 |
636 | 2024-11-26T08:18:57.624Z | Downloaded lazy_static v1.5.0 |
637 | 2024-11-26T08:18:57.627Z | Downloaded num-complex v0.4.6 |
638 | 2024-11-26T08:18:57.627Z | Downloaded num-derive v0.3.3 |
639 | 2024-11-26T08:18:57.629Z | Downloaded toml v0.8.19 |
640 | 2024-11-26T08:18:57.632Z | Downloaded httparse v1.9.4 |
641 | 2024-11-26T08:18:57.634Z | Downloaded whoami v1.5.2 |
642 | 2024-11-26T08:18:57.637Z | Downloaded tracing-attributes v0.1.27 |
643 | 2024-11-26T08:18:57.639Z | Downloaded time-macros v0.2.18 |
644 | 2024-11-26T08:18:57.641Z | Downloaded expectorate v1.1.0 |
645 | 2024-11-26T08:18:57.641Z | Downloaded tinyvec v1.8.0 |
646 | 2024-11-26T08:18:57.644Z | Downloaded linked-hash-map v0.5.6 |
647 | 2024-11-26T08:18:57.646Z | Downloaded zerocopy-derive v0.7.35 |
648 | 2024-11-26T08:18:57.649Z | Downloaded hyper-rustls v0.27.3 |
649 | 2024-11-26T08:18:57.651Z | Downloaded ipnet v2.10.0 |
650 | 2024-11-26T08:18:57.654Z | Downloaded openssl-sys v0.9.103 |
651 | 2024-11-26T08:18:57.658Z | Downloaded lock_api v0.4.12 |
652 | 2024-11-26T08:18:57.660Z | Downloaded parking_lot v0.12.3 |
653 | 2024-11-26T08:18:57.662Z | Downloaded memchr v2.7.4 |
654 | 2024-11-26T08:18:57.666Z | Downloaded smartstring v1.0.1 |
655 | 2024-11-26T08:18:57.668Z | Downloaded structmeta-derive v0.3.0 |
656 | 2024-11-26T08:18:57.671Z | Downloaded tokio-rustls v0.25.0 |
657 | 2024-11-26T08:18:57.671Z | Downloaded serde v1.0.215 |
658 | 2024-11-26T08:18:57.674Z | Downloaded tabwriter v1.4.0 |
659 | 2024-11-26T08:18:57.677Z | Downloaded num-traits v0.2.19 |
660 | 2024-11-26T08:18:57.680Z | Downloaded unicode-ident v1.0.13 |
661 | 2024-11-26T08:18:57.683Z | Downloaded ucd-trie v0.1.6 |
662 | 2024-11-26T08:18:57.683Z | Downloaded num_enum v0.5.11 |
663 | 2024-11-26T08:18:57.686Z | Downloaded hickory-resolver v0.24.1 |
664 | 2024-11-26T08:18:57.690Z | Downloaded similar v2.6.0 |
665 | 2024-11-26T08:18:57.695Z | Downloaded zerocopy v0.6.6 |
666 | 2024-11-26T08:18:57.698Z | Downloaded uuid v1.11.0 |
667 | 2024-11-26T08:18:57.700Z | Downloaded num-derive v0.4.2 |
668 | 2024-11-26T08:18:57.702Z | Downloaded serde_yaml v0.9.34+deprecated |
669 | 2024-11-26T08:18:57.705Z | Downloaded log v0.4.22 |
670 | 2024-11-26T08:18:57.708Z | Downloaded url v2.5.2 |
671 | 2024-11-26T08:18:57.711Z | Downloaded toml_edit v0.22.21 |
672 | 2024-11-26T08:18:57.730Z | Downloaded half v2.4.1 |
673 | 2024-11-26T08:18:57.733Z | Downloaded unicode-bidi v0.3.15 |
674 | 2024-11-26T08:18:57.736Z | Downloaded unsafe-libyaml v0.2.11 |
675 | 2024-11-26T08:18:57.740Z | Downloaded http v1.1.0 |
676 | 2024-11-26T08:18:57.742Z | Downloaded steno v0.4.1 |
677 | 2024-11-26T08:18:57.745Z | Downloaded schemars v0.8.21 |
678 | 2024-11-26T08:18:57.756Z | Downloaded tracing-core v0.1.32 |
679 | 2024-11-26T08:18:57.759Z | Downloaded minimal-lexical v0.2.1 |
680 | 2024-11-26T08:18:57.763Z | Downloaded itertools v0.10.5 |
681 | 2024-11-26T08:18:57.769Z | Downloaded hashbrown v0.12.3 |
682 | 2024-11-26T08:18:57.773Z | Downloaded nom v7.1.3 |
683 | 2024-11-26T08:18:57.778Z | Downloaded indexmap v2.5.0 |
684 | 2024-11-26T08:18:57.782Z | Downloaded libm v0.2.8 |
685 | 2024-11-26T08:18:57.789Z | Downloaded toml_edit v0.19.15 |
686 | 2024-11-26T08:18:57.809Z | Downloaded hashbrown v0.14.5 |
687 | 2024-11-26T08:18:57.811Z | Downloaded h2 v0.4.6 |
688 | 2024-11-26T08:18:57.817Z | Downloaded tokio-util v0.7.12 |
689 | 2024-11-26T08:18:57.822Z | Downloaded time v0.3.36 |
690 | 2024-11-26T08:18:57.829Z | Downloaded unicode-normalization v0.1.24 |
691 | 2024-11-26T08:18:57.833Z | Downloaded winnow v0.6.18 |
692 | 2024-11-26T08:18:57.841Z | Downloaded http v0.2.12 |
693 | 2024-11-26T08:18:57.844Z | Downloaded itertools v0.12.1 |
694 | 2024-11-26T08:18:57.851Z | Downloaded itertools v0.13.0 |
695 | 2024-11-26T08:18:57.857Z | Downloaded zerocopy v0.7.35 |
696 | 2024-11-26T08:18:57.872Z | Downloaded rustls-webpki v0.101.7 |
697 | 2024-11-26T08:18:57.885Z | Downloaded hyper v0.14.30 |
698 | 2024-11-26T08:18:57.892Z | Downloaded reqwest v0.12.9 |
699 | 2024-11-26T08:18:57.900Z | Downloaded unicode-segmentation v1.12.0 |
700 | 2024-11-26T08:18:57.905Z | Downloaded futures-util v0.3.30 |
701 | 2024-11-26T08:18:57.914Z | Downloaded quinn-proto v0.11.8 |
702 | 2024-11-26T08:18:57.920Z | Downloaded idna v0.5.0 |
703 | 2024-11-26T08:18:57.927Z | Downloaded dropshot v0.12.0 |
704 | 2024-11-26T08:18:57.946Z | Downloaded openssl v0.10.66 |
705 | 2024-11-26T08:18:57.953Z | Downloaded reqwest v0.11.27 |
706 | 2024-11-26T08:18:57.961Z | Downloaded serde_with v3.9.0 |
707 | 2024-11-26T08:18:57.968Z | Downloaded rustls-webpki v0.102.8 |
708 | 2024-11-26T08:18:57.986Z | Downloaded h2 v0.3.26 |
709 | 2024-11-26T08:18:57.991Z | Downloaded hickory-proto v0.24.1 |
710 | 2024-11-26T08:18:58.005Z | Downloaded winnow v0.5.40 |
711 | 2024-11-26T08:18:58.012Z | Downloaded goblin v0.8.2 |
712 | 2024-11-26T08:18:58.018Z | Downloaded serde_json v1.0.133 |
713 | 2024-11-26T08:18:58.025Z | Downloaded clap_builder v4.5.21 |
714 | 2024-11-26T08:18:58.031Z | Downloaded hyper v1.5.1 |
715 | 2024-11-26T08:18:58.037Z | Downloaded tracing v0.1.40 |
716 | 2024-11-26T08:18:58.041Z | Downloaded typify-impl v0.2.0 |
717 | 2024-11-26T08:18:58.055Z | Downloaded webpki-roots v0.25.4 |
718 | 2024-11-26T08:18:58.058Z | Downloaded syn v1.0.109 |
719 | 2024-11-26T08:18:58.068Z | Downloaded regex v1.10.6 |
720 | 2024-11-26T08:18:58.079Z | Downloaded syn v2.0.87 |
721 | 2024-11-26T08:18:58.090Z | Downloaded vcpkg v0.2.15 |
722 | 2024-11-26T08:18:58.126Z | Downloaded webpki-roots v0.26.6 |
723 | 2024-11-26T08:18:58.129Z | Downloaded zerocopy-derive v0.6.6 |
724 | 2024-11-26T08:18:58.137Z | Downloaded unicode-width v0.1.14 |
725 | 2024-11-26T08:18:58.143Z | Downloaded idna v0.4.0 |
726 | 2024-11-26T08:18:58.148Z | Downloaded rhai v1.20.0 |
727 | 2024-11-26T08:18:58.160Z | Downloaded smoltcp v0.11.0 |
728 | 2024-11-26T08:18:58.171Z | Downloaded rustls v0.22.4 |
729 | 2024-11-26T08:18:58.185Z | Downloaded rustix v0.38.37 |
730 | 2024-11-26T08:18:58.204Z | Downloaded rustls v0.23.13 |
731 | 2024-11-26T08:18:58.214Z | Downloaded regex-syntax v0.8.4 |
732 | 2024-11-26T08:18:58.221Z | Downloaded regress v0.10.1 |
733 | 2024-11-26T08:18:58.230Z | Downloaded openapiv3 v2.0.0 |
734 | 2024-11-26T08:18:58.239Z | Downloaded libc v0.2.165 |
735 | 2024-11-26T08:18:58.263Z | Downloaded regress v0.9.1 |
736 | 2024-11-26T08:18:58.269Z | Downloaded rustls v0.21.12 |
737 | 2024-11-26T08:18:58.279Z | Downloaded mio v1.0.2 |
738 | 2024-11-26T08:18:58.284Z | Downloaded rand v0.8.5 |
739 | 2024-11-26T08:18:58.288Z | Downloaded indexmap v1.9.3 |
740 | 2024-11-26T08:18:58.291Z | Downloaded tokio v1.40.0 |
741 | 2024-11-26T08:18:58.325Z | Downloaded sled v0.34.7 |
742 | 2024-11-26T08:18:58.334Z | Downloaded sync_wrapper v1.0.1 |
743 | 2024-11-26T08:18:58.337Z | Downloaded tiny-keccak v2.0.2 |
744 | 2024-11-26T08:18:58.339Z | Downloaded parking_lot v0.11.2 |
745 | 2024-11-26T08:18:58.341Z | Downloaded thiserror-impl v1.0.64 |
746 | 2024-11-26T08:18:58.341Z | Downloaded native-tls v0.2.12 |
747 | 2024-11-26T08:18:58.343Z | Downloaded heapless v0.8.0 |
748 | 2024-11-26T08:18:58.346Z | Downloaded base64 v0.22.1 |
749 | 2024-11-26T08:18:58.349Z | Downloaded prettyplease v0.2.22 |
750 | 2024-11-26T08:18:58.352Z | Downloaded regex-automata v0.4.7 |
751 | 2024-11-26T08:18:58.368Z | Downloaded petgraph v0.6.5 |
752 | 2024-11-26T08:18:58.382Z | Downloaded tempfile v3.12.0 |
753 | 2024-11-26T08:18:58.384Z | Downloaded slog-term v2.9.1 |
754 | 2024-11-26T08:18:58.388Z | Downloaded crossbeam-epoch v0.9.18 |
755 | 2024-11-26T08:18:58.390Z | Downloaded bytes v1.7.2 |
756 | 2024-11-26T08:18:58.392Z | Downloaded usdt-impl v0.5.0 |
757 | 2024-11-26T08:18:58.395Z | Downloaded typify-macro v0.2.0 |
758 | 2024-11-26T08:18:58.395Z | Downloaded tokio-native-tls v0.3.1 |
759 | 2024-11-26T08:18:58.397Z | Downloaded arc-swap v1.7.1 |
760 | 2024-11-26T08:18:58.399Z | Downloaded num-iter v0.1.45 |
761 | 2024-11-26T08:18:58.402Z | Downloaded iana-time-zone v0.1.61 |
762 | 2024-11-26T08:18:58.402Z | Downloaded zone v0.3.0 |
763 | 2024-11-26T08:18:58.404Z | Downloaded serde_derive_internals v0.29.1 |
764 | 2024-11-26T08:18:58.404Z | Downloaded slab v0.4.9 |
765 | 2024-11-26T08:18:58.407Z | Downloaded signal-hook-registry v1.4.2 |
766 | 2024-11-26T08:18:58.407Z | Downloaded sha1 v0.10.6 |
767 | 2024-11-26T08:18:58.409Z | Downloaded futures-macro v0.3.30 |
768 | 2024-11-26T08:18:58.409Z | Downloaded embedded-io v0.6.1 |
769 | 2024-11-26T08:18:58.409Z | Downloaded derive-where v1.2.7 |
770 | 2024-11-26T08:18:58.412Z | Downloaded crc32fast v1.4.2 |
771 | 2024-11-26T08:18:58.414Z | Downloaded console v0.15.8 |
772 | 2024-11-26T08:18:58.417Z | Downloaded defmt v0.3.8 |
773 | 2024-11-26T08:18:58.419Z | Downloaded serde_repr v0.1.19 |
774 | 2024-11-26T08:18:58.422Z | Downloaded cookie v0.18.1 |
775 | 2024-11-26T08:18:58.424Z | Downloaded serde_urlencoded v0.7.1 |
776 | 2024-11-26T08:18:58.424Z | Downloaded rustc_version v0.4.1 |
777 | 2024-11-26T08:18:58.428Z | Downloaded chrono v0.4.38 |
778 | 2024-11-26T08:18:58.431Z | Downloaded blake2 v0.10.6 |
779 | 2024-11-26T08:18:58.433Z | Downloaded darling v0.20.10 |
780 | 2024-11-26T08:18:58.437Z | Downloaded colored v2.1.0 |
781 | 2024-11-26T08:18:58.439Z | Downloaded encoding_rs v0.8.34 |
782 | 2024-11-26T08:18:58.457Z | Downloaded cobs v0.2.3 |
783 | 2024-11-26T08:18:58.460Z | Downloaded foreign-types-macros v0.2.3 |
784 | 2024-11-26T08:18:58.460Z | Downloaded embedded-io v0.4.0 |
785 | 2024-11-26T08:18:58.462Z | Downloaded either v1.13.0 |
786 | 2024-11-26T08:18:58.462Z | Downloaded resolv-conf v0.7.0 |
787 | 2024-11-26T08:18:58.465Z | Downloaded defmt-parser v0.3.4 |
788 | 2024-11-26T08:18:58.465Z | Downloaded data-encoding v2.6.0 |
789 | 2024-11-26T08:18:58.465Z | Downloaded cpufeatures v0.2.14 |
790 | 2024-11-26T08:18:58.468Z | Downloaded parking_lot_core v0.9.10 |
791 | 2024-11-26T08:18:58.468Z | Downloaded digest v0.10.7 |
792 | 2024-11-26T08:18:58.471Z | Downloaded backoff v0.4.0 |
793 | 2024-11-26T08:18:58.473Z | Downloaded defmt-macros v0.3.9 |
794 | 2024-11-26T08:18:58.475Z | Downloaded convert_case v0.4.0 |
795 | 2024-11-26T08:18:58.686Z | Downloaded ring v0.17.8 |
796 | 2024-11-26T08:18:59.096Z | Compiling proc-macro2 v1.0.86 |
797 | 2024-11-26T08:18:59.096Z | Compiling unicode-ident v1.0.13 |
798 | 2024-11-26T08:18:59.096Z | Compiling libc v0.2.165 |
799 | 2024-11-26T08:18:59.098Z | Compiling serde v1.0.215 |
800 | 2024-11-26T08:18:59.098Z | Compiling autocfg v1.3.0 |
801 | 2024-11-26T08:18:59.098Z | Compiling version_check v0.9.5 |
802 | 2024-11-26T08:18:59.137Z | Compiling cfg-if v1.0.0 |
803 | 2024-11-26T08:18:59.315Z | Compiling once_cell v1.20.2 |
804 | 2024-11-26T08:18:59.341Z | Compiling libm v0.2.8 |
805 | 2024-11-26T08:18:59.341Z | Compiling memchr v2.7.4 |
806 | 2024-11-26T08:18:59.737Z | Compiling byteorder v1.5.0 |
807 | 2024-11-26T08:18:59.831Z | Compiling lock_api v0.4.12 |
808 | 2024-11-26T08:19:00.074Z | Compiling parking_lot_core v0.9.10 |
809 | 2024-11-26T08:19:00.573Z | Compiling shlex v1.3.0 |
810 | 2024-11-26T08:19:00.575Z | Compiling thiserror v1.0.64 |
811 | 2024-11-26T08:19:00.638Z | Compiling itoa v1.0.11 |
812 | 2024-11-26T08:19:00.921Z | Compiling cc v1.1.21 |
813 | 2024-11-26T08:19:01.135Z | Compiling portable-atomic v1.8.0 |
814 | 2024-11-26T08:19:01.159Z | Compiling slab v0.4.9 |
815 | 2024-11-26T08:19:01.236Z | Compiling schemars v0.8.21 |
816 | 2024-11-26T08:19:01.557Z | Compiling ahash v0.8.11 |
817 | 2024-11-26T08:19:01.649Z | Compiling quote v1.0.37 |
818 | 2024-11-26T08:19:02.063Z | Compiling syn v2.0.87 |
819 | 2024-11-26T08:19:02.157Z | Compiling getrandom v0.2.15 |
820 | 2024-11-26T08:19:02.384Z | Compiling allocator-api2 v0.2.18 |
821 | 2024-11-26T08:19:02.421Z | Compiling num-traits v0.2.19 |
822 | 2024-11-26T08:19:02.466Z | Compiling ryu v1.0.18 |
823 | 2024-11-26T08:19:02.651Z | Compiling serde_json v1.0.133 |
824 | 2024-11-26T08:19:02.742Z | Compiling pin-project-lite v0.2.14 |
825 | 2024-11-26T08:19:03.269Z | Compiling log v0.4.22 |
826 | 2024-11-26T08:19:03.318Z | Compiling equivalent v1.0.1 |
827 | 2024-11-26T08:19:03.384Z | Compiling scopeguard v1.2.0 |
828 | 2024-11-26T08:19:03.479Z | Compiling fnv v1.0.7 |
829 | 2024-11-26T08:19:03.624Z | Compiling heck v0.5.0 |
830 | 2024-11-26T08:19:03.714Z | Compiling crunchy v0.2.2 |
831 | 2024-11-26T08:19:04.003Z | Compiling ring v0.17.8 |
832 | 2024-11-26T08:19:04.055Z | Compiling pkg-config v0.3.31 |
833 | 2024-11-26T08:19:04.088Z | Compiling vcpkg v0.2.15 |
834 | 2024-11-26T08:19:04.358Z | Compiling socket2 v0.5.7 |
835 | 2024-11-26T08:19:05.062Z | Compiling signal-hook-registry v1.4.2 |
836 | 2024-11-26T08:19:05.317Z | Compiling mio v1.0.2 |
837 | 2024-11-26T08:19:05.341Z | Compiling tiny-keccak v2.0.2 |
838 | 2024-11-26T08:19:05.438Z | Compiling httparse v1.9.4 |
839 | 2024-11-26T08:19:05.688Z | Compiling slog v2.7.0 |
840 | 2024-11-26T08:19:05.771Z | Compiling openssl-sys v0.9.103 |
841 | 2024-11-26T08:19:06.165Z | Compiling iana-time-zone v0.1.61 |
842 | 2024-11-26T08:19:06.555Z | Compiling futures-core v0.3.30 |
843 | 2024-11-26T08:19:06.609Z | Compiling const-random-macro v0.1.16 |
844 | 2024-11-26T08:19:06.802Z | Compiling dyn-clone v1.0.17 |
845 | 2024-11-26T08:19:06.895Z | Compiling openssl v0.10.66 |
846 | 2024-11-26T08:19:06.919Z | Compiling futures-sink v0.3.30 |
847 | 2024-11-26T08:19:07.334Z | Compiling typenum v1.17.0 |
848 | 2024-11-26T08:19:07.337Z | Compiling semver v1.0.23 |
849 | 2024-11-26T08:19:07.547Z | Compiling const-random v0.1.18 |
850 | 2024-11-26T08:19:07.630Z | Compiling native-tls v0.2.12 |
851 | 2024-11-26T08:19:07.655Z | Compiling rustls v0.23.13 |
852 | 2024-11-26T08:19:07.681Z | Compiling futures-channel v0.3.30 |
853 | 2024-11-26T08:19:07.742Z | Compiling pin-utils v0.1.0 |
854 | 2024-11-26T08:19:07.845Z | Compiling futures-io v0.3.30 |
855 | 2024-11-26T08:19:07.866Z | Compiling futures-task v0.3.30 |
856 | 2024-11-26T08:19:07.948Z | Compiling generic-array v0.14.7 |
857 | 2024-11-26T08:19:08.015Z | Compiling tracing-core v0.1.32 |
858 | 2024-11-26T08:19:08.099Z | Compiling bitflags v2.6.0 |
859 | 2024-11-26T08:19:08.158Z | Compiling ucd-trie v0.1.6 |
860 | 2024-11-26T08:19:08.208Z | Compiling subtle v2.6.1 |
861 | 2024-11-26T08:19:08.257Z | Compiling aho-corasick v1.1.3 |
862 | 2024-11-26T08:19:08.319Z | Compiling anyhow v1.0.93 |
863 | 2024-11-26T08:19:08.461Z | Compiling regex-syntax v0.8.4 |
864 | 2024-11-26T08:19:08.646Z | Compiling time-core v0.1.2 |
865 | 2024-11-26T08:19:08.646Z | Compiling num-conv v0.1.0 |
866 | 2024-11-26T08:19:08.926Z | Compiling serde_derive_internals v0.29.1 |
867 | 2024-11-26T08:19:08.946Z | Compiling time-macros v0.2.18 |
868 | 2024-11-26T08:19:10.117Z | Compiling rustls-pki-types v1.8.0 |
869 | 2024-11-26T08:19:10.254Z | Compiling spin v0.9.8 |
870 | 2024-11-26T08:19:11.068Z | Compiling usdt-impl v0.5.0 |
871 | 2024-11-26T08:19:11.364Z | Compiling untrusted v0.9.0 |
872 | 2024-11-26T08:19:11.442Z | Compiling omicron-workspace-hack v0.1.0 |
873 | 2024-11-26T08:19:11.858Z | Compiling regex-automata v0.4.7 |
874 | 2024-11-26T08:19:12.045Z | Compiling strsim v0.11.1 |
875 | 2024-11-26T08:19:12.215Z | Compiling tinyvec_macros v0.1.1 |
876 | 2024-11-26T08:19:12.323Z | Compiling atomic-waker v1.1.2 |
877 | 2024-11-26T08:19:12.521Z | Compiling plain v0.2.3 |
878 | 2024-11-26T08:19:12.689Z | Compiling rustversion v1.0.17 |
879 | 2024-11-26T08:19:12.768Z | Compiling tinyvec v1.8.0 |
880 | 2024-11-26T08:19:14.187Z | Compiling rand_core v0.6.4 |
881 | 2024-11-26T08:19:14.213Z | Compiling serde_derive v1.0.215 |
882 | 2024-11-26T08:19:14.451Z | Compiling zerocopy-derive v0.7.35 |
883 | 2024-11-26T08:19:14.531Z | Compiling thiserror-impl v1.0.64 |
884 | 2024-11-26T08:19:14.680Z | Compiling tokio-macros v2.4.0 |
885 | 2024-11-26T08:19:15.445Z | Compiling schemars_derive v0.8.21 |
886 | 2024-11-26T08:19:16.302Z | Compiling futures-macro v0.3.30 |
887 | 2024-11-26T08:19:16.613Z | Compiling zerocopy v0.7.35 |
888 | 2024-11-26T08:19:18.678Z | Compiling hashbrown v0.14.5 |
889 | 2024-11-26T08:19:18.704Z | Compiling openssl-macros v0.1.1 |
890 | 2024-11-26T08:19:18.707Z | Compiling futures-util v0.3.30 |
891 | 2024-11-26T08:19:19.411Z | Compiling tracing-attributes v0.1.27 |
892 | 2024-11-26T08:19:19.515Z | Compiling scroll_derive v0.12.0 |
893 | 2024-11-26T08:19:20.020Z | Compiling regress v0.10.1 |
894 | 2024-11-26T08:19:21.040Z | Compiling pest v2.7.13 |
895 | 2024-11-26T08:19:21.414Z | Compiling regex v1.10.6 |
896 | 2024-11-26T08:19:22.732Z | Compiling tracing v0.1.40 |
897 | 2024-11-26T08:19:23.419Z | Compiling scroll v0.12.0 |
898 | 2024-11-26T08:19:23.904Z | Compiling pest_meta v2.7.13 |
899 | 2024-11-26T08:19:24.018Z | Compiling goblin v0.8.2 |
900 | 2024-11-26T08:19:24.878Z | Compiling try-lock v0.2.5 |
901 | 2024-11-26T08:19:25.062Z | Compiling unsafe-libyaml v0.2.11 |
902 | 2024-11-26T08:19:25.566Z | Compiling pest_generator v2.7.13 |
903 | 2024-11-26T08:19:26.870Z | Compiling rustls-webpki v0.102.8 |
904 | 2024-11-26T08:19:27.389Z | Compiling percent-encoding v2.3.1 |
905 | 2024-11-26T08:19:27.860Z | Compiling pretty-hex v0.4.1 |
906 | 2024-11-26T08:19:28.022Z | Compiling bytes v1.7.2 |
907 | 2024-11-26T08:19:28.079Z | Compiling smallvec v1.13.2 |
908 | 2024-11-26T08:19:29.913Z | Compiling indexmap v2.5.0 |
909 | 2024-11-26T08:19:30.178Z | Compiling parking_lot v0.12.3 |
910 | 2024-11-26T08:19:30.762Z | Compiling tokio v1.40.0 |
911 | 2024-11-26T08:19:31.297Z | Compiling uuid v1.11.0 |
912 | 2024-11-26T08:19:31.457Z | Compiling chrono v0.4.38 |
913 | 2024-11-26T08:19:32.054Z | Compiling serde_tokenstream v0.2.2 |
914 | 2024-11-26T08:19:32.135Z | Compiling http v1.1.0 |
915 | 2024-11-26T08:19:34.458Z | Compiling pest_derive v2.7.13 |
916 | 2024-11-26T08:19:35.410Z | Compiling openapiv3 v2.0.0 |
917 | 2024-11-26T08:19:36.266Z | Compiling http-body v1.0.1 |
918 | 2024-11-26T08:19:36.541Z | Compiling zeroize v1.8.1 |
919 | 2024-11-26T08:19:36.906Z | Compiling ipnetwork v0.20.0 |
920 | 2024-11-26T08:19:38.549Z | Compiling typify-impl v0.2.0 |
921 | 2024-11-26T08:19:39.059Z | Compiling dtrace-parser v0.2.0 |
922 | 2024-11-26T08:19:39.833Z | Compiling serde_yaml v0.9.34+deprecated |
923 | 2024-11-26T08:19:40.028Z | Compiling dof v0.3.0 |
924 | 2024-11-26T08:19:40.865Z | Compiling tokio-util v0.7.12 |
925 | 2024-11-26T08:19:40.991Z | Compiling form_urlencoded v1.2.1 |
926 | 2024-11-26T08:19:41.524Z | Compiling want v0.3.1 |
927 | 2024-11-26T08:19:41.753Z | Compiling unicode-normalization v0.1.24 |
928 | 2024-11-26T08:19:42.856Z | Compiling h2 v0.4.6 |
929 | 2024-11-26T08:19:43.098Z | Compiling thread-id v4.2.2 |
930 | 2024-11-26T08:19:43.252Z | Compiling httpdate v1.0.3 |
931 | 2024-11-26T08:19:43.277Z | Compiling foreign-types-shared v0.1.1 |
932 | 2024-11-26T08:19:43.414Z | Compiling unicode-bidi v0.3.15 |
933 | 2024-11-26T08:19:43.608Z | Compiling rustls v0.22.4 |
934 | 2024-11-26T08:19:43.945Z | Compiling ident_case v1.0.1 |
935 | 2024-11-26T08:19:43.982Z | Compiling syn v1.0.109 |
936 | 2024-11-26T08:19:44.142Z | Compiling camino v1.1.9 |
937 | 2024-11-26T08:19:44.666Z | Compiling darling_core v0.20.10 |
938 | 2024-11-26T08:19:44.754Z | Compiling foreign-types v0.3.2 |
939 | 2024-11-26T08:19:44.948Z | Compiling ppv-lite86 v0.2.20 |
940 | 2024-11-26T08:19:46.333Z | Compiling tower-service v0.3.3 |
941 | 2024-11-26T08:19:46.464Z | Compiling slog-async v2.8.0 |
942 | 2024-11-26T08:19:47.517Z | Compiling rand_chacha v0.3.1 |
943 | 2024-11-26T08:19:49.319Z | Compiling hyper v1.5.1 |
944 | 2024-11-26T08:19:50.713Z | Compiling typify-macro v0.2.0 |
945 | 2024-11-26T08:19:50.898Z | Compiling darling_macro v0.20.10 |
946 | 2024-11-26T08:19:51.981Z | Compiling idna v0.5.0 |
947 | 2024-11-26T08:19:54.629Z | Compiling typify v0.2.0 |
948 | 2024-11-26T08:19:54.785Z | Compiling progenitor-impl v0.8.0 |
949 | 2024-11-26T08:19:55.835Z | Compiling hyper-util v0.1.10 |
950 | 2024-11-26T08:19:57.526Z | Compiling toml_datetime v0.6.8 |
951 | 2024-11-26T08:19:59.396Z | Compiling multer v3.1.0 |
952 | 2024-11-26T08:19:59.759Z | Compiling paste v1.0.15 |
953 | 2024-11-26T08:20:00.118Z | Compiling openssl-probe v0.1.5 |
954 | 2024-11-26T08:20:01.607Z | Compiling progenitor-macro v0.8.0 |
955 | 2024-11-26T08:20:02.104Z | Compiling url v2.5.2 |
956 | 2024-11-26T08:20:02.837Z | Compiling darling v0.20.10 |
957 | 2024-11-26T08:20:02.967Z | Compiling rand v0.8.5 |
958 | 2024-11-26T08:20:03.859Z | Compiling usdt-macro v0.5.0 |
959 | 2024-11-26T08:20:05.440Z | Compiling usdt-attr-macro v0.5.0 |
960 | 2024-11-26T08:20:07.139Z | Compiling http-body-util v0.1.2 |
961 | 2024-11-26T08:20:07.735Z | Compiling async-trait v0.1.83 |
962 | 2024-11-26T08:20:10.180Z | Compiling encoding_rs v0.8.34 |
963 | 2024-11-26T08:20:10.256Z | Compiling ipnet v2.10.0 |
964 | 2024-11-26T08:20:10.438Z | Compiling mime v0.3.17 |
965 | 2024-11-26T08:20:11.548Z | Compiling base64 v0.22.1 |
966 | 2024-11-26T08:20:12.693Z | Compiling rustls-pemfile v2.1.3 |
967 | 2024-11-26T08:20:13.372Z | Compiling tokio-rustls v0.26.0 |
968 | 2024-11-26T08:20:15.375Z | Compiling serde_with_macros v3.9.0 |
969 | 2024-11-26T08:20:16.096Z | Compiling tokio-native-tls v0.3.1 |
970 | 2024-11-26T08:20:16.424Z | Compiling strum_macros v0.26.4 |
971 | 2024-11-26T08:20:17.040Z | Compiling serde_urlencoded v0.7.1 |
972 | 2024-11-26T08:20:17.664Z | Compiling structmeta-derive v0.3.0 |
973 | 2024-11-26T08:20:18.181Z | Compiling async-stream-impl v0.3.5 |
974 | 2024-11-26T08:20:19.583Z | Compiling webpki-roots v0.26.6 |
975 | 2024-11-26T08:20:19.821Z | Compiling dropshot v0.12.0 |
976 | 2024-11-26T08:20:20.196Z | Compiling powerfmt v0.2.0 |
977 | 2024-11-26T08:20:20.402Z | Compiling crossbeam-utils v0.8.20 |
978 | 2024-11-26T08:20:20.969Z | Compiling deranged v0.3.11 |
979 | 2024-11-26T08:20:21.029Z | Compiling structmeta v0.3.0 |
980 | 2024-11-26T08:20:21.054Z | Compiling hyper-rustls v0.27.3 |
981 | 2024-11-26T08:20:22.100Z | Compiling hyper-tls v0.6.0 |
982 | 2024-11-26T08:20:22.885Z | Compiling sync_wrapper v1.0.1 |
983 | 2024-11-26T08:20:23.363Z | Compiling winnow v0.6.18 |
984 | 2024-11-26T08:20:26.284Z | Compiling num_threads v0.1.7 |
985 | 2024-11-26T08:20:26.427Z | Compiling time v0.3.36 |
986 | 2024-11-26T08:20:27.216Z | Compiling reqwest v0.12.9 |
987 | 2024-11-26T08:20:28.017Z | Compiling parse-display-derive v0.10.0 |
988 | 2024-11-26T08:20:30.436Z | Compiling block-buffer v0.10.4 |
989 | 2024-11-26T08:20:30.712Z | Compiling crypto-common v0.1.6 |
990 | 2024-11-26T08:20:30.956Z | Compiling dropshot_endpoint v0.12.0 |
991 | 2024-11-26T08:20:32.754Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
992 | 2024-11-26T08:20:35.272Z | Compiling digest v0.10.7 |
993 | 2024-11-26T08:20:35.773Z | Compiling progenitor-client v0.8.0 |
994 | 2024-11-26T08:20:36.925Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
995 | 2024-11-26T08:20:38.029Z | Compiling dirs-sys-next v0.1.2 |
996 | 2024-11-26T08:20:38.937Z | Compiling lazy_static v1.5.0 |
997 | 2024-11-26T08:20:39.259Z | Compiling match_cfg v0.1.0 |
998 | 2024-11-26T08:20:39.376Z | Compiling rustix v0.38.37 |
999 | 2024-11-26T08:20:39.739Z | Compiling hostname v0.3.1 |
1000 | 2024-11-26T08:20:40.207Z | Compiling progenitor v0.8.0 |
1001 | 2024-11-26T08:20:40.441Z | Compiling dirs-next v2.0.0 |
1002 | 2024-11-26T08:20:40.732Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1003 | 2024-11-26T08:20:41.817Z | Compiling futures-executor v0.3.30 |
1004 | 2024-11-26T08:20:43.108Z | Compiling thread_local v1.1.8 |
1005 | 2024-11-26T08:20:43.586Z | Compiling errno v0.3.9 |
1006 | 2024-11-26T08:20:43.856Z | Compiling instant v0.1.13 |
1007 | 2024-11-26T08:20:44.236Z | Compiling unicode-width v0.1.14 |
1008 | 2024-11-26T08:20:44.842Z | Compiling cpufeatures v0.2.14 |
1009 | 2024-11-26T08:20:47.532Z | Compiling futures v0.3.30 |
1010 | 2024-11-26T08:20:49.089Z | Compiling term v0.7.0 |
1011 | 2024-11-26T08:20:49.223Z | Compiling crossbeam-channel v0.5.13 |
1012 | 2024-11-26T08:20:51.167Z | Compiling serde_spanned v0.6.7 |
1013 | 2024-11-26T08:20:51.451Z | Compiling memmap v0.7.0 |
1014 | 2024-11-26T08:20:51.641Z | Compiling is-terminal v0.4.13 |
1015 | 2024-11-26T08:20:52.084Z | Compiling take_mut v0.2.2 |
1016 | 2024-11-26T08:20:52.699Z | Compiling slog-term v2.9.1 |
1017 | 2024-11-26T08:20:53.396Z | Compiling usdt v0.5.0 |
1018 | 2024-11-26T08:20:54.866Z | Compiling toml_edit v0.22.21 |
1019 | 2024-11-26T08:20:55.285Z | Compiling slog-json v2.6.1 |
1020 | 2024-11-26T08:20:55.733Z | Compiling strum v0.26.3 |
1021 | 2024-11-26T08:20:55.946Z | Compiling serde_with v3.9.0 |
1022 | 2024-11-26T08:20:58.812Z | Compiling heapless v0.8.0 |
1023 | 2024-11-26T08:20:59.938Z | Compiling debug-ignore v1.0.5 |
1024 | 2024-11-26T08:21:00.483Z | Compiling tokio-rustls v0.25.0 |
1025 | 2024-11-26T08:21:02.151Z | Compiling toml v0.8.19 |
1026 | 2024-11-26T08:21:03.476Z | Compiling slog-bunyan v2.5.0 |
1027 | 2024-11-26T08:21:03.755Z | Compiling sha1 v0.10.6 |
1028 | 2024-11-26T08:21:03.994Z | Compiling async-stream v0.3.5 |
1029 | 2024-11-26T08:21:04.332Z | Compiling newtype-uuid v1.1.0 |
1030 | 2024-11-26T08:21:04.553Z | Compiling serde_path_to_error v0.1.16 |
1031 | 2024-11-26T08:21:04.681Z | Compiling hex v0.4.3 |
1032 | 2024-11-26T08:21:05.269Z | Compiling waitgroup v0.1.2 |
1033 | 2024-11-26T08:21:05.540Z | Compiling hostname v0.4.0 |
1034 | 2024-11-26T08:21:05.568Z | Compiling hash32 v0.3.1 |
1035 | 2024-11-26T08:21:05.589Z | Compiling smoltcp v0.11.0 |
1036 | 2024-11-26T08:21:05.976Z | Compiling stable_deref_trait v1.2.0 |
1037 | 2024-11-26T08:21:08.766Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1038 | 2024-11-26T08:21:08.991Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1039 | 2024-11-26T08:21:09.082Z | Compiling backoff v0.4.0 |
1040 | 2024-11-26T08:21:09.498Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1041 | 2024-11-26T08:21:09.528Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1042 | 2024-11-26T08:21:09.757Z | Compiling parse-display v0.10.0 |
1043 | 2024-11-26T08:21:11.815Z | Compiling macaddr v1.0.1 |
1044 | 2024-11-26T08:21:12.486Z | Compiling regress v0.9.1 |
1045 | 2024-11-26T08:21:15.071Z | Compiling clap_derive v4.5.18 |
1046 | 2024-11-26T08:21:17.126Z | Compiling bitflags v1.3.2 |
1047 | 2024-11-26T08:21:17.247Z | Compiling cobs v0.2.3 |
1048 | 2024-11-26T08:21:17.393Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1049 | 2024-11-26T08:21:17.686Z | Compiling managed v0.8.0 |
1050 | 2024-11-26T08:21:17.799Z | Compiling winnow v0.5.40 |
1051 | 2024-11-26T08:21:18.262Z | Compiling utf8parse v0.2.2 |
1052 | 2024-11-26T08:21:18.432Z | Compiling anstyle-parse v0.2.5 |
1053 | 2024-11-26T08:21:19.988Z | Compiling postcard v1.0.10 |
1054 | 2024-11-26T08:21:21.319Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1055 | 2024-11-26T08:21:21.778Z | Compiling toml_edit v0.19.15 |
1056 | 2024-11-26T08:21:27.198Z | Compiling anstyle-query v1.1.1 |
1057 | 2024-11-26T08:21:27.359Z | Compiling anstyle v1.0.10 |
1058 | 2024-11-26T08:21:28.044Z | Compiling colorchoice v1.0.2 |
1059 | 2024-11-26T08:21:28.066Z | Compiling is_terminal_polyfill v1.70.1 |
1060 | 2024-11-26T08:21:28.238Z | Compiling anstream v0.6.15 |
1061 | 2024-11-26T08:21:29.357Z | Compiling proc-macro-crate v1.3.1 |
1062 | 2024-11-26T08:21:30.248Z | Compiling terminal_size v0.4.0 |
1063 | 2024-11-26T08:21:30.324Z | Compiling clap_lex v0.7.2 |
1064 | 2024-11-26T08:21:30.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1065 | 2024-11-26T08:21:31.041Z | Compiling clap_builder v4.5.21 |
1066 | 2024-11-26T08:21:31.575Z | Compiling num_enum_derive v0.5.11 |
1067 | 2024-11-26T08:21:32.555Z | Compiling tabwriter v1.4.0 |
1068 | 2024-11-26T08:21:33.381Z | Compiling foreign-types-macros v0.2.3 |
1069 | 2024-11-26T08:21:33.485Z | Compiling num-integer v0.1.46 |
1070 | 2024-11-26T08:21:33.954Z | Compiling foreign-types-shared v0.3.1 |
1071 | 2024-11-26T08:21:34.327Z | Compiling num_enum v0.5.11 |
1072 | 2024-11-26T08:21:34.723Z | Compiling foreign-types v0.5.0 |
1073 | 2024-11-26T08:21:34.916Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1074 | 2024-11-26T08:21:35.127Z | Compiling clap v4.5.21 |
1075 | 2024-11-26T08:21:35.653Z | Compiling cstr-argument v0.1.2 |
1076 | 2024-11-26T08:21:35.679Z | Compiling proc-macro-error-attr v1.0.4 |
1077 | 2024-11-26T08:21:36.063Z | Compiling heck v0.4.1 |
1078 | 2024-11-26T08:21:36.131Z | Compiling pretty-hex v0.2.1 |
1079 | 2024-11-26T08:21:36.359Z | Compiling prettyplease v0.2.22 |
1080 | 2024-11-26T08:21:36.485Z | Compiling either v1.13.0 |
1081 | 2024-11-26T08:21:36.704Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1082 | 2024-11-26T08:21:37.365Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1083 | 2024-11-26T08:21:37.425Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1084 | 2024-11-26T08:21:38.316Z | Compiling num-iter v0.1.45 |
1085 | 2024-11-26T08:21:38.482Z | Compiling num-rational v0.4.2 |
1086 | 2024-11-26T08:21:38.890Z | Compiling colored v2.1.0 |
1087 | 2024-11-26T08:21:40.675Z | Compiling num-complex v0.4.6 |
1088 | 2024-11-26T08:21:41.299Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-11-26T08:21:41.389Z | Compiling proc-macro-error v1.0.4 |
1090 | 2024-11-26T08:21:41.671Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-26T08:21:41.959Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1092 | 2024-11-26T08:21:41.985Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1093 | 2024-11-26T08:21:42.015Z | Compiling fastrand v2.1.1 |
1094 | 2024-11-26T08:21:42.671Z | Compiling tempfile v3.12.0 |
1095 | 2024-11-26T08:21:43.041Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1096 | 2024-11-26T08:21:43.516Z | Compiling num v0.4.3 |
1097 | 2024-11-26T08:21:47.237Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1098 | 2024-11-26T08:21:47.530Z | Compiling float-ord v0.3.2 |
1099 | 2024-11-26T08:21:47.670Z | Compiling crucible-workspace-hack v0.1.0 |
1100 | 2024-11-26T08:21:47.863Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1101 | 2024-11-26T08:21:55.763Z | Compiling unicode-segmentation v1.12.0 |
1102 | 2024-11-26T08:21:55.956Z | Compiling semver v0.1.20 |
1103 | 2024-11-26T08:21:56.518Z | Compiling rustc_version v0.1.7 |
1104 | 2024-11-26T08:21:56.807Z | Compiling newline-converter v0.3.0 |
1105 | 2024-11-26T08:21:56.960Z | Compiling zone_cfg_derive v0.3.0 |
1106 | 2024-11-26T08:21:57.014Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1107 | 2024-11-26T08:21:57.168Z | Compiling camino-tempfile v1.1.1 |
1108 | 2024-11-26T08:21:57.467Z | Compiling itertools v0.10.5 |
1109 | 2024-11-26T08:21:58.000Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1110 | 2024-11-26T08:21:58.505Z | Compiling console v0.15.8 |
1111 | 2024-11-26T08:21:58.531Z | Compiling num-derive v0.4.2 |
1112 | 2024-11-26T08:21:59.902Z | Compiling sigpipe v0.1.3 |
1113 | 2024-11-26T08:22:00.230Z | Compiling similar v2.6.0 |
1114 | 2024-11-26T08:22:00.797Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1115 | 2024-11-26T08:22:00.902Z | Compiling base64ct v1.6.0 |
1116 | 2024-11-26T08:22:01.178Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1117 | 2024-11-26T08:22:01.474Z | Compiling password-hash v0.5.0 |
1118 | 2024-11-26T08:22:01.581Z | Compiling expectorate v1.1.0 |
1119 | 2024-11-26T08:22:01.847Z | Compiling zone v0.3.0 |
1120 | 2024-11-26T08:22:02.741Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1121 | 2024-11-26T08:22:03.632Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1122 | 2024-11-26T08:22:03.663Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1123 | 2024-11-26T08:22:05.295Z | Compiling newtype_derive v0.1.6 |
1124 | 2024-11-26T08:22:05.702Z | Compiling blake2 v0.10.6 |
1125 | 2024-11-26T08:22:05.998Z | Compiling hubpack_derive v0.1.1 |
1126 | 2024-11-26T08:22:06.728Z | Compiling smf v0.2.3 |
1127 | 2024-11-26T08:22:06.917Z | Compiling zerocopy-derive v0.6.6 |
1128 | 2024-11-26T08:22:06.970Z | Compiling owo-colors v4.1.0 |
1129 | 2024-11-26T08:22:06.997Z | Compiling cancel-safe-futures v0.1.5 |
1130 | 2024-11-26T08:22:07.318Z | Compiling fixedbitset v0.4.2 |
1131 | 2024-11-26T08:22:07.396Z | Compiling whoami v1.5.2 |
1132 | 2024-11-26T08:22:07.492Z | Compiling hubpack v0.1.2 |
1133 | 2024-11-26T08:22:08.351Z | Compiling petgraph v0.6.5 |
1134 | 2024-11-26T08:22:08.943Z | Compiling zerocopy v0.6.6 |
1135 | 2024-11-26T08:22:09.192Z | Compiling argon2 v0.5.3 |
1136 | 2024-11-26T08:22:09.968Z | Compiling strum_macros v0.25.3 |
1137 | 2024-11-26T08:22:11.658Z | Compiling serde-big-array v0.5.1 |
1138 | 2024-11-26T08:22:11.927Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1139 | 2024-11-26T08:22:13.393Z | Compiling serde_repr v0.1.19 |
1140 | 2024-11-26T08:22:13.430Z | Compiling cookie v0.18.1 |
1141 | 2024-11-26T08:22:13.461Z | Compiling convert_case v0.4.0 |
1142 | 2024-11-26T08:22:13.647Z | Compiling static_assertions v1.1.0 |
1143 | 2024-11-26T08:22:13.767Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1144 | 2024-11-26T08:22:13.771Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-11-26T08:22:14.236Z | Compiling derive_more v0.99.18 |
1146 | 2024-11-26T08:22:15.140Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1147 | 2024-11-26T08:22:15.194Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-11-26T08:22:16.940Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1149 | 2024-11-26T08:22:18.618Z | Compiling atomicwrites v0.4.4 |
1150 | 2024-11-26T08:22:19.132Z | Compiling itertools v0.13.0 |
1151 | 2024-11-26T08:22:20.975Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1152 | 2024-11-26T08:22:21.049Z | Compiling idna v0.4.0 |
1153 | 2024-11-26T08:22:22.211Z | Compiling libsw v3.3.1 |
1154 | 2024-11-26T08:22:22.575Z | Compiling derive-where v1.2.7 |
1155 | 2024-11-26T08:22:22.952Z | Compiling enum-as-inner v0.6.1 |
1156 | 2024-11-26T08:22:23.036Z | Compiling data-encoding v2.6.0 |
1157 | 2024-11-26T08:22:23.253Z | Compiling swrite v0.1.0 |
1158 | 2024-11-26T08:22:23.402Z | Compiling indent_write v2.2.0 |
1159 | 2024-11-26T08:22:23.659Z | Compiling linear-map v1.2.0 |
1160 | 2024-11-26T08:22:24.087Z | Compiling linked-hash-map v0.5.6 |
1161 | 2024-11-26T08:22:24.119Z | Compiling highway v1.2.0 |
1162 | 2024-11-26T08:22:24.528Z | Compiling quick-error v1.2.3 |
1163 | 2024-11-26T08:22:24.695Z | Compiling resolv-conf v0.7.0 |
1164 | 2024-11-26T08:22:24.944Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-26T08:22:25.544Z | Compiling lru-cache v0.1.2 |
1166 | 2024-11-26T08:22:25.821Z | Compiling hickory-proto v0.24.1 |
1167 | 2024-11-26T08:22:25.950Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-11-26T08:22:26.353Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1169 | 2024-11-26T08:22:28.501Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1170 | 2024-11-26T08:22:28.912Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1171 | 2024-11-26T08:22:30.096Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1172 | 2024-11-26T08:22:30.725Z | Compiling steno v0.4.1 |
1173 | 2024-11-26T08:22:34.186Z | Compiling slog-dtrace v0.3.0 |
1174 | 2024-11-26T08:22:34.560Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1175 | 2024-11-26T08:22:34.912Z | Compiling parking_lot_core v0.8.6 |
1176 | 2024-11-26T08:22:34.937Z | Compiling humantime v2.1.0 |
1177 | 2024-11-26T08:22:35.407Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1178 | 2024-11-26T08:22:35.592Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-11-26T08:22:35.846Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1180 | 2024-11-26T08:22:37.238Z | Compiling hickory-resolver v0.24.1 |
1181 | 2024-11-26T08:22:37.762Z | Compiling num-derive v0.3.3 |
1182 | 2024-11-26T08:22:39.488Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1183 | 2024-11-26T08:22:39.924Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1184 | 2024-11-26T08:22:39.929Z | Compiling thiserror v2.0.3 |
1185 | 2024-11-26T08:22:40.067Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1186 | 2024-11-26T08:22:40.317Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1187 | 2024-11-26T08:22:41.764Z | Compiling thiserror-impl v2.0.3 |
1188 | 2024-11-26T08:22:41.997Z | Compiling parking_lot v0.11.2 |
1189 | 2024-11-26T08:22:43.003Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1190 | 2024-11-26T08:22:44.015Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1191 | 2024-11-26T08:22:45.909Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1192 | 2024-11-26T08:22:45.972Z | Compiling crossbeam-epoch v0.9.18 |
1193 | 2024-11-26T08:22:46.321Z | Compiling fxhash v0.2.1 |
1194 | 2024-11-26T08:22:46.567Z | Compiling crc32fast v1.4.2 |
1195 | 2024-11-26T08:22:47.091Z | Compiling arc-swap v1.7.1 |
1196 | 2024-11-26T08:22:47.146Z | Compiling crc8 v0.1.1 |
1197 | 2024-11-26T08:22:47.481Z | Compiling sled v0.34.7 |
1198 | 2024-11-26T08:22:47.772Z | Compiling slog-scope v4.4.0 |
1199 | 2024-11-26T08:22:48.706Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1200 | 2024-11-26T08:22:52.447Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1201 | 2024-11-26T08:22:54.008Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1202 | 2024-11-26T08:22:54.560Z | Compiling slog-stdlog v4.1.1 |
1203 | 2024-11-26T08:22:55.372Z | Compiling slog-envlogger v2.2.0 |
1204 | 2024-11-26T08:22:56.353Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1205 | 2024-11-26T08:22:58.155Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1206 | 2024-11-26T08:23:07.684Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1207 | 2024-11-26T08:23:09.981Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1208 | 2024-11-26T08:23:14.280Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1209 | 2024-11-26T08:23:43.171Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1210 | 2024-11-26T08:23:43.171Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1211 | 2024-11-26T08:23:50.294Z | Finished `release` profile [optimized] target(s) in 5m 14s |
1212 | 2024-11-26T08:23:50.634Z | + banner trio |
1213 | 2024-11-26T08:23:50.638Z | |
1214 | 2024-11-26T08:23:50.638Z | ##### ##### # #### |
1215 | 2024-11-26T08:23:50.638Z | # # # # # # |
1216 | 2024-11-26T08:23:50.638Z | # # # # # # |
1217 | 2024-11-26T08:23:50.639Z | # ##### # # # |
1218 | 2024-11-26T08:23:50.639Z | # # # # # # |
1219 | 2024-11-26T08:23:50.639Z | # # # # #### |
1220 | 2024-11-26T08:23:50.639Z | |
1221 | 2024-11-26T08:23:50.639Z | + pfexec cargo test --release -p mg-tests test_trio_v2_server -- --nocapture |
1222 | 2024-11-26T08:23:51.114Z | Compiling cfg-if v1.0.0 |
1223 | 2024-11-26T08:23:51.114Z | Compiling libc v0.2.165 |
1224 | 2024-11-26T08:23:51.114Z | Compiling serde v1.0.215 |
1225 | 2024-11-26T08:23:51.117Z | Compiling once_cell v1.20.2 |
1226 | 2024-11-26T08:23:51.117Z | Compiling itoa v1.0.11 |
1227 | 2024-11-26T08:23:51.117Z | Compiling byteorder v1.5.0 |
1228 | 2024-11-26T08:23:51.186Z | Compiling syn v2.0.87 |
1229 | 2024-11-26T08:23:51.191Z | Compiling bytes v1.7.2 |
1230 | 2024-11-26T08:23:51.248Z | Compiling num-traits v0.2.19 |
1231 | 2024-11-26T08:23:51.404Z | Compiling zerocopy v0.7.35 |
1232 | 2024-11-26T08:23:51.573Z | Compiling pin-project-lite v0.2.14 |
1233 | 2024-11-26T08:23:51.586Z | Compiling ahash v0.8.11 |
1234 | 2024-11-26T08:23:51.629Z | Compiling schemars v0.8.21 |
1235 | 2024-11-26T08:23:51.639Z | Compiling allocator-api2 v0.2.18 |
1236 | 2024-11-26T08:23:51.690Z | Compiling scopeguard v1.2.0 |
1237 | 2024-11-26T08:23:51.807Z | Compiling memchr v2.7.4 |
1238 | 2024-11-26T08:23:51.928Z | Compiling smallvec v1.13.2 |
1239 | 2024-11-26T08:23:51.988Z | Compiling lock_api v0.4.12 |
1240 | 2024-11-26T08:23:52.475Z | Compiling fnv v1.0.7 |
1241 | 2024-11-26T08:23:52.487Z | Compiling log v0.4.22 |
1242 | 2024-11-26T08:23:52.603Z | Compiling hashbrown v0.14.5 |
1243 | 2024-11-26T08:23:52.624Z | Compiling getrandom v0.2.15 |
1244 | 2024-11-26T08:23:52.728Z | Compiling parking_lot_core v0.9.10 |
1245 | 2024-11-26T08:23:52.982Z | Compiling signal-hook-registry v1.4.2 |
1246 | 2024-11-26T08:23:53.006Z | Compiling socket2 v0.5.7 |
1247 | 2024-11-26T08:23:53.054Z | Compiling mio v1.0.2 |
1248 | 2024-11-26T08:23:53.578Z | Compiling parking_lot v0.12.3 |
1249 | 2024-11-26T08:23:53.824Z | Compiling futures-core v0.3.30 |
1250 | 2024-11-26T08:23:54.079Z | Compiling equivalent v1.0.1 |
1251 | 2024-11-26T08:23:54.195Z | Compiling ryu v1.0.18 |
1252 | 2024-11-26T08:23:54.517Z | Compiling tracing-core v0.1.32 |
1253 | 2024-11-26T08:23:54.520Z | Compiling serde_json v1.0.133 |
1254 | 2024-11-26T08:23:54.557Z | Compiling uuid v1.11.0 |
1255 | 2024-11-26T08:23:54.651Z | Compiling regress v0.10.1 |
1256 | 2024-11-26T08:23:54.695Z | Compiling futures-task v0.3.30 |
1257 | 2024-11-26T08:23:54.767Z | Compiling spin v0.9.8 |
1258 | 2024-11-26T08:23:54.883Z | Compiling untrusted v0.9.0 |
1259 | 2024-11-26T08:23:54.972Z | Compiling pin-utils v0.1.0 |
1260 | 2024-11-26T08:23:55.068Z | Compiling futures-sink v0.3.30 |
1261 | 2024-11-26T08:23:55.091Z | Compiling futures-util v0.3.30 |
1262 | 2024-11-26T08:23:55.115Z | Compiling ring v0.17.8 |
1263 | 2024-11-26T08:23:55.225Z | Compiling slab v0.4.9 |
1264 | 2024-11-26T08:23:55.724Z | Compiling try-lock v0.2.5 |
1265 | 2024-11-26T08:23:55.894Z | Compiling want v0.3.1 |
1266 | 2024-11-26T08:23:56.124Z | Compiling chrono v0.4.38 |
1267 | 2024-11-26T08:23:56.193Z | Compiling httparse v1.9.4 |
1268 | 2024-11-26T08:23:56.974Z | Compiling futures-channel v0.3.30 |
1269 | 2024-11-26T08:23:57.223Z | Compiling tower-service v0.3.3 |
1270 | 2024-11-26T08:23:57.351Z | Compiling foreign-types-shared v0.1.1 |
1271 | 2024-11-26T08:23:57.426Z | Compiling dyn-clone v1.0.17 |
1272 | 2024-11-26T08:23:57.457Z | Compiling foreign-types v0.3.2 |
1273 | 2024-11-26T08:23:57.551Z | Compiling openssl-sys v0.9.103 |
1274 | 2024-11-26T08:23:57.634Z | Compiling bitflags v2.6.0 |
1275 | 2024-11-26T08:23:57.991Z | Compiling serde_derive_internals v0.29.1 |
1276 | 2024-11-26T08:23:58.144Z | Compiling unicode-ident v1.0.13 |
1277 | 2024-11-26T08:23:58.207Z | Compiling http v1.1.0 |
1278 | 2024-11-26T08:23:58.341Z | Compiling proc-macro2 v1.0.86 |
1279 | 2024-11-26T08:23:59.010Z | Compiling semver v1.0.23 |
1280 | 2024-11-26T08:23:59.427Z | Compiling tinyvec_macros v0.1.1 |
1281 | 2024-11-26T08:23:59.520Z | Compiling openssl-probe v0.1.5 |
1282 | 2024-11-26T08:23:59.588Z | Compiling tinyvec v1.8.0 |
1283 | 2024-11-26T08:24:00.039Z | Compiling quote v1.0.37 |
1284 | 2024-11-26T08:24:00.236Z | Compiling percent-encoding v2.3.1 |
1285 | 2024-11-26T08:24:00.735Z | Compiling form_urlencoded v1.2.1 |
1286 | 2024-11-26T08:24:01.379Z | Compiling unicode-normalization v0.1.24 |
1287 | 2024-11-26T08:24:02.598Z | Compiling aho-corasick v1.1.3 |
1288 | 2024-11-26T08:24:02.718Z | Compiling http v0.2.12 |
1289 | 2024-11-26T08:24:02.951Z | Compiling rustls-pki-types v1.8.0 |
1290 | 2024-11-26T08:24:03.432Z | Compiling serde_derive v1.0.215 |
1291 | 2024-11-26T08:24:03.668Z | Compiling zerocopy-derive v0.7.35 |
1292 | 2024-11-26T08:24:03.681Z | Compiling thiserror-impl v1.0.64 |
1293 | 2024-11-26T08:24:03.896Z | Compiling tokio-macros v2.4.0 |
1294 | 2024-11-26T08:24:04.264Z | Compiling schemars_derive v0.8.21 |
1295 | 2024-11-26T08:24:05.517Z | Compiling tokio v1.40.0 |
1296 | 2024-11-26T08:24:06.570Z | Compiling tracing-attributes v0.1.27 |
1297 | 2024-11-26T08:24:06.904Z | Compiling thiserror v1.0.64 |
1298 | 2024-11-26T08:24:07.184Z | Compiling openssl-macros v0.1.1 |
1299 | 2024-11-26T08:24:07.369Z | Compiling heck v0.5.0 |
1300 | 2024-11-26T08:24:07.562Z | Compiling unicode-bidi v0.3.15 |
1301 | 2024-11-26T08:24:08.033Z | Compiling openssl v0.10.66 |
1302 | 2024-11-26T08:24:08.736Z | Compiling idna v0.5.0 |
1303 | 2024-11-26T08:24:10.008Z | Compiling tracing v0.1.40 |
1304 | 2024-11-26T08:24:10.561Z | Compiling regex-automata v0.4.7 |
1305 | 2024-11-26T08:24:10.725Z | Compiling http-body v1.0.1 |
1306 | 2024-11-26T08:24:18.395Z | Compiling indexmap v2.5.0 |
1307 | 2024-11-26T08:24:18.503Z | Compiling tokio-util v0.7.12 |
1308 | 2024-11-26T08:24:20.908Z | Compiling serde_tokenstream v0.2.2 |
1309 | 2024-11-26T08:24:22.458Z | Compiling native-tls v0.2.12 |
1310 | 2024-11-26T08:24:22.776Z | Compiling slog v2.7.0 |
1311 | 2024-11-26T08:24:23.307Z | Compiling tokio-native-tls v0.3.1 |
1312 | 2024-11-26T08:24:23.577Z | Compiling regex-syntax v0.8.4 |
1313 | 2024-11-26T08:24:23.602Z | Compiling atomic-waker v1.1.2 |
1314 | 2024-11-26T08:24:23.792Z | Compiling h2 v0.4.6 |
1315 | 2024-11-26T08:24:24.643Z | Compiling typify-impl v0.2.0 |
1316 | 2024-11-26T08:24:25.659Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1317 | 2024-11-26T08:24:25.748Z | Compiling openapiv3 v2.0.0 |
1318 | 2024-11-26T08:24:34.743Z | Compiling serde_urlencoded v0.7.1 |
1319 | 2024-11-26T08:24:35.343Z | Compiling regex v1.10.6 |
1320 | 2024-11-26T08:24:36.366Z | Compiling url v2.5.2 |
1321 | 2024-11-26T08:24:36.636Z | Compiling encoding_rs v0.8.34 |
1322 | 2024-11-26T08:24:37.826Z | Compiling ipnet v2.10.0 |
1323 | 2024-11-26T08:24:39.617Z | Compiling mime v0.3.17 |
1324 | 2024-11-26T08:24:40.705Z | Compiling rustls v0.21.12 |
1325 | 2024-11-26T08:24:40.718Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1326 | 2024-11-26T08:24:40.928Z | Compiling typify-macro v0.2.0 |
1327 | 2024-11-26T08:24:41.469Z | Compiling hyper v1.5.1 |
1328 | 2024-11-26T08:24:42.856Z | Compiling h2 v0.3.26 |
1329 | 2024-11-26T08:24:44.621Z | Compiling http-body v0.4.6 |
1330 | 2024-11-26T08:24:44.658Z | Compiling rustls-webpki v0.102.8 |
1331 | 2024-11-26T08:24:44.850Z | Compiling sct v0.7.1 |
1332 | 2024-11-26T08:24:45.131Z | Compiling rustls-webpki v0.101.7 |
1333 | 2024-11-26T08:24:45.318Z | Compiling subtle v2.6.1 |
1334 | 2024-11-26T08:24:45.644Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-11-26T08:24:46.044Z | Compiling httpdate v1.0.3 |
1336 | 2024-11-26T08:24:46.822Z | Compiling zeroize v1.8.1 |
1337 | 2024-11-26T08:24:47.177Z | Compiling serde_yaml v0.9.34+deprecated |
1338 | 2024-11-26T08:24:47.554Z | Compiling rustls v0.23.13 |
1339 | 2024-11-26T08:24:49.218Z | Compiling hyper v0.14.30 |
1340 | 2024-11-26T08:24:51.008Z | Compiling toml_edit v0.19.15 |
1341 | 2024-11-26T08:24:51.752Z | Compiling hyper-util v0.1.10 |
1342 | 2024-11-26T08:24:57.624Z | Compiling lazy_static v1.5.0 |
1343 | 2024-11-26T08:24:57.761Z | Compiling tokio-rustls v0.26.0 |
1344 | 2024-11-26T08:24:58.235Z | Compiling tokio-rustls v0.24.1 |
1345 | 2024-11-26T08:24:58.458Z | Compiling proc-macro-crate v1.3.1 |
1346 | 2024-11-26T08:24:58.686Z | Compiling http-body-util v0.1.2 |
1347 | 2024-11-26T08:24:59.257Z | Compiling webpki-roots v0.26.6 |
1348 | 2024-11-26T08:24:59.325Z | Compiling base64 v0.21.7 |
1349 | 2024-11-26T08:24:59.480Z | Compiling base64 v0.22.1 |
1350 | 2024-11-26T08:25:00.452Z | Compiling crossbeam-utils v0.8.20 |
1351 | 2024-11-26T08:25:00.471Z | Compiling rustls-pemfile v2.1.3 |
1352 | 2024-11-26T08:25:00.612Z | Compiling rustls-pemfile v1.0.4 |
1353 | 2024-11-26T08:25:00.842Z | Compiling hyper-rustls v0.27.3 |
1354 | 2024-11-26T08:25:01.063Z | Compiling num_enum_derive v0.5.11 |
1355 | 2024-11-26T08:25:01.242Z | Compiling hyper-tls v0.6.0 |
1356 | 2024-11-26T08:25:01.432Z | Compiling hyper-rustls v0.24.2 |
1357 | 2024-11-26T08:25:01.772Z | Compiling hyper-tls v0.5.0 |
1358 | 2024-11-26T08:25:01.887Z | Compiling typify v0.2.0 |
1359 | 2024-11-26T08:25:02.073Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1360 | 2024-11-26T08:25:02.575Z | Compiling ipnetwork v0.20.0 |
1361 | 2024-11-26T08:25:03.442Z | Compiling ppv-lite86 v0.2.20 |
1362 | 2024-11-26T08:25:03.865Z | Compiling foreign-types-macros v0.2.3 |
1363 | 2024-11-26T08:25:04.412Z | Compiling sync_wrapper v1.0.1 |
1364 | 2024-11-26T08:25:04.565Z | Compiling rand_core v0.6.4 |
1365 | 2024-11-26T08:25:05.067Z | Compiling dirs-sys-next v0.1.2 |
1366 | 2024-11-26T08:25:05.206Z | Compiling foreign-types-shared v0.3.1 |
1367 | 2024-11-26T08:25:05.327Z | Compiling sync_wrapper v0.1.2 |
1368 | 2024-11-26T08:25:05.464Z | Compiling webpki-roots v0.25.4 |
1369 | 2024-11-26T08:25:05.642Z | Compiling powerfmt v0.2.0 |
1370 | 2024-11-26T08:25:05.687Z | Compiling reqwest v0.11.27 |
1371 | 2024-11-26T08:25:06.010Z | Compiling deranged v0.3.11 |
1372 | 2024-11-26T08:25:06.288Z | Compiling time-macros v0.2.18 |
1373 | 2024-11-26T08:25:06.320Z | Compiling foreign-types v0.5.0 |
1374 | 2024-11-26T08:25:06.434Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1375 | 2024-11-26T08:25:08.298Z | Compiling dirs-next v2.0.0 |
1376 | 2024-11-26T08:25:08.569Z | Compiling progenitor-impl v0.8.0 |
1377 | 2024-11-26T08:25:09.382Z | Compiling rand_chacha v0.3.1 |
1378 | 2024-11-26T08:25:11.147Z | Compiling reqwest v0.12.9 |
1379 | 2024-11-26T08:25:13.040Z | Compiling num_enum v0.5.11 |
1380 | 2024-11-26T08:25:13.216Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1381 | 2024-11-26T08:25:15.385Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1382 | 2024-11-26T08:25:17.398Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1383 | 2024-11-26T08:25:17.586Z | Compiling cstr-argument v0.1.2 |
1384 | 2024-11-26T08:25:17.846Z | Compiling thread_local v1.1.8 |
1385 | 2024-11-26T08:25:18.025Z | Compiling arc-swap v1.7.1 |
1386 | 2024-11-26T08:25:18.207Z | Compiling time-core v0.1.2 |
1387 | 2024-11-26T08:25:18.395Z | Compiling either v1.13.0 |
1388 | 2024-11-26T08:25:18.587Z | Compiling num-conv v0.1.0 |
1389 | 2024-11-26T08:25:18.736Z | Compiling pretty-hex v0.2.1 |
1390 | 2024-11-26T08:25:18.850Z | Compiling time v0.3.36 |
1391 | 2024-11-26T08:25:18.865Z | Compiling itertools v0.12.1 |
1392 | 2024-11-26T08:25:18.942Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1393 | 2024-11-26T08:25:19.334Z | Compiling slog-scope v4.4.0 |
1394 | 2024-11-26T08:25:20.273Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1395 | 2024-11-26T08:25:21.774Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1396 | 2024-11-26T08:25:22.679Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1397 | 2024-11-26T08:25:22.690Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-11-26T08:25:22.861Z | Compiling progenitor-macro v0.8.0 |
1399 | 2024-11-26T08:25:24.320Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1400 | 2024-11-26T08:25:27.977Z | Compiling progenitor-client v0.8.0 |
1401 | 2024-11-26T08:25:28.925Z | Compiling rand v0.8.5 |
1402 | 2024-11-26T08:25:30.870Z | Compiling term v0.7.0 |
1403 | 2024-11-26T08:25:33.160Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1404 | 2024-11-26T08:25:35.937Z | Compiling anyhow v1.0.93 |
1405 | 2024-11-26T08:25:37.459Z | Compiling colored v2.1.0 |
1406 | 2024-11-26T08:25:37.469Z | Compiling is-terminal v0.4.13 |
1407 | 2024-11-26T08:25:37.591Z | Compiling winnow v0.6.18 |
1408 | 2024-11-26T08:25:38.757Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1409 | 2024-11-26T08:25:39.100Z | Compiling take_mut v0.2.2 |
1410 | 2024-11-26T08:25:39.268Z | Compiling slog-async v2.8.0 |
1411 | 2024-11-26T08:25:42.130Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1412 | 2024-11-26T08:25:42.392Z | Compiling progenitor v0.8.0 |
1413 | 2024-11-26T08:25:42.619Z | Compiling slog-term v2.9.1 |
1414 | 2024-11-26T08:25:45.443Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1415 | 2024-11-26T08:25:45.670Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1416 | 2024-11-26T08:25:49.476Z | Compiling slog-stdlog v4.1.1 |
1417 | 2024-11-26T08:25:50.333Z | Compiling slog-envlogger v2.2.0 |
1418 | 2024-11-26T08:25:51.503Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1419 | 2024-11-26T08:25:54.510Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1420 | 2024-11-26T08:26:07.579Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1421 | 2024-11-26T08:26:15.073Z | Finished `release` profile [optimized] target(s) in 2m 24s |
1422 | 2024-11-26T08:26:15.157Z | Running unittests src/lib.rs (target/release/deps/mg_tests-f9f14178e25fb757) |
1423 | 2024-11-26T08:26:15.203Z | |
1424 | 2024-11-26T08:26:15.203Z | running 1 test |
1425 | 2024-11-26T08:26:15.375Z | configure zone |
1426 | 2024-11-26T08:26:15.440Z | install zone |
1427 | 2024-11-26T08:27:15.214Z | test ddm::test_trio_v2_server has been running for over 60 seconds |
1428 | 2024-11-26T08:28:18.127Z | boot zone |
1429 | 2024-11-26T08:28:18.906Z | start zone s1 |
1430 | 2024-11-26T08:28:18.906Z | configure zone |
1431 | 2024-11-26T08:28:18.914Z | install zone |
1432 | 2024-11-26T08:30:04.154Z | boot zone |
1433 | 2024-11-26T08:30:05.036Z | start zone s2 |
1434 | 2024-11-26T08:30:05.036Z | configure zone |
1435 | 2024-11-26T08:30:05.044Z | install zone |
1436 | 2024-11-26T08:31:55.263Z | boot zone |
1437 | 2024-11-26T08:31:56.101Z | start zone t1 |
1438 | 2024-11-26T08:31:56.101Z | configure zone |
1439 | 2024-11-26T08:31:56.109Z | install zone |
1440 | 2024-11-26T08:33:45.763Z | boot zone |
1441 | 2024-11-26T08:33:46.655Z | waiting for zones to come up |
1442 | 2024-11-26T08:33:56.657Z | [sidecar.trio] svcs milestone/network |
1443 | 2024-11-26T08:33:56.732Z | STATE STIME FMRI |
1444 | 2024-11-26T08:33:56.732Z | online 0:28:36 svc:/milestone/network:default |
1445 | 2024-11-26T08:33:56.732Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
1446 | 2024-11-26T08:33:56.863Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
1447 | 2024-11-26T08:33:56.867Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
1448 | 2024-11-26T08:33:56.871Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
1449 | 2024-11-26T08:33:56.875Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1450 | 2024-11-26T08:33:56.895Z | |
1451 | 2024-11-26T08:33:56.895Z | running zone s1.trio setup |
1452 | 2024-11-26T08:33:56.895Z | [s1.trio] svcs milestone/network |
1453 | 2024-11-26T08:33:56.917Z | STATE STIME FMRI |
1454 | 2024-11-26T08:33:56.917Z | online 0:30:22 svc:/milestone/network:default |
1455 | 2024-11-26T08:33:56.917Z | [s1.trio] dladm |
1456 | 2024-11-26T08:33:56.937Z | LINK CLASS MTU STATE BRIDGE OVER |
1457 | 2024-11-26T08:33:56.937Z | sl0 simnet 9000 up -- ? |
1458 | 2024-11-26T08:33:56.937Z | mg2 vnic 9000 up -- ? |
1459 | 2024-11-26T08:33:56.937Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
1460 | 2024-11-26T08:33:57.433Z | |
1461 | 2024-11-26T08:33:57.433Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
1462 | 2024-11-26T08:33:57.457Z | |
1463 | 2024-11-26T08:33:57.457Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1464 | 2024-11-26T08:33:57.477Z | |
1465 | 2024-11-26T08:33:57.477Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
1466 | 2024-11-26T08:33:57.565Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
1467 | 2024-11-26T08:33:57.609Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1468 | 2024-11-26T08:33:57.703Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1469 | 2024-11-26T08:33:57.747Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1470 | 2024-11-26T08:33:57.767Z | |
1471 | 2024-11-26T08:33:57.767Z | running zone s2.trio setup |
1472 | 2024-11-26T08:33:57.767Z | [s2.trio] svcs milestone/network |
1473 | 2024-11-26T08:33:57.791Z | STATE STIME FMRI |
1474 | 2024-11-26T08:33:57.791Z | online 0:32:13 svc:/milestone/network:default |
1475 | 2024-11-26T08:33:57.791Z | [s2.trio] dladm |
1476 | 2024-11-26T08:33:57.812Z | LINK CLASS MTU STATE BRIDGE OVER |
1477 | 2024-11-26T08:33:57.812Z | sl1 simnet 9000 up -- ? |
1478 | 2024-11-26T08:33:57.812Z | mg3 vnic 9000 up -- ? |
1479 | 2024-11-26T08:33:57.812Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
1480 | 2024-11-26T08:33:58.387Z | |
1481 | 2024-11-26T08:33:58.387Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
1482 | 2024-11-26T08:33:58.410Z | |
1483 | 2024-11-26T08:33:58.410Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1484 | 2024-11-26T08:33:58.431Z | |
1485 | 2024-11-26T08:33:58.431Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
1486 | 2024-11-26T08:33:58.476Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
1487 | 2024-11-26T08:33:58.498Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s2.trio/root/opt/ |
1488 | 2024-11-26T08:33:58.542Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s2.trio/root/opt/ |
1489 | 2024-11-26T08:33:58.563Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl1/v6 &> /opt/ddmd.log & |
1490 | 2024-11-26T08:33:58.584Z | |
1491 | 2024-11-26T08:33:58.584Z | running zone t1.trio setup |
1492 | 2024-11-26T08:33:58.584Z | [t1.trio] svcs milestone/network |
1493 | 2024-11-26T08:33:58.605Z | STATE STIME FMRI |
1494 | 2024-11-26T08:33:58.605Z | - - svc:/milestone/network:default |
1495 | 2024-11-26T08:33:59.605Z | [t1.trio] svcs milestone/network |
1496 | 2024-11-26T08:33:59.626Z | STATE STIME FMRI |
1497 | 2024-11-26T08:33:59.626Z | - - svc:/milestone/network:default |
1498 | 2024-11-26T08:34:00.627Z | [t1.trio] svcs milestone/network |
1499 | 2024-11-26T08:34:00.647Z | STATE STIME FMRI |
1500 | 2024-11-26T08:34:00.647Z | - - svc:/milestone/network:default |
1501 | 2024-11-26T08:34:01.647Z | [t1.trio] svcs milestone/network |
1502 | 2024-11-26T08:34:01.670Z | STATE STIME FMRI |
1503 | 2024-11-26T08:34:01.670Z | - - svc:/milestone/network:default |
1504 | 2024-11-26T08:34:02.669Z | [t1.trio] svcs milestone/network |
1505 | 2024-11-26T08:34:02.691Z | STATE STIME FMRI |
1506 | 2024-11-26T08:34:02.691Z | - - svc:/milestone/network:default |
1507 | 2024-11-26T08:34:03.691Z | [t1.trio] svcs milestone/network |
1508 | 2024-11-26T08:34:03.712Z | STATE STIME FMRI |
1509 | 2024-11-26T08:34:03.712Z | - - svc:/milestone/network:default |
1510 | 2024-11-26T08:34:04.712Z | [t1.trio] svcs milestone/network |
1511 | 2024-11-26T08:34:04.734Z | STATE STIME FMRI |
1512 | 2024-11-26T08:34:04.734Z | offline 0:34:03 svc:/milestone/network:default |
1513 | 2024-11-26T08:34:05.734Z | [t1.trio] svcs milestone/network |
1514 | 2024-11-26T08:34:05.759Z | STATE STIME FMRI |
1515 | 2024-11-26T08:34:05.759Z | online 0:34:04 svc:/milestone/network:default |
1516 | 2024-11-26T08:34:05.759Z | [t1.trio] dladm |
1517 | 2024-11-26T08:34:05.781Z | LINK CLASS MTU STATE BRIDGE OVER |
1518 | 2024-11-26T08:34:05.781Z | tfportrear0_0 simnet 9000 up -- ? |
1519 | 2024-11-26T08:34:05.781Z | tfportrear1_0 simnet 9000 up -- ? |
1520 | 2024-11-26T08:34:05.781Z | mg1 vnic 9000 up -- ? |
1521 | 2024-11-26T08:34:05.781Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
1522 | 2024-11-26T08:34:06.360Z | |
1523 | 2024-11-26T08:34:06.360Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1524 | 2024-11-26T08:34:06.382Z | |
1525 | 2024-11-26T08:34:06.382Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1526 | 2024-11-26T08:34:06.404Z | |
1527 | 2024-11-26T08:34:06.404Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1528 | 2024-11-26T08:34:06.423Z | |
1529 | 2024-11-26T08:34:06.423Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
1530 | 2024-11-26T08:34:06.621Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
1531 | 2024-11-26T08:34:06.625Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
1532 | 2024-11-26T08:34:06.628Z | waiting 3s for copy of files to zone to complete ... |
1533 | 2024-11-26T08:34:09.629Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
1534 | 2024-11-26T08:34:09.665Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
1535 | 2024-11-26T08:34:09.687Z | [t1.trio] svcadm enable dendrite |
1536 | 2024-11-26T08:34:09.724Z | |
1537 | 2024-11-26T08:34:09.724Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1538 | 2024-11-26T08:34:09.769Z | |
1539 | 2024-11-26T08:34:09.769Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1540 | 2024-11-26T08:34:09.812Z | |
1541 | 2024-11-26T08:34:09.812Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1542 | 2024-11-26T08:34:09.854Z | |
1543 | 2024-11-26T08:34:09.854Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1544 | 2024-11-26T08:34:09.894Z | |
1545 | 2024-11-26T08:34:09.894Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1546 | 2024-11-26T08:34:10.010Z | |
1547 | 2024-11-26T08:34:10.010Z | [t1.trio] svcadm refresh dendrite:default |
1548 | 2024-11-26T08:34:10.018Z | |
1549 | 2024-11-26T08:34:10.018Z | [t1.trio] svcadm restart dendrite:default |
1550 | 2024-11-26T08:34:10.018Z | |
1551 | 2024-11-26T08:34:10.018Z | wait 10s for dendrite to come up ... |
1552 | 2024-11-26T08:34:20.010Z | [t1.trio] svcadm enable tfport |
1553 | 2024-11-26T08:34:20.048Z | |
1554 | 2024-11-26T08:34:20.049Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid c8860843-4f9c-4276-88cb-a761a2573673 --sled-uuid b4f83714-247f-444a-8764-92b5f78b4a0f -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1555 | 2024-11-26T08:34:20.068Z | |
1556 | 2024-11-26T08:34:20.068Z | [t1.trio] ipadm |
1557 | 2024-11-26T08:34:20.092Z | ADDROBJ TYPE STATE ADDR |
1558 | 2024-11-26T08:34:20.092Z | lo0/v4 static ok 127.0.0.1/8 |
1559 | 2024-11-26T08:34:20.092Z | mg1/v4 static ok 10.0.0.3/24 |
1560 | 2024-11-26T08:34:20.092Z | lo0/v6 static ok ::1/128 |
1561 | 2024-11-26T08:34:20.092Z | lo0/u6 static ok fd00:3::1/64 |
1562 | 2024-11-26T08:34:20.092Z | tfportrear0_0/v6 addrconf ok fe80::9090:5eff:fe4f:5bb2%tfportrear0_0/10 |
1563 | 2024-11-26T08:34:20.092Z | tfportrear1_0/v6 addrconf ok fe80::8057:18ff:fee0:ba44%tfportrear1_0/10 |
1564 | 2024-11-26T08:34:22.302Z | initial peering test passed |
1565 | 2024-11-26T08:34:23.305Z | advertise from one passed |
1566 | 2024-11-26T08:34:24.308Z | advertise from two passed |
1567 | 2024-11-26T08:34:24.308Z | [s1.trio] ping fd00:2::1 |
1568 | 2024-11-26T08:34:24.335Z | fd00:2::1 is alive |
1569 | 2024-11-26T08:34:24.335Z | [s2.trio] ping fd00:1::1 |
1570 | 2024-11-26T08:34:24.356Z | fd00:1::1 is alive |
1571 | 2024-11-26T08:34:24.356Z | connectivity test passed |
1572 | 2024-11-26T08:34:24.356Z | [t1.trio] pkill ddmd |
1573 | 2024-11-26T08:34:24.375Z | |
1574 | 2024-11-26T08:34:30.379Z | [t1.trio] svcadm enable dendrite |
1575 | 2024-11-26T08:34:30.419Z | |
1576 | 2024-11-26T08:34:30.420Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
1577 | 2024-11-26T08:34:30.462Z | |
1578 | 2024-11-26T08:34:30.463Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
1579 | 2024-11-26T08:34:30.504Z | |
1580 | 2024-11-26T08:34:30.504Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1581 | 2024-11-26T08:34:30.545Z | |
1582 | 2024-11-26T08:34:30.545Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1583 | 2024-11-26T08:34:30.587Z | |
1584 | 2024-11-26T08:34:30.587Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
1585 | 2024-11-26T08:34:30.629Z | |
1586 | 2024-11-26T08:34:30.629Z | [t1.trio] svcadm refresh dendrite:default |
1587 | 2024-11-26T08:34:30.665Z | |
1588 | 2024-11-26T08:34:30.665Z | [t1.trio] svcadm restart dendrite:default |
1589 | 2024-11-26T08:34:30.701Z | |
1590 | 2024-11-26T08:34:30.701Z | wait 10s for dendrite to come up ... |
1591 | 2024-11-26T08:34:40.741Z | [t1.trio] svcadm enable tfport |
1592 | 2024-11-26T08:34:40.744Z | |
1593 | 2024-11-26T08:34:40.744Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 87115f14-187f-4fea-b945-a3914f29d5b7 --sled-uuid 8ff2c1eb-92c4-4236-9e25-24eb8c02d0b2 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
1594 | 2024-11-26T08:34:40.762Z | |
1595 | 2024-11-26T08:34:40.763Z | [t1.trio] ipadm |
1596 | 2024-11-26T08:34:40.785Z | ADDROBJ TYPE STATE ADDR |
1597 | 2024-11-26T08:34:40.785Z | lo0/v4 static ok 127.0.0.1/8 |
1598 | 2024-11-26T08:34:40.785Z | mg1/v4 static ok 10.0.0.3/24 |
1599 | 2024-11-26T08:34:40.785Z | lo0/v6 static ok ::1/128 |
1600 | 2024-11-26T08:34:40.785Z | lo0/u6 static ok fd00:3::1/64 |
1601 | 2024-11-26T08:34:40.785Z | tfportrear0_0/v6 addrconf ok fe80::9090:5eff:fe4f:5bb2%tfportrear0_0/10 |
1602 | 2024-11-26T08:34:40.785Z | tfportrear1_0/v6 addrconf ok fe80::8057:18ff:fee0:ba44%tfportrear1_0/10 |
1603 | 2024-11-26T08:34:43.788Z | [s1.trio] ping fd00:2::1 |
1604 | 2024-11-26T08:34:43.810Z | fd00:2::1 is alive |
1605 | 2024-11-26T08:34:43.810Z | [s2.trio] ping fd00:1::1 |
1606 | 2024-11-26T08:34:43.830Z | fd00:1::1 is alive |
1607 | 2024-11-26T08:34:43.830Z | transit router restart passed |
1608 | 2024-11-26T08:34:43.830Z | [s1.trio] pkill ddmd |
1609 | 2024-11-26T08:34:43.849Z | |
1610 | 2024-11-26T08:34:48.852Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1611 | 2024-11-26T08:34:48.891Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1612 | 2024-11-26T08:34:48.910Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1613 | 2024-11-26T08:34:48.930Z | |
1614 | 2024-11-26T08:34:51.934Z | [s1.trio] ping fd00:2::1 |
1615 | 2024-11-26T08:34:51.957Z | fd00:2::1 is alive |
1616 | 2024-11-26T08:34:51.957Z | [s2.trio] ping fd00:1::1 |
1617 | 2024-11-26T08:34:51.979Z | fd00:1::1 is alive |
1618 | 2024-11-26T08:34:51.979Z | server router restart passed |
1619 | 2024-11-26T08:34:54.984Z | peer expiration recovery passed |
1620 | 2024-11-26T08:34:56.066Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
1621 | 2024-11-26T08:34:56.070Z | 3 |
1622 | 2024-11-26T08:34:56.070Z | redundant advertise passed |
1623 | 2024-11-26T08:34:57.013Z | tunnel endpoint advertise passed |
1624 | 2024-11-26T08:35:02.015Z | redundant tunnel endpoint advertise passed |
1625 | 2024-11-26T08:35:02.015Z | [s1.trio] pkill ddmd |
1626 | 2024-11-26T08:35:02.036Z | |
1627 | 2024-11-26T08:35:07.042Z | cp /work/oxidecomputer/maghemite/download/ddmd-v2 /mgtrio/s1.trio/root/opt/ |
1628 | 2024-11-26T08:35:07.076Z | cp /work/oxidecomputer/maghemite/download/ddmadm-v2 /mgtrio/s1.trio/root/opt/ |
1629 | 2024-11-26T08:35:07.094Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd-v2 --kind server -a sl0/v6 &> /opt/ddmd.log & |
1630 | 2024-11-26T08:35:07.115Z | |
1631 | 2024-11-26T08:35:12.182Z | tunnel router restart passed |
1632 | 2024-11-26T08:35:13.183Z | tunnel endpoint withdraw passed |
1633 | 2024-11-26T08:35:13.198Z | [t1.trio] pkill ddmd |
1634 | 2024-11-26T08:35:13.224Z | |
1635 | 2024-11-26T08:35:13.224Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
1636 | 2024-11-26T08:35:13.232Z | cp /mgtrio/t1.trio/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.trio-dpd.log |
1637 | 2024-11-26T08:35:15.817Z | [s2.trio] pkill ddmd |
1638 | 2024-11-26T08:35:15.821Z | |
1639 | 2024-11-26T08:35:15.821Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
1640 | 2024-11-26T08:35:18.225Z | [s1.trio] pkill ddmd |
1641 | 2024-11-26T08:35:18.245Z | |
1642 | 2024-11-26T08:35:18.246Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
1643 | 2024-11-26T08:35:20.776Z | [sidecar.trio] pkill softnpu |
1644 | 2024-11-26T08:35:20.796Z | |
1645 | 2024-11-26T08:35:20.796Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
1646 | 2024-11-26T08:35:23.496Z | test ddm::test_trio_v2_server ... ok |
1647 | 2024-11-26T08:35:23.496Z | |
1648 | 2024-11-26T08:35:23.496Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 548.17s |
1649 | 2024-11-26T08:35:23.496Z | |
1650 | 2024-11-26T08:35:23.499Z | + cleanup |
1651 | 2024-11-26T08:35:23.499Z | ++ id -un |
1652 | 2024-11-26T08:35:23.540Z | ++ id -gn |
1653 | 2024-11-26T08:35:23.543Z | + pfexec chown -R build:build . |
1654 | 2024-11-26T08:35:23.623Z | process exited: duration 1078617 ms, exit code 0 |
|
1655 | 2024-11-26T08:35:23.633Z | found 4 output files |
1656 | 2024-11-26T08:35:23.633Z | uploading: /work/s1.trio.log (4254 bytes) |
1657 | 2024-11-26T08:35:24.641Z | uploaded: /work/s1.trio.log |
1658 | 2024-11-26T08:35:24.641Z | uploading: /work/s2.trio.log (9511 bytes) |
1659 | 2024-11-26T08:35:25.686Z | uploaded: /work/s2.trio.log |
1660 | 2024-11-26T08:35:25.689Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
1661 | 2024-11-26T08:35:26.782Z | uploaded: /work/sidecar.trio-softnpu.log |
1662 | 2024-11-26T08:35:26.782Z | uploading: /work/t1.trio.log (25810 bytes) |
1663 | 2024-11-26T08:35:27.877Z | uploaded: /work/t1.trio.log |