|
|
|
1 | 2024-08-12T17:50:06.270Z | job assigned to worker 01J53VB6P22Q7F2YQZ7TW9Z4XB (queued for 35 m 51 s) |
|
2 | 2024-08-12T17:50:06.887Z | starting task 0: "setup" |
3 | 2024-08-12T17:50:06.913Z | ++ uname -s |
4 | 2024-08-12T17:50:06.913Z | + kern=SunOS |
5 | 2024-08-12T17:50:06.913Z | + case "$kern" in |
6 | 2024-08-12T17:50:06.913Z | + groupadd -g 12345 build |
7 | 2024-08-12T17:50:06.913Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T17:50:08.920Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T17:50:08.967Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T17:50:08.992Z | + home_fs=autofs |
11 | 2024-08-12T17:50:08.992Z | + [[ autofs == autofs ]] |
12 | 2024-08-12T17:50:08.992Z | + sed -i -e '/^\/home/d' /etc/auto_master |
13 | 2024-08-12T17:50:08.992Z | + automount -v |
14 | 2024-08-12T17:50:08.992Z | automount: no mounts |
15 | 2024-08-12T17:50:08.992Z | automount: /home unmounted |
16 | 2024-08-12T17:50:08.992Z | + mkdir -p /home/build |
17 | 2024-08-12T17:50:08.992Z | + chown build:build /home/build /work |
18 | 2024-08-12T17:50:10.983Z | + chmod 0700 /home/build /work |
19 | 2024-08-12T17:50:11.008Z | process exited: duration 4099 ms, exit code 0 |
|
20 | 2024-08-12T17:50:11.057Z | starting task 1: "rust-toolchain" |
21 | 2024-08-12T17:50:11.082Z | + printf ' * toolchain channel = "%s" |
22 | 2024-08-12T17:50:11.082Z | * toolchain channel = "stable" |
23 | 2024-08-12T17:50:11.082Z | ' stable |
24 | 2024-08-12T17:50:11.082Z | * toolchain profile = "default" |
25 | 2024-08-12T17:50:11.082Z | + printf ' * toolchain profile = "%s" |
26 | 2024-08-12T17:50:11.082Z | ' default |
27 | 2024-08-12T17:50:11.082Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
28 | 2024-08-12T17:50:11.082Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
29 | 2024-08-12T17:50:11.166Z | info: downloading installer |
30 | 2024-08-12T17:50:11.864Z | info: profile set to 'default' |
31 | 2024-08-12T17:50:11.864Z | info: default host triple is x86_64-unknown-illumos |
32 | 2024-08-12T17:50:11.864Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
33 | 2024-08-12T17:50:11.969Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
34 | 2024-08-12T17:50:11.969Z | info: downloading component 'cargo' |
35 | 2024-08-12T17:50:12.405Z | info: downloading component 'clippy' |
36 | 2024-08-12T17:50:12.864Z | info: downloading component 'rust-docs' |
37 | 2024-08-12T17:50:13.081Z | info: downloading component 'rust-std' |
38 | 2024-08-12T17:50:13.603Z | info: downloading component 'rustc' |
39 | 2024-08-12T17:50:14.711Z | info: downloading component 'rustfmt' |
40 | 2024-08-12T17:50:14.805Z | info: installing component 'cargo' |
41 | 2024-08-12T17:50:15.879Z | info: installing component 'clippy' |
42 | 2024-08-12T17:50:16.326Z | info: installing component 'rust-docs' |
43 | 2024-08-12T17:50:19.195Z | info: installing component 'rust-std' |
44 | 2024-08-12T17:50:21.100Z | info: installing component 'rustc' |
45 | 2024-08-12T17:50:26.161Z | info: installing component 'rustfmt' |
46 | 2024-08-12T17:50:26.551Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
47 | 2024-08-12T17:50:26.551Z | |
48 | 2024-08-12T17:50:26.668Z | stable-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
49 | 2024-08-12T17:50:26.668Z | |
50 | 2024-08-12T17:50:26.668Z | |
51 | 2024-08-12T17:50:26.668Z | Rust is installed now. Great! |
52 | 2024-08-12T17:50:26.668Z | |
53 | 2024-08-12T17:50:26.668Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
54 | 2024-08-12T17:50:26.668Z | environment variable. This has not been done automatically. |
55 | 2024-08-12T17:50:26.668Z | |
56 | 2024-08-12T17:50:26.668Z | To configure your current shell, you need to source |
57 | 2024-08-12T17:50:26.668Z | the corresponding env file under $HOME/.cargo. |
58 | 2024-08-12T17:50:26.668Z | |
59 | 2024-08-12T17:50:26.692Z | This is usually done by running one of the following (note the leading DOT): |
60 | 2024-08-12T17:50:26.692Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
61 | 2024-08-12T17:50:26.692Z | source "$HOME/.cargo/env.fish" # For fish |
62 | 2024-08-12T17:50:26.733Z | + rustc --version |
63 | 2024-08-12T17:50:26.834Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
64 | 2024-08-12T17:50:26.858Z | process exited: duration 15781 ms, exit code 0 |
|
65 | 2024-08-12T17:50:26.906Z | starting task 2: "authentication" |
66 | 2024-08-12T17:50:26.970Z | process exited: duration 63 ms, exit code 0 |
|
67 | 2024-08-12T17:50:27.022Z | starting task 3: "clone repository" |
68 | 2024-08-12T17:50:27.047Z | + mkdir -p /work/tokio-rs/tokio |
69 | 2024-08-12T17:50:27.047Z | + git clone https://github.com/tokio-rs/tokio /work/tokio-rs/tokio |
70 | 2024-08-12T17:50:27.071Z | Cloning into '/work/tokio-rs/tokio'... |
71 | 2024-08-12T17:50:28.635Z | + cd /work/tokio-rs/tokio |
72 | 2024-08-12T17:50:28.635Z | + git fetch origin b8552c65d593422ffcc0ddc2dc3e1d8080a4cad1 |
73 | 2024-08-12T17:50:28.999Z | From https://github.com/tokio-rs/tokio |
74 | 2024-08-12T17:50:28.999Z | * branch b8552c65d593422ffcc0ddc2dc3e1d8080a4cad1 -> FETCH_HEAD |
75 | 2024-08-12T17:50:29.024Z | + [[ -n eliza/illumos-ci ]] |
76 | 2024-08-12T17:50:29.024Z | ++ git branch --show-current |
77 | 2024-08-12T17:50:29.024Z | + current=master |
78 | 2024-08-12T17:50:29.024Z | + [[ master != eliza/illumos-ci ]] |
79 | 2024-08-12T17:50:29.024Z | + git branch -f eliza/illumos-ci b8552c65d593422ffcc0ddc2dc3e1d8080a4cad1 |
80 | 2024-08-12T17:50:29.024Z | + git checkout -f eliza/illumos-ci |
81 | 2024-08-12T17:50:29.067Z | Switched to branch 'eliza/illumos-ci' |
82 | 2024-08-12T17:50:29.092Z | + git reset --hard b8552c65d593422ffcc0ddc2dc3e1d8080a4cad1 |
83 | 2024-08-12T17:50:29.116Z | HEAD is now at b8552c65 ci: add a basic illumos test job |
84 | 2024-08-12T17:50:29.141Z | process exited: duration 2097 ms, exit code 0 |
|
85 | 2024-08-12T17:50:29.190Z | starting task 4: "build" |
86 | 2024-08-12T17:50:29.215Z | + export RUSTFLAGS=-Dwarnings |
87 | 2024-08-12T17:50:29.215Z | + RUSTFLAGS=-Dwarnings |
88 | 2024-08-12T17:50:29.215Z | + export RUST_BACKTRACE=1 |
89 | 2024-08-12T17:50:29.215Z | + RUST_BACKTRACE=1 |
90 | 2024-08-12T17:50:29.215Z | + export CARGO_INCREMENTAL=0 |
91 | 2024-08-12T17:50:29.215Z | + CARGO_INCREMENTAL=0 |
92 | 2024-08-12T17:50:29.215Z | + NEXTEST_VERSION=latest |
93 | 2024-08-12T17:50:29.215Z | + curl -sSfL --retry 10 https://get.nexte.st/latest/illumos |
94 | 2024-08-12T17:50:29.215Z | + gunzip |
95 | 2024-08-12T17:50:29.215Z | + tar -xvf - -C /home/build/.cargo/bin |
96 | 2024-08-12T17:50:30.151Z | x cargo-nextest, 16690416 bytes, 32599 tape blocks |
97 | 2024-08-12T17:50:30.175Z | + uname -a |
98 | 2024-08-12T17:50:30.175Z | SunOS bmat-EVT22200007-00003303 5.11 omnios-r151038-db6df08a4e i86pc i386 i86pc |
99 | 2024-08-12T17:50:30.175Z | + cargo --version |
100 | 2024-08-12T17:50:30.261Z | cargo 1.80.1 (376290515 2024-07-16) |
101 | 2024-08-12T17:50:30.286Z | + rustc --version |
102 | 2024-08-12T17:50:30.348Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
103 | 2024-08-12T17:50:30.373Z | + banner build |
104 | 2024-08-12T17:50:30.373Z | |
105 | 2024-08-12T17:50:30.373Z | ##### # # # # ##### |
106 | 2024-08-12T17:50:30.373Z | # # # # # # # # |
107 | 2024-08-12T17:50:30.373Z | ##### # # # # # # |
108 | 2024-08-12T17:50:30.373Z | # # # # # # # # |
109 | 2024-08-12T17:50:30.373Z | # # # # # # # # |
110 | 2024-08-12T17:50:30.373Z | ##### #### # ###### ##### |
111 | 2024-08-12T17:50:30.373Z | |
112 | 2024-08-12T17:50:30.373Z | + ptime -m cargo test --no-run --all --verbose --features full |
113 | 2024-08-12T17:50:30.646Z | Updating crates.io index |
114 | 2024-08-12T17:50:31.264Z | Locking 203 packages to latest compatible versions |
115 | 2024-08-12T17:50:31.264Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
116 | 2024-08-12T17:50:31.289Z | Adding anes v0.1.6 (latest: v0.2.0) |
117 | 2024-08-12T17:50:31.290Z | Adding gimli v0.29.0 (latest: v0.31.0) |
118 | 2024-08-12T17:50:31.290Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
119 | 2024-08-12T17:50:31.290Z | Adding http v0.2.12 (latest: v1.1.0) |
120 | 2024-08-12T17:50:31.290Z | Adding itertools v0.10.5 (latest: v0.13.0) |
121 | 2024-08-12T17:50:31.290Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
122 | 2024-08-12T17:50:31.290Z | Adding matchers v0.1.0 (latest: v0.2.0) |
123 | 2024-08-12T17:50:31.290Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
124 | 2024-08-12T17:50:31.290Z | Adding mio v0.8.11 (latest: v1.0.2) |
125 | 2024-08-12T17:50:31.290Z | Adding mockall v0.11.4 (latest: v0.13.0) |
126 | 2024-08-12T17:50:31.290Z | Adding mockall_derive v0.11.4 (latest: v0.13.0) |
127 | 2024-08-12T17:50:31.290Z | Adding nu-ansi-term v0.46.0 (latest: v0.50.1) |
128 | 2024-08-12T17:50:31.290Z | Adding predicates v2.1.5 (latest: v3.1.2) |
129 | 2024-08-12T17:50:31.290Z | Adding regex-automata v0.1.10 (latest: v0.4.7) |
130 | 2024-08-12T17:50:31.290Z | Adding regex-syntax v0.6.29 (latest: v0.8.4) |
131 | 2024-08-12T17:50:31.290Z | Adding syn v1.0.109 (latest: v2.0.74) |
132 | 2024-08-12T17:50:31.290Z | Adding termtree v0.4.1 (latest: v0.5.1) |
133 | 2024-08-12T17:50:31.290Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
134 | 2024-08-12T17:50:31.290Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
135 | 2024-08-12T17:50:31.290Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
136 | 2024-08-12T17:50:31.290Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
137 | 2024-08-12T17:50:31.290Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
138 | 2024-08-12T17:50:31.290Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
139 | 2024-08-12T17:50:31.290Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
140 | 2024-08-12T17:50:31.290Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
141 | 2024-08-12T17:50:31.290Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
142 | 2024-08-12T17:50:31.290Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
143 | 2024-08-12T17:50:31.290Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-08-12T17:50:31.315Z | Downloading crates ... |
145 | 2024-08-12T17:50:31.359Z | Downloaded equivalent v1.0.1 |
146 | 2024-08-12T17:50:31.386Z | Downloaded cfg_aliases v0.2.1 |
147 | 2024-08-12T17:50:31.386Z | Downloaded signal-hook-registry v1.4.2 |
148 | 2024-08-12T17:50:31.386Z | Downloaded plotters-svg v0.3.6 |
149 | 2024-08-12T17:50:31.386Z | Downloaded serde_spanned v0.6.7 |
150 | 2024-08-12T17:50:31.386Z | Downloaded sharded-slab v0.1.7 |
151 | 2024-08-12T17:50:31.386Z | Downloaded socket2 v0.5.7 |
152 | 2024-08-12T17:50:31.412Z | Downloaded tracing-attributes v0.1.27 |
153 | 2024-08-12T17:50:31.413Z | Downloaded regex-automata v0.1.10 |
154 | 2024-08-12T17:50:31.413Z | Downloaded toml_datetime v0.6.8 |
155 | 2024-08-12T17:50:31.413Z | Downloaded zerocopy-derive v0.7.35 |
156 | 2024-08-12T17:50:31.439Z | Downloaded walkdir v2.5.0 |
157 | 2024-08-12T17:50:31.439Z | Downloaded mio v1.0.2 |
158 | 2024-08-12T17:50:31.439Z | Downloaded trybuild v1.0.99 |
159 | 2024-08-12T17:50:31.463Z | Downloaded syn v1.0.109 |
160 | 2024-08-12T17:50:31.488Z | Downloaded zerocopy v0.7.35 |
161 | 2024-08-12T17:50:31.488Z | Downloaded toml v0.8.19 |
162 | 2024-08-12T17:50:31.488Z | Downloaded termcolor v1.4.1 |
163 | 2024-08-12T17:50:31.512Z | Downloaded syn v2.0.74 |
164 | 2024-08-12T17:50:31.512Z | Downloaded rustix v0.38.34 |
165 | 2024-08-12T17:50:31.536Z | Downloaded slab v0.4.9 |
166 | 2024-08-12T17:50:31.537Z | Downloaded regex-automata v0.4.7 |
167 | 2024-08-12T17:50:31.561Z | Downloaded libc v0.2.155 |
168 | 2024-08-12T17:50:31.587Z | Downloaded ciborium-io v0.2.2 |
169 | 2024-08-12T17:50:31.587Z | Downloaded winnow v0.6.18 |
170 | 2024-08-12T17:50:31.611Z | Downloaded tracing-subscriber v0.3.18 |
171 | 2024-08-12T17:50:31.611Z | Downloaded toml_edit v0.22.20 |
172 | 2024-08-12T17:50:31.636Z | Downloaded itertools v0.10.5 |
173 | 2024-08-12T17:50:31.636Z | Downloaded futures-sink v0.3.30 |
174 | 2024-08-12T17:50:31.636Z | Downloaded hashbrown v0.14.5 |
175 | 2024-08-12T17:50:31.660Z | Downloaded tracing v0.1.40 |
176 | 2024-08-12T17:50:31.660Z | Downloaded serde_json v1.0.124 |
177 | 2024-08-12T17:50:31.660Z | Downloaded regex-syntax v0.8.4 |
178 | 2024-08-12T17:50:31.684Z | Downloaded regex v1.10.6 |
179 | 2024-08-12T17:50:31.684Z | Downloaded rayon-core v1.12.1 |
180 | 2024-08-12T17:50:31.684Z | Downloaded rayon v1.10.0 |
181 | 2024-08-12T17:50:31.709Z | Downloaded predicates v2.1.5 |
182 | 2024-08-12T17:50:31.709Z | Downloaded same-file v1.0.6 |
183 | 2024-08-12T17:50:31.709Z | Downloaded ppv-lite86 v0.2.20 |
184 | 2024-08-12T17:50:31.709Z | Downloaded http v0.2.12 |
185 | 2024-08-12T17:50:31.709Z | Downloaded futures-io v0.3.30 |
186 | 2024-08-12T17:50:31.709Z | Downloaded unicode-ident v1.0.12 |
187 | 2024-08-12T17:50:31.709Z | Downloaded tracing-log v0.2.0 |
188 | 2024-08-12T17:50:31.709Z | Downloaded tracing-core v0.1.32 |
189 | 2024-08-12T17:50:31.709Z | Downloaded tinytemplate v1.2.1 |
190 | 2024-08-12T17:50:31.733Z | Downloaded regex-syntax v0.6.29 |
191 | 2024-08-12T17:50:31.734Z | Downloaded rand v0.8.5 |
192 | 2024-08-12T17:50:31.734Z | Downloaded proc-macro2 v1.0.86 |
193 | 2024-08-12T17:50:31.734Z | Downloaded predicates-tree v1.0.11 |
194 | 2024-08-12T17:50:31.734Z | Downloaded plotters-backend v0.3.6 |
195 | 2024-08-12T17:50:31.734Z | Downloaded pin-utils v0.1.0 |
196 | 2024-08-12T17:50:31.734Z | Downloaded pin-project-internal v1.1.5 |
197 | 2024-08-12T17:50:31.734Z | Downloaded parking_lot_core v0.9.10 |
198 | 2024-08-12T17:50:31.734Z | Downloaded parking_lot v0.12.3 |
199 | 2024-08-12T17:50:31.758Z | Downloaded overload v0.1.1 |
200 | 2024-08-12T17:50:31.758Z | Downloaded num-traits v0.2.19 |
201 | 2024-08-12T17:50:31.758Z | Downloaded memchr v2.7.4 |
202 | 2024-08-12T17:50:31.758Z | Downloaded log v0.4.22 |
203 | 2024-08-12T17:50:31.758Z | Downloaded httpdate v1.0.3 |
204 | 2024-08-12T17:50:31.758Z | Downloaded half v2.4.1 |
205 | 2024-08-12T17:50:31.758Z | Downloaded tempfile v3.12.0 |
206 | 2024-08-12T17:50:31.758Z | Downloaded smallvec v1.13.2 |
207 | 2024-08-12T17:50:31.783Z | Downloaded serde v1.0.206 |
208 | 2024-08-12T17:50:31.783Z | Downloaded once_cell v1.19.0 |
209 | 2024-08-12T17:50:31.783Z | Downloaded nu-ansi-term v0.46.0 |
210 | 2024-08-12T17:50:31.783Z | Downloaded normalize-line-endings v0.3.0 |
211 | 2024-08-12T17:50:31.783Z | Downloaded nix v0.29.0 |
212 | 2024-08-12T17:50:31.783Z | Downloaded mockall_derive v0.11.4 |
213 | 2024-08-12T17:50:31.808Z | Downloaded itoa v1.0.11 |
214 | 2024-08-12T17:50:31.808Z | Downloaded is-terminal v0.4.12 |
215 | 2024-08-12T17:50:31.808Z | Downloaded getrandom v0.2.15 |
216 | 2024-08-12T17:50:31.808Z | Downloaded futures-task v0.3.30 |
217 | 2024-08-12T17:50:31.808Z | Downloaded clap_lex v0.7.2 |
218 | 2024-08-12T17:50:31.808Z | Downloaded plotters v0.3.6 |
219 | 2024-08-12T17:50:31.808Z | Downloaded pin-project v1.1.5 |
220 | 2024-08-12T17:50:31.833Z | Downloaded indexmap v2.3.0 |
221 | 2024-08-12T17:50:31.833Z | Downloaded futures-util v0.3.30 |
222 | 2024-08-12T17:50:31.833Z | Downloaded futures-macro v0.3.30 |
223 | 2024-08-12T17:50:31.857Z | Downloaded futures-channel v0.3.30 |
224 | 2024-08-12T17:50:31.857Z | Downloaded fragile v2.0.0 |
225 | 2024-08-12T17:50:31.857Z | Downloaded float-cmp v0.9.0 |
226 | 2024-08-12T17:50:31.857Z | Downloaded either v1.13.0 |
227 | 2024-08-12T17:50:31.857Z | Downloaded doc-comment v0.3.3 |
228 | 2024-08-12T17:50:31.857Z | Downloaded crossbeam-utils v0.8.20 |
229 | 2024-08-12T17:50:31.857Z | Downloaded criterion v0.5.1 |
230 | 2024-08-12T17:50:31.858Z | Downloaded clap_builder v4.5.15 |
231 | 2024-08-12T17:50:31.882Z | Downloaded ciborium v0.2.2 |
232 | 2024-08-12T17:50:31.882Z | Downloaded bytes v1.7.1 |
233 | 2024-08-12T17:50:31.882Z | Downloaded aho-corasick v1.1.3 |
234 | 2024-08-12T17:50:31.882Z | Downloaded thread_local v1.1.8 |
235 | 2024-08-12T17:50:31.882Z | Downloaded termtree v0.4.1 |
236 | 2024-08-12T17:50:31.882Z | Downloaded serde_derive v1.0.206 |
237 | 2024-08-12T17:50:31.882Z | Downloaded ryu v1.0.18 |
238 | 2024-08-12T17:50:31.882Z | Downloaded rand_chacha v0.3.1 |
239 | 2024-08-12T17:50:31.907Z | Downloaded predicates-core v1.0.8 |
240 | 2024-08-12T17:50:31.907Z | Downloaded oorandom v11.1.4 |
241 | 2024-08-12T17:50:31.907Z | Downloaded lock_api v0.4.12 |
242 | 2024-08-12T17:50:31.907Z | Downloaded lazy_static v1.5.0 |
243 | 2024-08-12T17:50:31.932Z | Downloaded httparse v1.9.4 |
244 | 2024-08-12T17:50:31.932Z | Downloaded futures-executor v0.3.30 |
245 | 2024-08-12T17:50:31.932Z | Downloaded quote v1.0.36 |
246 | 2024-08-12T17:50:31.932Z | Downloaded pin-project-lite v0.2.14 |
247 | 2024-08-12T17:50:31.932Z | Downloaded glob v0.3.1 |
248 | 2024-08-12T17:50:31.932Z | Downloaded futures v0.3.30 |
249 | 2024-08-12T17:50:31.932Z | Downloaded errno v0.3.9 |
250 | 2024-08-12T17:50:31.932Z | Downloaded crossbeam-epoch v0.9.18 |
251 | 2024-08-12T17:50:31.932Z | Downloaded crossbeam-deque v0.8.5 |
252 | 2024-08-12T17:50:31.932Z | Downloaded clap v4.5.15 |
253 | 2024-08-12T17:50:31.932Z | Downloaded bitflags v2.6.0 |
254 | 2024-08-12T17:50:31.932Z | Downloaded async-stream v0.3.5 |
255 | 2024-08-12T17:50:31.932Z | Downloaded anstyle v1.0.8 |
256 | 2024-08-12T17:50:31.932Z | Downloaded rand_core v0.6.4 |
257 | 2024-08-12T17:50:31.957Z | Downloaded num_cpus v1.16.0 |
258 | 2024-08-12T17:50:31.957Z | Downloaded mockall v0.11.4 |
259 | 2024-08-12T17:50:31.957Z | Downloaded memoffset v0.9.1 |
260 | 2024-08-12T17:50:31.957Z | Downloaded futures-test v0.3.30 |
261 | 2024-08-12T17:50:31.957Z | Downloaded futures-core v0.3.30 |
262 | 2024-08-12T17:50:31.957Z | Downloaded fnv v1.0.7 |
263 | 2024-08-12T17:50:31.957Z | Downloaded fastrand v2.1.0 |
264 | 2024-08-12T17:50:31.957Z | Downloaded difflib v0.4.0 |
265 | 2024-08-12T17:50:31.957Z | Downloaded ciborium-ll v0.2.2 |
266 | 2024-08-12T17:50:31.957Z | Downloaded cast v0.3.0 |
267 | 2024-08-12T17:50:31.957Z | Downloaded byteorder v1.5.0 |
268 | 2024-08-12T17:50:31.957Z | Downloaded anes v0.1.6 |
269 | 2024-08-12T17:50:31.957Z | Downloaded scopeguard v1.2.0 |
270 | 2024-08-12T17:50:31.957Z | Downloaded autocfg v1.3.0 |
271 | 2024-08-12T17:50:31.957Z | Downloaded async-stream-impl v0.3.5 |
272 | 2024-08-12T17:50:31.957Z | Downloaded matchers v0.1.0 |
273 | 2024-08-12T17:50:31.982Z | Downloaded cfg-if v1.0.0 |
274 | 2024-08-12T17:50:31.982Z | Downloaded downcast v0.11.0 |
275 | 2024-08-12T17:50:31.982Z | Downloaded criterion-plot v0.5.0 |
276 | 2024-08-12T17:50:32.200Z | Compiling proc-macro2 v1.0.86 |
277 | 2024-08-12T17:50:32.201Z | Compiling unicode-ident v1.0.12 |
278 | 2024-08-12T17:50:32.201Z | Compiling autocfg v1.3.0 |
279 | 2024-08-12T17:50:32.201Z | Compiling libc v0.2.155 |
280 | 2024-08-12T17:50:32.225Z | Compiling cfg-if v1.0.0 |
281 | 2024-08-12T17:50:32.225Z | Compiling pin-project-lite v0.2.14 |
282 | 2024-08-12T17:50:32.225Z | Compiling memchr v2.7.4 |
283 | 2024-08-12T17:50:32.225Z | Compiling parking_lot_core v0.9.10 |
284 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bcc604bf5ac3ab58 -C extra-filename=-bcc604bf5ac3ab58 --out-dir /work/tokio-rs/tokio/target/debug/build/proc-macro2-bcc604bf5ac3ab58 -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
285 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5e7200f1ef131ad -C extra-filename=-e5e7200f1ef131ad --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
286 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6c4ae0d64b5338d3 -C extra-filename=-6c4ae0d64b5338d3 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
287 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=120b4d9592baeed9 -C extra-filename=-120b4d9592baeed9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
288 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a95361f84110741a -C extra-filename=-a95361f84110741a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
289 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=d32db536f7a7ccca -C extra-filename=-d32db536f7a7ccca --out-dir /work/tokio-rs/tokio/target/debug/build/libc-d32db536f7a7ccca -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
290 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=95c7ac11c8c7f998 -C extra-filename=-95c7ac11c8c7f998 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
291 | 2024-08-12T17:50:32.226Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=3c192d7fbb88efb4 -C extra-filename=-3c192d7fbb88efb4 --out-dir /work/tokio-rs/tokio/target/debug/build/parking_lot_core-3c192d7fbb88efb4 -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
292 | 2024-08-12T17:50:32.321Z | Compiling scopeguard v1.2.0 |
293 | 2024-08-12T17:50:32.346Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=07c5e948e2877bf4 -C extra-filename=-07c5e948e2877bf4 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
294 | 2024-08-12T17:50:32.370Z | Compiling smallvec v1.13.2 |
295 | 2024-08-12T17:50:32.405Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=4c7a9e93f8ea8aae -C extra-filename=-4c7a9e93f8ea8aae --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
296 | 2024-08-12T17:50:32.432Z | Compiling bytes v1.7.1 |
297 | 2024-08-12T17:50:32.456Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=a89efca5a84ed903 -C extra-filename=-a89efca5a84ed903 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
298 | 2024-08-12T17:50:32.456Z | Compiling futures-core v0.3.30 |
299 | 2024-08-12T17:50:32.481Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=d8eab32ff8ee6e36 -C extra-filename=-d8eab32ff8ee6e36 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
300 | 2024-08-12T17:50:32.690Z | Compiling pin-utils v0.1.0 |
301 | 2024-08-12T17:50:32.715Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b55135452d220217 -C extra-filename=-b55135452d220217 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
302 | 2024-08-12T17:50:32.775Z | Compiling futures-sink v0.3.30 |
303 | 2024-08-12T17:50:32.800Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d34986f1551bcf57 -C extra-filename=-d34986f1551bcf57 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
304 | 2024-08-12T17:50:32.800Z | Compiling futures-io v0.3.30 |
305 | 2024-08-12T17:50:32.800Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=01865a0123666f36 -C extra-filename=-01865a0123666f36 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
306 | 2024-08-12T17:50:32.840Z | Running `/work/tokio-rs/tokio/target/debug/build/parking_lot_core-3c192d7fbb88efb4/build-script-build` |
307 | 2024-08-12T17:50:32.840Z | Running `/work/tokio-rs/tokio/target/debug/build/proc-macro2-bcc604bf5ac3ab58/build-script-build` |
308 | 2024-08-12T17:50:32.864Z | Compiling futures-task v0.3.30 |
309 | 2024-08-12T17:50:32.889Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=60190dd8830af813 -C extra-filename=-60190dd8830af813 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
310 | 2024-08-12T17:50:32.889Z | Running `/work/tokio-rs/tokio/target/debug/build/libc-d32db536f7a7ccca/build-script-build` |
311 | 2024-08-12T17:50:32.916Z | Compiling futures-channel v0.3.30 |
312 | 2024-08-12T17:50:32.940Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=d3f44f9a0efde023 -C extra-filename=-d3f44f9a0efde023 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rmeta --cap-lints allow -Dwarnings` |
313 | 2024-08-12T17:50:32.940Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=f7de87d4d00976c2 -C extra-filename=-f7de87d4d00976c2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'` |
314 | 2024-08-12T17:50:32.940Z | Compiling lock_api v0.4.12 |
315 | 2024-08-12T17:50:32.967Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=80d5a0f0e1ee929e -C extra-filename=-80d5a0f0e1ee929e --out-dir /work/tokio-rs/tokio/target/debug/build/lock_api-80d5a0f0e1ee929e -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern autocfg=/work/tokio-rs/tokio/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow -Dwarnings` |
316 | 2024-08-12T17:50:33.001Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=22c7fb56955e4772 -C extra-filename=-22c7fb56955e4772 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern unicode_ident=/work/tokio-rs/tokio/target/debug/deps/libunicode_ident-6c4ae0d64b5338d3.rmeta --cap-lints allow -Dwarnings --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'` |
317 | 2024-08-12T17:50:33.089Z | Compiling slab v0.4.9 |
318 | 2024-08-12T17:50:33.114Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=48bcc6bcbcdc5744 -C extra-filename=-48bcc6bcbcdc5744 --out-dir /work/tokio-rs/tokio/target/debug/build/slab-48bcc6bcbcdc5744 -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern autocfg=/work/tokio-rs/tokio/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow -Dwarnings` |
319 | 2024-08-12T17:50:33.139Z | Compiling once_cell v1.19.0 |
320 | 2024-08-12T17:50:33.139Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=7a91e3d8ae4260ac -C extra-filename=-7a91e3d8ae4260ac --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
321 | 2024-08-12T17:50:33.227Z | Running `/work/tokio-rs/tokio/target/debug/build/lock_api-80d5a0f0e1ee929e/build-script-build` |
322 | 2024-08-12T17:50:33.265Z | Compiling bitflags v2.6.0 |
323 | 2024-08-12T17:50:33.289Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=e0e43fc91e5b431f -C extra-filename=-e0e43fc91e5b431f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
324 | 2024-08-12T17:50:33.349Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=1a3016834b1c519c -C extra-filename=-1a3016834b1c519c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern scopeguard=/work/tokio-rs/tokio/target/debug/deps/libscopeguard-07c5e948e2877bf4.rmeta --cap-lints allow -Dwarnings --cfg has_const_fn_trait_bound` |
325 | 2024-08-12T17:50:33.374Z | Running `/work/tokio-rs/tokio/target/debug/build/slab-48bcc6bcbcdc5744/build-script-build` |
326 | 2024-08-12T17:50:33.476Z | Compiling rustix v0.38.34 |
327 | 2024-08-12T17:50:33.501Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6f3b2ee66cdf5d10 -C extra-filename=-6f3b2ee66cdf5d10 --out-dir /work/tokio-rs/tokio/target/debug/build/rustix-6f3b2ee66cdf5d10 -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
328 | 2024-08-12T17:50:33.501Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5e6f97e22f621f38 -C extra-filename=-5e6f97e22f621f38 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
329 | 2024-08-12T17:50:33.723Z | Compiling fastrand v2.1.0 |
330 | 2024-08-12T17:50:33.748Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=7fa740cc2a3fa9b5 -C extra-filename=-7fa740cc2a3fa9b5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
331 | 2024-08-12T17:50:33.826Z | Compiling quote v1.0.36 |
332 | 2024-08-12T17:50:33.851Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=55d7c1bd36d8b98d -C extra-filename=-55d7c1bd36d8b98d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rmeta --cap-lints allow -Dwarnings` |
333 | 2024-08-12T17:50:33.851Z | Compiling aho-corasick v1.1.3 |
334 | 2024-08-12T17:50:33.851Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=0414f19dc7a92bfd -C extra-filename=-0414f19dc7a92bfd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern memchr=/work/tokio-rs/tokio/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --cap-lints allow -Dwarnings` |
335 | 2024-08-12T17:50:33.901Z | Compiling byteorder v1.5.0 |
336 | 2024-08-12T17:50:33.926Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=83e13b9262d18459 -C extra-filename=-83e13b9262d18459 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
337 | 2024-08-12T17:50:34.011Z | Compiling regex-syntax v0.8.4 |
338 | 2024-08-12T17:50:34.036Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=a3642dea9cd35d30 -C extra-filename=-a3642dea9cd35d30 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
339 | 2024-08-12T17:50:34.241Z | Compiling syn v2.0.74 |
340 | 2024-08-12T17:50:34.266Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e9ea34bfcd4a0814 -C extra-filename=-e9ea34bfcd4a0814 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rmeta --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rmeta --extern unicode_ident=/work/tokio-rs/tokio/target/debug/deps/libunicode_ident-6c4ae0d64b5338d3.rmeta --cap-lints allow -Dwarnings` |
341 | 2024-08-12T17:50:34.290Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=1979c1636d45dd3b -C extra-filename=-1979c1636d45dd3b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern cfg_if=/work/tokio-rs/tokio/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --extern smallvec=/work/tokio-rs/tokio/target/debug/deps/libsmallvec-4c7a9e93f8ea8aae.rmeta --cap-lints allow -Dwarnings` |
342 | 2024-08-12T17:50:34.410Z | Compiling socket2 v0.5.7 |
343 | 2024-08-12T17:50:34.435Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=79f63ff8218f8d84 -C extra-filename=-79f63ff8218f8d84 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --cap-lints allow -Dwarnings` |
344 | 2024-08-12T17:50:34.502Z | Compiling mio v1.0.2 |
345 | 2024-08-12T17:50:34.527Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' -C metadata=908454ffa7bd8a4d -C extra-filename=-908454ffa7bd8a4d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --cap-lints allow -Dwarnings` |
346 | 2024-08-12T17:50:34.527Z | Compiling signal-hook-registry v1.4.2 |
347 | 2024-08-12T17:50:34.527Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f36701f5dafaac4c -C extra-filename=-f36701f5dafaac4c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --cap-lints allow -Dwarnings` |
348 | 2024-08-12T17:50:34.551Z | Compiling num_cpus v1.16.0 |
349 | 2024-08-12T17:50:34.551Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1ef6621c207d045 -C extra-filename=-f1ef6621c207d045 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --cap-lints allow -Dwarnings` |
350 | 2024-08-12T17:50:34.635Z | Compiling parking_lot v0.12.3 |
351 | 2024-08-12T17:50:34.661Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=f2c42c716b1cf136 -C extra-filename=-f2c42c716b1cf136 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern lock_api=/work/tokio-rs/tokio/target/debug/deps/liblock_api-1a3016834b1c519c.rmeta --extern parking_lot_core=/work/tokio-rs/tokio/target/debug/deps/libparking_lot_core-1979c1636d45dd3b.rmeta --cap-lints allow -Dwarnings` |
352 | 2024-08-12T17:50:34.910Z | Running `/work/tokio-rs/tokio/target/debug/build/rustix-6f3b2ee66cdf5d10/build-script-build` |
353 | 2024-08-12T17:50:35.015Z | Compiling errno v0.3.9 |
354 | 2024-08-12T17:50:35.039Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e33667d3f0961b0e -C extra-filename=-e33667d3f0961b0e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --cap-lints allow -Dwarnings` |
355 | 2024-08-12T17:50:35.236Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=814ac8ad0c6ccdc6 -C extra-filename=-814ac8ad0c6ccdc6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bitflags=/work/tokio-rs/tokio/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern libc_errno=/work/tokio-rs/tokio/target/debug/deps/liberrno-e33667d3f0961b0e.rmeta --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --cap-lints allow -Dwarnings --cfg libc --cfg solarish` |
356 | 2024-08-12T17:50:35.339Z | Compiling getrandom v0.2.15 |
357 | 2024-08-12T17:50:35.363Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=d92aa66bb1c9b61c -C extra-filename=-d92aa66bb1c9b61c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern cfg_if=/work/tokio-rs/tokio/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --cap-lints allow -Dwarnings` |
358 | 2024-08-12T17:50:35.363Z | Compiling lazy_static v1.5.0 |
359 | 2024-08-12T17:50:35.363Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=72954f49c4eb3f18 -C extra-filename=-72954f49c4eb3f18 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
360 | 2024-08-12T17:50:35.464Z | Compiling num-traits v0.2.19 |
361 | 2024-08-12T17:50:35.464Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=51f408cace3779a9 -C extra-filename=-51f408cace3779a9 --out-dir /work/tokio-rs/tokio/target/debug/build/num-traits-51f408cace3779a9 -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern autocfg=/work/tokio-rs/tokio/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow -Dwarnings` |
362 | 2024-08-12T17:50:35.511Z | Compiling rand_core v0.6.4 |
363 | 2024-08-12T17:50:35.536Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=1f7ae8268582f8ce -C extra-filename=-1f7ae8268582f8ce --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern getrandom=/work/tokio-rs/tokio/target/debug/deps/libgetrandom-d92aa66bb1c9b61c.rmeta --cap-lints allow -Dwarnings` |
364 | 2024-08-12T17:50:35.631Z | Compiling syn v1.0.109 |
365 | 2024-08-12T17:50:35.655Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a477de46bbf15a1d -C extra-filename=-a477de46bbf15a1d --out-dir /work/tokio-rs/tokio/target/debug/build/syn-a477de46bbf15a1d -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
366 | 2024-08-12T17:50:35.655Z | Compiling memoffset v0.9.1 |
367 | 2024-08-12T17:50:35.655Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=644ada9e70c8c763 -C extra-filename=-644ada9e70c8c763 --out-dir /work/tokio-rs/tokio/target/debug/build/memoffset-644ada9e70c8c763 -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern autocfg=/work/tokio-rs/tokio/target/debug/deps/libautocfg-e5e7200f1ef131ad.rlib --cap-lints allow -Dwarnings` |
368 | 2024-08-12T17:50:35.739Z | Running `/work/tokio-rs/tokio/target/debug/build/num-traits-51f408cace3779a9/build-script-build` |
369 | 2024-08-12T17:50:35.900Z | Compiling predicates-core v1.0.8 |
370 | 2024-08-12T17:50:35.925Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62f10b2029424145 -C extra-filename=-62f10b2029424145 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
371 | 2024-08-12T17:50:35.951Z | Compiling cfg_aliases v0.2.1 |
372 | 2024-08-12T17:50:35.952Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36cbcf6c2803df99 -C extra-filename=-36cbcf6c2803df99 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
373 | 2024-08-12T17:50:35.976Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=1fc2c42bd9c8edf9 -C extra-filename=-1fc2c42bd9c8edf9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings --cfg has_total_cmp` |
374 | 2024-08-12T17:50:36.053Z | Compiling either v1.13.0 |
375 | 2024-08-12T17:50:36.079Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=8fe7fa4c7979c2ec -C extra-filename=-8fe7fa4c7979c2ec --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
376 | 2024-08-12T17:50:36.145Z | Running `/work/tokio-rs/tokio/target/debug/build/syn-a477de46bbf15a1d/build-script-build` |
377 | 2024-08-12T17:50:36.197Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=a84253faa10f667d -C extra-filename=-a84253faa10f667d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rmeta --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rmeta --extern unicode_ident=/work/tokio-rs/tokio/target/debug/deps/libunicode_ident-6c4ae0d64b5338d3.rmeta --cap-lints allow -Dwarnings --cfg syn_disable_nightly_tests` |
378 | 2024-08-12T17:50:36.281Z | Compiling nix v0.29.0 |
379 | 2024-08-12T17:50:36.306Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="aio"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="pin-utils"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=175435dd78eab303 -C extra-filename=-175435dd78eab303 --out-dir /work/tokio-rs/tokio/target/debug/build/nix-175435dd78eab303 -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern cfg_aliases=/work/tokio-rs/tokio/target/debug/deps/libcfg_aliases-36cbcf6c2803df99.rlib --cap-lints allow -Dwarnings` |
380 | 2024-08-12T17:50:36.410Z | Compiling itertools v0.10.5 |
381 | 2024-08-12T17:50:36.435Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4f51a567fe471c9e -C extra-filename=-4f51a567fe471c9e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern either=/work/tokio-rs/tokio/target/debug/deps/libeither-8fe7fa4c7979c2ec.rmeta --cap-lints allow -Dwarnings` |
382 | 2024-08-12T17:50:37.021Z | Compiling tempfile v3.12.0 |
383 | 2024-08-12T17:50:37.046Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=83c2c9ca77653aa8 -C extra-filename=-83c2c9ca77653aa8 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern cfg_if=/work/tokio-rs/tokio/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern fastrand=/work/tokio-rs/tokio/target/debug/deps/libfastrand-7fa740cc2a3fa9b5.rmeta --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern rustix=/work/tokio-rs/tokio/target/debug/deps/librustix-814ac8ad0c6ccdc6.rmeta --cap-lints allow -Dwarnings` |
384 | 2024-08-12T17:50:37.078Z | Compiling regex-automata v0.4.7 |
385 | 2024-08-12T17:50:37.103Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=3678ce8a17c246d7 -C extra-filename=-3678ce8a17c246d7 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern aho_corasick=/work/tokio-rs/tokio/target/debug/deps/libaho_corasick-0414f19dc7a92bfd.rmeta --extern memchr=/work/tokio-rs/tokio/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_syntax=/work/tokio-rs/tokio/target/debug/deps/libregex_syntax-a3642dea9cd35d30.rmeta --cap-lints allow -Dwarnings` |
386 | 2024-08-12T17:50:37.715Z | Compiling float-cmp v0.9.0 |
387 | 2024-08-12T17:50:37.739Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=5fd013c7996d03e5 -C extra-filename=-5fd013c7996d03e5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern num_traits=/work/tokio-rs/tokio/target/debug/deps/libnum_traits-1fc2c42bd9c8edf9.rmeta --cap-lints allow -Dwarnings` |
388 | 2024-08-12T17:50:37.919Z | Running `/work/tokio-rs/tokio/target/debug/build/memoffset-644ada9e70c8c763/build-script-build` |
389 | 2024-08-12T17:50:37.943Z | Compiling normalize-line-endings v0.3.0 |
390 | 2024-08-12T17:50:37.944Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55941352f1e6647d -C extra-filename=-55941352f1e6647d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
391 | 2024-08-12T17:50:38.047Z | Compiling difflib v0.4.0 |
392 | 2024-08-12T17:50:38.071Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2200388876ba913f -C extra-filename=-2200388876ba913f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
393 | 2024-08-12T17:50:38.071Z | Compiling termtree v0.4.1 |
394 | 2024-08-12T17:50:38.071Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=097e76102d9fea90 -C extra-filename=-097e76102d9fea90 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
395 | 2024-08-12T17:50:38.258Z | Compiling predicates-tree v1.0.11 |
396 | 2024-08-12T17:50:38.282Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=47ab33ea3cf61b97 -C extra-filename=-47ab33ea3cf61b97 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern predicates_core=/work/tokio-rs/tokio/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern termtree=/work/tokio-rs/tokio/target/debug/deps/libtermtree-097e76102d9fea90.rmeta --cap-lints allow -Dwarnings` |
397 | 2024-08-12T17:50:38.855Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=a21975dc982b6d02 -C extra-filename=-a21975dc982b6d02 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of` |
398 | 2024-08-12T17:50:38.883Z | Running `/work/tokio-rs/tokio/target/debug/build/nix-175435dd78eab303/build-script-build` |
399 | 2024-08-12T17:50:38.908Z | Compiling fragile v2.0.0 |
400 | 2024-08-12T17:50:38.908Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=3d468d2dba020af6 -C extra-filename=-3d468d2dba020af6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
401 | 2024-08-12T17:50:38.955Z | Compiling downcast v0.11.0 |
402 | 2024-08-12T17:50:38.979Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=70051b210a01f6c6 -C extra-filename=-70051b210a01f6c6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
403 | 2024-08-12T17:50:39.165Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="aio"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="pin-utils"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=d449e93dbc045edc -C extra-filename=-d449e93dbc045edc --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bitflags=/work/tokio-rs/tokio/target/debug/deps/libbitflags-e0e43fc91e5b431f.rmeta --extern cfg_if=/work/tokio-rs/tokio/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --extern memoffset=/work/tokio-rs/tokio/target/debug/deps/libmemoffset-a21975dc982b6d02.rmeta --extern pin_utils=/work/tokio-rs/tokio/target/debug/deps/libpin_utils-b55135452d220217.rmeta --cap-lints allow -Dwarnings --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'` |
404 | 2024-08-12T17:50:39.225Z | Compiling serde v1.0.206 |
405 | 2024-08-12T17:50:39.250Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.206/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=9c8947a4d418f305 -C extra-filename=-9c8947a4d418f305 --out-dir /work/tokio-rs/tokio/target/debug/build/serde-9c8947a4d418f305 -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
406 | 2024-08-12T17:50:39.551Z | Compiling itoa v1.0.11 |
407 | 2024-08-12T17:50:39.576Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=6a3f16939c829a63 -C extra-filename=-6a3f16939c829a63 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
408 | 2024-08-12T17:50:39.665Z | Running `/work/tokio-rs/tokio/target/debug/build/serde-9c8947a4d418f305/build-script-build` |
409 | 2024-08-12T17:50:39.720Z | Compiling serde_json v1.0.124 |
410 | 2024-08-12T17:50:39.720Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.124/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=4d7df6690e7c68df -C extra-filename=-4d7df6690e7c68df --out-dir /work/tokio-rs/tokio/target/debug/build/serde_json-4d7df6690e7c68df -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
411 | 2024-08-12T17:50:39.749Z | Compiling ryu v1.0.18 |
412 | 2024-08-12T17:50:39.774Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=4d1c44075dc6dbc0 -C extra-filename=-4d1c44075dc6dbc0 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
413 | 2024-08-12T17:50:39.774Z | Compiling tracing-core v0.1.32 |
414 | 2024-08-12T17:50:39.774Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=f8ddb03203dfae94 -C extra-filename=-f8ddb03203dfae94 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow -Dwarnings` |
415 | 2024-08-12T17:50:40.019Z | Running `/work/tokio-rs/tokio/target/debug/build/serde_json-4d7df6690e7c68df/build-script-build` |
416 | 2024-08-12T17:50:40.044Z | Compiling regex-syntax v0.6.29 |
417 | 2024-08-12T17:50:40.044Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c275e2c83ff9638c -C extra-filename=-c275e2c83ff9638c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
418 | 2024-08-12T17:50:40.069Z | Compiling httparse v1.9.4 |
419 | 2024-08-12T17:50:40.069Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=65089cfb9fc4b037 -C extra-filename=-65089cfb9fc4b037 --out-dir /work/tokio-rs/tokio/target/debug/build/httparse-65089cfb9fc4b037 -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
420 | 2024-08-12T17:50:40.248Z | Compiling log v0.4.22 |
421 | 2024-08-12T17:50:40.273Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=27188735dab1b0c2 -C extra-filename=-27188735dab1b0c2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
422 | 2024-08-12T17:50:40.595Z | Compiling regex v1.10.6 |
423 | 2024-08-12T17:50:40.624Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=5e6f9e2f27832e23 -C extra-filename=-5e6f9e2f27832e23 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern aho_corasick=/work/tokio-rs/tokio/target/debug/deps/libaho_corasick-0414f19dc7a92bfd.rmeta --extern memchr=/work/tokio-rs/tokio/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern regex_automata=/work/tokio-rs/tokio/target/debug/deps/libregex_automata-3678ce8a17c246d7.rmeta --extern regex_syntax=/work/tokio-rs/tokio/target/debug/deps/libregex_syntax-a3642dea9cd35d30.rmeta --cap-lints allow -Dwarnings` |
424 | 2024-08-12T17:50:40.648Z | Compiling overload v0.1.1 |
425 | 2024-08-12T17:50:40.648Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name overload --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5626e19a7f3bdc4b -C extra-filename=-5626e19a7f3bdc4b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
426 | 2024-08-12T17:50:40.722Z | Compiling nu-ansi-term v0.46.0 |
427 | 2024-08-12T17:50:40.746Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "serde"))' -C metadata=25f4a1f4e67bdf0d -C extra-filename=-25f4a1f4e67bdf0d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern overload=/work/tokio-rs/tokio/target/debug/deps/liboverload-5626e19a7f3bdc4b.rmeta --cap-lints allow -Dwarnings` |
428 | 2024-08-12T17:50:41.035Z | Running `/work/tokio-rs/tokio/target/debug/build/httparse-65089cfb9fc4b037/build-script-build` |
429 | 2024-08-12T17:50:41.087Z | Compiling tracing-log v0.2.0 |
430 | 2024-08-12T17:50:41.112Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tracing_log --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=545ec2409bfbc9cc -C extra-filename=-545ec2409bfbc9cc --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern log=/work/tokio-rs/tokio/target/debug/deps/liblog-27188735dab1b0c2.rmeta --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern tracing_core=/work/tokio-rs/tokio/target/debug/deps/libtracing_core-f8ddb03203dfae94.rmeta --cap-lints allow -Dwarnings` |
431 | 2024-08-12T17:50:41.354Z | Compiling predicates v2.1.5 |
432 | 2024-08-12T17:50:41.380Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-2.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=2bca0f085ab1b84f -C extra-filename=-2bca0f085ab1b84f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern difflib=/work/tokio-rs/tokio/target/debug/deps/libdifflib-2200388876ba913f.rmeta --extern float_cmp=/work/tokio-rs/tokio/target/debug/deps/libfloat_cmp-5fd013c7996d03e5.rmeta --extern itertools=/work/tokio-rs/tokio/target/debug/deps/libitertools-4f51a567fe471c9e.rmeta --extern normalize_line_endings=/work/tokio-rs/tokio/target/debug/deps/libnormalize_line_endings-55941352f1e6647d.rmeta --extern predicates_core=/work/tokio-rs/tokio/target/debug/deps/libpredicates_core-62f10b2029424145.rmeta --extern regex=/work/tokio-rs/tokio/target/debug/deps/libregex-5e6f9e2f27832e23.rmeta --cap-lints allow -Dwarnings` |
433 | 2024-08-12T17:50:41.525Z | Compiling sharded-slab v0.1.7 |
434 | 2024-08-12T17:50:41.550Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sharded_slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=a2d363978edf6627 -C extra-filename=-a2d363978edf6627 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern lazy_static=/work/tokio-rs/tokio/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --cap-lints allow -Dwarnings` |
435 | 2024-08-12T17:50:41.550Z | Compiling thread_local v1.1.8 |
436 | 2024-08-12T17:50:41.550Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=436540381e8d7ab3 -C extra-filename=-436540381e8d7ab3 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern cfg_if=/work/tokio-rs/tokio/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --cap-lints allow -Dwarnings` |
437 | 2024-08-12T17:50:41.576Z | Compiling fnv v1.0.7 |
438 | 2024-08-12T17:50:41.576Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8de2f692ef7f0e02 -C extra-filename=-8de2f692ef7f0e02 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
439 | 2024-08-12T17:50:41.671Z | Compiling http v0.2.12 |
440 | 2024-08-12T17:50:41.696Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9030a7977ace5bd9 -C extra-filename=-9030a7977ace5bd9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rmeta --extern fnv=/work/tokio-rs/tokio/target/debug/deps/libfnv-8de2f692ef7f0e02.rmeta --extern itoa=/work/tokio-rs/tokio/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --cap-lints allow -Dwarnings` |
441 | 2024-08-12T17:50:42.035Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' -C metadata=69f410e923166068 -C extra-filename=-69f410e923166068 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings --cfg httparse_simd_neon_intrinsics --cfg httparse_simd` |
442 | 2024-08-12T17:50:42.594Z | Compiling regex-automata v0.1.10 |
443 | 2024-08-12T17:50:42.619Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=a186897221643570 -C extra-filename=-a186897221643570 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern regex_syntax=/work/tokio-rs/tokio/target/debug/deps/libregex_syntax-c275e2c83ff9638c.rmeta --cap-lints allow -Dwarnings` |
444 | 2024-08-12T17:50:42.644Z | Compiling httpdate v1.0.3 |
445 | 2024-08-12T17:50:42.644Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c105c95e379cba25 -C extra-filename=-c105c95e379cba25 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
446 | 2024-08-12T17:50:42.885Z | Compiling doc-comment v0.3.3 |
447 | 2024-08-12T17:50:42.910Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=007b411b2934078c -C extra-filename=-007b411b2934078c --out-dir /work/tokio-rs/tokio/target/debug/build/doc-comment-007b411b2934078c -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
448 | 2024-08-12T17:50:43.053Z | Compiling hashbrown v0.14.5 |
449 | 2024-08-12T17:50:43.078Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=8bc1860d38104edd -C extra-filename=-8bc1860d38104edd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
450 | 2024-08-12T17:50:43.326Z | Running `/work/tokio-rs/tokio/target/debug/build/doc-comment-007b411b2934078c/build-script-build` |
451 | 2024-08-12T17:50:43.446Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=93d0ada0e3f62e5a -C extra-filename=-93d0ada0e3f62e5a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
452 | 2024-08-12T17:50:43.604Z | Compiling equivalent v1.0.1 |
453 | 2024-08-12T17:50:43.629Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=69be99ac5bd12ad0 -C extra-filename=-69be99ac5bd12ad0 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
454 | 2024-08-12T17:50:43.696Z | Compiling winnow v0.6.18 |
455 | 2024-08-12T17:50:43.724Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d3c0d3e0a6b83642 -C extra-filename=-d3c0d3e0a6b83642 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
456 | 2024-08-12T17:50:43.750Z | Compiling tokio-macros v2.4.0 (/work/tokio-rs/tokio/tokio-macros) |
457 | 2024-08-12T17:50:43.750Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 tokio-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0536682a05e12ee -C extra-filename=-a0536682a05e12ee --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern proc_macro -Dwarnings` |
458 | 2024-08-12T17:50:43.948Z | Compiling futures-macro v0.3.30 |
459 | 2024-08-12T17:50:43.992Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=653fd15cbd68d4cd -C extra-filename=-653fd15cbd68d4cd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern proc_macro --cap-lints allow -Dwarnings` |
460 | 2024-08-12T17:50:44.225Z | Compiling async-stream-impl v0.3.5 |
461 | 2024-08-12T17:50:44.250Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f93c6acbef94eed6 -C extra-filename=-f93c6acbef94eed6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern proc_macro --cap-lints allow -Dwarnings` |
462 | 2024-08-12T17:50:44.889Z | Compiling tokio v1.39.2 (/work/tokio-rs/tokio/tokio) |
463 | 2024-08-12T17:50:44.915Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 tokio/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=76cc9744fea0eb7e -C extra-filename=-76cc9744fea0eb7e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rmeta --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rmeta --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rmeta --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rmeta --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rmeta --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so -Dwarnings` |
464 | 2024-08-12T17:50:45.241Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-08-12T17:50:45.267Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7211d796dfd3662d -C extra-filename=-7211d796dfd3662d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern proc_macro --cap-lints allow -Dwarnings` |
466 | 2024-08-12T17:50:45.267Z | Compiling async-stream v0.3.5 |
467 | 2024-08-12T17:50:45.267Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0f8cb8e4cfa5a8e4 -C extra-filename=-0f8cb8e4cfa5a8e4 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream_impl=/work/tokio-rs/tokio/target/debug/deps/libasync_stream_impl-f93c6acbef94eed6.so --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --cap-lints allow -Dwarnings` |
468 | 2024-08-12T17:50:45.293Z | Compiling mockall_derive v0.11.4 |
469 | 2024-08-12T17:50:45.293Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=af01497ca51ea40c -C extra-filename=-af01497ca51ea40c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern cfg_if=/work/tokio-rs/tokio/target/debug/deps/libcfg_if-120b4d9592baeed9.rlib --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-a84253faa10f667d.rlib --extern proc_macro --cap-lints allow -Dwarnings` |
470 | 2024-08-12T17:50:45.384Z | Compiling pin-project-internal v1.1.5 |
471 | 2024-08-12T17:50:45.409Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4bda132435038e62 -C extra-filename=-4bda132435038e62 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern proc_macro --cap-lints allow -Dwarnings` |
472 | 2024-08-12T17:50:45.434Z | Compiling futures-util v0.3.30 |
473 | 2024-08-12T17:50:45.434Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=2fb8346081e9475c -C extra-filename=-2fb8346081e9475c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern futures_channel=/work/tokio-rs/tokio/target/debug/deps/libfutures_channel-d3f44f9a0efde023.rmeta --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rmeta --extern futures_macro=/work/tokio-rs/tokio/target/debug/deps/libfutures_macro-653fd15cbd68d4cd.so --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rmeta --extern futures_task=/work/tokio-rs/tokio/target/debug/deps/libfutures_task-60190dd8830af813.rmeta --extern memchr=/work/tokio-rs/tokio/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern pin_utils=/work/tokio-rs/tokio/target/debug/deps/libpin_utils-b55135452d220217.rmeta --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --cap-lints allow -Dwarnings` |
474 | 2024-08-12T17:50:45.538Z | Compiling serde_derive v1.0.206 |
475 | 2024-08-12T17:50:45.564Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.206/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=d429e6da3525949a -C extra-filename=-d429e6da3525949a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern proc_macro --cap-lints allow -Dwarnings` |
476 | 2024-08-12T17:50:45.677Z | Compiling tracing-attributes v0.1.27 |
477 | 2024-08-12T17:50:45.703Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=daa79ee918d43aed -C extra-filename=-daa79ee918d43aed --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern proc_macro --cap-lints allow -Dwarnings` |
478 | 2024-08-12T17:50:46.634Z | Compiling matchers v0.1.0 |
479 | 2024-08-12T17:50:46.659Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name matchers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/matchers-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=89e1c94728195555 -C extra-filename=-89e1c94728195555 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern regex_automata=/work/tokio-rs/tokio/target/debug/deps/libregex_automata-a186897221643570.rmeta --cap-lints allow -Dwarnings` |
480 | 2024-08-12T17:50:46.816Z | Compiling indexmap v2.3.0 |
481 | 2024-08-12T17:50:46.841Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=2605c6c7f615fbde -C extra-filename=-2605c6c7f615fbde --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern equivalent=/work/tokio-rs/tokio/target/debug/deps/libequivalent-69be99ac5bd12ad0.rmeta --extern hashbrown=/work/tokio-rs/tokio/target/debug/deps/libhashbrown-8bc1860d38104edd.rmeta --cap-lints allow -Dwarnings` |
482 | 2024-08-12T17:50:46.866Z | Compiling zerocopy v0.7.35 |
483 | 2024-08-12T17:50:46.866Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6c529347bb4cbf4f -C extra-filename=-6c529347bb4cbf4f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern byteorder=/work/tokio-rs/tokio/target/debug/deps/libbyteorder-83e13b9262d18459.rmeta --extern zerocopy_derive=/work/tokio-rs/tokio/target/debug/deps/libzerocopy_derive-7211d796dfd3662d.so --cap-lints allow -Dwarnings` |
484 | 2024-08-12T17:50:47.466Z | Compiling pin-project v1.1.5 |
485 | 2024-08-12T17:50:47.491Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a8611f71c7d2c16e -C extra-filename=-a8611f71c7d2c16e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern pin_project_internal=/work/tokio-rs/tokio/target/debug/deps/libpin_project_internal-4bda132435038e62.so --cap-lints allow -Dwarnings` |
486 | 2024-08-12T17:50:47.568Z | Compiling trybuild v1.0.99 |
487 | 2024-08-12T17:50:47.593Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=89adeae6b0c80601 -C extra-filename=-89adeae6b0c80601 --out-dir /work/tokio-rs/tokio/target/debug/build/trybuild-89adeae6b0c80601 -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
488 | 2024-08-12T17:50:47.893Z | Compiling glob v0.3.1 |
489 | 2024-08-12T17:50:47.917Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7d68454ec58cf040 -C extra-filename=-7d68454ec58cf040 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
490 | 2024-08-12T17:50:47.948Z | Running `/work/tokio-rs/tokio/target/debug/build/trybuild-89adeae6b0c80601/build-script-build` |
491 | 2024-08-12T17:50:47.973Z | Compiling termcolor v1.4.1 |
492 | 2024-08-12T17:50:47.973Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a6e44c8df2f5be2 -C extra-filename=-0a6e44c8df2f5be2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --cap-lints allow -Dwarnings` |
493 | 2024-08-12T17:50:48.090Z | Compiling ppv-lite86 v0.2.20 |
494 | 2024-08-12T17:50:48.114Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=5d5b63c7a74821bd -C extra-filename=-5d5b63c7a74821bd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern zerocopy=/work/tokio-rs/tokio/target/debug/deps/libzerocopy-6c529347bb4cbf4f.rmeta --cap-lints allow -Dwarnings` |
495 | 2024-08-12T17:50:48.237Z | Compiling tracing v0.1.40 |
496 | 2024-08-12T17:50:48.262Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=8f522454ffc4d7a6 -C extra-filename=-8f522454ffc4d7a6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern tracing_attributes=/work/tokio-rs/tokio/target/debug/deps/libtracing_attributes-daa79ee918d43aed.so --extern tracing_core=/work/tokio-rs/tokio/target/debug/deps/libtracing_core-f8ddb03203dfae94.rmeta --cap-lints allow -Dwarnings` |
497 | 2024-08-12T17:50:48.713Z | Compiling tracing-subscriber v0.3.18 |
498 | 2024-08-12T17:50:48.737Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tracing_subscriber --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=a56a6d29c381cb5f -C extra-filename=-a56a6d29c381cb5f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern matchers=/work/tokio-rs/tokio/target/debug/deps/libmatchers-89e1c94728195555.rmeta --extern nu_ansi_term=/work/tokio-rs/tokio/target/debug/deps/libnu_ansi_term-25f4a1f4e67bdf0d.rmeta --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rmeta --extern regex=/work/tokio-rs/tokio/target/debug/deps/libregex-5e6f9e2f27832e23.rmeta --extern sharded_slab=/work/tokio-rs/tokio/target/debug/deps/libsharded_slab-a2d363978edf6627.rmeta --extern thread_local=/work/tokio-rs/tokio/target/debug/deps/libthread_local-436540381e8d7ab3.rmeta --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rmeta --extern tracing_core=/work/tokio-rs/tokio/target/debug/deps/libtracing_core-f8ddb03203dfae94.rmeta --extern tracing_log=/work/tokio-rs/tokio/target/debug/deps/libtracing_log-545ec2409bfbc9cc.rmeta --cap-lints allow -Dwarnings` |
499 | 2024-08-12T17:50:48.876Z | Compiling rand_chacha v0.3.1 |
500 | 2024-08-12T17:50:48.901Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=78ad8e95a509661a -C extra-filename=-78ad8e95a509661a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern ppv_lite86=/work/tokio-rs/tokio/target/debug/deps/libppv_lite86-5d5b63c7a74821bd.rmeta --extern rand_core=/work/tokio-rs/tokio/target/debug/deps/librand_core-1f7ae8268582f8ce.rmeta --cap-lints allow -Dwarnings` |
501 | 2024-08-12T17:50:48.901Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 tokio/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=4a889dbbab7591b9 -C extra-filename=-4a889dbbab7591b9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rmeta --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rmeta --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rmeta --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rmeta --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rmeta --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so -Dwarnings` |
502 | 2024-08-12T17:50:49.592Z | Compiling rand v0.8.5 |
503 | 2024-08-12T17:50:49.616Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=7d996f1c4d2322bf -C extra-filename=-7d996f1c4d2322bf --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rmeta --extern rand_chacha=/work/tokio-rs/tokio/target/debug/deps/librand_chacha-78ad8e95a509661a.rmeta --extern rand_core=/work/tokio-rs/tokio/target/debug/deps/librand_core-1f7ae8268582f8ce.rmeta --cap-lints allow -Dwarnings` |
504 | 2024-08-12T17:50:49.958Z | Compiling futures-executor v0.3.30 |
505 | 2024-08-12T17:50:49.983Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="num_cpus"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=0b3f0e5ddb3fcacd -C extra-filename=-0b3f0e5ddb3fcacd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern futures_task=/work/tokio-rs/tokio/target/debug/deps/libfutures_task-60190dd8830af813.rmeta --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rmeta --extern num_cpus=/work/tokio-rs/tokio/target/debug/deps/libnum_cpus-f1ef6621c207d045.rmeta --cap-lints allow -Dwarnings` |
506 | 2024-08-12T17:50:50.506Z | Compiling futures v0.3.30 |
507 | 2024-08-12T17:50:50.530Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --cfg 'feature="thread-pool"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=cb12ed347fbcbd6b -C extra-filename=-cb12ed347fbcbd6b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern futures_channel=/work/tokio-rs/tokio/target/debug/deps/libfutures_channel-d3f44f9a0efde023.rmeta --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern futures_executor=/work/tokio-rs/tokio/target/debug/deps/libfutures_executor-0b3f0e5ddb3fcacd.rmeta --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rmeta --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rmeta --extern futures_task=/work/tokio-rs/tokio/target/debug/deps/libfutures_task-60190dd8830af813.rmeta --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rmeta --cap-lints allow -Dwarnings` |
508 | 2024-08-12T17:50:50.562Z | Compiling mockall v0.11.4 |
509 | 2024-08-12T17:50:50.586Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=0c17b720e9a2b759 -C extra-filename=-0c17b720e9a2b759 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern cfg_if=/work/tokio-rs/tokio/target/debug/deps/libcfg_if-120b4d9592baeed9.rmeta --extern downcast=/work/tokio-rs/tokio/target/debug/deps/libdowncast-70051b210a01f6c6.rmeta --extern fragile=/work/tokio-rs/tokio/target/debug/deps/libfragile-3d468d2dba020af6.rmeta --extern lazy_static=/work/tokio-rs/tokio/target/debug/deps/liblazy_static-72954f49c4eb3f18.rmeta --extern mockall_derive=/work/tokio-rs/tokio/target/debug/deps/libmockall_derive-af01497ca51ea40c.so --extern predicates=/work/tokio-rs/tokio/target/debug/deps/libpredicates-2bca0f085ab1b84f.rmeta --extern predicates_tree=/work/tokio-rs/tokio/target/debug/deps/libpredicates_tree-47ab33ea3cf61b97.rmeta --cap-lints allow -Dwarnings` |
510 | 2024-08-12T17:50:50.614Z | Compiling futures-test v0.3.30 |
511 | 2024-08-12T17:50:50.639Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name futures_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-test-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2ec96462a4b2dd08 -C extra-filename=-2ec96462a4b2dd08 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern futures_executor=/work/tokio-rs/tokio/target/debug/deps/libfutures_executor-0b3f0e5ddb3fcacd.rmeta --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rmeta --extern futures_macro=/work/tokio-rs/tokio/target/debug/deps/libfutures_macro-653fd15cbd68d4cd.so --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rmeta --extern futures_task=/work/tokio-rs/tokio/target/debug/deps/libfutures_task-60190dd8830af813.rmeta --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rmeta --extern pin_project=/work/tokio-rs/tokio/target/debug/deps/libpin_project-a8611f71c7d2c16e.rmeta --extern pin_utils=/work/tokio-rs/tokio/target/debug/deps/libpin_utils-b55135452d220217.rmeta --cap-lints allow -Dwarnings` |
512 | 2024-08-12T17:50:50.639Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.206/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=8285949d739f2c14 -C extra-filename=-8285949d739f2c14 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --cap-lints allow -Dwarnings --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'` |
513 | 2024-08-12T17:50:51.574Z | Compiling tokio-util v0.7.11 (/work/tokio-rs/tokio/tokio-util) |
514 | 2024-08-12T17:50:51.599Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 tokio-util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=787b136a060316e6 -C extra-filename=-787b136a060316e6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rmeta --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rmeta --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rmeta --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rmeta --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rmeta --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rmeta -Dwarnings` |
515 | 2024-08-12T17:50:51.599Z | Compiling tests-build v0.1.0 (/work/tokio-rs/tokio/tests-build) |
516 | 2024-08-12T17:50:51.599Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tests_build --edition=2021 tests-build/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="full"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "rt", "tokio"))' -C metadata=8218253dee545609 -C extra-filename=-8218253dee545609 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rmeta -Dwarnings` |
517 | 2024-08-12T17:50:52.757Z | Compiling tokio-stream v0.1.15 (/work/tokio-rs/tokio/tokio-stream) |
518 | 2024-08-12T17:50:52.782Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 tokio-stream/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=9c25b2ddb26b9b1a -C extra-filename=-9c25b2ddb26b9b1a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rmeta --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rmeta --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rmeta -Dwarnings` |
519 | 2024-08-12T17:50:53.540Z | Compiling tokio-test v0.4.4 (/work/tokio-rs/tokio/tokio-test) |
520 | 2024-08-12T17:50:53.565Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 tokio-test/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e14761f28b6db655 -C extra-filename=-e14761f28b6db655 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rmeta --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rmeta --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rmeta --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rmeta --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rmeta -Dwarnings` |
521 | 2024-08-12T17:50:53.845Z | Compiling tests-integration v0.1.0 (/work/tokio-rs/tokio/tests-integration) |
522 | 2024-08-12T17:50:53.870Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tests_integration --edition=2021 tests-integration/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=c4bf24e4e52700ee -C extra-filename=-c4bf24e4e52700ee --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rmeta --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rmeta --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rmeta --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rmeta --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rmeta -Dwarnings` |
523 | 2024-08-12T17:50:55.067Z | Compiling toml_datetime v0.6.8 |
524 | 2024-08-12T17:50:55.068Z | Compiling serde_spanned v0.6.7 |
525 | 2024-08-12T17:50:55.114Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.124/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=b77ec096743dce64 -C extra-filename=-b77ec096743dce64 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern itoa=/work/tokio-rs/tokio/target/debug/deps/libitoa-6a3f16939c829a63.rmeta --extern memchr=/work/tokio-rs/tokio/target/debug/deps/libmemchr-95c7ac11c8c7f998.rmeta --extern ryu=/work/tokio-rs/tokio/target/debug/deps/libryu-4d1c44075dc6dbc0.rmeta --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rmeta --cap-lints allow -Dwarnings --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'` |
526 | 2024-08-12T17:50:55.114Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=58c04d6ef4920640 -C extra-filename=-58c04d6ef4920640 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rmeta --cap-lints allow -Dwarnings` |
527 | 2024-08-12T17:50:55.114Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=05bca63a48882dc2 -C extra-filename=-05bca63a48882dc2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rmeta --cap-lints allow -Dwarnings` |
528 | 2024-08-12T17:50:55.307Z | Compiling toml_edit v0.22.20 |
529 | 2024-08-12T17:50:55.331Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=eda9df9570cfb62c -C extra-filename=-eda9df9570cfb62c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern indexmap=/work/tokio-rs/tokio/target/debug/deps/libindexmap-2605c6c7f615fbde.rmeta --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rmeta --extern serde_spanned=/work/tokio-rs/tokio/target/debug/deps/libserde_spanned-58c04d6ef4920640.rmeta --extern toml_datetime=/work/tokio-rs/tokio/target/debug/deps/libtoml_datetime-05bca63a48882dc2.rmeta --extern winnow=/work/tokio-rs/tokio/target/debug/deps/libwinnow-d3c0d3e0a6b83642.rmeta --cap-lints allow -Dwarnings` |
530 | 2024-08-12T17:50:56.038Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_try_join --edition=2021 tokio/tests/macros_try_join.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1d783030168c4dc2 -C extra-filename=-1d783030168c4dc2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
531 | 2024-08-12T17:50:56.062Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_take --edition=2021 tokio/tests/io_take.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=49a193b0de5c8f86 -C extra-filename=-49a193b0de5c8f86 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
532 | 2024-08-12T17:50:56.062Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_into_split --edition=2021 tokio/tests/tcp_into_split.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b79c03dbf647fd7b -C extra-filename=-b79c03dbf647fd7b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
533 | 2024-08-12T17:50:56.087Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name dump --edition=2021 tokio/tests/dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=aa54000ffad4f4d7 -C extra-filename=-aa54000ffad4f4d7 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
534 | 2024-08-12T17:50:56.243Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_panic --edition=2021 tokio/tests/io_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c90f64626b10df86 -C extra-filename=-c90f64626b10df86 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
535 | 2024-08-12T17:50:56.419Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_write_all_buf --edition=2021 tokio/tests/io_write_all_buf.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=6e624c7e41b97369 -C extra-filename=-6e624c7e41b97369 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
536 | 2024-08-12T17:50:57.472Z | Compiling examples v0.0.0 (/work/tokio-rs/tokio/examples) |
537 | 2024-08-12T17:50:57.496Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name dump --edition=2021 examples/dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7b217f26e1d8373 -C extra-filename=-b7b217f26e1d8373 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
538 | 2024-08-12T17:50:57.623Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tinydb --edition=2021 examples/tinydb.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=856d685c8b9c43ef -C extra-filename=-856d685c8b9c43ef --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
539 | 2024-08-12T17:50:57.752Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name proxy --edition=2021 examples/proxy.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a2ec5c768384a9f6 -C extra-filename=-a2ec5c768384a9f6 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
540 | 2024-08-12T17:50:57.931Z | Compiling toml v0.8.19 |
541 | 2024-08-12T17:50:57.955Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=9c6a63530a302c43 -C extra-filename=-9c6a63530a302c43 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rmeta --extern serde_spanned=/work/tokio-rs/tokio/target/debug/deps/libserde_spanned-58c04d6ef4920640.rmeta --extern toml_datetime=/work/tokio-rs/tokio/target/debug/deps/libtoml_datetime-05bca63a48882dc2.rmeta --extern toml_edit=/work/tokio-rs/tokio/target/debug/deps/libtoml_edit-eda9df9570cfb62c.rmeta --cap-lints allow -Dwarnings` |
542 | 2024-08-12T17:50:57.983Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name echo_udp --edition=2021 examples/echo-udp.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7b6c8deaf11dbe9 -C extra-filename=-a7b6c8deaf11dbe9 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
543 | 2024-08-12T17:50:58.219Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name chat --edition=2021 examples/chat.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1d4dec20fa2d9d87 -C extra-filename=-1d4dec20fa2d9d87 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
544 | 2024-08-12T17:50:58.322Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name custom_executor_tokio_context --edition=2021 examples/custom-executor-tokio-context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b13a617725bf4d75 -C extra-filename=-b13a617725bf4d75 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
545 | 2024-08-12T17:50:59.389Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=20f3ff1c471582b5 -C extra-filename=-20f3ff1c471582b5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern glob=/work/tokio-rs/tokio/target/debug/deps/libglob-7d68454ec58cf040.rmeta --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rmeta --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rmeta --extern termcolor=/work/tokio-rs/tokio/target/debug/deps/libtermcolor-0a6e44c8df2f5be2.rmeta --extern toml=/work/tokio-rs/tokio/target/debug/deps/libtoml-9c6a63530a302c43.rmeta --cap-lints allow -Dwarnings --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'` |
546 | 2024-08-12T17:50:59.550Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 tokio-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6b49c8b6b0446b88 -C extra-filename=-6b49c8b6b0446b88 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern proc_macro2=/work/tokio-rs/tokio/target/debug/deps/libproc_macro2-22c7fb56955e4772.rlib --extern quote=/work/tokio-rs/tokio/target/debug/deps/libquote-55d7c1bd36d8b98d.rlib --extern syn=/work/tokio-rs/tokio/target/debug/deps/libsyn-e9ea34bfcd4a0814.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-4a889dbbab7591b9.rlib --extern proc_macro -Dwarnings` |
547 | 2024-08-12T17:50:59.674Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tinyhttp --edition=2021 examples/tinyhttp.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acdd664cd2746fea -C extra-filename=-acdd664cd2746fea --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
548 | 2024-08-12T17:50:59.839Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name udp_client --edition=2021 examples/udp-client.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a69a155d3454c10c -C extra-filename=-a69a155d3454c10c --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
549 | 2024-08-12T17:50:59.917Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name custom_executor --edition=2021 examples/custom-executor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=97c43a5c018b2afa -C extra-filename=-97c43a5c018b2afa --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
550 | 2024-08-12T17:50:59.989Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name udp_codec --edition=2021 examples/udp-codec.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31cea0127ca7bd40 -C extra-filename=-31cea0127ca7bd40 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
551 | 2024-08-12T17:51:00.222Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name named_pipe --edition=2021 examples/named-pipe.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b8fceb01a5161579 -C extra-filename=-b8fceb01a5161579 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
552 | 2024-08-12T17:51:01.126Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name hello_world --edition=2021 examples/hello_world.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9663d125368de1f2 -C extra-filename=-9663d125368de1f2 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
553 | 2024-08-12T17:51:01.222Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name print_each_packet --edition=2021 examples/print_each_packet.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=890f1499bcdc75c2 -C extra-filename=-890f1499bcdc75c2 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
554 | 2024-08-12T17:51:01.350Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name echo --edition=2021 examples/echo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffd73fc78bff679d -C extra-filename=-ffd73fc78bff679d --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
555 | 2024-08-12T17:51:01.646Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name named_pipe_multi_client --edition=2021 examples/named-pipe-multi-client.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e202a84f7352ccf -C extra-filename=-8e202a84f7352ccf --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
556 | 2024-08-12T17:51:02.354Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name named_pipe_ready --edition=2021 examples/named-pipe-ready.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=55684527967aadd6 -C extra-filename=-55684527967aadd6 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
557 | 2024-08-12T17:51:02.379Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name connect --edition=2021 examples/connect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3220535871944bfc -C extra-filename=-3220535871944bfc --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern http=/work/tokio-rs/tokio/target/debug/deps/libhttp-9030a7977ace5bd9.rlib --extern httparse=/work/tokio-rs/tokio/target/debug/deps/libhttparse-69f410e923166068.rlib --extern httpdate=/work/tokio-rs/tokio/target/debug/deps/libhttpdate-c105c95e379cba25.rlib --extern once_cell=/work/tokio-rs/tokio/target/debug/deps/libonce_cell-7a91e3d8ae4260ac.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern serde=/work/tokio-rs/tokio/target/debug/deps/libserde-8285949d739f2c14.rlib --extern serde_derive=/work/tokio-rs/tokio/target/debug/deps/libserde_derive-d429e6da3525949a.so --extern serde_json=/work/tokio-rs/tokio/target/debug/deps/libserde_json-b77ec096743dce64.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib --extern tracing=/work/tokio-rs/tokio/target/debug/deps/libtracing-8f522454ffc4d7a6.rlib --extern tracing_subscriber=/work/tokio-rs/tokio/target/debug/deps/libtracing_subscriber-a56a6d29c381cb5f.rlib -Dwarnings` |
558 | 2024-08-12T17:51:02.407Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_issue_42 --edition=2021 tokio/tests/process_issue_42.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f5dd9c3f572cbdf8 -C extra-filename=-f5dd9c3f572cbdf8 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
559 | 2024-08-12T17:51:02.733Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_driver --edition=2021 tokio/tests/io_driver.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=fa4cd484e56122ec -C extra-filename=-fa4cd484e56122ec --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
560 | 2024-08-12T17:51:03.060Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_unstable_metrics --edition=2021 tokio/tests/rt_unstable_metrics.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=9057b373efd3bce5 -C extra-filename=-9057b373efd3bce5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
561 | 2024-08-12T17:51:03.108Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_shutdown --edition=2021 tokio/tests/tcp_shutdown.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=9d0d9cb2a3d02d3e -C extra-filename=-9d0d9cb2a3d02d3e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
562 | 2024-08-12T17:51:03.300Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_once --edition=2021 tokio-stream/tests/stream_once.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=743fb30446361aee -C extra-filename=-743fb30446361aee --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
563 | 2024-08-12T17:51:03.422Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name join_handle_panic --edition=2021 tokio/tests/join_handle_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b6a5539218af8b66 -C extra-filename=-b6a5539218af8b66 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
564 | 2024-08-12T17:51:03.462Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_sink_writer --edition=2021 tokio-util/tests/io_sink_writer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=b8bd60a1453bcae7 -C extra-filename=-b8bd60a1453bcae7 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
565 | 2024-08-12T17:51:04.643Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_cancellation_token --edition=2021 tokio-util/tests/sync_cancellation_token.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=b4f9e1cd50022c4b -C extra-filename=-b4f9e1cd50022c4b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
566 | 2024-08-12T17:51:04.891Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_write_int --edition=2021 tokio/tests/io_write_int.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8004f8211e8bc5cc -C extra-filename=-8004f8211e8bc5cc --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
567 | 2024-08-12T17:51:05.130Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_echo --edition=2021 tokio/tests/tcp_echo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=163964149b863eea -C extra-filename=-163964149b863eea --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
568 | 2024-08-12T17:51:05.259Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_twice --edition=2021 tokio/tests/signal_twice.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f233120cfe575a7d -C extra-filename=-f233120cfe575a7d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
569 | 2024-08-12T17:51:05.326Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_handle_block_on --edition=2021 tokio/tests/rt_handle_block_on.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=998c00954cca2566 -C extra-filename=-998c00954cca2566 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
570 | 2024-08-12T17:51:05.350Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name uds_cred --edition=2021 tokio/tests/uds_cred.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=53325d2d110fe556 -C extra-filename=-53325d2d110fe556 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
571 | 2024-08-12T17:51:05.390Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name poll_semaphore --edition=2021 tokio-util/tests/poll_semaphore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=53a3e06b0e2d375a -C extra-filename=-53a3e06b0e2d375a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
572 | 2024-08-12T17:51:06.039Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_copy_bidirectional --edition=2021 tokio/tests/io_copy_bidirectional.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f6ef7a2269883a2a -C extra-filename=-f6ef7a2269883a2a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
573 | 2024-08-12T17:51:06.120Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_drop_recv --edition=2021 tokio/tests/signal_drop_recv.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=518dbdd4248d8ff2 -C extra-filename=-518dbdd4248d8ff2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
574 | 2024-08-12T17:51:06.509Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_stream --edition=2021 tokio/tests/tcp_stream.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7cde76988d82e796 -C extra-filename=-7cde76988d82e796 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
575 | 2024-08-12T17:51:06.562Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_reader_stream --edition=2021 tokio-util/tests/io_reader_stream.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=930f6e039900260b -C extra-filename=-930f6e039900260b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
576 | 2024-08-12T17:51:06.913Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name uds_stream --edition=2021 tokio/tests/uds_stream.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e9288f2eb393dce3 -C extra-filename=-e9288f2eb393dce3 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
577 | 2024-08-12T17:51:07.102Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_common --edition=2021 tokio/tests/rt_common.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=56546ea8a410fdf1 -C extra-filename=-56546ea8a410fdf1 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
578 | 2024-08-12T17:51:07.384Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_buf_writer --edition=2021 tokio/tests/io_buf_writer.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=425fa761b6967e99 -C extra-filename=-425fa761b6967e99 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
579 | 2024-08-12T17:51:07.443Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros --edition=2021 tests-build/tests/macros.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "rt", "tokio"))' -C metadata=01e691f56fe38428 -C extra-filename=-01e691f56fe38428 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern tests_build=/work/tokio-rs/tokio/target/debug/deps/libtests_build-8218253dee545609.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern trybuild=/work/tokio-rs/tokio/target/debug/deps/libtrybuild-20f3ff1c471582b5.rlib -Dwarnings` |
580 | 2024-08-12T17:51:07.967Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tests_build --edition=2021 tests-build/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "rt", "tokio"))' -C metadata=4b5e7ac3f0ce5f4a -C extra-filename=-4b5e7ac3f0ce5f4a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern trybuild=/work/tokio-rs/tokio/target/debug/deps/libtrybuild-20f3ff1c471582b5.rlib -Dwarnings` |
581 | 2024-08-12T17:51:08.380Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_clippy --edition=2021 tests-build/tests/macros_clippy.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "rt", "tokio"))' -C metadata=bb5d73cdb45e6b34 -C extra-filename=-bb5d73cdb45e6b34 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern tests_build=/work/tokio-rs/tokio/target/debug/deps/libtests_build-8218253dee545609.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern trybuild=/work/tokio-rs/tokio/target/debug/deps/libtrybuild-20f3ff1c471582b5.rlib -Dwarnings` |
582 | 2024-08-12T17:51:08.670Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_repeat --edition=2021 tokio/tests/io_repeat.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=83fa37f6b4a51d1b -C extra-filename=-83fa37f6b4a51d1b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
583 | 2024-08-12T17:51:09.081Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_local_set --edition=2021 tokio/tests/task_local_set.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1bdec6248d73cafd -C extra-filename=-1bdec6248d73cafd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
584 | 2024-08-12T17:51:09.863Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_select --edition=2021 tests-integration/tests/macros_select.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=60cde3728e10c569 -C extra-filename=-60cde3728e10c569 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern tests_integration=/work/tokio-rs/tokio/target/debug/deps/libtests_integration-c4bf24e4e52700ee.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
585 | 2024-08-12T17:51:10.018Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_timeout --edition=2021 tokio/tests/time_timeout.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=810e2246b41f4134 -C extra-filename=-810e2246b41f4134 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
586 | 2024-08-12T17:51:10.042Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name block_on --edition=2021 tokio-test/tests/block_on.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98f0c224e7b3ccf8 -C extra-filename=-98f0c224e7b3ccf8 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
587 | 2024-08-12T17:51:10.147Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_inspect --edition=2021 tokio-util/tests/io_inspect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=48399eaa7ccdc124 -C extra-filename=-48399eaa7ccdc124 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
588 | 2024-08-12T17:51:10.529Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name udp --edition=2021 tokio/tests/udp.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5be1a089b7bbe850 -C extra-filename=-5be1a089b7bbe850 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
589 | 2024-08-12T17:51:11.049Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_close --edition=2021 tokio-stream/tests/stream_close.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=70e703c874835eab -C extra-filename=-70e703c874835eab --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
590 | 2024-08-12T17:51:11.727Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_into_std --edition=2021 tokio/tests/tcp_into_std.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e4cd8bf8868475fb -C extra-filename=-e4cd8bf8868475fb --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
591 | 2024-08-12T17:51:11.757Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_iter --edition=2021 tokio-stream/tests/stream_iter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=42fa84726cebe027 -C extra-filename=-42fa84726cebe027 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
592 | 2024-08-12T17:51:11.781Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name watch --edition=2021 tokio-stream/tests/watch.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=d7316e5623013a42 -C extra-filename=-d7316e5623013a42 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
593 | 2024-08-12T17:51:11.838Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_rename --edition=2021 tokio/tests/fs_rename.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=aa2e4da9206d4d93 -C extra-filename=-aa2e4da9206d4d93 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
594 | 2024-08-12T17:51:12.456Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_stream_reader --edition=2021 tokio-util/tests/io_stream_reader.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=2a198d53d64d4e2d -C extra-filename=-2a198d53d64d4e2d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
595 | 2024-08-12T17:51:13.101Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_notify_both --edition=2021 tokio/tests/signal_notify_both.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ea2e7a61582752c3 -C extra-filename=-ea2e7a61582752c3 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
596 | 2024-08-12T17:51:13.567Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name chunks_timeout --edition=2021 tokio-stream/tests/chunks_timeout.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=c21ed21751156442 -C extra-filename=-c21ed21751156442 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
597 | 2024-08-12T17:51:14.083Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_sync_bridge --edition=2021 tokio-util/tests/io_sync_bridge.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=3a11e042a86e7094 -C extra-filename=-3a11e042a86e7094 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
598 | 2024-08-12T17:51:14.274Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_try_exists --edition=2021 tokio/tests/fs_try_exists.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f8dab3275cb409c2 -C extra-filename=-f8dab3275cb409c2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
599 | 2024-08-12T17:51:14.370Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_throttle --edition=2021 tokio-stream/tests/time_throttle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=0255233bdda0a43f -C extra-filename=-0255233bdda0a43f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
600 | 2024-08-12T17:51:14.804Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_smoke --edition=2021 tokio/tests/process_smoke.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7dd1148aa80cc35a -C extra-filename=-7dd1148aa80cc35a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
601 | 2024-08-12T17:51:15.706Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 tokio/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e14777fcc8a7eb32 -C extra-filename=-e14777fcc8a7eb32 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
602 | 2024-08-12T17:51:15.737Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_mutex --edition=2021 tokio/tests/sync_mutex.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ac9cb68bf958e550 -C extra-filename=-ac9cb68bf958e550 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
603 | 2024-08-12T17:51:15.835Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_open_options_windows --edition=2021 tokio/tests/fs_open_options_windows.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a6936c725c435185 -C extra-filename=-a6936c725c435185 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
604 | 2024-08-12T17:51:16.176Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name net_panic --edition=2021 tokio/tests/net_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=aacdd72bbe15a962 -C extra-filename=-aacdd72bbe15a962 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
605 | 2024-08-12T17:51:16.258Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_mpsc --edition=2021 tokio/tests/sync_mpsc.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=2e9671656e67d1e2 -C extra-filename=-2e9671656e67d1e2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
606 | 2024-08-12T17:51:16.729Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name mpsc --edition=2021 tokio-util/tests/mpsc.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=09d0514fc73e1a2b -C extra-filename=-09d0514fc73e1a2b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
607 | 2024-08-12T17:51:16.914Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name reusable_box --edition=2021 tokio-util/tests/reusable_box.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=c814e8e3f29ab142 -C extra-filename=-c814e8e3f29ab142 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
608 | 2024-08-12T17:51:17.395Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_join --edition=2021 tokio/tests/io_join.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=9290bb99cfe114f5 -C extra-filename=-9290bb99cfe114f5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
609 | 2024-08-12T17:51:18.142Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_pin --edition=2021 tests-integration/tests/macros_pin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=7912cb0969785bc2 -C extra-filename=-7912cb0969785bc2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern tests_integration=/work/tokio-rs/tokio/target/debug/deps/libtests_integration-c4bf24e4e52700ee.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
610 | 2024-08-12T17:51:18.854Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_empty --edition=2021 tokio-stream/tests/stream_empty.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=90f28850a23cadd1 -C extra-filename=-90f28850a23cadd1 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
611 | 2024-08-12T17:51:19.027Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_tracker --edition=2021 tokio-util/tests/task_tracker.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=d27ecc822e9d2313 -C extra-filename=-d27ecc822e9d2313 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
612 | 2024-08-12T17:51:19.052Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_pending --edition=2021 tokio-stream/tests/stream_pending.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=a1e3d70e93a26eae -C extra-filename=-a1e3d70e93a26eae --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
613 | 2024-08-12T17:51:19.904Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_threaded_alt --edition=2021 tokio/tests/rt_threaded_alt.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e917562c074769cf -C extra-filename=-e917562c074769cf --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
614 | 2024-08-12T17:51:20.224Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_usr1 --edition=2021 tokio/tests/signal_usr1.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e34c664cdbab86d7 -C extra-filename=-e34c664cdbab86d7 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
615 | 2024-08-12T17:51:20.328Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_metrics --edition=2021 tokio/tests/rt_metrics.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a1d443c1ed63f2c6 -C extra-filename=-a1d443c1ed63f2c6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
616 | 2024-08-12T17:51:20.466Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_remove_dir_all --edition=2021 tokio/tests/fs_remove_dir_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=64cc7632960ec8dc -C extra-filename=-64cc7632960ec8dc --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
617 | 2024-08-12T17:51:20.543Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name uds_socket --edition=2021 tokio/tests/uds_socket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=bba909c36732a270 -C extra-filename=-bba909c36732a270 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
618 | 2024-08-12T17:51:21.432Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_read_until --edition=2021 tokio/tests/io_read_until.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7e945131c3abd344 -C extra-filename=-7e945131c3abd344 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
619 | 2024-08-12T17:51:21.625Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name panic --edition=2021 tokio-util/tests/panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=e01c7e0e5a434bcd -C extra-filename=-e01c7e0e5a434bcd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
620 | 2024-08-12T17:51:22.299Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_timeout --edition=2021 tokio-stream/tests/stream_timeout.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=7d6da94b079ebae5 -C extra-filename=-7d6da94b079ebae5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
621 | 2024-08-12T17:51:22.584Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name context --edition=2021 tokio-util/tests/context.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=b3c4c80a98e42528 -C extra-filename=-b3c4c80a98e42528 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
622 | 2024-08-12T17:51:22.848Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_link --edition=2021 tokio/tests/fs_link.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=fe949fdf4768a974 -C extra-filename=-fe949fdf4768a974 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
623 | 2024-08-12T17:51:22.916Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_rename_test --edition=2021 tokio/tests/macros_rename_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f160b514f54edccc -C extra-filename=-f160b514f54edccc --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
624 | 2024-08-12T17:51:24.010Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_chain --edition=2021 tokio-stream/tests/stream_chain.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=c6f4437a3bfc436e -C extra-filename=-c6f4437a3bfc436e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
625 | 2024-08-12T17:51:24.161Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_join --edition=2021 tokio/tests/macros_join.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a7098ee57ec73f59 -C extra-filename=-a7098ee57ec73f59 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
626 | 2024-08-12T17:51:24.965Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_read_exact --edition=2021 tokio/tests/io_read_exact.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=d8dac3fa7577f0fe -C extra-filename=-d8dac3fa7577f0fe --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
627 | 2024-08-12T17:51:25.283Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_join_set --edition=2021 tokio/tests/task_join_set.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=32ced6a886dbe914 -C extra-filename=-32ced6a886dbe914 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
628 | 2024-08-12T17:51:25.675Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_stream_map --edition=2021 tokio-stream/tests/stream_stream_map.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=dd4ea439bc044da8 -C extra-filename=-dd4ea439bc044da8 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
629 | 2024-08-12T17:51:25.757Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_write_all --edition=2021 tokio/tests/io_write_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f1b27834efafb99b -C extra-filename=-f1b27834efafb99b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
630 | 2024-08-12T17:51:26.056Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_fuse --edition=2021 tokio-stream/tests/stream_fuse.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=280c85da4b6f1e1e -C extra-filename=-280c85da4b6f1e1e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
631 | 2024-08-12T17:51:26.365Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name coop_budget --edition=2021 tokio/tests/coop_budget.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e6153a16b7251fe0 -C extra-filename=-e6153a16b7251fe0 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
632 | 2024-08-12T17:51:26.493Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_buf_reader --edition=2021 tokio/tests/io_buf_reader.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a529dadb870647d6 -C extra-filename=-a529dadb870647d6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
633 | 2024-08-12T17:51:26.773Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name no_rt --edition=2021 tokio/tests/no_rt.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=56768f30f5308b18 -C extra-filename=-56768f30f5308b18 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
634 | 2024-08-12T17:51:27.311Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_peek --edition=2021 tokio/tests/tcp_peek.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a6420c0c082ed65a -C extra-filename=-a6420c0c082ed65a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
635 | 2024-08-12T17:51:27.524Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_rt --edition=2021 tokio/tests/time_rt.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=be7c0e8f6c25a1d0 -C extra-filename=-be7c0e8f6c25a1d0 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
636 | 2024-08-12T17:51:27.937Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 tokio-test/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=946f26a290e5f239 -C extra-filename=-946f26a290e5f239 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib -Dwarnings` |
637 | 2024-08-12T17:51:28.599Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_threaded --edition=2021 tokio/tests/rt_threaded.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=4e56af4679ba701c -C extra-filename=-4e56af4679ba701c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
638 | 2024-08-12T17:51:28.819Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task --edition=2021 tokio-test/tests/task.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=648fd60ad7eb58c4 -C extra-filename=-648fd60ad7eb58c4 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
639 | 2024-08-12T17:51:29.151Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_read_to_end --edition=2021 tokio/tests/io_read_to_end.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=cd63c5f5cf2d9f12 -C extra-filename=-cd63c5f5cf2d9f12 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
640 | 2024-08-12T17:51:29.271Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_once_cell --edition=2021 tokio/tests/sync_once_cell.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c4c0c6fd34e315cb -C extra-filename=-c4c0c6fd34e315cb --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
641 | 2024-08-12T17:51:29.922Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_mutex_owned --edition=2021 tokio/tests/sync_mutex_owned.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b250fa25b5d073fc -C extra-filename=-b250fa25b5d073fc --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
642 | 2024-08-12T17:51:30.134Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name spawn_pinned --edition=2021 tokio-util/tests/spawn_pinned.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=bbf5be3925ff9c49 -C extra-filename=-bbf5be3925ff9c49 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
643 | 2024-08-12T17:51:30.620Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_id --edition=2021 tokio/tests/task_id.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5556a873165dde56 -C extra-filename=-5556a873165dde56 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
644 | 2024-08-12T17:51:30.940Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_panic --edition=2021 tokio/tests/rt_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=2f8b9e338562a676 -C extra-filename=-2f8b9e338562a676 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
645 | 2024-08-12T17:51:31.547Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_merge --edition=2021 tokio-stream/tests/stream_merge.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=88e2e11fbc4201cb -C extra-filename=-88e2e11fbc4201cb --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
646 | 2024-08-12T17:51:32.191Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name _require_full --edition=2021 tokio-util/tests/_require_full.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=941dd47ea02baf85 -C extra-filename=-941dd47ea02baf85 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
647 | 2024-08-12T17:51:32.546Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_async_read --edition=2021 tokio/tests/io_async_read.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=236ef0d114f64584 -C extra-filename=-236ef0d114f64584 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
648 | 2024-08-12T17:51:32.789Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name udp --edition=2021 tokio-util/tests/udp.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=00002a7501c9b17a -C extra-filename=-00002a7501c9b17a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
649 | 2024-08-12T17:51:33.220Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_util_empty --edition=2021 tokio/tests/io_util_empty.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f842d6bece6ed982 -C extra-filename=-f842d6bece6ed982 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
650 | 2024-08-12T17:51:33.407Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_abort --edition=2021 tokio/tests/task_abort.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=378d1d1175e32c4c -C extra-filename=-378d1d1175e32c4c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
651 | 2024-08-12T17:51:34.544Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_multi_rt --edition=2021 tokio/tests/signal_multi_rt.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=acd935e920f47f08 -C extra-filename=-acd935e920f47f08 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
652 | 2024-08-12T17:51:34.800Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name buffered --edition=2021 tokio/tests/buffered.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=19469e50c2b6894d -C extra-filename=-19469e50c2b6894d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
653 | 2024-08-12T17:51:34.841Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_collect --edition=2021 tokio-stream/tests/stream_collect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=62fcf6be82e3e8f4 -C extra-filename=-62fcf6be82e3e8f4 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
654 | 2024-08-12T17:51:36.583Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name net_unix_pipe --edition=2021 tokio/tests/net_unix_pipe.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=073c3b89f669c33f -C extra-filename=-073c3b89f669c33f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
655 | 2024-08-12T17:51:36.676Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_async_fd --edition=2021 tokio/tests/io_async_fd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=729ad4bca7ab7f0b -C extra-filename=-729ad4bca7ab7f0b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
656 | 2024-08-12T17:51:37.385Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_read_line --edition=2021 tokio/tests/io_read_line.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=847fbff992709b46 -C extra-filename=-847fbff992709b46 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
657 | 2024-08-12T17:51:39.093Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_errors --edition=2021 tokio/tests/sync_errors.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=08fa55cd20c7569f -C extra-filename=-08fa55cd20c7569f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
658 | 2024-08-12T17:51:39.160Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name test_cat --edition=2021 tests-integration/src/bin/test-cat.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=d0f2690a272f27ab -C extra-filename=-d0f2690a272f27ab --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern tests_integration=/work/tokio-rs/tokio/target/debug/deps/libtests_integration-c4bf24e4e52700ee.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
659 | 2024-08-12T17:51:39.526Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name test_clock --edition=2021 tokio/tests/test_clock.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=59a096e7c43f9c72 -C extra-filename=-59a096e7c43f9c72 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
660 | 2024-08-12T17:51:39.954Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_chain --edition=2021 tokio/tests/io_chain.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=57b5c49ffefc8f8a -C extra-filename=-57b5c49ffefc8f8a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
661 | 2024-08-12T17:51:40.653Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name length_delimited --edition=2021 tokio-util/tests/length_delimited.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=e2ff54a09503de6a -C extra-filename=-e2ff54a09503de6a --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
662 | 2024-08-12T17:51:40.677Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name framed_stream --edition=2021 tokio-util/tests/framed_stream.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=802913b9d5b33ed6 -C extra-filename=-802913b9d5b33ed6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
663 | 2024-08-12T17:51:40.781Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_sink --edition=2021 tokio/tests/io_sink.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=30574c4d68f02f22 -C extra-filename=-30574c4d68f02f22 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
664 | 2024-08-12T17:51:40.989Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_time_start_paused --edition=2021 tokio/tests/rt_time_start_paused.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c84a9edcea52dd61 -C extra-filename=-c84a9edcea52dd61 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
665 | 2024-08-12T17:51:41.373Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name async_send_sync --edition=2021 tokio-stream/tests/async_send_sync.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=ab3eff4014aaa221 -C extra-filename=-ab3eff4014aaa221 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
666 | 2024-08-12T17:51:41.438Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros --edition=2021 tokio-test/tests/macros.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6edace56c2dff036 -C extra-filename=-6edace56c2dff036 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
667 | 2024-08-12T17:51:41.786Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_delay_queue --edition=2021 tokio-util/tests/time_delay_queue.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=35ec379133127c93 -C extra-filename=-35ec379133127c93 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
668 | 2024-08-12T17:51:42.067Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name framed_read --edition=2021 tokio-util/tests/framed_read.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=92356a85e46cba56 -C extra-filename=-92356a85e46cba56 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
669 | 2024-08-12T17:51:42.095Z | Compiling stress-test v0.1.0 (/work/tokio-rs/tokio/stress-test) |
670 | 2024-08-12T17:51:42.118Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name simple_echo_tcp --edition=2021 stress-test/examples/simple_echo_tcp.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4bd4f298723da29 -C extra-filename=-c4bd4f298723da29 --out-dir /work/tokio-rs/tokio/target/debug/examples -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib -Dwarnings` |
671 | 2024-08-12T17:51:42.207Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name net_named_pipe --edition=2021 tokio/tests/net_named_pipe.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3d758ef7aa4f5875 -C extra-filename=-3d758ef7aa4f5875 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
672 | 2024-08-12T17:51:42.479Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_pause --edition=2021 tokio/tests/time_pause.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=da750d255e3d63e0 -C extra-filename=-da750d255e3d63e0 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
673 | 2024-08-12T17:51:42.540Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_drop_rt --edition=2021 tokio/tests/signal_drop_rt.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b574637fdc2476d4 -C extra-filename=-b574637fdc2476d4 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
674 | 2024-08-12T17:51:43.055Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_read --edition=2021 tokio/tests/io_read.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f22b186dc2540b10 -C extra-filename=-f22b186dc2540b10 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
675 | 2024-08-12T17:51:43.883Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_test --edition=2021 tokio/tests/macros_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b82b34815c850796 -C extra-filename=-b82b34815c850796 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
676 | 2024-08-12T17:51:44.199Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name net_lookup_host --edition=2021 tokio/tests/net_lookup_host.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=861569553be73bd9 -C extra-filename=-861569553be73bd9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
677 | 2024-08-12T17:51:44.500Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_read_to_string --edition=2021 tokio/tests/io_read_to_string.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=250df6b9f2acbea5 -C extra-filename=-250df6b9f2acbea5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
678 | 2024-08-12T17:51:44.834Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name test_cat --edition=2021 tests-integration/src/bin/test-cat.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=da936482eea96487 -C extra-filename=-da936482eea96487 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern tests_integration=/work/tokio-rs/tokio/target/debug/deps/libtests_integration-c4bf24e4e52700ee.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
679 | 2024-08-12T17:51:45.179Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_handle --edition=2021 tokio/tests/rt_handle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=43bdf625d124db43 -C extra-filename=-43bdf625d124db43 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
680 | 2024-08-12T17:51:45.399Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name duplex_stream --edition=2021 tokio/tests/duplex_stream.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0bca845ac79ca250 -C extra-filename=-0bca845ac79ca250 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
681 | 2024-08-12T17:51:45.605Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_notify --edition=2021 tokio/tests/sync_notify.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8018f5c1ecc754aa -C extra-filename=-8018f5c1ecc754aa --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
682 | 2024-08-12T17:51:45.684Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_local --edition=2021 tokio/tests/task_local.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=65a665fa443d8afb -C extra-filename=-65a665fa443d8afb --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
683 | 2024-08-12T17:51:45.875Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_yield_now --edition=2021 tokio/tests/task_yield_now.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ef45e81b2ae59cb9 -C extra-filename=-ef45e81b2ae59cb9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
684 | 2024-08-12T17:51:46.008Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_sleep --edition=2021 tokio/tests/time_sleep.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0dedd030478acd80 -C extra-filename=-0dedd030478acd80 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
685 | 2024-08-12T17:51:46.159Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name codecs --edition=2021 tokio-util/tests/codecs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=a94e4fd652c17464 -C extra-filename=-a94e4fd652c17464 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
686 | 2024-08-12T17:51:46.229Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name framed --edition=2021 tokio-util/tests/framed.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=5aeef00b16e95da0 -C extra-filename=-5aeef00b16e95da0 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
687 | 2024-08-12T17:51:46.307Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_canonicalize_dir --edition=2021 tokio/tests/fs_canonicalize_dir.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=bf3fcd5e44de37ae -C extra-filename=-bf3fcd5e44de37ae --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
688 | 2024-08-12T17:51:46.773Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_split --edition=2021 tokio/tests/io_split.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=2fda7f712ae1c966 -C extra-filename=-2fda7f712ae1c966 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
689 | 2024-08-12T17:51:47.323Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tests_integration --edition=2021 tests-integration/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=a3af7c92e9dbf517 -C extra-filename=-a3af7c92e9dbf517 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
690 | 2024-08-12T17:51:47.578Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_copy --edition=2021 tokio/tests/io_copy.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=42b8717018ea2ee1 -C extra-filename=-42b8717018ea2ee1 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
691 | 2024-08-12T17:51:47.670Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name rt_basic --edition=2021 tokio/tests/rt_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1bf626b7156f9fd6 -C extra-filename=-1bf626b7156f9fd6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
692 | 2024-08-12T17:51:47.752Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name uds_datagram --edition=2021 tokio/tests/uds_datagram.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c2661978c3abb78b -C extra-filename=-c2661978c3abb78b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
693 | 2024-08-12T17:51:47.824Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_poll_aio --edition=2021 tokio/tests/io_poll_aio.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=23e61c6320859d6e -C extra-filename=-23e61c6320859d6e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
694 | 2024-08-12T17:51:47.961Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_symlink_file_windows --edition=2021 tokio/tests/fs_symlink_file_windows.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7bb5ce1b467d2ec2 -C extra-filename=-7bb5ce1b467d2ec2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
695 | 2024-08-12T17:51:48.160Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_watch --edition=2021 tokio/tests/sync_watch.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=dee5506bccc83f2d -C extra-filename=-dee5506bccc83f2d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
696 | 2024-08-12T17:51:48.289Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 tokio-util/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=8b8c2ae93d1847f8 -C extra-filename=-8b8c2ae93d1847f8 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
697 | 2024-08-12T17:51:48.317Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name unwindsafe --edition=2021 tokio/tests/unwindsafe.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=3ac65f0450354a54 -C extra-filename=-3ac65f0450354a54 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
698 | 2024-08-12T17:51:49.467Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name compat --edition=2021 tokio-util/tests/compat.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=45bb725924b87f3b -C extra-filename=-45bb725924b87f3b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
699 | 2024-08-12T17:51:49.638Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_symlink_dir_windows --edition=2021 tokio/tests/fs_symlink_dir_windows.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=2d2448b85df55994 -C extra-filename=-2d2448b85df55994 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
700 | 2024-08-12T17:51:49.668Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_broadcast --edition=2021 tokio/tests/sync_broadcast.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=194d18b60ed50393 -C extra-filename=-194d18b60ed50393 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
701 | 2024-08-12T17:51:50.053Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_stdio --edition=2021 tests-integration/tests/process_stdio.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=f4b3d468ee0c192b -C extra-filename=-f4b3d468ee0c192b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern tests_integration=/work/tokio-rs/tokio/target/debug/deps/libtests_integration-c4bf24e4e52700ee.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
702 | 2024-08-12T17:51:50.611Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_panic --edition=2021 tokio/tests/sync_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a7579f969ea5a11e -C extra-filename=-a7579f969ea5a11e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
703 | 2024-08-12T17:51:51.151Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_dir --edition=2021 tokio/tests/fs_dir.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=dae22b4d9ade9a60 -C extra-filename=-dae22b4d9ade9a60 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
704 | 2024-08-12T17:51:51.292Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_issue_2174 --edition=2021 tokio/tests/process_issue_2174.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=227942e65be55070 -C extra-filename=-227942e65be55070 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
705 | 2024-08-12T17:51:51.388Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_main --edition=2021 tests-integration/tests/macros_main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="full"' --cfg 'feature="macros"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="tokio-test"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("full", "macros", "rt", "rt-multi-thread", "rt-net", "rt-process-signal", "sync", "tokio-test", "wasi-rt", "wasi-threads-rt"))' -C metadata=7b3ffb085bbfdda9 -C extra-filename=-7b3ffb085bbfdda9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern doc_comment=/work/tokio-rs/tokio/target/debug/deps/libdoc_comment-93d0ada0e3f62e5a.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern tests_integration=/work/tokio-rs/tokio/target/debug/deps/libtests_integration-c4bf24e4e52700ee.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
706 | 2024-08-12T17:51:52.189Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_remove_file --edition=2021 tokio/tests/fs_remove_file.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=efc6e39fd532c86e -C extra-filename=-efc6e39fd532c86e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
707 | 2024-08-12T17:51:52.359Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_kill_on_drop --edition=2021 tokio/tests/process_kill_on_drop.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=27be22126760c6d5 -C extra-filename=-27be22126760c6d5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
708 | 2024-08-12T17:51:53.148Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_write_buf --edition=2021 tokio/tests/io_write_buf.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=f2631c636d0e756f -C extra-filename=-f2631c636d0e756f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
709 | 2024-08-12T17:51:53.379Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_pin --edition=2021 tokio/tests/macros_pin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8fa122d4fa4dec80 -C extra-filename=-8fa122d4fa4dec80 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
710 | 2024-08-12T17:51:53.938Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_ctrl_c --edition=2021 tokio/tests/signal_ctrl_c.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ef2ccc35e1855bc5 -C extra-filename=-ef2ccc35e1855bc5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
711 | 2024-08-12T17:51:54.157Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_accept --edition=2021 tokio/tests/tcp_accept.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=38b17338d9047fad -C extra-filename=-38b17338d9047fad --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
712 | 2024-08-12T17:51:54.607Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_split --edition=2021 tokio/tests/tcp_split.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=696e6c4b4f0f9b56 -C extra-filename=-696e6c4b4f0f9b56 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
713 | 2024-08-12T17:51:54.794Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name uds_split --edition=2021 tokio/tests/uds_split.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=fd9cb77c6c058e7d -C extra-filename=-fd9cb77c6c058e7d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
714 | 2024-08-12T17:51:54.861Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_raw_handle --edition=2021 tokio/tests/process_raw_handle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=de2d38b0a8c6c768 -C extra-filename=-de2d38b0a8c6c768 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
715 | 2024-08-12T17:51:55.216Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_mem_stream --edition=2021 tokio/tests/io_mem_stream.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=451061517398a44e -C extra-filename=-451061517398a44e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
716 | 2024-08-12T17:51:55.313Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name macros_select --edition=2021 tokio/tests/macros_select.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=dbd38fb2364acefd -C extra-filename=-dbd38fb2364acefd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
717 | 2024-08-12T17:51:55.457Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_change_of_runtime --edition=2021 tokio/tests/process_change_of_runtime.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=1c07342ec27a4eec -C extra-filename=-1c07342ec27a4eec --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
718 | 2024-08-12T17:51:55.762Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io --edition=2021 tokio-test/tests/io.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2681afc53e862ffe -C extra-filename=-2681afc53e862ffe --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
719 | 2024-08-12T17:51:56.056Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_panic --edition=2021 tokio/tests/signal_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=37324cbd8afde40c -C extra-filename=-37324cbd8afde40c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
720 | 2024-08-12T17:51:56.246Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_panic --edition=2021 tokio/tests/task_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e2613a0d96ff0093 -C extra-filename=-e2613a0d96ff0093 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
721 | 2024-08-12T17:51:56.935Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 tokio-stream/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=8c1e3d26c1a752d9 -C extra-filename=-8c1e3d26c1a752d9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
722 | 2024-08-12T17:51:57.346Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_open_options --edition=2021 tokio/tests/fs_open_options.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0d433efcce3b663b -C extra-filename=-0d433efcce3b663b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
723 | 2024-08-12T17:51:57.403Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name net_bind_resource --edition=2021 tokio/tests/net_bind_resource.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=9d8eebacf983a8b2 -C extra-filename=-9d8eebacf983a8b2 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
724 | 2024-08-12T17:51:58.423Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_file --edition=2021 tokio/tests/fs_file.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a6f13adfff975d49 -C extra-filename=-a6f13adfff975d49 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
725 | 2024-08-12T17:51:58.594Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_blocking --edition=2021 tokio/tests/task_blocking.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b95daea1ef0c4588 -C extra-filename=-b95daea1ef0c4588 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
726 | 2024-08-12T17:51:58.898Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name framed_write --edition=2021 tokio-util/tests/framed_write.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=6aa567b7f2536a69 -C extra-filename=-6aa567b7f2536a69 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
727 | 2024-08-12T17:51:59.491Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_rwlock --edition=2021 tokio/tests/sync_rwlock.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=34e1c42c224e354f -C extra-filename=-34e1c42c224e354f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
728 | 2024-08-12T17:51:59.668Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name process_arg0 --edition=2021 tokio/tests/process_arg0.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=cede9d591083a7b9 -C extra-filename=-cede9d591083a7b9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
729 | 2024-08-12T17:51:59.692Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name _require_full --edition=2021 tokio/tests/_require_full.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=91f1a4517d546af4 -C extra-filename=-91f1a4517d546af4 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
730 | 2024-08-12T17:52:00.021Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_builder --edition=2021 tokio/tests/task_builder.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=66ba8b217413522d -C extra-filename=-66ba8b217413522d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
731 | 2024-08-12T17:52:00.355Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_connect --edition=2021 tokio/tests/tcp_connect.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=493c95707e0bf09c -C extra-filename=-493c95707e0bf09c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
732 | 2024-08-12T17:52:00.379Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_mock --edition=2021 tokio-test/tests/stream_mock.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13b094933b467b3c -C extra-filename=-13b094933b467b3c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
733 | 2024-08-12T17:52:00.431Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name tcp_socket --edition=2021 tokio/tests/tcp_socket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b33623ac49bd3182 -C extra-filename=-b33623ac49bd3182 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
734 | 2024-08-12T17:52:01.190Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_read_buf --edition=2021 tokio/tests/io_read_buf.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=6537c651ffca0afd -C extra-filename=-6537c651ffca0afd --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
735 | 2024-08-12T17:52:01.333Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs --edition=2021 tokio/tests/fs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=c91fed1660e2cf2d -C extra-filename=-c91fed1660e2cf2d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
736 | 2024-08-12T17:52:01.937Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_driver_drop --edition=2021 tokio/tests/io_driver_drop.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b448d21e17eefb52 -C extra-filename=-b448d21e17eefb52 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
737 | 2024-08-12T17:52:02.017Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_lines --edition=2021 tokio/tests/io_lines.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b5595f4dd5fea91c -C extra-filename=-b5595f4dd5fea91c --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
738 | 2024-08-12T17:52:02.672Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_barrier --edition=2021 tokio/tests/sync_barrier.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e9603647adcac4fb -C extra-filename=-e9603647adcac4fb --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
739 | 2024-08-12T17:52:03.045Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_semaphore --edition=2021 tokio/tests/sync_semaphore.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=663db068f0b9647d -C extra-filename=-663db068f0b9647d --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
740 | 2024-08-12T17:52:03.267Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name task_join_map --edition=2021 tokio-util/tests/task_join_map.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="codec"' --cfg 'feature="compat"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="futures-io"' --cfg 'feature="futures-util"' --cfg 'feature="hashbrown"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=d822e270f22bb1cc -C extra-filename=-d822e270f22bb1cc --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern futures_io=/work/tokio-rs/tokio/target/debug/deps/libfutures_io-01865a0123666f36.rlib --extern futures_sink=/work/tokio-rs/tokio/target/debug/deps/libfutures_sink-d34986f1551bcf57.rlib --extern futures_test=/work/tokio-rs/tokio/target/debug/deps/libfutures_test-2ec96462a4b2dd08.rlib --extern futures_util=/work/tokio-rs/tokio/target/debug/deps/libfutures_util-2fb8346081e9475c.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern slab=/work/tokio-rs/tokio/target/debug/deps/libslab-5e6f97e22f621f38.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
741 | 2024-08-12T17:52:03.292Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_semaphore_owned --edition=2021 tokio/tests/sync_semaphore_owned.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=135cac2a346f5995 -C extra-filename=-135cac2a346f5995 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
742 | 2024-08-12T17:52:03.316Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name async_send_sync --edition=2021 tokio/tests/async_send_sync.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=869995956be47ba6 -C extra-filename=-869995956be47ba6 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
743 | 2024-08-12T17:52:03.559Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_drop_signal --edition=2021 tokio/tests/signal_drop_signal.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8833435371650579 -C extra-filename=-8833435371650579 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
744 | 2024-08-12T17:52:03.889Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_interval --edition=2021 tokio/tests/time_interval.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=6d7fcbd865bb5e31 -C extra-filename=-6d7fcbd865bb5e31 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
745 | 2024-08-12T17:52:04.211Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name stream_panic --edition=2021 tokio-stream/tests/stream_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-util"' --cfg 'feature="net"' --cfg 'feature="signal"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=365ccd19b1161431 -C extra-filename=-365ccd19b1161431 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern futures_core=/work/tokio-rs/tokio/target/debug/deps/libfutures_core-d8eab32ff8ee6e36.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib --extern tokio_util=/work/tokio-rs/tokio/target/debug/deps/libtokio_util-787b136a060316e6.rlib -Dwarnings` |
746 | 2024-08-12T17:52:05.034Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name time_panic --edition=2021 tokio/tests/time_panic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=0c00d9b17b57755f -C extra-filename=-0c00d9b17b57755f --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
747 | 2024-08-12T17:52:05.353Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_mpsc_weak --edition=2021 tokio/tests/sync_mpsc_weak.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8096bd32243fdbc5 -C extra-filename=-8096bd32243fdbc5 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
748 | 2024-08-12T17:52:05.686Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name sync_oneshot --edition=2021 tokio/tests/sync_oneshot.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=825e1d3c6f68739e -C extra-filename=-825e1d3c6f68739e --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
749 | 2024-08-12T17:52:05.817Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name fs_copy --edition=2021 tokio/tests/fs_copy.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=8e5919cbe6123e53 -C extra-filename=-8e5919cbe6123e53 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
750 | 2024-08-12T17:52:06.468Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_fill_buf --edition=2021 tokio/tests/io_fill_buf.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=81c756745f2c0282 -C extra-filename=-81c756745f2c0282 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
751 | 2024-08-12T17:52:06.758Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name io_write --edition=2021 tokio/tests/io_write.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=731c8c739d33265b -C extra-filename=-731c8c739d33265b --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
752 | 2024-08-12T17:52:06.923Z | Running `/home/build/.rustup/toolchains/stable-x86_64-unknown-illumos/bin/rustc --crate-name signal_no_rt --edition=2021 tokio/tests/signal_no_rt.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=5d564fa1a84b5ea9 -C extra-filename=-5d564fa1a84b5ea9 --out-dir /work/tokio-rs/tokio/target/debug/deps -L dependency=/work/tokio-rs/tokio/target/debug/deps --extern async_stream=/work/tokio-rs/tokio/target/debug/deps/libasync_stream-0f8cb8e4cfa5a8e4.rlib --extern bytes=/work/tokio-rs/tokio/target/debug/deps/libbytes-a89efca5a84ed903.rlib --extern futures=/work/tokio-rs/tokio/target/debug/deps/libfutures-cb12ed347fbcbd6b.rlib --extern libc=/work/tokio-rs/tokio/target/debug/deps/liblibc-f7de87d4d00976c2.rlib --extern mio=/work/tokio-rs/tokio/target/debug/deps/libmio-908454ffa7bd8a4d.rlib --extern mockall=/work/tokio-rs/tokio/target/debug/deps/libmockall-0c17b720e9a2b759.rlib --extern nix=/work/tokio-rs/tokio/target/debug/deps/libnix-d449e93dbc045edc.rlib --extern parking_lot=/work/tokio-rs/tokio/target/debug/deps/libparking_lot-f2c42c716b1cf136.rlib --extern pin_project_lite=/work/tokio-rs/tokio/target/debug/deps/libpin_project_lite-a95361f84110741a.rlib --extern rand=/work/tokio-rs/tokio/target/debug/deps/librand-7d996f1c4d2322bf.rlib --extern signal_hook_registry=/work/tokio-rs/tokio/target/debug/deps/libsignal_hook_registry-f36701f5dafaac4c.rlib --extern socket2=/work/tokio-rs/tokio/target/debug/deps/libsocket2-79f63ff8218f8d84.rlib --extern tempfile=/work/tokio-rs/tokio/target/debug/deps/libtempfile-83c2c9ca77653aa8.rlib --extern tokio=/work/tokio-rs/tokio/target/debug/deps/libtokio-76cc9744fea0eb7e.rlib --extern tokio_macros=/work/tokio-rs/tokio/target/debug/deps/libtokio_macros-a0536682a05e12ee.so --extern tokio_stream=/work/tokio-rs/tokio/target/debug/deps/libtokio_stream-9c25b2ddb26b9b1a.rlib --extern tokio_test=/work/tokio-rs/tokio/target/debug/deps/libtokio_test-e14761f28b6db655.rlib -Dwarnings` |
753 | 2024-08-12T17:52:23.206Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 52s |
754 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tests_build-4b5e7ac3f0ce5f4a` |
755 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros-01e691f56fe38428` |
756 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_clippy-bb5d73cdb45e6b34` |
757 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tests_integration-a3af7c92e9dbf517` |
758 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/test_cat-da936482eea96487` |
759 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_main-7b3ffb085bbfdda9` |
760 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_pin-7912cb0969785bc2` |
761 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_select-60cde3728e10c569` |
762 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_stdio-f4b3d468ee0c192b` |
763 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio-e14777fcc8a7eb32` |
764 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/_require_full-91f1a4517d546af4` |
765 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/async_send_sync-869995956be47ba6` |
766 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/buffered-19469e50c2b6894d` |
767 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/coop_budget-e6153a16b7251fe0` |
768 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/dump-aa54000ffad4f4d7` |
769 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/duplex_stream-0bca845ac79ca250` |
770 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs-c91fed1660e2cf2d` |
771 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_canonicalize_dir-bf3fcd5e44de37ae` |
772 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_copy-8e5919cbe6123e53` |
773 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_dir-dae22b4d9ade9a60` |
774 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_file-a6f13adfff975d49` |
775 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_link-fe949fdf4768a974` |
776 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_open_options-0d433efcce3b663b` |
777 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_open_options_windows-a6936c725c435185` |
778 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_remove_dir_all-64cc7632960ec8dc` |
779 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_remove_file-efc6e39fd532c86e` |
780 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_rename-aa2e4da9206d4d93` |
781 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_symlink_dir_windows-2d2448b85df55994` |
782 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_symlink_file_windows-7bb5ce1b467d2ec2` |
783 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_try_exists-f8dab3275cb409c2` |
784 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_async_fd-729ad4bca7ab7f0b` |
785 | 2024-08-12T17:52:23.445Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_async_read-236ef0d114f64584` |
786 | 2024-08-12T17:52:23.491Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_buf_reader-a529dadb870647d6` |
787 | 2024-08-12T17:52:23.491Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_buf_writer-425fa761b6967e99` |
788 | 2024-08-12T17:52:23.491Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_chain-57b5c49ffefc8f8a` |
789 | 2024-08-12T17:52:23.491Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_copy-42b8717018ea2ee1` |
790 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_copy_bidirectional-f6ef7a2269883a2a` |
791 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_driver-fa4cd484e56122ec` |
792 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_driver_drop-b448d21e17eefb52` |
793 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_fill_buf-81c756745f2c0282` |
794 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_join-9290bb99cfe114f5` |
795 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_lines-b5595f4dd5fea91c` |
796 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_mem_stream-451061517398a44e` |
797 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_panic-c90f64626b10df86` |
798 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_poll_aio-23e61c6320859d6e` |
799 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read-f22b186dc2540b10` |
800 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_buf-6537c651ffca0afd` |
801 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_exact-d8dac3fa7577f0fe` |
802 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_line-847fbff992709b46` |
803 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_to_end-cd63c5f5cf2d9f12` |
804 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_to_string-250df6b9f2acbea5` |
805 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_until-7e945131c3abd344` |
806 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_repeat-83fa37f6b4a51d1b` |
807 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_sink-30574c4d68f02f22` |
808 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_split-2fda7f712ae1c966` |
809 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_take-49a193b0de5c8f86` |
810 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_util_empty-f842d6bece6ed982` |
811 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write-731c8c739d33265b` |
812 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_all-f1b27834efafb99b` |
813 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_all_buf-6e624c7e41b97369` |
814 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_buf-f2631c636d0e756f` |
815 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_int-8004f8211e8bc5cc` |
816 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/join_handle_panic-b6a5539218af8b66` |
817 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_join-a7098ee57ec73f59` |
818 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_pin-8fa122d4fa4dec80` |
819 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_rename_test-f160b514f54edccc` |
820 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_select-dbd38fb2364acefd` |
821 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_test-b82b34815c850796` |
822 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_try_join-1d783030168c4dc2` |
823 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_bind_resource-9d8eebacf983a8b2` |
824 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_lookup_host-861569553be73bd9` |
825 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_named_pipe-3d758ef7aa4f5875` |
826 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_panic-aacdd72bbe15a962` |
827 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_unix_pipe-073c3b89f669c33f` |
828 | 2024-08-12T17:52:23.492Z | Executable `/work/tokio-rs/tokio/target/debug/deps/no_rt-56768f30f5308b18` |
829 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_arg0-cede9d591083a7b9` |
830 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_change_of_runtime-1c07342ec27a4eec` |
831 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_issue_2174-227942e65be55070` |
832 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_issue_42-f5dd9c3f572cbdf8` |
833 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_kill_on_drop-27be22126760c6d5` |
834 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_raw_handle-de2d38b0a8c6c768` |
835 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_smoke-7dd1148aa80cc35a` |
836 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_basic-1bf626b7156f9fd6` |
837 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_common-56546ea8a410fdf1` |
838 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_handle-43bdf625d124db43` |
839 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_handle_block_on-998c00954cca2566` |
840 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_metrics-a1d443c1ed63f2c6` |
841 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_panic-2f8b9e338562a676` |
842 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_threaded-4e56af4679ba701c` |
843 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_threaded_alt-e917562c074769cf` |
844 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_time_start_paused-c84a9edcea52dd61` |
845 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_unstable_metrics-9057b373efd3bce5` |
846 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_ctrl_c-ef2ccc35e1855bc5` |
847 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_recv-518dbdd4248d8ff2` |
848 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_rt-b574637fdc2476d4` |
849 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_signal-8833435371650579` |
850 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_multi_rt-acd935e920f47f08` |
851 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_no_rt-5d564fa1a84b5ea9` |
852 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_notify_both-ea2e7a61582752c3` |
853 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_panic-37324cbd8afde40c` |
854 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_twice-f233120cfe575a7d` |
855 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_usr1-e34c664cdbab86d7` |
856 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_barrier-e9603647adcac4fb` |
857 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_broadcast-194d18b60ed50393` |
858 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_errors-08fa55cd20c7569f` |
859 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mpsc-2e9671656e67d1e2` |
860 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mpsc_weak-8096bd32243fdbc5` |
861 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mutex-ac9cb68bf958e550` |
862 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mutex_owned-b250fa25b5d073fc` |
863 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_notify-8018f5c1ecc754aa` |
864 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_once_cell-c4c0c6fd34e315cb` |
865 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_oneshot-825e1d3c6f68739e` |
866 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_panic-a7579f969ea5a11e` |
867 | 2024-08-12T17:52:23.493Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_rwlock-34e1c42c224e354f` |
868 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_semaphore-663db068f0b9647d` |
869 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_semaphore_owned-135cac2a346f5995` |
870 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_watch-dee5506bccc83f2d` |
871 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_abort-378d1d1175e32c4c` |
872 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_blocking-b95daea1ef0c4588` |
873 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_builder-66ba8b217413522d` |
874 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_id-5556a873165dde56` |
875 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_join_set-32ced6a886dbe914` |
876 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_local-65a665fa443d8afb` |
877 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_local_set-1bdec6248d73cafd` |
878 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_panic-e2613a0d96ff0093` |
879 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_yield_now-ef45e81b2ae59cb9` |
880 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_accept-38b17338d9047fad` |
881 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_connect-493c95707e0bf09c` |
882 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_echo-163964149b863eea` |
883 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_into_split-b79c03dbf647fd7b` |
884 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_into_std-e4cd8bf8868475fb` |
885 | 2024-08-12T17:52:23.494Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_peek-a6420c0c082ed65a` |
886 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_shutdown-9d0d9cb2a3d02d3e` |
887 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_socket-b33623ac49bd3182` |
888 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_split-696e6c4b4f0f9b56` |
889 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_stream-7cde76988d82e796` |
890 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/test_clock-59a096e7c43f9c72` |
891 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_interval-6d7fcbd865bb5e31` |
892 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_panic-0c00d9b17b57755f` |
893 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_pause-da750d255e3d63e0` |
894 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_rt-be7c0e8f6c25a1d0` |
895 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_sleep-0dedd030478acd80` |
896 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_timeout-810e2246b41f4134` |
897 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/udp-5be1a089b7bbe850` |
898 | 2024-08-12T17:52:23.519Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_cred-53325d2d110fe556` |
899 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_datagram-c2661978c3abb78b` |
900 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_socket-bba909c36732a270` |
901 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_split-fd9cb77c6c058e7d` |
902 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_stream-e9288f2eb393dce3` |
903 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/unwindsafe-3ac65f0450354a54` |
904 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_macros-6b49c8b6b0446b88` |
905 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_stream-8c1e3d26c1a752d9` |
906 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/async_send_sync-ab3eff4014aaa221` |
907 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/chunks_timeout-c21ed21751156442` |
908 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_chain-c6f4437a3bfc436e` |
909 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_close-70e703c874835eab` |
910 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_collect-62fcf6be82e3e8f4` |
911 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_empty-90f28850a23cadd1` |
912 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_fuse-280c85da4b6f1e1e` |
913 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_iter-42fa84726cebe027` |
914 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_merge-88e2e11fbc4201cb` |
915 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_once-743fb30446361aee` |
916 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_panic-365ccd19b1161431` |
917 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_pending-a1e3d70e93a26eae` |
918 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_stream_map-dd4ea439bc044da8` |
919 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_timeout-7d6da94b079ebae5` |
920 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_throttle-0255233bdda0a43f` |
921 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/watch-d7316e5623013a42` |
922 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_test-946f26a290e5f239` |
923 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/block_on-98f0c224e7b3ccf8` |
924 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io-2681afc53e862ffe` |
925 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros-6edace56c2dff036` |
926 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_mock-13b094933b467b3c` |
927 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task-648fd60ad7eb58c4` |
928 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_util-8b8c2ae93d1847f8` |
929 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/_require_full-941dd47ea02baf85` |
930 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/codecs-a94e4fd652c17464` |
931 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/compat-45bb725924b87f3b` |
932 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/context-b3c4c80a98e42528` |
933 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed-5aeef00b16e95da0` |
934 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed_read-92356a85e46cba56` |
935 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed_stream-802913b9d5b33ed6` |
936 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed_write-6aa567b7f2536a69` |
937 | 2024-08-12T17:52:23.520Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_inspect-48399eaa7ccdc124` |
938 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_reader_stream-930f6e039900260b` |
939 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_sink_writer-b8bd60a1453bcae7` |
940 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_stream_reader-2a198d53d64d4e2d` |
941 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_sync_bridge-3a11e042a86e7094` |
942 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/length_delimited-e2ff54a09503de6a` |
943 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/mpsc-09d0514fc73e1a2b` |
944 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/panic-e01c7e0e5a434bcd` |
945 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/poll_semaphore-53a3e06b0e2d375a` |
946 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/reusable_box-c814e8e3f29ab142` |
947 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/spawn_pinned-bbf5be3925ff9c49` |
948 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_cancellation_token-b4f9e1cd50022c4b` |
949 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_join_map-d822e270f22bb1cc` |
950 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_tracker-d27ecc822e9d2313` |
951 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_delay_queue-35ec379133127c93` |
952 | 2024-08-12T17:52:23.521Z | Executable `/work/tokio-rs/tokio/target/debug/deps/udp-00002a7501c9b17a` |
953 | 2024-08-12T17:52:23.521Z | |
954 | 2024-08-12T17:52:23.521Z | real 1:53.068978895 |
955 | 2024-08-12T17:52:23.521Z | user 9:47.166789641 |
956 | 2024-08-12T17:52:23.521Z | sys 2:32.145586569 |
957 | 2024-08-12T17:52:23.521Z | trap 0.360817168 |
958 | 2024-08-12T17:52:23.521Z | tflt 0.124308562 |
959 | 2024-08-12T17:52:23.521Z | dflt 0.516829078 |
960 | 2024-08-12T17:52:23.521Z | kflt 0.004046639 |
961 | 2024-08-12T17:52:23.521Z | lock 20:59.315914787 |
962 | 2024-08-12T17:52:23.521Z | slp 53:27.708462868 |
963 | 2024-08-12T17:52:23.521Z | lat 55.386024244 |
964 | 2024-08-12T17:52:23.521Z | stop 53.244619069 |
965 | 2024-08-12T17:52:23.521Z | + banner tests |
966 | 2024-08-12T17:52:23.521Z | |
967 | 2024-08-12T17:52:23.521Z | ##### ###### #### ##### #### |
968 | 2024-08-12T17:52:23.521Z | # # # # # |
969 | 2024-08-12T17:52:23.521Z | # ##### #### # #### |
970 | 2024-08-12T17:52:23.521Z | # # # # # |
971 | 2024-08-12T17:52:23.521Z | # # # # # # # |
972 | 2024-08-12T17:52:23.521Z | # ###### #### # #### |
973 | 2024-08-12T17:52:23.521Z | |
974 | 2024-08-12T17:52:23.521Z | + ptime -m cargo nextest run --features full |
975 | 2024-08-12T17:52:24.355Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s |
976 | 2024-08-12T17:52:25.913Z | Starting 1416 tests across 199 binaries (22 skipped; run ID: 18950f56-d99f-4d94-902c-8e13164696a3, nextest profile: default) |
977 | 2024-08-12T17:52:26.054Z | PASS [ 0.024s] tests-build::macros_clippy test_with_semicolon_without_return_type |
978 | 2024-08-12T17:52:26.054Z | PASS [ 0.021s] tests-integration::macros_main main_with_spawn |
979 | 2024-08-12T17:52:26.054Z | PASS [ 0.014s] tests-integration::macros_pin pin |
980 | 2024-08-12T17:52:26.054Z | PASS [ 0.029s] tests-integration::macros_main shell |
981 | 2024-08-12T17:52:26.054Z | PASS [ 0.022s] tests-integration::macros_select join_with_select |
982 | 2024-08-12T17:52:26.080Z | PASS [ 0.022s] tests-integration::process_stdio status_closes_any_pipes |
983 | 2024-08-12T17:52:26.080Z | PASS [ 0.030s] tests-integration::process_stdio pipe_from_one_command_to_another |
984 | 2024-08-12T17:52:26.080Z | PASS [ 0.023s] tests-integration::process_stdio vectored_writes |
985 | 2024-08-12T17:52:26.080Z | PASS [ 0.026s] tests-integration::process_stdio try_wait |
986 | 2024-08-12T17:52:26.080Z | PASS [ 0.021s] tokio fs::file::tests::busy_file_seek_error |
987 | 2024-08-12T17:52:26.080Z | PASS [ 0.016s] tokio fs::file::tests::flush_while_idle |
988 | 2024-08-12T17:52:26.080Z | PASS [ 0.027s] tests-integration::process_stdio wait_with_output_captures |
989 | 2024-08-12T17:52:26.080Z | PASS [ 0.024s] tokio fs::file::tests::incomplete_flush_followed_by_write |
990 | 2024-08-12T17:52:26.080Z | PASS [ 0.016s] tokio fs::file::tests::incomplete_read_followed_by_flush |
991 | 2024-08-12T17:52:26.080Z | PASS [ 0.057s] tests-integration::process_stdio feed_a_lot |
992 | 2024-08-12T17:52:26.080Z | PASS [ 0.020s] tokio fs::file::tests::incomplete_partial_read_followed_by_write |
993 | 2024-08-12T17:52:26.080Z | PASS [ 0.028s] tokio fs::file::tests::incomplete_read_followed_by_write |
994 | 2024-08-12T17:52:26.080Z | PASS [ 0.021s] tokio fs::file::tests::open_set_len_err |
995 | 2024-08-12T17:52:26.080Z | PASS [ 0.025s] tokio fs::file::tests::open_read |
996 | 2024-08-12T17:52:26.080Z | PASS [ 0.019s] tokio fs::file::tests::partial_read_set_len_ok |
997 | 2024-08-12T17:52:26.080Z | PASS [ 0.023s] tokio fs::file::tests::open_write |
998 | 2024-08-12T17:52:26.081Z | PASS [ 0.027s] tokio fs::file::tests::open_set_len_ok |
999 | 2024-08-12T17:52:26.081Z | PASS [ 0.018s] tokio fs::file::tests::read_twice_before_dispatch |
1000 | 2024-08-12T17:52:26.081Z | PASS [ 0.026s] tokio fs::file::tests::read_err |
1001 | 2024-08-12T17:52:26.081Z | PASS [ 0.015s] tokio fs::file::tests::read_with_bigger_buf |
1002 | 2024-08-12T17:52:26.081Z | PASS [ 0.022s] tokio fs::file::tests::read_err_then_read_success |
1003 | 2024-08-12T17:52:26.081Z | PASS [ 0.022s] tokio fs::file::tests::read_with_smaller_buf |
1004 | 2024-08-12T17:52:26.081Z | PASS [ 0.019s] tokio fs::file::tests::sync_all_err_ordered_after_write |
1005 | 2024-08-12T17:52:26.081Z | PASS [ 0.018s] tokio fs::file::tests::sync_data_err_ordered_after_write |
1006 | 2024-08-12T17:52:26.172Z | PASS [ 0.018s] tokio fs::file::tests::sync_data_ordered_after_write |
1007 | 2024-08-12T17:52:26.172Z | PASS [ 0.026s] tokio fs::file::tests::sync_all_ordered_after_write |
1008 | 2024-08-12T17:52:26.202Z | PASS [ 0.014s] tokio fs::file::tests::write_read_flush_err |
1009 | 2024-08-12T17:52:26.202Z | PASS [ 0.021s] tokio fs::file::tests::write_read_write_err |
1010 | 2024-08-12T17:52:26.202Z | PASS [ 0.018s] tokio fs::file::tests::write_seek_flush_err |
1011 | 2024-08-12T17:52:26.202Z | PASS [ 0.017s] tokio fs::file::tests::write_twice_before_dispatch |
1012 | 2024-08-12T17:52:26.202Z | PASS [ 0.021s] tokio fs::file::tests::write_seek_write_err |
1013 | 2024-08-12T17:52:26.202Z | PASS [ 0.018s] tokio fs::file::tests::write_write_err |
1014 | 2024-08-12T17:52:26.202Z | PASS [ 0.014s] tokio future::maybe_done::miri_tests::maybe_done_miri |
1015 | 2024-08-12T17:52:26.202Z | PASS [ 0.016s] tokio io::util::buf_reader::tests::assert_unpin |
1016 | 2024-08-12T17:52:26.202Z | PASS [ 0.015s] tokio io::util::buf_stream::tests::assert_unpin |
1017 | 2024-08-12T17:52:26.202Z | PASS [ 0.015s] tokio io::util::buf_writer::tests::assert_unpin |
1018 | 2024-08-12T17:52:26.202Z | PASS [ 0.029s] tokio io::stdio_common::tests::test_splitter |
1019 | 2024-08-12T17:52:26.202Z | PASS [ 0.013s] tokio io::util::chain::tests::assert_unpin |
1020 | 2024-08-12T17:52:26.202Z | PASS [ 0.014s] tokio io::util::copy_buf::tests::assert_unpin |
1021 | 2024-08-12T17:52:26.202Z | PASS [ 0.014s] tokio io::util::empty::tests::assert_unpin |
1022 | 2024-08-12T17:52:26.203Z | PASS [ 0.015s] tokio io::util::lines::tests::assert_unpin |
1023 | 2024-08-12T17:52:26.203Z | PASS [ 0.016s] tokio io::util::repeat::tests::assert_unpin |
1024 | 2024-08-12T17:52:26.203Z | PASS [ 0.016s] tokio io::util::sink::tests::assert_unpin |
1025 | 2024-08-12T17:52:26.203Z | PASS [ 0.056s] tokio io::stdio_common::tests::test_pseudo_text |
1026 | 2024-08-12T17:52:26.203Z | PASS [ 0.020s] tokio io::util::split::tests::assert_unpin |
1027 | 2024-08-12T17:52:26.203Z | PASS [ 0.016s] tokio io::util::take::tests::assert_unpin |
1028 | 2024-08-12T17:52:26.203Z | PASS [ 0.019s] tokio process::imp::orphan::test::does_not_register_signal_if_queue_empty |
1029 | 2024-08-12T17:52:26.203Z | PASS [ 0.015s] tokio process::imp::orphan::test::drain_attempts_a_single_reap_of_all_queued_orphans |
1030 | 2024-08-12T17:52:26.203Z | PASS [ 0.019s] tokio process::imp::orphan::test::does_nothing_if_signal_could_not_be_registered |
1031 | 2024-08-12T17:52:26.203Z | PASS [ 0.019s] tokio process::imp::orphan::test::no_reap_if_no_signal_received |
1032 | 2024-08-12T17:52:26.203Z | PASS [ 0.015s] tokio process::imp::orphan::test::no_reap_if_signal_lock_held |
1033 | 2024-08-12T17:52:26.203Z | PASS [ 0.019s] tokio process::imp::reap::test::drop_enqueues_orphan_if_wait_fails |
1034 | 2024-08-12T17:52:26.203Z | PASS [ 0.015s] tokio process::imp::reap::test::kill |
1035 | 2024-08-12T17:52:26.203Z | PASS [ 0.019s] tokio process::imp::reap::test::drop_reaps_if_possible |
1036 | 2024-08-12T17:52:26.203Z | PASS [ 0.018s] tokio process::imp::reap::test::reaper |
1037 | 2024-08-12T17:52:26.313Z | PASS [ 0.018s] tokio process::test::kills_on_drop_if_specified |
1038 | 2024-08-12T17:52:26.338Z | PASS [ 0.017s] tokio process::test::no_kill_if_already_killed |
1039 | 2024-08-12T17:52:26.338Z | PASS [ 0.016s] tokio process::test::no_kill_if_reaped |
1040 | 2024-08-12T17:52:26.338Z | PASS [ 0.016s] tokio process::test::no_kill_on_drop_by_default |
1041 | 2024-08-12T17:52:26.338Z | PASS [ 0.016s] tokio runtime::coop::test::budgeting |
1042 | 2024-08-12T17:52:26.338Z | PASS [ 0.013s] tokio runtime::scheduler::multi_thread::queue::test_local_queue_capacity |
1043 | 2024-08-12T17:52:26.338Z | PASS [ 0.017s] tokio runtime::scheduler::multi_thread::idle::test_state |
1044 | 2024-08-12T17:52:26.338Z | PASS [ 0.018s] tokio runtime::task::core::header_lte_cache_line |
1045 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio runtime::task::list::tests::test_id_not_broken |
1046 | 2024-08-12T17:52:26.338Z | PASS [ 0.019s] tokio runtime::tests::inject::pop_n_drains_on_drop |
1047 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio runtime::tests::inject::push_and_pop |
1048 | 2024-08-12T17:52:26.338Z | PASS [ 0.019s] tokio runtime::tests::inject::push_batch_and_pop |
1049 | 2024-08-12T17:52:26.338Z | PASS [ 0.198s] tokio fs::file::tests::read_with_buffer_larger_than_max |
1050 | 2024-08-12T17:52:26.338Z | PASS [ 0.019s] tokio runtime::tests::queue::fits_256_all_at_once |
1051 | 2024-08-12T17:52:26.338Z | PASS [ 0.018s] tokio runtime::tests::queue::fits_256_one_at_a_time |
1052 | 2024-08-12T17:52:26.338Z | PASS [ 0.022s] tokio runtime::tests::queue::fits_256_all_in_chunks |
1053 | 2024-08-12T17:52:26.338Z | PASS [ 0.017s] tokio runtime::tests::queue::steal_batch |
1054 | 2024-08-12T17:52:26.338Z | PASS [ 0.021s] tokio runtime::tests::queue::overflow |
1055 | 2024-08-12T17:52:26.338Z | PASS [ 0.180s] tokio fs::file::tests::write_with_buffer_larger_than_max |
1056 | 2024-08-12T17:52:26.338Z | PASS [ 0.016s] tokio runtime::time::tests::change_waker |
1057 | 2024-08-12T17:52:26.338Z | PASS [ 0.017s] tokio runtime::time::tests::drop_timer |
1058 | 2024-08-12T17:52:26.338Z | PASS [ 0.017s] tokio runtime::time::tests::instant_to_tick_max |
1059 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio runtime::time::tests::poll_process_levels_targeted |
1060 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio runtime::time::tests::reset_future |
1061 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio runtime::time::tests::single_timer |
1062 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio runtime::time::wheel::level::test::test_slot_for |
1063 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio runtime::time::wheel::test::test_level_for |
1064 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio signal::registry::tests::broadcast_returns_if_at_least_one_event_fired |
1065 | 2024-08-12T17:52:26.338Z | PASS [ 0.014s] tokio signal::registry::tests::record_invalid_event_does_nothing |
1066 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio signal::registry::tests::smoke |
1067 | 2024-08-12T17:52:26.338Z | PASS [ 0.014s] tokio signal::reusable_box::test::test_different_futures |
1068 | 2024-08-12T17:52:26.338Z | PASS [ 0.015s] tokio signal::reusable_box::test::test_zero_sized |
1069 | 2024-08-12T17:52:26.338Z | PASS [ 0.025s] tokio signal::reusable_box::test::test_different_sizes |
1070 | 2024-08-12T17:52:26.338Z | PASS [ 0.012s] tokio signal::unix::tests::from_c_int |
1071 | 2024-08-12T17:52:26.363Z | PASS [ 0.016s] tokio signal::unix::tests::into_c_int |
1072 | 2024-08-12T17:52:26.363Z | PASS [ 0.065s] tokio signal::registry::tests::register_panics_on_invalid_input |
1073 | 2024-08-12T17:52:26.363Z | PASS [ 0.017s] tokio signal::unix::tests::signal_enable_error_on_forbidden_input |
1074 | 2024-08-12T17:52:26.386Z | PASS [ 0.014s] tokio signal::unix::tests::signal_enable_error_on_invalid_input |
1075 | 2024-08-12T17:52:26.386Z | PASS [ 0.016s] tokio sync::broadcast::tests::receiver_count_on_channel_constructor |
1076 | 2024-08-12T17:52:26.386Z | PASS [ 0.015s] tokio sync::broadcast::tests::receiver_count_on_sender_constructor |
1077 | 2024-08-12T17:52:26.387Z | PASS [ 0.015s] tokio sync::mpsc::block::assert_no_stack_overflow |
1078 | 2024-08-12T17:52:26.387Z | PASS [ 0.013s] tokio sync::mutex::bounds |
1079 | 2024-08-12T17:52:26.387Z | PASS [ 0.013s] tokio sync::rwlock::bounds |
1080 | 2024-08-12T17:52:26.387Z | PASS [ 0.014s] tokio sync::semaphore::bounds |
1081 | 2024-08-12T17:52:26.410Z | PASS [ 0.013s] tokio sync::tests::atomic_waker::basic_usage |
1082 | 2024-08-12T17:52:26.410Z | PASS [ 0.014s] tokio sync::tests::atomic_waker::wake_without_register |
1083 | 2024-08-12T17:52:26.410Z | PASS [ 0.013s] tokio sync::tests::notify::notify_clones_waker_before_lock |
1084 | 2024-08-12T17:52:26.434Z | PASS [ 0.014s] tokio sync::tests::notify::notify_simple |
1085 | 2024-08-12T17:52:26.434Z | PASS [ 0.014s] tokio sync::tests::notify::watch_test |
1086 | 2024-08-12T17:52:26.458Z | PASS [ 0.060s] tokio sync::tests::atomic_waker::atomic_waker_panic_safe |
1087 | 2024-08-12T17:52:26.458Z | PASS [ 0.014s] tokio sync::tests::semaphore_batch::cancel_acquire_releases_permits |
1088 | 2024-08-12T17:52:26.458Z | PASS [ 0.014s] tokio sync::tests::semaphore_batch::close_semaphore_notifies_permit1 |
1089 | 2024-08-12T17:52:26.458Z | PASS [ 0.212s] tokio runtime::time::tests::poll_process_levels |
1090 | 2024-08-12T17:52:26.482Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::close_semaphore_notifies_permit2 |
1091 | 2024-08-12T17:52:26.482Z | PASS [ 0.015s] tokio sync::tests::semaphore_batch::close_semaphore_prevents_acquire |
1092 | 2024-08-12T17:52:26.482Z | PASS [ 0.065s] tokio sync::tests::notify::notify_waiters_handles_panicking_waker |
1093 | 2024-08-12T17:52:26.482Z | PASS [ 0.015s] tokio sync::tests::semaphore_batch::forget_permits_basic |
1094 | 2024-08-12T17:52:26.482Z | PASS [ 0.019s] tokio sync::tests::semaphore_batch::max_permits_doesnt_panic |
1095 | 2024-08-12T17:52:26.510Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_many_available |
1096 | 2024-08-12T17:52:26.510Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::poll_acquire_many_unavailable |
1097 | 2024-08-12T17:52:26.511Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::poll_acquire_one_available |
1098 | 2024-08-12T17:52:26.511Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::poll_acquire_one_unavailable |
1099 | 2024-08-12T17:52:26.511Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_one_zero_permits |
1100 | 2024-08-12T17:52:26.511Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::release_permits_at_drop |
1101 | 2024-08-12T17:52:26.511Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::try_acquire_many_available |
1102 | 2024-08-12T17:52:26.537Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::try_acquire_many_unavailable |
1103 | 2024-08-12T17:52:26.537Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::try_acquire_one_available |
1104 | 2024-08-12T17:52:26.537Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::try_acquire_one_unavailable |
1105 | 2024-08-12T17:52:26.537Z | PASS [ 0.014s] tokio sync::tests::semaphore_batch::update_permits_many_times |
1106 | 2024-08-12T17:52:26.562Z | PASS [ 0.017s] tokio task::local::tests::local_current_thread_scheduler |
1107 | 2024-08-12T17:52:26.562Z | PASS [ 0.016s] tokio task::local::tests::wakes_to_local_queue |
1108 | 2024-08-12T17:52:26.562Z | PASS [ 0.017s] tokio util::idle_notified_set::tests::join_set_test |
1109 | 2024-08-12T17:52:26.562Z | PASS [ 0.014s] tokio util::linked_list::tests::const_new |
1110 | 2024-08-12T17:52:26.562Z | PASS [ 0.014s] tokio util::linked_list::tests::push_and_drain |
1111 | 2024-08-12T17:52:26.562Z | PASS [ 0.015s] tokio util::linked_list::tests::push_pop_push_pop |
1112 | 2024-08-12T17:52:26.586Z | PASS [ 0.015s] tokio util::linked_list::tests::remove_by_address |
1113 | 2024-08-12T17:52:26.586Z | PASS [ 0.015s] tokio util::memchr::tests::memchr_all |
1114 | 2024-08-12T17:52:26.586Z | PASS [ 0.015s] tokio util::memchr::tests::memchr_empty |
1115 | 2024-08-12T17:52:26.586Z | PASS [ 0.060s] tokio sync::tests::semaphore_batch::validates_max_permits |
1116 | 2024-08-12T17:52:26.586Z | PASS [ 0.017s] tokio util::memchr::tests::memchr_test |
1117 | 2024-08-12T17:52:26.610Z | PASS [ 0.015s] tokio::duplex_stream write_vectored |
1118 | 2024-08-12T17:52:26.610Z | PASS [ 0.018s] tokio::duplex_stream write_vectored_and_shutdown |
1119 | 2024-08-12T17:52:26.610Z | PASS [ 0.026s] tokio::buffered echo_server |
1120 | 2024-08-12T17:52:26.610Z | PASS [ 0.022s] tokio::fs path_read_write |
1121 | 2024-08-12T17:52:26.610Z | PASS [ 0.019s] tokio::fs_canonicalize_dir canonicalize_root_dir_unix |
1122 | 2024-08-12T17:52:26.634Z | PASS [ 0.018s] tokio::fs_copy copy |
1123 | 2024-08-12T17:52:26.634Z | PASS [ 0.019s] tokio::fs_copy copy_permissions |
1124 | 2024-08-12T17:52:26.634Z | PASS [ 0.019s] tokio::fs_dir build_dir |
1125 | 2024-08-12T17:52:26.634Z | PASS [ 0.019s] tokio::fs_dir build_dir_mode_read_only |
1126 | 2024-08-12T17:52:26.696Z | PASS [ 0.019s] tokio::fs_dir create_all |
1127 | 2024-08-12T17:52:26.720Z | PASS [ 0.018s] tokio::fs_dir create_dir |
1128 | 2024-08-12T17:52:26.720Z | PASS [ 0.018s] tokio::fs_dir read_dir_entry_info |
1129 | 2024-08-12T17:52:26.720Z | PASS [ 0.017s] tokio::fs_dir read_inherent |
1130 | 2024-08-12T17:52:26.720Z | PASS [ 0.017s] tokio::fs_dir remove |
1131 | 2024-08-12T17:52:26.720Z | PASS [ 0.018s] tokio::fs_file basic_read |
1132 | 2024-08-12T17:52:26.720Z | PASS [ 0.019s] tokio::fs_file basic_write |
1133 | 2024-08-12T17:52:26.720Z | PASS [ 0.015s] tokio::fs_file coop |
1134 | 2024-08-12T17:52:26.720Z | PASS [ 0.019s] tokio::fs_file basic_write_and_shutdown |
1135 | 2024-08-12T17:52:26.720Z | PASS [ 0.019s] tokio::fs_file file_debug_fmt |
1136 | 2024-08-12T17:52:26.720Z | PASS [ 0.019s] tokio::fs_file read_file_from_std |
1137 | 2024-08-12T17:52:26.720Z | PASS [ 0.019s] tokio::fs_file read_file_from_unix_fd |
1138 | 2024-08-12T17:52:26.720Z | PASS [ 0.020s] tokio::fs_file rewind_seek_position |
1139 | 2024-08-12T17:52:26.720Z | PASS [ 0.020s] tokio::fs_file set_max_buf_size_read |
1140 | 2024-08-12T17:52:26.720Z | PASS [ 0.019s] tokio::fs_file set_max_buf_size_write |
1141 | 2024-08-12T17:52:26.744Z | PASS [ 0.019s] tokio::fs_file unix_fd_is_valid |
1142 | 2024-08-12T17:52:26.745Z | PASS [ 0.019s] tokio::fs_file write_into_std |
1143 | 2024-08-12T17:52:26.745Z | PASS [ 0.019s] tokio::fs_file write_into_std_immediate |
1144 | 2024-08-12T17:52:26.745Z | PASS [ 0.019s] tokio::fs_file write_to_clone |
1145 | 2024-08-12T17:52:26.745Z | PASS [ 0.015s] tokio::fs_file write_vectored |
1146 | 2024-08-12T17:52:26.745Z | PASS [ 0.018s] tokio::fs_file write_vectored_and_shutdown |
1147 | 2024-08-12T17:52:26.745Z | PASS [ 0.018s] tokio::fs_link test_hard_link |
1148 | 2024-08-12T17:52:26.745Z | PASS [ 0.017s] tokio::fs_link test_symlink |
1149 | 2024-08-12T17:52:26.803Z | PASS [ 0.018s] tokio::fs_open_options open_options_append |
1150 | 2024-08-12T17:52:26.826Z | PASS [ 0.020s] tokio::fs_open_options open_options_create |
1151 | 2024-08-12T17:52:26.826Z | PASS [ 0.015s] tokio::fs_open_options open_options_create_new |
1152 | 2024-08-12T17:52:26.826Z | PASS [ 0.019s] tokio::fs_open_options open_options_mode |
1153 | 2024-08-12T17:52:26.827Z | PASS [ 0.021s] tokio::fs_open_options open_options_truncate |
1154 | 2024-08-12T17:52:26.827Z | PASS [ 0.015s] tokio::fs_open_options open_options_write |
1155 | 2024-08-12T17:52:26.827Z | PASS [ 0.019s] tokio::fs_open_options open_with_open_options_and_read |
1156 | 2024-08-12T17:52:26.827Z | PASS [ 0.019s] tokio::fs_remove_dir_all remove_dir_all |
1157 | 2024-08-12T17:52:26.827Z | PASS [ 0.018s] tokio::fs_remove_file remove_file |
1158 | 2024-08-12T17:52:26.827Z | PASS [ 0.019s] tokio::fs_rename rename_file |
1159 | 2024-08-12T17:52:26.827Z | PASS [ 0.020s] tokio::fs_try_exists try_exists |
1160 | 2024-08-12T17:52:26.827Z | PASS [ 0.019s] tokio::io_async_fd clear_ready_matching_clears_ready |
1161 | 2024-08-12T17:52:26.827Z | PASS [ 0.019s] tokio::io_async_fd clear_ready_matching_clears_ready_mut |
1162 | 2024-08-12T17:52:26.827Z | PASS [ 0.019s] tokio::io_async_fd driver_shutdown_then_clear_readiness |
1163 | 2024-08-12T17:52:26.827Z | PASS [ 0.018s] tokio::io_async_fd driver_shutdown_wakes_currently_pending |
1164 | 2024-08-12T17:52:26.827Z | PASS [ 0.018s] tokio::io_async_fd driver_shutdown_wakes_currently_pending_polls |
1165 | 2024-08-12T17:52:26.827Z | PASS [ 0.018s] tokio::io_async_fd driver_shutdown_wakes_future_pending |
1166 | 2024-08-12T17:52:26.827Z | PASS [ 0.016s] tokio::io_async_fd driver_shutdown_wakes_poll |
1167 | 2024-08-12T17:52:26.851Z | PASS [ 0.015s] tokio::io_async_fd drop_closes |
1168 | 2024-08-12T17:52:26.852Z | PASS [ 0.016s] tokio::io_async_fd multiple_waiters |
1169 | 2024-08-12T17:52:26.875Z | PASS [ 0.035s] tokio::io_async_fd initially_writable |
1170 | 2024-08-12T17:52:26.923Z | PASS [ 0.065s] tokio::io_async_fd driver_shutdown_wakes_pending_race |
1171 | 2024-08-12T17:52:26.946Z | PASS [ 0.031s] tokio::io_async_fd reregister |
1172 | 2024-08-12T17:52:26.946Z | PASS [ 0.079s] tokio::io_async_fd driver_shutdown_wakes_poll_race |
1173 | 2024-08-12T17:52:26.946Z | PASS [ 0.060s] tokio::io_async_fd reset_readable |
1174 | 2024-08-12T17:52:26.970Z | PASS [ 0.043s] tokio::io_async_fd try_io |
1175 | 2024-08-12T17:52:26.970Z | PASS [ 0.031s] tokio::io_async_fd try_new |
1176 | 2024-08-12T17:52:26.970Z | PASS [ 0.024s] tokio::io_async_fd try_with_interest |
1177 | 2024-08-12T17:52:26.997Z | PASS [ 0.030s] tokio::io_async_read assert_obj_safe |
1178 | 2024-08-12T17:52:27.021Z | PASS [ 0.035s] tokio::io_buf_reader maybe_pending |
1179 | 2024-08-12T17:52:27.116Z | PASS [ 0.065s] tokio::io_buf_reader maybe_pending_buf_read |
1180 | 2024-08-12T17:52:27.116Z | PASS [ 0.049s] tokio::io_buf_reader maybe_pending_seek |
1181 | 2024-08-12T17:52:27.140Z | PASS [ 0.070s] tokio::io_buf_reader test_buffered_reader |
1182 | 2024-08-12T17:52:27.165Z | PASS [ 0.021s] tokio::io_buf_reader test_buffered_reader_seek_underflow |
1183 | 2024-08-12T17:52:27.189Z | PASS [ 0.015s] tokio::io_buf_reader test_fill_buf_wrapper |
1184 | 2024-08-12T17:52:27.189Z | PASS [ 0.091s] tokio::io_buf_reader test_buffered_reader_seek |
1185 | 2024-08-12T17:52:27.236Z | PASS [ 0.022s] tokio::io_buf_reader test_short_reads |
1186 | 2024-08-12T17:52:27.261Z | PASS [ 0.033s] tokio::io_buf_writer buf_writer_inner_flushes |
1187 | 2024-08-12T17:52:27.261Z | PASS [ 0.039s] tokio::io_buf_writer buf_writer |
1188 | 2024-08-12T17:52:27.261Z | PASS [ 0.025s] tokio::io_buf_writer buf_writer_seek |
1189 | 2024-08-12T17:52:27.261Z | PASS [ 0.020s] tokio::io_buf_writer maybe_pending_buf_writer |
1190 | 2024-08-12T17:52:27.286Z | PASS [ 0.022s] tokio::io_buf_writer maybe_pending_buf_writer_inner_flushes |
1191 | 2024-08-12T17:52:27.286Z | PASS [ 0.021s] tokio::io_buf_writer maybe_pending_buf_writer_seek |
1192 | 2024-08-12T17:52:27.286Z | PASS [ 0.021s] tokio::io_buf_writer write_vectored_basic_on_non_vectored |
1193 | 2024-08-12T17:52:27.286Z | PASS [ 0.019s] tokio::io_buf_writer write_vectored_basic_on_vectored |
1194 | 2024-08-12T17:52:27.311Z | PASS [ 0.017s] tokio::io_buf_writer write_vectored_empty_on_non_vectored |
1195 | 2024-08-12T17:52:27.375Z | PASS [ 0.016s] tokio::io_buf_writer write_vectored_large_slice_on_non_vectored |
1196 | 2024-08-12T17:52:27.375Z | PASS [ 0.028s] tokio::io_buf_writer write_vectored_empty_on_vectored |
1197 | 2024-08-12T17:52:27.430Z | PASS [ 0.066s] tokio::io_buf_writer write_vectored_large_slice_on_vectored |
1198 | 2024-08-12T17:52:27.454Z | PASS [ 0.054s] tokio::io_buf_writer write_vectored_large_total_on_vectored |
1199 | 2024-08-12T17:52:27.454Z | PASS [ 0.077s] tokio::io_buf_writer write_vectored_large_total_on_non_vectored |
1200 | 2024-08-12T17:52:27.480Z | PASS [ 0.022s] tokio::io_buf_writer write_vectored_odd_on_non_vectored |
1201 | 2024-08-12T17:52:27.480Z | PASS [ 0.021s] tokio::io_buf_writer write_vectored_odd_on_vectored |
1202 | 2024-08-12T17:52:27.505Z | PASS [ 0.027s] tokio::io_chain chain |
1203 | 2024-08-12T17:52:27.505Z | PASS [ 0.025s] tokio::io_copy copy |
1204 | 2024-08-12T17:52:27.530Z | PASS [ 0.014s] tokio::io_copy proxy |
1205 | 2024-08-12T17:52:27.530Z | PASS [ 0.027s] tokio::io_copy copy_is_cooperative |
1206 | 2024-08-12T17:52:27.555Z | PASS [ 0.019s] tokio::io_copy_bidirectional copy_bidirectional_is_cooperative |
1207 | 2024-08-12T17:52:27.555Z | PASS [ 0.023s] tokio::io_copy_bidirectional immediate_exit_on_read_error |
1208 | 2024-08-12T17:52:27.580Z | PASS [ 0.058s] tokio::io_copy_bidirectional blocking_one_side_does_not_block_other |
1209 | 2024-08-12T17:52:27.580Z | PASS [ 0.018s] tokio::io_copy_bidirectional immediate_exit_on_write_error |
1210 | 2024-08-12T17:52:27.606Z | PASS [ 0.028s] tokio::io_copy_bidirectional test_basic_transfer |
1211 | 2024-08-12T17:52:27.606Z | PASS [ 0.020s] tokio::io_copy_bidirectional test_transfer_after_close |
1212 | 2024-08-12T17:52:27.631Z | PASS [ 0.020s] tokio::io_driver test_drop_on_notify |
1213 | 2024-08-12T17:52:27.656Z | PASS [ 0.019s] tokio::io_driver_drop drop_wakes |
1214 | 2024-08-12T17:52:27.656Z | PASS [ 0.054s] tokio::io_driver panics_when_io_disabled |
1215 | 2024-08-12T17:52:27.681Z | PASS [ 0.019s] tokio::io_driver_drop tcp_doesnt_block |
1216 | 2024-08-12T17:52:27.681Z | PASS [ 0.021s] tokio::io_fill_buf fill_buf_file |
1217 | 2024-08-12T17:52:27.681Z | PASS [ 0.017s] tokio::io_join is_send_and_sync |
1218 | 2024-08-12T17:52:27.705Z | PASS [ 0.017s] tokio::io_join method_delegation |
1219 | 2024-08-12T17:52:27.706Z | PASS [ 0.016s] tokio::io_lines lines_inherent |
1220 | 2024-08-12T17:52:27.706Z | PASS [ 0.016s] tokio::io_mem_stream across_tasks |
1221 | 2024-08-12T17:52:27.730Z | PASS [ 0.017s] tokio::io_mem_stream disconnect |
1222 | 2024-08-12T17:52:27.730Z | PASS [ 0.017s] tokio::io_mem_stream disconnect_reader |
1223 | 2024-08-12T17:52:27.730Z | PASS [ 0.019s] tokio::io_mem_stream duplex_is_cooperative |
1224 | 2024-08-12T17:52:27.755Z | PASS [ 0.020s] tokio::io_mem_stream max_write_size |
1225 | 2024-08-12T17:52:27.755Z | PASS [ 0.017s] tokio::io_mem_stream ping_pong |
1226 | 2024-08-12T17:52:27.755Z | PASS [ 0.018s] tokio::io_panic async_fd_new_panic_caller |
1227 | 2024-08-12T17:52:27.780Z | PASS [ 0.018s] tokio::io_panic async_fd_try_new_panic_caller |
1228 | 2024-08-12T17:52:27.780Z | PASS [ 0.017s] tokio::io_panic async_fd_try_with_interest_panic_caller |
1229 | 2024-08-12T17:52:27.780Z | PASS [ 0.018s] tokio::io_panic async_fd_with_interest_panic_caller |
1230 | 2024-08-12T17:52:27.805Z | PASS [ 0.016s] tokio::io_panic read_buf_advance_panic_caller |
1231 | 2024-08-12T17:52:27.805Z | PASS [ 0.016s] tokio::io_panic read_buf_initialize_unfilled_to_panic_caller |
1232 | 2024-08-12T17:52:27.805Z | PASS [ 0.015s] tokio::io_panic read_buf_put_slice_panic_caller |
1233 | 2024-08-12T17:52:27.830Z | PASS [ 0.014s] tokio::io_panic read_buf_set_filled_panic_caller |
1234 | 2024-08-12T17:52:27.830Z | PASS [ 0.014s] tokio::io_panic unsplit_panic_caller |
1235 | 2024-08-12T17:52:27.830Z | PASS [ 0.017s] tokio::io_read read |
1236 | 2024-08-12T17:52:27.855Z | PASS [ 0.018s] tokio::io_read_buf issue_5588 |
1237 | 2024-08-12T17:52:27.880Z | PASS [ 0.014s] tokio::io_read_buf read_buf |
1238 | 2024-08-12T17:52:27.880Z | PASS [ 0.046s] tokio::io_read read_buf_bad_async_read |
1239 | 2024-08-12T17:52:27.880Z | PASS [ 0.016s] tokio::io_read_exact read_exact |
1240 | 2024-08-12T17:52:27.880Z | PASS [ 0.016s] tokio::io_read_line read_line |
1241 | 2024-08-12T17:52:27.905Z | PASS [ 0.015s] tokio::io_read_line read_line_fail |
1242 | 2024-08-12T17:52:27.905Z | PASS [ 0.016s] tokio::io_read_line read_line_fail_and_utf8_fail |
1243 | 2024-08-12T17:52:27.905Z | PASS [ 0.014s] tokio::io_read_line read_line_invalid_utf8 |
1244 | 2024-08-12T17:52:27.930Z | PASS [ 0.017s] tokio::io_read_line read_line_not_all_ready |
1245 | 2024-08-12T17:52:27.930Z | PASS [ 0.016s] tokio::io_read_to_end read_to_end |
1246 | 2024-08-12T17:52:27.954Z | PASS [ 0.016s] tokio::io_read_to_end read_to_end_grows_capacity_if_unfit |
1247 | 2024-08-12T17:52:27.979Z | PASS [ 0.018s] tokio::io_read_to_end read_to_end_uninit |
1248 | 2024-08-12T17:52:28.004Z | PASS [ 0.023s] tokio::io_read_to_string read_to_string |
1249 | 2024-08-12T17:52:28.030Z | PASS [ 0.018s] tokio::io_read_to_string to_string_appends |
1250 | 2024-08-12T17:52:28.030Z | PASS [ 0.023s] tokio::io_read_to_string to_string_does_not_truncate_on_io_error |
1251 | 2024-08-12T17:52:28.091Z | PASS [ 0.058s] tokio::io_read_to_string to_string_does_not_truncate_on_utf8_error |
1252 | 2024-08-12T17:52:28.117Z | PASS [ 1.871s] tokio runtime::tests::queue::stress2 |
1253 | 2024-08-12T17:52:28.117Z | PASS [ 0.024s] tokio::io_read_until read_until |
1254 | 2024-08-12T17:52:28.141Z | PASS [ 0.024s] tokio::io_read_until read_until_fail |
1255 | 2024-08-12T17:52:28.166Z | PASS [ 0.025s] tokio::io_read_until read_until_not_all_ready |
1256 | 2024-08-12T17:52:28.192Z | PASS [ 0.023s] tokio::io_sink sink_poll_flush_is_cooperative |
1257 | 2024-08-12T17:52:28.193Z | PASS [ 0.019s] tokio::io_sink sink_poll_shutdown_is_cooperative |
1258 | 2024-08-12T17:52:28.219Z | PASS [ 0.067s] tokio::io_repeat repeat_poll_read_is_cooperative |
1259 | 2024-08-12T17:52:28.219Z | PASS [ 0.024s] tokio::io_sink sink_poll_write_is_cooperative |
1260 | 2024-08-12T17:52:28.219Z | PASS [ 0.021s] tokio::io_split is_send_and_sync |
1261 | 2024-08-12T17:52:28.244Z | PASS [ 0.017s] tokio::io_split method_delegation |
1262 | 2024-08-12T17:52:28.244Z | PASS [ 0.018s] tokio::io_split split_stream_id |
1263 | 2024-08-12T17:52:28.269Z | PASS [ 0.037s] tokio::io_split unsplit_err1 |
1264 | 2024-08-12T17:52:28.269Z | PASS [ 0.038s] tokio::io_split unsplit_err2 |
1265 | 2024-08-12T17:52:28.294Z | PASS [ 0.014s] tokio::io_split unsplit_ok |
1266 | 2024-08-12T17:52:28.294Z | PASS [ 0.015s] tokio::io_take issue_4435 |
1267 | 2024-08-12T17:52:28.320Z | PASS [ 0.015s] tokio::io_take take |
1268 | 2024-08-12T17:52:28.320Z | PASS [ 0.045s] tokio::io_take bad_reader_fails |
1269 | 2024-08-12T17:52:28.320Z | PASS [ 0.015s] tokio::io_util_empty empty_buf_reads_are_cooperative |
1270 | 2024-08-12T17:52:28.344Z | PASS [ 0.017s] tokio::io_util_empty empty_read_is_cooperative |
1271 | 2024-08-12T17:52:28.345Z | PASS [ 0.016s] tokio::io_util_empty empty_seek |
1272 | 2024-08-12T17:52:28.345Z | PASS [ 0.016s] tokio::io_write write |
1273 | 2024-08-12T17:52:28.370Z | PASS [ 0.016s] tokio::io_write write_cursor |
1274 | 2024-08-12T17:52:28.370Z | PASS [ 0.018s] tokio::io_write_all write_all |
1275 | 2024-08-12T17:52:28.395Z | PASS [ 0.019s] tokio::io_write_all_buf write_all_buf |
1276 | 2024-08-12T17:52:28.395Z | PASS [ 0.016s] tokio::io_write_all_buf write_all_buf_vectored |
1277 | 2024-08-12T17:52:28.395Z | PASS [ 0.024s] tokio::io_write_all_buf write_buf_err |
1278 | 2024-08-12T17:52:28.420Z | PASS [ 0.022s] tokio::io_write_buf write_all |
1279 | 2024-08-12T17:52:28.459Z | PASS [ 0.034s] tokio::io_write_int write_int_should_err_if_write_count_0 |
1280 | 2024-08-12T17:52:28.565Z | PASS [ 0.115s] tokio::join_handle_panic test_panics_do_not_propagate_when_dropping_join_handle |
1281 | 2024-08-12T17:52:28.639Z | PASS [ 0.144s] tokio::macros_join a_different_future_is_polled_first_every_time_poll_fn_is_polled |
1282 | 2024-08-12T17:52:28.749Z | PASS [ 0.129s] tokio::macros_join empty_join |
1283 | 2024-08-12T17:52:28.807Z | PASS [ 0.183s] tokio::macros_join join_does_not_allow_tasks_to_starve |
1284 | 2024-08-12T17:52:28.835Z | PASS [ 0.167s] tokio::macros_join join_into_future |
1285 | 2024-08-12T17:52:28.860Z | PASS [ 0.086s] tokio::macros_join join_size |
1286 | 2024-08-12T17:52:28.944Z | PASS [ 0.049s] tokio::macros_join sync_one_lit_expr_comma |
1287 | 2024-08-12T17:52:29.020Z | PASS [ 0.109s] tokio::macros_join sync_one_lit_expr_no_comma |
1288 | 2024-08-12T17:52:29.045Z | PASS [ 0.165s] tokio::macros_join sync_two_lit_expr_comma |
1289 | 2024-08-12T17:52:29.045Z | PASS [ 0.088s] tokio::macros_join sync_two_lit_expr_no_comma |
1290 | 2024-08-12T17:52:29.070Z | PASS [ 0.019s] tokio::macros_join two_await |
1291 | 2024-08-12T17:52:29.070Z | PASS [ 0.017s] tokio::macros_pin multi_pin |
1292 | 2024-08-12T17:52:29.127Z | PASS [ 0.027s] tokio::macros_rename_test crate_path_test |
1293 | 2024-08-12T17:52:29.351Z | PASS [ 0.094s] tokio::macros_rename_test crate_rename_test |
1294 | 2024-08-12T17:52:29.351Z | PASS [ 0.111s] tokio::macros_rename_test crate_rename_main |
1295 | 2024-08-12T17:52:29.400Z | PASS [ 0.191s] tokio::macros_select biased_eventually_ready |
1296 | 2024-08-12T17:52:29.430Z | PASS [ 0.142s] tokio::macros_select biased_one_not_ready |
1297 | 2024-08-12T17:52:29.488Z | PASS [ 0.076s] tokio::macros_select disable_with_if |
1298 | 2024-08-12T17:52:29.488Z | PASS [ 0.026s] tokio::macros_select drop_in_fut |
1299 | 2024-08-12T17:52:29.513Z | PASS [ 0.061s] tokio::macros_select future_panics_after_poll |
1300 | 2024-08-12T17:52:29.537Z | PASS [ 0.055s] tokio::macros_select join_with_select |
1301 | 2024-08-12T17:52:29.566Z | PASS [ 0.039s] tokio::macros_select many_branches |
1302 | 2024-08-12T17:52:29.602Z | PASS [ 0.057s] tokio::macros_select move_uncompleted_futures |
1303 | 2024-08-12T17:52:29.638Z | PASS [ 0.074s] tokio::macros_select mut_on_left_hand_side |
1304 | 2024-08-12T17:52:29.639Z | PASS [ 0.035s] tokio::macros_select mut_ref_patterns |
1305 | 2024-08-12T17:52:29.671Z | PASS [ 0.037s] tokio::macros_select mutable_borrowing_future_with_same_borrow_in_block |
1306 | 2024-08-12T17:52:29.719Z | PASS [ 0.033s] tokio::macros_select nested |
1307 | 2024-08-12T17:52:29.719Z | PASS [ 0.058s] tokio::macros_select mutable_borrowing_future_with_same_borrow_in_block_and_else |
1308 | 2024-08-12T17:52:29.744Z | PASS [ 0.048s] tokio::macros_select nested_one |
1309 | 2024-08-12T17:52:29.744Z | PASS [ 0.037s] tokio::macros_select never_branch_no_warnings |
1310 | 2024-08-12T17:52:29.769Z | PASS [ 0.020s] tokio::macros_select no_branch_else_only |
1311 | 2024-08-12T17:52:29.769Z | PASS [ 0.021s] tokio::macros_select no_branch_else_only_biased |
1312 | 2024-08-12T17:52:29.793Z | PASS [ 0.020s] tokio::macros_select one_ready |
1313 | 2024-08-12T17:52:29.793Z | PASS [ 0.021s] tokio::macros_select pointer_64_tests::struct_size_1 |
1314 | 2024-08-12T17:52:29.793Z | PASS [ 0.022s] tokio::macros_select pointer_64_tests::struct_size_2 |
1315 | 2024-08-12T17:52:29.818Z | PASS [ 0.020s] tokio::macros_select pointer_64_tests::struct_size_3 |
1316 | 2024-08-12T17:52:29.818Z | PASS [ 0.020s] tokio::macros_select select_into_future |
1317 | 2024-08-12T17:52:29.818Z | PASS [ 0.017s] tokio::macros_select select_streams |
1318 | 2024-08-12T17:52:29.843Z | PASS [ 0.017s] tokio::macros_select sync_one_await |
1319 | 2024-08-12T17:52:29.843Z | PASS [ 0.015s] tokio::macros_select sync_one_ident |
1320 | 2024-08-12T17:52:29.843Z | PASS [ 0.016s] tokio::macros_select sync_one_lit_expr_block |
1321 | 2024-08-12T17:52:29.869Z | PASS [ 0.016s] tokio::macros_select sync_one_lit_expr_comma |
1322 | 2024-08-12T17:52:29.869Z | PASS [ 0.015s] tokio::macros_select sync_one_lit_expr_no_comma |
1323 | 2024-08-12T17:52:29.869Z | PASS [ 0.017s] tokio::macros_select sync_two |
1324 | 2024-08-12T17:52:29.894Z | PASS [ 0.015s] tokio::macros_select temporary_lifetime_extension |
1325 | 2024-08-12T17:52:29.894Z | PASS [ 0.017s] tokio::macros_select use_future_in_if_condition |
1326 | 2024-08-12T17:52:29.894Z | PASS [ 0.019s] tokio::macros_select use_future_in_if_condition_biased |
1327 | 2024-08-12T17:52:29.919Z | PASS [ 0.019s] tokio::macros_test issue_4175_test |
1328 | 2024-08-12T17:52:29.919Z | PASS [ 0.016s] tokio::macros_test issue_5243::foo |
1329 | 2024-08-12T17:52:29.919Z | PASS [ 0.017s] tokio::macros_test test_macro_can_be_used_via_use |
1330 | 2024-08-12T17:52:29.944Z | PASS [ 0.017s] tokio::macros_test test_macro_is_resilient_to_shadowing |
1331 | 2024-08-12T17:52:29.944Z | PASS [ 0.016s] tokio::macros_test trait_method |
1332 | 2024-08-12T17:52:29.944Z | PASS [ 0.017s] tokio::macros_test unused_braces_test |
1333 | 2024-08-12T17:52:29.968Z | PASS [ 0.016s] tokio::macros_try_join a_different_future_is_polled_first_every_time_poll_fn_is_polled |
1334 | 2024-08-12T17:52:29.968Z | PASS [ 0.016s] tokio::macros_try_join empty_try_join |
1335 | 2024-08-12T17:52:29.968Z | PASS [ 0.016s] tokio::macros_try_join err_abort_early |
1336 | 2024-08-12T17:52:29.993Z | PASS [ 0.015s] tokio::macros_try_join join_size |
1337 | 2024-08-12T17:52:29.993Z | PASS [ 0.016s] tokio::macros_try_join sync_one_lit_expr_comma |
1338 | 2024-08-12T17:52:29.993Z | PASS [ 0.017s] tokio::macros_try_join sync_one_lit_expr_no_comma |
1339 | 2024-08-12T17:52:30.018Z | PASS [ 0.015s] tokio::macros_try_join sync_two_lit_expr_comma |
1340 | 2024-08-12T17:52:30.018Z | PASS [ 0.015s] tokio::macros_try_join sync_two_lit_expr_no_comma |
1341 | 2024-08-12T17:52:30.018Z | PASS [ 0.017s] tokio::macros_try_join try_join_does_not_allow_tasks_to_starve |
1342 | 2024-08-12T17:52:30.043Z | PASS [ 0.018s] tokio::macros_try_join two_await |
1343 | 2024-08-12T17:52:30.043Z | PASS [ 0.015s] tokio::net_lookup_host lookup_socket_addr |
1344 | 2024-08-12T17:52:30.068Z | PASS [ 0.014s] tokio::net_lookup_host lookup_str_socket_addr |
1345 | 2024-08-12T17:52:30.068Z | PASS [ 0.043s] tokio::net_bind_resource no_runtime_panics_binding_net_tcp_listener |
1346 | 2024-08-12T17:52:30.068Z | PASS [ 0.017s] tokio::net_lookup_host resolve_dns |
1347 | 2024-08-12T17:52:30.093Z | PASS [ 0.017s] tokio::net_panic tcp_listener_from_std_panic_caller |
1348 | 2024-08-12T17:52:30.093Z | PASS [ 0.020s] tokio::net_panic tcp_stream_from_std_panic_caller |
1349 | 2024-08-12T17:52:30.093Z | PASS [ 0.019s] tokio::net_panic udp_socket_from_std_panic_caller |
1350 | 2024-08-12T17:52:30.117Z | PASS [ 0.014s] tokio::net_panic unix_datagram_from_std_panic_caller |
1351 | 2024-08-12T17:52:30.118Z | PASS [ 0.016s] tokio::net_panic unix_listener_bind_panic_caller |
1352 | 2024-08-12T17:52:30.142Z | PASS [ 0.018s] tokio::net_panic unix_listener_from_std_panic_caller |
1353 | 2024-08-12T17:52:30.143Z | PASS [ 0.016s] tokio::net_panic unix_stream_from_std_panic_caller |
1354 | 2024-08-12T17:52:30.143Z | PASS [ 0.016s] tokio::net_unix_pipe anon_pipe_into_blocking_fd |
1355 | 2024-08-12T17:52:30.143Z | PASS [ 0.016s] tokio::net_unix_pipe anon_pipe_into_nonblocking_fd |
1356 | 2024-08-12T17:52:30.167Z | PASS [ 0.016s] tokio::net_unix_pipe anon_pipe_simple_send |
1357 | 2024-08-12T17:52:30.192Z | PASS [ 0.016s] tokio::net_unix_pipe fifo_multiple_writes |
1358 | 2024-08-12T17:52:30.192Z | PASS [ 0.016s] tokio::net_unix_pipe fifo_simple_send |
1359 | 2024-08-12T17:52:30.218Z | FAIL [ 0.051s] tokio::net_unix_pipe anon_pipe_spawn_echo |
1360 | 2024-08-12T17:52:30.218Z | |
1361 | 2024-08-12T17:52:30.218Z | --- STDOUT: tokio::net_unix_pipe anon_pipe_spawn_echo --- |
1362 | 2024-08-12T17:52:30.218Z | |
1363 | 2024-08-12T17:52:30.218Z | running 1 test |
1364 | 2024-08-12T17:52:30.218Z | test anon_pipe_spawn_echo ... FAILED |
1365 | 2024-08-12T17:52:30.218Z | |
1366 | 2024-08-12T17:52:30.218Z | failures: |
1367 | 2024-08-12T17:52:30.218Z | |
1368 | 2024-08-12T17:52:30.218Z | failures: |
1369 | 2024-08-12T17:52:30.218Z | anon_pipe_spawn_echo |
1370 | 2024-08-12T17:52:30.218Z | |
1371 | 2024-08-12T17:52:30.218Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 13 filtered out; finished in 0.03s |
1372 | 2024-08-12T17:52:30.218Z | |
1373 | 2024-08-12T17:52:30.218Z | |
1374 | 2024-08-12T17:52:30.218Z | --- STDERR: tokio::net_unix_pipe anon_pipe_spawn_echo --- |
1375 | 2024-08-12T17:52:30.218Z | thread 'anon_pipe_spawn_echo' panicked at tokio/tests/net_unix_pipe.rs:475:5: |
1376 | 2024-08-12T17:52:30.218Z | assertion `left == right` failed |
1377 | 2024-08-12T17:52:30.218Z | left: "-n this is some data to write to the p" |
1378 | 2024-08-12T17:52:30.218Z | right: "this is some data to write to the pipe" |
1379 | 2024-08-12T17:52:30.218Z | stack backtrace: |
1380 | 2024-08-12T17:52:30.218Z | 0: rust_begin_unwind |
1381 | 2024-08-12T17:52:30.218Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5 |
1382 | 2024-08-12T17:52:30.218Z | 1: core::panicking::panic_fmt |
1383 | 2024-08-12T17:52:30.218Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14 |
1384 | 2024-08-12T17:52:30.219Z | 2: core::panicking::assert_failed_inner |
1385 | 2024-08-12T17:52:30.219Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:408:17 |
1386 | 2024-08-12T17:52:30.219Z | 3: core::panicking::assert_failed |
1387 | 2024-08-12T17:52:30.219Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:363:5 |
1388 | 2024-08-12T17:52:30.219Z | 4: net_unix_pipe::anon_pipe_spawn_echo::{{closure}} |
1389 | 2024-08-12T17:52:30.219Z | at ./tests/net_unix_pipe.rs:475:5 |
1390 | 2024-08-12T17:52:30.219Z | 5: <core::pin::Pin<P> as core::future::future::Future>::poll |
1391 | 2024-08-12T17:52:30.219Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
1392 | 2024-08-12T17:52:30.219Z | 6: <core::pin::Pin<P> as core::future::future::Future>::poll |
1393 | 2024-08-12T17:52:30.219Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
1394 | 2024-08-12T17:52:30.219Z | 7: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}} |
1395 | 2024-08-12T17:52:30.219Z | at ./src/runtime/scheduler/current_thread/mod.rs:673:57 |
1396 | 2024-08-12T17:52:30.219Z | 8: tokio::runtime::coop::with_budget |
1397 | 2024-08-12T17:52:30.219Z | at ./src/runtime/coop.rs:107:5 |
1398 | 2024-08-12T17:52:30.219Z | 9: tokio::runtime::coop::budget |
1399 | 2024-08-12T17:52:30.219Z | at ./src/runtime/coop.rs:73:5 |
1400 | 2024-08-12T17:52:30.219Z | 10: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}} |
1401 | 2024-08-12T17:52:30.219Z | at ./src/runtime/scheduler/current_thread/mod.rs:673:25 |
1402 | 2024-08-12T17:52:30.219Z | 11: tokio::runtime::scheduler::current_thread::Context::enter |
1403 | 2024-08-12T17:52:30.219Z | at ./src/runtime/scheduler/current_thread/mod.rs:412:19 |
1404 | 2024-08-12T17:52:30.219Z | 12: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}} |
1405 | 2024-08-12T17:52:30.219Z | at ./src/runtime/scheduler/current_thread/mod.rs:672:36 |
1406 | 2024-08-12T17:52:30.219Z | 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
1407 | 2024-08-12T17:52:30.219Z | at ./src/runtime/scheduler/current_thread/mod.rs:751:68 |
1408 | 2024-08-12T17:52:30.219Z | 14: tokio::runtime::context::scoped::Scoped<T>::set |
1409 | 2024-08-12T17:52:30.219Z | at ./src/runtime/context/scoped.rs:40:9 |
1410 | 2024-08-12T17:52:30.219Z | 15: tokio::runtime::context::set_scheduler::{{closure}} |
1411 | 2024-08-12T17:52:30.219Z | at ./src/runtime/context.rs:180:26 |
1412 | 2024-08-12T17:52:30.219Z | 16: std::thread::local::LocalKey<T>::try_with |
1413 | 2024-08-12T17:52:30.219Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
1414 | 2024-08-12T17:52:30.219Z | 17: std::thread::local::LocalKey<T>::with |
1415 | 2024-08-12T17:52:30.219Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
1416 | 2024-08-12T17:52:30.219Z | 18: tokio::runtime::context::set_scheduler |
1417 | 2024-08-12T17:52:30.219Z | at ./src/runtime/context.rs:180:9 |
1418 | 2024-08-12T17:52:30.219Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
1419 | 2024-08-12T17:52:30.219Z | at ./src/runtime/scheduler/current_thread/mod.rs:751:27 |
1420 | 2024-08-12T17:52:30.219Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
1421 | 2024-08-12T17:52:30.219Z | at ./src/runtime/scheduler/current_thread/mod.rs:660:19 |
1422 | 2024-08-12T17:52:30.219Z | 21: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}} |
1423 | 2024-08-12T17:52:30.220Z | at ./src/runtime/scheduler/current_thread/mod.rs:180:28 |
1424 | 2024-08-12T17:52:30.220Z | 22: tokio::runtime::context::runtime::enter_runtime |
1425 | 2024-08-12T17:52:30.220Z | at ./src/runtime/context/runtime.rs:65:16 |
1426 | 2024-08-12T17:52:30.220Z | 23: tokio::runtime::scheduler::current_thread::CurrentThread::block_on |
1427 | 2024-08-12T17:52:30.220Z | at ./src/runtime/scheduler/current_thread/mod.rs:168:9 |
1428 | 2024-08-12T17:52:30.220Z | 24: tokio::runtime::runtime::Runtime::block_on_inner |
1429 | 2024-08-12T17:52:30.220Z | at ./src/runtime/runtime.rs:361:47 |
1430 | 2024-08-12T17:52:30.220Z | 25: tokio::runtime::runtime::Runtime::block_on |
1431 | 2024-08-12T17:52:30.220Z | at ./src/runtime/runtime.rs:335:13 |
1432 | 2024-08-12T17:52:30.220Z | 26: net_unix_pipe::anon_pipe_spawn_echo |
1433 | 2024-08-12T17:52:30.220Z | at ./tests/net_unix_pipe.rs:485:5 |
1434 | 2024-08-12T17:52:30.220Z | 27: net_unix_pipe::anon_pipe_spawn_echo::{{closure}} |
1435 | 2024-08-12T17:52:30.220Z | at ./tests/net_unix_pipe.rs:460:36 |
1436 | 2024-08-12T17:52:30.220Z | 28: core::ops::function::FnOnce::call_once |
1437 | 2024-08-12T17:52:30.220Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
1438 | 2024-08-12T17:52:30.220Z | 29: core::ops::function::FnOnce::call_once |
1439 | 2024-08-12T17:52:30.220Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
1440 | 2024-08-12T17:52:30.220Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
1441 | 2024-08-12T17:52:30.220Z | |
1442 | 2024-08-12T17:52:30.220Z | Canceling due to test failure: 7 tests still running |
1443 | 2024-08-12T17:52:30.220Z | PASS [ 0.017s] tokio::net_unix_pipe from_file |
1444 | 2024-08-12T17:52:30.220Z | PASS [ 0.015s] tokio::net_unix_pipe from_file_detects_not_a_fifo |
1445 | 2024-08-12T17:52:30.490Z | PASS [ 2.584s] tokio::io_read_to_end read_to_end_doesnt_grow_with_capacity |
1446 | 2024-08-12T17:52:36.537Z | PASS [ 10.312s] tokio runtime::tests::task_combinations::test_combinations |
1447 | 2024-08-12T17:52:50.846Z | PASS [ 24.932s] tests-build::macros compile_fail_full |
1448 | 2024-08-12T17:53:26.224Z | SLOW [> 60.000s] tokio runtime::tests::queue::stress1 |
1449 | 2024-08-12T17:53:26.849Z | SLOW [> 60.000s] tokio::io_async_fd poll_fns |
1450 | 2024-08-12T17:53:26.917Z | SLOW [> 60.000s] tokio::io_async_fd reset_writable |
1451 | 2024-08-12T17:54:01.760Z | PASS [ 95.541s] tokio runtime::tests::queue::stress1 |
1452 | 2024-08-12T17:54:26.851Z | SLOW [>120.000s] tokio::io_async_fd poll_fns |
1453 | 2024-08-12T17:54:26.917Z | SLOW [>120.000s] tokio::io_async_fd reset_writable |
1454 | 2024-08-12T17:55:26.853Z | SLOW [>180.000s] tokio::io_async_fd poll_fns |
1455 | 2024-08-12T17:55:26.919Z | SLOW [>180.000s] tokio::io_async_fd reset_writable |
1456 | 2024-08-12T17:56:26.856Z | SLOW [>240.000s] tokio::io_async_fd poll_fns |
1457 | 2024-08-12T17:56:26.920Z | SLOW [>240.000s] tokio::io_async_fd reset_writable |
1458 | 2024-08-12T17:57:26.857Z | SLOW [>300.000s] tokio::io_async_fd poll_fns |
1459 | 2024-08-12T17:57:26.920Z | SLOW [>300.000s] tokio::io_async_fd reset_writable |
1460 | 2024-08-12T17:58:26.860Z | SLOW [>360.000s] tokio::io_async_fd poll_fns |
1461 | 2024-08-12T17:58:26.947Z | SLOW [>360.000s] tokio::io_async_fd reset_writable |
1462 | 2024-08-12T17:59:26.861Z | SLOW [>420.000s] tokio::io_async_fd poll_fns |
1463 | 2024-08-12T17:59:26.922Z | SLOW [>420.000s] tokio::io_async_fd reset_writable |
1464 | 2024-08-12T18:00:26.864Z | SLOW [>480.000s] tokio::io_async_fd poll_fns |
1465 | 2024-08-12T18:00:26.923Z | SLOW [>480.000s] tokio::io_async_fd reset_writable |
1466 | 2024-08-12T18:01:26.866Z | SLOW [>540.000s] tokio::io_async_fd poll_fns |
1467 | 2024-08-12T18:01:26.925Z | SLOW [>540.000s] tokio::io_async_fd reset_writable |
1468 | 2024-08-12T18:02:26.867Z | SLOW [>600.000s] tokio::io_async_fd poll_fns |
1469 | 2024-08-12T18:02:26.925Z | SLOW [>600.000s] tokio::io_async_fd reset_writable |
1470 | 2024-08-12T18:03:26.869Z | SLOW [>660.000s] tokio::io_async_fd poll_fns |
1471 | 2024-08-12T18:03:26.925Z | SLOW [>660.000s] tokio::io_async_fd reset_writable |
1472 | 2024-08-12T18:04:26.872Z | SLOW [>720.000s] tokio::io_async_fd poll_fns |
1473 | 2024-08-12T18:04:26.927Z | SLOW [>720.000s] tokio::io_async_fd reset_writable |
1474 | 2024-08-12T18:05:26.874Z | SLOW [>780.000s] tokio::io_async_fd poll_fns |
1475 | 2024-08-12T18:05:26.927Z | SLOW [>780.000s] tokio::io_async_fd reset_writable |
1476 | 2024-08-12T18:06:26.876Z | SLOW [>840.000s] tokio::io_async_fd poll_fns |
1477 | 2024-08-12T18:06:26.928Z | SLOW [>840.000s] tokio::io_async_fd reset_writable |
1478 | 2024-08-12T18:07:26.878Z | SLOW [>900.000s] tokio::io_async_fd poll_fns |
1479 | 2024-08-12T18:07:26.930Z | SLOW [>900.000s] tokio::io_async_fd reset_writable |
1480 | 2024-08-12T18:08:26.881Z | SLOW [>960.000s] tokio::io_async_fd poll_fns |
1481 | 2024-08-12T18:08:26.932Z | SLOW [>960.000s] tokio::io_async_fd reset_writable |
1482 | 2024-08-12T18:09:26.882Z | SLOW [>1020.000s] tokio::io_async_fd poll_fns |
1483 | 2024-08-12T18:09:26.932Z | SLOW [>1020.000s] tokio::io_async_fd reset_writable |
1484 | 2024-08-12T18:10:26.884Z | SLOW [>1080.000s] tokio::io_async_fd poll_fns |
1485 | 2024-08-12T18:10:26.938Z | SLOW [>1080.000s] tokio::io_async_fd reset_writable |
1486 | 2024-08-12T18:11:26.886Z | SLOW [>1140.000s] tokio::io_async_fd poll_fns |
1487 | 2024-08-12T18:11:26.934Z | SLOW [>1140.000s] tokio::io_async_fd reset_writable |
1488 | 2024-08-12T18:12:26.888Z | SLOW [>1200.000s] tokio::io_async_fd poll_fns |
1489 | 2024-08-12T18:12:26.936Z | SLOW [>1200.000s] tokio::io_async_fd reset_writable |
1490 | 2024-08-12T18:13:26.889Z | SLOW [>1260.000s] tokio::io_async_fd poll_fns |
1491 | 2024-08-12T18:13:26.938Z | SLOW [>1260.000s] tokio::io_async_fd reset_writable |
1492 | 2024-08-12T18:14:26.891Z | SLOW [>1320.000s] tokio::io_async_fd poll_fns |
1493 | 2024-08-12T18:14:26.940Z | SLOW [>1320.000s] tokio::io_async_fd reset_writable |
1494 | 2024-08-12T18:15:26.893Z | SLOW [>1380.000s] tokio::io_async_fd poll_fns |
1495 | 2024-08-12T18:15:26.943Z | SLOW [>1380.000s] tokio::io_async_fd reset_writable |
1496 | 2024-08-12T18:16:26.895Z | SLOW [>1440.000s] tokio::io_async_fd poll_fns |
1497 | 2024-08-12T18:16:26.945Z | SLOW [>1440.000s] tokio::io_async_fd reset_writable |
1498 | 2024-08-12T18:17:26.898Z | SLOW [>1500.000s] tokio::io_async_fd poll_fns |
1499 | 2024-08-12T18:17:26.947Z | SLOW [>1500.000s] tokio::io_async_fd reset_writable |
1500 | 2024-08-12T18:18:26.900Z | SLOW [>1560.000s] tokio::io_async_fd poll_fns |
1501 | 2024-08-12T18:18:26.949Z | SLOW [>1560.000s] tokio::io_async_fd reset_writable |
1502 | 2024-08-12T18:19:26.902Z | SLOW [>1620.000s] tokio::io_async_fd poll_fns |
1503 | 2024-08-12T18:19:26.952Z | SLOW [>1620.000s] tokio::io_async_fd reset_writable |
1504 | 2024-08-12T18:20:26.905Z | SLOW [>1680.000s] tokio::io_async_fd poll_fns |
1505 | 2024-08-12T18:20:26.954Z | SLOW [>1680.000s] tokio::io_async_fd reset_writable |
1506 | 2024-08-12T18:21:26.912Z | SLOW [>1740.000s] tokio::io_async_fd poll_fns |
1507 | 2024-08-12T18:21:26.961Z | SLOW [>1740.000s] tokio::io_async_fd reset_writable |
1508 | 2024-08-12T18:22:26.908Z | SLOW [>1800.000s] tokio::io_async_fd poll_fns |
1509 | 2024-08-12T18:22:26.959Z | SLOW [>1800.000s] tokio::io_async_fd reset_writable |
1510 | 2024-08-12T18:23:26.909Z | SLOW [>1860.000s] tokio::io_async_fd poll_fns |
1511 | 2024-08-12T18:23:26.960Z | SLOW [>1860.000s] tokio::io_async_fd reset_writable |
1512 | 2024-08-12T18:24:26.915Z | SLOW [>1920.000s] tokio::io_async_fd poll_fns |
1513 | 2024-08-12T18:24:26.961Z | SLOW [>1920.000s] tokio::io_async_fd reset_writable |
1514 | 2024-08-12T18:25:26.916Z | SLOW [>1980.000s] tokio::io_async_fd poll_fns |
1515 | 2024-08-12T18:25:26.964Z | SLOW [>1980.000s] tokio::io_async_fd reset_writable |
1516 | 2024-08-12T18:26:26.916Z | SLOW [>2040.000s] tokio::io_async_fd poll_fns |
1517 | 2024-08-12T18:26:26.966Z | SLOW [>2040.000s] tokio::io_async_fd reset_writable |
1518 | 2024-08-12T18:27:26.919Z | SLOW [>2100.000s] tokio::io_async_fd poll_fns |
1519 | 2024-08-12T18:27:26.968Z | SLOW [>2100.000s] tokio::io_async_fd reset_writable |
1520 | 2024-08-12T18:28:26.920Z | SLOW [>2160.000s] tokio::io_async_fd poll_fns |
1521 | 2024-08-12T18:28:26.970Z | SLOW [>2160.000s] tokio::io_async_fd reset_writable |
1522 | 2024-08-12T18:29:26.923Z | SLOW [>2220.000s] tokio::io_async_fd poll_fns |
1523 | 2024-08-12T18:29:26.972Z | SLOW [>2220.000s] tokio::io_async_fd reset_writable |
1524 | 2024-08-12T18:30:26.924Z | SLOW [>2280.000s] tokio::io_async_fd poll_fns |
1525 | 2024-08-12T18:30:26.974Z | SLOW [>2280.000s] tokio::io_async_fd reset_writable |
1526 | 2024-08-12T18:31:26.926Z | SLOW [>2340.000s] tokio::io_async_fd poll_fns |
1527 | 2024-08-12T18:31:26.977Z | SLOW [>2340.000s] tokio::io_async_fd reset_writable |
1528 | 2024-08-12T18:32:26.954Z | SLOW [>2400.000s] tokio::io_async_fd poll_fns |
1529 | 2024-08-12T18:32:26.980Z | SLOW [>2400.000s] tokio::io_async_fd reset_writable |
1530 | 2024-08-12T18:33:26.954Z | SLOW [>2460.000s] tokio::io_async_fd poll_fns |
1531 | 2024-08-12T18:33:26.980Z | SLOW [>2460.000s] tokio::io_async_fd reset_writable |
1532 | 2024-08-12T18:34:26.956Z | SLOW [>2520.000s] tokio::io_async_fd poll_fns |
1533 | 2024-08-12T18:34:26.983Z | SLOW [>2520.000s] tokio::io_async_fd reset_writable |
1534 | 2024-08-12T18:35:26.956Z | SLOW [>2580.000s] tokio::io_async_fd poll_fns |
1535 | 2024-08-12T18:35:26.984Z | SLOW [>2580.000s] tokio::io_async_fd reset_writable |
1536 | 2024-08-12T18:36:26.963Z | SLOW [>2640.000s] tokio::io_async_fd poll_fns |
1537 | 2024-08-12T18:36:26.989Z | SLOW [>2640.000s] tokio::io_async_fd reset_writable |
1538 | 2024-08-12T18:37:26.958Z | SLOW [>2700.000s] tokio::io_async_fd poll_fns |
1539 | 2024-08-12T18:37:26.989Z | SLOW [>2700.000s] tokio::io_async_fd reset_writable |
1540 | 2024-08-12T18:38:26.962Z | SLOW [>2760.000s] tokio::io_async_fd poll_fns |
1541 | 2024-08-12T18:38:26.992Z | SLOW [>2760.000s] tokio::io_async_fd reset_writable |
1542 | 2024-08-12T18:39:26.959Z | SLOW [>2820.000s] tokio::io_async_fd poll_fns |
1543 | 2024-08-12T18:39:26.993Z | SLOW [>2820.000s] tokio::io_async_fd reset_writable |
1544 | 2024-08-12T18:40:26.961Z | SLOW [>2880.000s] tokio::io_async_fd poll_fns |
1545 | 2024-08-12T18:40:26.995Z | SLOW [>2880.000s] tokio::io_async_fd reset_writable |
1546 | 2024-08-12T18:41:26.962Z | SLOW [>2940.000s] tokio::io_async_fd poll_fns |
1547 | 2024-08-12T18:41:26.998Z | SLOW [>2940.000s] tokio::io_async_fd reset_writable |
1548 | 2024-08-12T18:42:26.964Z | SLOW [>3000.000s] tokio::io_async_fd poll_fns |
1549 | 2024-08-12T18:42:27.000Z | SLOW [>3000.000s] tokio::io_async_fd reset_writable |
1550 | 2024-08-12T18:43:26.964Z | SLOW [>3060.000s] tokio::io_async_fd poll_fns |
1551 | 2024-08-12T18:43:27.002Z | SLOW [>3060.000s] tokio::io_async_fd reset_writable |
1552 | 2024-08-12T18:44:26.970Z | SLOW [>3120.000s] tokio::io_async_fd poll_fns |
1553 | 2024-08-12T18:44:27.004Z | SLOW [>3120.000s] tokio::io_async_fd reset_writable |
1554 | 2024-08-12T18:45:26.965Z | SLOW [>3180.000s] tokio::io_async_fd poll_fns |
1555 | 2024-08-12T18:45:27.006Z | SLOW [>3180.000s] tokio::io_async_fd reset_writable |
1556 | 2024-08-12T18:46:26.966Z | SLOW [>3240.000s] tokio::io_async_fd poll_fns |
1557 | 2024-08-12T18:46:27.008Z | SLOW [>3240.000s] tokio::io_async_fd reset_writable |
1558 | 2024-08-12T18:47:26.967Z | SLOW [>3300.000s] tokio::io_async_fd poll_fns |
1559 | 2024-08-12T18:47:27.011Z | SLOW [>3300.000s] tokio::io_async_fd reset_writable |
1560 | 2024-08-12T18:48:26.968Z | SLOW [>3360.000s] tokio::io_async_fd poll_fns |
1561 | 2024-08-12T18:48:27.013Z | SLOW [>3360.000s] tokio::io_async_fd reset_writable |
1562 | 2024-08-12T18:49:26.968Z | SLOW [>3420.000s] tokio::io_async_fd poll_fns |
1563 | 2024-08-12T18:49:27.014Z | SLOW [>3420.000s] tokio::io_async_fd reset_writable |
1564 | 2024-08-12T18:50:26.970Z | SLOW [>3480.000s] tokio::io_async_fd poll_fns |
1565 | 2024-08-12T18:50:27.017Z | SLOW [>3480.000s] tokio::io_async_fd reset_writable |
1566 | 2024-08-12T18:51:26.970Z | SLOW [>3540.000s] tokio::io_async_fd poll_fns |
1567 | 2024-08-12T18:51:27.018Z | SLOW [>3540.000s] tokio::io_async_fd reset_writable |
1568 | 2024-08-12T18:52:26.972Z | SLOW [>3600.000s] tokio::io_async_fd poll_fns |
1569 | 2024-08-12T18:52:27.021Z | SLOW [>3600.000s] tokio::io_async_fd reset_writable |
1570 | 2024-08-12T18:53:27.248Z | SLOW [>3660.000s] tokio::io_async_fd poll_fns |
1571 | 2024-08-12T18:53:27.248Z | SLOW [>3660.000s] tokio::io_async_fd reset_writable |
1572 | 2024-08-12T18:54:26.977Z | SLOW [>3720.000s] tokio::io_async_fd poll_fns |
1573 | 2024-08-12T18:54:27.025Z | SLOW [>3720.000s] tokio::io_async_fd reset_writable |
1574 | 2024-08-12T18:55:26.978Z | SLOW [>3780.000s] tokio::io_async_fd poll_fns |
1575 | 2024-08-12T18:55:27.028Z | SLOW [>3780.000s] tokio::io_async_fd reset_writable |
1576 | 2024-08-12T18:56:26.979Z | SLOW [>3840.000s] tokio::io_async_fd poll_fns |
1577 | 2024-08-12T18:56:27.030Z | SLOW [>3840.000s] tokio::io_async_fd reset_writable |
1578 | 2024-08-12T18:57:26.983Z | SLOW [>3900.000s] tokio::io_async_fd poll_fns |
1579 | 2024-08-12T18:57:27.031Z | SLOW [>3900.000s] tokio::io_async_fd reset_writable |
1580 | 2024-08-12T18:58:26.983Z | SLOW [>3960.000s] tokio::io_async_fd poll_fns |
1581 | 2024-08-12T18:58:27.034Z | SLOW [>3960.000s] tokio::io_async_fd reset_writable |
1582 | 2024-08-12T18:59:26.986Z | SLOW [>4020.000s] tokio::io_async_fd poll_fns |
1583 | 2024-08-12T18:59:27.037Z | SLOW [>4020.000s] tokio::io_async_fd reset_writable |
1584 | 2024-08-12T19:00:26.988Z | SLOW [>4080.000s] tokio::io_async_fd poll_fns |
1585 | 2024-08-12T19:00:27.037Z | SLOW [>4080.000s] tokio::io_async_fd reset_writable |
1586 | 2024-08-12T19:01:26.990Z | SLOW [>4140.000s] tokio::io_async_fd poll_fns |
1587 | 2024-08-12T19:01:27.040Z | SLOW [>4140.000s] tokio::io_async_fd reset_writable |
1588 | 2024-08-12T19:02:26.991Z | SLOW [>4200.000s] tokio::io_async_fd poll_fns |
1589 | 2024-08-12T19:02:27.041Z | SLOW [>4200.000s] tokio::io_async_fd reset_writable |
1590 | 2024-08-12T19:03:26.993Z | SLOW [>4260.000s] tokio::io_async_fd poll_fns |
1591 | 2024-08-12T19:03:27.043Z | SLOW [>4260.000s] tokio::io_async_fd reset_writable |
1592 | 2024-08-12T19:04:26.995Z | SLOW [>4320.000s] tokio::io_async_fd poll_fns |
1593 | 2024-08-12T19:04:27.045Z | SLOW [>4320.000s] tokio::io_async_fd reset_writable |
1594 | 2024-08-12T19:05:26.998Z | SLOW [>4380.000s] tokio::io_async_fd poll_fns |
1595 | 2024-08-12T19:05:27.048Z | SLOW [>4380.000s] tokio::io_async_fd reset_writable |
1596 | 2024-08-12T19:06:26.999Z | SLOW [>4440.000s] tokio::io_async_fd poll_fns |
1597 | 2024-08-12T19:06:27.050Z | SLOW [>4440.000s] tokio::io_async_fd reset_writable |
1598 | 2024-08-12T19:07:27.001Z | SLOW [>4500.000s] tokio::io_async_fd poll_fns |
1599 | 2024-08-12T19:07:27.052Z | SLOW [>4500.000s] tokio::io_async_fd reset_writable |
1600 | 2024-08-12T19:08:27.003Z | SLOW [>4560.000s] tokio::io_async_fd poll_fns |
1601 | 2024-08-12T19:08:27.053Z | SLOW [>4560.000s] tokio::io_async_fd reset_writable |
1602 | 2024-08-12T19:09:27.005Z | SLOW [>4620.000s] tokio::io_async_fd poll_fns |
1603 | 2024-08-12T19:09:27.056Z | SLOW [>4620.000s] tokio::io_async_fd reset_writable |
1604 | 2024-08-12T19:10:27.006Z | SLOW [>4680.000s] tokio::io_async_fd poll_fns |
1605 | 2024-08-12T19:10:27.058Z | SLOW [>4680.000s] tokio::io_async_fd reset_writable |
1606 | 2024-08-12T19:11:27.008Z | SLOW [>4740.000s] tokio::io_async_fd poll_fns |
1607 | 2024-08-12T19:11:27.060Z | SLOW [>4740.000s] tokio::io_async_fd reset_writable |
1608 | 2024-08-12T19:12:27.010Z | SLOW [>4800.000s] tokio::io_async_fd poll_fns |
1609 | 2024-08-12T19:12:27.062Z | SLOW [>4800.000s] tokio::io_async_fd reset_writable |
1610 | 2024-08-12T19:13:27.012Z | SLOW [>4860.000s] tokio::io_async_fd poll_fns |
1611 | 2024-08-12T19:13:27.063Z | SLOW [>4860.000s] tokio::io_async_fd reset_writable |
1612 | 2024-08-12T19:14:27.015Z | SLOW [>4920.000s] tokio::io_async_fd poll_fns |
1613 | 2024-08-12T19:14:27.064Z | SLOW [>4920.000s] tokio::io_async_fd reset_writable |
1614 | 2024-08-12T19:15:27.016Z | SLOW [>4980.000s] tokio::io_async_fd poll_fns |
1615 | 2024-08-12T19:15:27.067Z | SLOW [>4980.000s] tokio::io_async_fd reset_writable |
1616 | 2024-08-12T19:16:27.021Z | SLOW [>5040.000s] tokio::io_async_fd poll_fns |
1617 | 2024-08-12T19:16:27.069Z | SLOW [>5040.000s] tokio::io_async_fd reset_writable |
1618 | 2024-08-12T19:17:27.021Z | SLOW [>5100.000s] tokio::io_async_fd poll_fns |
1619 | 2024-08-12T19:17:27.071Z | SLOW [>5100.000s] tokio::io_async_fd reset_writable |
1620 | 2024-08-12T19:18:27.022Z | SLOW [>5160.000s] tokio::io_async_fd poll_fns |
1621 | 2024-08-12T19:18:27.073Z | SLOW [>5160.000s] tokio::io_async_fd reset_writable |
1622 | 2024-08-12T19:19:27.025Z | SLOW [>5220.000s] tokio::io_async_fd poll_fns |
1623 | 2024-08-12T19:19:27.075Z | SLOW [>5220.000s] tokio::io_async_fd reset_writable |
1624 | 2024-08-12T19:20:27.027Z | SLOW [>5280.000s] tokio::io_async_fd poll_fns |
1625 | 2024-08-12T19:20:27.077Z | SLOW [>5280.000s] tokio::io_async_fd reset_writable |
1626 | 2024-08-12T19:21:27.030Z | SLOW [>5340.000s] tokio::io_async_fd poll_fns |
1627 | 2024-08-12T19:21:27.078Z | SLOW [>5340.000s] tokio::io_async_fd reset_writable |
1628 | 2024-08-12T19:22:27.030Z | SLOW [>5400.000s] tokio::io_async_fd poll_fns |
1629 | 2024-08-12T19:22:27.081Z | SLOW [>5400.000s] tokio::io_async_fd reset_writable |
1630 | 2024-08-12T19:23:27.032Z | SLOW [>5460.000s] tokio::io_async_fd poll_fns |
1631 | 2024-08-12T19:23:27.082Z | SLOW [>5460.000s] tokio::io_async_fd reset_writable |
1632 | 2024-08-12T19:24:27.035Z | SLOW [>5520.000s] tokio::io_async_fd poll_fns |
1633 | 2024-08-12T19:24:27.085Z | SLOW [>5520.000s] tokio::io_async_fd reset_writable |
1634 | 2024-08-12T19:25:27.036Z | SLOW [>5580.000s] tokio::io_async_fd poll_fns |
1635 | 2024-08-12T19:25:27.087Z | SLOW [>5580.000s] tokio::io_async_fd reset_writable |
1636 | 2024-08-12T19:26:27.039Z | SLOW [>5640.000s] tokio::io_async_fd poll_fns |
1637 | 2024-08-12T19:26:27.089Z | SLOW [>5640.000s] tokio::io_async_fd reset_writable |
1638 | 2024-08-12T19:27:27.041Z | SLOW [>5700.000s] tokio::io_async_fd poll_fns |
1639 | 2024-08-12T19:27:27.091Z | SLOW [>5700.000s] tokio::io_async_fd reset_writable |
1640 | 2024-08-12T19:28:27.043Z | SLOW [>5760.000s] tokio::io_async_fd poll_fns |
1641 | 2024-08-12T19:28:27.093Z | SLOW [>5760.000s] tokio::io_async_fd reset_writable |
1642 | 2024-08-12T19:29:27.045Z | SLOW [>5820.000s] tokio::io_async_fd poll_fns |
1643 | 2024-08-12T19:29:27.095Z | SLOW [>5820.000s] tokio::io_async_fd reset_writable |
1644 | 2024-08-12T19:30:27.048Z | SLOW [>5880.000s] tokio::io_async_fd poll_fns |
1645 | 2024-08-12T19:30:27.097Z | SLOW [>5880.000s] tokio::io_async_fd reset_writable |
1646 | 2024-08-12T19:31:27.049Z | SLOW [>5940.000s] tokio::io_async_fd poll_fns |
1647 | 2024-08-12T19:31:27.099Z | SLOW [>5940.000s] tokio::io_async_fd reset_writable |
1648 | 2024-08-12T19:32:27.052Z | SLOW [>6000.000s] tokio::io_async_fd poll_fns |
1649 | 2024-08-12T19:32:27.101Z | SLOW [>6000.000s] tokio::io_async_fd reset_writable |
1650 | 2024-08-12T19:33:27.054Z | SLOW [>6060.000s] tokio::io_async_fd poll_fns |
1651 | 2024-08-12T19:33:27.104Z | SLOW [>6060.000s] tokio::io_async_fd reset_writable |
1652 | 2024-08-12T19:34:27.055Z | SLOW [>6120.000s] tokio::io_async_fd poll_fns |
1653 | 2024-08-12T19:34:27.105Z | SLOW [>6120.000s] tokio::io_async_fd reset_writable |
1654 | 2024-08-12T19:35:27.065Z | SLOW [>6180.000s] tokio::io_async_fd poll_fns |
1655 | 2024-08-12T19:35:27.107Z | SLOW [>6180.000s] tokio::io_async_fd reset_writable |
1656 | 2024-08-12T19:36:27.059Z | SLOW [>6240.000s] tokio::io_async_fd poll_fns |
1657 | 2024-08-12T19:36:27.109Z | SLOW [>6240.000s] tokio::io_async_fd reset_writable |
1658 | 2024-08-12T19:37:27.062Z | SLOW [>6300.000s] tokio::io_async_fd poll_fns |
1659 | 2024-08-12T19:37:27.111Z | SLOW [>6300.000s] tokio::io_async_fd reset_writable |
1660 | 2024-08-12T19:38:27.063Z | SLOW [>6360.000s] tokio::io_async_fd poll_fns |
1661 | 2024-08-12T19:38:27.113Z | SLOW [>6360.000s] tokio::io_async_fd reset_writable |
1662 | 2024-08-12T19:39:27.065Z | SLOW [>6420.000s] tokio::io_async_fd poll_fns |
1663 | 2024-08-12T19:39:27.115Z | SLOW [>6420.000s] tokio::io_async_fd reset_writable |
1664 | 2024-08-12T19:40:27.068Z | SLOW [>6480.000s] tokio::io_async_fd poll_fns |
1665 | 2024-08-12T19:40:27.116Z | SLOW [>6480.000s] tokio::io_async_fd reset_writable |
1666 | 2024-08-12T19:41:27.070Z | SLOW [>6540.000s] tokio::io_async_fd poll_fns |
1667 | 2024-08-12T19:41:27.119Z | SLOW [>6540.000s] tokio::io_async_fd reset_writable |
1668 | 2024-08-12T19:42:27.071Z | SLOW [>6600.000s] tokio::io_async_fd poll_fns |
1669 | 2024-08-12T19:42:27.121Z | SLOW [>6600.000s] tokio::io_async_fd reset_writable |
1670 | 2024-08-12T19:43:27.074Z | SLOW [>6660.000s] tokio::io_async_fd poll_fns |
1671 | 2024-08-12T19:43:27.124Z | SLOW [>6660.000s] tokio::io_async_fd reset_writable |
1672 | 2024-08-12T19:44:27.076Z | SLOW [>6720.000s] tokio::io_async_fd poll_fns |
1673 | 2024-08-12T19:44:27.126Z | SLOW [>6720.000s] tokio::io_async_fd reset_writable |
1674 | 2024-08-12T19:45:27.077Z | SLOW [>6780.000s] tokio::io_async_fd poll_fns |
1675 | 2024-08-12T19:45:27.127Z | SLOW [>6780.000s] tokio::io_async_fd reset_writable |
1676 | 2024-08-12T19:46:27.080Z | SLOW [>6840.000s] tokio::io_async_fd poll_fns |
1677 | 2024-08-12T19:46:27.129Z | SLOW [>6840.000s] tokio::io_async_fd reset_writable |
1678 | 2024-08-12T19:47:27.081Z | SLOW [>6900.000s] tokio::io_async_fd poll_fns |
1679 | 2024-08-12T19:47:27.131Z | SLOW [>6900.000s] tokio::io_async_fd reset_writable |
1680 | 2024-08-12T19:48:27.084Z | SLOW [>6960.000s] tokio::io_async_fd poll_fns |
1681 | 2024-08-12T19:48:27.133Z | SLOW [>6960.000s] tokio::io_async_fd reset_writable |
1682 | 2024-08-12T19:49:27.086Z | SLOW [>7020.000s] tokio::io_async_fd poll_fns |
1683 | 2024-08-12T19:49:27.136Z | SLOW [>7020.000s] tokio::io_async_fd reset_writable |
1684 | 2024-08-12T19:50:27.087Z | SLOW [>7080.000s] tokio::io_async_fd poll_fns |
1685 | 2024-08-12T19:50:27.138Z | SLOW [>7080.000s] tokio::io_async_fd reset_writable |
1686 | 2024-08-12T19:51:27.089Z | SLOW [>7140.000s] tokio::io_async_fd poll_fns |
1687 | 2024-08-12T19:51:27.140Z | SLOW [>7140.000s] tokio::io_async_fd reset_writable |
1688 | 2024-08-12T19:52:27.091Z | SLOW [>7200.000s] tokio::io_async_fd poll_fns |
1689 | 2024-08-12T19:52:27.142Z | SLOW [>7200.000s] tokio::io_async_fd reset_writable |
1690 | 2024-08-12T19:53:27.093Z | SLOW [>7260.000s] tokio::io_async_fd poll_fns |
1691 | 2024-08-12T19:53:27.144Z | SLOW [>7260.000s] tokio::io_async_fd reset_writable |
1692 | 2024-08-12T19:54:27.095Z | SLOW [>7320.000s] tokio::io_async_fd poll_fns |
1693 | 2024-08-12T19:54:27.145Z | SLOW [>7320.000s] tokio::io_async_fd reset_writable |
1694 | 2024-08-12T19:55:27.097Z | SLOW [>7380.000s] tokio::io_async_fd poll_fns |
1695 | 2024-08-12T19:55:27.148Z | SLOW [>7380.000s] tokio::io_async_fd reset_writable |
1696 | 2024-08-12T19:56:27.098Z | SLOW [>7440.000s] tokio::io_async_fd poll_fns |
1697 | 2024-08-12T19:56:27.278Z | SLOW [>7440.000s] tokio::io_async_fd reset_writable |
1698 | 2024-08-12T19:57:27.101Z | SLOW [>7500.000s] tokio::io_async_fd poll_fns |
1699 | 2024-08-12T19:57:27.151Z | SLOW [>7500.000s] tokio::io_async_fd reset_writable |
1700 | 2024-08-12T19:58:27.103Z | SLOW [>7560.000s] tokio::io_async_fd poll_fns |
1701 | 2024-08-12T19:58:27.154Z | SLOW [>7560.000s] tokio::io_async_fd reset_writable |
1702 | 2024-08-12T19:59:27.104Z | SLOW [>7620.000s] tokio::io_async_fd poll_fns |
1703 | 2024-08-12T19:59:27.155Z | SLOW [>7620.000s] tokio::io_async_fd reset_writable |
1704 | 2024-08-12T20:00:27.107Z | SLOW [>7680.000s] tokio::io_async_fd poll_fns |
1705 | 2024-08-12T20:00:27.158Z | SLOW [>7680.000s] tokio::io_async_fd reset_writable |
1706 | 2024-08-12T20:01:27.108Z | SLOW [>7740.000s] tokio::io_async_fd poll_fns |
1707 | 2024-08-12T20:01:27.161Z | SLOW [>7740.000s] tokio::io_async_fd reset_writable |
1708 | 2024-08-12T20:02:27.111Z | SLOW [>7800.000s] tokio::io_async_fd poll_fns |
1709 | 2024-08-12T20:02:27.162Z | SLOW [>7800.000s] tokio::io_async_fd reset_writable |
1710 | 2024-08-12T20:03:27.113Z | SLOW [>7860.000s] tokio::io_async_fd poll_fns |
1711 | 2024-08-12T20:03:27.164Z | SLOW [>7860.000s] tokio::io_async_fd reset_writable |
1712 | 2024-08-12T20:04:27.115Z | SLOW [>7920.000s] tokio::io_async_fd poll_fns |
1713 | 2024-08-12T20:04:27.167Z | SLOW [>7920.000s] tokio::io_async_fd reset_writable |
1714 | 2024-08-12T20:05:27.117Z | SLOW [>7980.000s] tokio::io_async_fd poll_fns |
1715 | 2024-08-12T20:05:27.169Z | SLOW [>7980.000s] tokio::io_async_fd reset_writable |
1716 | 2024-08-12T20:06:27.119Z | SLOW [>8040.000s] tokio::io_async_fd poll_fns |
1717 | 2024-08-12T20:06:27.171Z | SLOW [>8040.000s] tokio::io_async_fd reset_writable |
1718 | 2024-08-12T20:07:27.121Z | SLOW [>8100.000s] tokio::io_async_fd poll_fns |
1719 | 2024-08-12T20:07:27.173Z | SLOW [>8100.000s] tokio::io_async_fd reset_writable |
1720 | 2024-08-12T20:08:27.123Z | SLOW [>8160.000s] tokio::io_async_fd poll_fns |
1721 | 2024-08-12T20:08:27.175Z | SLOW [>8160.000s] tokio::io_async_fd reset_writable |
1722 | 2024-08-12T20:09:27.125Z | SLOW [>8220.000s] tokio::io_async_fd poll_fns |
1723 | 2024-08-12T20:09:27.179Z | SLOW [>8220.000s] tokio::io_async_fd reset_writable |
1724 | 2024-08-12T20:10:27.127Z | SLOW [>8280.000s] tokio::io_async_fd poll_fns |
1725 | 2024-08-12T20:10:27.179Z | SLOW [>8280.000s] tokio::io_async_fd reset_writable |
1726 | 2024-08-12T20:11:27.129Z | SLOW [>8340.000s] tokio::io_async_fd poll_fns |
1727 | 2024-08-12T20:11:27.181Z | SLOW [>8340.000s] tokio::io_async_fd reset_writable |
1728 | 2024-08-12T20:12:27.131Z | SLOW [>8400.000s] tokio::io_async_fd poll_fns |
1729 | 2024-08-12T20:12:27.184Z | SLOW [>8400.000s] tokio::io_async_fd reset_writable |
1730 | 2024-08-12T20:13:27.132Z | SLOW [>8460.000s] tokio::io_async_fd poll_fns |
1731 | 2024-08-12T20:13:27.185Z | SLOW [>8460.000s] tokio::io_async_fd reset_writable |
1732 | 2024-08-12T20:14:27.135Z | SLOW [>8520.000s] tokio::io_async_fd poll_fns |
1733 | 2024-08-12T20:14:27.187Z | SLOW [>8520.000s] tokio::io_async_fd reset_writable |
1734 | 2024-08-12T20:15:27.137Z | SLOW [>8580.000s] tokio::io_async_fd poll_fns |
1735 | 2024-08-12T20:15:27.190Z | SLOW [>8580.000s] tokio::io_async_fd reset_writable |
1736 | 2024-08-12T20:16:27.139Z | SLOW [>8640.000s] tokio::io_async_fd poll_fns |
1737 | 2024-08-12T20:16:27.192Z | SLOW [>8640.000s] tokio::io_async_fd reset_writable |
1738 | 2024-08-12T20:17:27.141Z | SLOW [>8700.000s] tokio::io_async_fd poll_fns |
1739 | 2024-08-12T20:17:27.194Z | SLOW [>8700.000s] tokio::io_async_fd reset_writable |
1740 | 2024-08-12T20:18:27.143Z | SLOW [>8760.000s] tokio::io_async_fd poll_fns |
1741 | 2024-08-12T20:18:27.196Z | SLOW [>8760.000s] tokio::io_async_fd reset_writable |
1742 | 2024-08-12T20:19:27.145Z | SLOW [>8820.000s] tokio::io_async_fd poll_fns |
1743 | 2024-08-12T20:19:27.198Z | SLOW [>8820.000s] tokio::io_async_fd reset_writable |
1744 | 2024-08-12T20:20:27.147Z | SLOW [>8880.000s] tokio::io_async_fd poll_fns |
1745 | 2024-08-12T20:20:27.200Z | SLOW [>8880.000s] tokio::io_async_fd reset_writable |
1746 | 2024-08-12T20:21:27.148Z | SLOW [>8940.000s] tokio::io_async_fd poll_fns |
1747 | 2024-08-12T20:21:27.202Z | SLOW [>8940.000s] tokio::io_async_fd reset_writable |
1748 | 2024-08-12T20:22:27.151Z | SLOW [>9000.000s] tokio::io_async_fd poll_fns |
1749 | 2024-08-12T20:22:27.205Z | SLOW [>9000.000s] tokio::io_async_fd reset_writable |
1750 | 2024-08-12T20:23:27.153Z | SLOW [>9060.000s] tokio::io_async_fd poll_fns |
1751 | 2024-08-12T20:23:27.207Z | SLOW [>9060.000s] tokio::io_async_fd reset_writable |
1752 | 2024-08-12T20:24:27.154Z | SLOW [>9120.000s] tokio::io_async_fd poll_fns |
1753 | 2024-08-12T20:24:27.208Z | SLOW [>9120.000s] tokio::io_async_fd reset_writable |
1754 | 2024-08-12T20:25:27.156Z | SLOW [>9180.000s] tokio::io_async_fd poll_fns |
1755 | 2024-08-12T20:25:27.210Z | SLOW [>9180.000s] tokio::io_async_fd reset_writable |
1756 | 2024-08-12T20:26:27.159Z | SLOW [>9240.000s] tokio::io_async_fd poll_fns |
1757 | 2024-08-12T20:26:27.213Z | SLOW [>9240.000s] tokio::io_async_fd reset_writable |
1758 | 2024-08-12T20:27:27.161Z | SLOW [>9300.000s] tokio::io_async_fd poll_fns |
1759 | 2024-08-12T20:27:27.214Z | SLOW [>9300.000s] tokio::io_async_fd reset_writable |
1760 | 2024-08-12T20:28:27.162Z | SLOW [>9360.000s] tokio::io_async_fd poll_fns |
1761 | 2024-08-12T20:28:27.217Z | SLOW [>9360.000s] tokio::io_async_fd reset_writable |
1762 | 2024-08-12T20:29:27.166Z | SLOW [>9420.000s] tokio::io_async_fd poll_fns |
1763 | 2024-08-12T20:29:27.219Z | SLOW [>9420.000s] tokio::io_async_fd reset_writable |
1764 | 2024-08-12T20:30:27.167Z | SLOW [>9480.000s] tokio::io_async_fd poll_fns |
1765 | 2024-08-12T20:30:27.220Z | SLOW [>9480.000s] tokio::io_async_fd reset_writable |
1766 | 2024-08-12T20:31:27.170Z | SLOW [>9540.000s] tokio::io_async_fd poll_fns |
1767 | 2024-08-12T20:31:27.223Z | SLOW [>9540.000s] tokio::io_async_fd reset_writable |
1768 | 2024-08-12T20:32:27.172Z | SLOW [>9600.000s] tokio::io_async_fd poll_fns |
1769 | 2024-08-12T20:32:27.225Z | SLOW [>9600.000s] tokio::io_async_fd reset_writable |
1770 | 2024-08-12T20:33:27.174Z | SLOW [>9660.000s] tokio::io_async_fd poll_fns |
1771 | 2024-08-12T20:33:27.227Z | SLOW [>9660.000s] tokio::io_async_fd reset_writable |
1772 | 2024-08-12T20:34:27.193Z | SLOW [>9720.000s] tokio::io_async_fd poll_fns |
1773 | 2024-08-12T20:34:27.234Z | SLOW [>9720.000s] tokio::io_async_fd reset_writable |
1774 | 2024-08-12T20:35:27.178Z | SLOW [>9780.000s] tokio::io_async_fd poll_fns |
1775 | 2024-08-12T20:35:27.231Z | SLOW [>9780.000s] tokio::io_async_fd reset_writable |
1776 | 2024-08-12T20:36:27.181Z | SLOW [>9840.000s] tokio::io_async_fd poll_fns |
1777 | 2024-08-12T20:36:27.233Z | SLOW [>9840.000s] tokio::io_async_fd reset_writable |
1778 | 2024-08-12T20:37:27.181Z | SLOW [>9900.000s] tokio::io_async_fd poll_fns |
1779 | 2024-08-12T20:37:27.235Z | SLOW [>9900.000s] tokio::io_async_fd reset_writable |
1780 | 2024-08-12T20:38:27.184Z | SLOW [>9960.000s] tokio::io_async_fd poll_fns |
1781 | 2024-08-12T20:38:27.237Z | SLOW [>9960.000s] tokio::io_async_fd reset_writable |
1782 | 2024-08-12T20:39:27.187Z | SLOW [>10020.000s] tokio::io_async_fd poll_fns |
1783 | 2024-08-12T20:39:27.240Z | SLOW [>10020.000s] tokio::io_async_fd reset_writable |
1784 | 2024-08-12T20:40:27.187Z | SLOW [>10080.000s] tokio::io_async_fd poll_fns |
1785 | 2024-08-12T20:40:27.241Z | SLOW [>10080.000s] tokio::io_async_fd reset_writable |
1786 | 2024-08-12T20:41:27.190Z | SLOW [>10140.000s] tokio::io_async_fd poll_fns |
1787 | 2024-08-12T20:41:27.244Z | SLOW [>10140.000s] tokio::io_async_fd reset_writable |
1788 | 2024-08-12T20:42:27.191Z | SLOW [>10200.000s] tokio::io_async_fd poll_fns |
1789 | 2024-08-12T20:42:27.247Z | SLOW [>10200.000s] tokio::io_async_fd reset_writable |
1790 | 2024-08-12T20:43:27.193Z | SLOW [>10260.000s] tokio::io_async_fd poll_fns |
1791 | 2024-08-12T20:43:27.248Z | SLOW [>10260.000s] tokio::io_async_fd reset_writable |
1792 | 2024-08-12T20:44:27.196Z | SLOW [>10320.000s] tokio::io_async_fd poll_fns |
1793 | 2024-08-12T20:44:27.250Z | SLOW [>10320.000s] tokio::io_async_fd reset_writable |
1794 | 2024-08-12T20:45:27.198Z | SLOW [>10380.000s] tokio::io_async_fd poll_fns |
1795 | 2024-08-12T20:45:27.252Z | SLOW [>10380.000s] tokio::io_async_fd reset_writable |
1796 | 2024-08-12T20:46:27.200Z | SLOW [>10440.000s] tokio::io_async_fd poll_fns |
1797 | 2024-08-12T20:46:27.254Z | SLOW [>10440.000s] tokio::io_async_fd reset_writable |
1798 | 2024-08-12T20:47:27.202Z | SLOW [>10500.000s] tokio::io_async_fd poll_fns |
1799 | 2024-08-12T20:47:27.255Z | SLOW [>10500.000s] tokio::io_async_fd reset_writable |
1800 | 2024-08-12T20:48:27.205Z | SLOW [>10560.000s] tokio::io_async_fd poll_fns |
1801 | 2024-08-12T20:48:27.259Z | SLOW [>10560.000s] tokio::io_async_fd reset_writable |
1802 | 2024-08-12T20:49:28.800Z | SLOW [>10620.000s] tokio::io_async_fd poll_fns |
1803 | 2024-08-12T20:49:28.800Z | SLOW [>10620.000s] tokio::io_async_fd reset_writable |
1804 | 2024-08-12T20:50:27.209Z | SLOW [>10680.000s] tokio::io_async_fd poll_fns |
1805 | 2024-08-12T20:50:27.261Z | SLOW [>10680.000s] tokio::io_async_fd reset_writable |
1806 | 2024-08-12T20:51:27.211Z | SLOW [>10740.000s] tokio::io_async_fd poll_fns |
1807 | 2024-08-12T20:51:27.264Z | SLOW [>10740.000s] tokio::io_async_fd reset_writable |
1808 | 2024-08-12T20:52:27.212Z | SLOW [>10800.000s] tokio::io_async_fd poll_fns |
1809 | 2024-08-12T20:52:27.267Z | SLOW [>10800.000s] tokio::io_async_fd reset_writable |
1810 | 2024-08-12T20:53:27.214Z | SLOW [>10860.000s] tokio::io_async_fd poll_fns |
1811 | 2024-08-12T20:53:27.267Z | SLOW [>10860.000s] tokio::io_async_fd reset_writable |
1812 | 2024-08-12T20:54:27.217Z | SLOW [>10920.000s] tokio::io_async_fd poll_fns |
1813 | 2024-08-12T20:54:27.268Z | SLOW [>10920.000s] tokio::io_async_fd reset_writable |
1814 | 2024-08-12T20:55:27.222Z | SLOW [>10980.000s] tokio::io_async_fd poll_fns |
1815 | 2024-08-12T20:55:27.271Z | SLOW [>10980.000s] tokio::io_async_fd reset_writable |
1816 | 2024-08-12T20:56:27.221Z | SLOW [>11040.000s] tokio::io_async_fd poll_fns |
1817 | 2024-08-12T20:56:27.273Z | SLOW [>11040.000s] tokio::io_async_fd reset_writable |
1818 | 2024-08-12T20:57:27.223Z | SLOW [>11100.000s] tokio::io_async_fd poll_fns |
1819 | 2024-08-12T20:57:27.274Z | SLOW [>11100.000s] tokio::io_async_fd reset_writable |
1820 | 2024-08-12T20:58:27.226Z | SLOW [>11160.000s] tokio::io_async_fd poll_fns |
1821 | 2024-08-12T20:58:27.277Z | SLOW [>11160.000s] tokio::io_async_fd reset_writable |
1822 | 2024-08-12T20:59:27.227Z | SLOW [>11220.000s] tokio::io_async_fd poll_fns |
1823 | 2024-08-12T20:59:27.279Z | SLOW [>11220.000s] tokio::io_async_fd reset_writable |
1824 | 2024-08-12T21:00:27.229Z | SLOW [>11280.000s] tokio::io_async_fd poll_fns |
1825 | 2024-08-12T21:00:27.281Z | SLOW [>11280.000s] tokio::io_async_fd reset_writable |
1826 | 2024-08-12T21:01:27.232Z | SLOW [>11340.000s] tokio::io_async_fd poll_fns |
1827 | 2024-08-12T21:01:27.282Z | SLOW [>11340.000s] tokio::io_async_fd reset_writable |
1828 | 2024-08-12T21:02:27.233Z | SLOW [>11400.000s] tokio::io_async_fd poll_fns |
1829 | 2024-08-12T21:02:27.284Z | SLOW [>11400.000s] tokio::io_async_fd reset_writable |
1830 | 2024-08-12T21:03:28.041Z | SLOW [>11460.000s] tokio::io_async_fd poll_fns |
1831 | 2024-08-12T21:03:28.041Z | SLOW [>11460.000s] tokio::io_async_fd reset_writable |
1832 | 2024-08-12T21:04:27.238Z | SLOW [>11520.000s] tokio::io_async_fd poll_fns |
1833 | 2024-08-12T21:04:27.289Z | SLOW [>11520.000s] tokio::io_async_fd reset_writable |
1834 | 2024-08-12T21:05:27.240Z | SLOW [>11580.000s] tokio::io_async_fd poll_fns |
1835 | 2024-08-12T21:05:27.292Z | SLOW [>11580.000s] tokio::io_async_fd reset_writable |
1836 | 2024-08-12T21:06:27.242Z | SLOW [>11640.000s] tokio::io_async_fd poll_fns |
1837 | 2024-08-12T21:06:27.292Z | SLOW [>11640.000s] tokio::io_async_fd reset_writable |
1838 | 2024-08-12T21:07:27.244Z | SLOW [>11700.000s] tokio::io_async_fd poll_fns |
1839 | 2024-08-12T21:07:27.295Z | SLOW [>11700.000s] tokio::io_async_fd reset_writable |
1840 | 2024-08-12T21:08:27.247Z | SLOW [>11760.000s] tokio::io_async_fd poll_fns |
1841 | 2024-08-12T21:08:27.297Z | SLOW [>11760.000s] tokio::io_async_fd reset_writable |
1842 | 2024-08-12T21:09:27.248Z | SLOW [>11820.000s] tokio::io_async_fd poll_fns |
1843 | 2024-08-12T21:09:27.299Z | SLOW [>11820.000s] tokio::io_async_fd reset_writable |
1844 | 2024-08-12T21:10:27.249Z | SLOW [>11880.000s] tokio::io_async_fd poll_fns |
1845 | 2024-08-12T21:10:27.300Z | SLOW [>11880.000s] tokio::io_async_fd reset_writable |
1846 | 2024-08-12T21:11:27.253Z | SLOW [>11940.000s] tokio::io_async_fd poll_fns |
1847 | 2024-08-12T21:11:27.303Z | SLOW [>11940.000s] tokio::io_async_fd reset_writable |
1848 | 2024-08-12T21:12:27.254Z | SLOW [>12000.000s] tokio::io_async_fd poll_fns |
1849 | 2024-08-12T21:12:27.306Z | SLOW [>12000.000s] tokio::io_async_fd reset_writable |
1850 | 2024-08-12T21:13:27.256Z | SLOW [>12060.000s] tokio::io_async_fd poll_fns |
1851 | 2024-08-12T21:13:27.307Z | SLOW [>12060.000s] tokio::io_async_fd reset_writable |
1852 | 2024-08-12T21:14:27.259Z | SLOW [>12120.000s] tokio::io_async_fd poll_fns |
1853 | 2024-08-12T21:14:27.310Z | SLOW [>12120.000s] tokio::io_async_fd reset_writable |
1854 | 2024-08-12T21:15:27.261Z | SLOW [>12180.000s] tokio::io_async_fd poll_fns |
1855 | 2024-08-12T21:15:27.311Z | SLOW [>12180.000s] tokio::io_async_fd reset_writable |
1856 | 2024-08-12T21:16:27.262Z | SLOW [>12240.000s] tokio::io_async_fd poll_fns |
1857 | 2024-08-12T21:16:27.314Z | SLOW [>12240.000s] tokio::io_async_fd reset_writable |
1858 | 2024-08-12T21:17:27.264Z | SLOW [>12300.000s] tokio::io_async_fd poll_fns |
1859 | 2024-08-12T21:17:27.314Z | SLOW [>12300.000s] tokio::io_async_fd reset_writable |
1860 | 2024-08-12T21:18:27.266Z | SLOW [>12360.000s] tokio::io_async_fd poll_fns |
1861 | 2024-08-12T21:18:27.318Z | SLOW [>12360.000s] tokio::io_async_fd reset_writable |
1862 | 2024-08-12T21:19:27.268Z | SLOW [>12420.000s] tokio::io_async_fd poll_fns |
1863 | 2024-08-12T21:19:27.318Z | SLOW [>12420.000s] tokio::io_async_fd reset_writable |
1864 | 2024-08-12T21:20:27.270Z | SLOW [>12480.000s] tokio::io_async_fd poll_fns |
1865 | 2024-08-12T21:20:27.321Z | SLOW [>12480.000s] tokio::io_async_fd reset_writable |
1866 | 2024-08-12T21:21:27.273Z | SLOW [>12540.000s] tokio::io_async_fd poll_fns |
1867 | 2024-08-12T21:21:27.323Z | SLOW [>12540.000s] tokio::io_async_fd reset_writable |
1868 | 2024-08-12T21:22:27.274Z | SLOW [>12600.000s] tokio::io_async_fd poll_fns |
1869 | 2024-08-12T21:22:27.325Z | SLOW [>12600.000s] tokio::io_async_fd reset_writable |
1870 | 2024-08-12T21:23:27.276Z | SLOW [>12660.000s] tokio::io_async_fd poll_fns |
1871 | 2024-08-12T21:23:27.326Z | SLOW [>12660.000s] tokio::io_async_fd reset_writable |
1872 | 2024-08-12T21:24:27.278Z | SLOW [>12720.000s] tokio::io_async_fd poll_fns |
1873 | 2024-08-12T21:24:27.329Z | SLOW [>12720.000s] tokio::io_async_fd reset_writable |
1874 | 2024-08-12T21:25:27.280Z | SLOW [>12780.000s] tokio::io_async_fd poll_fns |
1875 | 2024-08-12T21:25:27.330Z | SLOW [>12780.000s] tokio::io_async_fd reset_writable |
1876 | 2024-08-12T21:26:27.283Z | SLOW [>12840.000s] tokio::io_async_fd poll_fns |
1877 | 2024-08-12T21:26:27.333Z | SLOW [>12840.000s] tokio::io_async_fd reset_writable |
1878 | 2024-08-12T21:27:27.287Z | SLOW [>12900.000s] tokio::io_async_fd poll_fns |
1879 | 2024-08-12T21:27:27.334Z | SLOW [>12900.000s] tokio::io_async_fd reset_writable |
1880 | 2024-08-12T21:28:27.287Z | SLOW [>12960.000s] tokio::io_async_fd poll_fns |
1881 | 2024-08-12T21:28:27.337Z | SLOW [>12960.000s] tokio::io_async_fd reset_writable |
1882 | 2024-08-12T21:29:27.288Z | SLOW [>13020.000s] tokio::io_async_fd poll_fns |
1883 | 2024-08-12T21:29:27.339Z | SLOW [>13020.000s] tokio::io_async_fd reset_writable |
1884 | 2024-08-12T21:30:27.290Z | SLOW [>13080.000s] tokio::io_async_fd poll_fns |
1885 | 2024-08-12T21:30:27.341Z | SLOW [>13080.000s] tokio::io_async_fd reset_writable |
1886 | 2024-08-12T21:31:27.292Z | SLOW [>13140.000s] tokio::io_async_fd poll_fns |
1887 | 2024-08-12T21:31:27.343Z | SLOW [>13140.000s] tokio::io_async_fd reset_writable |
1888 | 2024-08-12T21:32:27.294Z | SLOW [>13200.000s] tokio::io_async_fd poll_fns |
1889 | 2024-08-12T21:32:27.345Z | SLOW [>13200.000s] tokio::io_async_fd reset_writable |
1890 | 2024-08-12T21:33:27.296Z | SLOW [>13260.000s] tokio::io_async_fd poll_fns |
1891 | 2024-08-12T21:33:27.346Z | SLOW [>13260.000s] tokio::io_async_fd reset_writable |
1892 | 2024-08-12T21:34:27.299Z | SLOW [>13320.000s] tokio::io_async_fd poll_fns |
1893 | 2024-08-12T21:34:27.349Z | SLOW [>13320.000s] tokio::io_async_fd reset_writable |
1894 | 2024-08-12T21:35:27.299Z | SLOW [>13380.000s] tokio::io_async_fd poll_fns |
1895 | 2024-08-12T21:35:27.351Z | SLOW [>13380.000s] tokio::io_async_fd reset_writable |
1896 | 2024-08-12T21:36:27.302Z | SLOW [>13440.000s] tokio::io_async_fd poll_fns |
1897 | 2024-08-12T21:36:27.353Z | SLOW [>13440.000s] tokio::io_async_fd reset_writable |
1898 | 2024-08-12T21:37:27.303Z | SLOW [>13500.000s] tokio::io_async_fd poll_fns |
1899 | 2024-08-12T21:37:27.355Z | SLOW [>13500.000s] tokio::io_async_fd reset_writable |
1900 | 2024-08-12T21:38:27.306Z | SLOW [>13560.000s] tokio::io_async_fd poll_fns |
1901 | 2024-08-12T21:38:27.357Z | SLOW [>13560.000s] tokio::io_async_fd reset_writable |
1902 | 2024-08-12T21:39:27.307Z | SLOW [>13620.000s] tokio::io_async_fd poll_fns |
1903 | 2024-08-12T21:39:27.359Z | SLOW [>13620.000s] tokio::io_async_fd reset_writable |
1904 | 2024-08-12T21:40:27.310Z | SLOW [>13680.000s] tokio::io_async_fd poll_fns |
1905 | 2024-08-12T21:40:27.361Z | SLOW [>13680.000s] tokio::io_async_fd reset_writable |
1906 | 2024-08-12T21:41:27.312Z | SLOW [>13740.000s] tokio::io_async_fd poll_fns |
1907 | 2024-08-12T21:41:27.364Z | SLOW [>13740.000s] tokio::io_async_fd reset_writable |
1908 | 2024-08-12T21:42:27.313Z | SLOW [>13800.000s] tokio::io_async_fd poll_fns |
1909 | 2024-08-12T21:42:27.365Z | SLOW [>13800.000s] tokio::io_async_fd reset_writable |
1910 | 2024-08-12T21:43:27.315Z | SLOW [>13860.000s] tokio::io_async_fd poll_fns |
1911 | 2024-08-12T21:43:27.367Z | SLOW [>13860.000s] tokio::io_async_fd reset_writable |
1912 | 2024-08-12T21:44:27.317Z | SLOW [>13920.000s] tokio::io_async_fd poll_fns |
1913 | 2024-08-12T21:44:27.369Z | SLOW [>13920.000s] tokio::io_async_fd reset_writable |
1914 | 2024-08-12T21:45:27.318Z | SLOW [>13980.000s] tokio::io_async_fd poll_fns |
1915 | 2024-08-12T21:45:27.371Z | SLOW [>13980.000s] tokio::io_async_fd reset_writable |
1916 | 2024-08-12T21:46:27.321Z | SLOW [>14040.000s] tokio::io_async_fd poll_fns |
1917 | 2024-08-12T21:46:27.373Z | SLOW [>14040.000s] tokio::io_async_fd reset_writable |
1918 | 2024-08-12T21:47:27.323Z | SLOW [>14100.000s] tokio::io_async_fd poll_fns |
1919 | 2024-08-12T21:47:27.374Z | SLOW [>14100.000s] tokio::io_async_fd reset_writable |
1920 | 2024-08-12T21:48:27.326Z | SLOW [>14160.000s] tokio::io_async_fd poll_fns |
1921 | 2024-08-12T21:48:27.377Z | SLOW [>14160.000s] tokio::io_async_fd reset_writable |
1922 | 2024-08-12T21:49:27.327Z | SLOW [>14220.000s] tokio::io_async_fd poll_fns |
1923 | 2024-08-12T21:49:27.378Z | SLOW [>14220.000s] tokio::io_async_fd reset_writable |
1924 | 2024-08-12T21:50:27.329Z | SLOW [>14280.000s] tokio::io_async_fd poll_fns |
1925 | 2024-08-12T21:50:27.381Z | SLOW [>14280.000s] tokio::io_async_fd reset_writable |
1926 | 2024-08-12T21:51:27.331Z | SLOW [>14340.000s] tokio::io_async_fd poll_fns |
1927 | 2024-08-12T21:51:27.382Z | SLOW [>14340.000s] tokio::io_async_fd reset_writable |
1928 | 2024-08-12T21:52:27.333Z | SLOW [>14400.000s] tokio::io_async_fd poll_fns |
1929 | 2024-08-12T21:52:27.385Z | SLOW [>14400.000s] tokio::io_async_fd reset_writable |
1930 | 2024-08-12T21:53:27.335Z | SLOW [>14460.000s] tokio::io_async_fd poll_fns |
1931 | 2024-08-12T21:53:27.387Z | SLOW [>14460.000s] tokio::io_async_fd reset_writable |
1932 | 2024-08-12T21:54:27.336Z | SLOW [>14520.000s] tokio::io_async_fd poll_fns |
1933 | 2024-08-12T21:54:27.389Z | SLOW [>14520.000s] tokio::io_async_fd reset_writable |
1934 | 2024-08-12T21:55:27.339Z | SLOW [>14580.000s] tokio::io_async_fd poll_fns |
1935 | 2024-08-12T21:55:27.391Z | SLOW [>14580.000s] tokio::io_async_fd reset_writable |
1936 | 2024-08-12T21:56:27.340Z | SLOW [>14640.000s] tokio::io_async_fd poll_fns |
1937 | 2024-08-12T21:56:27.393Z | SLOW [>14640.000s] tokio::io_async_fd reset_writable |
1938 | 2024-08-12T21:57:27.343Z | SLOW [>14700.000s] tokio::io_async_fd poll_fns |
1939 | 2024-08-12T21:57:27.395Z | SLOW [>14700.000s] tokio::io_async_fd reset_writable |
1940 | 2024-08-12T21:58:27.345Z | SLOW [>14760.000s] tokio::io_async_fd poll_fns |
1941 | 2024-08-12T21:58:27.397Z | SLOW [>14760.000s] tokio::io_async_fd reset_writable |
1942 | 2024-08-12T21:59:27.346Z | SLOW [>14820.000s] tokio::io_async_fd poll_fns |
1943 | 2024-08-12T21:59:27.399Z | SLOW [>14820.000s] tokio::io_async_fd reset_writable |
1944 | 2024-08-12T22:00:27.349Z | SLOW [>14880.000s] tokio::io_async_fd poll_fns |
1945 | 2024-08-12T22:00:27.400Z | SLOW [>14880.000s] tokio::io_async_fd reset_writable |
1946 | 2024-08-12T22:01:27.352Z | SLOW [>14940.000s] tokio::io_async_fd poll_fns |
1947 | 2024-08-12T22:01:27.403Z | SLOW [>14940.000s] tokio::io_async_fd reset_writable |
1948 | 2024-08-12T22:02:27.352Z | SLOW [>15000.000s] tokio::io_async_fd poll_fns |
1949 | 2024-08-12T22:02:27.406Z | SLOW [>15000.000s] tokio::io_async_fd reset_writable |
1950 | 2024-08-12T22:03:27.355Z | SLOW [>15060.000s] tokio::io_async_fd poll_fns |
1951 | 2024-08-12T22:03:27.406Z | SLOW [>15060.000s] tokio::io_async_fd reset_writable |
1952 | 2024-08-12T22:04:27.357Z | SLOW [>15120.000s] tokio::io_async_fd poll_fns |
1953 | 2024-08-12T22:04:27.409Z | SLOW [>15120.000s] tokio::io_async_fd reset_writable |
1954 | 2024-08-12T22:05:27.359Z | SLOW [>15180.000s] tokio::io_async_fd poll_fns |
1955 | 2024-08-12T22:05:27.410Z | SLOW [>15180.000s] tokio::io_async_fd reset_writable |
1956 | 2024-08-12T22:06:27.361Z | SLOW [>15240.000s] tokio::io_async_fd poll_fns |
1957 | 2024-08-12T22:06:27.412Z | SLOW [>15240.000s] tokio::io_async_fd reset_writable |
1958 | 2024-08-12T22:07:27.363Z | SLOW [>15300.000s] tokio::io_async_fd poll_fns |
1959 | 2024-08-12T22:07:27.414Z | SLOW [>15300.000s] tokio::io_async_fd reset_writable |
1960 | 2024-08-12T22:08:27.365Z | SLOW [>15360.000s] tokio::io_async_fd poll_fns |
1961 | 2024-08-12T22:08:27.416Z | SLOW [>15360.000s] tokio::io_async_fd reset_writable |
1962 | 2024-08-12T22:09:27.375Z | SLOW [>15420.000s] tokio::io_async_fd poll_fns |
1963 | 2024-08-12T22:09:27.437Z | SLOW [>15420.000s] tokio::io_async_fd reset_writable |
1964 | 2024-08-12T22:10:27.369Z | SLOW [>15480.000s] tokio::io_async_fd poll_fns |
1965 | 2024-08-12T22:10:27.420Z | SLOW [>15480.000s] tokio::io_async_fd reset_writable |
1966 | 2024-08-12T22:11:27.378Z | SLOW [>15540.000s] tokio::io_async_fd poll_fns |
1967 | 2024-08-12T22:11:27.422Z | SLOW [>15540.000s] tokio::io_async_fd reset_writable |
1968 | 2024-08-12T22:12:27.374Z | SLOW [>15600.000s] tokio::io_async_fd poll_fns |
1969 | 2024-08-12T22:12:27.424Z | SLOW [>15600.000s] tokio::io_async_fd reset_writable |
1970 | 2024-08-12T22:13:27.376Z | SLOW [>15660.000s] tokio::io_async_fd poll_fns |
1971 | 2024-08-12T22:13:27.425Z | SLOW [>15660.000s] tokio::io_async_fd reset_writable |
1972 | 2024-08-12T22:14:27.378Z | SLOW [>15720.000s] tokio::io_async_fd poll_fns |
1973 | 2024-08-12T22:14:27.428Z | SLOW [>15720.000s] tokio::io_async_fd reset_writable |
1974 | 2024-08-12T22:15:27.379Z | SLOW [>15780.000s] tokio::io_async_fd poll_fns |
1975 | 2024-08-12T22:15:27.429Z | SLOW [>15780.000s] tokio::io_async_fd reset_writable |
1976 | 2024-08-12T22:16:27.382Z | SLOW [>15840.000s] tokio::io_async_fd poll_fns |
1977 | 2024-08-12T22:16:27.431Z | SLOW [>15840.000s] tokio::io_async_fd reset_writable |
1978 | 2024-08-12T22:17:27.383Z | SLOW [>15900.000s] tokio::io_async_fd poll_fns |
1979 | 2024-08-12T22:17:27.433Z | SLOW [>15900.000s] tokio::io_async_fd reset_writable |
1980 | 2024-08-12T22:18:27.385Z | SLOW [>15960.000s] tokio::io_async_fd poll_fns |
1981 | 2024-08-12T22:18:27.435Z | SLOW [>15960.000s] tokio::io_async_fd reset_writable |
1982 | 2024-08-12T22:19:27.387Z | SLOW [>16020.000s] tokio::io_async_fd poll_fns |
1983 | 2024-08-12T22:19:27.436Z | SLOW [>16020.000s] tokio::io_async_fd reset_writable |
1984 | 2024-08-12T22:20:27.389Z | SLOW [>16080.000s] tokio::io_async_fd poll_fns |
1985 | 2024-08-12T22:20:27.439Z | SLOW [>16080.000s] tokio::io_async_fd reset_writable |
1986 | 2024-08-12T22:21:27.391Z | SLOW [>16140.000s] tokio::io_async_fd poll_fns |
1987 | 2024-08-12T22:21:27.441Z | SLOW [>16140.000s] tokio::io_async_fd reset_writable |
1988 | 2024-08-12T22:22:27.394Z | SLOW [>16200.000s] tokio::io_async_fd poll_fns |
1989 | 2024-08-12T22:22:27.443Z | SLOW [>16200.000s] tokio::io_async_fd reset_writable |
1990 | 2024-08-12T22:23:27.396Z | SLOW [>16260.000s] tokio::io_async_fd poll_fns |
1991 | 2024-08-12T22:23:27.446Z | SLOW [>16260.000s] tokio::io_async_fd reset_writable |
1992 | 2024-08-12T22:24:27.397Z | SLOW [>16320.000s] tokio::io_async_fd poll_fns |
1993 | 2024-08-12T22:24:27.447Z | SLOW [>16320.000s] tokio::io_async_fd reset_writable |
1994 | 2024-08-12T22:25:27.400Z | SLOW [>16380.000s] tokio::io_async_fd poll_fns |
1995 | 2024-08-12T22:25:27.450Z | SLOW [>16380.000s] tokio::io_async_fd reset_writable |
1996 | 2024-08-12T22:26:27.401Z | SLOW [>16440.000s] tokio::io_async_fd poll_fns |
1997 | 2024-08-12T22:26:27.451Z | SLOW [>16440.000s] tokio::io_async_fd reset_writable |
1998 | 2024-08-12T22:27:27.404Z | SLOW [>16500.000s] tokio::io_async_fd poll_fns |
1999 | 2024-08-12T22:27:27.453Z | SLOW [>16500.000s] tokio::io_async_fd reset_writable |
2000 | 2024-08-12T22:28:27.405Z | SLOW [>16560.000s] tokio::io_async_fd poll_fns |
2001 | 2024-08-12T22:28:27.455Z | SLOW [>16560.000s] tokio::io_async_fd reset_writable |
2002 | 2024-08-12T22:29:27.407Z | SLOW [>16620.000s] tokio::io_async_fd poll_fns |
2003 | 2024-08-12T22:29:27.457Z | SLOW [>16620.000s] tokio::io_async_fd reset_writable |
2004 | 2024-08-12T22:30:27.411Z | SLOW [>16680.000s] tokio::io_async_fd poll_fns |
2005 | 2024-08-12T22:30:27.460Z | SLOW [>16680.000s] tokio::io_async_fd reset_writable |
2006 | 2024-08-12T22:31:27.411Z | SLOW [>16740.000s] tokio::io_async_fd poll_fns |
2007 | 2024-08-12T22:31:27.462Z | SLOW [>16740.000s] tokio::io_async_fd reset_writable |
2008 | 2024-08-12T22:32:27.413Z | SLOW [>16800.000s] tokio::io_async_fd poll_fns |
2009 | 2024-08-12T22:32:27.464Z | SLOW [>16800.000s] tokio::io_async_fd reset_writable |
2010 | 2024-08-12T22:33:27.415Z | SLOW [>16860.000s] tokio::io_async_fd poll_fns |
2011 | 2024-08-12T22:33:27.465Z | SLOW [>16860.000s] tokio::io_async_fd reset_writable |
2012 | 2024-08-12T22:34:27.417Z | SLOW [>16920.000s] tokio::io_async_fd poll_fns |
2013 | 2024-08-12T22:34:27.468Z | SLOW [>16920.000s] tokio::io_async_fd reset_writable |
2014 | 2024-08-12T22:35:27.419Z | SLOW [>16980.000s] tokio::io_async_fd poll_fns |
2015 | 2024-08-12T22:35:27.469Z | SLOW [>16980.000s] tokio::io_async_fd reset_writable |
2016 | 2024-08-12T22:36:27.422Z | SLOW [>17040.000s] tokio::io_async_fd poll_fns |
2017 | 2024-08-12T22:36:27.472Z | SLOW [>17040.000s] tokio::io_async_fd reset_writable |
2018 | 2024-08-12T22:37:27.423Z | SLOW [>17100.000s] tokio::io_async_fd poll_fns |
2019 | 2024-08-12T22:37:27.474Z | SLOW [>17100.000s] tokio::io_async_fd reset_writable |
2020 | 2024-08-12T22:38:28.358Z | SLOW [>17160.000s] tokio::io_async_fd poll_fns |
2021 | 2024-08-12T22:38:28.358Z | SLOW [>17160.000s] tokio::io_async_fd reset_writable |
2022 | 2024-08-12T22:39:27.728Z | SLOW [>17220.000s] tokio::io_async_fd poll_fns |
2023 | 2024-08-12T22:39:27.760Z | SLOW [>17220.000s] tokio::io_async_fd reset_writable |
2024 | 2024-08-12T22:40:27.430Z | SLOW [>17280.000s] tokio::io_async_fd poll_fns |
2025 | 2024-08-12T22:40:27.480Z | SLOW [>17280.000s] tokio::io_async_fd reset_writable |
2026 | 2024-08-12T22:41:27.432Z | SLOW [>17340.000s] tokio::io_async_fd poll_fns |
2027 | 2024-08-12T22:41:27.482Z | SLOW [>17340.000s] tokio::io_async_fd reset_writable |
2028 | 2024-08-12T22:42:27.434Z | SLOW [>17400.000s] tokio::io_async_fd poll_fns |
2029 | 2024-08-12T22:42:27.484Z | SLOW [>17400.000s] tokio::io_async_fd reset_writable |
2030 | 2024-08-12T22:43:27.436Z | SLOW [>17460.000s] tokio::io_async_fd poll_fns |
2031 | 2024-08-12T22:43:27.487Z | SLOW [>17460.000s] tokio::io_async_fd reset_writable |
2032 | 2024-08-12T22:44:27.438Z | SLOW [>17520.000s] tokio::io_async_fd poll_fns |
2033 | 2024-08-12T22:44:27.489Z | SLOW [>17520.000s] tokio::io_async_fd reset_writable |
2034 | 2024-08-12T22:45:27.439Z | SLOW [>17580.000s] tokio::io_async_fd poll_fns |
2035 | 2024-08-12T22:45:27.491Z | SLOW [>17580.000s] tokio::io_async_fd reset_writable |
2036 | 2024-08-12T22:46:27.442Z | SLOW [>17640.000s] tokio::io_async_fd poll_fns |
2037 | 2024-08-12T22:46:27.492Z | SLOW [>17640.000s] tokio::io_async_fd reset_writable |
2038 | 2024-08-12T22:47:27.444Z | SLOW [>17700.000s] tokio::io_async_fd poll_fns |
2039 | 2024-08-12T22:47:27.495Z | SLOW [>17700.000s] tokio::io_async_fd reset_writable |
2040 | 2024-08-12T22:48:27.445Z | SLOW [>17760.000s] tokio::io_async_fd poll_fns |
2041 | 2024-08-12T22:48:27.498Z | SLOW [>17760.000s] tokio::io_async_fd reset_writable |
2042 | 2024-08-12T22:49:27.448Z | SLOW [>17820.000s] tokio::io_async_fd poll_fns |
2043 | 2024-08-12T22:49:27.498Z | SLOW [>17820.000s] tokio::io_async_fd reset_writable |
2044 | 2024-08-12T22:50:28.055Z | SLOW [>17880.000s] tokio::io_async_fd poll_fns |
2045 | 2024-08-12T22:50:28.055Z | SLOW [>17880.000s] tokio::io_async_fd reset_writable |
2046 | 2024-08-12T22:51:27.451Z | SLOW [>17940.000s] tokio::io_async_fd poll_fns |
2047 | 2024-08-12T22:51:27.502Z | SLOW [>17940.000s] tokio::io_async_fd reset_writable |
2048 | 2024-08-12T22:52:27.453Z | SLOW [>18000.000s] tokio::io_async_fd poll_fns |
2049 | 2024-08-12T22:52:27.504Z | SLOW [>18000.000s] tokio::io_async_fd reset_writable |
2050 | 2024-08-12T22:53:27.455Z | SLOW [>18060.000s] tokio::io_async_fd poll_fns |
2051 | 2024-08-12T22:53:27.507Z | SLOW [>18060.000s] tokio::io_async_fd reset_writable |
2052 | 2024-08-12T22:54:27.457Z | SLOW [>18120.000s] tokio::io_async_fd poll_fns |
2053 | 2024-08-12T22:54:27.509Z | SLOW [>18120.000s] tokio::io_async_fd reset_writable |
2054 | 2024-08-12T22:55:27.459Z | SLOW [>18180.000s] tokio::io_async_fd poll_fns |
2055 | 2024-08-12T22:55:27.511Z | SLOW [>18180.000s] tokio::io_async_fd reset_writable |
2056 | 2024-08-12T22:56:27.460Z | SLOW [>18240.000s] tokio::io_async_fd poll_fns |
2057 | 2024-08-12T22:56:27.513Z | SLOW [>18240.000s] tokio::io_async_fd reset_writable |
2058 | 2024-08-12T22:57:27.463Z | SLOW [>18300.000s] tokio::io_async_fd poll_fns |
2059 | 2024-08-12T22:57:27.514Z | SLOW [>18300.000s] tokio::io_async_fd reset_writable |
2060 | 2024-08-12T22:58:27.465Z | SLOW [>18360.000s] tokio::io_async_fd poll_fns |
2061 | 2024-08-12T22:58:27.517Z | SLOW [>18360.000s] tokio::io_async_fd reset_writable |
2062 | 2024-08-12T22:59:27.467Z | SLOW [>18420.000s] tokio::io_async_fd poll_fns |
2063 | 2024-08-12T22:59:27.519Z | SLOW [>18420.000s] tokio::io_async_fd reset_writable |
2064 | 2024-08-12T23:00:27.470Z | SLOW [>18480.000s] tokio::io_async_fd poll_fns |
2065 | 2024-08-12T23:00:27.520Z | SLOW [>18480.000s] tokio::io_async_fd reset_writable |
2066 | 2024-08-12T23:01:27.472Z | SLOW [>18540.000s] tokio::io_async_fd poll_fns |
2067 | 2024-08-12T23:01:27.522Z | SLOW [>18540.000s] tokio::io_async_fd reset_writable |
2068 | 2024-08-12T23:02:27.473Z | SLOW [>18600.000s] tokio::io_async_fd poll_fns |
2069 | 2024-08-12T23:02:27.524Z | SLOW [>18600.000s] tokio::io_async_fd reset_writable |
2070 | 2024-08-12T23:03:27.476Z | SLOW [>18660.000s] tokio::io_async_fd poll_fns |
2071 | 2024-08-12T23:03:27.526Z | SLOW [>18660.000s] tokio::io_async_fd reset_writable |
2072 | 2024-08-12T23:04:27.478Z | SLOW [>18720.000s] tokio::io_async_fd poll_fns |
2073 | 2024-08-12T23:04:27.528Z | SLOW [>18720.000s] tokio::io_async_fd reset_writable |
2074 | 2024-08-12T23:05:27.480Z | SLOW [>18780.000s] tokio::io_async_fd poll_fns |
2075 | 2024-08-12T23:05:27.529Z | SLOW [>18780.000s] tokio::io_async_fd reset_writable |
2076 | 2024-08-12T23:06:27.483Z | SLOW [>18840.000s] tokio::io_async_fd poll_fns |
2077 | 2024-08-12T23:06:27.532Z | SLOW [>18840.000s] tokio::io_async_fd reset_writable |
2078 | 2024-08-12T23:07:27.484Z | SLOW [>18900.000s] tokio::io_async_fd poll_fns |
2079 | 2024-08-12T23:07:27.533Z | SLOW [>18900.000s] tokio::io_async_fd reset_writable |
2080 | 2024-08-12T23:08:27.487Z | SLOW [>18960.000s] tokio::io_async_fd poll_fns |
2081 | 2024-08-12T23:08:27.536Z | SLOW [>18960.000s] tokio::io_async_fd reset_writable |
2082 | 2024-08-12T23:09:27.489Z | SLOW [>19020.000s] tokio::io_async_fd poll_fns |
2083 | 2024-08-12T23:09:27.537Z | SLOW [>19020.000s] tokio::io_async_fd reset_writable |
2084 | 2024-08-12T23:10:27.491Z | SLOW [>19080.000s] tokio::io_async_fd poll_fns |
2085 | 2024-08-12T23:10:27.540Z | SLOW [>19080.000s] tokio::io_async_fd reset_writable |
2086 | 2024-08-12T23:11:27.492Z | SLOW [>19140.000s] tokio::io_async_fd poll_fns |
2087 | 2024-08-12T23:11:27.541Z | SLOW [>19140.000s] tokio::io_async_fd reset_writable |
2088 | 2024-08-12T23:12:27.494Z | SLOW [>19200.000s] tokio::io_async_fd poll_fns |
2089 | 2024-08-12T23:12:27.544Z | SLOW [>19200.000s] tokio::io_async_fd reset_writable |
2090 | 2024-08-12T23:13:27.497Z | SLOW [>19260.000s] tokio::io_async_fd poll_fns |
2091 | 2024-08-12T23:13:27.545Z | SLOW [>19260.000s] tokio::io_async_fd reset_writable |
2092 | 2024-08-12T23:14:27.499Z | SLOW [>19320.000s] tokio::io_async_fd poll_fns |
2093 | 2024-08-12T23:14:27.547Z | SLOW [>19320.000s] tokio::io_async_fd reset_writable |
2094 | 2024-08-12T23:15:27.502Z | SLOW [>19380.000s] tokio::io_async_fd poll_fns |
2095 | 2024-08-12T23:15:27.549Z | SLOW [>19380.000s] tokio::io_async_fd reset_writable |
2096 | 2024-08-12T23:16:27.503Z | SLOW [>19440.000s] tokio::io_async_fd poll_fns |
2097 | 2024-08-12T23:16:27.551Z | SLOW [>19440.000s] tokio::io_async_fd reset_writable |
2098 | 2024-08-12T23:17:27.506Z | SLOW [>19500.000s] tokio::io_async_fd poll_fns |
2099 | 2024-08-12T23:17:27.553Z | SLOW [>19500.000s] tokio::io_async_fd reset_writable |
2100 | 2024-08-12T23:18:27.508Z | SLOW [>19560.000s] tokio::io_async_fd poll_fns |
2101 | 2024-08-12T23:18:27.555Z | SLOW [>19560.000s] tokio::io_async_fd reset_writable |
2102 | 2024-08-12T23:19:27.511Z | SLOW [>19620.000s] tokio::io_async_fd poll_fns |
2103 | 2024-08-12T23:19:27.557Z | SLOW [>19620.000s] tokio::io_async_fd reset_writable |
2104 | 2024-08-12T23:20:27.512Z | SLOW [>19680.000s] tokio::io_async_fd poll_fns |
2105 | 2024-08-12T23:20:27.559Z | SLOW [>19680.000s] tokio::io_async_fd reset_writable |
2106 | 2024-08-12T23:21:27.514Z | SLOW [>19740.000s] tokio::io_async_fd poll_fns |
2107 | 2024-08-12T23:21:27.561Z | SLOW [>19740.000s] tokio::io_async_fd reset_writable |
2108 | 2024-08-12T23:22:27.516Z | SLOW [>19800.000s] tokio::io_async_fd poll_fns |
2109 | 2024-08-12T23:22:27.563Z | SLOW [>19800.000s] tokio::io_async_fd reset_writable |
2110 | 2024-08-12T23:23:27.518Z | SLOW [>19860.000s] tokio::io_async_fd poll_fns |
2111 | 2024-08-12T23:23:27.566Z | SLOW [>19860.000s] tokio::io_async_fd reset_writable |
2112 | 2024-08-12T23:24:27.520Z | SLOW [>19920.000s] tokio::io_async_fd poll_fns |
2113 | 2024-08-12T23:24:27.566Z | SLOW [>19920.000s] tokio::io_async_fd reset_writable |
2114 | 2024-08-12T23:25:27.525Z | SLOW [>19980.000s] tokio::io_async_fd poll_fns |
2115 | 2024-08-12T23:25:27.569Z | SLOW [>19980.000s] tokio::io_async_fd reset_writable |
2116 | 2024-08-12T23:26:27.524Z | SLOW [>20040.000s] tokio::io_async_fd poll_fns |
2117 | 2024-08-12T23:26:27.570Z | SLOW [>20040.000s] tokio::io_async_fd reset_writable |
2118 | 2024-08-12T23:27:27.526Z | SLOW [>20100.000s] tokio::io_async_fd poll_fns |
2119 | 2024-08-12T23:27:27.573Z | SLOW [>20100.000s] tokio::io_async_fd reset_writable |
2120 | 2024-08-12T23:28:27.528Z | SLOW [>20160.000s] tokio::io_async_fd poll_fns |
2121 | 2024-08-12T23:28:27.574Z | SLOW [>20160.000s] tokio::io_async_fd reset_writable |
2122 | 2024-08-12T23:29:27.529Z | SLOW [>20220.000s] tokio::io_async_fd poll_fns |
2123 | 2024-08-12T23:29:27.577Z | SLOW [>20220.000s] tokio::io_async_fd reset_writable |
2124 | 2024-08-12T23:30:27.531Z | SLOW [>20280.000s] tokio::io_async_fd poll_fns |
2125 | 2024-08-12T23:30:27.578Z | SLOW [>20280.000s] tokio::io_async_fd reset_writable |
2126 | 2024-08-12T23:31:27.534Z | SLOW [>20340.000s] tokio::io_async_fd poll_fns |
2127 | 2024-08-12T23:31:27.581Z | SLOW [>20340.000s] tokio::io_async_fd reset_writable |
2128 | 2024-08-12T23:32:27.535Z | SLOW [>20400.000s] tokio::io_async_fd poll_fns |
2129 | 2024-08-12T23:32:27.582Z | SLOW [>20400.000s] tokio::io_async_fd reset_writable |
2130 | 2024-08-12T23:33:27.537Z | SLOW [>20460.000s] tokio::io_async_fd poll_fns |
2131 | 2024-08-12T23:33:27.584Z | SLOW [>20460.000s] tokio::io_async_fd reset_writable |
2132 | 2024-08-12T23:34:27.539Z | SLOW [>20520.000s] tokio::io_async_fd poll_fns |
2133 | 2024-08-12T23:34:27.586Z | SLOW [>20520.000s] tokio::io_async_fd reset_writable |
2134 | 2024-08-12T23:35:27.541Z | SLOW [>20580.000s] tokio::io_async_fd poll_fns |
2135 | 2024-08-12T23:35:27.587Z | SLOW [>20580.000s] tokio::io_async_fd reset_writable |
2136 | 2024-08-12T23:36:27.544Z | SLOW [>20640.000s] tokio::io_async_fd poll_fns |
2137 | 2024-08-12T23:36:27.590Z | SLOW [>20640.000s] tokio::io_async_fd reset_writable |
2138 | 2024-08-12T23:37:27.546Z | SLOW [>20700.000s] tokio::io_async_fd poll_fns |
2139 | 2024-08-12T23:37:27.592Z | SLOW [>20700.000s] tokio::io_async_fd reset_writable |
2140 | 2024-08-12T23:38:27.548Z | SLOW [>20760.000s] tokio::io_async_fd poll_fns |
2141 | 2024-08-12T23:38:27.594Z | SLOW [>20760.000s] tokio::io_async_fd reset_writable |
2142 | 2024-08-12T23:39:27.550Z | SLOW [>20820.000s] tokio::io_async_fd poll_fns |
2143 | 2024-08-12T23:39:27.596Z | SLOW [>20820.000s] tokio::io_async_fd reset_writable |
2144 | 2024-08-12T23:40:27.551Z | SLOW [>20880.000s] tokio::io_async_fd poll_fns |
2145 | 2024-08-12T23:40:27.597Z | SLOW [>20880.000s] tokio::io_async_fd reset_writable |
2146 | 2024-08-12T23:41:27.554Z | SLOW [>20940.000s] tokio::io_async_fd poll_fns |
2147 | 2024-08-12T23:41:27.600Z | SLOW [>20940.000s] tokio::io_async_fd reset_writable |
2148 | 2024-08-12T23:42:27.555Z | SLOW [>21000.000s] tokio::io_async_fd poll_fns |
2149 | 2024-08-12T23:42:27.601Z | SLOW [>21000.000s] tokio::io_async_fd reset_writable |
2150 | 2024-08-12T23:43:27.558Z | SLOW [>21060.000s] tokio::io_async_fd poll_fns |
2151 | 2024-08-12T23:43:27.604Z | SLOW [>21060.000s] tokio::io_async_fd reset_writable |
2152 | 2024-08-12T23:44:27.559Z | SLOW [>21120.000s] tokio::io_async_fd poll_fns |
2153 | 2024-08-12T23:44:27.605Z | SLOW [>21120.000s] tokio::io_async_fd reset_writable |
2154 | 2024-08-12T23:45:27.562Z | SLOW [>21180.000s] tokio::io_async_fd poll_fns |
2155 | 2024-08-12T23:45:27.607Z | SLOW [>21180.000s] tokio::io_async_fd reset_writable |
2156 | 2024-08-12T23:46:27.563Z | SLOW [>21240.000s] tokio::io_async_fd poll_fns |
2157 | 2024-08-12T23:46:27.609Z | SLOW [>21240.000s] tokio::io_async_fd reset_writable |
2158 | 2024-08-12T23:47:27.565Z | SLOW [>21300.000s] tokio::io_async_fd poll_fns |
2159 | 2024-08-12T23:47:27.611Z | SLOW [>21300.000s] tokio::io_async_fd reset_writable |
2160 | 2024-08-12T23:48:27.567Z | SLOW [>21360.000s] tokio::io_async_fd poll_fns |
2161 | 2024-08-12T23:48:27.613Z | SLOW [>21360.000s] tokio::io_async_fd reset_writable |
2162 | 2024-08-12T23:49:27.568Z | SLOW [>21420.000s] tokio::io_async_fd poll_fns |
2163 | 2024-08-12T23:49:27.614Z | SLOW [>21420.000s] tokio::io_async_fd reset_writable |
2164 | 2024-08-12T23:50:27.571Z | SLOW [>21480.000s] tokio::io_async_fd poll_fns |
2165 | 2024-08-12T23:50:27.617Z | SLOW [>21480.000s] tokio::io_async_fd reset_writable |
2166 | 2024-08-12T23:51:27.573Z | SLOW [>21540.000s] tokio::io_async_fd poll_fns |
2167 | 2024-08-12T23:51:27.618Z | SLOW [>21540.000s] tokio::io_async_fd reset_writable |
2168 | 2024-08-12T23:52:27.575Z | SLOW [>21600.000s] tokio::io_async_fd poll_fns |
2169 | 2024-08-12T23:52:27.621Z | SLOW [>21600.000s] tokio::io_async_fd reset_writable |
2170 | 2024-08-12T23:53:27.578Z | SLOW [>21660.000s] tokio::io_async_fd poll_fns |
2171 | 2024-08-12T23:53:27.622Z | SLOW [>21660.000s] tokio::io_async_fd reset_writable |
2172 | 2024-08-12T23:54:27.579Z | SLOW [>21720.000s] tokio::io_async_fd poll_fns |
2173 | 2024-08-12T23:54:27.626Z | SLOW [>21720.000s] tokio::io_async_fd reset_writable |
2174 | 2024-08-12T23:55:27.582Z | SLOW [>21780.000s] tokio::io_async_fd poll_fns |
2175 | 2024-08-12T23:55:27.626Z | SLOW [>21780.000s] tokio::io_async_fd reset_writable |
2176 | 2024-08-12T23:56:27.583Z | SLOW [>21840.000s] tokio::io_async_fd poll_fns |
2177 | 2024-08-12T23:56:27.628Z | SLOW [>21840.000s] tokio::io_async_fd reset_writable |
2178 | 2024-08-12T23:57:27.585Z | SLOW [>21900.000s] tokio::io_async_fd poll_fns |
2179 | 2024-08-12T23:57:27.631Z | SLOW [>21900.000s] tokio::io_async_fd reset_writable |
2180 | 2024-08-12T23:58:27.587Z | SLOW [>21960.000s] tokio::io_async_fd poll_fns |
2181 | 2024-08-12T23:58:27.632Z | SLOW [>21960.000s] tokio::io_async_fd reset_writable |
2182 | 2024-08-12T23:59:27.590Z | SLOW [>22020.000s] tokio::io_async_fd poll_fns |
2183 | 2024-08-12T23:59:27.635Z | SLOW [>22020.000s] tokio::io_async_fd reset_writable |
2184 | 2024-08-13T00:00:27.591Z | SLOW [>22080.000s] tokio::io_async_fd poll_fns |
2185 | 2024-08-13T00:00:27.636Z | SLOW [>22080.000s] tokio::io_async_fd reset_writable |
2186 | 2024-08-13T00:01:27.593Z | SLOW [>22140.000s] tokio::io_async_fd poll_fns |
2187 | 2024-08-13T00:01:27.639Z | SLOW [>22140.000s] tokio::io_async_fd reset_writable |
2188 | 2024-08-13T00:02:27.595Z | SLOW [>22200.000s] tokio::io_async_fd poll_fns |
2189 | 2024-08-13T00:02:27.640Z | SLOW [>22200.000s] tokio::io_async_fd reset_writable |
2190 | 2024-08-13T00:03:27.597Z | SLOW [>22260.000s] tokio::io_async_fd poll_fns |
2191 | 2024-08-13T00:03:27.642Z | SLOW [>22260.000s] tokio::io_async_fd reset_writable |
2192 | 2024-08-13T00:04:27.598Z | SLOW [>22320.000s] tokio::io_async_fd poll_fns |
2193 | 2024-08-13T00:04:27.643Z | SLOW [>22320.000s] tokio::io_async_fd reset_writable |
2194 | 2024-08-13T00:05:27.601Z | SLOW [>22380.000s] tokio::io_async_fd poll_fns |
2195 | 2024-08-13T00:05:27.646Z | SLOW [>22380.000s] tokio::io_async_fd reset_writable |
2196 | 2024-08-13T00:06:27.603Z | SLOW [>22440.000s] tokio::io_async_fd poll_fns |
2197 | 2024-08-13T00:06:27.647Z | SLOW [>22440.000s] tokio::io_async_fd reset_writable |
2198 | 2024-08-13T00:07:27.605Z | SLOW [>22500.000s] tokio::io_async_fd poll_fns |
2199 | 2024-08-13T00:07:27.650Z | SLOW [>22500.000s] tokio::io_async_fd reset_writable |
2200 | 2024-08-13T00:08:27.606Z | SLOW [>22560.000s] tokio::io_async_fd poll_fns |
2201 | 2024-08-13T00:08:27.651Z | SLOW [>22560.000s] tokio::io_async_fd reset_writable |
2202 | 2024-08-13T00:09:27.609Z | SLOW [>22620.000s] tokio::io_async_fd poll_fns |
2203 | 2024-08-13T00:09:27.653Z | SLOW [>22620.000s] tokio::io_async_fd reset_writable |
2204 | 2024-08-13T00:10:27.611Z | SLOW [>22680.000s] tokio::io_async_fd poll_fns |
2205 | 2024-08-13T00:10:27.656Z | SLOW [>22680.000s] tokio::io_async_fd reset_writable |
2206 | 2024-08-13T00:11:27.612Z | SLOW [>22740.000s] tokio::io_async_fd poll_fns |
2207 | 2024-08-13T00:11:27.658Z | SLOW [>22740.000s] tokio::io_async_fd reset_writable |
2208 | 2024-08-13T00:12:27.615Z | SLOW [>22800.000s] tokio::io_async_fd poll_fns |
2209 | 2024-08-13T00:12:27.660Z | SLOW [>22800.000s] tokio::io_async_fd reset_writable |
2210 | 2024-08-13T00:13:27.616Z | SLOW [>22860.000s] tokio::io_async_fd poll_fns |
2211 | 2024-08-13T00:13:27.663Z | SLOW [>22860.000s] tokio::io_async_fd reset_writable |
2212 | 2024-08-13T00:14:27.618Z | SLOW [>22920.000s] tokio::io_async_fd poll_fns |
2213 | 2024-08-13T00:14:27.665Z | SLOW [>22920.000s] tokio::io_async_fd reset_writable |
2214 | 2024-08-13T00:15:27.620Z | SLOW [>22980.000s] tokio::io_async_fd poll_fns |
2215 | 2024-08-13T00:15:27.667Z | SLOW [>22980.000s] tokio::io_async_fd reset_writable |
2216 | 2024-08-13T00:16:27.622Z | SLOW [>23040.000s] tokio::io_async_fd poll_fns |
2217 | 2024-08-13T00:16:27.669Z | SLOW [>23040.000s] tokio::io_async_fd reset_writable |
2218 | 2024-08-13T00:17:27.625Z | SLOW [>23100.000s] tokio::io_async_fd poll_fns |
2219 | 2024-08-13T00:17:27.671Z | SLOW [>23100.000s] tokio::io_async_fd reset_writable |
2220 | 2024-08-13T00:18:27.627Z | SLOW [>23160.000s] tokio::io_async_fd poll_fns |
2221 | 2024-08-13T00:18:27.672Z | SLOW [>23160.000s] tokio::io_async_fd reset_writable |
2222 | 2024-08-13T00:19:27.630Z | SLOW [>23220.000s] tokio::io_async_fd poll_fns |
2223 | 2024-08-13T00:19:27.675Z | SLOW [>23220.000s] tokio::io_async_fd reset_writable |
2224 | 2024-08-13T00:20:27.632Z | SLOW [>23280.000s] tokio::io_async_fd poll_fns |
2225 | 2024-08-13T00:20:27.677Z | SLOW [>23280.000s] tokio::io_async_fd reset_writable |
2226 | 2024-08-13T00:21:27.633Z | SLOW [>23340.000s] tokio::io_async_fd poll_fns |
2227 | 2024-08-13T00:21:27.680Z | SLOW [>23340.000s] tokio::io_async_fd reset_writable |
2228 | 2024-08-13T00:22:27.636Z | SLOW [>23400.000s] tokio::io_async_fd poll_fns |
2229 | 2024-08-13T00:22:27.681Z | SLOW [>23400.000s] tokio::io_async_fd reset_writable |
2230 | 2024-08-13T00:23:27.637Z | SLOW [>23460.000s] tokio::io_async_fd poll_fns |
2231 | 2024-08-13T00:23:27.683Z | SLOW [>23460.000s] tokio::io_async_fd reset_writable |
2232 | 2024-08-13T00:24:27.639Z | SLOW [>23520.000s] tokio::io_async_fd poll_fns |
2233 | 2024-08-13T00:24:27.685Z | SLOW [>23520.000s] tokio::io_async_fd reset_writable |
2234 | 2024-08-13T00:25:27.641Z | SLOW [>23580.000s] tokio::io_async_fd poll_fns |
2235 | 2024-08-13T00:25:27.688Z | SLOW [>23580.000s] tokio::io_async_fd reset_writable |
2236 | 2024-08-13T00:26:27.644Z | SLOW [>23640.000s] tokio::io_async_fd poll_fns |
2237 | 2024-08-13T00:26:27.689Z | SLOW [>23640.000s] tokio::io_async_fd reset_writable |
2238 | 2024-08-13T00:27:27.646Z | SLOW [>23700.000s] tokio::io_async_fd poll_fns |
2239 | 2024-08-13T00:27:27.692Z | SLOW [>23700.000s] tokio::io_async_fd reset_writable |
2240 | 2024-08-13T00:28:27.648Z | SLOW [>23760.000s] tokio::io_async_fd poll_fns |
2241 | 2024-08-13T00:28:27.693Z | SLOW [>23760.000s] tokio::io_async_fd reset_writable |
2242 | 2024-08-13T00:29:27.650Z | SLOW [>23820.000s] tokio::io_async_fd poll_fns |
2243 | 2024-08-13T00:29:27.696Z | SLOW [>23820.000s] tokio::io_async_fd reset_writable |
2244 | 2024-08-13T00:30:27.652Z | SLOW [>23880.000s] tokio::io_async_fd poll_fns |
2245 | 2024-08-13T00:30:27.697Z | SLOW [>23880.000s] tokio::io_async_fd reset_writable |
2246 | 2024-08-13T00:31:27.653Z | SLOW [>23940.000s] tokio::io_async_fd poll_fns |
2247 | 2024-08-13T00:31:27.700Z | SLOW [>23940.000s] tokio::io_async_fd reset_writable |
2248 | 2024-08-13T00:32:27.656Z | SLOW [>24000.000s] tokio::io_async_fd poll_fns |
2249 | 2024-08-13T00:32:27.701Z | SLOW [>24000.000s] tokio::io_async_fd reset_writable |
2250 | 2024-08-13T00:33:27.657Z | SLOW [>24060.000s] tokio::io_async_fd poll_fns |
2251 | 2024-08-13T00:33:27.703Z | SLOW [>24060.000s] tokio::io_async_fd reset_writable |
2252 | 2024-08-13T00:34:27.660Z | SLOW [>24120.000s] tokio::io_async_fd poll_fns |
2253 | 2024-08-13T00:34:27.706Z | SLOW [>24120.000s] tokio::io_async_fd reset_writable |
2254 | 2024-08-13T00:35:27.661Z | SLOW [>24180.000s] tokio::io_async_fd poll_fns |
2255 | 2024-08-13T00:35:27.707Z | SLOW [>24180.000s] tokio::io_async_fd reset_writable |
2256 | 2024-08-13T00:36:27.663Z | SLOW [>24240.000s] tokio::io_async_fd poll_fns |
2257 | 2024-08-13T00:36:27.709Z | SLOW [>24240.000s] tokio::io_async_fd reset_writable |
2258 | 2024-08-13T00:37:27.665Z | SLOW [>24300.000s] tokio::io_async_fd poll_fns |
2259 | 2024-08-13T00:37:27.711Z | SLOW [>24300.000s] tokio::io_async_fd reset_writable |
2260 | 2024-08-13T00:38:27.667Z | SLOW [>24360.000s] tokio::io_async_fd poll_fns |
2261 | 2024-08-13T00:38:27.713Z | SLOW [>24360.000s] tokio::io_async_fd reset_writable |
2262 | 2024-08-13T00:39:27.669Z | SLOW [>24420.000s] tokio::io_async_fd poll_fns |
2263 | 2024-08-13T00:39:27.714Z | SLOW [>24420.000s] tokio::io_async_fd reset_writable |
2264 | 2024-08-13T00:40:27.671Z | SLOW [>24480.000s] tokio::io_async_fd poll_fns |
2265 | 2024-08-13T00:40:27.717Z | SLOW [>24480.000s] tokio::io_async_fd reset_writable |
2266 | 2024-08-13T00:41:27.673Z | SLOW [>24540.000s] tokio::io_async_fd poll_fns |
2267 | 2024-08-13T00:41:27.718Z | SLOW [>24540.000s] tokio::io_async_fd reset_writable |
2268 | 2024-08-13T00:42:27.674Z | SLOW [>24600.000s] tokio::io_async_fd poll_fns |
2269 | 2024-08-13T00:42:27.721Z | SLOW [>24600.000s] tokio::io_async_fd reset_writable |
2270 | 2024-08-13T00:43:27.676Z | SLOW [>24660.000s] tokio::io_async_fd poll_fns |
2271 | 2024-08-13T00:43:27.722Z | SLOW [>24660.000s] tokio::io_async_fd reset_writable |
2272 | 2024-08-13T00:44:27.680Z | SLOW [>24720.000s] tokio::io_async_fd poll_fns |
2273 | 2024-08-13T00:44:27.725Z | SLOW [>24720.000s] tokio::io_async_fd reset_writable |
2274 | 2024-08-13T00:45:27.680Z | SLOW [>24780.000s] tokio::io_async_fd poll_fns |
2275 | 2024-08-13T00:45:27.726Z | SLOW [>24780.000s] tokio::io_async_fd reset_writable |
2276 | 2024-08-13T00:46:27.682Z | SLOW [>24840.000s] tokio::io_async_fd poll_fns |
2277 | 2024-08-13T00:46:27.728Z | SLOW [>24840.000s] tokio::io_async_fd reset_writable |
2278 | 2024-08-13T00:47:27.685Z | SLOW [>24900.000s] tokio::io_async_fd poll_fns |
2279 | 2024-08-13T00:47:27.730Z | SLOW [>24900.000s] tokio::io_async_fd reset_writable |
2280 | 2024-08-13T00:48:27.687Z | SLOW [>24960.000s] tokio::io_async_fd poll_fns |
2281 | 2024-08-13T00:48:27.732Z | SLOW [>24960.000s] tokio::io_async_fd reset_writable |
2282 | 2024-08-13T00:49:27.690Z | SLOW [>25020.000s] tokio::io_async_fd poll_fns |
2283 | 2024-08-13T00:49:27.734Z | SLOW [>25020.000s] tokio::io_async_fd reset_writable |
2284 | 2024-08-13T00:50:27.692Z | SLOW [>25080.000s] tokio::io_async_fd poll_fns |
2285 | 2024-08-13T00:50:27.736Z | SLOW [>25080.000s] tokio::io_async_fd reset_writable |
2286 | 2024-08-13T00:51:27.694Z | SLOW [>25140.000s] tokio::io_async_fd poll_fns |
2287 | 2024-08-13T00:51:27.737Z | SLOW [>25140.000s] tokio::io_async_fd reset_writable |
2288 | 2024-08-13T00:52:27.697Z | SLOW [>25200.000s] tokio::io_async_fd poll_fns |
2289 | 2024-08-13T00:52:27.740Z | SLOW [>25200.000s] tokio::io_async_fd reset_writable |
2290 | 2024-08-13T00:53:27.698Z | SLOW [>25260.000s] tokio::io_async_fd poll_fns |
2291 | 2024-08-13T00:53:27.741Z | SLOW [>25260.000s] tokio::io_async_fd reset_writable |
2292 | 2024-08-13T00:54:27.700Z | SLOW [>25320.000s] tokio::io_async_fd poll_fns |
2293 | 2024-08-13T00:54:27.743Z | SLOW [>25320.000s] tokio::io_async_fd reset_writable |
2294 | 2024-08-13T00:55:27.702Z | SLOW [>25380.000s] tokio::io_async_fd poll_fns |
2295 | 2024-08-13T00:55:27.745Z | SLOW [>25380.000s] tokio::io_async_fd reset_writable |
2296 | 2024-08-13T00:56:27.704Z | SLOW [>25440.000s] tokio::io_async_fd poll_fns |
2297 | 2024-08-13T00:56:27.746Z | SLOW [>25440.000s] tokio::io_async_fd reset_writable |
2298 | 2024-08-13T00:57:27.706Z | SLOW [>25500.000s] tokio::io_async_fd poll_fns |
2299 | 2024-08-13T00:57:27.749Z | SLOW [>25500.000s] tokio::io_async_fd reset_writable |
2300 | 2024-08-13T00:58:27.708Z | SLOW [>25560.000s] tokio::io_async_fd poll_fns |
2301 | 2024-08-13T00:58:27.750Z | SLOW [>25560.000s] tokio::io_async_fd reset_writable |
2302 | 2024-08-13T00:59:27.710Z | SLOW [>25620.000s] tokio::io_async_fd poll_fns |
2303 | 2024-08-13T00:59:27.753Z | SLOW [>25620.000s] tokio::io_async_fd reset_writable |
2304 | 2024-08-13T01:00:27.712Z | SLOW [>25680.000s] tokio::io_async_fd poll_fns |
2305 | 2024-08-13T01:00:27.754Z | SLOW [>25680.000s] tokio::io_async_fd reset_writable |
2306 | 2024-08-13T01:01:27.713Z | SLOW [>25740.000s] tokio::io_async_fd poll_fns |
2307 | 2024-08-13T01:01:27.756Z | SLOW [>25740.000s] tokio::io_async_fd reset_writable |
2308 | 2024-08-13T01:02:27.716Z | SLOW [>25800.000s] tokio::io_async_fd poll_fns |
2309 | 2024-08-13T01:02:27.759Z | SLOW [>25800.000s] tokio::io_async_fd reset_writable |
2310 | 2024-08-13T01:03:27.717Z | SLOW [>25860.000s] tokio::io_async_fd poll_fns |
2311 | 2024-08-13T01:03:27.760Z | SLOW [>25860.000s] tokio::io_async_fd reset_writable |
2312 | 2024-08-13T01:04:27.720Z | SLOW [>25920.000s] tokio::io_async_fd poll_fns |
2313 | 2024-08-13T01:04:27.763Z | SLOW [>25920.000s] tokio::io_async_fd reset_writable |
2314 | 2024-08-13T01:05:27.721Z | SLOW [>25980.000s] tokio::io_async_fd poll_fns |
2315 | 2024-08-13T01:05:27.765Z | SLOW [>25980.000s] tokio::io_async_fd reset_writable |
2316 | 2024-08-13T01:06:27.723Z | SLOW [>26040.000s] tokio::io_async_fd poll_fns |
2317 | 2024-08-13T01:06:27.767Z | SLOW [>26040.000s] tokio::io_async_fd reset_writable |
2318 | 2024-08-13T01:07:27.725Z | SLOW [>26100.000s] tokio::io_async_fd poll_fns |
2319 | 2024-08-13T01:07:27.769Z | SLOW [>26100.000s] tokio::io_async_fd reset_writable |
2320 | 2024-08-13T01:08:27.727Z | SLOW [>26160.000s] tokio::io_async_fd poll_fns |
2321 | 2024-08-13T01:08:27.771Z | SLOW [>26160.000s] tokio::io_async_fd reset_writable |
2322 | 2024-08-13T01:09:27.728Z | SLOW [>26220.000s] tokio::io_async_fd poll_fns |
2323 | 2024-08-13T01:09:27.772Z | SLOW [>26220.000s] tokio::io_async_fd reset_writable |
2324 | 2024-08-13T01:10:27.731Z | SLOW [>26280.000s] tokio::io_async_fd poll_fns |
2325 | 2024-08-13T01:10:27.775Z | SLOW [>26280.000s] tokio::io_async_fd reset_writable |
2326 | 2024-08-13T01:11:27.733Z | SLOW [>26340.000s] tokio::io_async_fd poll_fns |
2327 | 2024-08-13T01:11:27.776Z | SLOW [>26340.000s] tokio::io_async_fd reset_writable |
2328 | 2024-08-13T01:12:27.734Z | SLOW [>26400.000s] tokio::io_async_fd poll_fns |
2329 | 2024-08-13T01:12:27.778Z | SLOW [>26400.000s] tokio::io_async_fd reset_writable |
2330 | 2024-08-13T01:13:27.737Z | SLOW [>26460.000s] tokio::io_async_fd poll_fns |
2331 | 2024-08-13T01:13:27.780Z | SLOW [>26460.000s] tokio::io_async_fd reset_writable |
2332 | 2024-08-13T01:14:27.738Z | SLOW [>26520.000s] tokio::io_async_fd poll_fns |
2333 | 2024-08-13T01:14:27.782Z | SLOW [>26520.000s] tokio::io_async_fd reset_writable |
2334 | 2024-08-13T01:15:27.741Z | SLOW [>26580.000s] tokio::io_async_fd poll_fns |
2335 | 2024-08-13T01:15:27.784Z | SLOW [>26580.000s] tokio::io_async_fd reset_writable |
2336 | 2024-08-13T01:16:27.742Z | SLOW [>26640.000s] tokio::io_async_fd poll_fns |
2337 | 2024-08-13T01:16:27.786Z | SLOW [>26640.000s] tokio::io_async_fd reset_writable |
2338 | 2024-08-13T01:17:27.745Z | SLOW [>26700.000s] tokio::io_async_fd poll_fns |
2339 | 2024-08-13T01:17:27.788Z | SLOW [>26700.000s] tokio::io_async_fd reset_writable |
2340 | 2024-08-13T01:18:27.746Z | SLOW [>26760.000s] tokio::io_async_fd poll_fns |
2341 | 2024-08-13T01:18:27.790Z | SLOW [>26760.000s] tokio::io_async_fd reset_writable |
2342 | 2024-08-13T01:19:27.749Z | SLOW [>26820.000s] tokio::io_async_fd poll_fns |
2343 | 2024-08-13T01:19:27.792Z | SLOW [>26820.000s] tokio::io_async_fd reset_writable |
2344 | 2024-08-13T01:20:27.750Z | SLOW [>26880.000s] tokio::io_async_fd poll_fns |
2345 | 2024-08-13T01:20:27.794Z | SLOW [>26880.000s] tokio::io_async_fd reset_writable |
2346 | 2024-08-13T01:21:27.752Z | SLOW [>26940.000s] tokio::io_async_fd poll_fns |
2347 | 2024-08-13T01:21:27.795Z | SLOW [>26940.000s] tokio::io_async_fd reset_writable |
2348 | 2024-08-13T01:22:27.754Z | SLOW [>27000.000s] tokio::io_async_fd poll_fns |
2349 | 2024-08-13T01:22:27.798Z | SLOW [>27000.000s] tokio::io_async_fd reset_writable |
2350 | 2024-08-13T01:23:27.756Z | SLOW [>27060.000s] tokio::io_async_fd poll_fns |
2351 | 2024-08-13T01:23:27.799Z | SLOW [>27060.000s] tokio::io_async_fd reset_writable |
2352 | 2024-08-13T01:24:27.758Z | SLOW [>27120.000s] tokio::io_async_fd poll_fns |
2353 | 2024-08-13T01:24:27.802Z | SLOW [>27120.000s] tokio::io_async_fd reset_writable |
2354 | 2024-08-13T01:25:27.760Z | SLOW [>27180.000s] tokio::io_async_fd poll_fns |
2355 | 2024-08-13T01:25:27.804Z | SLOW [>27180.000s] tokio::io_async_fd reset_writable |
2356 | 2024-08-13T01:26:27.762Z | SLOW [>27240.000s] tokio::io_async_fd poll_fns |
2357 | 2024-08-13T01:26:27.806Z | SLOW [>27240.000s] tokio::io_async_fd reset_writable |
2358 | 2024-08-13T01:27:27.764Z | SLOW [>27300.000s] tokio::io_async_fd poll_fns |
2359 | 2024-08-13T01:27:27.807Z | SLOW [>27300.000s] tokio::io_async_fd reset_writable |
2360 | 2024-08-13T01:28:27.766Z | SLOW [>27360.000s] tokio::io_async_fd poll_fns |
2361 | 2024-08-13T01:28:27.809Z | SLOW [>27360.000s] tokio::io_async_fd reset_writable |
2362 | 2024-08-13T01:29:27.768Z | SLOW [>27420.000s] tokio::io_async_fd poll_fns |
2363 | 2024-08-13T01:29:27.811Z | SLOW [>27420.000s] tokio::io_async_fd reset_writable |
2364 | 2024-08-13T01:30:27.770Z | SLOW [>27480.000s] tokio::io_async_fd poll_fns |
2365 | 2024-08-13T01:30:27.813Z | SLOW [>27480.000s] tokio::io_async_fd reset_writable |
2366 | 2024-08-13T01:31:27.772Z | SLOW [>27540.000s] tokio::io_async_fd poll_fns |
2367 | 2024-08-13T01:31:27.815Z | SLOW [>27540.000s] tokio::io_async_fd reset_writable |
2368 | 2024-08-13T01:32:27.774Z | SLOW [>27600.000s] tokio::io_async_fd poll_fns |
2369 | 2024-08-13T01:32:27.817Z | SLOW [>27600.000s] tokio::io_async_fd reset_writable |
2370 | 2024-08-13T01:33:27.776Z | SLOW [>27660.000s] tokio::io_async_fd poll_fns |
2371 | 2024-08-13T01:33:27.818Z | SLOW [>27660.000s] tokio::io_async_fd reset_writable |
2372 | 2024-08-13T01:34:27.779Z | SLOW [>27720.000s] tokio::io_async_fd poll_fns |
2373 | 2024-08-13T01:34:27.821Z | SLOW [>27720.000s] tokio::io_async_fd reset_writable |
2374 | 2024-08-13T01:35:27.781Z | SLOW [>27780.000s] tokio::io_async_fd poll_fns |
2375 | 2024-08-13T01:35:27.822Z | SLOW [>27780.000s] tokio::io_async_fd reset_writable |
2376 | 2024-08-13T01:36:27.783Z | SLOW [>27840.000s] tokio::io_async_fd poll_fns |
2377 | 2024-08-13T01:36:27.825Z | SLOW [>27840.000s] tokio::io_async_fd reset_writable |
2378 | 2024-08-13T01:37:27.786Z | SLOW [>27900.000s] tokio::io_async_fd poll_fns |
2379 | 2024-08-13T01:37:27.826Z | SLOW [>27900.000s] tokio::io_async_fd reset_writable |
2380 | 2024-08-13T01:38:27.787Z | SLOW [>27960.000s] tokio::io_async_fd poll_fns |
2381 | 2024-08-13T01:38:27.828Z | SLOW [>27960.000s] tokio::io_async_fd reset_writable |
2382 | 2024-08-13T01:39:27.790Z | SLOW [>28020.000s] tokio::io_async_fd poll_fns |
2383 | 2024-08-13T01:39:27.831Z | SLOW [>28020.000s] tokio::io_async_fd reset_writable |
2384 | 2024-08-13T01:40:27.791Z | SLOW [>28080.000s] tokio::io_async_fd poll_fns |
2385 | 2024-08-13T01:40:27.832Z | SLOW [>28080.000s] tokio::io_async_fd reset_writable |
2386 | 2024-08-13T01:41:27.794Z | SLOW [>28140.000s] tokio::io_async_fd poll_fns |
2387 | 2024-08-13T01:41:27.834Z | SLOW [>28140.000s] tokio::io_async_fd reset_writable |
2388 | 2024-08-13T01:42:27.795Z | SLOW [>28200.000s] tokio::io_async_fd poll_fns |
2389 | 2024-08-13T01:42:27.837Z | SLOW [>28200.000s] tokio::io_async_fd reset_writable |
2390 | 2024-08-13T01:43:27.797Z | SLOW [>28260.000s] tokio::io_async_fd poll_fns |
2391 | 2024-08-13T01:43:27.839Z | SLOW [>28260.000s] tokio::io_async_fd reset_writable |
2392 | 2024-08-13T01:44:27.799Z | SLOW [>28320.000s] tokio::io_async_fd poll_fns |
2393 | 2024-08-13T01:44:27.841Z | SLOW [>28320.000s] tokio::io_async_fd reset_writable |
2394 | 2024-08-13T01:45:27.801Z | SLOW [>28380.000s] tokio::io_async_fd poll_fns |
2395 | 2024-08-13T01:45:27.843Z | SLOW [>28380.000s] tokio::io_async_fd reset_writable |
2396 | 2024-08-13T01:46:27.803Z | SLOW [>28440.000s] tokio::io_async_fd poll_fns |
2397 | 2024-08-13T01:46:27.844Z | SLOW [>28440.000s] tokio::io_async_fd reset_writable |
2398 | 2024-08-13T01:47:27.805Z | SLOW [>28500.000s] tokio::io_async_fd poll_fns |
2399 | 2024-08-13T01:47:27.847Z | SLOW [>28500.000s] tokio::io_async_fd reset_writable |
2400 | 2024-08-13T01:48:27.808Z | SLOW [>28560.000s] tokio::io_async_fd poll_fns |
2401 | 2024-08-13T01:48:27.849Z | SLOW [>28560.000s] tokio::io_async_fd reset_writable |
2402 | 2024-08-13T01:49:27.809Z | SLOW [>28620.000s] tokio::io_async_fd poll_fns |
2403 | 2024-08-13T01:49:27.873Z | SLOW [>28620.000s] tokio::io_async_fd reset_writable |
|
2404 | 2024-08-13T01:50:14.881Z | job duration 28808 exceeds 28800 seconds; aborting |
2405 | 2024-08-13T01:50:15.752Z | worker failed without completing job |
2406 | 2024-08-13T01:50:15.754Z | task 4 was incomplete, marked failed |