|
|
|
1 | 2024-11-29T04:15:25.936Z | job assigned to worker 01JDV219VGHX74VA5ST1JN0VWT [factory aws, i-00107567227c6281c] (queued for 58 s) |
|
2 | 2024-11-29T04:15:34.329Z | starting task 0: "setup" |
3 | 2024-11-29T04:15:34.340Z | ++ uname -s |
4 | 2024-11-29T04:15:34.342Z | + kern=SunOS |
5 | 2024-11-29T04:15:34.343Z | + case "$kern" in |
6 | 2024-11-29T04:15:34.343Z | + groupadd -g 12345 build |
7 | 2024-11-29T04:15:34.345Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T04:15:36.352Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T04:15:36.426Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T04:15:36.429Z | + home_fs=zfs |
11 | 2024-11-29T04:15:36.429Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T04:15:36.429Z | + mkdir -p /home/build |
13 | 2024-11-29T04:15:36.432Z | + chown build:build /home/build /work |
14 | 2024-11-29T04:15:38.433Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T04:15:38.435Z | process exited: duration 4105 ms, exit code 0 |
|
16 | 2024-11-29T04:15:38.441Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T04:15:38.446Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T04:15:38.446Z | ' stable |
19 | 2024-11-29T04:15:38.449Z | * toolchain channel = "stable" |
20 | 2024-11-29T04:15:38.449Z | * toolchain profile = "default" |
21 | 2024-11-29T04:15:38.449Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-29T04:15:38.449Z | ' default |
23 | 2024-11-29T04:15:38.449Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T04:15:38.449Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T04:15:38.569Z | info: downloading installer |
26 | 2024-11-29T04:15:39.723Z | info: profile set to 'default' |
27 | 2024-11-29T04:15:39.724Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T04:15:39.728Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T04:15:39.876Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T04:15:39.876Z | info: downloading component 'cargo' |
31 | 2024-11-29T04:15:40.736Z | info: downloading component 'clippy' |
32 | 2024-11-29T04:15:41.063Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T04:15:42.255Z | info: downloading component 'rust-std' |
34 | 2024-11-29T04:15:43.973Z | info: downloading component 'rustc' |
35 | 2024-11-29T04:15:50.508Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T04:15:50.757Z | info: installing component 'cargo' |
37 | 2024-11-29T04:15:51.589Z | info: installing component 'clippy' |
38 | 2024-11-29T04:15:51.967Z | info: installing component 'rust-docs' |
39 | 2024-11-29T04:15:53.713Z | info: installing component 'rust-std' |
40 | 2024-11-29T04:15:55.374Z | info: installing component 'rustc' |
41 | 2024-11-29T04:16:01.210Z | info: installing component 'rustfmt' |
42 | 2024-11-29T04:16:01.541Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T04:16:01.541Z | |
44 | 2024-11-29T04:16:01.896Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T04:16:01.896Z | |
46 | 2024-11-29T04:16:01.898Z | |
47 | 2024-11-29T04:16:01.898Z | Rust is installed now. Great! |
48 | 2024-11-29T04:16:01.898Z | |
49 | 2024-11-29T04:16:01.898Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T04:16:01.898Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T04:16:01.898Z | |
52 | 2024-11-29T04:16:01.898Z | To configure your current shell, you need to source |
53 | 2024-11-29T04:16:01.898Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T04:16:01.898Z | |
55 | 2024-11-29T04:16:01.899Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T04:16:01.899Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T04:16:01.899Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T04:16:01.970Z | + rustc --version |
59 | 2024-11-29T04:16:02.037Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T04:16:02.041Z | process exited: duration 23597 ms, exit code 0 |
|
61 | 2024-11-29T04:16:02.047Z | starting task 2: "authentication" |
62 | 2024-11-29T04:16:02.067Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-29T04:16:02.072Z | starting task 3: "clone repository" |
64 | 2024-11-29T04:16:02.077Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-29T04:16:02.080Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-29T04:16:02.115Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-29T04:16:02.675Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-29T04:16:02.675Z | + git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380 |
69 | 2024-11-29T04:16:02.931Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-29T04:16:02.931Z | * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD |
71 | 2024-11-29T04:16:02.939Z | + [[ -n renovate/rust-1.x ]] |
72 | 2024-11-29T04:16:02.942Z | ++ git branch --show-current |
73 | 2024-11-29T04:16:02.944Z | + current=main |
74 | 2024-11-29T04:16:02.944Z | + [[ main != renovate/rust-1.x ]] |
75 | 2024-11-29T04:16:02.944Z | + git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380 |
76 | 2024-11-29T04:16:02.947Z | + git checkout -f renovate/rust-1.x |
77 | 2024-11-29T04:16:02.962Z | Switched to branch 'renovate/rust-1.x' |
78 | 2024-11-29T04:16:02.965Z | + git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380 |
79 | 2024-11-29T04:16:02.968Z | HEAD is now at d143b7c Update dependency rust to v1.83.0 |
80 | 2024-11-29T04:16:02.970Z | process exited: duration 896 ms, exit code 0 |
|
81 | 2024-11-29T04:16:02.975Z | starting task 4: "build" |
82 | 2024-11-29T04:16:02.986Z | ++ cargo --version |
83 | 2024-11-29T04:16:02.991Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-11-29T04:16:03.156Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-11-29T04:16:03.156Z | info: downloading component 'cargo' |
86 | 2024-11-29T04:16:04.024Z | info: downloading component 'clippy' |
87 | 2024-11-29T04:16:04.351Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T04:16:05.551Z | info: downloading component 'rust-std' |
89 | 2024-11-29T04:16:07.279Z | info: downloading component 'rustc' |
90 | 2024-11-29T04:16:13.800Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T04:16:14.050Z | info: installing component 'cargo' |
92 | 2024-11-29T04:16:14.907Z | info: installing component 'clippy' |
93 | 2024-11-29T04:16:15.287Z | info: installing component 'rust-docs' |
94 | 2024-11-29T04:16:16.993Z | info: installing component 'rust-std' |
95 | 2024-11-29T04:16:18.648Z | info: installing component 'rustc' |
96 | 2024-11-29T04:16:24.467Z | info: installing component 'rustfmt' |
97 | 2024-11-29T04:16:24.906Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-11-29T04:16:24.910Z | ++ rustc --version |
99 | 2024-11-29T04:16:24.987Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-11-29T04:16:24.992Z | ++ dladm |
101 | 2024-11-29T04:16:24.998Z | LINK CLASS MTU STATE BRIDGE OVER |
102 | 2024-11-29T04:16:24.998Z | ena0 phys 9216 up -- -- |
103 | 2024-11-29T04:16:25.000Z | ++ ipadm |
104 | 2024-11-29T04:16:25.003Z | ADDROBJ TYPE STATE ADDR |
105 | 2024-11-29T04:16:25.003Z | lo0/v4 static ok 127.0.0.1/8 |
106 | 2024-11-29T04:16:25.003Z | ena0/dhcp dhcp ok 10.150.1.175/24 |
107 | 2024-11-29T04:16:25.003Z | lo0/v6 static ok ::1/128 |
108 | 2024-11-29T04:16:25.003Z | ++ banner collect |
109 | 2024-11-29T04:16:25.006Z | |
110 | 2024-11-29T04:16:25.006Z | #### #### # # ###### #### ##### |
111 | 2024-11-29T04:16:25.006Z | # # # # # # # # # # |
112 | 2024-11-29T04:16:25.006Z | # # # # # ##### # # |
113 | 2024-11-29T04:16:25.006Z | # # # # # # # # |
114 | 2024-11-29T04:16:25.007Z | # # # # # # # # # # |
115 | 2024-11-29T04:16:25.007Z | #### #### ###### ###### ###### #### # |
116 | 2024-11-29T04:16:25.007Z | |
117 | 2024-11-29T04:16:25.007Z | ++ get_artifact softnpu image 64beaff129b7f63a04a53dd5ed0ec09f012f5756 softnpu |
118 | 2024-11-29T04:16:25.007Z | ++ repo=softnpu |
119 | 2024-11-29T04:16:25.007Z | ++ series=image |
120 | 2024-11-29T04:16:25.007Z | ++ commit=64beaff129b7f63a04a53dd5ed0ec09f012f5756 |
121 | 2024-11-29T04:16:25.007Z | ++ name=softnpu |
122 | 2024-11-29T04:16:25.007Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
123 | 2024-11-29T04:16:25.007Z | ++ mkdir -p download |
124 | 2024-11-29T04:16:25.007Z | ++ pushd download |
125 | 2024-11-29T04:16:25.007Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
126 | 2024-11-29T04:16:25.007Z | ++ [[ ! -f softnpu ]] |
127 | 2024-11-29T04:16:25.007Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/64beaff129b7f63a04a53dd5ed0ec09f012f5756/softnpu |
128 | 2024-11-29T04:16:25.015Z | % Total % Received % Xferd Average Speed Time Time Time Current |
129 | 2024-11-29T04:16:25.015Z | Dload Upload Total Spent Left Speed |
130 | 2024-11-29T04:16:25.589Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 21.8M 100 21.8M 0 0 38.1M 0 --:--:-- --:--:-- --:--:-- 38.1M |
131 | 2024-11-29T04:16:25.593Z | ++ popd |
132 | 2024-11-29T04:16:25.593Z | /work/oxidecomputer/maghemite |
133 | 2024-11-29T04:16:25.593Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 libsidecar_lite.so |
134 | 2024-11-29T04:16:25.593Z | ++ repo=sidecar-lite |
135 | 2024-11-29T04:16:25.593Z | ++ series=release |
136 | 2024-11-29T04:16:25.593Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
137 | 2024-11-29T04:16:25.593Z | ++ name=libsidecar_lite.so |
138 | 2024-11-29T04:16:25.593Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
139 | 2024-11-29T04:16:25.593Z | ++ mkdir -p download |
140 | 2024-11-29T04:16:25.597Z | ++ pushd download |
141 | 2024-11-29T04:16:25.597Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
142 | 2024-11-29T04:16:25.597Z | ++ [[ ! -f libsidecar_lite.so ]] |
143 | 2024-11-29T04:16:25.597Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/libsidecar_lite.so |
144 | 2024-11-29T04:16:25.602Z | % Total % Received % Xferd Average Speed Time Time Time Current |
145 | 2024-11-29T04:16:25.602Z | Dload Upload Total Spent Left Speed |
146 | 2024-11-29T04:16:26.118Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 20.3M 0 3900 0 0 25662 0 0:13:49 --:--:-- 0:13:49 25657
100 20.3M 100 20.3M 0 0 39.3M 0 --:--:-- --:--:-- --:--:-- 39.2M |
147 | 2024-11-29T04:16:26.123Z | ++ popd |
148 | 2024-11-29T04:16:26.126Z | /work/oxidecomputer/maghemite |
149 | 2024-11-29T04:16:26.126Z | ++ get_artifact sidecar-lite release d815d8e2b310de8a7461241d9f9f1b5c762e1e65 scadm |
150 | 2024-11-29T04:16:26.126Z | ++ repo=sidecar-lite |
151 | 2024-11-29T04:16:26.126Z | ++ series=release |
152 | 2024-11-29T04:16:26.126Z | ++ commit=d815d8e2b310de8a7461241d9f9f1b5c762e1e65 |
153 | 2024-11-29T04:16:26.126Z | ++ name=scadm |
154 | 2024-11-29T04:16:26.126Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
155 | 2024-11-29T04:16:26.126Z | ++ mkdir -p download |
156 | 2024-11-29T04:16:26.126Z | ++ pushd download |
157 | 2024-11-29T04:16:26.126Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
158 | 2024-11-29T04:16:26.126Z | ++ [[ ! -f scadm ]] |
159 | 2024-11-29T04:16:26.127Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/d815d8e2b310de8a7461241d9f9f1b5c762e1e65/scadm |
160 | 2024-11-29T04:16:26.135Z | % Total % Received % Xferd Average Speed Time Time Time Current |
161 | 2024-11-29T04:16:26.135Z | Dload Upload Total Spent Left Speed |
162 | 2024-11-29T04:16:26.827Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
92 22.7M 92 21.1M 0 0 31.8M 0 --:--:-- --:--:-- --:--:-- 31.8M
100 22.7M 100 22.7M 0 0 32.9M 0 --:--:-- --:--:-- --:--:-- 32.8M |
163 | 2024-11-29T04:16:26.831Z | ++ popd |
164 | 2024-11-29T04:16:26.834Z | /work/oxidecomputer/maghemite |
165 | 2024-11-29T04:16:26.834Z | ++ get_artifact dendrite image 350fb25d724578dd2b127499edcd57981d4bbff2 dendrite-softnpu.tar.gz |
166 | 2024-11-29T04:16:26.834Z | ++ repo=dendrite |
167 | 2024-11-29T04:16:26.834Z | ++ series=image |
168 | 2024-11-29T04:16:26.834Z | ++ commit=350fb25d724578dd2b127499edcd57981d4bbff2 |
169 | 2024-11-29T04:16:26.834Z | ++ name=dendrite-softnpu.tar.gz |
170 | 2024-11-29T04:16:26.834Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
171 | 2024-11-29T04:16:26.834Z | ++ mkdir -p download |
172 | 2024-11-29T04:16:26.837Z | ++ pushd download |
173 | 2024-11-29T04:16:26.837Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
174 | 2024-11-29T04:16:26.837Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
175 | 2024-11-29T04:16:26.837Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/350fb25d724578dd2b127499edcd57981d4bbff2/dendrite-softnpu.tar.gz |
176 | 2024-11-29T04:16:26.843Z | % Total % Received % Xferd Average Speed Time Time Time Current |
177 | 2024-11-29T04:16:26.845Z | Dload Upload Total Spent Left Speed |
178 | 2024-11-29T04:16:27.578Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 37.5M 100 37.5M 0 0 51.2M 0 --:--:-- --:--:-- --:--:-- 51.3M |
179 | 2024-11-29T04:16:27.582Z | ++ popd |
180 | 2024-11-29T04:16:27.582Z | /work/oxidecomputer/maghemite |
181 | 2024-11-29T04:16:27.582Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmd |
182 | 2024-11-29T04:16:27.582Z | ++ repo=maghemite |
183 | 2024-11-29T04:16:27.582Z | ++ series=release |
184 | 2024-11-29T04:16:27.582Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
185 | 2024-11-29T04:16:27.582Z | ++ name=ddmd |
186 | 2024-11-29T04:16:27.582Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
187 | 2024-11-29T04:16:27.582Z | ++ mkdir -p download |
188 | 2024-11-29T04:16:27.585Z | ++ pushd download |
189 | 2024-11-29T04:16:27.586Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
190 | 2024-11-29T04:16:27.586Z | ++ [[ ! -f ddmd ]] |
191 | 2024-11-29T04:16:27.586Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmd |
192 | 2024-11-29T04:16:27.590Z | % Total % Received % Xferd Average Speed Time Time Time Current |
193 | 2024-11-29T04:16:27.590Z | Dload Upload Total Spent Left Speed |
194 | 2024-11-29T04:16:28.445Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 40.9M 100 40.9M 0 0 47.9M 0 --:--:-- --:--:-- --:--:-- 47.9M |
195 | 2024-11-29T04:16:28.448Z | ++ popd |
196 | 2024-11-29T04:16:28.451Z | /work/oxidecomputer/maghemite |
197 | 2024-11-29T04:16:28.451Z | ++ get_artifact maghemite release 2bfd39000c878c45675651a7588c015c486e7f43 ddmadm |
198 | 2024-11-29T04:16:28.451Z | ++ repo=maghemite |
199 | 2024-11-29T04:16:28.451Z | ++ series=release |
200 | 2024-11-29T04:16:28.452Z | ++ commit=2bfd39000c878c45675651a7588c015c486e7f43 |
201 | 2024-11-29T04:16:28.452Z | ++ name=ddmadm |
202 | 2024-11-29T04:16:28.452Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
203 | 2024-11-29T04:16:28.452Z | ++ mkdir -p download |
204 | 2024-11-29T04:16:28.452Z | ++ pushd download |
205 | 2024-11-29T04:16:28.452Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
206 | 2024-11-29T04:16:28.452Z | ++ [[ ! -f ddmadm ]] |
207 | 2024-11-29T04:16:28.452Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/2bfd39000c878c45675651a7588c015c486e7f43/ddmadm |
208 | 2024-11-29T04:16:28.459Z | % Total % Received % Xferd Average Speed Time Time Time Current |
209 | 2024-11-29T04:16:28.459Z | Dload Upload Total Spent Left Speed |
210 | 2024-11-29T04:16:28.952Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
36 18.0M 36 6659k 0 0 27.1M 0 --:--:-- --:--:-- --:--:-- 27.0M
100 18.0M 100 18.0M 0 0 37.0M 0 --:--:-- --:--:-- --:--:-- 37.0M |
211 | 2024-11-29T04:16:28.958Z | ++ popd |
212 | 2024-11-29T04:16:28.958Z | /work/oxidecomputer/maghemite |
213 | 2024-11-29T04:16:28.958Z | ++ pushd download |
214 | 2024-11-29T04:16:28.958Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
215 | 2024-11-29T04:16:28.958Z | ++ chmod +x softnpu |
216 | 2024-11-29T04:16:28.958Z | ++ chmod +x scadm |
217 | 2024-11-29T04:16:28.958Z | ++ chmod +x ddmadm |
218 | 2024-11-29T04:16:28.958Z | ++ chmod +x ddmd |
219 | 2024-11-29T04:16:28.963Z | ++ mv ddmadm ddmadm-v2 |
220 | 2024-11-29T04:16:28.963Z | ++ mv ddmd ddmd-v2 |
221 | 2024-11-29T04:16:28.964Z | ++ rm -rf zones/dendrite |
222 | 2024-11-29T04:16:28.964Z | ++ mkdir -p zones/dendrite |
223 | 2024-11-29T04:16:28.964Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
224 | 2024-11-29T04:16:29.718Z | ++ popd |
225 | 2024-11-29T04:16:29.718Z | /work/oxidecomputer/maghemite |
226 | 2024-11-29T04:16:29.718Z | ++ banner install |
227 | 2024-11-29T04:16:29.724Z | |
228 | 2024-11-29T04:16:29.724Z | # # # #### ##### ## # # |
229 | 2024-11-29T04:16:29.724Z | # ## # # # # # # # |
230 | 2024-11-29T04:16:29.725Z | # # # # #### # # # # # |
231 | 2024-11-29T04:16:29.725Z | # # # # # # ###### # # |
232 | 2024-11-29T04:16:29.725Z | # # ## # # # # # # # |
233 | 2024-11-29T04:16:29.725Z | # # # #### # # # ###### ###### |
234 | 2024-11-29T04:16:29.725Z | |
235 | 2024-11-29T04:16:29.725Z | ++ pkg info brand/sparse |
236 | 2024-11-29T04:16:29.725Z | ++ grep -qi installed |
237 | 2024-11-29T04:16:31.313Z | pkg: info: no packages matching the following patterns you specified are |
238 | 2024-11-29T04:16:31.313Z | installed on the system. Try querying remotely instead: |
239 | 2024-11-29T04:16:31.313Z | |
240 | 2024-11-29T04:16:31.313Z | brand/sparse |
241 | 2024-11-29T04:16:31.362Z | ++ [[ 1 != 0 ]] |
242 | 2024-11-29T04:16:31.362Z | ++ set -o errexit |
243 | 2024-11-29T04:16:31.362Z | ++ pfexec pkg install brand/sparse |
244 | 2024-11-29T04:16:39.808Z | Startup: Refreshing catalog 'helios-dev' ... Done |
245 | 2024-11-29T04:16:43.608Z | Startup: Caching catalogs ... Done |
246 | 2024-11-29T04:16:53.607Z | Planning: Solver setup ... Done |
247 | 2024-11-29T04:16:53.736Z | Planning: Running solver ... Done |
248 | 2024-11-29T04:16:53.837Z | Planning: Finding local manifests ... Done |
249 | 2024-11-29T04:16:53.853Z | Planning: Fetching manifests: 0/3 0% complete |
250 | 2024-11-29T04:16:53.944Z | Planning: Fetching manifests: 3/3 100% complete |
251 | 2024-11-29T04:16:54.023Z | Planning: Package planning ... Done |
252 | 2024-11-29T04:16:54.029Z | Planning: Merging actions ... Done |
253 | 2024-11-29T04:16:54.227Z | Planning: Checking for conflicting actions ... Done |
254 | 2024-11-29T04:16:56.214Z | Planning: Consolidating action changes ... Done |
255 | 2024-11-29T04:16:56.639Z | Planning: Evaluating mediators ... Done |
256 | 2024-11-29T04:16:56.709Z | Planning: Planning completed in 13.01 seconds |
257 | 2024-11-29T04:16:56.724Z | Packages to install: 1 |
258 | 2024-11-29T04:16:56.724Z | Packages to update: 2 |
259 | 2024-11-29T04:16:56.727Z | Create boot environment: No |
260 | 2024-11-29T04:16:56.727Z | Create backup boot environment: Yes |
261 | 2024-11-29T04:16:56.799Z | |
262 | 2024-11-29T04:16:56.799Z | Download: 0/1009 items 0.0/8.0MB 0% complete |
263 | 2024-11-29T04:17:01.800Z | Download: 846/1009 items 7.6/8.0MB 94% complete (1.5M/s) |
264 | 2024-11-29T04:17:03.445Z | Download: Completed 8.03 MB in 6.65 seconds (1.2M/s) |
265 | 2024-11-29T04:17:05.545Z | Actions: 1/1419 actions (Removing old actions) |
266 | 2024-11-29T04:17:05.573Z | Actions: 199/1419 actions (Installing new actions) |
267 | 2024-11-29T04:17:05.686Z | Actions: 579/1419 actions (Updating modified actions) |
268 | 2024-11-29T04:17:06.002Z | Actions: Completed 1419 actions in 0.46 seconds. |
269 | 2024-11-29T04:17:06.204Z | Done |
270 | 2024-11-29T04:17:06.207Z | Done |
271 | 2024-11-29T04:17:06.706Z | Done |
272 | 2024-11-29T04:17:11.096Z | Done |
273 | 2024-11-29T04:17:11.191Z | Done |
274 | 2024-11-29T04:17:11.193Z | Done |
275 | 2024-11-29T04:17:11.294Z | Done |
276 | 2024-11-29T04:17:11.686Z | ++ set -o errexit |
277 | 2024-11-29T04:17:11.686Z | ++ set -o pipefail |
278 | 2024-11-29T04:17:11.686Z | ++ banner build |
279 | 2024-11-29T04:17:11.689Z | |
280 | 2024-11-29T04:17:11.689Z | ##### # # # # ##### |
281 | 2024-11-29T04:17:11.689Z | # # # # # # # # |
282 | 2024-11-29T04:17:11.689Z | ##### # # # # # # |
283 | 2024-11-29T04:17:11.689Z | # # # # # # # # |
284 | 2024-11-29T04:17:11.689Z | # # # # # # # # |
285 | 2024-11-29T04:17:11.689Z | ##### #### # ###### ##### |
286 | 2024-11-29T04:17:11.689Z | |
287 | 2024-11-29T04:17:11.689Z | ++ cargo build --release --bin ddmd --bin ddmadm |
288 | 2024-11-29T04:17:11.852Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
289 | 2024-11-29T04:17:12.097Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
290 | 2024-11-29T04:17:12.315Z | From https://www.github.com/oxidecomputer/oxnet |
291 | 2024-11-29T04:17:12.315Z | * [new branch] ci -> origin/ci |
292 | 2024-11-29T04:17:12.318Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
293 | 2024-11-29T04:17:12.318Z | * [new branch] main -> origin/main |
294 | 2024-11-29T04:17:12.318Z | * [new ref] -> origin/HEAD |
295 | 2024-11-29T04:17:12.328Z | Updating crates.io index |
296 | 2024-11-29T04:17:12.421Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
297 | 2024-11-29T04:17:13.152Z | From https://github.com/oxidecomputer/falcon |
298 | 2024-11-29T04:17:13.152Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
299 | 2024-11-29T04:17:13.262Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
300 | 2024-11-29T04:17:14.465Z | From https://github.com/oxidecomputer/dendrite |
301 | 2024-11-29T04:17:14.465Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
302 | 2024-11-29T04:17:14.548Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
303 | 2024-11-29T04:17:14.927Z | From https://github.com/oxidecomputer/ispf |
304 | 2024-11-29T04:17:14.927Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
305 | 2024-11-29T04:17:14.936Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
306 | 2024-11-29T04:17:15.367Z | From https://github.com/oxidecomputer/netadm-sys |
307 | 2024-11-29T04:17:15.367Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
308 | 2024-11-29T04:17:15.379Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
309 | 2024-11-29T04:17:18.849Z | From https://github.com/oxidecomputer/omicron |
310 | 2024-11-29T04:17:18.849Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
311 | 2024-11-29T04:17:18.882Z | * [new tag] dogfood -> dogfood |
312 | 2024-11-29T04:17:18.885Z | * [new tag] v5 -> v5 |
313 | 2024-11-29T04:17:18.885Z | * [new tag] v6 -> v6 |
314 | 2024-11-29T04:17:18.885Z | * [new tag] v7 -> v7 |
315 | 2024-11-29T04:17:18.885Z | * [new tag] v8 -> v8 |
316 | 2024-11-29T04:17:18.885Z | * [new tag] v9 -> v9 |
317 | 2024-11-29T04:17:19.261Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2024-11-29T04:17:20.285Z | From https://github.com/oxidecomputer/opte |
319 | 2024-11-29T04:17:20.285Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
320 | 2024-11-29T04:17:20.330Z | Updating git repository `https://github.com/illumos/smf-rs` |
321 | 2024-11-29T04:17:20.714Z | From https://github.com/illumos/smf-rs |
322 | 2024-11-29T04:17:20.714Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
323 | 2024-11-29T04:17:20.754Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
324 | 2024-11-29T04:17:21.287Z | From https://github.com/oxidecomputer/maghemite |
325 | 2024-11-29T04:17:21.287Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
326 | 2024-11-29T04:17:21.306Z | * [new tag] rift -> rift |
327 | 2024-11-29T04:17:21.309Z | * [new tag] srp -> srp |
328 | 2024-11-29T04:17:21.309Z | * [new tag] tie-spf -> tie-spf |
329 | 2024-11-29T04:17:21.373Z | Updating git repository `https://github.com/oxidecomputer/zone` |
330 | 2024-11-29T04:17:21.760Z | From https://github.com/oxidecomputer/zone |
331 | 2024-11-29T04:17:21.760Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
332 | 2024-11-29T04:17:21.908Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
333 | 2024-11-29T04:17:22.638Z | From https://github.com/oxidecomputer/propolis |
334 | 2024-11-29T04:17:22.638Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
335 | 2024-11-29T04:17:22.726Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2024-11-29T04:17:23.111Z | From https://github.com/oxidecomputer/dlpi-sys |
337 | 2024-11-29T04:17:23.111Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
338 | 2024-11-29T04:17:23.143Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2024-11-29T04:17:23.693Z | From https://github.com/jmesmon/rust-libzfs |
340 | 2024-11-29T04:17:23.693Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
341 | 2024-11-29T04:17:23.708Z | * [new tag] v0.4.0 -> v0.4.0 |
342 | 2024-11-29T04:17:23.722Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
343 | 2024-11-29T04:17:24.079Z | From https://github.com/oxidecomputer/rusty-doors |
344 | 2024-11-29T04:17:24.079Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
345 | 2024-11-29T04:17:24.148Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
346 | 2024-11-29T04:17:24.597Z | From https://github.com/oxidecomputer/maghemite |
347 | 2024-11-29T04:17:24.597Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
348 | 2024-11-29T04:17:24.656Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
349 | 2024-11-29T04:17:25.030Z | From https://github.com/oxidecomputer/serde_human_bytes |
350 | 2024-11-29T04:17:25.031Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
351 | 2024-11-29T04:17:25.066Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
352 | 2024-11-29T04:17:25.476Z | From https://github.com/oxidecomputer/slog-error-chain |
353 | 2024-11-29T04:17:25.476Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
354 | 2024-11-29T04:17:25.548Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
355 | 2024-11-29T04:17:25.957Z | From https://github.com/oxidecomputer/poptrie |
356 | 2024-11-29T04:17:25.957Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
357 | 2024-11-29T04:17:26.030Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
358 | 2024-11-29T04:17:26.398Z | From https://github.com/illumos/libscf-sys |
359 | 2024-11-29T04:17:26.398Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
360 | 2024-11-29T04:17:26.419Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
361 | 2024-11-29T04:17:27.245Z | From https://github.com/oxidecomputer/progenitor |
362 | 2024-11-29T04:17:27.245Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
363 | 2024-11-29T04:17:27.267Z | * [new tag] v0.1.1 -> v0.1.1 |
364 | 2024-11-29T04:17:27.270Z | * [new tag] v0.2.0 -> v0.2.0 |
365 | 2024-11-29T04:17:27.270Z | * [new tag] v0.3.0 -> v0.3.0 |
366 | 2024-11-29T04:17:27.270Z | * [new tag] v0.4.0 -> v0.4.0 |
367 | 2024-11-29T04:17:27.270Z | * [new tag] v0.5.0 -> v0.5.0 |
368 | 2024-11-29T04:17:27.270Z | * [new tag] v0.6.0 -> v0.6.0 |
369 | 2024-11-29T04:17:27.270Z | * [new tag] v0.7.0 -> v0.7.0 |
370 | 2024-11-29T04:17:27.545Z | Updating git repository `https://github.com/oxidecomputer/typify` |
371 | 2024-11-29T04:17:28.323Z | From https://github.com/oxidecomputer/typify |
372 | 2024-11-29T04:17:28.323Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
373 | 2024-11-29T04:17:28.326Z | * [new tag] v0.2.0 -> v0.2.0 |
374 | 2024-11-29T04:17:28.343Z | * [new tag] v0.0.10 -> v0.0.10 |
375 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.11 -> v0.0.11 |
376 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.12 -> v0.0.12 |
377 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.13 -> v0.0.13 |
378 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.14 -> v0.0.14 |
379 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.15 -> v0.0.15 |
380 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.16 -> v0.0.16 |
381 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.4 -> v0.0.4 |
382 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.5 -> v0.0.5 |
383 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.7 -> v0.0.7 |
384 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.8 -> v0.0.8 |
385 | 2024-11-29T04:17:28.346Z | * [new tag] v0.0.9 -> v0.0.9 |
386 | 2024-11-29T04:17:28.346Z | * [new tag] v0.1.0 -> v0.1.0 |
387 | 2024-11-29T04:17:28.510Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
388 | 2024-11-29T04:17:30.404Z | From https://github.com/oxidecomputer/crucible |
389 | 2024-11-29T04:17:30.404Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
390 | 2024-11-29T04:17:30.461Z | Updating git repository `https://github.com/oxidecomputer/opte` |
391 | 2024-11-29T04:17:30.890Z | From https://github.com/oxidecomputer/opte |
392 | 2024-11-29T04:17:30.890Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
393 | 2024-11-29T04:17:30.949Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
394 | 2024-11-29T04:17:31.554Z | From https://github.com/oxidecomputer/management-gateway-service |
395 | 2024-11-29T04:17:31.554Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
396 | 2024-11-29T04:17:32.334Z | Downloading crates ... |
397 | 2024-11-29T04:17:32.448Z | Downloaded anstyle v1.0.10 |
398 | 2024-11-29T04:17:32.493Z | Downloaded aho-corasick v1.1.3 |
399 | 2024-11-29T04:17:32.499Z | Downloaded allocator-api2 v0.2.18 |
400 | 2024-11-29T04:17:32.502Z | Downloaded ahash v0.8.11 |
401 | 2024-11-29T04:17:32.534Z | Downloaded byteorder v1.5.0 |
402 | 2024-11-29T04:17:32.536Z | Downloaded clap_derive v4.5.18 |
403 | 2024-11-29T04:17:32.539Z | Downloaded colorchoice v1.0.2 |
404 | 2024-11-29T04:17:32.541Z | Downloaded ciborium-ll v0.2.2 |
405 | 2024-11-29T04:17:32.544Z | Downloaded pretty-hex v0.2.1 |
406 | 2024-11-29T04:17:32.547Z | Downloaded clap_builder v4.5.21 |
407 | 2024-11-29T04:17:32.554Z | Downloaded plain v0.2.3 |
408 | 2024-11-29T04:17:32.557Z | Downloaded defmt-macros v0.3.9 |
409 | 2024-11-29T04:17:32.559Z | Downloaded pest_generator v2.7.13 |
410 | 2024-11-29T04:17:32.562Z | Downloaded parse-display-derive v0.10.0 |
411 | 2024-11-29T04:17:32.562Z | Downloaded crc8 v0.1.1 |
412 | 2024-11-29T04:17:32.562Z | Downloaded const-random v0.1.18 |
413 | 2024-11-29T04:17:32.564Z | Downloaded pkg-config v0.3.31 |
414 | 2024-11-29T04:17:32.564Z | Downloaded parking_lot_core v0.8.6 |
415 | 2024-11-29T04:17:32.568Z | Downloaded ppv-lite86 v0.2.20 |
416 | 2024-11-29T04:17:32.571Z | Downloaded anstyle-parse v0.2.5 |
417 | 2024-11-29T04:17:32.571Z | Downloaded powerfmt v0.2.0 |
418 | 2024-11-29T04:17:32.574Z | Downloaded postcard v1.0.10 |
419 | 2024-11-29T04:17:32.577Z | Downloaded pretty-hex v0.4.1 |
420 | 2024-11-29T04:17:32.577Z | Downloaded paste v1.0.15 |
421 | 2024-11-29T04:17:32.579Z | Downloaded arc-swap v1.7.1 |
422 | 2024-11-29T04:17:32.583Z | Downloaded anstyle-query v1.1.1 |
423 | 2024-11-29T04:17:32.585Z | Downloaded percent-encoding v2.3.1 |
424 | 2024-11-29T04:17:32.585Z | Downloaded dtrace-parser v0.2.0 |
425 | 2024-11-29T04:17:32.588Z | Downloaded cstr-argument v0.1.2 |
426 | 2024-11-29T04:17:32.588Z | Downloaded parse-display v0.10.0 |
427 | 2024-11-29T04:17:32.590Z | Downloaded camino v1.1.9 |
428 | 2024-11-29T04:17:32.592Z | Downloaded parking_lot_core v0.9.10 |
429 | 2024-11-29T04:17:32.594Z | Downloaded pin-project-lite v0.2.14 |
430 | 2024-11-29T04:17:32.598Z | Downloaded pest v2.7.13 |
431 | 2024-11-29T04:17:32.604Z | Downloaded progenitor-client v0.8.0 |
432 | 2024-11-29T04:17:32.606Z | Downloaded proc-macro-error-attr v1.0.4 |
433 | 2024-11-29T04:17:32.606Z | Downloaded colored v2.1.0 |
434 | 2024-11-29T04:17:32.609Z | Downloaded clap_lex v0.7.2 |
435 | 2024-11-29T04:17:32.611Z | Downloaded futures-sink v0.3.30 |
436 | 2024-11-29T04:17:32.611Z | Downloaded bitflags v1.3.2 |
437 | 2024-11-29T04:17:32.614Z | Downloaded progenitor v0.8.0 |
438 | 2024-11-29T04:17:32.618Z | Downloaded equivalent v1.0.1 |
439 | 2024-11-29T04:17:32.618Z | Downloaded darling_macro v0.20.10 |
440 | 2024-11-29T04:17:32.618Z | Downloaded proc-macro-crate v1.3.1 |
441 | 2024-11-29T04:17:32.621Z | Downloaded atomicwrites v0.4.4 |
442 | 2024-11-29T04:17:32.621Z | Downloaded bytes v1.7.2 |
443 | 2024-11-29T04:17:32.625Z | Downloaded sigpipe v0.1.3 |
444 | 2024-11-29T04:17:32.627Z | Downloaded dropshot_endpoint v0.12.0 |
445 | 2024-11-29T04:17:32.629Z | Downloaded serde-big-array v0.5.1 |
446 | 2024-11-29T04:17:32.632Z | Downloaded scroll_derive v0.12.0 |
447 | 2024-11-29T04:17:32.632Z | Downloaded camino-tempfile v1.1.1 |
448 | 2024-11-29T04:17:32.634Z | Downloaded async-trait v0.1.83 |
449 | 2024-11-29T04:17:32.637Z | Downloaded cpufeatures v0.2.14 |
450 | 2024-11-29T04:17:32.639Z | Downloaded const-random-macro v0.1.16 |
451 | 2024-11-29T04:17:32.642Z | Downloaded foreign-types-shared v0.3.1 |
452 | 2024-11-29T04:17:32.642Z | Downloaded cobs v0.2.3 |
453 | 2024-11-29T04:17:32.642Z | Downloaded quick-error v1.2.3 |
454 | 2024-11-29T04:17:32.644Z | Downloaded dyn-clone v1.0.17 |
455 | 2024-11-29T04:17:32.647Z | Downloaded signal-hook-registry v1.4.2 |
456 | 2024-11-29T04:17:32.647Z | Downloaded defmt-parser v0.3.4 |
457 | 2024-11-29T04:17:32.649Z | Downloaded debug-ignore v1.0.5 |
458 | 2024-11-29T04:17:32.649Z | Downloaded scopeguard v1.2.0 |
459 | 2024-11-29T04:17:32.652Z | Downloaded foreign-types-shared v0.1.1 |
460 | 2024-11-29T04:17:32.652Z | Downloaded foreign-types v0.5.0 |
461 | 2024-11-29T04:17:32.652Z | Downloaded foreign-types v0.3.2 |
462 | 2024-11-29T04:17:32.655Z | Downloaded cookie v0.18.1 |
463 | 2024-11-29T04:17:32.657Z | Downloaded rand_chacha v0.3.1 |
464 | 2024-11-29T04:17:32.659Z | Downloaded proc-macro-crate v3.2.0 |
465 | 2024-11-29T04:17:32.659Z | Downloaded errno v0.3.9 |
466 | 2024-11-29T04:17:32.662Z | Downloaded enum-as-inner v0.6.1 |
467 | 2024-11-29T04:17:32.662Z | Downloaded embedded-io v0.6.1 |
468 | 2024-11-29T04:17:32.664Z | Downloaded either v1.13.0 |
469 | 2024-11-29T04:17:32.666Z | Downloaded crc32fast v1.4.2 |
470 | 2024-11-29T04:17:32.669Z | Downloaded serde_repr v0.1.19 |
471 | 2024-11-29T04:17:32.669Z | Downloaded progenitor-macro v0.8.0 |
472 | 2024-11-29T04:17:32.672Z | Downloaded proc-macro-error v1.0.4 |
473 | 2024-11-29T04:17:32.675Z | Downloaded scroll v0.12.0 |
474 | 2024-11-29T04:17:32.678Z | Downloaded slab v0.4.9 |
475 | 2024-11-29T04:17:32.678Z | Downloaded deranged v0.3.11 |
476 | 2024-11-29T04:17:32.684Z | Downloaded shlex v1.3.0 |
477 | 2024-11-29T04:17:32.685Z | Downloaded semver v0.1.20 |
478 | 2024-11-29T04:17:32.685Z | Downloaded data-encoding v2.6.0 |
479 | 2024-11-29T04:17:32.685Z | Downloaded form_urlencoded v1.2.1 |
480 | 2024-11-29T04:17:32.685Z | Downloaded quinn-udp v0.5.5 |
481 | 2024-11-29T04:17:32.688Z | Downloaded serde_urlencoded v0.7.1 |
482 | 2024-11-29T04:17:32.688Z | Downloaded serde_path_to_error v0.1.16 |
483 | 2024-11-29T04:17:32.690Z | Downloaded resolv-conf v0.7.0 |
484 | 2024-11-29T04:17:32.693Z | Downloaded rustversion v1.0.17 |
485 | 2024-11-29T04:17:32.695Z | Downloaded http-body v1.0.1 |
486 | 2024-11-29T04:17:32.695Z | Downloaded schemars_derive v0.8.21 |
487 | 2024-11-29T04:17:32.698Z | Downloaded rustc-hash v2.0.0 |
488 | 2024-11-29T04:17:32.700Z | Downloaded futures-core v0.3.30 |
489 | 2024-11-29T04:17:32.700Z | Downloaded slog-async v2.8.0 |
490 | 2024-11-29T04:17:32.702Z | Downloaded base64 v0.22.1 |
491 | 2024-11-29T04:17:32.705Z | Downloaded heck v0.5.0 |
492 | 2024-11-29T04:17:32.709Z | Downloaded hash32 v0.3.1 |
493 | 2024-11-29T04:17:32.711Z | Downloaded slog-dtrace v0.3.0 |
494 | 2024-11-29T04:17:32.711Z | Downloaded sha2 v0.10.8 |
495 | 2024-11-29T04:17:32.714Z | Downloaded hubpack_derive v0.1.1 |
496 | 2024-11-29T04:17:32.714Z | Downloaded futures-channel v0.3.30 |
497 | 2024-11-29T04:17:32.716Z | Downloaded ident_case v1.0.1 |
498 | 2024-11-29T04:17:32.719Z | Downloaded argon2 v0.5.3 |
499 | 2024-11-29T04:17:32.719Z | Downloaded serde_derive_internals v0.29.1 |
500 | 2024-11-29T04:17:32.721Z | Downloaded tower-service v0.3.3 |
501 | 2024-11-29T04:17:32.723Z | Downloaded num-conv v0.1.0 |
502 | 2024-11-29T04:17:32.723Z | Downloaded stable_deref_trait v1.2.0 |
503 | 2024-11-29T04:17:32.723Z | Downloaded num-derive v0.3.3 |
504 | 2024-11-29T04:17:32.726Z | Downloaded lazy_static v1.5.0 |
505 | 2024-11-29T04:17:32.728Z | Downloaded tinyvec_macros v0.1.1 |
506 | 2024-11-29T04:17:32.728Z | Downloaded hostname v0.3.1 |
507 | 2024-11-29T04:17:32.731Z | Downloaded serde_tokenstream v0.2.2 |
508 | 2024-11-29T04:17:32.733Z | Downloaded match_cfg v0.1.0 |
509 | 2024-11-29T04:17:32.733Z | Downloaded darling_core v0.20.10 |
510 | 2024-11-29T04:17:32.737Z | Downloaded slog-bunyan v2.5.0 |
511 | 2024-11-29T04:17:32.739Z | Downloaded pest_derive v2.7.13 |
512 | 2024-11-29T04:17:32.742Z | Downloaded serde_with_macros v3.9.0 |
513 | 2024-11-29T04:17:32.745Z | Downloaded anyhow v1.0.93 |
514 | 2024-11-29T04:17:32.748Z | Downloaded iana-time-zone v0.1.61 |
515 | 2024-11-29T04:17:32.751Z | Downloaded no-std-compat v0.4.1 |
516 | 2024-11-29T04:17:32.751Z | Downloaded thiserror-impl v1.0.69 |
517 | 2024-11-29T04:17:32.753Z | Downloaded spin v0.5.2 |
518 | 2024-11-29T04:17:32.754Z | Downloaded hyper-rustls v0.24.2 |
519 | 2024-11-29T04:17:32.756Z | Downloaded time-core v0.1.2 |
520 | 2024-11-29T04:17:32.759Z | Downloaded num v0.4.3 |
521 | 2024-11-29T04:17:32.761Z | Downloaded httpdate v1.0.3 |
522 | 2024-11-29T04:17:32.761Z | Downloaded zeroize v1.8.1 |
523 | 2024-11-29T04:17:32.763Z | Downloaded semver v1.0.23 |
524 | 2024-11-29T04:17:32.766Z | Downloaded is_terminal_polyfill v1.70.1 |
525 | 2024-11-29T04:17:32.766Z | Downloaded native-tls v0.2.12 |
526 | 2024-11-29T04:17:32.769Z | Downloaded hubpack v0.1.2 |
527 | 2024-11-29T04:17:32.772Z | Downloaded crossbeam-channel v0.5.13 |
528 | 2024-11-29T04:17:32.774Z | Downloaded rhai_codegen v2.2.0 |
529 | 2024-11-29T04:17:32.781Z | Downloaded managed v0.8.0 |
530 | 2024-11-29T04:17:32.784Z | Downloaded static_assertions v1.1.0 |
531 | 2024-11-29T04:17:32.787Z | Downloaded num-integer v0.1.46 |
532 | 2024-11-29T04:17:32.787Z | Downloaded want v0.3.1 |
533 | 2024-11-29T04:17:32.790Z | Downloaded num-derive v0.4.2 |
534 | 2024-11-29T04:17:32.790Z | Downloaded spin v0.9.8 |
535 | 2024-11-29T04:17:32.792Z | Downloaded version_check v0.9.5 |
536 | 2024-11-29T04:17:32.795Z | Downloaded usdt-attr-macro v0.5.0 |
537 | 2024-11-29T04:17:32.795Z | Downloaded slog-json v2.6.1 |
538 | 2024-11-29T04:17:32.797Z | Downloaded smf v0.2.3 |
539 | 2024-11-29T04:17:32.797Z | Downloaded socket2 v0.5.8 |
540 | 2024-11-29T04:17:32.800Z | Downloaded take_mut v0.2.2 |
541 | 2024-11-29T04:17:32.800Z | Downloaded lru-cache v0.1.2 |
542 | 2024-11-29T04:17:32.803Z | Downloaded structmeta v0.3.0 |
543 | 2024-11-29T04:17:32.803Z | Downloaded ryu v1.0.18 |
544 | 2024-11-29T04:17:32.806Z | Downloaded is-terminal v0.4.13 |
545 | 2024-11-29T04:17:32.808Z | Downloaded ipnetwork v0.20.0 |
546 | 2024-11-29T04:17:32.811Z | Downloaded rustls-pki-types v1.8.0 |
547 | 2024-11-29T04:17:32.811Z | Downloaded uuid v1.11.0 |
548 | 2024-11-29T04:17:32.815Z | Downloaded swrite v0.1.0 |
549 | 2024-11-29T04:17:32.817Z | Downloaded strum v0.26.3 |
550 | 2024-11-29T04:17:32.817Z | Downloaded slog-envlogger v2.2.0 |
551 | 2024-11-29T04:17:32.819Z | Downloaded structmeta-derive v0.3.0 |
552 | 2024-11-29T04:17:32.819Z | Downloaded similar v2.6.0 |
553 | 2024-11-29T04:17:32.826Z | Downloaded thread_local v1.1.8 |
554 | 2024-11-29T04:17:32.828Z | Downloaded strsim v0.11.1 |
555 | 2024-11-29T04:17:32.829Z | Downloaded httparse v1.9.4 |
556 | 2024-11-29T04:17:32.831Z | Downloaded progenitor-impl v0.8.0 |
557 | 2024-11-29T04:17:32.833Z | Downloaded mime v0.3.17 |
558 | 2024-11-29T04:17:32.836Z | Downloaded slog v2.7.0 |
559 | 2024-11-29T04:17:32.839Z | Downloaded try-lock v0.2.5 |
560 | 2024-11-29T04:17:32.839Z | Downloaded num_threads v0.1.7 |
561 | 2024-11-29T04:17:32.842Z | Downloaded omicron-workspace-hack v0.1.0 |
562 | 2024-11-29T04:17:32.842Z | Downloaded serde_derive v1.0.215 |
563 | 2024-11-29T04:17:32.845Z | Downloaded newline-converter v0.3.0 |
564 | 2024-11-29T04:17:32.845Z | Downloaded sync_wrapper v1.0.1 |
565 | 2024-11-29T04:17:32.849Z | Downloaded slog-scope v4.4.0 |
566 | 2024-11-29T04:17:32.849Z | Downloaded sync_wrapper v0.1.2 |
567 | 2024-11-29T04:17:32.849Z | Downloaded hyper-tls v0.6.0 |
568 | 2024-11-29T04:17:32.854Z | Downloaded macaddr v1.0.1 |
569 | 2024-11-29T04:17:32.854Z | Downloaded schemars v0.8.21 |
570 | 2024-11-29T04:17:32.863Z | Downloaded untrusted v0.9.0 |
571 | 2024-11-29T04:17:32.866Z | Downloaded subtle v2.6.1 |
572 | 2024-11-29T04:17:32.869Z | Downloaded fxhash v0.2.1 |
573 | 2024-11-29T04:17:32.869Z | Downloaded strum_macros v0.25.3 |
574 | 2024-11-29T04:17:32.872Z | Downloaded memmap v0.7.0 |
575 | 2024-11-29T04:17:32.872Z | Downloaded hyper-tls v0.5.0 |
576 | 2024-11-29T04:17:32.875Z | Downloaded linked-hash-map v0.5.6 |
577 | 2024-11-29T04:17:32.875Z | Downloaded linear-map v1.2.0 |
578 | 2024-11-29T04:17:32.879Z | Downloaded tracing-attributes v0.1.27 |
579 | 2024-11-29T04:17:32.882Z | Downloaded hex v0.4.3 |
580 | 2024-11-29T04:17:32.882Z | Downloaded prettyplease v0.2.22 |
581 | 2024-11-29T04:17:32.886Z | Downloaded humantime v2.1.0 |
582 | 2024-11-29T04:17:32.886Z | Downloaded instant v0.1.13 |
583 | 2024-11-29T04:17:32.889Z | Downloaded zerocopy-derive v0.7.35 |
584 | 2024-11-29T04:17:32.893Z | Downloaded heck v0.4.1 |
585 | 2024-11-29T04:17:32.897Z | Downloaded generic-array v0.14.7 |
586 | 2024-11-29T04:17:32.897Z | Downloaded expectorate v1.1.0 |
587 | 2024-11-29T04:17:32.899Z | Downloaded multer v3.1.0 |
588 | 2024-11-29T04:17:32.903Z | Downloaded tabwriter v1.4.0 |
589 | 2024-11-29T04:17:32.903Z | Downloaded serde v1.0.215 |
590 | 2024-11-29T04:17:32.906Z | Downloaded toml_datetime v0.6.8 |
591 | 2024-11-29T04:17:32.909Z | Downloaded newtype_derive v0.1.6 |
592 | 2024-11-29T04:17:32.909Z | Downloaded tokio-native-tls v0.3.1 |
593 | 2024-11-29T04:17:32.912Z | Downloaded openssl-probe v0.1.5 |
594 | 2024-11-29T04:17:32.912Z | Downloaded usdt v0.5.0 |
595 | 2024-11-29T04:17:32.916Z | Downloaded tiny-keccak v2.0.2 |
596 | 2024-11-29T04:17:32.916Z | Downloaded zone_cfg_derive v0.3.0 |
597 | 2024-11-29T04:17:32.920Z | Downloaded usdt-macro v0.5.0 |
598 | 2024-11-29T04:17:32.920Z | Downloaded waitgroup v0.1.2 |
599 | 2024-11-29T04:17:32.920Z | Downloaded num_enum_derive v0.7.3 |
600 | 2024-11-29T04:17:32.920Z | Downloaded num_enum v0.5.11 |
601 | 2024-11-29T04:17:32.925Z | Downloaded num_enum_derive v0.5.11 |
602 | 2024-11-29T04:17:32.930Z | Downloaded num_enum v0.7.3 |
603 | 2024-11-29T04:17:32.934Z | Downloaded strum_macros v0.26.4 |
604 | 2024-11-29T04:17:32.937Z | Downloaded getrandom v0.2.15 |
605 | 2024-11-29T04:17:32.945Z | Downloaded zerocopy v0.6.6 |
606 | 2024-11-29T04:17:32.945Z | Downloaded http-body v0.4.6 |
607 | 2024-11-29T04:17:32.948Z | Downloaded serde_yaml v0.9.34+deprecated |
608 | 2024-11-29T04:17:32.948Z | Downloaded openssl-macros v0.1.1 |
609 | 2024-11-29T04:17:32.948Z | Downloaded log v0.4.22 |
610 | 2024-11-29T04:17:32.952Z | Downloaded unicode-segmentation v1.12.0 |
611 | 2024-11-29T04:17:32.957Z | Downloaded zone v0.3.0 |
612 | 2024-11-29T04:17:32.957Z | Downloaded tempfile v3.12.0 |
613 | 2024-11-29T04:17:32.961Z | Downloaded term v0.7.0 |
614 | 2024-11-29T04:17:32.965Z | Downloaded newtype-uuid v1.1.0 |
615 | 2024-11-29T04:17:32.965Z | Downloaded libsw v3.3.1 |
616 | 2024-11-29T04:17:32.965Z | Downloaded tokio-rustls v0.24.1 |
617 | 2024-11-29T04:17:32.970Z | Downloaded tokio-rustls v0.26.0 |
618 | 2024-11-29T04:17:32.970Z | Downloaded num-complex v0.4.6 |
619 | 2024-11-29T04:17:32.974Z | Downloaded utf8parse v0.2.2 |
620 | 2024-11-29T04:17:32.975Z | Downloaded slog-stdlog v4.1.1 |
621 | 2024-11-29T04:17:32.975Z | Downloaded futures-task v0.3.30 |
622 | 2024-11-29T04:17:32.979Z | Downloaded itoa v1.0.11 |
623 | 2024-11-29T04:17:32.979Z | Downloaded usdt-impl v0.5.0 |
624 | 2024-11-29T04:17:32.979Z | Downloaded terminal_size v0.4.0 |
625 | 2024-11-29T04:17:32.982Z | Downloaded indent_write v2.2.0 |
626 | 2024-11-29T04:17:32.982Z | Downloaded lock_api v0.4.12 |
627 | 2024-11-29T04:17:32.982Z | Downloaded time-macros v0.2.18 |
628 | 2024-11-29T04:17:32.986Z | Downloaded smallvec v1.13.2 |
629 | 2024-11-29T04:17:32.986Z | Downloaded highway v1.2.0 |
630 | 2024-11-29T04:17:32.993Z | Downloaded ipnet v2.10.0 |
631 | 2024-11-29T04:17:32.998Z | Downloaded unicode-ident v1.0.13 |
632 | 2024-11-29T04:17:32.998Z | Downloaded toml v0.8.19 |
633 | 2024-11-29T04:17:32.998Z | Downloaded half v2.4.1 |
634 | 2024-11-29T04:17:33.002Z | Downloaded http-body-util v0.1.2 |
635 | 2024-11-29T04:17:33.002Z | Downloaded thread-id v4.2.2 |
636 | 2024-11-29T04:17:33.005Z | Downloaded whoami v1.5.2 |
637 | 2024-11-29T04:17:33.005Z | Downloaded thiserror v1.0.69 |
638 | 2024-11-29T04:17:33.009Z | Downloaded hashbrown v0.12.3 |
639 | 2024-11-29T04:17:33.013Z | Downloaded tracing-core v0.1.32 |
640 | 2024-11-29T04:17:33.017Z | Downloaded once_cell v1.20.2 |
641 | 2024-11-29T04:17:33.021Z | Downloaded owo-colors v4.1.0 |
642 | 2024-11-29T04:17:33.025Z | Downloaded tokio-rustls v0.25.0 |
643 | 2024-11-29T04:17:33.025Z | Downloaded num-rational v0.4.2 |
644 | 2024-11-29T04:17:33.025Z | Downloaded slog-term v2.9.1 |
645 | 2024-11-29T04:17:33.028Z | Downloaded smartstring v1.0.1 |
646 | 2024-11-29T04:17:33.032Z | Downloaded typify v0.2.0 |
647 | 2024-11-29T04:17:33.037Z | Downloaded typenum v1.17.0 |
648 | 2024-11-29T04:17:33.037Z | Downloaded heapless v0.8.0 |
649 | 2024-11-29T04:17:33.041Z | Downloaded unsafe-libyaml v0.2.11 |
650 | 2024-11-29T04:17:33.049Z | Downloaded indexmap v1.9.3 |
651 | 2024-11-29T04:17:33.054Z | Downloaded openssl-sys v0.9.103 |
652 | 2024-11-29T04:17:33.054Z | Downloaded toml_edit v0.19.15 |
653 | 2024-11-29T04:17:33.068Z | Downloaded tracing v0.1.40 |
654 | 2024-11-29T04:17:33.074Z | Downloaded num-traits v0.2.19 |
655 | 2024-11-29T04:17:33.078Z | Downloaded unicode-bidi v0.3.15 |
656 | 2024-11-29T04:17:33.078Z | Downloaded steno v0.4.1 |
657 | 2024-11-29T04:17:33.082Z | Downloaded thin-vec v0.2.13 |
658 | 2024-11-29T04:17:33.086Z | Downloaded rand v0.8.5 |
659 | 2024-11-29T04:17:33.090Z | Downloaded quinn v0.11.5 |
660 | 2024-11-29T04:17:33.094Z | Downloaded typify-macro v0.2.0 |
661 | 2024-11-29T04:17:33.094Z | Downloaded num-iter v0.1.45 |
662 | 2024-11-29T04:17:33.094Z | Downloaded ucd-trie v0.1.6 |
663 | 2024-11-29T04:17:33.094Z | Downloaded toml_edit v0.22.21 |
664 | 2024-11-29T04:17:33.114Z | Downloaded mio v1.0.2 |
665 | 2024-11-29T04:17:33.122Z | Downloaded minimal-lexical v0.2.1 |
666 | 2024-11-29T04:17:33.127Z | Downloaded hyper-util v0.1.10 |
667 | 2024-11-29T04:17:33.131Z | Downloaded memchr v2.7.4 |
668 | 2024-11-29T04:17:33.139Z | Downloaded http v1.1.0 |
669 | 2024-11-29T04:17:33.143Z | Downloaded chrono v0.4.38 |
670 | 2024-11-29T04:17:33.147Z | Downloaded hashbrown v0.14.5 |
671 | 2024-11-29T04:17:33.150Z | Downloaded hyper-rustls v0.27.3 |
672 | 2024-11-29T04:17:33.154Z | Downloaded url v2.5.2 |
673 | 2024-11-29T04:17:33.158Z | Downloaded nom v7.1.3 |
674 | 2024-11-29T04:17:33.162Z | Downloaded hickory-resolver v0.24.1 |
675 | 2024-11-29T04:17:33.167Z | Downloaded time v0.3.36 |
676 | 2024-11-29T04:17:33.174Z | Downloaded http v0.2.12 |
677 | 2024-11-29T04:17:33.179Z | Downloaded tokio-util v0.7.12 |
678 | 2024-11-29T04:17:33.186Z | Downloaded indexmap v2.5.0 |
679 | 2024-11-29T04:17:33.191Z | Downloaded serde_with v3.9.0 |
680 | 2024-11-29T04:17:33.197Z | Downloaded libm v0.2.8 |
681 | 2024-11-29T04:17:33.206Z | Downloaded hyper v1.5.1 |
682 | 2024-11-29T04:17:33.212Z | Downloaded itertools v0.12.1 |
683 | 2024-11-29T04:17:33.220Z | Downloaded rustls-webpki v0.101.7 |
684 | 2024-11-29T04:17:33.236Z | Downloaded unicode-normalization v0.1.24 |
685 | 2024-11-29T04:17:33.240Z | Downloaded winnow v0.5.40 |
686 | 2024-11-29T04:17:33.251Z | Downloaded reqwest v0.12.9 |
687 | 2024-11-29T04:17:33.257Z | Downloaded futures-util v0.3.30 |
688 | 2024-11-29T04:17:33.273Z | Downloaded itertools v0.13.0 |
689 | 2024-11-29T04:17:33.280Z | Downloaded h2 v0.4.6 |
690 | 2024-11-29T04:17:33.286Z | Downloaded h2 v0.3.26 |
691 | 2024-11-29T04:17:33.294Z | Downloaded hyper v0.14.30 |
692 | 2024-11-29T04:17:33.303Z | Downloaded unicode-width v0.1.14 |
693 | 2024-11-29T04:17:33.314Z | Downloaded winnow v0.6.18 |
694 | 2024-11-29T04:17:33.319Z | Downloaded goblin v0.8.2 |
695 | 2024-11-29T04:17:33.328Z | Downloaded webpki-roots v0.25.4 |
696 | 2024-11-29T04:17:33.331Z | Downloaded regex v1.10.6 |
697 | 2024-11-29T04:17:33.345Z | Downloaded idna v0.5.0 |
698 | 2024-11-29T04:17:33.352Z | Downloaded idna v0.4.0 |
699 | 2024-11-29T04:17:33.360Z | Downloaded smoltcp v0.11.0 |
700 | 2024-11-29T04:17:33.374Z | Downloaded syn v2.0.87 |
701 | 2024-11-29T04:17:33.384Z | Downloaded hickory-proto v0.24.1 |
702 | 2024-11-29T04:17:33.401Z | Downloaded rustls v0.21.12 |
703 | 2024-11-29T04:17:33.412Z | Downloaded openssl v0.10.66 |
704 | 2024-11-29T04:17:33.421Z | Downloaded rhai v1.20.0 |
705 | 2024-11-29T04:17:33.435Z | Downloaded regress v0.9.1 |
706 | 2024-11-29T04:17:33.444Z | Downloaded openapiv3 v2.0.0 |
707 | 2024-11-29T04:17:33.456Z | Downloaded rustls v0.23.13 |
708 | 2024-11-29T04:17:33.469Z | Downloaded rustix v0.38.37 |
709 | 2024-11-29T04:17:33.492Z | Downloaded petgraph v0.6.5 |
710 | 2024-11-29T04:17:33.510Z | Downloaded regex-syntax v0.8.4 |
711 | 2024-11-29T04:17:33.518Z | Downloaded rustls v0.22.4 |
712 | 2024-11-29T04:17:33.532Z | Downloaded regress v0.10.1 |
713 | 2024-11-29T04:17:33.541Z | Downloaded typify-impl v0.2.0 |
714 | 2024-11-29T04:17:33.556Z | Downloaded sled v0.34.7 |
715 | 2024-11-29T04:17:33.566Z | Downloaded syn v1.0.109 |
716 | 2024-11-29T04:17:33.577Z | Downloaded webpki-roots v0.26.6 |
717 | 2024-11-29T04:17:33.580Z | Downloaded vcpkg v0.2.15 |
718 | 2024-11-29T04:17:33.618Z | Downloaded rustls-webpki v0.102.8 |
719 | 2024-11-29T04:17:33.635Z | Downloaded dropshot v0.12.0 |
720 | 2024-11-29T04:17:33.654Z | Downloaded libc v0.2.165 |
721 | 2024-11-29T04:17:33.678Z | Downloaded zerocopy-derive v0.6.6 |
722 | 2024-11-29T04:17:33.688Z | Downloaded zerocopy v0.7.35 |
723 | 2024-11-29T04:17:33.705Z | Downloaded quinn-proto v0.11.8 |
724 | 2024-11-29T04:17:33.711Z | Downloaded regex-automata v0.4.7 |
725 | 2024-11-29T04:17:33.726Z | Downloaded portable-atomic v1.8.0 |
726 | 2024-11-29T04:17:33.732Z | Downloaded itertools v0.10.5 |
727 | 2024-11-29T04:17:33.738Z | Downloaded serde_json v1.0.133 |
728 | 2024-11-29T04:17:33.745Z | Downloaded reqwest v0.11.27 |
729 | 2024-11-29T04:17:33.752Z | Downloaded proc-macro2 v1.0.86 |
730 | 2024-11-29T04:17:33.755Z | Downloaded tokio-macros v2.4.0 |
731 | 2024-11-29T04:17:33.758Z | Downloaded hostname v0.4.0 |
732 | 2024-11-29T04:17:33.758Z | Downloaded tinyvec v1.8.0 |
733 | 2024-11-29T04:17:33.761Z | Downloaded parking_lot v0.12.3 |
734 | 2024-11-29T04:17:33.764Z | Downloaded parking_lot v0.11.2 |
735 | 2024-11-29T04:17:33.764Z | Downloaded base64 v0.21.7 |
736 | 2024-11-29T04:17:33.768Z | Downloaded sct v0.7.1 |
737 | 2024-11-29T04:17:33.771Z | Downloaded derive_more v0.99.18 |
738 | 2024-11-29T04:17:33.776Z | Downloaded tokio v1.41.1 |
739 | 2024-11-29T04:17:33.815Z | Downloaded crossbeam-utils v0.8.20 |
740 | 2024-11-29T04:17:33.817Z | Downloaded rustls-pemfile v2.1.3 |
741 | 2024-11-29T04:17:33.820Z | Downloaded quote v1.0.37 |
742 | 2024-11-29T04:17:33.822Z | Downloaded futures v0.3.30 |
743 | 2024-11-29T04:17:33.827Z | Downloaded crossbeam-epoch v0.9.18 |
744 | 2024-11-29T04:17:33.830Z | Downloaded console v0.15.8 |
745 | 2024-11-29T04:17:33.833Z | Downloaded darling v0.20.10 |
746 | 2024-11-29T04:17:33.835Z | Downloaded crypto-common v0.1.6 |
747 | 2024-11-29T04:17:33.838Z | Downloaded dof v0.3.0 |
748 | 2024-11-29T04:17:33.838Z | Downloaded defmt v0.3.8 |
749 | 2024-11-29T04:17:33.840Z | Downloaded sha1 v0.10.6 |
750 | 2024-11-29T04:17:33.842Z | Downloaded serde_spanned v0.6.7 |
751 | 2024-11-29T04:17:33.845Z | Downloaded rustc_version v0.1.7 |
752 | 2024-11-29T04:17:33.845Z | Downloaded fnv v1.0.7 |
753 | 2024-11-29T04:17:33.847Z | Downloaded fixedbitset v0.4.2 |
754 | 2024-11-29T04:17:33.847Z | Downloaded fastrand v2.1.1 |
755 | 2024-11-29T04:17:33.849Z | Downloaded rustc_version v0.4.1 |
756 | 2024-11-29T04:17:33.849Z | Downloaded clap v4.5.21 |
757 | 2024-11-29T04:17:33.856Z | Downloaded ciborium v0.2.2 |
758 | 2024-11-29T04:17:33.859Z | Downloaded cancel-safe-futures v0.1.5 |
759 | 2024-11-29T04:17:33.863Z | Downloaded futures-macro v0.3.30 |
760 | 2024-11-29T04:17:33.866Z | Downloaded futures-io v0.3.30 |
761 | 2024-11-29T04:17:33.866Z | Downloaded futures-executor v0.3.30 |
762 | 2024-11-29T04:17:33.866Z | Downloaded foreign-types-macros v0.2.3 |
763 | 2024-11-29T04:17:33.866Z | Downloaded embedded-io v0.4.0 |
764 | 2024-11-29T04:17:33.868Z | Downloaded encoding_rs v0.8.34 |
765 | 2024-11-29T04:17:33.889Z | Downloaded dirs-next v2.0.0 |
766 | 2024-11-29T04:17:33.892Z | Downloaded rustls-pemfile v1.0.4 |
767 | 2024-11-29T04:17:33.894Z | Downloaded rand_core v0.6.4 |
768 | 2024-11-29T04:17:33.894Z | Downloaded backoff v0.4.0 |
769 | 2024-11-29T04:17:33.897Z | Downloaded crunchy v0.2.2 |
770 | 2024-11-29T04:17:33.898Z | Downloaded anstream v0.6.15 |
771 | 2024-11-29T04:17:33.900Z | Downloaded base64ct v1.6.0 |
772 | 2024-11-29T04:17:33.902Z | Downloaded convert_case v0.4.0 |
773 | 2024-11-29T04:17:33.902Z | Downloaded float-ord v0.3.2 |
774 | 2024-11-29T04:17:33.905Z | Downloaded dirs-sys-next v0.1.2 |
775 | 2024-11-29T04:17:33.905Z | Downloaded digest v0.10.7 |
776 | 2024-11-29T04:17:33.907Z | Downloaded crucible-workspace-hack v0.1.0 |
777 | 2024-11-29T04:17:33.907Z | Downloaded blake2 v0.10.6 |
778 | 2024-11-29T04:17:33.910Z | Downloaded ciborium-io v0.2.2 |
779 | 2024-11-29T04:17:33.910Z | Downloaded autocfg v1.3.0 |
780 | 2024-11-29T04:17:33.912Z | Downloaded async-stream-impl v0.3.5 |
781 | 2024-11-29T04:17:33.912Z | Downloaded async-stream v0.3.5 |
782 | 2024-11-29T04:17:33.912Z | Downloaded cc v1.1.21 |
783 | 2024-11-29T04:17:33.917Z | Downloaded pest_meta v2.7.13 |
784 | 2024-11-29T04:17:33.920Z | Downloaded password-hash v0.5.0 |
785 | 2024-11-29T04:17:33.920Z | Downloaded derive-where v1.2.7 |
786 | 2024-11-29T04:17:33.923Z | Downloaded block-buffer v0.10.4 |
787 | 2024-11-29T04:17:33.925Z | Downloaded atomic-waker v1.1.2 |
788 | 2024-11-29T04:17:33.925Z | Downloaded bitflags v2.6.0 |
789 | 2024-11-29T04:17:33.931Z | Downloaded pin-utils v0.1.0 |
790 | 2024-11-29T04:17:33.933Z | Downloaded cfg-if v1.0.0 |
791 | 2024-11-29T04:17:34.113Z | Downloaded ring v0.17.8 |
792 | 2024-11-29T04:17:34.467Z | Compiling proc-macro2 v1.0.86 |
793 | 2024-11-29T04:17:34.469Z | Compiling unicode-ident v1.0.13 |
794 | 2024-11-29T04:17:34.469Z | Compiling libc v0.2.165 |
795 | 2024-11-29T04:17:34.469Z | Compiling serde v1.0.215 |
796 | 2024-11-29T04:17:34.470Z | Compiling autocfg v1.3.0 |
797 | 2024-11-29T04:17:34.470Z | Compiling version_check v0.9.5 |
798 | 2024-11-29T04:17:34.503Z | Compiling cfg-if v1.0.0 |
799 | 2024-11-29T04:17:34.681Z | Compiling once_cell v1.20.2 |
800 | 2024-11-29T04:17:34.700Z | Compiling libm v0.2.8 |
801 | 2024-11-29T04:17:34.717Z | Compiling memchr v2.7.4 |
802 | 2024-11-29T04:17:35.111Z | Compiling byteorder v1.5.0 |
803 | 2024-11-29T04:17:35.130Z | Compiling parking_lot_core v0.9.10 |
804 | 2024-11-29T04:17:35.306Z | Compiling lock_api v0.4.12 |
805 | 2024-11-29T04:17:35.570Z | Compiling shlex v1.3.0 |
806 | 2024-11-29T04:17:35.685Z | Compiling thiserror v1.0.69 |
807 | 2024-11-29T04:17:35.901Z | Compiling cc v1.1.21 |
808 | 2024-11-29T04:17:35.970Z | Compiling itoa v1.0.11 |
809 | 2024-11-29T04:17:36.198Z | Compiling portable-atomic v1.8.0 |
810 | 2024-11-29T04:17:36.222Z | Compiling slab v0.4.9 |
811 | 2024-11-29T04:17:36.351Z | Compiling quote v1.0.37 |
812 | 2024-11-29T04:17:36.667Z | Compiling getrandom v0.2.15 |
813 | 2024-11-29T04:17:36.846Z | Compiling syn v2.0.87 |
814 | 2024-11-29T04:17:36.911Z | Compiling schemars v0.8.21 |
815 | 2024-11-29T04:17:37.019Z | Compiling ahash v0.8.11 |
816 | 2024-11-29T04:17:37.039Z | Compiling allocator-api2 v0.2.18 |
817 | 2024-11-29T04:17:37.060Z | Compiling num-traits v0.2.19 |
818 | 2024-11-29T04:17:37.386Z | Compiling ryu v1.0.18 |
819 | 2024-11-29T04:17:37.689Z | Compiling serde_json v1.0.133 |
820 | 2024-11-29T04:17:37.738Z | Compiling pin-project-lite v0.2.14 |
821 | 2024-11-29T04:17:38.162Z | Compiling equivalent v1.0.1 |
822 | 2024-11-29T04:17:38.222Z | Compiling log v0.4.22 |
823 | 2024-11-29T04:17:38.255Z | Compiling scopeguard v1.2.0 |
824 | 2024-11-29T04:17:38.312Z | Compiling heck v0.5.0 |
825 | 2024-11-29T04:17:38.394Z | Compiling fnv v1.0.7 |
826 | 2024-11-29T04:17:38.593Z | Compiling vcpkg v0.2.15 |
827 | 2024-11-29T04:17:38.754Z | Compiling crunchy v0.2.2 |
828 | 2024-11-29T04:17:38.775Z | Compiling ring v0.17.8 |
829 | 2024-11-29T04:17:38.882Z | Compiling pkg-config v0.3.31 |
830 | 2024-11-29T04:17:39.309Z | Compiling mio v1.0.2 |
831 | 2024-11-29T04:17:39.762Z | Compiling socket2 v0.5.8 |
832 | 2024-11-29T04:17:39.938Z | Compiling signal-hook-registry v1.4.2 |
833 | 2024-11-29T04:17:39.962Z | Compiling openssl-sys v0.9.103 |
834 | 2024-11-29T04:17:40.244Z | Compiling tiny-keccak v2.0.2 |
835 | 2024-11-29T04:17:40.276Z | Compiling httparse v1.9.4 |
836 | 2024-11-29T04:17:40.524Z | Compiling slog v2.7.0 |
837 | 2024-11-29T04:17:40.927Z | Compiling iana-time-zone v0.1.61 |
838 | 2024-11-29T04:17:41.305Z | Compiling futures-core v0.3.30 |
839 | 2024-11-29T04:17:41.362Z | Compiling dyn-clone v1.0.17 |
840 | 2024-11-29T04:17:41.383Z | Compiling const-random-macro v0.1.16 |
841 | 2024-11-29T04:17:41.550Z | Compiling futures-sink v0.3.30 |
842 | 2024-11-29T04:17:41.589Z | Compiling openssl v0.10.66 |
843 | 2024-11-29T04:17:41.958Z | Compiling rustls v0.23.13 |
844 | 2024-11-29T04:17:42.044Z | Compiling native-tls v0.2.12 |
845 | 2024-11-29T04:17:42.136Z | Compiling const-random v0.1.18 |
846 | 2024-11-29T04:17:42.154Z | Compiling typenum v1.17.0 |
847 | 2024-11-29T04:17:42.154Z | Compiling semver v1.0.23 |
848 | 2024-11-29T04:17:42.191Z | Compiling futures-channel v0.3.30 |
849 | 2024-11-29T04:17:42.191Z | Compiling pin-utils v0.1.0 |
850 | 2024-11-29T04:17:42.229Z | Compiling futures-task v0.3.30 |
851 | 2024-11-29T04:17:42.283Z | Compiling futures-io v0.3.30 |
852 | 2024-11-29T04:17:42.332Z | Compiling generic-array v0.14.7 |
853 | 2024-11-29T04:17:42.500Z | Compiling tracing-core v0.1.32 |
854 | 2024-11-29T04:17:42.540Z | Compiling bitflags v2.6.0 |
855 | 2024-11-29T04:17:42.593Z | Compiling subtle v2.6.1 |
856 | 2024-11-29T04:17:42.646Z | Compiling ucd-trie v0.1.6 |
857 | 2024-11-29T04:17:42.713Z | Compiling aho-corasick v1.1.3 |
858 | 2024-11-29T04:17:42.761Z | Compiling regex-syntax v0.8.4 |
859 | 2024-11-29T04:17:42.985Z | Compiling anyhow v1.0.93 |
860 | 2024-11-29T04:17:43.041Z | Compiling time-core v0.1.2 |
861 | 2024-11-29T04:17:43.079Z | Compiling num-conv v0.1.0 |
862 | 2024-11-29T04:17:43.227Z | Compiling serde_derive_internals v0.29.1 |
863 | 2024-11-29T04:17:43.336Z | Compiling time-macros v0.2.18 |
864 | 2024-11-29T04:17:44.784Z | Compiling spin v0.9.8 |
865 | 2024-11-29T04:17:45.043Z | Compiling rustls-pki-types v1.8.0 |
866 | 2024-11-29T04:17:45.178Z | Compiling usdt-impl v0.5.0 |
867 | 2024-11-29T04:17:45.616Z | Compiling untrusted v0.9.0 |
868 | 2024-11-29T04:17:45.821Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2024-11-29T04:17:46.176Z | Compiling regex-automata v0.4.7 |
870 | 2024-11-29T04:17:46.363Z | Compiling tinyvec_macros v0.1.1 |
871 | 2024-11-29T04:17:46.461Z | Compiling rustversion v1.0.17 |
872 | 2024-11-29T04:17:46.481Z | Compiling plain v0.2.3 |
873 | 2024-11-29T04:17:46.654Z | Compiling atomic-waker v1.1.2 |
874 | 2024-11-29T04:17:46.852Z | Compiling strsim v0.11.1 |
875 | 2024-11-29T04:17:47.470Z | Compiling tinyvec v1.8.0 |
876 | 2024-11-29T04:17:47.681Z | Compiling serde_derive v1.0.215 |
877 | 2024-11-29T04:17:47.832Z | Compiling zerocopy-derive v0.7.35 |
878 | 2024-11-29T04:17:48.060Z | Compiling thiserror-impl v1.0.69 |
879 | 2024-11-29T04:17:49.095Z | Compiling tokio-macros v2.4.0 |
880 | 2024-11-29T04:17:49.787Z | Compiling zerocopy v0.7.35 |
881 | 2024-11-29T04:17:50.625Z | Compiling schemars_derive v0.8.21 |
882 | 2024-11-29T04:17:50.908Z | Compiling futures-macro v0.3.30 |
883 | 2024-11-29T04:17:51.559Z | Compiling hashbrown v0.14.5 |
884 | 2024-11-29T04:17:52.760Z | Compiling openssl-macros v0.1.1 |
885 | 2024-11-29T04:17:52.782Z | Compiling futures-util v0.3.30 |
886 | 2024-11-29T04:17:53.057Z | Compiling tracing-attributes v0.1.27 |
887 | 2024-11-29T04:17:53.520Z | Compiling scroll_derive v0.12.0 |
888 | 2024-11-29T04:17:53.557Z | Compiling regress v0.10.1 |
889 | 2024-11-29T04:17:53.607Z | Compiling pest v2.7.13 |
890 | 2024-11-29T04:17:53.847Z | Compiling regex v1.10.6 |
891 | 2024-11-29T04:17:56.022Z | Compiling tracing v0.1.40 |
892 | 2024-11-29T04:17:56.419Z | Compiling pest_meta v2.7.13 |
893 | 2024-11-29T04:17:56.751Z | Compiling scroll v0.12.0 |
894 | 2024-11-29T04:17:57.268Z | Compiling goblin v0.8.2 |
895 | 2024-11-29T04:17:57.953Z | Compiling pest_generator v2.7.13 |
896 | 2024-11-29T04:17:58.748Z | Compiling rustls-webpki v0.102.8 |
897 | 2024-11-29T04:18:00.080Z | Compiling pest_derive v2.7.13 |
898 | 2024-11-29T04:18:00.474Z | Compiling bytes v1.7.2 |
899 | 2024-11-29T04:18:01.804Z | Compiling smallvec v1.13.2 |
900 | 2024-11-29T04:18:02.294Z | Compiling indexmap v2.5.0 |
901 | 2024-11-29T04:18:02.336Z | Compiling uuid v1.11.0 |
902 | 2024-11-29T04:18:03.091Z | Compiling parking_lot v0.12.3 |
903 | 2024-11-29T04:18:03.116Z | Compiling chrono v0.4.38 |
904 | 2024-11-29T04:18:03.178Z | Compiling serde_tokenstream v0.2.2 |
905 | 2024-11-29T04:18:03.555Z | Compiling tokio v1.41.1 |
906 | 2024-11-29T04:18:03.591Z | Compiling http v1.1.0 |
907 | 2024-11-29T04:18:06.851Z | Compiling openapiv3 v2.0.0 |
908 | 2024-11-29T04:18:07.388Z | Compiling rand_core v0.6.4 |
909 | 2024-11-29T04:18:07.875Z | Compiling percent-encoding v2.3.1 |
910 | 2024-11-29T04:18:08.390Z | Compiling typify-impl v0.2.0 |
911 | 2024-11-29T04:18:09.513Z | Compiling http-body v1.0.1 |
912 | 2024-11-29T04:18:09.787Z | Compiling try-lock v0.2.5 |
913 | 2024-11-29T04:18:09.977Z | Compiling pretty-hex v0.4.1 |
914 | 2024-11-29T04:18:10.206Z | Compiling zeroize v1.8.1 |
915 | 2024-11-29T04:18:10.809Z | Compiling unsafe-libyaml v0.2.11 |
916 | 2024-11-29T04:18:10.899Z | Compiling dof v0.3.0 |
917 | 2024-11-29T04:18:11.397Z | Compiling want v0.3.1 |
918 | 2024-11-29T04:18:11.605Z | Compiling form_urlencoded v1.2.1 |
919 | 2024-11-29T04:18:11.687Z | Compiling ipnetwork v0.20.0 |
920 | 2024-11-29T04:18:12.089Z | Compiling serde_yaml v0.9.34+deprecated |
921 | 2024-11-29T04:18:12.362Z | Compiling dtrace-parser v0.2.0 |
922 | 2024-11-29T04:18:12.447Z | Compiling unicode-normalization v0.1.24 |
923 | 2024-11-29T04:18:13.784Z | Compiling tokio-util v0.7.12 |
924 | 2024-11-29T04:18:15.122Z | Compiling h2 v0.4.6 |
925 | 2024-11-29T04:18:15.553Z | Compiling thread-id v4.2.2 |
926 | 2024-11-29T04:18:15.679Z | Compiling ident_case v1.0.1 |
927 | 2024-11-29T04:18:15.710Z | Compiling rustls v0.22.4 |
928 | 2024-11-29T04:18:15.770Z | Compiling unicode-bidi v0.3.15 |
929 | 2024-11-29T04:18:15.848Z | Compiling httpdate v1.0.3 |
930 | 2024-11-29T04:18:16.099Z | Compiling syn v1.0.109 |
931 | 2024-11-29T04:18:16.538Z | Compiling foreign-types-shared v0.1.1 |
932 | 2024-11-29T04:18:16.661Z | Compiling camino v1.1.9 |
933 | 2024-11-29T04:18:16.681Z | Compiling foreign-types v0.3.2 |
934 | 2024-11-29T04:18:16.792Z | Compiling darling_core v0.20.10 |
935 | 2024-11-29T04:18:17.279Z | Compiling ppv-lite86 v0.2.20 |
936 | 2024-11-29T04:18:18.566Z | Compiling slog-async v2.8.0 |
937 | 2024-11-29T04:18:18.755Z | Compiling tower-service v0.3.3 |
938 | 2024-11-29T04:18:18.781Z | Compiling typify-macro v0.2.0 |
939 | 2024-11-29T04:18:19.547Z | Compiling rand_chacha v0.3.1 |
940 | 2024-11-29T04:18:21.334Z | Compiling hyper v1.5.1 |
941 | 2024-11-29T04:18:22.266Z | Compiling darling_macro v0.20.10 |
942 | 2024-11-29T04:18:22.405Z | Compiling typify v0.2.0 |
943 | 2024-11-29T04:18:22.547Z | Compiling progenitor-impl v0.8.0 |
944 | 2024-11-29T04:18:23.261Z | Compiling idna v0.5.0 |
945 | 2024-11-29T04:18:27.222Z | Compiling hyper-util v0.1.10 |
946 | 2024-11-29T04:18:28.487Z | Compiling progenitor-macro v0.8.0 |
947 | 2024-11-29T04:18:29.884Z | Compiling toml_datetime v0.6.8 |
948 | 2024-11-29T04:18:30.686Z | Compiling multer v3.1.0 |
949 | 2024-11-29T04:18:31.279Z | Compiling paste v1.0.15 |
950 | 2024-11-29T04:18:31.825Z | Compiling openssl-probe v0.1.5 |
951 | 2024-11-29T04:18:34.124Z | Compiling url v2.5.2 |
952 | 2024-11-29T04:18:34.509Z | Compiling darling v0.20.10 |
953 | 2024-11-29T04:18:34.641Z | Compiling rand v0.8.5 |
954 | 2024-11-29T04:18:36.318Z | Compiling usdt-macro v0.5.0 |
955 | 2024-11-29T04:18:37.927Z | Compiling usdt-attr-macro v0.5.0 |
956 | 2024-11-29T04:18:39.534Z | Compiling http-body-util v0.1.2 |
957 | 2024-11-29T04:18:39.587Z | Compiling async-trait v0.1.83 |
958 | 2024-11-29T04:18:41.172Z | Compiling encoding_rs v0.8.34 |
959 | 2024-11-29T04:18:41.542Z | Compiling ipnet v2.10.0 |
960 | 2024-11-29T04:18:41.826Z | Compiling base64 v0.22.1 |
961 | 2024-11-29T04:18:42.314Z | Compiling mime v0.3.17 |
962 | 2024-11-29T04:18:42.939Z | Compiling rustls-pemfile v2.1.3 |
963 | 2024-11-29T04:18:43.671Z | Compiling tokio-rustls v0.26.0 |
964 | 2024-11-29T04:18:45.646Z | Compiling serde_with_macros v3.9.0 |
965 | 2024-11-29T04:18:46.825Z | Compiling tokio-native-tls v0.3.1 |
966 | 2024-11-29T04:18:47.094Z | Compiling strum_macros v0.26.4 |
967 | 2024-11-29T04:18:47.153Z | Compiling serde_urlencoded v0.7.1 |
968 | 2024-11-29T04:18:48.145Z | Compiling async-stream-impl v0.3.5 |
969 | 2024-11-29T04:18:48.389Z | Compiling structmeta-derive v0.3.0 |
970 | 2024-11-29T04:18:49.465Z | Compiling webpki-roots v0.26.6 |
971 | 2024-11-29T04:18:49.699Z | Compiling dropshot v0.12.0 |
972 | 2024-11-29T04:18:50.120Z | Compiling crossbeam-utils v0.8.20 |
973 | 2024-11-29T04:18:51.030Z | Compiling powerfmt v0.2.0 |
974 | 2024-11-29T04:18:51.476Z | Compiling deranged v0.3.11 |
975 | 2024-11-29T04:18:51.545Z | Compiling structmeta v0.3.0 |
976 | 2024-11-29T04:18:52.050Z | Compiling hyper-rustls v0.27.3 |
977 | 2024-11-29T04:18:52.784Z | Compiling hyper-tls v0.6.0 |
978 | 2024-11-29T04:18:53.387Z | Compiling sync_wrapper v1.0.1 |
979 | 2024-11-29T04:18:54.638Z | Compiling winnow v0.6.18 |
980 | 2024-11-29T04:18:56.083Z | Compiling num_threads v0.1.7 |
981 | 2024-11-29T04:18:56.217Z | Compiling time v0.3.36 |
982 | 2024-11-29T04:18:56.886Z | Compiling reqwest v0.12.9 |
983 | 2024-11-29T04:18:58.920Z | Compiling parse-display-derive v0.10.0 |
984 | 2024-11-29T04:19:00.366Z | Compiling block-buffer v0.10.4 |
985 | 2024-11-29T04:19:00.617Z | Compiling crypto-common v0.1.6 |
986 | 2024-11-29T04:19:00.851Z | Compiling dropshot_endpoint v0.12.0 |
987 | 2024-11-29T04:19:02.608Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
988 | 2024-11-29T04:19:04.949Z | Compiling digest v0.10.7 |
989 | 2024-11-29T04:19:05.420Z | Compiling progenitor-client v0.8.0 |
990 | 2024-11-29T04:19:06.618Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
991 | 2024-11-29T04:19:08.030Z | Compiling dirs-sys-next v0.1.2 |
992 | 2024-11-29T04:19:08.657Z | Compiling lazy_static v1.5.0 |
993 | 2024-11-29T04:19:09.179Z | Compiling rustix v0.38.37 |
994 | 2024-11-29T04:19:09.322Z | Compiling match_cfg v0.1.0 |
995 | 2024-11-29T04:19:10.029Z | Compiling hostname v0.3.1 |
996 | 2024-11-29T04:19:10.311Z | Compiling progenitor v0.8.0 |
997 | 2024-11-29T04:19:10.438Z | Compiling dirs-next v2.0.0 |
998 | 2024-11-29T04:19:12.739Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-11-29T04:19:13.697Z | Compiling futures-executor v0.3.30 |
1000 | 2024-11-29T04:19:14.810Z | Compiling thread_local v1.1.8 |
1001 | 2024-11-29T04:19:14.870Z | Compiling errno v0.3.9 |
1002 | 2024-11-29T04:19:15.446Z | Compiling instant v0.1.13 |
1003 | 2024-11-29T04:19:15.840Z | Compiling cpufeatures v0.2.14 |
1004 | 2024-11-29T04:19:15.963Z | Compiling unicode-width v0.1.14 |
1005 | 2024-11-29T04:19:16.813Z | Compiling futures v0.3.30 |
1006 | 2024-11-29T04:19:18.281Z | Compiling term v0.7.0 |
1007 | 2024-11-29T04:19:19.067Z | Compiling crossbeam-channel v0.5.13 |
1008 | 2024-11-29T04:19:21.131Z | Compiling serde_spanned v0.6.7 |
1009 | 2024-11-29T04:19:21.767Z | Compiling memmap v0.7.0 |
1010 | 2024-11-29T04:19:22.100Z | Compiling is-terminal v0.4.13 |
1011 | 2024-11-29T04:19:22.485Z | Compiling take_mut v0.2.2 |
1012 | 2024-11-29T04:19:22.505Z | Compiling slog-term v2.9.1 |
1013 | 2024-11-29T04:19:22.895Z | Compiling usdt v0.5.0 |
1014 | 2024-11-29T04:19:24.276Z | Compiling toml_edit v0.22.21 |
1015 | 2024-11-29T04:19:25.424Z | Compiling slog-json v2.6.1 |
1016 | 2024-11-29T04:19:25.879Z | Compiling strum v0.26.3 |
1017 | 2024-11-29T04:19:26.074Z | Compiling serde_with v3.9.0 |
1018 | 2024-11-29T04:19:28.458Z | Compiling heapless v0.8.0 |
1019 | 2024-11-29T04:19:29.009Z | Compiling debug-ignore v1.0.5 |
1020 | 2024-11-29T04:19:29.550Z | Compiling tokio-rustls v0.25.0 |
1021 | 2024-11-29T04:19:31.494Z | Compiling toml v0.8.19 |
1022 | 2024-11-29T04:19:32.897Z | Compiling slog-bunyan v2.5.0 |
1023 | 2024-11-29T04:19:32.983Z | Compiling sha1 v0.10.6 |
1024 | 2024-11-29T04:19:33.411Z | Compiling async-stream v0.3.5 |
1025 | 2024-11-29T04:19:33.708Z | Compiling newtype-uuid v1.1.0 |
1026 | 2024-11-29T04:19:33.791Z | Compiling serde_path_to_error v0.1.16 |
1027 | 2024-11-29T04:19:34.057Z | Compiling hex v0.4.3 |
1028 | 2024-11-29T04:19:34.394Z | Compiling waitgroup v0.1.2 |
1029 | 2024-11-29T04:19:34.680Z | Compiling hostname v0.4.0 |
1030 | 2024-11-29T04:19:34.719Z | Compiling hash32 v0.3.1 |
1031 | 2024-11-29T04:19:34.747Z | Compiling stable_deref_trait v1.2.0 |
1032 | 2024-11-29T04:19:34.998Z | Compiling smoltcp v0.11.0 |
1033 | 2024-11-29T04:19:37.622Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1034 | 2024-11-29T04:19:37.687Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1035 | 2024-11-29T04:19:37.807Z | Compiling backoff v0.4.0 |
1036 | 2024-11-29T04:19:38.200Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1037 | 2024-11-29T04:19:38.265Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1038 | 2024-11-29T04:19:38.479Z | Compiling parse-display v0.10.0 |
1039 | 2024-11-29T04:19:40.453Z | Compiling macaddr v1.0.1 |
1040 | 2024-11-29T04:19:41.079Z | Compiling regress v0.9.1 |
1041 | 2024-11-29T04:19:44.970Z | Compiling clap_derive v4.5.18 |
1042 | 2024-11-29T04:19:45.966Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1043 | 2024-11-29T04:19:46.041Z | Compiling utf8parse v0.2.2 |
1044 | 2024-11-29T04:19:46.399Z | Compiling managed v0.8.0 |
1045 | 2024-11-29T04:19:46.536Z | Compiling cobs v0.2.3 |
1046 | 2024-11-29T04:19:46.897Z | Compiling winnow v0.5.40 |
1047 | 2024-11-29T04:19:47.023Z | Compiling bitflags v1.3.2 |
1048 | 2024-11-29T04:19:49.426Z | Compiling postcard v1.0.10 |
1049 | 2024-11-29T04:19:50.123Z | Compiling toml_edit v0.19.15 |
1050 | 2024-11-29T04:19:50.172Z | Compiling anstyle-parse v0.2.5 |
1051 | 2024-11-29T04:19:50.580Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1052 | 2024-11-29T04:19:56.232Z | Compiling anstyle v1.0.10 |
1053 | 2024-11-29T04:19:56.789Z | Compiling is_terminal_polyfill v1.70.1 |
1054 | 2024-11-29T04:19:56.929Z | Compiling colorchoice v1.0.2 |
1055 | 2024-11-29T04:19:56.953Z | Compiling anstyle-query v1.1.1 |
1056 | 2024-11-29T04:19:57.121Z | Compiling anstream v0.6.15 |
1057 | 2024-11-29T04:19:58.135Z | Compiling proc-macro-crate v1.3.1 |
1058 | 2024-11-29T04:19:58.877Z | Compiling terminal_size v0.4.0 |
1059 | 2024-11-29T04:19:59.121Z | Compiling clap_lex v0.7.2 |
1060 | 2024-11-29T04:19:59.247Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1061 | 2024-11-29T04:19:59.668Z | Compiling clap_builder v4.5.21 |
1062 | 2024-11-29T04:19:59.832Z | Compiling num_enum_derive v0.5.11 |
1063 | 2024-11-29T04:20:01.002Z | Compiling tabwriter v1.4.0 |
1064 | 2024-11-29T04:20:01.790Z | Compiling foreign-types-macros v0.2.3 |
1065 | 2024-11-29T04:20:01.790Z | Compiling num-integer v0.1.46 |
1066 | 2024-11-29T04:20:02.168Z | Compiling foreign-types-shared v0.3.1 |
1067 | 2024-11-29T04:20:02.302Z | Compiling num_enum v0.5.11 |
1068 | 2024-11-29T04:20:03.105Z | Compiling foreign-types v0.5.0 |
1069 | 2024-11-29T04:20:03.251Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1070 | 2024-11-29T04:20:03.591Z | Compiling cstr-argument v0.1.2 |
1071 | 2024-11-29T04:20:03.862Z | Compiling clap v4.5.21 |
1072 | 2024-11-29T04:20:03.897Z | Compiling proc-macro-error-attr v1.0.4 |
1073 | 2024-11-29T04:20:04.189Z | Compiling prettyplease v0.2.22 |
1074 | 2024-11-29T04:20:04.296Z | Compiling either v1.13.0 |
1075 | 2024-11-29T04:20:04.589Z | Compiling pretty-hex v0.2.1 |
1076 | 2024-11-29T04:20:04.714Z | Compiling heck v0.4.1 |
1077 | 2024-11-29T04:20:04.819Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1078 | 2024-11-29T04:20:05.201Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1079 | 2024-11-29T04:20:05.402Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1080 | 2024-11-29T04:20:06.475Z | Compiling num-rational v0.4.2 |
1081 | 2024-11-29T04:20:07.626Z | Compiling num-iter v0.1.45 |
1082 | 2024-11-29T04:20:07.956Z | Compiling colored v2.1.0 |
1083 | 2024-11-29T04:20:09.140Z | Compiling num-complex v0.4.6 |
1084 | 2024-11-29T04:20:09.641Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1085 | 2024-11-29T04:20:09.842Z | Compiling proc-macro-error v1.0.4 |
1086 | 2024-11-29T04:20:09.888Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1087 | 2024-11-29T04:20:10.147Z | Compiling fastrand v2.1.1 |
1088 | 2024-11-29T04:20:10.276Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1089 | 2024-11-29T04:20:10.386Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1090 | 2024-11-29T04:20:10.451Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1091 | 2024-11-29T04:20:10.769Z | Compiling tempfile v3.12.0 |
1092 | 2024-11-29T04:20:12.330Z | Compiling num v0.4.3 |
1093 | 2024-11-29T04:20:14.578Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1094 | 2024-11-29T04:20:15.122Z | Compiling crucible-workspace-hack v0.1.0 |
1095 | 2024-11-29T04:20:15.197Z | Compiling float-ord v0.3.2 |
1096 | 2024-11-29T04:20:15.377Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1097 | 2024-11-29T04:20:21.639Z | Compiling semver v0.1.20 |
1098 | 2024-11-29T04:20:22.159Z | Compiling unicode-segmentation v1.12.0 |
1099 | 2024-11-29T04:20:22.778Z | Compiling rustc_version v0.1.7 |
1100 | 2024-11-29T04:20:23.154Z | Compiling newline-converter v0.3.0 |
1101 | 2024-11-29T04:20:23.429Z | Compiling zone_cfg_derive v0.3.0 |
1102 | 2024-11-29T04:20:23.460Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1103 | 2024-11-29T04:20:24.786Z | Compiling camino-tempfile v1.1.1 |
1104 | 2024-11-29T04:20:24.874Z | Compiling itertools v0.10.5 |
1105 | 2024-11-29T04:20:25.569Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1106 | 2024-11-29T04:20:25.886Z | Compiling console v0.15.8 |
1107 | 2024-11-29T04:20:26.018Z | Compiling num-derive v0.4.2 |
1108 | 2024-11-29T04:20:26.331Z | Compiling sigpipe v0.1.3 |
1109 | 2024-11-29T04:20:26.485Z | Compiling similar v2.6.0 |
1110 | 2024-11-29T04:20:27.830Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1111 | 2024-11-29T04:20:28.207Z | Compiling base64ct v1.6.0 |
1112 | 2024-11-29T04:20:28.578Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1113 | 2024-11-29T04:20:28.773Z | Compiling password-hash v0.5.0 |
1114 | 2024-11-29T04:20:28.908Z | Compiling expectorate v1.1.0 |
1115 | 2024-11-29T04:20:29.187Z | Compiling zone v0.3.0 |
1116 | 2024-11-29T04:20:29.814Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1117 | 2024-11-29T04:20:30.087Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1118 | 2024-11-29T04:20:30.924Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1119 | 2024-11-29T04:20:32.468Z | Compiling newtype_derive v0.1.6 |
1120 | 2024-11-29T04:20:32.880Z | Compiling blake2 v0.10.6 |
1121 | 2024-11-29T04:20:32.901Z | Compiling hubpack_derive v0.1.1 |
1122 | 2024-11-29T04:20:33.002Z | Compiling smf v0.2.3 |
1123 | 2024-11-29T04:20:33.023Z | Compiling zerocopy-derive v0.6.6 |
1124 | 2024-11-29T04:20:34.065Z | Compiling whoami v1.5.2 |
1125 | 2024-11-29T04:20:34.754Z | Compiling fixedbitset v0.4.2 |
1126 | 2024-11-29T04:20:34.924Z | Compiling owo-colors v4.1.0 |
1127 | 2024-11-29T04:20:35.015Z | Compiling cancel-safe-futures v0.1.5 |
1128 | 2024-11-29T04:20:35.352Z | Compiling petgraph v0.6.5 |
1129 | 2024-11-29T04:20:35.355Z | Compiling zerocopy v0.6.6 |
1130 | 2024-11-29T04:20:35.535Z | Compiling hubpack v0.1.2 |
1131 | 2024-11-29T04:20:36.003Z | Compiling argon2 v0.5.3 |
1132 | 2024-11-29T04:20:37.898Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1133 | 2024-11-29T04:20:38.413Z | Compiling strum_macros v0.25.3 |
1134 | 2024-11-29T04:20:38.436Z | Compiling serde-big-array v0.5.1 |
1135 | 2024-11-29T04:20:38.682Z | Compiling serde_repr v0.1.19 |
1136 | 2024-11-29T04:20:39.531Z | Compiling cookie v0.18.1 |
1137 | 2024-11-29T04:20:39.873Z | Compiling static_assertions v1.1.0 |
1138 | 2024-11-29T04:20:39.939Z | Compiling convert_case v0.4.0 |
1139 | 2024-11-29T04:20:40.040Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1140 | 2024-11-29T04:20:40.305Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1141 | 2024-11-29T04:20:40.589Z | Compiling derive_more v0.99.18 |
1142 | 2024-11-29T04:20:40.894Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1143 | 2024-11-29T04:20:41.830Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1144 | 2024-11-29T04:20:42.412Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1145 | 2024-11-29T04:20:43.777Z | Compiling atomicwrites v0.4.4 |
1146 | 2024-11-29T04:20:44.304Z | Compiling itertools v0.13.0 |
1147 | 2024-11-29T04:20:46.788Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1148 | 2024-11-29T04:20:46.893Z | Compiling idna v0.4.0 |
1149 | 2024-11-29T04:20:47.989Z | Compiling libsw v3.3.1 |
1150 | 2024-11-29T04:20:48.039Z | Compiling enum-as-inner v0.6.1 |
1151 | 2024-11-29T04:20:48.324Z | Compiling derive-where v1.2.7 |
1152 | 2024-11-29T04:20:48.539Z | Compiling highway v1.2.0 |
1153 | 2024-11-29T04:20:49.223Z | Compiling indent_write v2.2.0 |
1154 | 2024-11-29T04:20:49.463Z | Compiling linear-map v1.2.0 |
1155 | 2024-11-29T04:20:49.879Z | Compiling data-encoding v2.6.0 |
1156 | 2024-11-29T04:20:49.992Z | Compiling quick-error v1.2.3 |
1157 | 2024-11-29T04:20:50.148Z | Compiling linked-hash-map v0.5.6 |
1158 | 2024-11-29T04:20:50.370Z | Compiling swrite v0.1.0 |
1159 | 2024-11-29T04:20:50.526Z | Compiling hickory-proto v0.24.1 |
1160 | 2024-11-29T04:20:50.546Z | Compiling lru-cache v0.1.2 |
1161 | 2024-11-29T04:20:50.772Z | Compiling resolv-conf v0.7.0 |
1162 | 2024-11-29T04:20:50.774Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1163 | 2024-11-29T04:20:51.410Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1164 | 2024-11-29T04:20:52.300Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1165 | 2024-11-29T04:20:52.661Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1166 | 2024-11-29T04:20:54.527Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1167 | 2024-11-29T04:20:57.070Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1168 | 2024-11-29T04:20:58.546Z | Compiling steno v0.4.1 |
1169 | 2024-11-29T04:20:59.498Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1170 | 2024-11-29T04:20:59.901Z | Compiling slog-dtrace v0.3.0 |
1171 | 2024-11-29T04:21:00.309Z | Compiling parking_lot_core v0.8.6 |
1172 | 2024-11-29T04:21:00.808Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1173 | 2024-11-29T04:21:00.981Z | Compiling humantime v2.1.0 |
1174 | 2024-11-29T04:21:01.713Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1175 | 2024-11-29T04:21:01.860Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1176 | 2024-11-29T04:21:04.859Z | Compiling hickory-resolver v0.24.1 |
1177 | 2024-11-29T04:21:04.954Z | Compiling num-derive v0.3.3 |
1178 | 2024-11-29T04:21:04.999Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1179 | 2024-11-29T04:21:05.736Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1180 | 2024-11-29T04:21:07.006Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1181 | 2024-11-29T04:21:07.206Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1182 | 2024-11-29T04:21:07.438Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1183 | 2024-11-29T04:21:07.671Z | Compiling parking_lot v0.11.2 |
1184 | 2024-11-29T04:21:08.943Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1185 | 2024-11-29T04:21:09.611Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1186 | 2024-11-29T04:21:10.895Z | Compiling crossbeam-epoch v0.9.18 |
1187 | 2024-11-29T04:21:11.739Z | Compiling fxhash v0.2.1 |
1188 | 2024-11-29T04:21:11.970Z | Compiling crc32fast v1.4.2 |
1189 | 2024-11-29T04:21:12.004Z | Compiling arc-swap v1.7.1 |
1190 | 2024-11-29T04:21:12.515Z | Compiling crc8 v0.1.1 |
1191 | 2024-11-29T04:21:12.676Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1192 | 2024-11-29T04:21:12.833Z | Compiling slog-scope v4.4.0 |
1193 | 2024-11-29T04:21:13.579Z | Compiling sled v0.34.7 |
1194 | 2024-11-29T04:21:14.942Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1195 | 2024-11-29T04:21:18.828Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1196 | 2024-11-29T04:21:19.333Z | Compiling slog-stdlog v4.1.1 |
1197 | 2024-11-29T04:21:20.140Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1198 | 2024-11-29T04:21:20.179Z | Compiling slog-envlogger v2.2.0 |
1199 | 2024-11-29T04:21:22.828Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1200 | 2024-11-29T04:21:31.923Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1201 | 2024-11-29T04:21:36.658Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1202 | 2024-11-29T04:21:40.870Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1203 | 2024-11-29T04:22:06.884Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1204 | 2024-11-29T04:22:06.884Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1205 | 2024-11-29T04:22:13.983Z | Finished `release` profile [optimized] target(s) in 5m 02s |
1206 | 2024-11-29T04:22:14.299Z | + banner quartet |
1207 | 2024-11-29T04:22:14.301Z | |
1208 | 2024-11-29T04:22:14.301Z | #### # # ## ##### ##### ###### ##### |
1209 | 2024-11-29T04:22:14.301Z | # # # # # # # # # # # |
1210 | 2024-11-29T04:22:14.301Z | # # # # # # # # # ##### # |
1211 | 2024-11-29T04:22:14.301Z | # # # # # ###### ##### # # # |
1212 | 2024-11-29T04:22:14.301Z | # # # # # # # # # # # |
1213 | 2024-11-29T04:22:14.301Z | ### # #### # # # # # ###### # |
1214 | 2024-11-29T04:22:14.301Z | |
1215 | 2024-11-29T04:22:14.302Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
1216 | 2024-11-29T04:22:14.782Z | Compiling cfg-if v1.0.0 |
1217 | 2024-11-29T04:22:14.782Z | Compiling libc v0.2.165 |
1218 | 2024-11-29T04:22:14.785Z | Compiling serde v1.0.215 |
1219 | 2024-11-29T04:22:14.785Z | Compiling once_cell v1.20.2 |
1220 | 2024-11-29T04:22:14.785Z | Compiling itoa v1.0.11 |
1221 | 2024-11-29T04:22:14.862Z | Compiling byteorder v1.5.0 |
1222 | 2024-11-29T04:22:14.877Z | Compiling syn v2.0.87 |
1223 | 2024-11-29T04:22:14.896Z | Compiling bytes v1.7.2 |
1224 | 2024-11-29T04:22:14.917Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-29T04:22:15.091Z | Compiling zerocopy v0.7.35 |
1226 | 2024-11-29T04:22:15.241Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-11-29T04:22:15.271Z | Compiling ahash v0.8.11 |
1228 | 2024-11-29T04:22:15.296Z | Compiling memchr v2.7.4 |
1229 | 2024-11-29T04:22:15.323Z | Compiling scopeguard v1.2.0 |
1230 | 2024-11-29T04:22:15.354Z | Compiling allocator-api2 v0.2.18 |
1231 | 2024-11-29T04:22:15.440Z | Compiling smallvec v1.13.2 |
1232 | 2024-11-29T04:22:15.480Z | Compiling schemars v0.8.21 |
1233 | 2024-11-29T04:22:15.851Z | Compiling lock_api v0.4.12 |
1234 | 2024-11-29T04:22:16.101Z | Compiling getrandom v0.2.15 |
1235 | 2024-11-29T04:22:16.119Z | Compiling hashbrown v0.14.5 |
1236 | 2024-11-29T04:22:16.199Z | Compiling parking_lot_core v0.9.10 |
1237 | 2024-11-29T04:22:16.262Z | Compiling socket2 v0.5.8 |
1238 | 2024-11-29T04:22:16.486Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2024-11-29T04:22:16.615Z | Compiling parking_lot v0.12.3 |
1240 | 2024-11-29T04:22:17.084Z | Compiling mio v1.0.2 |
1241 | 2024-11-29T04:22:17.251Z | Compiling fnv v1.0.7 |
1242 | 2024-11-29T04:22:17.384Z | Compiling log v0.4.22 |
1243 | 2024-11-29T04:22:17.387Z | Compiling futures-core v0.3.30 |
1244 | 2024-11-29T04:22:17.872Z | Compiling ryu v1.0.18 |
1245 | 2024-11-29T04:22:17.887Z | Compiling equivalent v1.0.1 |
1246 | 2024-11-29T04:22:17.949Z | Compiling tracing-core v0.1.32 |
1247 | 2024-11-29T04:22:18.082Z | Compiling serde_json v1.0.133 |
1248 | 2024-11-29T04:22:18.084Z | Compiling uuid v1.11.0 |
1249 | 2024-11-29T04:22:18.084Z | Compiling regress v0.10.1 |
1250 | 2024-11-29T04:22:18.470Z | Compiling pin-utils v0.1.0 |
1251 | 2024-11-29T04:22:18.553Z | Compiling spin v0.9.8 |
1252 | 2024-11-29T04:22:18.568Z | Compiling futures-task v0.3.30 |
1253 | 2024-11-29T04:22:18.705Z | Compiling untrusted v0.9.0 |
1254 | 2024-11-29T04:22:18.742Z | Compiling futures-sink v0.3.30 |
1255 | 2024-11-29T04:22:18.745Z | Compiling futures-util v0.3.30 |
1256 | 2024-11-29T04:22:18.775Z | Compiling slab v0.4.9 |
1257 | 2024-11-29T04:22:18.880Z | Compiling ring v0.17.8 |
1258 | 2024-11-29T04:22:19.068Z | Compiling try-lock v0.2.5 |
1259 | 2024-11-29T04:22:19.215Z | Compiling want v0.3.1 |
1260 | 2024-11-29T04:22:19.409Z | Compiling chrono v0.4.38 |
1261 | 2024-11-29T04:22:19.501Z | Compiling httparse v1.9.4 |
1262 | 2024-11-29T04:22:20.233Z | Compiling futures-channel v0.3.30 |
1263 | 2024-11-29T04:22:20.517Z | Compiling foreign-types-shared v0.1.1 |
1264 | 2024-11-29T04:22:20.671Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-11-29T04:22:20.883Z | Compiling serde_derive_internals v0.29.1 |
1266 | 2024-11-29T04:22:20.961Z | Compiling tower-service v0.3.3 |
1267 | 2024-11-29T04:22:21.085Z | Compiling foreign-types v0.3.2 |
1268 | 2024-11-29T04:22:21.154Z | Compiling openssl-sys v0.9.103 |
1269 | 2024-11-29T04:22:21.177Z | Compiling unicode-ident v1.0.13 |
1270 | 2024-11-29T04:22:21.304Z | Compiling bitflags v2.6.0 |
1271 | 2024-11-29T04:22:21.392Z | Compiling proc-macro2 v1.0.86 |
1272 | 2024-11-29T04:22:21.668Z | Compiling http v1.1.0 |
1273 | 2024-11-29T04:22:22.422Z | Compiling semver v1.0.23 |
1274 | 2024-11-29T04:22:22.447Z | Compiling tinyvec_macros v0.1.1 |
1275 | 2024-11-29T04:22:22.542Z | Compiling openssl-probe v0.1.5 |
1276 | 2024-11-29T04:22:22.852Z | Compiling tinyvec v1.8.0 |
1277 | 2024-11-29T04:22:23.030Z | Compiling quote v1.0.37 |
1278 | 2024-11-29T04:22:23.098Z | Compiling percent-encoding v2.3.1 |
1279 | 2024-11-29T04:22:24.558Z | Compiling unicode-normalization v0.1.24 |
1280 | 2024-11-29T04:22:25.020Z | Compiling form_urlencoded v1.2.1 |
1281 | 2024-11-29T04:22:25.361Z | Compiling serde_derive v1.0.215 |
1282 | 2024-11-29T04:22:25.518Z | Compiling zerocopy-derive v0.7.35 |
1283 | 2024-11-29T04:22:25.921Z | Compiling thiserror-impl v1.0.69 |
1284 | 2024-11-29T04:22:26.323Z | Compiling tokio-macros v2.4.0 |
1285 | 2024-11-29T04:22:26.481Z | Compiling schemars_derive v0.8.21 |
1286 | 2024-11-29T04:22:26.507Z | Compiling tracing-attributes v0.1.27 |
1287 | 2024-11-29T04:22:26.694Z | Compiling openssl-macros v0.1.1 |
1288 | 2024-11-29T04:22:27.538Z | Compiling openssl v0.10.66 |
1289 | 2024-11-29T04:22:27.851Z | Compiling tokio v1.41.1 |
1290 | 2024-11-29T04:22:28.668Z | Compiling thiserror v1.0.69 |
1291 | 2024-11-29T04:22:28.981Z | Compiling http v0.2.12 |
1292 | 2024-11-29T04:22:29.328Z | Compiling aho-corasick v1.1.3 |
1293 | 2024-11-29T04:22:29.522Z | Compiling tracing v0.1.40 |
1294 | 2024-11-29T04:22:30.222Z | Compiling unicode-bidi v0.3.15 |
1295 | 2024-11-29T04:22:33.247Z | Compiling rustls-pki-types v1.8.0 |
1296 | 2024-11-29T04:22:33.754Z | Compiling native-tls v0.2.12 |
1297 | 2024-11-29T04:22:34.490Z | Compiling heck v0.5.0 |
1298 | 2024-11-29T04:22:35.818Z | Compiling regex-automata v0.4.7 |
1299 | 2024-11-29T04:22:35.851Z | Compiling idna v0.5.0 |
1300 | 2024-11-29T04:22:38.802Z | Compiling indexmap v2.5.0 |
1301 | 2024-11-29T04:22:40.927Z | Compiling tokio-util v0.7.12 |
1302 | 2024-11-29T04:22:41.133Z | Compiling serde_tokenstream v0.2.2 |
1303 | 2024-11-29T04:22:41.876Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-11-29T04:22:42.172Z | Compiling http-body v1.0.1 |
1305 | 2024-11-29T04:22:42.953Z | Compiling atomic-waker v1.1.2 |
1306 | 2024-11-29T04:22:43.054Z | Compiling slog v2.7.0 |
1307 | 2024-11-29T04:22:43.135Z | Compiling regex-syntax v0.8.4 |
1308 | 2024-11-29T04:22:43.435Z | Compiling h2 v0.4.6 |
1309 | 2024-11-29T04:22:43.657Z | Compiling typify-impl v0.2.0 |
1310 | 2024-11-29T04:22:45.404Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1311 | 2024-11-29T04:22:54.826Z | Compiling openapiv3 v2.0.0 |
1312 | 2024-11-29T04:22:55.957Z | Compiling regex v1.10.6 |
1313 | 2024-11-29T04:22:56.844Z | Compiling serde_urlencoded v0.7.1 |
1314 | 2024-11-29T04:22:57.370Z | Compiling url v2.5.2 |
1315 | 2024-11-29T04:22:57.393Z | Compiling encoding_rs v0.8.34 |
1316 | 2024-11-29T04:22:58.685Z | Compiling rustls v0.21.12 |
1317 | 2024-11-29T04:22:59.066Z | Compiling mime v0.3.17 |
1318 | 2024-11-29T04:22:59.333Z | Compiling ipnet v2.10.0 |
1319 | 2024-11-29T04:23:01.201Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1320 | 2024-11-29T04:23:02.407Z | Compiling typify-macro v0.2.0 |
1321 | 2024-11-29T04:23:03.004Z | Compiling hyper v1.5.1 |
1322 | 2024-11-29T04:23:04.174Z | Compiling h2 v0.3.26 |
1323 | 2024-11-29T04:23:04.546Z | Compiling rustls-webpki v0.102.8 |
1324 | 2024-11-29T04:23:04.806Z | Compiling http-body v0.4.6 |
1325 | 2024-11-29T04:23:05.251Z | Compiling rustls-webpki v0.101.7 |
1326 | 2024-11-29T04:23:05.889Z | Compiling sct v0.7.1 |
1327 | 2024-11-29T04:23:06.380Z | Compiling httpdate v1.0.3 |
1328 | 2024-11-29T04:23:07.167Z | Compiling subtle v2.6.1 |
1329 | 2024-11-29T04:23:07.434Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-11-29T04:23:07.798Z | Compiling zeroize v1.8.1 |
1331 | 2024-11-29T04:23:08.148Z | Compiling rustls v0.23.13 |
1332 | 2024-11-29T04:23:08.937Z | Compiling toml_edit v0.19.15 |
1333 | 2024-11-29T04:23:09.231Z | Compiling serde_yaml v0.9.34+deprecated |
1334 | 2024-11-29T04:23:12.585Z | Compiling hyper v0.14.30 |
1335 | 2024-11-29T04:23:13.112Z | Compiling hyper-util v0.1.10 |
1336 | 2024-11-29T04:23:19.063Z | Compiling lazy_static v1.5.0 |
1337 | 2024-11-29T04:23:19.209Z | Compiling tokio-rustls v0.26.0 |
1338 | 2024-11-29T04:23:19.697Z | Compiling tokio-rustls v0.24.1 |
1339 | 2024-11-29T04:23:19.936Z | Compiling proc-macro-crate v1.3.1 |
1340 | 2024-11-29T04:23:20.092Z | Compiling http-body-util v0.1.2 |
1341 | 2024-11-29T04:23:20.625Z | Compiling webpki-roots v0.26.6 |
1342 | 2024-11-29T04:23:20.683Z | Compiling base64 v0.21.7 |
1343 | 2024-11-29T04:23:20.828Z | Compiling base64 v0.22.1 |
1344 | 2024-11-29T04:23:21.173Z | Compiling rustls-pemfile v1.0.4 |
1345 | 2024-11-29T04:23:21.825Z | Compiling rustls-pemfile v2.1.3 |
1346 | 2024-11-29T04:23:21.964Z | Compiling crossbeam-utils v0.8.20 |
1347 | 2024-11-29T04:23:21.981Z | Compiling hyper-rustls v0.27.3 |
1348 | 2024-11-29T04:23:21.989Z | Compiling num_enum_derive v0.5.11 |
1349 | 2024-11-29T04:23:22.582Z | Compiling hyper-tls v0.6.0 |
1350 | 2024-11-29T04:23:23.073Z | Compiling hyper-rustls v0.24.2 |
1351 | 2024-11-29T04:23:23.512Z | Compiling hyper-tls v0.5.0 |
1352 | 2024-11-29T04:23:23.592Z | Compiling typify v0.2.0 |
1353 | 2024-11-29T04:23:23.731Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1354 | 2024-11-29T04:23:24.190Z | Compiling ipnetwork v0.20.0 |
1355 | 2024-11-29T04:23:26.312Z | Compiling ppv-lite86 v0.2.20 |
1356 | 2024-11-29T04:23:26.610Z | Compiling foreign-types-macros v0.2.3 |
1357 | 2024-11-29T04:23:27.101Z | Compiling sync_wrapper v1.0.1 |
1358 | 2024-11-29T04:23:27.169Z | Compiling rand_core v0.6.4 |
1359 | 2024-11-29T04:23:27.243Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-11-29T04:23:27.253Z | Compiling webpki-roots v0.25.4 |
1361 | 2024-11-29T04:23:27.407Z | Compiling foreign-types-shared v0.3.1 |
1362 | 2024-11-29T04:23:27.537Z | Compiling sync_wrapper v0.1.2 |
1363 | 2024-11-29T04:23:27.619Z | Compiling powerfmt v0.2.0 |
1364 | 2024-11-29T04:23:27.675Z | Compiling time-macros v0.2.18 |
1365 | 2024-11-29T04:23:27.956Z | Compiling foreign-types v0.5.0 |
1366 | 2024-11-29T04:23:28.066Z | Compiling deranged v0.3.11 |
1367 | 2024-11-29T04:23:28.219Z | Compiling reqwest v0.11.27 |
1368 | 2024-11-29T04:23:28.292Z | Compiling rand_chacha v0.3.1 |
1369 | 2024-11-29T04:23:29.829Z | Compiling dirs-next v2.0.0 |
1370 | 2024-11-29T04:23:29.998Z | Compiling reqwest v0.12.9 |
1371 | 2024-11-29T04:23:30.090Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1372 | 2024-11-29T04:23:30.493Z | Compiling progenitor-impl v0.8.0 |
1373 | 2024-11-29T04:23:36.177Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1374 | 2024-11-29T04:23:36.600Z | Compiling num_enum v0.5.11 |
1375 | 2024-11-29T04:23:38.216Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1376 | 2024-11-29T04:23:38.364Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1377 | 2024-11-29T04:23:38.504Z | Compiling cstr-argument v0.1.2 |
1378 | 2024-11-29T04:23:38.528Z | Compiling thread_local v1.1.8 |
1379 | 2024-11-29T04:23:38.762Z | Compiling pretty-hex v0.2.1 |
1380 | 2024-11-29T04:23:38.980Z | Compiling arc-swap v1.7.1 |
1381 | 2024-11-29T04:23:39.196Z | Compiling num-conv v0.1.0 |
1382 | 2024-11-29T04:23:39.447Z | Compiling either v1.13.0 |
1383 | 2024-11-29T04:23:39.623Z | Compiling time-core v0.1.2 |
1384 | 2024-11-29T04:23:39.816Z | Compiling itertools v0.12.1 |
1385 | 2024-11-29T04:23:39.862Z | Compiling time v0.3.36 |
1386 | 2024-11-29T04:23:41.244Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1387 | 2024-11-29T04:23:42.681Z | Compiling slog-scope v4.4.0 |
1388 | 2024-11-29T04:23:43.226Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1389 | 2024-11-29T04:23:43.576Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1390 | 2024-11-29T04:23:43.611Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1391 | 2024-11-29T04:23:43.780Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-11-29T04:23:44.415Z | Compiling progenitor-macro v0.8.0 |
1393 | 2024-11-29T04:23:45.385Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1394 | 2024-11-29T04:23:48.827Z | Compiling progenitor-client v0.8.0 |
1395 | 2024-11-29T04:23:49.737Z | Compiling term v0.7.0 |
1396 | 2024-11-29T04:23:54.364Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1397 | 2024-11-29T04:23:55.737Z | Compiling rand v0.8.5 |
1398 | 2024-11-29T04:23:56.153Z | Compiling anyhow v1.0.93 |
1399 | 2024-11-29T04:23:57.430Z | Compiling colored v2.1.0 |
1400 | 2024-11-29T04:23:57.624Z | Compiling is-terminal v0.4.13 |
1401 | 2024-11-29T04:23:57.754Z | Compiling take_mut v0.2.2 |
1402 | 2024-11-29T04:23:57.914Z | Compiling winnow v0.6.18 |
1403 | 2024-11-29T04:23:58.606Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1404 | 2024-11-29T04:23:59.017Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1405 | 2024-11-29T04:23:59.221Z | Compiling slog-async v2.8.0 |
1406 | 2024-11-29T04:24:02.001Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1407 | 2024-11-29T04:24:02.291Z | Compiling slog-term v2.9.1 |
1408 | 2024-11-29T04:24:05.062Z | Compiling progenitor v0.8.0 |
1409 | 2024-11-29T04:24:05.247Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1410 | 2024-11-29T04:24:08.928Z | Compiling slog-stdlog v4.1.1 |
1411 | 2024-11-29T04:24:09.722Z | Compiling slog-envlogger v2.2.0 |
1412 | 2024-11-29T04:24:11.046Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1413 | 2024-11-29T04:24:12.911Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1414 | 2024-11-29T04:24:29.288Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1415 | 2024-11-29T04:24:36.833Z | Finished `release` profile [optimized] target(s) in 2m 22s |
1416 | 2024-11-29T04:24:36.916Z | Running unittests src/lib.rs (target/release/deps/mg_tests-a2342845efdb8af0) |
1417 | 2024-11-29T04:24:36.965Z | |
1418 | 2024-11-29T04:24:36.965Z | running 1 test |
1419 | 2024-11-29T04:24:37.139Z | configure zone |
1420 | 2024-11-29T04:24:37.156Z | install zone |
1421 | 2024-11-29T04:25:36.969Z | test ddm::test_quartet has been running for over 60 seconds |
1422 | 2024-11-29T04:26:36.789Z | boot zone |
1423 | 2024-11-29T04:26:37.708Z | start zone s1 |
1424 | 2024-11-29T04:26:37.708Z | configure zone |
1425 | 2024-11-29T04:26:37.717Z | install zone |
1426 | 2024-11-29T04:28:30.998Z | boot zone |
1427 | 2024-11-29T04:28:31.821Z | start zone s2 |
1428 | 2024-11-29T04:28:31.821Z | configure zone |
1429 | 2024-11-29T04:28:31.829Z | install zone |
1430 | 2024-11-29T04:30:25.386Z | boot zone |
1431 | 2024-11-29T04:30:26.242Z | start zone s3 |
1432 | 2024-11-29T04:30:26.242Z | configure zone |
1433 | 2024-11-29T04:30:26.251Z | install zone |
1434 | 2024-11-29T04:32:20.703Z | boot zone |
1435 | 2024-11-29T04:32:21.687Z | start zone t1 |
1436 | 2024-11-29T04:32:21.687Z | configure zone |
1437 | 2024-11-29T04:32:21.695Z | install zone |
1438 | 2024-11-29T04:34:16.215Z | boot zone |
1439 | 2024-11-29T04:34:17.110Z | waiting for zones to come up |
1440 | 2024-11-29T04:34:27.111Z | [sidecar.quartet] svcs milestone/network |
1441 | 2024-11-29T04:34:27.144Z | STATE STIME FMRI |
1442 | 2024-11-29T04:34:27.144Z | online 20:26:55 svc:/milestone/network:default |
1443 | 2024-11-29T04:34:27.144Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
1444 | 2024-11-29T04:34:27.192Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
1445 | 2024-11-29T04:34:27.242Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
1446 | 2024-11-29T04:34:27.288Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
1447 | 2024-11-29T04:34:27.292Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
1448 | 2024-11-29T04:34:27.313Z | |
1449 | 2024-11-29T04:34:27.313Z | running zone s1.quartet setup |
1450 | 2024-11-29T04:34:27.313Z | [s1.quartet] svcs milestone/network |
1451 | 2024-11-29T04:34:27.341Z | STATE STIME FMRI |
1452 | 2024-11-29T04:34:27.341Z | online 20:28:49 svc:/milestone/network:default |
1453 | 2024-11-29T04:34:27.341Z | [s1.quartet] dladm |
1454 | 2024-11-29T04:34:27.367Z | LINK CLASS MTU STATE BRIDGE OVER |
1455 | 2024-11-29T04:34:27.367Z | sl0 simnet 9000 up -- ? |
1456 | 2024-11-29T04:34:27.367Z | mgs1 vnic 9000 up -- ? |
1457 | 2024-11-29T04:34:27.367Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
1458 | 2024-11-29T04:34:27.909Z | |
1459 | 2024-11-29T04:34:27.909Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
1460 | 2024-11-29T04:34:27.935Z | |
1461 | 2024-11-29T04:34:27.935Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
1462 | 2024-11-29T04:34:27.957Z | |
1463 | 2024-11-29T04:34:27.957Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
1464 | 2024-11-29T04:34:28.060Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
1465 | 2024-11-29T04:34:28.103Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 1fa40b5b-558d-48fe-866a-bbcc4a7354db --sled-uuid 9a22fcd6-9967-4184-a584-defa9c2d5121 -a sl0/v6 &> /opt/ddmd.log & |
1466 | 2024-11-29T04:34:28.125Z | |
1467 | 2024-11-29T04:34:28.125Z | running zone s2.quartet setup |
1468 | 2024-11-29T04:34:28.125Z | [s2.quartet] svcs milestone/network |
1469 | 2024-11-29T04:34:28.150Z | STATE STIME FMRI |
1470 | 2024-11-29T04:34:28.150Z | online 20:30:44 svc:/milestone/network:default |
1471 | 2024-11-29T04:34:28.150Z | [s2.quartet] dladm |
1472 | 2024-11-29T04:34:28.171Z | LINK CLASS MTU STATE BRIDGE OVER |
1473 | 2024-11-29T04:34:28.171Z | sl1 simnet 9000 up -- ? |
1474 | 2024-11-29T04:34:28.171Z | mgs2 vnic 9000 up -- ? |
1475 | 2024-11-29T04:34:28.171Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
1476 | 2024-11-29T04:34:28.691Z | |
1477 | 2024-11-29T04:34:28.691Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
1478 | 2024-11-29T04:34:28.717Z | |
1479 | 2024-11-29T04:34:28.717Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
1480 | 2024-11-29T04:34:28.739Z | |
1481 | 2024-11-29T04:34:28.739Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
1482 | 2024-11-29T04:34:28.785Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
1483 | 2024-11-29T04:34:28.807Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid f04298f2-28f9-4dd2-aa4e-1432086c6e11 --sled-uuid aff2737c-e5ae-4a7b-86d2-2f88d7b0ff89 -a sl1/v6 &> /opt/ddmd.log & |
1484 | 2024-11-29T04:34:28.828Z | |
1485 | 2024-11-29T04:34:28.828Z | running zone s3.quartet setup |
1486 | 2024-11-29T04:34:28.828Z | [s3.quartet] svcs milestone/network |
1487 | 2024-11-29T04:34:28.856Z | STATE STIME FMRI |
1488 | 2024-11-29T04:34:28.856Z | online 20:32:39 svc:/milestone/network:default |
1489 | 2024-11-29T04:34:28.856Z | [s3.quartet] dladm |
1490 | 2024-11-29T04:34:28.881Z | LINK CLASS MTU STATE BRIDGE OVER |
1491 | 2024-11-29T04:34:28.881Z | sl2 simnet 9000 up -- ? |
1492 | 2024-11-29T04:34:28.881Z | mgs3 vnic 9000 up -- ? |
1493 | 2024-11-29T04:34:28.881Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
1494 | 2024-11-29T04:34:29.352Z | |
1495 | 2024-11-29T04:34:29.352Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
1496 | 2024-11-29T04:34:29.379Z | |
1497 | 2024-11-29T04:34:29.379Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
1498 | 2024-11-29T04:34:29.401Z | |
1499 | 2024-11-29T04:34:29.401Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
1500 | 2024-11-29T04:34:29.450Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
1501 | 2024-11-29T04:34:29.474Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d483c284-078d-45f2-ad3c-f566134d12b3 --sled-uuid 58d63565-f59a-4428-aa5f-e62a4ff9fa1a -a sl2/v6 &> /opt/ddmd.log & |
1502 | 2024-11-29T04:34:29.496Z | |
1503 | 2024-11-29T04:34:29.496Z | running zone t1.quartet setup |
1504 | 2024-11-29T04:34:29.496Z | [t1.quartet] svcs milestone/network |
1505 | 2024-11-29T04:34:29.521Z | STATE STIME FMRI |
1506 | 2024-11-29T04:34:29.521Z | - - svc:/milestone/network:default |
1507 | 2024-11-29T04:34:30.522Z | [t1.quartet] svcs milestone/network |
1508 | 2024-11-29T04:34:30.544Z | STATE STIME FMRI |
1509 | 2024-11-29T04:34:30.545Z | - - svc:/milestone/network:default |
1510 | 2024-11-29T04:34:31.545Z | [t1.quartet] svcs milestone/network |
1511 | 2024-11-29T04:34:31.566Z | STATE STIME FMRI |
1512 | 2024-11-29T04:34:31.566Z | - - svc:/milestone/network:default |
1513 | 2024-11-29T04:34:32.566Z | [t1.quartet] svcs milestone/network |
1514 | 2024-11-29T04:34:32.589Z | STATE STIME FMRI |
1515 | 2024-11-29T04:34:32.589Z | - - svc:/milestone/network:default |
1516 | 2024-11-29T04:34:33.589Z | [t1.quartet] svcs milestone/network |
1517 | 2024-11-29T04:34:33.613Z | STATE STIME FMRI |
1518 | 2024-11-29T04:34:33.613Z | - - svc:/milestone/network:default |
1519 | 2024-11-29T04:34:34.612Z | [t1.quartet] svcs milestone/network |
1520 | 2024-11-29T04:34:34.635Z | STATE STIME FMRI |
1521 | 2024-11-29T04:34:34.635Z | - - svc:/milestone/network:default |
1522 | 2024-11-29T04:34:35.635Z | [t1.quartet] svcs milestone/network |
1523 | 2024-11-29T04:34:35.658Z | STATE STIME FMRI |
1524 | 2024-11-29T04:34:35.658Z | offline 20:34:34 svc:/milestone/network:default |
1525 | 2024-11-29T04:34:36.658Z | [t1.quartet] svcs milestone/network |
1526 | 2024-11-29T04:34:36.683Z | STATE STIME FMRI |
1527 | 2024-11-29T04:34:36.683Z | online 20:34:35 svc:/milestone/network:default |
1528 | 2024-11-29T04:34:36.683Z | [t1.quartet] dladm |
1529 | 2024-11-29T04:34:36.709Z | LINK CLASS MTU STATE BRIDGE OVER |
1530 | 2024-11-29T04:34:36.709Z | tfportrear0_0 simnet 9000 up -- ? |
1531 | 2024-11-29T04:34:36.709Z | tfportrear1_0 simnet 9000 up -- ? |
1532 | 2024-11-29T04:34:36.709Z | tfportrear2_0 simnet 9000 up -- ? |
1533 | 2024-11-29T04:34:36.709Z | mgt1 vnic 9000 up -- ? |
1534 | 2024-11-29T04:34:36.709Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
1535 | 2024-11-29T04:34:37.263Z | |
1536 | 2024-11-29T04:34:37.263Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
1537 | 2024-11-29T04:34:37.289Z | |
1538 | 2024-11-29T04:34:37.289Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
1539 | 2024-11-29T04:34:37.313Z | |
1540 | 2024-11-29T04:34:37.313Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
1541 | 2024-11-29T04:34:37.337Z | |
1542 | 2024-11-29T04:34:37.337Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
1543 | 2024-11-29T04:34:37.359Z | |
1544 | 2024-11-29T04:34:37.360Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
1545 | 2024-11-29T04:34:37.555Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
1546 | 2024-11-29T04:34:37.560Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
1547 | 2024-11-29T04:34:37.563Z | waiting 3s for copy of files to zone to complete ... |
1548 | 2024-11-29T04:34:40.563Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
1549 | 2024-11-29T04:34:40.606Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
1550 | 2024-11-29T04:34:40.629Z | [t1.quartet] svcadm enable dendrite |
1551 | 2024-11-29T04:34:40.671Z | |
1552 | 2024-11-29T04:34:40.671Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
1553 | 2024-11-29T04:34:40.719Z | |
1554 | 2024-11-29T04:34:40.719Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
1555 | 2024-11-29T04:34:40.765Z | |
1556 | 2024-11-29T04:34:40.765Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
1557 | 2024-11-29T04:34:40.810Z | |
1558 | 2024-11-29T04:34:40.810Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
1559 | 2024-11-29T04:34:40.857Z | |
1560 | 2024-11-29T04:34:40.857Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
1561 | 2024-11-29T04:34:40.904Z | |
1562 | 2024-11-29T04:34:40.904Z | [t1.quartet] svcadm refresh dendrite:default |
1563 | 2024-11-29T04:34:40.945Z | |
1564 | 2024-11-29T04:34:40.945Z | [t1.quartet] svcadm restart dendrite:default |
1565 | 2024-11-29T04:34:40.987Z | |
1566 | 2024-11-29T04:34:40.987Z | wait 10s for dendrite to come up ... |
1567 | 2024-11-29T04:34:50.988Z | [t1.quartet] svcadm enable tfport |
1568 | 2024-11-29T04:34:51.029Z | |
1569 | 2024-11-29T04:34:51.029Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4e0baf78-f0d7-48f5-87fe-b0236d6e8681 --sled-uuid 08bce02e-2a91-4bbc-bdbd-f5afdf04c96f -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
1570 | 2024-11-29T04:34:51.053Z | |
1571 | 2024-11-29T04:34:51.053Z | [t1.quartet] ipadm |
1572 | 2024-11-29T04:34:51.081Z | ADDROBJ TYPE STATE ADDR |
1573 | 2024-11-29T04:34:51.081Z | lo0/v4 static ok 127.0.0.1/8 |
1574 | 2024-11-29T04:34:51.081Z | mgt1/v4 static ok 10.0.0.4/24 |
1575 | 2024-11-29T04:34:51.081Z | lo0/v6 static ok ::1/128 |
1576 | 2024-11-29T04:34:51.081Z | lo0/u6 static ok fd00:4::1/64 |
1577 | 2024-11-29T04:34:51.081Z | tfportrear0_0/v6 addrconf ok fe80::a430:16ff:fe56:2b28%tfportrear0_0/10 |
1578 | 2024-11-29T04:34:51.081Z | tfportrear1_0/v6 addrconf ok fe80::ecfd:a7ff:fe49:fada%tfportrear1_0/10 |
1579 | 2024-11-29T04:34:51.081Z | tfportrear2_0/v6 addrconf ok fe80::28ab:6eff:fe57:3d9f%tfportrear2_0/10 |
1580 | 2024-11-29T04:34:53.370Z | initial peering test passed |
1581 | 2024-11-29T04:34:54.373Z | [s3.quartet] ping fd00:1::1 |
1582 | 2024-11-29T04:34:54.404Z | fd00:1::1 is alive |
1583 | 2024-11-29T04:35:05.407Z | [s3.quartet] ping fd00:1::1 |
1584 | 2024-11-29T04:35:05.433Z | fd00:1::1 is alive |
1585 | 2024-11-29T04:35:05.451Z | [t1.quartet] pkill ddmd |
1586 | 2024-11-29T04:35:05.480Z | |
1587 | 2024-11-29T04:35:05.480Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
1588 | 2024-11-29T04:35:05.484Z | cp /mgtest/t1.quartet/root/var/svc/log/system-illumos-dendrite:default.log /work/t1.quartet-dpd.log |
1589 | 2024-11-29T04:35:08.011Z | [s3.quartet] pkill ddmd |
1590 | 2024-11-29T04:35:08.032Z | |
1591 | 2024-11-29T04:35:08.033Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
1592 | 2024-11-29T04:35:10.648Z | [s2.quartet] pkill ddmd |
1593 | 2024-11-29T04:35:10.669Z | |
1594 | 2024-11-29T04:35:10.669Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
1595 | 2024-11-29T04:35:13.004Z | [s1.quartet] pkill ddmd |
1596 | 2024-11-29T04:35:13.024Z | |
1597 | 2024-11-29T04:35:13.024Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
1598 | 2024-11-29T04:35:15.611Z | [sidecar.quartet] pkill softnpu |
1599 | 2024-11-29T04:35:15.630Z | |
1600 | 2024-11-29T04:35:15.630Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
1601 | 2024-11-29T04:35:18.175Z | test ddm::test_quartet ... ok |
1602 | 2024-11-29T04:35:18.176Z | |
1603 | 2024-11-29T04:35:18.176Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 641.16s |
1604 | 2024-11-29T04:35:18.176Z | |
1605 | 2024-11-29T04:35:18.203Z | + cleanup |
1606 | 2024-11-29T04:35:18.206Z | ++ id -un |
1607 | 2024-11-29T04:35:18.209Z | ++ id -gn |
1608 | 2024-11-29T04:35:18.212Z | + pfexec chown -R build:build . |
1609 | 2024-11-29T04:35:18.292Z | process exited: duration 1155230 ms, exit code 0 |
|
1610 | 2024-11-29T04:35:18.303Z | found 5 output files |
1611 | 2024-11-29T04:35:18.303Z | uploading: /work/s1.quartet.log (4853 bytes) |
1612 | 2024-11-29T04:35:19.312Z | uploaded: /work/s1.quartet.log |
1613 | 2024-11-29T04:35:19.317Z | uploading: /work/s2.quartet.log (4115 bytes) |
1614 | 2024-11-29T04:35:20.323Z | uploaded: /work/s2.quartet.log |
1615 | 2024-11-29T04:35:20.325Z | uploading: /work/s3.quartet.log (4251 bytes) |
1616 | 2024-11-29T04:35:21.331Z | uploaded: /work/s3.quartet.log |
1617 | 2024-11-29T04:35:21.334Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
1618 | 2024-11-29T04:35:22.340Z | uploaded: /work/sidecar.quartet-softnpu.log |
1619 | 2024-11-29T04:35:22.340Z | uploading: /work/t1.quartet.log (17383 bytes) |
1620 | 2024-11-29T04:35:23.349Z | uploaded: /work/t1.quartet.log |