|
|
|
1 | 2024-08-12T18:37:07.143Z | job assigned to worker 01J53Y123RHR2JGPZ359ZZYXT8 (queued for 44 s) |
|
2 | 2024-08-12T18:37:07.546Z | starting task 0: "setup" |
3 | 2024-08-12T18:37:07.571Z | ++ uname -s |
4 | 2024-08-12T18:37:07.571Z | + kern=SunOS |
5 | 2024-08-12T18:37:07.571Z | + case "$kern" in |
6 | 2024-08-12T18:37:07.571Z | + groupadd -g 12345 build |
7 | 2024-08-12T18:37:07.571Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-12T18:37:09.578Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-12T18:37:09.629Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-12T18:37:09.654Z | + home_fs=autofs |
11 | 2024-08-12T18:37:09.654Z | + [[ autofs == autofs ]] |
12 | 2024-08-12T18:37:09.654Z | + sed -i -e '/^\/home/d' /etc/auto_master |
13 | 2024-08-12T18:37:09.655Z | + automount -v |
14 | 2024-08-12T18:37:09.655Z | automount: no mounts |
15 | 2024-08-12T18:37:09.655Z | automount: /home unmounted |
16 | 2024-08-12T18:37:09.655Z | + mkdir -p /home/build |
17 | 2024-08-12T18:37:09.655Z | + chown build:build /home/build /work |
18 | 2024-08-12T18:37:11.652Z | + chmod 0700 /home/build /work |
19 | 2024-08-12T18:37:11.679Z | process exited: duration 4110 ms, exit code 0 |
|
20 | 2024-08-12T18:37:11.730Z | starting task 1: "rust-toolchain" |
21 | 2024-08-12T18:37:11.756Z | + printf ' * toolchain channel = "%s" |
22 | 2024-08-12T18:37:11.756Z | ' stable |
23 | 2024-08-12T18:37:11.756Z | + printf ' * toolchain profile = "%s" |
24 | 2024-08-12T18:37:11.756Z | ' default |
25 | 2024-08-12T18:37:11.756Z | * toolchain channel = "stable" |
26 | 2024-08-12T18:37:11.756Z | * toolchain profile = "default" |
27 | 2024-08-12T18:37:11.757Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
28 | 2024-08-12T18:37:11.757Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
29 | 2024-08-12T18:37:11.854Z | info: downloading installer |
30 | 2024-08-12T18:37:12.262Z | info: profile set to 'default' |
31 | 2024-08-12T18:37:12.262Z | info: default host triple is x86_64-unknown-illumos |
32 | 2024-08-12T18:37:12.262Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
33 | 2024-08-12T18:37:12.368Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
34 | 2024-08-12T18:37:12.368Z | info: downloading component 'cargo' |
35 | 2024-08-12T18:37:12.546Z | info: downloading component 'clippy' |
36 | 2024-08-12T18:37:12.609Z | info: downloading component 'rust-docs' |
37 | 2024-08-12T18:37:12.841Z | info: downloading component 'rust-std' |
38 | 2024-08-12T18:37:13.128Z | info: downloading component 'rustc' |
39 | 2024-08-12T18:37:13.932Z | info: downloading component 'rustfmt' |
40 | 2024-08-12T18:37:13.977Z | info: installing component 'cargo' |
41 | 2024-08-12T18:37:15.143Z | info: installing component 'clippy' |
42 | 2024-08-12T18:37:15.616Z | info: installing component 'rust-docs' |
43 | 2024-08-12T18:37:18.571Z | info: installing component 'rust-std' |
44 | 2024-08-12T18:37:20.557Z | info: installing component 'rustc' |
45 | 2024-08-12T18:37:25.797Z | info: installing component 'rustfmt' |
46 | 2024-08-12T18:37:26.188Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
47 | 2024-08-12T18:37:26.188Z | |
48 | 2024-08-12T18:37:26.315Z | stable-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
49 | 2024-08-12T18:37:26.315Z | |
50 | 2024-08-12T18:37:26.315Z | |
51 | 2024-08-12T18:37:26.315Z | Rust is installed now. Great! |
52 | 2024-08-12T18:37:26.315Z | |
53 | 2024-08-12T18:37:26.315Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
54 | 2024-08-12T18:37:26.315Z | environment variable. This has not been done automatically. |
55 | 2024-08-12T18:37:26.315Z | |
56 | 2024-08-12T18:37:26.315Z | To configure your current shell, you need to source |
57 | 2024-08-12T18:37:26.315Z | the corresponding env file under $HOME/.cargo. |
58 | 2024-08-12T18:37:26.315Z | |
59 | 2024-08-12T18:37:26.315Z | This is usually done by running one of the following (note the leading DOT): |
60 | 2024-08-12T18:37:26.340Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
61 | 2024-08-12T18:37:26.340Z | source "$HOME/.cargo/env.fish" # For fish |
62 | 2024-08-12T18:37:26.394Z | + rustc --version |
63 | 2024-08-12T18:37:26.518Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
64 | 2024-08-12T18:37:26.543Z | process exited: duration 14793 ms, exit code 0 |
|
65 | 2024-08-12T18:37:26.593Z | starting task 2: "authentication" |
66 | 2024-08-12T18:37:26.662Z | process exited: duration 68 ms, exit code 0 |
|
67 | 2024-08-12T18:37:26.724Z | starting task 3: "clone repository" |
68 | 2024-08-12T18:37:26.749Z | + mkdir -p /work/tokio-rs/tokio |
69 | 2024-08-12T18:37:26.749Z | + git clone https://github.com/tokio-rs/tokio /work/tokio-rs/tokio |
70 | 2024-08-12T18:37:26.774Z | Cloning into '/work/tokio-rs/tokio'... |
71 | 2024-08-12T18:37:28.335Z | + cd /work/tokio-rs/tokio |
72 | 2024-08-12T18:37:28.335Z | + git fetch origin 38cc55b33887234e720898efdd259ba1e53b223e |
73 | 2024-08-12T18:37:28.684Z | From https://github.com/tokio-rs/tokio |
74 | 2024-08-12T18:37:28.684Z | * branch 38cc55b33887234e720898efdd259ba1e53b223e -> FETCH_HEAD |
75 | 2024-08-12T18:37:28.709Z | + [[ -n '' ]] |
76 | 2024-08-12T18:37:28.709Z | + git reset --hard 38cc55b33887234e720898efdd259ba1e53b223e |
77 | 2024-08-12T18:37:28.748Z | HEAD is now at 38cc55b3 change `anon_pipe_spawn_echo` to use `printf(1)` |
78 | 2024-08-12T18:37:28.773Z | process exited: duration 2026 ms, exit code 0 |
|
79 | 2024-08-12T18:37:28.822Z | starting task 4: "build" |
80 | 2024-08-12T18:37:28.847Z | + export RUSTFLAGS=-Dwarnings |
81 | 2024-08-12T18:37:28.847Z | + RUSTFLAGS=-Dwarnings |
82 | 2024-08-12T18:37:28.847Z | + export RUST_BACKTRACE=1 |
83 | 2024-08-12T18:37:28.847Z | + RUST_BACKTRACE=1 |
84 | 2024-08-12T18:37:28.847Z | + export CARGO_INCREMENTAL=0 |
85 | 2024-08-12T18:37:28.847Z | + CARGO_INCREMENTAL=0 |
86 | 2024-08-12T18:37:28.848Z | + NEXTEST_VERSION=latest |
87 | 2024-08-12T18:37:28.848Z | + curl -sSfL --retry 10 https://get.nexte.st/latest/illumos |
88 | 2024-08-12T18:37:28.848Z | + gunzip |
89 | 2024-08-12T18:37:28.848Z | + tar -xvf - -C /home/build/.cargo/bin |
90 | 2024-08-12T18:37:29.869Z | x cargo-nextest, 16690416 bytes, 32599 tape blocks |
91 | 2024-08-12T18:37:29.894Z | + uname -a |
92 | 2024-08-12T18:37:29.894Z | SunOS bmat-EVT22200007-0000330b 5.11 omnios-r151038-db6df08a4e i86pc i386 i86pc |
93 | 2024-08-12T18:37:29.894Z | + cargo --version |
94 | 2024-08-12T18:37:30.006Z | cargo 1.80.1 (376290515 2024-07-16) |
95 | 2024-08-12T18:37:30.031Z | + rustc --version |
96 | 2024-08-12T18:37:30.123Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
97 | 2024-08-12T18:37:30.148Z | + banner build |
98 | 2024-08-12T18:37:30.148Z | |
99 | 2024-08-12T18:37:30.148Z | ##### # # # # ##### |
100 | 2024-08-12T18:37:30.148Z | # # # # # # # # |
101 | 2024-08-12T18:37:30.148Z | ##### # # # # # # |
102 | 2024-08-12T18:37:30.148Z | # # # # # # # # |
103 | 2024-08-12T18:37:30.148Z | # # # # # # # # |
104 | 2024-08-12T18:37:30.148Z | ##### #### # ###### ##### |
105 | 2024-08-12T18:37:30.148Z | |
106 | 2024-08-12T18:37:30.148Z | + ptime -m cargo test --no-run --all --verbose --features full |
107 | 2024-08-12T18:37:30.509Z | Updating crates.io index |
108 | 2024-08-12T18:37:31.218Z | Locking 203 packages to latest compatible versions |
109 | 2024-08-12T18:37:31.243Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
110 | 2024-08-12T18:37:31.243Z | Adding anes v0.1.6 (latest: v0.2.0) |
111 | 2024-08-12T18:37:31.243Z | Adding gimli v0.29.0 (latest: v0.31.0) |
112 | 2024-08-12T18:37:31.243Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
113 | 2024-08-12T18:37:31.243Z | Adding http v0.2.12 (latest: v1.1.0) |
114 | 2024-08-12T18:37:31.243Z | Adding itertools v0.10.5 (latest: v0.13.0) |
115 | 2024-08-12T18:37:31.243Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
116 | 2024-08-12T18:37:31.243Z | Adding matchers v0.1.0 (latest: v0.2.0) |
117 | 2024-08-12T18:37:31.243Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
118 | 2024-08-12T18:37:31.243Z | Adding mio v0.8.11 (latest: v1.0.2) |
119 | 2024-08-12T18:37:31.243Z | Adding mockall v0.11.4 (latest: v0.13.0) |
120 | 2024-08-12T18:37:31.243Z | Adding mockall_derive v0.11.4 (latest: v0.13.0) |
121 | 2024-08-12T18:37:31.243Z | Adding nu-ansi-term v0.46.0 (latest: v0.50.1) |
122 | 2024-08-12T18:37:31.243Z | Adding predicates v2.1.5 (latest: v3.1.2) |
123 | 2024-08-12T18:37:31.243Z | Adding regex-automata v0.1.10 (latest: v0.4.7) |
124 | 2024-08-12T18:37:31.243Z | Adding regex-syntax v0.6.29 (latest: v0.8.4) |
125 | 2024-08-12T18:37:31.268Z | Adding syn v1.0.109 (latest: v2.0.74) |
126 | 2024-08-12T18:37:31.268Z | Adding termtree v0.4.1 (latest: v0.5.1) |
127 | 2024-08-12T18:37:31.268Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
128 | 2024-08-12T18:37:31.268Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
129 | 2024-08-12T18:37:31.268Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
130 | 2024-08-12T18:37:31.268Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
131 | 2024-08-12T18:37:31.268Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
132 | 2024-08-12T18:37:31.268Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
133 | 2024-08-12T18:37:31.268Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
134 | 2024-08-12T18:37:31.268Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
135 | 2024-08-12T18:37:31.268Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
136 | 2024-08-12T18:37:31.268Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
137 | 2024-08-12T18:37:31.268Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
138 | 2024-08-12T18:37:31.268Z | Downloading crates ... |
139 | 2024-08-12T18:37:31.322Z | Downloaded async-stream-impl v0.3.5 |
140 | 2024-08-12T18:37:31.348Z | Downloaded is-terminal v0.4.12 |
141 | 2024-08-12T18:37:31.348Z | Downloaded downcast v0.11.0 |
142 | 2024-08-12T18:37:31.349Z | Downloaded predicates-core v1.0.8 |
143 | 2024-08-12T18:37:31.349Z | Downloaded rayon-core v1.12.1 |
144 | 2024-08-12T18:37:31.349Z | Downloaded trybuild v1.0.99 |
145 | 2024-08-12T18:37:31.376Z | Downloaded walkdir v2.5.0 |
146 | 2024-08-12T18:37:31.376Z | Downloaded serde_json v1.0.124 |
147 | 2024-08-12T18:37:31.401Z | Downloaded serde_spanned v0.6.7 |
148 | 2024-08-12T18:37:31.401Z | Downloaded serde_derive v1.0.206 |
149 | 2024-08-12T18:37:31.401Z | Downloaded syn v1.0.109 |
150 | 2024-08-12T18:37:31.427Z | Downloaded indexmap v2.3.0 |
151 | 2024-08-12T18:37:31.427Z | Downloaded zerocopy v0.7.35 |
152 | 2024-08-12T18:37:31.452Z | Downloaded regex-automata v0.4.7 |
153 | 2024-08-12T18:37:31.476Z | Downloaded rand_core v0.6.4 |
154 | 2024-08-12T18:37:31.477Z | Downloaded socket2 v0.5.7 |
155 | 2024-08-12T18:37:31.477Z | Downloaded regex-syntax v0.6.29 |
156 | 2024-08-12T18:37:31.477Z | Downloaded num_cpus v1.16.0 |
157 | 2024-08-12T18:37:31.477Z | Downloaded futures-test v0.3.30 |
158 | 2024-08-12T18:37:31.501Z | Downloaded regex-syntax v0.8.4 |
159 | 2024-08-12T18:37:31.501Z | Downloaded crossbeam-utils v0.8.20 |
160 | 2024-08-12T18:37:31.501Z | Downloaded regex-automata v0.1.10 |
161 | 2024-08-12T18:37:31.501Z | Downloaded zerocopy-derive v0.7.35 |
162 | 2024-08-12T18:37:31.501Z | Downloaded plotters v0.3.6 |
163 | 2024-08-12T18:37:31.526Z | Downloaded pin-utils v0.1.0 |
164 | 2024-08-12T18:37:31.526Z | Downloaded mockall_derive v0.11.4 |
165 | 2024-08-12T18:37:31.526Z | Downloaded itoa v1.0.11 |
166 | 2024-08-12T18:37:31.526Z | Downloaded http v0.2.12 |
167 | 2024-08-12T18:37:31.526Z | Downloaded fnv v1.0.7 |
168 | 2024-08-12T18:37:31.526Z | Downloaded clap v4.5.15 |
169 | 2024-08-12T18:37:31.551Z | Downloaded regex v1.10.6 |
170 | 2024-08-12T18:37:31.551Z | Downloaded rayon v1.10.0 |
171 | 2024-08-12T18:37:31.576Z | Downloaded predicates-tree v1.0.11 |
172 | 2024-08-12T18:37:31.576Z | Downloaded memoffset v0.9.1 |
173 | 2024-08-12T18:37:31.576Z | Downloaded fragile v2.0.0 |
174 | 2024-08-12T18:37:31.576Z | Downloaded fastrand v2.1.0 |
175 | 2024-08-12T18:37:31.576Z | Downloaded clap_builder v4.5.15 |
176 | 2024-08-12T18:37:31.576Z | Downloaded winnow v0.6.18 |
177 | 2024-08-12T18:37:31.603Z | Downloaded unicode-ident v1.0.12 |
178 | 2024-08-12T18:37:31.603Z | Downloaded tracing-subscriber v0.3.18 |
179 | 2024-08-12T18:37:31.603Z | Downloaded tracing-core v0.1.32 |
180 | 2024-08-12T18:37:31.603Z | Downloaded toml_datetime v0.6.8 |
181 | 2024-08-12T18:37:31.603Z | Downloaded syn v2.0.74 |
182 | 2024-08-12T18:37:31.628Z | Downloaded ryu v1.0.18 |
183 | 2024-08-12T18:37:31.629Z | Downloaded rand_chacha v0.3.1 |
184 | 2024-08-12T18:37:31.629Z | Downloaded quote v1.0.36 |
185 | 2024-08-12T18:37:31.629Z | Downloaded predicates v2.1.5 |
186 | 2024-08-12T18:37:31.629Z | Downloaded ppv-lite86 v0.2.20 |
187 | 2024-08-12T18:37:31.629Z | Downloaded plotters-svg v0.3.6 |
188 | 2024-08-12T18:37:31.629Z | Downloaded pin-project-lite v0.2.14 |
189 | 2024-08-12T18:37:31.654Z | Downloaded pin-project v1.1.5 |
190 | 2024-08-12T18:37:31.654Z | Downloaded parking_lot_core v0.9.10 |
191 | 2024-08-12T18:37:31.654Z | Downloaded overload v0.1.1 |
192 | 2024-08-12T18:37:31.654Z | Downloaded once_cell v1.19.0 |
193 | 2024-08-12T18:37:31.679Z | Downloaded num-traits v0.2.19 |
194 | 2024-08-12T18:37:31.679Z | Downloaded normalize-line-endings v0.3.0 |
195 | 2024-08-12T18:37:31.679Z | Downloaded mockall v0.11.4 |
196 | 2024-08-12T18:37:31.679Z | Downloaded matchers v0.1.0 |
197 | 2024-08-12T18:37:31.679Z | Downloaded lock_api v0.4.12 |
198 | 2024-08-12T18:37:31.679Z | Downloaded libc v0.2.155 |
199 | 2024-08-12T18:37:31.704Z | Downloaded lazy_static v1.5.0 |
200 | 2024-08-12T18:37:31.704Z | Downloaded itertools v0.10.5 |
201 | 2024-08-12T18:37:31.729Z | Downloaded httparse v1.9.4 |
202 | 2024-08-12T18:37:31.729Z | Downloaded hashbrown v0.14.5 |
203 | 2024-08-12T18:37:31.729Z | Downloaded glob v0.3.1 |
204 | 2024-08-12T18:37:31.729Z | Downloaded getrandom v0.2.15 |
205 | 2024-08-12T18:37:31.729Z | Downloaded futures-util v0.3.30 |
206 | 2024-08-12T18:37:31.754Z | Downloaded futures-task v0.3.30 |
207 | 2024-08-12T18:37:31.754Z | Downloaded futures-macro v0.3.30 |
208 | 2024-08-12T18:37:31.754Z | Downloaded futures-executor v0.3.30 |
209 | 2024-08-12T18:37:31.754Z | Downloaded futures-channel v0.3.30 |
210 | 2024-08-12T18:37:31.754Z | Downloaded float-cmp v0.9.0 |
211 | 2024-08-12T18:37:31.754Z | Downloaded errno v0.3.9 |
212 | 2024-08-12T18:37:31.754Z | Downloaded either v1.13.0 |
213 | 2024-08-12T18:37:31.754Z | Downloaded doc-comment v0.3.3 |
214 | 2024-08-12T18:37:31.754Z | Downloaded difflib v0.4.0 |
215 | 2024-08-12T18:37:31.754Z | Downloaded crossbeam-deque v0.8.5 |
216 | 2024-08-12T18:37:31.754Z | Downloaded criterion v0.5.1 |
217 | 2024-08-12T18:37:31.781Z | Downloaded cfg-if v1.0.0 |
218 | 2024-08-12T18:37:31.782Z | Downloaded tracing-log v0.2.0 |
219 | 2024-08-12T18:37:31.782Z | Downloaded toml_edit v0.22.20 |
220 | 2024-08-12T18:37:31.807Z | Downloaded toml v0.8.19 |
221 | 2024-08-12T18:37:31.807Z | Downloaded tinytemplate v1.2.1 |
222 | 2024-08-12T18:37:31.807Z | Downloaded thread_local v1.1.8 |
223 | 2024-08-12T18:37:31.807Z | Downloaded termcolor v1.4.1 |
224 | 2024-08-12T18:37:31.807Z | Downloaded tempfile v3.12.0 |
225 | 2024-08-12T18:37:31.807Z | Downloaded rustix v0.38.34 |
226 | 2024-08-12T18:37:31.832Z | Downloaded proc-macro2 v1.0.86 |
227 | 2024-08-12T18:37:31.832Z | Downloaded mio v1.0.2 |
228 | 2024-08-12T18:37:31.857Z | Downloaded memchr v2.7.4 |
229 | 2024-08-12T18:37:31.857Z | Downloaded log v0.4.22 |
230 | 2024-08-12T18:37:31.857Z | Downloaded crossbeam-epoch v0.9.18 |
231 | 2024-08-12T18:37:31.857Z | Downloaded tracing v0.1.40 |
232 | 2024-08-12T18:37:31.857Z | Downloaded termtree v0.4.1 |
233 | 2024-08-12T18:37:31.857Z | Downloaded smallvec v1.13.2 |
234 | 2024-08-12T18:37:31.857Z | Downloaded slab v0.4.9 |
235 | 2024-08-12T18:37:31.857Z | Downloaded signal-hook-registry v1.4.2 |
236 | 2024-08-12T18:37:31.882Z | Downloaded sharded-slab v0.1.7 |
237 | 2024-08-12T18:37:31.882Z | Downloaded serde v1.0.206 |
238 | 2024-08-12T18:37:31.882Z | Downloaded scopeguard v1.2.0 |
239 | 2024-08-12T18:37:31.882Z | Downloaded same-file v1.0.6 |
240 | 2024-08-12T18:37:31.882Z | Downloaded nix v0.29.0 |
241 | 2024-08-12T18:37:31.882Z | Downloaded half v2.4.1 |
242 | 2024-08-12T18:37:31.908Z | Downloaded bytes v1.7.1 |
243 | 2024-08-12T18:37:31.909Z | Downloaded autocfg v1.3.0 |
244 | 2024-08-12T18:37:31.909Z | Downloaded tracing-attributes v0.1.27 |
245 | 2024-08-12T18:37:31.909Z | Downloaded rand v0.8.5 |
246 | 2024-08-12T18:37:31.909Z | Downloaded parking_lot v0.12.3 |
247 | 2024-08-12T18:37:31.909Z | Downloaded ciborium-io v0.2.2 |
248 | 2024-08-12T18:37:31.909Z | Downloaded ciborium v0.2.2 |
249 | 2024-08-12T18:37:31.909Z | Downloaded byteorder v1.5.0 |
250 | 2024-08-12T18:37:31.909Z | Downloaded plotters-backend v0.3.6 |
251 | 2024-08-12T18:37:31.934Z | Downloaded pin-project-internal v1.1.5 |
252 | 2024-08-12T18:37:31.934Z | Downloaded oorandom v11.1.4 |
253 | 2024-08-12T18:37:31.934Z | Downloaded nu-ansi-term v0.46.0 |
254 | 2024-08-12T18:37:31.934Z | Downloaded httpdate v1.0.3 |
255 | 2024-08-12T18:37:31.934Z | Downloaded futures-sink v0.3.30 |
256 | 2024-08-12T18:37:31.934Z | Downloaded futures-core v0.3.30 |
257 | 2024-08-12T18:37:31.934Z | Downloaded futures v0.3.30 |
258 | 2024-08-12T18:37:31.934Z | Downloaded criterion-plot v0.5.0 |
259 | 2024-08-12T18:37:31.934Z | Downloaded clap_lex v0.7.2 |
260 | 2024-08-12T18:37:31.934Z | Downloaded ciborium-ll v0.2.2 |
261 | 2024-08-12T18:37:31.934Z | Downloaded cfg_aliases v0.2.1 |
262 | 2024-08-12T18:37:31.934Z | Downloaded cast v0.3.0 |
263 | 2024-08-12T18:37:31.934Z | Downloaded async-stream v0.3.5 |
264 | 2024-08-12T18:37:31.959Z | Downloaded anstyle v1.0.8 |
265 | 2024-08-12T18:37:31.959Z | Downloaded futures-io v0.3.30 |
266 | 2024-08-12T18:37:31.959Z | Downloaded anes v0.1.6 |
267 | 2024-08-12T18:37:31.959Z | Downloaded aho-corasick v1.1.3 |
268 | 2024-08-12T18:37:31.959Z | Downloaded bitflags v2.6.0 |
269 | 2024-08-12T18:37:31.959Z | Downloaded equivalent v1.0.1 |
270 | 2024-08-12T18:37:32.218Z | Compiling proc-macro2 v1.0.86 |
271 | 2024-08-12T18:37:32.218Z | Compiling unicode-ident v1.0.12 |
272 | 2024-08-12T18:37:32.243Z | Compiling autocfg v1.3.0 |
273 | 2024-08-12T18:37:32.243Z | Compiling libc v0.2.155 |
274 | 2024-08-12T18:37:32.243Z | Compiling cfg-if v1.0.0 |
275 | 2024-08-12T18:37:32.243Z | Compiling pin-project-lite v0.2.14 |
276 | 2024-08-12T18:37:32.243Z | Compiling memchr v2.7.4 |
277 | 2024-08-12T18:37:32.243Z | Compiling parking_lot_core v0.9.10 |
278 | 2024-08-12T18:37:32.243Z | 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` |
279 | 2024-08-12T18:37:32.243Z | 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` |
280 | 2024-08-12T18:37:32.243Z | 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` |
281 | 2024-08-12T18:37:32.243Z | 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` |
282 | 2024-08-12T18:37:32.243Z | 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` |
283 | 2024-08-12T18:37:32.243Z | 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` |
284 | 2024-08-12T18:37:32.243Z | 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` |
285 | 2024-08-12T18:37:32.243Z | 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` |
286 | 2024-08-12T18:37:32.401Z | Compiling smallvec v1.13.2 |
287 | 2024-08-12T18:37:32.426Z | 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` |
288 | 2024-08-12T18:37:32.426Z | Compiling scopeguard v1.2.0 |
289 | 2024-08-12T18:37:32.451Z | 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` |
290 | 2024-08-12T18:37:32.476Z | Compiling bytes v1.7.1 |
291 | 2024-08-12T18:37:32.501Z | 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` |
292 | 2024-08-12T18:37:32.548Z | Compiling futures-core v0.3.30 |
293 | 2024-08-12T18:37:32.572Z | 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` |
294 | 2024-08-12T18:37:32.783Z | Compiling futures-sink v0.3.30 |
295 | 2024-08-12T18:37:32.783Z | 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` |
296 | 2024-08-12T18:37:32.816Z | Compiling pin-utils v0.1.0 |
297 | 2024-08-12T18:37:32.841Z | 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` |
298 | 2024-08-12T18:37:32.867Z | Running `/work/tokio-rs/tokio/target/debug/build/parking_lot_core-3c192d7fbb88efb4/build-script-build` |
299 | 2024-08-12T18:37:32.867Z | Running `/work/tokio-rs/tokio/target/debug/build/proc-macro2-bcc604bf5ac3ab58/build-script-build` |
300 | 2024-08-12T18:37:32.894Z | Compiling futures-io v0.3.30 |
301 | 2024-08-12T18:37:32.894Z | 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` |
302 | 2024-08-12T18:37:32.919Z | Compiling futures-channel v0.3.30 |
303 | 2024-08-12T18:37:32.919Z | 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` |
304 | 2024-08-12T18:37:32.919Z | Compiling futures-task v0.3.30 |
305 | 2024-08-12T18:37:32.919Z | 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` |
306 | 2024-08-12T18:37:32.947Z | Running `/work/tokio-rs/tokio/target/debug/build/libc-d32db536f7a7ccca/build-script-build` |
307 | 2024-08-12T18:37:32.985Z | 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"))'` |
308 | 2024-08-12T18:37:33.009Z | Compiling lock_api v0.4.12 |
309 | 2024-08-12T18:37:33.009Z | 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` |
310 | 2024-08-12T18:37:33.034Z | 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)'` |
311 | 2024-08-12T18:37:33.177Z | Compiling slab v0.4.9 |
312 | 2024-08-12T18:37:33.204Z | 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` |
313 | 2024-08-12T18:37:33.204Z | Compiling once_cell v1.19.0 |
314 | 2024-08-12T18:37:33.204Z | 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` |
315 | 2024-08-12T18:37:33.333Z | Compiling bitflags v2.6.0 |
316 | 2024-08-12T18:37:33.359Z | 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` |
317 | 2024-08-12T18:37:33.383Z | Running `/work/tokio-rs/tokio/target/debug/build/lock_api-80d5a0f0e1ee929e/build-script-build` |
318 | 2024-08-12T18:37:33.537Z | 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` |
319 | 2024-08-12T18:37:33.645Z | Running `/work/tokio-rs/tokio/target/debug/build/slab-48bcc6bcbcdc5744/build-script-build` |
320 | 2024-08-12T18:37:33.762Z | Compiling rustix v0.38.34 |
321 | 2024-08-12T18:37:33.787Z | 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` |
322 | 2024-08-12T18:37:34.176Z | 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` |
323 | 2024-08-12T18:37:34.203Z | Compiling fastrand v2.1.0 |
324 | 2024-08-12T18:37:34.203Z | 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` |
325 | 2024-08-12T18:37:34.203Z | Compiling quote v1.0.36 |
326 | 2024-08-12T18:37:34.203Z | 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` |
327 | 2024-08-12T18:37:34.204Z | Compiling aho-corasick v1.1.3 |
328 | 2024-08-12T18:37:34.204Z | 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` |
329 | 2024-08-12T18:37:34.204Z | Compiling regex-syntax v0.8.4 |
330 | 2024-08-12T18:37:34.204Z | 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` |
331 | 2024-08-12T18:37:34.204Z | Compiling byteorder v1.5.0 |
332 | 2024-08-12T18:37:34.229Z | 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` |
333 | 2024-08-12T18:37:34.505Z | Compiling syn v2.0.74 |
334 | 2024-08-12T18:37:34.531Z | 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` |
335 | 2024-08-12T18:37:34.531Z | 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` |
336 | 2024-08-12T18:37:34.531Z | Compiling mio v1.0.2 |
337 | 2024-08-12T18:37:34.531Z | 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` |
338 | 2024-08-12T18:37:34.627Z | Compiling socket2 v0.5.7 |
339 | 2024-08-12T18:37:34.652Z | 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` |
340 | 2024-08-12T18:37:34.677Z | Compiling signal-hook-registry v1.4.2 |
341 | 2024-08-12T18:37:34.677Z | 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` |
342 | 2024-08-12T18:37:34.677Z | Compiling num_cpus v1.16.0 |
343 | 2024-08-12T18:37:34.677Z | 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` |
344 | 2024-08-12T18:37:34.776Z | Running `/work/tokio-rs/tokio/target/debug/build/rustix-6f3b2ee66cdf5d10/build-script-build` |
345 | 2024-08-12T18:37:34.869Z | Compiling parking_lot v0.12.3 |
346 | 2024-08-12T18:37:34.894Z | 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` |
347 | 2024-08-12T18:37:35.102Z | Compiling errno v0.3.9 |
348 | 2024-08-12T18:37:35.127Z | 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` |
349 | 2024-08-12T18:37:35.301Z | 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` |
350 | 2024-08-12T18:37:35.468Z | Compiling getrandom v0.2.15 |
351 | 2024-08-12T18:37:35.493Z | 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` |
352 | 2024-08-12T18:37:35.548Z | Compiling lazy_static v1.5.0 |
353 | 2024-08-12T18:37:35.572Z | 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` |
354 | 2024-08-12T18:37:35.650Z | Compiling rand_core v0.6.4 |
355 | 2024-08-12T18:37:35.675Z | 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` |
356 | 2024-08-12T18:37:35.675Z | Compiling num-traits v0.2.19 |
357 | 2024-08-12T18:37:35.675Z | 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` |
358 | 2024-08-12T18:37:35.722Z | Compiling syn v1.0.109 |
359 | 2024-08-12T18:37:35.751Z | 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` |
360 | 2024-08-12T18:37:35.777Z | Compiling memoffset v0.9.1 |
361 | 2024-08-12T18:37:35.777Z | 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` |
362 | 2024-08-12T18:37:35.940Z | Running `/work/tokio-rs/tokio/target/debug/build/num-traits-51f408cace3779a9/build-script-build` |
363 | 2024-08-12T18:37:36.032Z | Compiling predicates-core v1.0.8 |
364 | 2024-08-12T18:37:36.057Z | 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` |
365 | 2024-08-12T18:37:36.057Z | Compiling either v1.13.0 |
366 | 2024-08-12T18:37:36.057Z | 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` |
367 | 2024-08-12T18:37:36.144Z | 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` |
368 | 2024-08-12T18:37:36.208Z | Running `/work/tokio-rs/tokio/target/debug/build/syn-a477de46bbf15a1d/build-script-build` |
369 | 2024-08-12T18:37:36.259Z | Compiling cfg_aliases v0.2.1 |
370 | 2024-08-12T18:37:36.285Z | 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` |
371 | 2024-08-12T18:37:36.344Z | Compiling nix v0.29.0 |
372 | 2024-08-12T18:37:36.377Z | 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` |
373 | 2024-08-12T18:37:36.377Z | Compiling itertools v0.10.5 |
374 | 2024-08-12T18:37:36.408Z | 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` |
375 | 2024-08-12T18:37:36.409Z | 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` |
376 | 2024-08-12T18:37:37.007Z | Compiling tempfile v3.12.0 |
377 | 2024-08-12T18:37:37.032Z | 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` |
378 | 2024-08-12T18:37:37.121Z | Compiling regex-automata v0.4.7 |
379 | 2024-08-12T18:37:37.146Z | 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` |
380 | 2024-08-12T18:37:37.857Z | Compiling float-cmp v0.9.0 |
381 | 2024-08-12T18:37:37.882Z | 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` |
382 | 2024-08-12T18:37:37.906Z | Running `/work/tokio-rs/tokio/target/debug/build/memoffset-644ada9e70c8c763/build-script-build` |
383 | 2024-08-12T18:37:38.013Z | Compiling termtree v0.4.1 |
384 | 2024-08-12T18:37:38.039Z | 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` |
385 | 2024-08-12T18:37:38.063Z | Compiling difflib v0.4.0 |
386 | 2024-08-12T18:37:38.063Z | 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` |
387 | 2024-08-12T18:37:38.206Z | Compiling normalize-line-endings v0.3.0 |
388 | 2024-08-12T18:37:38.249Z | 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` |
389 | 2024-08-12T18:37:38.349Z | Compiling predicates-tree v1.0.11 |
390 | 2024-08-12T18:37:38.377Z | 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` |
391 | 2024-08-12T18:37:38.746Z | 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` |
392 | 2024-08-12T18:37:38.835Z | Running `/work/tokio-rs/tokio/target/debug/build/nix-175435dd78eab303/build-script-build` |
393 | 2024-08-12T18:37:38.860Z | Compiling downcast v0.11.0 |
394 | 2024-08-12T18:37:38.860Z | 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` |
395 | 2024-08-12T18:37:38.891Z | Compiling fragile v2.0.0 |
396 | 2024-08-12T18:37:38.917Z | 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` |
397 | 2024-08-12T18:37:39.062Z | 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)'` |
398 | 2024-08-12T18:37:39.403Z | Compiling serde v1.0.206 |
399 | 2024-08-12T18:37:39.431Z | 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` |
400 | 2024-08-12T18:37:39.518Z | Compiling serde_json v1.0.124 |
401 | 2024-08-12T18:37:39.544Z | 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` |
402 | 2024-08-12T18:37:39.827Z | Compiling itoa v1.0.11 |
403 | 2024-08-12T18:37:39.852Z | 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` |
404 | 2024-08-12T18:37:39.878Z | Running `/work/tokio-rs/tokio/target/debug/build/serde_json-4d7df6690e7c68df/build-script-build` |
405 | 2024-08-12T18:37:39.903Z | Running `/work/tokio-rs/tokio/target/debug/build/serde-9c8947a4d418f305/build-script-build` |
406 | 2024-08-12T18:37:39.903Z | Compiling ryu v1.0.18 |
407 | 2024-08-12T18:37:39.903Z | 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` |
408 | 2024-08-12T18:37:39.943Z | Compiling tracing-core v0.1.32 |
409 | 2024-08-12T18:37:39.967Z | 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` |
410 | 2024-08-12T18:37:40.012Z | Compiling regex-syntax v0.6.29 |
411 | 2024-08-12T18:37:40.043Z | 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` |
412 | 2024-08-12T18:37:40.203Z | Compiling overload v0.1.1 |
413 | 2024-08-12T18:37:40.228Z | 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` |
414 | 2024-08-12T18:37:40.228Z | Compiling httparse v1.9.4 |
415 | 2024-08-12T18:37:40.228Z | 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` |
416 | 2024-08-12T18:37:40.285Z | Compiling log v0.4.22 |
417 | 2024-08-12T18:37:40.309Z | 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` |
418 | 2024-08-12T18:37:40.682Z | Compiling regex v1.10.6 |
419 | 2024-08-12T18:37:40.708Z | 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` |
420 | 2024-08-12T18:37:40.794Z | Running `/work/tokio-rs/tokio/target/debug/build/httparse-65089cfb9fc4b037/build-script-build` |
421 | 2024-08-12T18:37:40.844Z | Compiling tracing-log v0.2.0 |
422 | 2024-08-12T18:37:40.869Z | 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` |
423 | 2024-08-12T18:37:41.253Z | Compiling predicates v2.1.5 |
424 | 2024-08-12T18:37:41.278Z | 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` |
425 | 2024-08-12T18:37:41.278Z | Compiling nu-ansi-term v0.46.0 |
426 | 2024-08-12T18:37:41.278Z | 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` |
427 | 2024-08-12T18:37:41.507Z | Compiling sharded-slab v0.1.7 |
428 | 2024-08-12T18:37:41.533Z | 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` |
429 | 2024-08-12T18:37:41.616Z | Compiling thread_local v1.1.8 |
430 | 2024-08-12T18:37:41.641Z | 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` |
431 | 2024-08-12T18:37:41.881Z | Compiling fnv v1.0.7 |
432 | 2024-08-12T18:37:41.906Z | 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` |
433 | 2024-08-12T18:37:41.993Z | Compiling http v0.2.12 |
434 | 2024-08-12T18:37:42.018Z | 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` |
435 | 2024-08-12T18:37:42.143Z | 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` |
436 | 2024-08-12T18:37:42.637Z | Compiling regex-automata v0.1.10 |
437 | 2024-08-12T18:37:42.662Z | 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` |
438 | 2024-08-12T18:37:42.772Z | Compiling httpdate v1.0.3 |
439 | 2024-08-12T18:37:42.797Z | 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` |
440 | 2024-08-12T18:37:42.832Z | Compiling doc-comment v0.3.3 |
441 | 2024-08-12T18:37:42.862Z | 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` |
442 | 2024-08-12T18:37:43.190Z | Compiling equivalent v1.0.1 |
443 | 2024-08-12T18:37:43.215Z | 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` |
444 | 2024-08-12T18:37:43.301Z | Compiling hashbrown v0.14.5 |
445 | 2024-08-12T18:37:43.327Z | 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` |
446 | 2024-08-12T18:37:43.352Z | Running `/work/tokio-rs/tokio/target/debug/build/doc-comment-007b411b2934078c/build-script-build` |
447 | 2024-08-12T18:37:43.469Z | 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` |
448 | 2024-08-12T18:37:43.546Z | Compiling winnow v0.6.18 |
449 | 2024-08-12T18:37:43.572Z | 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` |
450 | 2024-08-12T18:37:44.013Z | Compiling tokio-macros v2.4.0 (/work/tokio-rs/tokio/tokio-macros) |
451 | 2024-08-12T18:37:44.039Z | 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` |
452 | 2024-08-12T18:37:44.260Z | Compiling futures-macro v0.3.30 |
453 | 2024-08-12T18:37:44.285Z | 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` |
454 | 2024-08-12T18:37:44.350Z | Compiling async-stream-impl v0.3.5 |
455 | 2024-08-12T18:37:44.375Z | 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` |
456 | 2024-08-12T18:37:45.208Z | Compiling tokio v1.39.2 (/work/tokio-rs/tokio/tokio) |
457 | 2024-08-12T18:37:45.233Z | 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` |
458 | 2024-08-12T18:37:45.293Z | Compiling zerocopy-derive v0.7.35 |
459 | 2024-08-12T18:37:45.293Z | 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` |
460 | 2024-08-12T18:37:45.416Z | Compiling async-stream v0.3.5 |
461 | 2024-08-12T18:37:45.440Z | 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` |
462 | 2024-08-12T18:37:45.465Z | Compiling pin-project-internal v1.1.5 |
463 | 2024-08-12T18:37:45.465Z | 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` |
464 | 2024-08-12T18:37:45.490Z | Compiling mockall_derive v0.11.4 |
465 | 2024-08-12T18:37:45.490Z | 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` |
466 | 2024-08-12T18:37:45.694Z | Compiling serde_derive v1.0.206 |
467 | 2024-08-12T18:37:45.719Z | 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` |
468 | 2024-08-12T18:37:45.744Z | Compiling futures-util v0.3.30 |
469 | 2024-08-12T18:37:45.744Z | 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` |
470 | 2024-08-12T18:37:45.960Z | Compiling tracing-attributes v0.1.27 |
471 | 2024-08-12T18:37:45.985Z | 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` |
472 | 2024-08-12T18:37:46.542Z | Compiling matchers v0.1.0 |
473 | 2024-08-12T18:37:46.567Z | 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` |
474 | 2024-08-12T18:37:46.726Z | Compiling indexmap v2.3.0 |
475 | 2024-08-12T18:37:46.752Z | 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` |
476 | 2024-08-12T18:37:46.882Z | Compiling zerocopy v0.7.35 |
477 | 2024-08-12T18:37:46.907Z | 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` |
478 | 2024-08-12T18:37:47.676Z | Compiling pin-project v1.1.5 |
479 | 2024-08-12T18:37:47.701Z | 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` |
480 | 2024-08-12T18:37:47.774Z | Compiling trybuild v1.0.99 |
481 | 2024-08-12T18:37:47.799Z | 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` |
482 | 2024-08-12T18:37:47.896Z | Compiling termcolor v1.4.1 |
483 | 2024-08-12T18:37:47.920Z | 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` |
484 | 2024-08-12T18:37:48.140Z | Compiling ppv-lite86 v0.2.20 |
485 | 2024-08-12T18:37:48.165Z | 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` |
486 | 2024-08-12T18:37:48.189Z | Running `/work/tokio-rs/tokio/target/debug/build/trybuild-89adeae6b0c80601/build-script-build` |
487 | 2024-08-12T18:37:48.238Z | Compiling glob v0.3.1 |
488 | 2024-08-12T18:37:48.263Z | 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` |
489 | 2024-08-12T18:37:48.643Z | Compiling tracing v0.1.40 |
490 | 2024-08-12T18:37:48.668Z | 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` |
491 | 2024-08-12T18:37:48.775Z | 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` |
492 | 2024-08-12T18:37:48.919Z | Compiling rand_chacha v0.3.1 |
493 | 2024-08-12T18:37:48.944Z | 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` |
494 | 2024-08-12T18:37:49.016Z | Compiling tracing-subscriber v0.3.18 |
495 | 2024-08-12T18:37:49.041Z | 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` |
496 | 2024-08-12T18:37:49.243Z | Compiling rand v0.8.5 |
497 | 2024-08-12T18:37:49.268Z | 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` |
498 | 2024-08-12T18:37:50.434Z | Compiling futures-executor v0.3.30 |
499 | 2024-08-12T18:37:50.462Z | 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` |
500 | 2024-08-12T18:37:50.699Z | Compiling futures v0.3.30 |
501 | 2024-08-12T18:37:50.724Z | 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` |
502 | 2024-08-12T18:37:50.800Z | Compiling futures-test v0.3.30 |
503 | 2024-08-12T18:37:50.825Z | 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` |
504 | 2024-08-12T18:37:50.887Z | Compiling mockall v0.11.4 |
505 | 2024-08-12T18:37:50.912Z | 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` |
506 | 2024-08-12T18:37:51.111Z | 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)'` |
507 | 2024-08-12T18:37:52.021Z | Compiling tokio-util v0.7.11 (/work/tokio-rs/tokio/tokio-util) |
508 | 2024-08-12T18:37:52.021Z | Compiling tests-build v0.1.0 (/work/tokio-rs/tokio/tests-build) |
509 | 2024-08-12T18:37:52.046Z | 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` |
510 | 2024-08-12T18:37:52.046Z | 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` |
511 | 2024-08-12T18:37:53.305Z | Compiling tokio-stream v0.1.15 (/work/tokio-rs/tokio/tokio-stream) |
512 | 2024-08-12T18:37:53.330Z | 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` |
513 | 2024-08-12T18:37:54.040Z | Compiling tokio-test v0.4.4 (/work/tokio-rs/tokio/tokio-test) |
514 | 2024-08-12T18:37:54.066Z | 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` |
515 | 2024-08-12T18:37:54.315Z | Compiling tests-integration v0.1.0 (/work/tokio-rs/tokio/tests-integration) |
516 | 2024-08-12T18:37:54.340Z | 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` |
517 | 2024-08-12T18:37:55.535Z | Compiling toml_datetime v0.6.8 |
518 | 2024-08-12T18:37:55.560Z | 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)'` |
519 | 2024-08-12T18:37:55.560Z | 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` |
520 | 2024-08-12T18:37:55.585Z | Compiling serde_spanned v0.6.7 |
521 | 2024-08-12T18:37:55.585Z | 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` |
522 | 2024-08-12T18:37:55.914Z | Compiling toml_edit v0.22.20 |
523 | 2024-08-12T18:37:55.939Z | 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` |
524 | 2024-08-12T18:37:56.518Z | 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` |
525 | 2024-08-12T18:37:56.518Z | 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` |
526 | 2024-08-12T18:37:56.544Z | 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` |
527 | 2024-08-12T18:37:56.588Z | 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` |
528 | 2024-08-12T18:37:56.756Z | 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` |
529 | 2024-08-12T18:37:56.945Z | 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` |
530 | 2024-08-12T18:37:57.107Z | 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` |
531 | 2024-08-12T18:37:57.495Z | 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` |
532 | 2024-08-12T18:37:58.068Z | Compiling examples v0.0.0 (/work/tokio-rs/tokio/examples) |
533 | 2024-08-12T18:37:58.093Z | 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` |
534 | 2024-08-12T18:37:58.118Z | 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` |
535 | 2024-08-12T18:37:58.142Z | 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` |
536 | 2024-08-12T18:37:58.349Z | 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` |
537 | 2024-08-12T18:37:58.821Z | Compiling toml v0.8.19 |
538 | 2024-08-12T18:37:58.846Z | 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` |
539 | 2024-08-12T18:37:59.129Z | 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` |
540 | 2024-08-12T18:37:59.251Z | 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` |
541 | 2024-08-12T18:37:59.364Z | 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` |
542 | 2024-08-12T18:37:59.510Z | 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` |
543 | 2024-08-12T18:37:59.547Z | 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"))'` |
544 | 2024-08-12T18:38:00.494Z | 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` |
545 | 2024-08-12T18:38:00.546Z | 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` |
546 | 2024-08-12T18:38:00.921Z | 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` |
547 | 2024-08-12T18:38:01.248Z | 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` |
548 | 2024-08-12T18:38:02.411Z | 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` |
549 | 2024-08-12T18:38:02.435Z | 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` |
550 | 2024-08-12T18:38:02.500Z | 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` |
551 | 2024-08-12T18:38:02.794Z | 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` |
552 | 2024-08-12T18:38:03.926Z | 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` |
553 | 2024-08-12T18:38:03.952Z | 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` |
554 | 2024-08-12T18:38:03.952Z | 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` |
555 | 2024-08-12T18:38:04.227Z | 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` |
556 | 2024-08-12T18:38:04.316Z | 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` |
557 | 2024-08-12T18:38:04.353Z | 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` |
558 | 2024-08-12T18:38:04.383Z | 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` |
559 | 2024-08-12T18:38:04.463Z | 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` |
560 | 2024-08-12T18:38:05.131Z | 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` |
561 | 2024-08-12T18:38:05.486Z | 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` |
562 | 2024-08-12T18:38:05.510Z | 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` |
563 | 2024-08-12T18:38:05.794Z | 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` |
564 | 2024-08-12T18:38:06.105Z | 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` |
565 | 2024-08-12T18:38:06.148Z | 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` |
566 | 2024-08-12T18:38:07.241Z | 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-12T18:38:07.511Z | 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` |
568 | 2024-08-12T18:38:07.893Z | 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` |
569 | 2024-08-12T18:38:07.938Z | 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` |
570 | 2024-08-12T18:38:08.180Z | 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` |
571 | 2024-08-12T18:38:08.205Z | 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` |
572 | 2024-08-12T18:38:08.787Z | 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` |
573 | 2024-08-12T18:38:09.058Z | 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` |
574 | 2024-08-12T18:38:09.153Z | 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` |
575 | 2024-08-12T18:38:09.384Z | 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` |
576 | 2024-08-12T18:38:09.712Z | 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` |
577 | 2024-08-12T18:38:09.739Z | 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` |
578 | 2024-08-12T18:38:09.958Z | 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` |
579 | 2024-08-12T18:38:10.269Z | 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` |
580 | 2024-08-12T18:38:10.406Z | 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` |
581 | 2024-08-12T18:38:10.756Z | 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` |
582 | 2024-08-12T18:38:10.843Z | 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` |
583 | 2024-08-12T18:38:11.199Z | 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` |
584 | 2024-08-12T18:38:11.609Z | 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` |
585 | 2024-08-12T18:38:12.174Z | 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` |
586 | 2024-08-12T18:38:12.496Z | 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` |
587 | 2024-08-12T18:38:12.601Z | 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` |
588 | 2024-08-12T18:38:12.929Z | 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` |
589 | 2024-08-12T18:38:13.764Z | 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` |
590 | 2024-08-12T18:38:14.057Z | 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` |
591 | 2024-08-12T18:38:14.092Z | 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` |
592 | 2024-08-12T18:38:14.248Z | 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` |
593 | 2024-08-12T18:38:15.009Z | 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` |
594 | 2024-08-12T18:38:15.471Z | 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` |
595 | 2024-08-12T18:38:15.593Z | 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` |
596 | 2024-08-12T18:38:15.901Z | 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` |
597 | 2024-08-12T18:38:16.280Z | 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` |
598 | 2024-08-12T18:38:16.375Z | 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` |
599 | 2024-08-12T18:38:16.877Z | 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` |
600 | 2024-08-12T18:38:17.188Z | 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` |
601 | 2024-08-12T18:38:17.231Z | 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` |
602 | 2024-08-12T18:38:17.335Z | 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` |
603 | 2024-08-12T18:38:17.493Z | 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` |
604 | 2024-08-12T18:38:18.349Z | 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` |
605 | 2024-08-12T18:38:18.382Z | 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` |
606 | 2024-08-12T18:38:18.734Z | 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` |
607 | 2024-08-12T18:38:19.169Z | 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` |
608 | 2024-08-12T18:38:19.194Z | 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` |
609 | 2024-08-12T18:38:19.300Z | 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` |
610 | 2024-08-12T18:38:19.673Z | 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` |
611 | 2024-08-12T18:38:19.783Z | 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` |
612 | 2024-08-12T18:38:19.998Z | 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` |
613 | 2024-08-12T18:38:20.100Z | 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` |
614 | 2024-08-12T18:38:20.124Z | 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` |
615 | 2024-08-12T18:38:20.150Z | 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` |
616 | 2024-08-12T18:38:20.456Z | 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` |
617 | 2024-08-12T18:38:20.793Z | 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` |
618 | 2024-08-12T18:38:21.112Z | 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` |
619 | 2024-08-12T18:38:21.581Z | 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` |
620 | 2024-08-12T18:38:21.612Z | 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` |
621 | 2024-08-12T18:38:21.748Z | 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` |
622 | 2024-08-12T18:38:21.776Z | 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` |
623 | 2024-08-12T18:38:22.694Z | 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` |
624 | 2024-08-12T18:38:22.989Z | 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` |
625 | 2024-08-12T18:38:23.606Z | 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` |
626 | 2024-08-12T18:38:23.768Z | 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` |
627 | 2024-08-12T18:38:24.014Z | 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` |
628 | 2024-08-12T18:38:24.188Z | 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` |
629 | 2024-08-12T18:38:24.529Z | 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` |
630 | 2024-08-12T18:38:25.067Z | 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` |
631 | 2024-08-12T18:38:25.119Z | 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` |
632 | 2024-08-12T18:38:25.335Z | 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` |
633 | 2024-08-12T18:38:25.420Z | 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` |
634 | 2024-08-12T18:38:25.941Z | 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` |
635 | 2024-08-12T18:38:26.392Z | 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` |
636 | 2024-08-12T18:38:26.503Z | 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` |
637 | 2024-08-12T18:38:27.046Z | 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` |
638 | 2024-08-12T18:38:27.882Z | 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` |
639 | 2024-08-12T18:38:28.316Z | 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` |
640 | 2024-08-12T18:38:29.729Z | 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` |
641 | 2024-08-12T18:38:29.754Z | 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` |
642 | 2024-08-12T18:38:29.870Z | 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` |
643 | 2024-08-12T18:38:30.111Z | 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` |
644 | 2024-08-12T18:38:30.383Z | 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` |
645 | 2024-08-12T18:38:31.069Z | 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` |
646 | 2024-08-12T18:38:31.532Z | 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` |
647 | 2024-08-12T18:38:31.596Z | 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` |
648 | 2024-08-12T18:38:32.024Z | 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` |
649 | 2024-08-12T18:38:32.282Z | 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` |
650 | 2024-08-12T18:38:32.409Z | 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` |
651 | 2024-08-12T18:38:32.581Z | 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` |
652 | 2024-08-12T18:38:32.650Z | 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` |
653 | 2024-08-12T18:38:33.683Z | 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` |
654 | 2024-08-12T18:38:33.908Z | 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` |
655 | 2024-08-12T18:38:34.151Z | 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` |
656 | 2024-08-12T18:38:34.515Z | 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` |
657 | 2024-08-12T18:38:34.545Z | 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` |
658 | 2024-08-12T18:38:35.129Z | 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-12T18:38:35.495Z | 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` |
660 | 2024-08-12T18:38:35.520Z | 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` |
661 | 2024-08-12T18:38:35.549Z | 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` |
662 | 2024-08-12T18:38:35.842Z | 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` |
663 | 2024-08-12T18:38:35.887Z | 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` |
664 | 2024-08-12T18:38:36.307Z | 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` |
665 | 2024-08-12T18:38:36.364Z | 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` |
666 | 2024-08-12T18:38:36.641Z | 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` |
667 | 2024-08-12T18:38:36.736Z | 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` |
668 | 2024-08-12T18:38:37.858Z | Compiling stress-test v0.1.0 (/work/tokio-rs/tokio/stress-test) |
669 | 2024-08-12T18:38:37.882Z | 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` |
670 | 2024-08-12T18:38:38.179Z | 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` |
671 | 2024-08-12T18:38:38.253Z | 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` |
672 | 2024-08-12T18:38:39.510Z | 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` |
673 | 2024-08-12T18:38:39.710Z | 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` |
674 | 2024-08-12T18:38:39.848Z | 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` |
675 | 2024-08-12T18:38:40.054Z | 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` |
676 | 2024-08-12T18:38:40.081Z | 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` |
677 | 2024-08-12T18:38:40.773Z | 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` |
678 | 2024-08-12T18:38:41.096Z | 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` |
679 | 2024-08-12T18:38:41.121Z | 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` |
680 | 2024-08-12T18:38:41.387Z | 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` |
681 | 2024-08-12T18:38:41.516Z | 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` |
682 | 2024-08-12T18:38:41.782Z | 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` |
683 | 2024-08-12T18:38:41.900Z | 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` |
684 | 2024-08-12T18:38:42.053Z | 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` |
685 | 2024-08-12T18:38:42.091Z | 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` |
686 | 2024-08-12T18:38:42.734Z | 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` |
687 | 2024-08-12T18:38:42.885Z | 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` |
688 | 2024-08-12T18:38:43.091Z | 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` |
689 | 2024-08-12T18:38:43.233Z | 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` |
690 | 2024-08-12T18:38:44.464Z | 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` |
691 | 2024-08-12T18:38:44.854Z | 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` |
692 | 2024-08-12T18:38:45.423Z | 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` |
693 | 2024-08-12T18:38:45.486Z | 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` |
694 | 2024-08-12T18:38:45.596Z | 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` |
695 | 2024-08-12T18:38:45.977Z | 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` |
696 | 2024-08-12T18:38:46.015Z | 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` |
697 | 2024-08-12T18:38:46.118Z | 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` |
698 | 2024-08-12T18:38:46.268Z | 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` |
699 | 2024-08-12T18:38:46.888Z | 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` |
700 | 2024-08-12T18:38:47.471Z | 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` |
701 | 2024-08-12T18:38:47.566Z | 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` |
702 | 2024-08-12T18:38:47.954Z | 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` |
703 | 2024-08-12T18:38:47.984Z | 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` |
704 | 2024-08-12T18:38:48.363Z | 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` |
705 | 2024-08-12T18:38:48.744Z | 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` |
706 | 2024-08-12T18:38:48.786Z | 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` |
707 | 2024-08-12T18:38:49.265Z | 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` |
708 | 2024-08-12T18:38:49.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` |
709 | 2024-08-12T18:38:49.656Z | 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` |
710 | 2024-08-12T18:38:49.682Z | 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` |
711 | 2024-08-12T18:38:49.846Z | 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` |
712 | 2024-08-12T18:38:50.185Z | 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` |
713 | 2024-08-12T18:38:50.994Z | 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` |
714 | 2024-08-12T18:38:51.174Z | 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` |
715 | 2024-08-12T18:38:51.210Z | 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` |
716 | 2024-08-12T18:38:51.406Z | 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` |
717 | 2024-08-12T18:38:51.465Z | 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` |
718 | 2024-08-12T18:38:51.517Z | 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` |
719 | 2024-08-12T18:38:51.605Z | 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` |
720 | 2024-08-12T18:38:52.234Z | 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` |
721 | 2024-08-12T18:38:52.775Z | 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` |
722 | 2024-08-12T18:38:52.891Z | 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` |
723 | 2024-08-12T18:38:52.940Z | 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` |
724 | 2024-08-12T18:38:53.141Z | 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` |
725 | 2024-08-12T18:38:54.199Z | 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` |
726 | 2024-08-12T18:38:54.300Z | 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` |
727 | 2024-08-12T18:38:54.699Z | 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` |
728 | 2024-08-12T18:38:55.786Z | 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` |
729 | 2024-08-12T18:38:55.811Z | 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` |
730 | 2024-08-12T18:38:55.921Z | 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` |
731 | 2024-08-12T18:38:56.098Z | 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` |
732 | 2024-08-12T18:38:57.695Z | 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` |
733 | 2024-08-12T18:38:57.744Z | 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` |
734 | 2024-08-12T18:38:57.916Z | 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` |
735 | 2024-08-12T18:38:58.302Z | 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` |
736 | 2024-08-12T18:38:58.846Z | 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` |
737 | 2024-08-12T18:38:59.312Z | 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` |
738 | 2024-08-12T18:38:59.862Z | 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` |
739 | 2024-08-12T18:38:59.887Z | 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` |
740 | 2024-08-12T18:39:00.563Z | 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` |
741 | 2024-08-12T18:39:00.614Z | 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` |
742 | 2024-08-12T18:39:01.428Z | 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` |
743 | 2024-08-12T18:39:01.504Z | 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` |
744 | 2024-08-12T18:39:01.780Z | 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` |
745 | 2024-08-12T18:39:02.053Z | 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` |
746 | 2024-08-12T18:39:02.835Z | 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` |
747 | 2024-08-12T18:39:37.437Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s |
748 | 2024-08-12T18:39:37.675Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tests_build-4b5e7ac3f0ce5f4a` |
749 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros-01e691f56fe38428` |
750 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_clippy-bb5d73cdb45e6b34` |
751 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tests_integration-a3af7c92e9dbf517` |
752 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/test_cat-da936482eea96487` |
753 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_main-7b3ffb085bbfdda9` |
754 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_pin-7912cb0969785bc2` |
755 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_select-60cde3728e10c569` |
756 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_stdio-f4b3d468ee0c192b` |
757 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio-e14777fcc8a7eb32` |
758 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/_require_full-91f1a4517d546af4` |
759 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/async_send_sync-869995956be47ba6` |
760 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/buffered-19469e50c2b6894d` |
761 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/coop_budget-e6153a16b7251fe0` |
762 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/dump-aa54000ffad4f4d7` |
763 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/duplex_stream-0bca845ac79ca250` |
764 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs-c91fed1660e2cf2d` |
765 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_canonicalize_dir-bf3fcd5e44de37ae` |
766 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_copy-8e5919cbe6123e53` |
767 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_dir-dae22b4d9ade9a60` |
768 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_file-a6f13adfff975d49` |
769 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_link-fe949fdf4768a974` |
770 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_open_options-0d433efcce3b663b` |
771 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_open_options_windows-a6936c725c435185` |
772 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_remove_dir_all-64cc7632960ec8dc` |
773 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_remove_file-efc6e39fd532c86e` |
774 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_rename-aa2e4da9206d4d93` |
775 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_symlink_dir_windows-2d2448b85df55994` |
776 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_symlink_file_windows-7bb5ce1b467d2ec2` |
777 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/fs_try_exists-f8dab3275cb409c2` |
778 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_async_fd-729ad4bca7ab7f0b` |
779 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_async_read-236ef0d114f64584` |
780 | 2024-08-12T18:39:37.676Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_buf_reader-a529dadb870647d6` |
781 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_buf_writer-425fa761b6967e99` |
782 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_chain-57b5c49ffefc8f8a` |
783 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_copy-42b8717018ea2ee1` |
784 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_copy_bidirectional-f6ef7a2269883a2a` |
785 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_driver-fa4cd484e56122ec` |
786 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_driver_drop-b448d21e17eefb52` |
787 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_fill_buf-81c756745f2c0282` |
788 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_join-9290bb99cfe114f5` |
789 | 2024-08-12T18:39:37.724Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_lines-b5595f4dd5fea91c` |
790 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_mem_stream-451061517398a44e` |
791 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_panic-c90f64626b10df86` |
792 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_poll_aio-23e61c6320859d6e` |
793 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read-f22b186dc2540b10` |
794 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_buf-6537c651ffca0afd` |
795 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_exact-d8dac3fa7577f0fe` |
796 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_line-847fbff992709b46` |
797 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_to_end-cd63c5f5cf2d9f12` |
798 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_to_string-250df6b9f2acbea5` |
799 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_until-7e945131c3abd344` |
800 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_repeat-83fa37f6b4a51d1b` |
801 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_sink-30574c4d68f02f22` |
802 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_split-2fda7f712ae1c966` |
803 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_take-49a193b0de5c8f86` |
804 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_util_empty-f842d6bece6ed982` |
805 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write-731c8c739d33265b` |
806 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_all-f1b27834efafb99b` |
807 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_all_buf-6e624c7e41b97369` |
808 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_buf-f2631c636d0e756f` |
809 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_int-8004f8211e8bc5cc` |
810 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/join_handle_panic-b6a5539218af8b66` |
811 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_join-a7098ee57ec73f59` |
812 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_pin-8fa122d4fa4dec80` |
813 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_rename_test-f160b514f54edccc` |
814 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_select-dbd38fb2364acefd` |
815 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_test-b82b34815c850796` |
816 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros_try_join-1d783030168c4dc2` |
817 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_bind_resource-9d8eebacf983a8b2` |
818 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_lookup_host-861569553be73bd9` |
819 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_named_pipe-3d758ef7aa4f5875` |
820 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_panic-aacdd72bbe15a962` |
821 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/net_unix_pipe-073c3b89f669c33f` |
822 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/no_rt-56768f30f5308b18` |
823 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_arg0-cede9d591083a7b9` |
824 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_change_of_runtime-1c07342ec27a4eec` |
825 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_issue_2174-227942e65be55070` |
826 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_issue_42-f5dd9c3f572cbdf8` |
827 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_kill_on_drop-27be22126760c6d5` |
828 | 2024-08-12T18:39:37.725Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_raw_handle-de2d38b0a8c6c768` |
829 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/process_smoke-7dd1148aa80cc35a` |
830 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_basic-1bf626b7156f9fd6` |
831 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_common-56546ea8a410fdf1` |
832 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_handle-43bdf625d124db43` |
833 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_handle_block_on-998c00954cca2566` |
834 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_metrics-a1d443c1ed63f2c6` |
835 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_panic-2f8b9e338562a676` |
836 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_threaded-4e56af4679ba701c` |
837 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_threaded_alt-e917562c074769cf` |
838 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_time_start_paused-c84a9edcea52dd61` |
839 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/rt_unstable_metrics-9057b373efd3bce5` |
840 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_ctrl_c-ef2ccc35e1855bc5` |
841 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_recv-518dbdd4248d8ff2` |
842 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_rt-b574637fdc2476d4` |
843 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_signal-8833435371650579` |
844 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_multi_rt-acd935e920f47f08` |
845 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_no_rt-5d564fa1a84b5ea9` |
846 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_notify_both-ea2e7a61582752c3` |
847 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_panic-37324cbd8afde40c` |
848 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_twice-f233120cfe575a7d` |
849 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/signal_usr1-e34c664cdbab86d7` |
850 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_barrier-e9603647adcac4fb` |
851 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_broadcast-194d18b60ed50393` |
852 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_errors-08fa55cd20c7569f` |
853 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mpsc-2e9671656e67d1e2` |
854 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mpsc_weak-8096bd32243fdbc5` |
855 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mutex-ac9cb68bf958e550` |
856 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mutex_owned-b250fa25b5d073fc` |
857 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_notify-8018f5c1ecc754aa` |
858 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_once_cell-c4c0c6fd34e315cb` |
859 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_oneshot-825e1d3c6f68739e` |
860 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_panic-a7579f969ea5a11e` |
861 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_rwlock-34e1c42c224e354f` |
862 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_semaphore-663db068f0b9647d` |
863 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_semaphore_owned-135cac2a346f5995` |
864 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_watch-dee5506bccc83f2d` |
865 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_abort-378d1d1175e32c4c` |
866 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_blocking-b95daea1ef0c4588` |
867 | 2024-08-12T18:39:37.726Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_builder-66ba8b217413522d` |
868 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_id-5556a873165dde56` |
869 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_join_set-32ced6a886dbe914` |
870 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_local-65a665fa443d8afb` |
871 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_local_set-1bdec6248d73cafd` |
872 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_panic-e2613a0d96ff0093` |
873 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_yield_now-ef45e81b2ae59cb9` |
874 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_accept-38b17338d9047fad` |
875 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_connect-493c95707e0bf09c` |
876 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_echo-163964149b863eea` |
877 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_into_split-b79c03dbf647fd7b` |
878 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_into_std-e4cd8bf8868475fb` |
879 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_peek-a6420c0c082ed65a` |
880 | 2024-08-12T18:39:37.727Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_shutdown-9d0d9cb2a3d02d3e` |
881 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_socket-b33623ac49bd3182` |
882 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_split-696e6c4b4f0f9b56` |
883 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_stream-7cde76988d82e796` |
884 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/test_clock-59a096e7c43f9c72` |
885 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_interval-6d7fcbd865bb5e31` |
886 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_panic-0c00d9b17b57755f` |
887 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_pause-da750d255e3d63e0` |
888 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_rt-be7c0e8f6c25a1d0` |
889 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_sleep-0dedd030478acd80` |
890 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_timeout-810e2246b41f4134` |
891 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/udp-5be1a089b7bbe850` |
892 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_cred-53325d2d110fe556` |
893 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_datagram-c2661978c3abb78b` |
894 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_socket-bba909c36732a270` |
895 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_split-fd9cb77c6c058e7d` |
896 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/uds_stream-e9288f2eb393dce3` |
897 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/unwindsafe-3ac65f0450354a54` |
898 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_macros-6b49c8b6b0446b88` |
899 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_stream-8c1e3d26c1a752d9` |
900 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/async_send_sync-ab3eff4014aaa221` |
901 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/chunks_timeout-c21ed21751156442` |
902 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_chain-c6f4437a3bfc436e` |
903 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_close-70e703c874835eab` |
904 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_collect-62fcf6be82e3e8f4` |
905 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_empty-90f28850a23cadd1` |
906 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_fuse-280c85da4b6f1e1e` |
907 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_iter-42fa84726cebe027` |
908 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_merge-88e2e11fbc4201cb` |
909 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_once-743fb30446361aee` |
910 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_panic-365ccd19b1161431` |
911 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_pending-a1e3d70e93a26eae` |
912 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_stream_map-dd4ea439bc044da8` |
913 | 2024-08-12T18:39:37.753Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_timeout-7d6da94b079ebae5` |
914 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_throttle-0255233bdda0a43f` |
915 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/watch-d7316e5623013a42` |
916 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_test-946f26a290e5f239` |
917 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/block_on-98f0c224e7b3ccf8` |
918 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io-2681afc53e862ffe` |
919 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/macros-6edace56c2dff036` |
920 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/stream_mock-13b094933b467b3c` |
921 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task-648fd60ad7eb58c4` |
922 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_util-8b8c2ae93d1847f8` |
923 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/_require_full-941dd47ea02baf85` |
924 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/codecs-a94e4fd652c17464` |
925 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/compat-45bb725924b87f3b` |
926 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/context-b3c4c80a98e42528` |
927 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed-5aeef00b16e95da0` |
928 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed_read-92356a85e46cba56` |
929 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed_stream-802913b9d5b33ed6` |
930 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/framed_write-6aa567b7f2536a69` |
931 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_inspect-48399eaa7ccdc124` |
932 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_reader_stream-930f6e039900260b` |
933 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_sink_writer-b8bd60a1453bcae7` |
934 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_stream_reader-2a198d53d64d4e2d` |
935 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/io_sync_bridge-3a11e042a86e7094` |
936 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/length_delimited-e2ff54a09503de6a` |
937 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/mpsc-09d0514fc73e1a2b` |
938 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/panic-e01c7e0e5a434bcd` |
939 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/poll_semaphore-53a3e06b0e2d375a` |
940 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/reusable_box-c814e8e3f29ab142` |
941 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/spawn_pinned-bbf5be3925ff9c49` |
942 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/sync_cancellation_token-b4f9e1cd50022c4b` |
943 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_join_map-d822e270f22bb1cc` |
944 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/task_tracker-d27ecc822e9d2313` |
945 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/time_delay_queue-35ec379133127c93` |
946 | 2024-08-12T18:39:37.754Z | Executable `/work/tokio-rs/tokio/target/debug/deps/udp-00002a7501c9b17a` |
947 | 2024-08-12T18:39:37.754Z | |
948 | 2024-08-12T18:39:37.754Z | real 2:07.531772420 |
949 | 2024-08-12T18:39:37.754Z | user 10:23.604458617 |
950 | 2024-08-12T18:39:37.754Z | sys 2:40.171529139 |
951 | 2024-08-12T18:39:37.754Z | trap 0.397964081 |
952 | 2024-08-12T18:39:37.754Z | tflt 0.123273609 |
953 | 2024-08-12T18:39:37.755Z | dflt 1.950910067 |
954 | 2024-08-12T18:39:37.755Z | kflt 0.002863100 |
955 | 2024-08-12T18:39:37.755Z | lock 21:04.242525124 |
956 | 2024-08-12T18:39:37.755Z | slp 52:44.922495069 |
957 | 2024-08-12T18:39:37.755Z | lat 55.873929995 |
958 | 2024-08-12T18:39:37.755Z | stop 53.098445346 |
959 | 2024-08-12T18:39:37.755Z | + banner tests |
960 | 2024-08-12T18:39:37.755Z | |
961 | 2024-08-12T18:39:37.755Z | ##### ###### #### ##### #### |
962 | 2024-08-12T18:39:37.755Z | # # # # # |
963 | 2024-08-12T18:39:37.755Z | # ##### #### # #### |
964 | 2024-08-12T18:39:37.755Z | # # # # # |
965 | 2024-08-12T18:39:37.755Z | # # # # # # # |
966 | 2024-08-12T18:39:37.755Z | # ###### #### # #### |
967 | 2024-08-12T18:39:37.755Z | |
968 | 2024-08-12T18:39:37.755Z | + ptime -m cargo nextest run --features full |
969 | 2024-08-12T18:39:38.645Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s |
970 | 2024-08-12T18:39:40.259Z | Starting 1416 tests across 199 binaries (22 skipped; run ID: ca819a48-e8e3-4eb0-bcf0-fb3659a839ad, nextest profile: default) |
971 | 2024-08-12T18:39:40.322Z | PASS [ 0.027s] tests-build::macros_clippy test_with_semicolon_without_return_type |
972 | 2024-08-12T18:39:40.322Z | PASS [ 0.024s] tests-integration::macros_main main_with_spawn |
973 | 2024-08-12T18:39:40.322Z | PASS [ 0.017s] tests-integration::macros_pin pin |
974 | 2024-08-12T18:39:40.322Z | PASS [ 0.020s] tests-integration::macros_main shell |
975 | 2024-08-12T18:39:40.322Z | PASS [ 0.032s] tests-integration::macros_select join_with_select |
976 | 2024-08-12T18:39:40.322Z | PASS [ 0.028s] tests-integration::process_stdio pipe_from_one_command_to_another |
977 | 2024-08-12T18:39:40.322Z | PASS [ 0.024s] tests-integration::process_stdio status_closes_any_pipes |
978 | 2024-08-12T18:39:40.348Z | PASS [ 0.030s] tests-integration::process_stdio try_wait |
979 | 2024-08-12T18:39:40.348Z | PASS [ 0.019s] tokio fs::file::tests::busy_file_seek_error |
980 | 2024-08-12T18:39:40.348Z | PASS [ 0.024s] tests-integration::process_stdio wait_with_output_captures |
981 | 2024-08-12T18:39:40.348Z | PASS [ 0.047s] tests-integration::process_stdio feed_a_lot |
982 | 2024-08-12T18:39:40.348Z | PASS [ 0.028s] tests-integration::process_stdio vectored_writes |
983 | 2024-08-12T18:39:40.373Z | PASS [ 0.016s] tokio fs::file::tests::incomplete_read_followed_by_flush |
984 | 2024-08-12T18:39:40.373Z | PASS [ 0.020s] tokio fs::file::tests::incomplete_partial_read_followed_by_write |
985 | 2024-08-12T18:39:40.373Z | PASS [ 0.026s] tokio fs::file::tests::incomplete_flush_followed_by_write |
986 | 2024-08-12T18:39:40.373Z | PASS [ 0.030s] tokio fs::file::tests::flush_while_idle |
987 | 2024-08-12T18:39:40.397Z | PASS [ 0.015s] tokio fs::file::tests::open_set_len_ok |
988 | 2024-08-12T18:39:40.397Z | PASS [ 0.028s] tokio fs::file::tests::incomplete_read_followed_by_write |
989 | 2024-08-12T18:39:40.397Z | PASS [ 0.023s] tokio fs::file::tests::open_read |
990 | 2024-08-12T18:39:40.397Z | PASS [ 0.019s] tokio fs::file::tests::open_set_len_err |
991 | 2024-08-12T18:39:40.397Z | PASS [ 0.015s] tokio fs::file::tests::read_err_then_read_success |
992 | 2024-08-12T18:39:40.398Z | PASS [ 0.028s] tokio fs::file::tests::open_write |
993 | 2024-08-12T18:39:40.398Z | PASS [ 0.024s] tokio fs::file::tests::partial_read_set_len_ok |
994 | 2024-08-12T18:39:40.398Z | PASS [ 0.019s] tokio fs::file::tests::read_err |
995 | 2024-08-12T18:39:40.423Z | PASS [ 0.016s] tokio fs::file::tests::read_with_smaller_buf |
996 | 2024-08-12T18:39:40.423Z | PASS [ 0.027s] tokio fs::file::tests::read_twice_before_dispatch |
997 | 2024-08-12T18:39:40.423Z | PASS [ 0.024s] tokio fs::file::tests::read_with_bigger_buf |
998 | 2024-08-12T18:39:40.423Z | PASS [ 0.024s] tokio fs::file::tests::sync_all_err_ordered_after_write |
999 | 2024-08-12T18:39:40.423Z | PASS [ 0.020s] tokio fs::file::tests::sync_all_ordered_after_write |
1000 | 2024-08-12T18:39:40.423Z | PASS [ 0.016s] tokio fs::file::tests::sync_data_err_ordered_after_write |
1001 | 2024-08-12T18:39:40.448Z | PASS [ 0.022s] tokio fs::file::tests::sync_data_ordered_after_write |
1002 | 2024-08-12T18:39:40.448Z | PASS [ 0.018s] tokio fs::file::tests::write_read_flush_err |
1003 | 2024-08-12T18:39:40.448Z | PASS [ 0.015s] tokio fs::file::tests::write_read_write_err |
1004 | 2024-08-12T18:39:40.448Z | PASS [ 0.023s] tokio fs::file::tests::write_seek_flush_err |
1005 | 2024-08-12T18:39:40.448Z | PASS [ 0.019s] tokio fs::file::tests::write_seek_write_err |
1006 | 2024-08-12T18:39:40.448Z | PASS [ 0.016s] tokio fs::file::tests::write_twice_before_dispatch |
1007 | 2024-08-12T18:39:40.448Z | PASS [ 0.019s] tokio fs::file::tests::write_write_err |
1008 | 2024-08-12T18:39:40.448Z | PASS [ 0.019s] tokio future::maybe_done::miri_tests::maybe_done_miri |
1009 | 2024-08-12T18:39:40.474Z | PASS [ 0.013s] tokio io::util::buf_reader::tests::assert_unpin |
1010 | 2024-08-12T18:39:40.474Z | PASS [ 0.016s] tokio io::util::buf_stream::tests::assert_unpin |
1011 | 2024-08-12T18:39:40.576Z | PASS [ 0.016s] tokio io::util::buf_writer::tests::assert_unpin |
1012 | 2024-08-12T18:39:40.601Z | PASS [ 0.031s] tokio io::stdio_common::tests::test_splitter |
1013 | 2024-08-12T18:39:40.601Z | PASS [ 0.017s] tokio io::util::chain::tests::assert_unpin |
1014 | 2024-08-12T18:39:40.601Z | PASS [ 0.015s] tokio io::util::copy_buf::tests::assert_unpin |
1015 | 2024-08-12T18:39:40.601Z | PASS [ 0.015s] tokio io::util::empty::tests::assert_unpin |
1016 | 2024-08-12T18:39:40.601Z | PASS [ 0.015s] tokio io::util::lines::tests::assert_unpin |
1017 | 2024-08-12T18:39:40.601Z | PASS [ 0.016s] tokio io::util::repeat::tests::assert_unpin |
1018 | 2024-08-12T18:39:40.601Z | PASS [ 0.015s] tokio io::util::sink::tests::assert_unpin |
1019 | 2024-08-12T18:39:40.601Z | PASS [ 0.015s] tokio io::util::split::tests::assert_unpin |
1020 | 2024-08-12T18:39:40.602Z | PASS [ 0.062s] tokio io::stdio_common::tests::test_pseudo_text |
1021 | 2024-08-12T18:39:40.602Z | PASS [ 0.019s] tokio io::util::take::tests::assert_unpin |
1022 | 2024-08-12T18:39:40.602Z | PASS [ 0.019s] tokio process::imp::orphan::test::does_not_register_signal_if_queue_empty |
1023 | 2024-08-12T18:39:40.602Z | PASS [ 0.015s] tokio process::imp::orphan::test::drain_attempts_a_single_reap_of_all_queued_orphans |
1024 | 2024-08-12T18:39:40.602Z | PASS [ 0.019s] tokio process::imp::orphan::test::does_nothing_if_signal_could_not_be_registered |
1025 | 2024-08-12T18:39:40.602Z | PASS [ 0.020s] tokio process::imp::orphan::test::no_reap_if_no_signal_received |
1026 | 2024-08-12T18:39:40.602Z | PASS [ 0.016s] tokio process::imp::orphan::test::no_reap_if_signal_lock_held |
1027 | 2024-08-12T18:39:40.602Z | PASS [ 0.021s] tokio process::imp::reap::test::drop_enqueues_orphan_if_wait_fails |
1028 | 2024-08-12T18:39:40.602Z | PASS [ 0.017s] tokio process::imp::reap::test::drop_reaps_if_possible |
1029 | 2024-08-12T18:39:40.602Z | PASS [ 0.023s] tokio process::imp::reap::test::kill |
1030 | 2024-08-12T18:39:40.602Z | PASS [ 0.018s] tokio process::imp::reap::test::reaper |
1031 | 2024-08-12T18:39:40.602Z | PASS [ 0.019s] tokio process::test::kills_on_drop_if_specified |
1032 | 2024-08-12T18:39:40.602Z | PASS [ 0.017s] tokio process::test::no_kill_if_reaped |
1033 | 2024-08-12T18:39:40.602Z | PASS [ 0.022s] tokio process::test::no_kill_if_already_killed |
1034 | 2024-08-12T18:39:40.602Z | PASS [ 0.021s] tokio process::test::no_kill_on_drop_by_default |
1035 | 2024-08-12T18:39:40.602Z | PASS [ 0.017s] tokio runtime::coop::test::budgeting |
1036 | 2024-08-12T18:39:40.602Z | PASS [ 0.179s] tokio fs::file::tests::read_with_buffer_larger_than_max |
1037 | 2024-08-12T18:39:40.602Z | PASS [ 0.026s] tokio runtime::scheduler::multi_thread::idle::test_state |
1038 | 2024-08-12T18:39:40.602Z | PASS [ 0.022s] tokio runtime::scheduler::multi_thread::queue::test_local_queue_capacity |
1039 | 2024-08-12T18:39:40.602Z | PASS [ 0.017s] tokio runtime::task::core::header_lte_cache_line |
1040 | 2024-08-12T18:39:40.602Z | PASS [ 0.026s] tokio runtime::task::list::tests::test_id_not_broken |
1041 | 2024-08-12T18:39:40.602Z | PASS [ 0.163s] tokio fs::file::tests::write_with_buffer_larger_than_max |
1042 | 2024-08-12T18:39:40.637Z | PASS [ 0.031s] tokio runtime::tests::inject::pop_n_drains_on_drop |
1043 | 2024-08-12T18:39:40.637Z | PASS [ 0.022s] tokio runtime::tests::inject::push_batch_and_pop |
1044 | 2024-08-12T18:39:40.637Z | PASS [ 0.027s] tokio runtime::tests::inject::push_and_pop |
1045 | 2024-08-12T18:39:40.637Z | PASS [ 0.019s] tokio runtime::tests::queue::fits_256_all_at_once |
1046 | 2024-08-12T18:39:40.637Z | PASS [ 0.030s] tokio runtime::tests::queue::fits_256_all_in_chunks |
1047 | 2024-08-12T18:39:40.637Z | PASS [ 0.026s] tokio runtime::tests::queue::fits_256_one_at_a_time |
1048 | 2024-08-12T18:39:40.637Z | PASS [ 0.021s] tokio runtime::tests::queue::overflow |
1049 | 2024-08-12T18:39:40.637Z | PASS [ 0.033s] tokio runtime::tests::queue::steal_batch |
1050 | 2024-08-12T18:39:40.662Z | PASS [ 0.016s] tokio runtime::time::tests::change_waker |
1051 | 2024-08-12T18:39:40.662Z | PASS [ 0.021s] tokio runtime::time::tests::drop_timer |
1052 | 2024-08-12T18:39:40.662Z | PASS [ 0.020s] tokio runtime::time::tests::instant_to_tick_max |
1053 | 2024-08-12T18:39:40.662Z | PASS [ 0.015s] tokio runtime::time::tests::poll_process_levels_targeted |
1054 | 2024-08-12T18:39:40.662Z | PASS [ 0.019s] tokio runtime::time::tests::reset_future |
1055 | 2024-08-12T18:39:40.662Z | PASS [ 0.018s] tokio runtime::time::tests::single_timer |
1056 | 2024-08-12T18:39:40.663Z | PASS [ 0.015s] tokio runtime::time::wheel::level::test::test_slot_for |
1057 | 2024-08-12T18:39:40.687Z | PASS [ 0.014s] tokio runtime::time::wheel::test::test_level_for |
1058 | 2024-08-12T18:39:40.687Z | PASS [ 0.014s] tokio signal::registry::tests::broadcast_returns_if_at_least_one_event_fired |
1059 | 2024-08-12T18:39:40.687Z | PASS [ 0.015s] tokio signal::registry::tests::record_invalid_event_does_nothing |
1060 | 2024-08-12T18:39:40.712Z | PASS [ 0.016s] tokio signal::registry::tests::smoke |
1061 | 2024-08-12T18:39:40.712Z | PASS [ 0.015s] tokio signal::reusable_box::test::test_different_futures |
1062 | 2024-08-12T18:39:40.712Z | PASS [ 0.014s] tokio signal::reusable_box::test::test_different_sizes |
1063 | 2024-08-12T18:39:40.712Z | PASS [ 0.015s] tokio signal::reusable_box::test::test_zero_sized |
1064 | 2024-08-12T18:39:40.737Z | PASS [ 0.014s] tokio signal::unix::tests::from_c_int |
1065 | 2024-08-12T18:39:40.737Z | PASS [ 0.015s] tokio signal::unix::tests::into_c_int |
1066 | 2024-08-12T18:39:40.737Z | PASS [ 0.013s] tokio signal::unix::tests::signal_enable_error_on_forbidden_input |
1067 | 2024-08-12T18:39:40.737Z | PASS [ 0.068s] tokio signal::registry::tests::register_panics_on_invalid_input |
1068 | 2024-08-12T18:39:40.737Z | PASS [ 0.018s] tokio signal::unix::tests::signal_enable_error_on_invalid_input |
1069 | 2024-08-12T18:39:40.762Z | PASS [ 0.014s] tokio sync::broadcast::tests::receiver_count_on_channel_constructor |
1070 | 2024-08-12T18:39:40.762Z | PASS [ 0.015s] tokio sync::broadcast::tests::receiver_count_on_sender_constructor |
1071 | 2024-08-12T18:39:40.762Z | PASS [ 0.015s] tokio sync::mpsc::block::assert_no_stack_overflow |
1072 | 2024-08-12T18:39:40.762Z | PASS [ 0.015s] tokio sync::mutex::bounds |
1073 | 2024-08-12T18:39:40.787Z | PASS [ 0.014s] tokio sync::rwlock::bounds |
1074 | 2024-08-12T18:39:40.787Z | PASS [ 0.015s] tokio sync::semaphore::bounds |
1075 | 2024-08-12T18:39:40.787Z | PASS [ 0.014s] tokio sync::tests::atomic_waker::basic_usage |
1076 | 2024-08-12T18:39:40.787Z | PASS [ 0.015s] tokio sync::tests::atomic_waker::wake_without_register |
1077 | 2024-08-12T18:39:40.812Z | PASS [ 0.014s] tokio sync::tests::notify::notify_clones_waker_before_lock |
1078 | 2024-08-12T18:39:40.812Z | PASS [ 0.017s] tokio sync::tests::notify::notify_simple |
1079 | 2024-08-12T18:39:40.837Z | PASS [ 0.015s] tokio sync::tests::notify::watch_test |
1080 | 2024-08-12T18:39:40.837Z | PASS [ 0.062s] tokio sync::tests::atomic_waker::atomic_waker_panic_safe |
1081 | 2024-08-12T18:39:40.837Z | PASS [ 0.014s] tokio sync::tests::semaphore_batch::cancel_acquire_releases_permits |
1082 | 2024-08-12T18:39:40.837Z | PASS [ 0.015s] tokio sync::tests::semaphore_batch::close_semaphore_notifies_permit1 |
1083 | 2024-08-12T18:39:40.861Z | PASS [ 0.219s] tokio runtime::time::tests::poll_process_levels |
1084 | 2024-08-12T18:39:40.861Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::close_semaphore_notifies_permit2 |
1085 | 2024-08-12T18:39:40.861Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::close_semaphore_prevents_acquire |
1086 | 2024-08-12T18:39:40.861Z | PASS [ 0.015s] tokio sync::tests::semaphore_batch::forget_permits_basic |
1087 | 2024-08-12T18:39:40.861Z | PASS [ 0.067s] tokio sync::tests::notify::notify_waiters_handles_panicking_waker |
1088 | 2024-08-12T18:39:40.886Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::max_permits_doesnt_panic |
1089 | 2024-08-12T18:39:40.916Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_many_available |
1090 | 2024-08-12T18:39:40.916Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_many_unavailable |
1091 | 2024-08-12T18:39:40.916Z | PASS [ 0.014s] tokio sync::tests::semaphore_batch::poll_acquire_one_available |
1092 | 2024-08-12T18:39:40.916Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_one_unavailable |
1093 | 2024-08-12T18:39:40.941Z | PASS [ 0.016s] tokio sync::tests::semaphore_batch::poll_acquire_one_zero_permits |
1094 | 2024-08-12T18:39:40.941Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::release_permits_at_drop |
1095 | 2024-08-12T18:39:40.941Z | PASS [ 0.015s] tokio sync::tests::semaphore_batch::try_acquire_many_unavailable |
1096 | 2024-08-12T18:39:40.941Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::try_acquire_many_available |
1097 | 2024-08-12T18:39:40.941Z | PASS [ 0.018s] tokio sync::tests::semaphore_batch::try_acquire_one_available |
1098 | 2024-08-12T18:39:40.941Z | PASS [ 0.017s] tokio sync::tests::semaphore_batch::try_acquire_one_unavailable |
1099 | 2024-08-12T18:39:40.941Z | PASS [ 0.016s] tokio sync::tests::semaphore_batch::update_permits_many_times |
1100 | 2024-08-12T18:39:40.941Z | PASS [ 0.015s] tokio task::local::tests::local_current_thread_scheduler |
1101 | 2024-08-12T18:39:40.941Z | PASS [ 0.014s] tokio task::local::tests::wakes_to_local_queue |
1102 | 2024-08-12T18:39:40.941Z | PASS [ 0.017s] tokio util::idle_notified_set::tests::join_set_test |
1103 | 2024-08-12T18:39:40.941Z | PASS [ 0.015s] tokio util::linked_list::tests::const_new |
1104 | 2024-08-12T18:39:40.967Z | PASS [ 0.016s] tokio util::linked_list::tests::push_and_drain |
1105 | 2024-08-12T18:39:40.967Z | PASS [ 0.017s] tokio util::linked_list::tests::push_pop_push_pop |
1106 | 2024-08-12T18:39:40.967Z | PASS [ 0.016s] tokio util::linked_list::tests::remove_by_address |
1107 | 2024-08-12T18:39:40.967Z | PASS [ 0.018s] tokio util::memchr::tests::memchr_all |
1108 | 2024-08-12T18:39:40.967Z | PASS [ 0.058s] tokio sync::tests::semaphore_batch::validates_max_permits |
1109 | 2024-08-12T18:39:40.993Z | PASS [ 0.019s] tokio util::memchr::tests::memchr_empty |
1110 | 2024-08-12T18:39:40.993Z | PASS [ 0.019s] tokio util::memchr::tests::memchr_test |
1111 | 2024-08-12T18:39:40.993Z | PASS [ 0.018s] tokio::buffered echo_server |
1112 | 2024-08-12T18:39:41.019Z | PASS [ 0.019s] tokio::duplex_stream write_vectored |
1113 | 2024-08-12T18:39:41.019Z | PASS [ 0.018s] tokio::duplex_stream write_vectored_and_shutdown |
1114 | 2024-08-12T18:39:41.019Z | PASS [ 0.021s] tokio::fs path_read_write |
1115 | 2024-08-12T18:39:41.019Z | PASS [ 0.021s] tokio::fs_canonicalize_dir canonicalize_root_dir_unix |
1116 | 2024-08-12T18:39:41.019Z | PASS [ 0.022s] tokio::fs_copy copy |
1117 | 2024-08-12T18:39:41.019Z | PASS [ 0.018s] tokio::fs_copy copy_permissions |
1118 | 2024-08-12T18:39:41.019Z | PASS [ 0.018s] tokio::fs_dir build_dir |
1119 | 2024-08-12T18:39:41.019Z | PASS [ 0.017s] tokio::fs_dir build_dir_mode_read_only |
1120 | 2024-08-12T18:39:41.095Z | PASS [ 0.018s] tokio::fs_dir create_all |
1121 | 2024-08-12T18:39:41.095Z | PASS [ 0.018s] tokio::fs_dir create_dir |
1122 | 2024-08-12T18:39:41.095Z | PASS [ 0.019s] tokio::fs_dir read_dir_entry_info |
1123 | 2024-08-12T18:39:41.119Z | PASS [ 0.020s] tokio::fs_dir read_inherent |
1124 | 2024-08-12T18:39:41.119Z | PASS [ 0.020s] tokio::fs_dir remove |
1125 | 2024-08-12T18:39:41.119Z | PASS [ 0.019s] tokio::fs_file basic_read |
1126 | 2024-08-12T18:39:41.119Z | PASS [ 0.021s] tokio::fs_file basic_write |
1127 | 2024-08-12T18:39:41.120Z | PASS [ 0.021s] tokio::fs_file basic_write_and_shutdown |
1128 | 2024-08-12T18:39:41.120Z | PASS [ 0.016s] tokio::fs_file coop |
1129 | 2024-08-12T18:39:41.120Z | PASS [ 0.021s] tokio::fs_file file_debug_fmt |
1130 | 2024-08-12T18:39:41.120Z | PASS [ 0.020s] tokio::fs_file read_file_from_std |
1131 | 2024-08-12T18:39:41.120Z | PASS [ 0.020s] tokio::fs_file read_file_from_unix_fd |
1132 | 2024-08-12T18:39:41.120Z | PASS [ 0.020s] tokio::fs_file rewind_seek_position |
1133 | 2024-08-12T18:39:41.120Z | PASS [ 0.021s] tokio::fs_file set_max_buf_size_read |
1134 | 2024-08-12T18:39:41.120Z | PASS [ 0.022s] tokio::fs_file set_max_buf_size_write |
1135 | 2024-08-12T18:39:41.146Z | PASS [ 0.022s] tokio::fs_file unix_fd_is_valid |
1136 | 2024-08-12T18:39:41.147Z | PASS [ 0.023s] tokio::fs_file write_into_std |
1137 | 2024-08-12T18:39:41.147Z | PASS [ 0.018s] tokio::fs_file write_into_std_immediate |
1138 | 2024-08-12T18:39:41.147Z | PASS [ 0.023s] tokio::fs_file write_to_clone |
1139 | 2024-08-12T18:39:41.147Z | PASS [ 0.022s] tokio::fs_file write_vectored |
1140 | 2024-08-12T18:39:41.171Z | PASS [ 0.019s] tokio::fs_file write_vectored_and_shutdown |
1141 | 2024-08-12T18:39:41.171Z | PASS [ 0.019s] tokio::fs_link test_hard_link |
1142 | 2024-08-12T18:39:41.171Z | PASS [ 0.019s] tokio::fs_link test_symlink |
1143 | 2024-08-12T18:39:41.171Z | PASS [ 0.018s] tokio::fs_open_options open_options_append |
1144 | 2024-08-12T18:39:41.171Z | PASS [ 0.017s] tokio::fs_open_options open_options_create |
1145 | 2024-08-12T18:39:41.171Z | PASS [ 0.019s] tokio::fs_open_options open_options_create_new |
1146 | 2024-08-12T18:39:41.171Z | PASS [ 0.018s] tokio::fs_open_options open_options_mode |
1147 | 2024-08-12T18:39:41.171Z | PASS [ 0.019s] tokio::fs_open_options open_options_truncate |
1148 | 2024-08-12T18:39:41.171Z | PASS [ 0.015s] tokio::fs_open_options open_options_write |
1149 | 2024-08-12T18:39:41.172Z | PASS [ 0.016s] tokio::fs_open_options open_with_open_options_and_read |
1150 | 2024-08-12T18:39:41.544Z | PASS [ 0.019s] tokio::fs_remove_dir_all remove_dir_all |
1151 | 2024-08-12T18:39:41.569Z | PASS [ 0.019s] tokio::fs_remove_file remove_file |
1152 | 2024-08-12T18:39:41.569Z | PASS [ 0.015s] tokio::fs_rename rename_file |
1153 | 2024-08-12T18:39:41.569Z | PASS [ 0.020s] tokio::fs_try_exists try_exists |
1154 | 2024-08-12T18:39:41.569Z | PASS [ 0.019s] tokio::io_async_fd clear_ready_matching_clears_ready |
1155 | 2024-08-12T18:39:41.570Z | PASS [ 0.019s] tokio::io_async_fd clear_ready_matching_clears_ready_mut |
1156 | 2024-08-12T18:39:41.570Z | PASS [ 0.016s] tokio::io_async_fd driver_shutdown_then_clear_readiness |
1157 | 2024-08-12T18:39:41.570Z | PASS [ 0.024s] tokio::io_async_fd driver_shutdown_wakes_currently_pending |
1158 | 2024-08-12T18:39:41.570Z | PASS [ 0.029s] tokio::io_async_fd driver_shutdown_wakes_future_pending |
1159 | 2024-08-12T18:39:41.570Z | PASS [ 0.035s] tokio::io_async_fd driver_shutdown_wakes_currently_pending_polls |
1160 | 2024-08-12T18:39:41.570Z | PASS [ 0.221s] tokio::io_async_fd driver_shutdown_wakes_poll |
1161 | 2024-08-12T18:39:41.570Z | PASS [ 0.229s] tokio::io_async_fd driver_shutdown_wakes_pending_race |
1162 | 2024-08-12T18:39:41.570Z | PASS [ 0.181s] tokio::io_async_fd drop_closes |
1163 | 2024-08-12T18:39:41.570Z | PASS [ 0.260s] tokio::io_async_fd driver_shutdown_wakes_poll_race |
1164 | 2024-08-12T18:39:41.570Z | PASS [ 0.058s] tokio::io_async_fd multiple_waiters |
1165 | 2024-08-12T18:39:41.570Z | PASS [ 0.091s] tokio::io_async_fd initially_writable |
1166 | 2024-08-12T18:39:41.612Z | PASS [ 0.069s] tokio::io_async_fd reregister |
1167 | 2024-08-12T18:39:41.612Z | PASS [ 0.074s] tokio::io_async_fd reset_readable |
1168 | 2024-08-12T18:39:41.660Z | PASS [ 0.075s] tokio::io_async_fd try_io |
1169 | 2024-08-12T18:39:41.685Z | PASS [ 0.065s] tokio::io_async_fd try_new |
1170 | 2024-08-12T18:39:41.685Z | PASS [ 0.023s] tokio::io_async_read assert_obj_safe |
1171 | 2024-08-12T18:39:41.685Z | PASS [ 0.032s] tokio::io_async_fd try_with_interest |
1172 | 2024-08-12T18:39:41.773Z | PASS [ 0.045s] tokio::io_buf_reader maybe_pending |
1173 | 2024-08-12T18:39:41.773Z | PASS [ 0.043s] tokio::io_buf_reader maybe_pending_buf_read |
1174 | 2024-08-12T18:39:41.897Z | PASS [ 0.033s] tokio::io_buf_reader maybe_pending_seek |
1175 | 2024-08-12T18:39:41.897Z | PASS [ 0.022s] tokio::io_buf_reader test_buffered_reader_seek |
1176 | 2024-08-12T18:39:41.897Z | PASS [ 0.048s] tokio::io_buf_reader test_buffered_reader |
1177 | 2024-08-12T18:39:41.897Z | PASS [ 0.033s] tokio::io_buf_reader test_buffered_reader_seek_underflow |
1178 | 2024-08-12T18:39:41.897Z | PASS [ 0.034s] tokio::io_buf_reader test_fill_buf_wrapper |
1179 | 2024-08-12T18:39:41.897Z | PASS [ 0.027s] tokio::io_buf_reader test_short_reads |
1180 | 2024-08-12T18:39:41.897Z | PASS [ 0.029s] tokio::io_buf_writer buf_writer |
1181 | 2024-08-12T18:39:41.897Z | PASS [ 0.027s] tokio::io_buf_writer buf_writer_inner_flushes |
1182 | 2024-08-12T18:39:41.922Z | PASS [ 0.023s] tokio::io_buf_writer buf_writer_seek |
1183 | 2024-08-12T18:39:41.922Z | PASS [ 0.020s] tokio::io_buf_writer maybe_pending_buf_writer |
1184 | 2024-08-12T18:39:41.947Z | PASS [ 0.027s] tokio::io_buf_writer maybe_pending_buf_writer_inner_flushes |
1185 | 2024-08-12T18:39:41.971Z | PASS [ 0.027s] tokio::io_buf_writer maybe_pending_buf_writer_seek |
1186 | 2024-08-12T18:39:41.971Z | PASS [ 0.022s] tokio::io_buf_writer write_vectored_basic_on_non_vectored |
1187 | 2024-08-12T18:39:41.996Z | PASS [ 0.025s] tokio::io_buf_writer write_vectored_basic_on_vectored |
1188 | 2024-08-12T18:39:41.996Z | PASS [ 0.018s] tokio::io_buf_writer write_vectored_empty_on_non_vectored |
1189 | 2024-08-12T18:39:41.996Z | PASS [ 0.020s] tokio::io_buf_writer write_vectored_empty_on_vectored |
1190 | 2024-08-12T18:39:42.022Z | PASS [ 0.024s] tokio::io_buf_writer write_vectored_large_slice_on_non_vectored |
1191 | 2024-08-12T18:39:42.023Z | PASS [ 0.023s] tokio::io_buf_writer write_vectored_large_slice_on_vectored |
1192 | 2024-08-12T18:39:42.048Z | PASS [ 0.021s] tokio::io_buf_writer write_vectored_large_total_on_non_vectored |
1193 | 2024-08-12T18:39:42.048Z | PASS [ 0.022s] tokio::io_buf_writer write_vectored_large_total_on_vectored |
1194 | 2024-08-12T18:39:42.048Z | PASS [ 0.026s] tokio::io_buf_writer write_vectored_odd_on_non_vectored |
1195 | 2024-08-12T18:39:42.073Z | PASS [ 0.021s] tokio::io_buf_writer write_vectored_odd_on_vectored |
1196 | 2024-08-12T18:39:42.073Z | PASS [ 0.020s] tokio::io_chain chain |
1197 | 2024-08-12T18:39:42.098Z | PASS [ 0.021s] tokio::io_copy copy |
1198 | 2024-08-12T18:39:42.098Z | PASS [ 0.021s] tokio::io_copy copy_is_cooperative |
1199 | 2024-08-12T18:39:42.123Z | PASS [ 0.022s] tokio::io_copy proxy |
1200 | 2024-08-12T18:39:42.123Z | PASS [ 0.018s] tokio::io_copy_bidirectional copy_bidirectional_is_cooperative |
1201 | 2024-08-12T18:39:42.148Z | PASS [ 0.019s] tokio::io_copy_bidirectional immediate_exit_on_read_error |
1202 | 2024-08-12T18:39:42.148Z | PASS [ 0.059s] tokio::io_copy_bidirectional blocking_one_side_does_not_block_other |
1203 | 2024-08-12T18:39:42.173Z | PASS [ 0.021s] tokio::io_copy_bidirectional immediate_exit_on_write_error |
1204 | 2024-08-12T18:39:42.173Z | PASS [ 0.025s] tokio::io_copy_bidirectional test_basic_transfer |
1205 | 2024-08-12T18:39:42.199Z | PASS [ 0.022s] tokio::io_copy_bidirectional test_transfer_after_close |
1206 | 2024-08-12T18:39:42.224Z | PASS [ 0.020s] tokio::io_driver test_drop_on_notify |
1207 | 2024-08-12T18:39:42.224Z | PASS [ 0.021s] tokio::io_driver_drop drop_wakes |
1208 | 2024-08-12T18:39:42.249Z | PASS [ 0.055s] tokio::io_driver panics_when_io_disabled |
1209 | 2024-08-12T18:39:42.249Z | PASS [ 0.018s] tokio::io_driver_drop tcp_doesnt_block |
1210 | 2024-08-12T18:39:42.249Z | PASS [ 0.019s] tokio::io_fill_buf fill_buf_file |
1211 | 2024-08-12T18:39:42.274Z | PASS [ 0.017s] tokio::io_join is_send_and_sync |
1212 | 2024-08-12T18:39:42.274Z | PASS [ 0.017s] tokio::io_join method_delegation |
1213 | 2024-08-12T18:39:42.274Z | PASS [ 1.664s] tokio runtime::tests::queue::stress2 |
1214 | 2024-08-12T18:39:42.325Z | PASS [ 0.015s] tokio::io_mem_stream across_tasks |
1215 | 2024-08-12T18:39:42.325Z | PASS [ 0.032s] tokio::io_lines lines_inherent |
1216 | 2024-08-12T18:39:42.325Z | PASS [ 0.021s] tokio::io_mem_stream disconnect |
1217 | 2024-08-12T18:39:42.325Z | PASS [ 0.023s] tokio::io_mem_stream disconnect_reader |
1218 | 2024-08-12T18:39:42.325Z | PASS [ 0.020s] tokio::io_mem_stream duplex_is_cooperative |
1219 | 2024-08-12T18:39:42.325Z | PASS [ 0.016s] tokio::io_mem_stream max_write_size |
1220 | 2024-08-12T18:39:42.325Z | PASS [ 0.019s] tokio::io_mem_stream ping_pong |
1221 | 2024-08-12T18:39:42.470Z | PASS [ 0.018s] tokio::io_panic async_fd_new_panic_caller |
1222 | 2024-08-12T18:39:42.495Z | PASS [ 0.021s] tokio::io_panic async_fd_try_new_panic_caller |
1223 | 2024-08-12T18:39:42.495Z | PASS [ 0.022s] tokio::io_panic async_fd_try_with_interest_panic_caller |
1224 | 2024-08-12T18:39:42.495Z | PASS [ 0.024s] tokio::io_panic async_fd_with_interest_panic_caller |
1225 | 2024-08-12T18:39:42.495Z | PASS [ 0.023s] tokio::io_panic read_buf_advance_panic_caller |
1226 | 2024-08-12T18:39:42.495Z | PASS [ 0.025s] tokio::io_panic read_buf_initialize_unfilled_to_panic_caller |
1227 | 2024-08-12T18:39:42.495Z | PASS [ 0.026s] tokio::io_panic read_buf_put_slice_panic_caller |
1228 | 2024-08-12T18:39:42.495Z | PASS [ 0.018s] tokio::io_panic read_buf_set_filled_panic_caller |
1229 | 2024-08-12T18:39:42.495Z | PASS [ 0.030s] tokio::io_panic unsplit_panic_caller |
1230 | 2024-08-12T18:39:42.495Z | PASS [ 0.031s] tokio::io_read read |
1231 | 2024-08-12T18:39:42.495Z | PASS [ 0.027s] tokio::io_read_buf issue_5588 |
1232 | 2024-08-12T18:39:42.495Z | PASS [ 0.030s] tokio::io_read_buf read_buf |
1233 | 2024-08-12T18:39:42.495Z | PASS [ 0.050s] tokio::io_read read_buf_bad_async_read |
1234 | 2024-08-12T18:39:42.495Z | PASS [ 0.036s] tokio::io_read_exact read_exact |
1235 | 2024-08-12T18:39:42.495Z | PASS [ 0.032s] tokio::io_read_line read_line |
1236 | 2024-08-12T18:39:42.495Z | PASS [ 0.019s] tokio::io_read_line read_line_fail |
1237 | 2024-08-12T18:39:42.629Z | PASS [ 0.027s] tokio::io_read_line read_line_fail_and_utf8_fail |
1238 | 2024-08-12T18:39:42.629Z | PASS [ 0.030s] tokio::io_read_line read_line_invalid_utf8 |
1239 | 2024-08-12T18:39:42.629Z | PASS [ 0.021s] tokio::io_read_line read_line_not_all_ready |
1240 | 2024-08-12T18:39:42.629Z | PASS [ 0.031s] tokio::io_read_to_end read_to_end |
1241 | 2024-08-12T18:39:42.654Z | PASS [ 0.040s] tokio::io_read_to_end read_to_end_grows_capacity_if_unfit |
1242 | 2024-08-12T18:39:42.654Z | PASS [ 0.038s] tokio::io_read_to_end read_to_end_uninit |
1243 | 2024-08-12T18:39:42.654Z | PASS [ 0.021s] tokio::io_read_to_string read_to_string |
1244 | 2024-08-12T18:39:42.654Z | PASS [ 0.021s] tokio::io_read_to_string to_string_appends |
1245 | 2024-08-12T18:39:42.654Z | PASS [ 0.021s] tokio::io_read_to_string to_string_does_not_truncate_on_io_error |
1246 | 2024-08-12T18:39:42.654Z | PASS [ 0.033s] tokio::io_read_to_string to_string_does_not_truncate_on_utf8_error |
1247 | 2024-08-12T18:39:42.654Z | PASS [ 0.027s] tokio::io_read_until read_until |
1248 | 2024-08-12T18:39:42.654Z | PASS [ 0.021s] tokio::io_read_until read_until_fail |
1249 | 2024-08-12T18:39:42.654Z | PASS [ 0.022s] tokio::io_read_until read_until_not_all_ready |
1250 | 2024-08-12T18:39:42.679Z | PASS [ 0.018s] tokio::io_sink sink_poll_flush_is_cooperative |
1251 | 2024-08-12T18:39:42.679Z | PASS [ 0.016s] tokio::io_sink sink_poll_shutdown_is_cooperative |
1252 | 2024-08-12T18:39:42.704Z | PASS [ 0.016s] tokio::io_sink sink_poll_write_is_cooperative |
1253 | 2024-08-12T18:39:42.704Z | PASS [ 0.064s] tokio::io_repeat repeat_poll_read_is_cooperative |
1254 | 2024-08-12T18:39:42.728Z | PASS [ 0.015s] tokio::io_split is_send_and_sync |
1255 | 2024-08-12T18:39:42.728Z | PASS [ 0.016s] tokio::io_split method_delegation |
1256 | 2024-08-12T18:39:42.755Z | PASS [ 0.017s] tokio::io_split split_stream_id |
1257 | 2024-08-12T18:39:42.779Z | PASS [ 0.045s] tokio::io_split unsplit_err1 |
1258 | 2024-08-12T18:39:42.804Z | PASS [ 0.042s] tokio::io_split unsplit_err2 |
1259 | 2024-08-12T18:39:43.315Z | PASS [ 0.041s] tokio::io_split unsplit_ok |
1260 | 2024-08-12T18:39:43.315Z | PASS [ 0.116s] tokio::io_take bad_reader_fails |
1261 | 2024-08-12T18:39:43.315Z | PASS [ 0.165s] tokio::io_take issue_4435 |
1262 | 2024-08-12T18:39:43.315Z | PASS [ 0.176s] tokio::io_take take |
1263 | 2024-08-12T18:39:43.315Z | PASS [ 0.119s] tokio::io_util_empty empty_buf_reads_are_cooperative |
1264 | 2024-08-12T18:39:43.342Z | PASS [ 0.100s] tokio::io_util_empty empty_read_is_cooperative |
1265 | 2024-08-12T18:39:43.342Z | PASS [ 0.190s] tokio::io_util_empty empty_seek |
1266 | 2024-08-12T18:39:43.405Z | PASS [ 0.049s] tokio::io_write write_cursor |
1267 | 2024-08-12T18:39:43.479Z | PASS [ 0.247s] tokio::io_write write |
1268 | 2024-08-12T18:39:43.479Z | PASS [ 0.141s] tokio::io_write_all write_all |
1269 | 2024-08-12T18:39:43.511Z | PASS [ 0.026s] tokio::io_write_all_buf write_all_buf_vectored |
1270 | 2024-08-12T18:39:43.557Z | PASS [ 0.105s] tokio::io_write_all_buf write_all_buf |
1271 | 2024-08-12T18:39:43.583Z | PASS [ 0.064s] tokio::io_write_all_buf write_buf_err |
1272 | 2024-08-12T18:39:43.583Z | PASS [ 0.044s] tokio::io_write_buf write_all |
1273 | 2024-08-12T18:39:43.608Z | PASS [ 0.032s] tokio::io_write_int write_int_should_err_if_write_count_0 |
1274 | 2024-08-12T18:39:43.633Z | PASS [ 0.016s] tokio::macros_join a_different_future_is_polled_first_every_time_poll_fn_is_polled |
1275 | 2024-08-12T18:39:43.633Z | PASS [ 0.016s] tokio::macros_join empty_join |
1276 | 2024-08-12T18:39:43.658Z | PASS [ 0.055s] tokio::join_handle_panic test_panics_do_not_propagate_when_dropping_join_handle |
1277 | 2024-08-12T18:39:43.682Z | PASS [ 0.027s] tokio::macros_join join_does_not_allow_tasks_to_starve |
1278 | 2024-08-12T18:39:43.707Z | PASS [ 0.029s] tokio::macros_join join_into_future |
1279 | 2024-08-12T18:39:43.732Z | PASS [ 0.043s] tokio::macros_join join_size |
1280 | 2024-08-12T18:39:43.900Z | PASS [ 0.059s] tokio::macros_join sync_one_lit_expr_comma |
1281 | 2024-08-12T18:39:43.900Z | PASS [ 0.113s] tokio::macros_join sync_one_lit_expr_no_comma |
1282 | 2024-08-12T18:39:44.097Z | PASS [ 0.177s] tokio::macros_join sync_two_lit_expr_comma |
1283 | 2024-08-12T18:39:44.097Z | PASS [ 0.115s] tokio::macros_join sync_two_lit_expr_no_comma |
1284 | 2024-08-12T18:39:44.097Z | PASS [ 0.044s] tokio::macros_join two_await |
1285 | 2024-08-12T18:39:44.097Z | PASS [ 0.036s] tokio::macros_pin multi_pin |
1286 | 2024-08-12T18:39:44.097Z | PASS [ 0.029s] tokio::macros_rename_test crate_path_test |
1287 | 2024-08-12T18:39:44.097Z | PASS [ 0.028s] tokio::macros_rename_test crate_rename_main |
1288 | 2024-08-12T18:39:44.097Z | PASS [ 0.027s] tokio::macros_rename_test crate_rename_test |
1289 | 2024-08-12T18:39:44.097Z | PASS [ 0.039s] tokio::macros_select biased_eventually_ready |
1290 | 2024-08-12T18:39:44.097Z | PASS [ 0.035s] tokio::macros_select biased_one_not_ready |
1291 | 2024-08-12T18:39:44.097Z | PASS [ 0.023s] tokio::macros_select disable_with_if |
1292 | 2024-08-12T18:39:44.097Z | PASS [ 0.026s] tokio::macros_select drop_in_fut |
1293 | 2024-08-12T18:39:44.097Z | PASS [ 0.025s] tokio::macros_select future_panics_after_poll |
1294 | 2024-08-12T18:39:44.122Z | PASS [ 0.023s] tokio::macros_select many_branches |
1295 | 2024-08-12T18:39:44.122Z | PASS [ 0.051s] tokio::macros_select join_with_select |
1296 | 2024-08-12T18:39:44.147Z | PASS [ 0.030s] tokio::macros_select move_uncompleted_futures |
1297 | 2024-08-12T18:39:44.147Z | PASS [ 0.021s] tokio::macros_select mut_on_left_hand_side |
1298 | 2024-08-12T18:39:44.172Z | PASS [ 0.018s] tokio::macros_select mut_ref_patterns |
1299 | 2024-08-12T18:39:44.172Z | PASS [ 0.019s] tokio::macros_select mutable_borrowing_future_with_same_borrow_in_block |
1300 | 2024-08-12T18:39:44.172Z | PASS [ 0.015s] tokio::macros_select mutable_borrowing_future_with_same_borrow_in_block_and_else |
1301 | 2024-08-12T18:39:44.198Z | PASS [ 0.015s] tokio::macros_select nested |
1302 | 2024-08-12T18:39:44.198Z | PASS [ 0.015s] tokio::macros_select nested_one |
1303 | 2024-08-12T18:39:44.222Z | PASS [ 0.016s] tokio::macros_select never_branch_no_warnings |
1304 | 2024-08-12T18:39:44.222Z | PASS [ 0.021s] tokio::macros_select no_branch_else_only |
1305 | 2024-08-12T18:39:44.222Z | PASS [ 0.022s] tokio::macros_select no_branch_else_only_biased |
1306 | 2024-08-12T18:39:44.247Z | PASS [ 0.021s] tokio::macros_select one_ready |
1307 | 2024-08-12T18:39:44.247Z | PASS [ 0.016s] tokio::macros_select pointer_64_tests::struct_size_1 |
1308 | 2024-08-12T18:39:44.247Z | PASS [ 0.017s] tokio::macros_select pointer_64_tests::struct_size_2 |
1309 | 2024-08-12T18:39:44.272Z | PASS [ 0.018s] tokio::macros_select pointer_64_tests::struct_size_3 |
1310 | 2024-08-12T18:39:44.272Z | PASS [ 0.016s] tokio::macros_select select_into_future |
1311 | 2024-08-12T18:39:44.272Z | PASS [ 0.013s] tokio::macros_select select_streams |
1312 | 2024-08-12T18:39:44.297Z | PASS [ 0.013s] tokio::macros_select sync_one_await |
1313 | 2024-08-12T18:39:44.297Z | PASS [ 0.018s] tokio::macros_select sync_one_ident |
1314 | 2024-08-12T18:39:44.297Z | PASS [ 0.014s] tokio::macros_select sync_one_lit_expr_block |
1315 | 2024-08-12T18:39:44.297Z | PASS [ 0.014s] tokio::macros_select sync_one_lit_expr_comma |
1316 | 2024-08-12T18:39:44.322Z | PASS [ 0.013s] tokio::macros_select sync_one_lit_expr_no_comma |
1317 | 2024-08-12T18:39:44.322Z | PASS [ 0.013s] tokio::macros_select sync_two |
1318 | 2024-08-12T18:39:44.322Z | PASS [ 0.017s] tokio::macros_select temporary_lifetime_extension |
1319 | 2024-08-12T18:39:44.347Z | PASS [ 0.018s] tokio::macros_select use_future_in_if_condition |
1320 | 2024-08-12T18:39:44.347Z | PASS [ 0.016s] tokio::macros_select use_future_in_if_condition_biased |
1321 | 2024-08-12T18:39:44.347Z | PASS [ 0.015s] tokio::macros_test issue_4175_test |
1322 | 2024-08-12T18:39:44.372Z | PASS [ 0.016s] tokio::macros_test issue_5243::foo |
1323 | 2024-08-12T18:39:44.372Z | PASS [ 0.016s] tokio::macros_test test_macro_can_be_used_via_use |
1324 | 2024-08-12T18:39:44.372Z | PASS [ 0.019s] tokio::macros_test test_macro_is_resilient_to_shadowing |
1325 | 2024-08-12T18:39:44.397Z | PASS [ 0.018s] tokio::macros_test trait_method |
1326 | 2024-08-12T18:39:44.397Z | PASS [ 0.016s] tokio::macros_test unused_braces_test |
1327 | 2024-08-12T18:39:44.397Z | PASS [ 0.016s] tokio::macros_try_join a_different_future_is_polled_first_every_time_poll_fn_is_polled |
1328 | 2024-08-12T18:39:44.422Z | PASS [ 0.016s] tokio::macros_try_join empty_try_join |
1329 | 2024-08-12T18:39:44.422Z | PASS [ 0.017s] tokio::macros_try_join err_abort_early |
1330 | 2024-08-12T18:39:44.422Z | PASS [ 0.017s] tokio::macros_try_join join_size |
1331 | 2024-08-12T18:39:44.447Z | PASS [ 0.017s] tokio::macros_try_join sync_one_lit_expr_comma |
1332 | 2024-08-12T18:39:44.447Z | PASS [ 0.016s] tokio::macros_try_join sync_one_lit_expr_no_comma |
1333 | 2024-08-12T18:39:44.447Z | PASS [ 0.017s] tokio::macros_try_join sync_two_lit_expr_comma |
1334 | 2024-08-12T18:39:44.472Z | PASS [ 0.018s] tokio::macros_try_join sync_two_lit_expr_no_comma |
1335 | 2024-08-12T18:39:44.472Z | PASS [ 0.017s] tokio::macros_try_join try_join_does_not_allow_tasks_to_starve |
1336 | 2024-08-12T18:39:44.472Z | PASS [ 0.017s] tokio::macros_try_join two_await |
1337 | 2024-08-12T18:39:44.497Z | PASS [ 0.016s] tokio::net_lookup_host lookup_socket_addr |
1338 | 2024-08-12T18:39:44.522Z | PASS [ 0.017s] tokio::net_lookup_host lookup_str_socket_addr |
1339 | 2024-08-12T18:39:44.522Z | PASS [ 0.047s] tokio::net_bind_resource no_runtime_panics_binding_net_tcp_listener |
1340 | 2024-08-12T18:39:44.522Z | PASS [ 0.017s] tokio::net_lookup_host resolve_dns |
1341 | 2024-08-12T18:39:44.547Z | PASS [ 0.017s] tokio::net_panic tcp_listener_from_std_panic_caller |
1342 | 2024-08-12T18:39:44.547Z | PASS [ 0.014s] tokio::net_panic tcp_stream_from_std_panic_caller |
1343 | 2024-08-12T18:39:44.547Z | PASS [ 0.016s] tokio::net_panic udp_socket_from_std_panic_caller |
1344 | 2024-08-12T18:39:44.572Z | PASS [ 0.015s] tokio::net_panic unix_datagram_from_std_panic_caller |
1345 | 2024-08-12T18:39:44.572Z | PASS [ 0.017s] tokio::net_panic unix_listener_bind_panic_caller |
1346 | 2024-08-12T18:39:44.572Z | PASS [ 0.018s] tokio::net_panic unix_listener_from_std_panic_caller |
1347 | 2024-08-12T18:39:44.597Z | PASS [ 0.019s] tokio::net_panic unix_stream_from_std_panic_caller |
1348 | 2024-08-12T18:39:44.597Z | PASS [ 0.017s] tokio::net_unix_pipe anon_pipe_into_blocking_fd |
1349 | 2024-08-12T18:39:44.597Z | PASS [ 0.016s] tokio::net_unix_pipe anon_pipe_into_nonblocking_fd |
1350 | 2024-08-12T18:39:44.622Z | PASS [ 0.025s] tokio::net_unix_pipe anon_pipe_simple_send |
1351 | 2024-08-12T18:39:44.622Z | PASS [ 0.022s] tokio::net_unix_pipe anon_pipe_spawn_printf |
1352 | 2024-08-12T18:39:44.646Z | PASS [ 0.018s] tokio::net_unix_pipe fifo_multiple_writes |
1353 | 2024-08-12T18:39:44.646Z | PASS [ 0.018s] tokio::net_unix_pipe fifo_simple_send |
1354 | 2024-08-12T18:39:44.671Z | PASS [ 0.020s] tokio::net_unix_pipe from_file |
1355 | 2024-08-12T18:39:44.671Z | PASS [ 0.019s] tokio::net_unix_pipe from_file_detects_not_a_fifo |
1356 | 2024-08-12T18:39:44.671Z | PASS [ 0.016s] tokio::net_unix_pipe from_file_detects_wrong_access_mode |
1357 | 2024-08-12T18:39:44.696Z | PASS [ 0.017s] tokio::net_unix_pipe from_file_sets_nonblock |
1358 | 2024-08-12T18:39:44.696Z | PASS [ 0.017s] tokio::net_unix_pipe open_detects_not_a_fifo |
1359 | 2024-08-12T18:39:44.696Z | PASS [ 0.017s] tokio::net_unix_pipe try_read_buf |
1360 | 2024-08-12T18:39:44.720Z | PASS [ 0.016s] tokio::net_unix_pipe try_read_write |
1361 | 2024-08-12T18:39:44.720Z | PASS [ 0.018s] tokio::net_unix_pipe try_read_write_vectored |
1362 | 2024-08-12T18:39:44.745Z | PASS [ 0.044s] tokio::no_rt io_panics_when_no_tokio_context |
1363 | 2024-08-12T18:39:44.769Z | PASS [ 0.047s] tokio::no_rt panics_when_no_reactor |
1364 | 2024-08-12T18:39:44.794Z | PASS [ 0.023s] tokio::process_arg0 arg0 |
1365 | 2024-08-12T18:39:44.794Z | PASS [ 0.045s] tokio::no_rt timeout_panics_when_no_tokio_context |
1366 | 2024-08-12T18:39:44.818Z | PASS [ 0.026s] tokio::process_change_of_runtime process_spawned_and_wait_in_different_runtime |
1367 | 2024-08-12T18:39:44.843Z | PASS [ 0.047s] tokio::process_change_of_runtime process_spawned_outside_runtime |
1368 | 2024-08-12T18:39:45.012Z | PASS [ 2.506s] tokio::io_read_to_end read_to_end_doesnt_grow_with_capacity |
1369 | 2024-08-12T18:39:45.076Z | PASS [ 0.242s] tokio::process_issue_42 issue_42 |
1370 | 2024-08-12T18:39:45.101Z | PASS [ 0.024s] tokio::process_smoke simple |
1371 | 2024-08-12T18:39:45.127Z | PASS [ 0.017s] tokio::rt_basic acquire_mutex_in_drop |
1372 | 2024-08-12T18:39:45.151Z | PASS [ 0.017s] tokio::rt_basic drop_tasks_in_context |
1373 | 2024-08-12T18:39:45.151Z | PASS [ 0.016s] tokio::rt_basic no_extra_poll |
1374 | 2024-08-12T18:39:45.176Z | PASS [ 0.026s] tokio::rt_basic spawn_remote |
1375 | 2024-08-12T18:39:45.201Z | PASS [ 0.016s] tokio::rt_basic spawn_two |
1376 | 2024-08-12T18:39:45.261Z | PASS [ 0.069s] tokio::rt_basic spawned_task_does_not_progress_without_block_on |
1377 | 2024-08-12T18:39:45.318Z | PASS [ 0.054s] tokio::rt_basic timeout_panics_when_no_time_handle |
1378 | 2024-08-12T18:39:45.369Z | PASS [ 0.054s] tokio::rt_basic wake_in_drop_after_panic |
1379 | 2024-08-12T18:39:45.398Z | PASS [ 0.031s] tokio::rt_common current_thread_scheduler::always_active_parker |
1380 | 2024-08-12T18:39:45.468Z | PASS [ 0.068s] tokio::rt_common current_thread_scheduler::block_on_async |
1381 | 2024-08-12T18:39:45.494Z | PASS [ 0.018s] tokio::rt_common current_thread_scheduler::block_on_socket |
1382 | 2024-08-12T18:39:45.519Z | PASS [ 0.016s] tokio::rt_common current_thread_scheduler::block_on_sync |
1383 | 2024-08-12T18:39:45.544Z | PASS [ 0.024s] tokio::rt_common current_thread_scheduler::client_server_block_on |
1384 | 2024-08-12T18:39:45.596Z | PASS [ 0.069s] tokio::rt_common current_thread_scheduler::complete_block_on_under_load |
1385 | 2024-08-12T18:39:45.667Z | PASS [ 0.069s] tokio::rt_common current_thread_scheduler::complete_task_under_load |
1386 | 2024-08-12T18:39:45.693Z | PASS [ 0.019s] tokio::rt_common current_thread_scheduler::coop |
1387 | 2024-08-12T18:39:45.718Z | PASS [ 0.020s] tokio::rt_common current_thread_scheduler::coop_unconstrained |
1388 | 2024-08-12T18:39:45.743Z | PASS [ 0.020s] tokio::rt_common current_thread_scheduler::create_rt_in_block_on |
1389 | 2024-08-12T18:39:45.768Z | PASS [ 0.018s] tokio::rt_common current_thread_scheduler::eagerly_drops_futures_on_shutdown |
1390 | 2024-08-12T18:39:45.768Z | PASS [ 0.019s] tokio::rt_common current_thread_scheduler::enter_and_spawn |
1391 | 2024-08-12T18:39:45.793Z | PASS [ 0.022s] tokio::rt_common current_thread_scheduler::io_driver_called_when_under_load |
1392 | 2024-08-12T18:39:45.861Z | PASS [ 1.055s] tokio::process_issue_2174 issue_2174 |
1393 | 2024-08-12T18:39:45.886Z | PASS [ 0.083s] tokio::rt_common current_thread_scheduler::io_notify_while_shutting_down |
1394 | 2024-08-12T18:39:45.886Z | PASS [ 0.020s] tokio::rt_common current_thread_scheduler::local_set_block_on_socket |
1395 | 2024-08-12T18:39:45.911Z | PASS [ 0.019s] tokio::rt_common current_thread_scheduler::local_set_client_server_block_on |
1396 | 2024-08-12T18:39:45.911Z | PASS [ 0.019s] tokio::rt_common current_thread_scheduler::outstanding_tasks_dropped |
1397 | 2024-08-12T18:39:46.009Z | PASS [ 0.128s] tokio::rt_common current_thread_scheduler::nested_rt |
1398 | 2024-08-12T18:39:46.034Z | PASS [ 0.123s] tokio::rt_common current_thread_scheduler::panic_in_block_on |
1399 | 2024-08-12T18:39:46.062Z | PASS [ 0.029s] tokio::rt_common current_thread_scheduler::ping_pong_saturation |
1400 | 2024-08-12T18:39:46.086Z | PASS [ 0.019s] tokio::rt_common current_thread_scheduler::runtime_in_thread_local |
1401 | 2024-08-12T18:39:46.199Z | PASS [ 0.189s] tokio::rt_common current_thread_scheduler::panic_in_task |
1402 | 2024-08-12T18:39:46.321Z | PASS [ 0.122s] tokio::rt_common current_thread_scheduler::shutdown_timeout |
1403 | 2024-08-12T18:39:46.346Z | PASS [ 0.020s] tokio::rt_common current_thread_scheduler::shutdown_timeout_0 |
1404 | 2024-08-12T18:39:46.462Z | PASS [ 0.122s] tokio::rt_common current_thread_scheduler::shutdown_wakeup_time |
1405 | 2024-08-12T18:39:46.515Z | PASS [ 0.432s] tokio::rt_common current_thread_scheduler::shutdown_concurrent_spawn |
1406 | 2024-08-12T18:39:46.539Z | PASS [ 0.074s] tokio::rt_common current_thread_scheduler::sleep_at_root |
1407 | 2024-08-12T18:39:46.564Z | PASS [ 0.033s] tokio::rt_common current_thread_scheduler::sleep_from_blocking |
1408 | 2024-08-12T18:39:46.589Z | PASS [ 0.022s] tokio::rt_common current_thread_scheduler::socket_from_blocking |
1409 | 2024-08-12T18:39:46.589Z | PASS [ 0.020s] tokio::rt_common current_thread_scheduler::spawn_await_chain |
1410 | 2024-08-12T18:39:46.616Z | PASS [ 0.017s] tokio::rt_common current_thread_scheduler::spawn_blocking_from_blocking |
1411 | 2024-08-12T18:39:46.616Z | PASS [ 0.076s] tokio::rt_common current_thread_scheduler::sleep_in_spawn |
1412 | 2024-08-12T18:39:46.641Z | PASS [ 0.018s] tokio::rt_common current_thread_scheduler::spawn_from_blocking |
1413 | 2024-08-12T18:39:46.667Z | PASS [ 0.021s] tokio::rt_common current_thread_scheduler::spawn_from_other_thread_under_load |
1414 | 2024-08-12T18:39:46.667Z | PASS [ 0.021s] tokio::rt_common current_thread_scheduler::spawn_many_from_block_on |
1415 | 2024-08-12T18:39:46.692Z | PASS [ 0.070s] tokio::rt_common current_thread_scheduler::spawn_from_other_thread_idle |
1416 | 2024-08-12T18:39:46.716Z | PASS [ 0.026s] tokio::rt_common current_thread_scheduler::spawn_many_from_task |
1417 | 2024-08-12T18:39:46.716Z | PASS [ 0.022s] tokio::rt_common current_thread_scheduler::spawn_one_bg |
1418 | 2024-08-12T18:39:46.716Z | PASS [ 0.020s] tokio::rt_common current_thread_scheduler::spawn_one_from_block_on_called_on_handle |
1419 | 2024-08-12T18:39:46.740Z | PASS [ 0.019s] tokio::rt_common current_thread_scheduler::spawn_one_join |
1420 | 2024-08-12T18:39:46.740Z | PASS [ 0.021s] tokio::rt_common current_thread_scheduler::spawn_two |
1421 | 2024-08-12T18:39:46.765Z | PASS [ 0.020s] tokio::rt_common current_thread_scheduler::wake_by_ref_from_thread_local |
1422 | 2024-08-12T18:39:46.765Z | PASS [ 0.018s] tokio::rt_common current_thread_scheduler::wake_by_val_from_thread_local |
1423 | 2024-08-12T18:39:46.766Z | PASS [ 0.017s] tokio::rt_common current_thread_scheduler::wake_while_rt_is_dropping |
1424 | 2024-08-12T18:39:46.790Z | PASS [ 0.017s] tokio::rt_common current_thread_scheduler::yield_defers_until_park |
1425 | 2024-08-12T18:39:46.790Z | PASS [ 0.017s] tokio::rt_common send_sync_bound |
1426 | 2024-08-12T18:39:46.815Z | PASS [ 0.031s] tokio::rt_common threaded_scheduler_1_thread::always_active_parker |
1427 | 2024-08-12T18:39:46.839Z | PASS [ 0.018s] tokio::rt_common threaded_scheduler_1_thread::block_on_socket |
1428 | 2024-08-12T18:39:46.864Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_1_thread::block_on_sync |
1429 | 2024-08-12T18:39:46.864Z | PASS [ 0.072s] tokio::rt_common threaded_scheduler_1_thread::block_on_async |
1430 | 2024-08-12T18:39:46.864Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::client_server_block_on |
1431 | 2024-08-12T18:39:46.925Z | PASS [ 0.073s] tokio::rt_common threaded_scheduler_1_thread::complete_block_on_under_load |
1432 | 2024-08-12T18:39:46.950Z | PASS [ 0.071s] tokio::rt_common threaded_scheduler_1_thread::complete_task_under_load |
1433 | 2024-08-12T18:39:46.950Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::coop |
1434 | 2024-08-12T18:39:46.975Z | PASS [ 0.026s] tokio::rt_common threaded_scheduler_1_thread::coop_unconstrained |
1435 | 2024-08-12T18:39:46.975Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::create_rt_in_block_on |
1436 | 2024-08-12T18:39:47.000Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_1_thread::eagerly_drops_futures_on_shutdown |
1437 | 2024-08-12T18:39:47.000Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::enter_and_spawn |
1438 | 2024-08-12T18:39:47.025Z | PASS [ 0.039s] tokio::rt_common threaded_scheduler_1_thread::io_driver_called_when_under_load |
1439 | 2024-08-12T18:39:47.049Z | PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::local_set_block_on_socket |
1440 | 2024-08-12T18:39:47.074Z | PASS [ 0.024s] tokio::rt_common threaded_scheduler_1_thread::local_set_client_server_block_on |
1441 | 2024-08-12T18:39:47.099Z | PASS [ 0.105s] tokio::rt_common threaded_scheduler_1_thread::io_notify_while_shutting_down |
1442 | 2024-08-12T18:39:47.124Z | PASS [ 0.024s] tokio::rt_common threaded_scheduler_1_thread::outstanding_tasks_dropped |
1443 | 2024-08-12T18:39:47.176Z | PASS [ 0.110s] tokio::rt_common threaded_scheduler_1_thread::nested_rt |
1444 | 2024-08-12T18:39:47.223Z | PASS [ 0.101s] tokio::rt_common threaded_scheduler_1_thread::panic_in_block_on |
1445 | 2024-08-12T18:39:47.282Z | PASS [ 0.058s] tokio::rt_common threaded_scheduler_1_thread::ping_pong_saturation |
1446 | 2024-08-12T18:39:47.307Z | PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::runtime_in_thread_local |
1447 | 2024-08-12T18:39:47.332Z | PASS [ 0.147s] tokio::rt_common threaded_scheduler_1_thread::panic_in_task |
1448 | 2024-08-12T18:39:47.447Z | PASS [ 0.124s] tokio::rt_common threaded_scheduler_1_thread::shutdown_timeout |
1449 | 2024-08-12T18:39:47.472Z | PASS [ 0.018s] tokio::rt_common threaded_scheduler_1_thread::shutdown_timeout_0 |
1450 | 2024-08-12T18:39:47.586Z | PASS [ 0.121s] tokio::rt_common threaded_scheduler_1_thread::shutdown_wakeup_time |
1451 | 2024-08-12T18:39:47.636Z | PASS [ 0.335s] tokio::rt_common threaded_scheduler_1_thread::shutdown_concurrent_spawn |
1452 | 2024-08-12T18:39:47.661Z | PASS [ 0.074s] tokio::rt_common threaded_scheduler_1_thread::sleep_at_root |
1453 | 2024-08-12T18:39:47.686Z | PASS [ 0.033s] tokio::rt_common threaded_scheduler_1_thread::sleep_from_blocking |
1454 | 2024-08-12T18:39:47.712Z | PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::socket_from_blocking |
1455 | 2024-08-12T18:39:47.712Z | PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_await_chain |
1456 | 2024-08-12T18:39:47.736Z | PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_blocking_from_blocking |
1457 | 2024-08-12T18:39:47.736Z | PASS [ 0.076s] tokio::rt_common threaded_scheduler_1_thread::sleep_in_spawn |
1458 | 2024-08-12T18:39:47.761Z | PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::spawn_from_blocking |
1459 | 2024-08-12T18:39:47.785Z | PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::spawn_from_other_thread_under_load |
1460 | 2024-08-12T18:39:47.810Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::spawn_many_from_block_on |
1461 | 2024-08-12T18:39:47.810Z | PASS [ 0.072s] tokio::rt_common threaded_scheduler_1_thread::spawn_from_other_thread_idle |
1462 | 2024-08-12T18:39:47.834Z | PASS [ 0.026s] tokio::rt_common threaded_scheduler_1_thread::spawn_many_from_task |
1463 | 2024-08-12T18:39:47.834Z | PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_one_bg |
1464 | 2024-08-12T18:39:47.859Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::spawn_one_from_block_on_called_on_handle |
1465 | 2024-08-12T18:39:47.859Z | PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_one_join |
1466 | 2024-08-12T18:39:47.859Z | PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::spawn_two |
1467 | 2024-08-12T18:39:47.884Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::wake_by_ref_from_thread_local |
1468 | 2024-08-12T18:39:47.884Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::wake_by_val_from_thread_local |
1469 | 2024-08-12T18:39:47.909Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::wake_while_rt_is_dropping |
1470 | 2024-08-12T18:39:47.909Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::yield_defers_until_park |
1471 | 2024-08-12T18:39:47.934Z | PASS [ 0.036s] tokio::rt_common threaded_scheduler_4_threads::always_active_parker |
1472 | 2024-08-12T18:39:47.958Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::block_on_socket |
1473 | 2024-08-12T18:39:47.983Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_4_threads::block_on_sync |
1474 | 2024-08-12T18:39:47.983Z | PASS [ 0.077s] tokio::rt_common threaded_scheduler_4_threads::block_on_async |
1475 | 2024-08-12T18:39:48.007Z | PASS [ 0.024s] tokio::rt_common threaded_scheduler_4_threads::client_server_block_on |
1476 | 2024-08-12T18:39:48.052Z | PASS [ 0.073s] tokio::rt_common threaded_scheduler_4_threads::complete_block_on_under_load |
1477 | 2024-08-12T18:39:48.077Z | PASS [ 0.074s] tokio::rt_common threaded_scheduler_4_threads::complete_task_under_load |
1478 | 2024-08-12T18:39:48.102Z | PASS [ 0.024s] tokio::rt_common threaded_scheduler_4_threads::coop |
1479 | 2024-08-12T18:39:48.102Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::coop_unconstrained |
1480 | 2024-08-12T18:39:48.126Z | PASS [ 0.031s] tokio::rt_common threaded_scheduler_4_threads::create_rt_in_block_on |
1481 | 2024-08-12T18:39:48.127Z | PASS [ 0.027s] tokio::rt_common threaded_scheduler_4_threads::eagerly_drops_futures_on_shutdown |
1482 | 2024-08-12T18:39:48.151Z | PASS [ 0.019s] tokio::rt_common threaded_scheduler_4_threads::enter_and_spawn |
1483 | 2024-08-12T18:39:48.176Z | PASS [ 0.049s] tokio::rt_common threaded_scheduler_4_threads::io_driver_called_when_under_load |
1484 | 2024-08-12T18:39:48.202Z | PASS [ 0.018s] tokio::rt_common threaded_scheduler_4_threads::local_set_block_on_socket |
1485 | 2024-08-12T18:39:48.227Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_4_threads::local_set_client_server_block_on |
1486 | 2024-08-12T18:39:48.251Z | PASS [ 0.122s] tokio::rt_common threaded_scheduler_4_threads::io_notify_while_shutting_down |
1487 | 2024-08-12T18:39:48.276Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::outstanding_tasks_dropped |
1488 | 2024-08-12T18:39:48.335Z | PASS [ 0.128s] tokio::rt_common threaded_scheduler_4_threads::nested_rt |
1489 | 2024-08-12T18:39:48.388Z | PASS [ 0.116s] tokio::rt_common threaded_scheduler_4_threads::panic_in_block_on |
1490 | 2024-08-12T18:39:48.455Z | PASS [ 0.067s] tokio::rt_common threaded_scheduler_4_threads::ping_pong_saturation |
1491 | 2024-08-12T18:39:48.480Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::runtime_in_thread_local |
1492 | 2024-08-12T18:39:48.504Z | PASS [ 0.155s] tokio::rt_common threaded_scheduler_4_threads::panic_in_task |
1493 | 2024-08-12T18:39:48.619Z | PASS [ 0.126s] tokio::rt_common threaded_scheduler_4_threads::shutdown_timeout |
1494 | 2024-08-12T18:39:48.644Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::shutdown_timeout_0 |
1495 | 2024-08-12T18:39:48.772Z | PASS [ 0.131s] tokio::rt_common threaded_scheduler_4_threads::shutdown_wakeup_time |
1496 | 2024-08-12T18:39:48.846Z | PASS [ 0.076s] tokio::rt_common threaded_scheduler_4_threads::sleep_at_root |
1497 | 2024-08-12T18:39:48.870Z | PASS [ 0.382s] tokio::rt_common threaded_scheduler_4_threads::shutdown_concurrent_spawn |
1498 | 2024-08-12T18:39:48.895Z | PASS [ 0.027s] tokio::rt_common threaded_scheduler_4_threads::sleep_from_blocking |
1499 | 2024-08-12T18:39:48.895Z | PASS [ 0.020s] tokio::rt_common threaded_scheduler_4_threads::socket_from_blocking |
1500 | 2024-08-12T18:39:48.920Z | PASS [ 0.028s] tokio::rt_common threaded_scheduler_4_threads::spawn_await_chain |
1501 | 2024-08-12T18:39:48.945Z | PASS [ 0.072s] tokio::rt_common threaded_scheduler_4_threads::sleep_in_spawn |
1502 | 2024-08-12T18:39:48.945Z | PASS [ 0.023s] tokio::rt_common threaded_scheduler_4_threads::spawn_blocking_from_blocking |
1503 | 2024-08-12T18:39:48.970Z | PASS [ 0.026s] tokio::rt_common threaded_scheduler_4_threads::spawn_from_blocking |
1504 | 2024-08-12T18:39:48.995Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::spawn_from_other_thread_under_load |
1505 | 2024-08-12T18:39:49.020Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::spawn_many_from_block_on |
1506 | 2024-08-12T18:39:49.020Z | PASS [ 0.073s] tokio::rt_common threaded_scheduler_4_threads::spawn_from_other_thread_idle |
1507 | 2024-08-12T18:39:49.045Z | PASS [ 0.028s] tokio::rt_common threaded_scheduler_4_threads::spawn_many_from_task |
1508 | 2024-08-12T18:39:49.045Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::spawn_one_bg |
1509 | 2024-08-12T18:39:49.070Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::spawn_one_from_block_on_called_on_handle |
1510 | 2024-08-12T18:39:49.070Z | PASS [ 0.019s] tokio::rt_common threaded_scheduler_4_threads::spawn_one_join |
1511 | 2024-08-12T18:39:49.070Z | PASS [ 0.018s] tokio::rt_common threaded_scheduler_4_threads::spawn_two |
1512 | 2024-08-12T18:39:49.095Z | PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::wake_by_ref_from_thread_local |
1513 | 2024-08-12T18:39:49.095Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::wake_by_val_from_thread_local |
1514 | 2024-08-12T18:39:49.120Z | PASS [ 0.024s] tokio::rt_common threaded_scheduler_4_threads::wake_while_rt_is_dropping |
1515 | 2024-08-12T18:39:49.120Z | PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::yield_defers_until_park |
1516 | 2024-08-12T18:39:49.120Z | PASS [ 0.018s] tokio::rt_handle basic_enter |
1517 | 2024-08-12T18:39:49.160Z | PASS [ 0.047s] tokio::rt_handle interleave_enter_different_rt |
1518 | 2024-08-12T18:39:49.184Z | PASS [ 0.047s] tokio::rt_handle interleave_enter_same_rt |
1519 | 2024-08-12T18:39:49.210Z | PASS [ 0.018s] tokio::rt_handle_block_on basic |
1520 | 2024-08-12T18:39:49.210Z | PASS [ 0.044s] tokio::rt_handle interleave_then_enter |
1521 | 2024-08-12T18:39:49.235Z | PASS [ 0.023s] tokio::rt_handle_block_on bounded_mpsc_channel |
1522 | 2024-08-12T18:39:49.235Z | PASS [ 0.018s] tokio::rt_handle_block_on current_thread_scheduler::basic_fs |
1523 | 2024-08-12T18:39:49.264Z | PASS [ 0.015s] tokio::rt_handle_block_on current_thread_scheduler::fs_shutdown_before_started |
1524 | 2024-08-12T18:39:49.289Z | PASS [ 0.046s] tokio::rt_handle_block_on current_thread_scheduler::nesting |
1525 | 2024-08-12T18:39:49.313Z | PASS [ 0.021s] tokio::rt_handle_block_on current_thread_scheduler::spawn_after_runtime_dropped |
1526 | 2024-08-12T18:39:49.338Z | PASS [ 0.021s] tokio::rt_handle_block_on current_thread_scheduler::spawn_blocking_after_shutdown_fails |
1527 | 2024-08-12T18:39:49.338Z | PASS [ 0.123s] tokio::rt_handle_block_on current_thread_scheduler::basic_spawn_blocking |
1528 | 2024-08-12T18:39:49.362Z | PASS [ 0.021s] tokio::rt_handle_block_on current_thread_scheduler::tcp_listener_bind |
1529 | 2024-08-12T18:39:49.387Z | PASS [ 0.018s] tokio::rt_handle_block_on current_thread_scheduler::udp_socket_bind |
1530 | 2024-08-12T18:39:49.412Z | PASS [ 0.019s] tokio::rt_handle_block_on threaded_scheduler_1_thread::basic_fs |
1531 | 2024-08-12T18:39:49.520Z | PASS [ 0.123s] tokio::rt_handle_block_on threaded_scheduler_1_thread::basic_spawn_blocking |
1532 | 2024-08-12T18:39:49.545Z | PASS [ 0.024s] tokio::rt_handle_block_on threaded_scheduler_1_thread::fs_shutdown_before_started |
1533 | 2024-08-12T18:39:49.594Z | PASS [ 0.052s] tokio::rt_handle_block_on threaded_scheduler_1_thread::nesting |
1534 | 2024-08-12T18:39:49.619Z | PASS [ 0.021s] tokio::rt_handle_block_on threaded_scheduler_1_thread::spawn_after_runtime_dropped |
1535 | 2024-08-12T18:39:49.644Z | PASS [ 0.019s] tokio::rt_handle_block_on threaded_scheduler_1_thread::spawn_blocking_after_shutdown_fails |
1536 | 2024-08-12T18:39:50.048Z | PASS [ 5.032s] tokio::process_kill_on_drop kill_on_drop |
1537 | 2024-08-12T18:39:50.074Z | PASS [ 0.022s] tokio::rt_handle_block_on threaded_scheduler_1_thread::tcp_listener_bind |
1538 | 2024-08-12T18:39:50.098Z | PASS [ 0.022s] tokio::rt_handle_block_on threaded_scheduler_1_thread::udp_socket_bind |
1539 | 2024-08-12T18:39:50.218Z | PASS [ 0.125s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::sleep |
1540 | 2024-08-12T18:39:50.275Z | PASS [ 0.059s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::sleep_after_shutdown_panics |
1541 | 2024-08-12T18:39:50.336Z | PASS [ 0.059s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::sleep_before_shutdown_panics |
1542 | 2024-08-12T18:39:50.361Z | PASS [ 1.023s] tokio::rt_handle_block_on current_thread_scheduler::spawn_blocking_started_before_shutdown_continues |
1543 | 2024-08-12T18:39:50.386Z | PASS [ 0.023s] tokio::rt_handle_block_on threaded_scheduler_4_threads::basic_fs |
1544 | 2024-08-12T18:39:50.386Z | PASS [ 0.050s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::unix_listener_bind |
1545 | 2024-08-12T18:39:50.410Z | PASS [ 0.021s] tokio::rt_handle_block_on threaded_scheduler_4_threads::fs_shutdown_before_started |
1546 | 2024-08-12T18:39:50.454Z | PASS [ 0.048s] tokio::rt_handle_block_on threaded_scheduler_4_threads::nesting |
1547 | 2024-08-12T18:39:50.478Z | PASS [ 0.023s] tokio::rt_handle_block_on threaded_scheduler_4_threads::spawn_after_runtime_dropped |
1548 | 2024-08-12T18:39:50.503Z | PASS [ 0.122s] tokio::rt_handle_block_on threaded_scheduler_4_threads::basic_spawn_blocking |
1549 | 2024-08-12T18:39:50.527Z | PASS [ 0.031s] tokio::rt_handle_block_on threaded_scheduler_4_threads::spawn_blocking_after_shutdown_fails |
1550 | 2024-08-12T18:39:50.552Z | PASS [ 0.023s] tokio::rt_handle_block_on threaded_scheduler_4_threads::tcp_listener_bind |
1551 | 2024-08-12T18:39:50.552Z | PASS [ 0.022s] tokio::rt_handle_block_on threaded_scheduler_4_threads::udp_socket_bind |
1552 | 2024-08-12T18:39:50.657Z | PASS [ 1.020s] tokio::rt_handle_block_on threaded_scheduler_1_thread::spawn_blocking_started_before_shutdown_continues |
1553 | 2024-08-12T18:39:50.682Z | PASS [ 0.121s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::sleep |
1554 | 2024-08-12T18:39:50.720Z | PASS [ 0.064s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::sleep_after_shutdown_panics |
1555 | 2024-08-12T18:39:50.745Z | PASS [ 0.063s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::sleep_before_shutdown_panics |
1556 | 2024-08-12T18:39:50.770Z | PASS [ 0.034s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::unix_listener_bind |
1557 | 2024-08-12T18:39:50.770Z | PASS [ 0.024s] tokio::rt_handle_block_on unbounded_mpsc_channel |
1558 | 2024-08-12T18:39:50.795Z | PASS [ 0.021s] tokio::rt_metrics num_alive_tasks |
1559 | 2024-08-12T18:39:50.795Z | PASS [ 0.025s] tokio::rt_metrics num_workers |
1560 | 2024-08-12T18:39:50.819Z | PASS [ 0.026s] tokio::rt_panic builder_global_queue_interval_panic_caller |
1561 | 2024-08-12T18:39:50.851Z | PASS [ 0.025s] tokio::rt_panic builder_max_blocking_threads_panic_caller |
1562 | 2024-08-12T18:39:50.875Z | PASS [ 0.025s] tokio::rt_panic builder_worker_threads_panic_caller |
1563 | 2024-08-12T18:39:50.875Z | PASS [ 0.025s] tokio::rt_panic current_handle_panic_caller |
1564 | 2024-08-12T18:39:50.876Z | PASS [ 0.023s] tokio::rt_panic into_panic_panic_caller |
1565 | 2024-08-12T18:39:50.900Z | PASS [ 0.025s] tokio::rt_threaded coop_and_block_in_place |
1566 | 2024-08-12T18:39:50.924Z | PASS [ 0.076s] tokio::rt_threaded blocking |
1567 | 2024-08-12T18:39:50.949Z | PASS [ 0.024s] tokio::rt_threaded global_queue_interval_set_to_one |
1568 | 2024-08-12T18:39:51.505Z | PASS [ 10.898s] tokio runtime::tests::task_combinations::test_combinations |
1569 | 2024-08-12T18:39:51.529Z | PASS [ 1.030s] tokio::rt_handle_block_on threaded_scheduler_4_threads::spawn_blocking_started_before_shutdown_continues |
1570 | 2024-08-12T18:39:51.554Z | PASS [ 0.024s] tokio::rt_threaded lifo_slot_budget |
1571 | 2024-08-12T18:39:51.587Z | PASS [ 0.055s] tokio::rt_threaded many_oneshot_futures |
1572 | 2024-08-12T18:39:51.627Z | PASS [ 0.040s] tokio::rt_threaded max_blocking_threads |
1573 | 2024-08-12T18:39:51.686Z | PASS [ 0.059s] tokio::rt_threaded max_blocking_threads_set_to_zero |
1574 | 2024-08-12T18:39:51.712Z | PASS [ 0.029s] tokio::rt_threaded multi_threadpool |
1575 | 2024-08-12T18:39:51.737Z | PASS [ 0.021s] tokio::rt_threaded single_thread |
1576 | 2024-08-12T18:39:51.763Z | PASS [ 0.027s] tokio::rt_threaded spawn_shutdown |
1577 | 2024-08-12T18:39:51.787Z | PASS [ 0.025s] tokio::rt_threaded spawn_two |
1578 | 2024-08-12T18:39:51.813Z | PASS [ 0.024s] tokio::rt_threaded start_stop_callbacks_called |
1579 | 2024-08-12T18:39:51.843Z | PASS [ 0.967s] tokio::rt_threaded drop_threadpool_drops_futures |
1580 | 2024-08-12T18:39:51.868Z | PASS [ 0.022s] tokio::rt_threaded test_block_in_place2 |
1581 | 2024-08-12T18:39:51.893Z | PASS [ 0.072s] tokio::rt_threaded test_block_in_place1 |
1582 | 2024-08-12T18:39:51.918Z | PASS [ 0.023s] tokio::rt_threaded test_block_in_place4 |
1583 | 2024-08-12T18:39:51.945Z | PASS [ 0.072s] tokio::rt_threaded test_block_in_place3 |
1584 | 2024-08-12T18:39:51.970Z | PASS [ 0.049s] tokio::rt_threaded test_nested_block_in_place_with_block_on_between |
1585 | 2024-08-12T18:39:51.995Z | PASS [ 1.028s] tokio::rt_threaded hang_on_shutdown |
1586 | 2024-08-12T18:39:51.995Z | PASS [ 0.049s] tokio::rt_threaded test_tuning |
1587 | 2024-08-12T18:39:52.020Z | PASS [ 0.032s] tokio::rt_threaded yield_after_block_in_place |
1588 | 2024-08-12T18:39:52.095Z | PASS [ 0.059s] tokio::rt_threaded wake_during_shutdown |
1589 | 2024-08-12T18:39:52.095Z | PASS [ 0.041s] tokio::rt_time_start_paused test_start_paused |
1590 | 2024-08-12T18:39:52.095Z | PASS [ 0.041s] tokio::signal_ctrl_c ctrl_c |
1591 | 2024-08-12T18:39:52.095Z | PASS [ 0.025s] tokio::signal_drop_recv drop_then_get_a_signal |
1592 | 2024-08-12T18:39:52.120Z | PASS [ 0.038s] tokio::signal_drop_rt dropping_loops_does_not_cause_starvation |
1593 | 2024-08-12T18:39:52.120Z | PASS [ 0.042s] tokio::signal_drop_signal dropping_signal_does_not_deregister_any_other_instances |
1594 | 2024-08-12T18:39:52.120Z | PASS [ 0.040s] tokio::signal_multi_rt multi_loop |
1595 | 2024-08-12T18:39:52.120Z | PASS [ 0.024s] tokio::signal_notify_both notify_both |
1596 | 2024-08-12T18:39:52.145Z | PASS [ 0.025s] tokio::signal_panic signal_panic_caller |
1597 | 2024-08-12T18:39:52.170Z | PASS [ 0.025s] tokio::signal_twice twice |
1598 | 2024-08-12T18:39:52.170Z | PASS [ 0.067s] tokio::signal_no_rt no_runtime_panics_creating_signals |
1599 | 2024-08-12T18:39:52.170Z | PASS [ 0.024s] tokio::sync_barrier barrier_future_is_send |
1600 | 2024-08-12T18:39:52.170Z | PASS [ 0.037s] tokio::signal_usr1 signal_usr1 |
1601 | 2024-08-12T18:39:52.170Z | PASS [ 0.023s] tokio::sync_barrier single |
1602 | 2024-08-12T18:39:52.170Z | PASS [ 0.034s] tokio::sync_barrier lots |
1603 | 2024-08-12T18:39:52.537Z | PASS [ 0.038s] tokio::sync_barrier tango |
1604 | 2024-08-12T18:39:52.537Z | PASS [ 0.026s] tokio::sync_barrier zero_does_not_block |
1605 | 2024-08-12T18:39:52.537Z | PASS [ 0.023s] tokio::sync_broadcast change_tasks |
1606 | 2024-08-12T18:39:52.537Z | PASS [ 0.026s] tokio::sync_broadcast drop_rx_while_values_remain |
1607 | 2024-08-12T18:39:52.587Z | PASS [ 0.029s] tokio::sync_broadcast dropping_sender_does_not_overwrite |
1608 | 2024-08-12T18:39:52.587Z | PASS [ 0.065s] tokio::sync_broadcast capacity_too_big |
1609 | 2024-08-12T18:39:52.612Z | PASS [ 0.038s] tokio::sync_broadcast dropping_tx_notifies_rx |
1610 | 2024-08-12T18:39:52.612Z | PASS [ 0.024s] tokio::sync_broadcast lagging_receiver_recovers_after_wrap_closed_1 |
1611 | 2024-08-12T18:39:52.612Z | PASS [ 0.036s] tokio::sync_broadcast lagging_receiver_recovers_after_wrap_closed_2 |
1612 | 2024-08-12T18:39:52.612Z | PASS [ 0.023s] tokio::sync_broadcast lagging_receiver_recovers_after_wrap_open |
1613 | 2024-08-12T18:39:52.612Z | PASS [ 0.036s] tokio::sync_broadcast lagging_rx |
1614 | 2024-08-12T18:39:52.612Z | PASS [ 0.027s] tokio::sync_broadcast receiver_len_with_lagged |
1615 | 2024-08-12T18:39:52.612Z | PASS [ 0.051s] tokio::sync_broadcast panic_in_clone |
1616 | 2024-08-12T18:39:52.612Z | PASS [ 0.027s] tokio::sync_broadcast resubscribe_lagged |
1617 | 2024-08-12T18:39:52.612Z | PASS [ 0.036s] tokio::sync_broadcast resubscribe_points_to_tail |
1618 | 2024-08-12T18:39:52.612Z | PASS [ 0.033s] tokio::sync_broadcast resubscribe_to_closed_channel |
1619 | 2024-08-12T18:39:52.612Z | PASS [ 0.022s] tokio::sync_broadcast send_in_waker_drop |
1620 | 2024-08-12T18:39:52.612Z | PASS [ 0.034s] tokio::sync_broadcast send_no_rx |
1621 | 2024-08-12T18:39:52.612Z | PASS [ 0.022s] tokio::sync_broadcast send_recv_bounded |
1622 | 2024-08-12T18:39:52.612Z | PASS [ 0.033s] tokio::sync_broadcast send_slow_rx |
1623 | 2024-08-12T18:39:52.612Z | PASS [ 0.022s] tokio::sync_broadcast send_try_recv_bounded |
1624 | 2024-08-12T18:39:52.612Z | PASS [ 0.054s] tokio::sync_broadcast send_two_recv |
1625 | 2024-08-12T18:39:52.612Z | PASS [ 0.044s] tokio::sync_broadcast send_two_recv_bounded |
1626 | 2024-08-12T18:39:52.612Z | PASS [ 0.039s] tokio::sync_broadcast sender_len |
1627 | 2024-08-12T18:39:52.612Z | PASS [ 0.026s] tokio::sync_broadcast sender_len_random |
1628 | 2024-08-12T18:39:52.613Z | PASS [ 0.036s] tokio::sync_broadcast single_capacity_recvs |
1629 | 2024-08-12T18:39:52.613Z | PASS [ 0.023s] tokio::sync_broadcast single_capacity_recvs_after_drop_1 |
1630 | 2024-08-12T18:39:52.613Z | PASS [ 0.022s] tokio::sync_broadcast unconsumed_messages_are_dropped |
1631 | 2024-08-12T18:39:52.613Z | PASS [ 0.034s] tokio::sync_broadcast single_capacity_recvs_after_drop_2 |
1632 | 2024-08-12T18:39:52.648Z | PASS [ 0.024s] tokio::sync_errors mpsc_error_bound |
1633 | 2024-08-12T18:39:52.648Z | PASS [ 0.024s] tokio::sync_errors oneshot_error_bound |
1634 | 2024-08-12T18:39:52.648Z | PASS [ 0.061s] tokio::sync_broadcast zero_capacity |
1635 | 2024-08-12T18:39:52.648Z | PASS [ 0.024s] tokio::sync_errors watch_error_bound |
1636 | 2024-08-12T18:39:52.673Z | PASS [ 0.038s] tokio::sync_mpsc async_send_recv_many_with_buffer |
1637 | 2024-08-12T18:39:52.673Z | PASS [ 0.026s] tokio::sync_mpsc async_send_recv_unbounded |
1638 | 2024-08-12T18:39:52.673Z | PASS [ 0.035s] tokio::sync_mpsc async_send_recv_with_buffer |
1639 | 2024-08-12T18:39:52.673Z | PASS [ 0.029s] tokio::sync_mpsc blocking_recv |
1640 | 2024-08-12T18:39:52.673Z | PASS [ 0.020s] tokio::sync_mpsc blocking_send |
1641 | 2024-08-12T18:39:52.698Z | PASS [ 0.061s] tokio::sync_mpsc blocking_recv_async |
1642 | 2024-08-12T18:39:52.724Z | PASS [ 0.053s] tokio::sync_mpsc buffer_gteq_one |
1643 | 2024-08-12T18:39:52.748Z | PASS [ 0.035s] tokio::sync_mpsc drop_permit_iterator_releases_permits |
1644 | 2024-08-12T18:39:52.748Z | PASS [ 0.077s] tokio::sync_mpsc blocking_send_async |
1645 | 2024-08-12T18:39:52.773Z | PASS [ 0.034s] tokio::sync_mpsc drop_permit_releases_permit |
1646 | 2024-08-12T18:39:52.773Z | PASS [ 0.022s] tokio::sync_mpsc dropping_rx_closes_channel |
1647 | 2024-08-12T18:39:52.773Z | PASS [ 0.031s] tokio::sync_mpsc dropping_rx_closes_channel_for_try |
1648 | 2024-08-12T18:39:52.842Z | PASS [ 0.030s] tokio::sync_mpsc no_t_bounds_buffer |
1649 | 2024-08-12T18:39:52.842Z | PASS [ 0.022s] tokio::sync_mpsc permit_available_not_acquired_close |
1650 | 2024-08-12T18:39:52.843Z | PASS [ 0.033s] tokio::sync_mpsc no_t_bounds_unbounded |
1651 | 2024-08-12T18:39:52.843Z | PASS [ 0.031s] tokio::sync_mpsc ready_close_cancel_bounded |
1652 | 2024-08-12T18:39:52.843Z | PASS [ 0.034s] tokio::sync_mpsc recv_close_gets_none_idle |
1653 | 2024-08-12T18:39:52.843Z | PASS [ 0.024s] tokio::sync_mpsc recv_close_gets_none_reserved |
1654 | 2024-08-12T18:39:52.843Z | PASS [ 0.033s] tokio::sync_mpsc recv_timeout |
1655 | 2024-08-12T18:39:52.867Z | PASS [ 0.021s] tokio::sync_mpsc reserve_disarm |
1656 | 2024-08-12T18:39:52.867Z | PASS [ 0.022s] tokio::sync_mpsc reserve_many_above_cap |
1657 | 2024-08-12T18:39:52.917Z | PASS [ 0.025s] tokio::sync_mpsc reserve_many_and_send |
1658 | 2024-08-12T18:39:52.942Z | PASS [ 0.063s] tokio::sync_mpsc reserve_many_on_closed_channel |
1659 | 2024-08-12T18:39:52.942Z | PASS [ 0.105s] tokio::sync_mpsc recv_timeout_panic |
1660 | 2024-08-12T18:39:52.967Z | PASS [ 0.025s] tokio::sync_mpsc send_recv_buffer_limited |
1661 | 2024-08-12T18:39:52.967Z | PASS [ 0.073s] tokio::sync_mpsc reserve_many_zero |
1662 | 2024-08-12T18:39:53.405Z | PASS [ 0.027s] tokio::sync_mpsc send_recv_many_bounded_capacity |
1663 | 2024-08-12T18:39:53.405Z | PASS [ 0.060s] tokio::sync_mpsc send_recv_many_unbounded |
1664 | 2024-08-12T18:39:53.405Z | PASS [ 0.052s] tokio::sync_mpsc send_recv_many_unbounded_capacity |
1665 | 2024-08-12T18:39:53.405Z | PASS [ 0.070s] tokio::sync_mpsc send_recv_stream_unbounded |
1666 | 2024-08-12T18:39:53.430Z | PASS [ 0.037s] tokio::sync_mpsc send_recv_stream_with_buffer |
1667 | 2024-08-12T18:39:53.430Z | PASS [ 0.020s] tokio::sync_mpsc send_recv_unbounded |
1668 | 2024-08-12T18:39:53.430Z | PASS [ 0.031s] tokio::sync_mpsc send_recv_with_buffer |
1669 | 2024-08-12T18:39:53.430Z | PASS [ 0.031s] tokio::sync_mpsc start_send_past_cap |
1670 | 2024-08-12T18:39:53.430Z | PASS [ 0.033s] tokio::sync_mpsc test_is_empty_32_msgs |
1671 | 2024-08-12T18:39:53.430Z | PASS [ 0.023s] tokio::sync_mpsc test_rx_is_closed_when_calling_close_with_sender |
1672 | 2024-08-12T18:39:53.430Z | PASS [ 0.053s] tokio::sync_mpsc test_rx_is_closed_when_dropping_all_senders |
1673 | 2024-08-12T18:39:53.430Z | PASS [ 0.041s] tokio::sync_mpsc test_rx_is_closed_when_there_are_messages_and_close_is_called |
1674 | 2024-08-12T18:39:53.430Z | PASS [ 0.052s] tokio::sync_mpsc test_rx_is_closed_when_there_are_no_senders_and_there_are_messages |
1675 | 2024-08-12T18:39:53.430Z | PASS [ 0.041s] tokio::sync_mpsc test_rx_is_empty_all_senders_are_dropped_and_messages_consumed |
1676 | 2024-08-12T18:39:53.430Z | PASS [ 0.048s] tokio::sync_mpsc test_rx_is_empty_when_all_messages_are_consumed |
1677 | 2024-08-12T18:39:53.430Z | PASS [ 0.089s] tokio::sync_mpsc test_rx_is_empty_when_no_messages_were_sent |
1678 | 2024-08-12T18:39:53.431Z | PASS [ 0.077s] tokio::sync_mpsc test_rx_is_not_closed_when_there_are_permits_but_not_senders |
1679 | 2024-08-12T18:39:53.431Z | PASS [ 0.075s] tokio::sync_mpsc test_rx_is_not_closed_when_there_are_senders |
1680 | 2024-08-12T18:39:53.431Z | PASS [ 0.031s] tokio::sync_mpsc test_rx_is_not_closed_when_there_are_senders_and_buffer_filled |
1681 | 2024-08-12T18:39:53.431Z | PASS [ 0.032s] tokio::sync_mpsc test_rx_is_not_empty_when_all_but_one_messages_are_consumed |
1682 | 2024-08-12T18:39:53.431Z | PASS [ 0.022s] tokio::sync_mpsc test_rx_is_not_empty_when_the_buffer_is_full |
1683 | 2024-08-12T18:39:53.431Z | PASS [ 0.055s] tokio::sync_mpsc test_rx_len_on_empty_channel |
1684 | 2024-08-12T18:39:53.431Z | PASS [ 0.067s] tokio::sync_mpsc test_rx_is_not_empty_when_there_are_messages_in_the_buffer |
1685 | 2024-08-12T18:39:53.431Z | PASS [ 0.069s] tokio::sync_mpsc test_rx_len_on_empty_channel_without_senders |
1686 | 2024-08-12T18:39:53.431Z | PASS [ 0.035s] tokio::sync_mpsc test_rx_len_on_filled_channel |
1687 | 2024-08-12T18:39:53.466Z | PASS [ 0.044s] tokio::sync_mpsc test_rx_len_when_close_is_called |
1688 | 2024-08-12T18:39:53.466Z | PASS [ 0.033s] tokio::sync_mpsc test_rx_len_when_close_is_called_after_dropping_sender |
1689 | 2024-08-12T18:39:53.466Z | PASS [ 0.056s] tokio::sync_mpsc test_rx_len_on_filled_channel_without_senders |
1690 | 2024-08-12T18:39:53.490Z | PASS [ 0.048s] tokio::sync_mpsc test_rx_len_when_close_is_called_before_dropping_sender |
1691 | 2024-08-12T18:39:53.938Z | PASS [ 0.037s] tokio::sync_mpsc test_rx_len_when_consuming_all_messages |
1692 | 2024-08-12T18:39:53.938Z | PASS [ 0.035s] tokio::sync_mpsc test_rx_unbounded_is_closed_when_calling_close_with_sender |
1693 | 2024-08-12T18:39:53.938Z | PASS [ 0.057s] tokio::sync_mpsc test_rx_unbounded_is_closed_when_there_are_messages_and_close_is_called |
1694 | 2024-08-12T18:39:53.938Z | PASS [ 0.069s] tokio::sync_mpsc test_rx_unbounded_is_closed_when_dropping_all_senders |
1695 | 2024-08-12T18:39:53.938Z | PASS [ 0.068s] tokio::sync_mpsc test_rx_unbounded_is_closed_when_there_are_no_senders_and_there_are_messages |
1696 | 2024-08-12T18:39:53.938Z | PASS [ 0.023s] tokio::sync_mpsc test_rx_unbounded_is_empty_all_senders_are_dropped_and_messages_consumed |
1697 | 2024-08-12T18:39:53.938Z | PASS [ 0.070s] tokio::sync_mpsc test_rx_unbounded_is_empty_when_all_messages_are_consumed |
1698 | 2024-08-12T18:39:53.938Z | PASS [ 0.073s] tokio::sync_mpsc test_rx_unbounded_is_empty_when_no_messages_were_sent |
1699 | 2024-08-12T18:39:53.938Z | PASS [ 0.060s] tokio::sync_mpsc test_rx_unbounded_is_not_closed_when_there_are_senders |
1700 | 2024-08-12T18:39:53.938Z | PASS [ 0.039s] tokio::sync_mpsc test_rx_unbounded_is_not_empty_when_all_but_one_messages_are_consumed |
1701 | 2024-08-12T18:39:53.938Z | PASS [ 0.024s] tokio::sync_mpsc test_rx_unbounded_is_not_empty_when_there_are_messages_in_the_buffer |
1702 | 2024-08-12T18:39:53.938Z | PASS [ 0.073s] tokio::sync_mpsc test_rx_unbounded_len_on_empty_channel |
1703 | 2024-08-12T18:39:53.938Z | PASS [ 0.062s] tokio::sync_mpsc test_rx_unbounded_len_on_empty_channel_without_senders |
1704 | 2024-08-12T18:39:53.938Z | PASS [ 0.064s] tokio::sync_mpsc test_rx_unbounded_len_when_close_is_called |
1705 | 2024-08-12T18:39:53.938Z | PASS [ 0.022s] tokio::sync_mpsc test_rx_unbounded_len_when_close_is_called_after_dropping_sender |
1706 | 2024-08-12T18:39:53.963Z | PASS [ 0.034s] tokio::sync_mpsc test_rx_unbounded_len_when_close_is_called_before_dropping_sender |
1707 | 2024-08-12T18:39:53.963Z | PASS [ 0.058s] tokio::sync_mpsc test_rx_unbounded_len_when_consuming_all_messages |
1708 | 2024-08-12T18:39:53.963Z | PASS [ 0.047s] tokio::sync_mpsc test_rx_unbounded_len_with_multiple_messages |
1709 | 2024-08-12T18:39:53.963Z | PASS [ 0.074s] tokio::sync_mpsc test_rx_unbounded_len_with_multiple_messages_and_dropped_senders |
1710 | 2024-08-12T18:39:53.963Z | PASS [ 0.023s] tokio::sync_mpsc try_recv_bounded |
1711 | 2024-08-12T18:39:53.963Z | PASS [ 0.049s] tokio::sync_mpsc test_tx_capacity |
1712 | 2024-08-12T18:39:53.963Z | PASS [ 0.039s] tokio::sync_mpsc try_recv_close_while_empty_bounded |
1713 | 2024-08-12T18:39:53.963Z | PASS [ 0.062s] tokio::sync_mpsc try_recv_close_while_empty_unbounded |
1714 | 2024-08-12T18:39:53.963Z | PASS [ 0.053s] tokio::sync_mpsc try_recv_unbounded |
1715 | 2024-08-12T18:39:53.963Z | PASS [ 0.053s] tokio::sync_mpsc try_reserve_fails |
1716 | 2024-08-12T18:39:53.963Z | PASS [ 0.028s] tokio::sync_mpsc try_reserve_many_and_send |
1717 | 2024-08-12T18:39:54.003Z | PASS [ 0.054s] tokio::sync_mpsc try_reserve_many_edge_cases |
1718 | 2024-08-12T18:39:54.027Z | PASS [ 0.064s] tokio::sync_mpsc try_reserve_many_on_closed_channel |
1719 | 2024-08-12T18:39:54.027Z | PASS [ 0.039s] tokio::sync_mpsc try_reserve_many_zero |
1720 | 2024-08-12T18:39:54.055Z | PASS [ 0.024s] tokio::sync_mpsc try_send_fail |
1721 | 2024-08-12T18:39:54.082Z | PASS [ 0.024s] tokio::sync_mpsc try_send_fail_with_try_recv |
1722 | 2024-08-12T18:39:54.082Z | PASS [ 0.037s] tokio::sync_mpsc tx_close_gets_none |
1723 | 2024-08-12T18:39:54.655Z | PASS [ 0.037s] tokio::sync_mpsc unconsumed_messages_are_dropped |
1724 | 2024-08-12T18:39:54.655Z | PASS [ 0.025s] tokio::sync_mpsc_weak actor_weak_sender |
1725 | 2024-08-12T18:39:54.702Z | PASS [ 0.170s] tokio::sync_mpsc try_reserve_many_full |
1726 | 2024-08-12T18:39:54.702Z | PASS [ 0.023s] tokio::sync_mpsc_weak actor_weak_unbounded_sender |
1727 | 2024-08-12T18:39:54.702Z | PASS [ 0.036s] tokio::sync_mpsc_weak downgrade_drop_upgrade |
1728 | 2024-08-12T18:39:54.702Z | PASS [ 0.024s] tokio::sync_mpsc_weak downgrade_drop_upgrade_unbounded |
1729 | 2024-08-12T18:39:54.702Z | PASS [ 0.082s] tokio::sync_mpsc_weak downgrade_get_permit_upgrade_no_senders |
1730 | 2024-08-12T18:39:54.702Z | PASS [ 0.069s] tokio::sync_mpsc_weak downgrade_upgrade_get_permit_no_senders |
1731 | 2024-08-12T18:39:54.702Z | PASS [ 0.056s] tokio::sync_mpsc_weak downgrade_upgrade_sender_failure |
1732 | 2024-08-12T18:39:54.702Z | PASS [ 0.026s] tokio::sync_mpsc_weak downgrade_upgrade_sender_success |
1733 | 2024-08-12T18:39:54.702Z | PASS [ 0.060s] tokio::sync_mpsc_weak downgrade_upgrade_unbounded_sender_success |
1734 | 2024-08-12T18:39:54.702Z | PASS [ 0.074s] tokio::sync_mpsc_weak downgrade_upgrade_unbounded_sender_failure |
1735 | 2024-08-12T18:39:54.702Z | PASS [ 0.060s] tokio::sync_mpsc_weak sender_strong_and_weak_conut |
1736 | 2024-08-12T18:39:54.702Z | PASS [ 0.032s] tokio::sync_mpsc_weak sender_strong_count_when_cloned |
1737 | 2024-08-12T18:39:54.702Z | PASS [ 0.042s] tokio::sync_mpsc_weak sender_strong_count_when_dropped |
1738 | 2024-08-12T18:39:54.702Z | PASS [ 0.063s] tokio::sync_mpsc_weak sender_weak_count_when_dropped |
1739 | 2024-08-12T18:39:54.702Z | PASS [ 0.073s] tokio::sync_mpsc_weak sender_weak_count_when_downgraded |
1740 | 2024-08-12T18:39:54.702Z | PASS [ 0.063s] tokio::sync_mpsc_weak test_msgs_dropped_on_rx_drop |
1741 | 2024-08-12T18:39:54.702Z | PASS [ 0.032s] tokio::sync_mpsc_weak test_msgs_dropped_on_unbounded_rx_drop |
1742 | 2024-08-12T18:39:54.702Z | PASS [ 0.043s] tokio::sync_mpsc_weak test_rx_is_closed_when_dropping_all_senders_except_weak_senders |
1743 | 2024-08-12T18:39:54.702Z | PASS [ 0.065s] tokio::sync_mpsc_weak test_rx_unbounded_is_closed_when_dropping_all_senders_except_weak_senders |
1744 | 2024-08-12T18:39:54.702Z | PASS [ 0.055s] tokio::sync_mpsc_weak test_tx_count_weak_sender |
1745 | 2024-08-12T18:39:54.702Z | PASS [ 0.061s] tokio::sync_mpsc_weak test_tx_count_weak_unbounded_sender |
1746 | 2024-08-12T18:39:54.702Z | PASS [ 0.039s] tokio::sync_mpsc_weak unbounded_sender_strong_and_weak_conut |
1747 | 2024-08-12T18:39:54.703Z | PASS [ 0.062s] tokio::sync_mpsc_weak unbounded_sender_strong_count_when_dropped |
1748 | 2024-08-12T18:39:54.703Z | PASS [ 0.074s] tokio::sync_mpsc_weak unbounded_sender_strong_count_when_cloned |
1749 | 2024-08-12T18:39:54.703Z | PASS [ 0.073s] tokio::sync_mpsc_weak unbounded_sender_weak_count_when_downgraded |
1750 | 2024-08-12T18:39:54.703Z | PASS [ 0.034s] tokio::sync_mpsc_weak unbounded_sender_weak_count_when_dropped |
1751 | 2024-08-12T18:39:54.703Z | PASS [ 0.057s] tokio::sync_mpsc_weak weak_unbounded_sender |
1752 | 2024-08-12T18:39:54.703Z | PASS [ 0.067s] tokio::sync_mpsc_weak weak_sender |
1753 | 2024-08-12T18:39:54.703Z | PASS [ 0.070s] tokio::sync_mutex aborted_future_1 |
1754 | 2024-08-12T18:39:55.189Z | PASS [ 0.035s] tokio::sync_mutex aborted_future_2 |
1755 | 2024-08-12T18:39:55.189Z | PASS [ 0.022s] tokio::sync_mutex mutex_debug |
1756 | 2024-08-12T18:39:55.189Z | PASS [ 0.033s] tokio::sync_mutex debug_format |
1757 | 2024-08-12T18:39:55.215Z | PASS [ 0.062s] tokio::sync_mutex readiness |
1758 | 2024-08-12T18:39:55.215Z | PASS [ 0.050s] tokio::sync_mutex straight_execution |
1759 | 2024-08-12T18:39:55.215Z | PASS [ 0.035s] tokio::sync_mutex try_lock |
1760 | 2024-08-12T18:39:55.215Z | PASS [ 0.034s] tokio::sync_mutex_owned aborted_future_1 |
1761 | 2024-08-12T18:39:55.215Z | PASS [ 0.046s] tokio::sync_mutex_owned aborted_future_2 |
1762 | 2024-08-12T18:39:55.215Z | PASS [ 0.076s] tokio::sync_mutex_owned debug_format |
1763 | 2024-08-12T18:39:55.215Z | PASS [ 0.067s] tokio::sync_mutex_owned readiness |
1764 | 2024-08-12T18:39:55.215Z | PASS [ 0.063s] tokio::sync_mutex_owned straight_execution |
1765 | 2024-08-12T18:39:55.215Z | PASS [ 0.022s] tokio::sync_mutex_owned try_lock_owned |
1766 | 2024-08-12T18:39:55.215Z | PASS [ 0.018s] tokio::sync_notify notified_multi_notify |
1767 | 2024-08-12T18:39:55.215Z | PASS [ 0.068s] tokio::sync_notify notified_drop_notified_notify |
1768 | 2024-08-12T18:39:55.215Z | PASS [ 0.062s] tokio::sync_notify notified_multi_notify_drop_one |
1769 | 2024-08-12T18:39:55.215Z | PASS [ 0.023s] tokio::sync_notify notified_multi_notify_last_drop |
1770 | 2024-08-12T18:39:55.215Z | PASS [ 0.025s] tokio::sync_notify notified_multi_notify_one_drop |
1771 | 2024-08-12T18:39:55.215Z | PASS [ 0.019s] tokio::sync_notify notify_multi_notified_last |
1772 | 2024-08-12T18:39:55.215Z | PASS [ 0.035s] tokio::sync_notify notified_one_notify |
1773 | 2024-08-12T18:39:55.215Z | PASS [ 0.026s] tokio::sync_notify notify_in_drop_after_wake |
1774 | 2024-08-12T18:39:55.216Z | PASS [ 0.054s] tokio::sync_notify notify_multi_notified_one |
1775 | 2024-08-12T18:39:55.216Z | PASS [ 0.031s] tokio::sync_notify notify_notified_multi |
1776 | 2024-08-12T18:39:55.216Z | PASS [ 0.027s] tokio::sync_notify notify_notified_one |
1777 | 2024-08-12T18:39:55.216Z | PASS [ 0.037s] tokio::sync_notify notify_one_after_dropped_all |
1778 | 2024-08-12T18:39:55.216Z | PASS [ 0.027s] tokio::sync_notify test_enable_after_poll |
1779 | 2024-08-12T18:39:55.216Z | PASS [ 0.070s] tokio::sync_notify test_enable_consumes_permit |
1780 | 2024-08-12T18:39:55.216Z | PASS [ 0.050s] tokio::sync_notify test_notify_one_after_enable |
1781 | 2024-08-12T18:39:55.216Z | PASS [ 0.034s] tokio::sync_notify test_notify_one_not_enabled |
1782 | 2024-08-12T18:39:55.216Z | PASS [ 0.023s] tokio::sync_notify test_poll_after_enable |
1783 | 2024-08-12T18:39:55.216Z | PASS [ 0.073s] tokio::sync_notify test_waker_update |
1784 | 2024-08-12T18:39:55.216Z | PASS [ 0.060s] tokio::sync_once_cell drop_cell |
1785 | 2024-08-12T18:39:55.538Z | PASS [ 0.057s] tokio::sync_once_cell drop_cell_new_with |
1786 | 2024-08-12T18:39:55.538Z | PASS [ 0.024s] tokio::sync_once_cell drop_into_inner |
1787 | 2024-08-12T18:39:55.538Z | PASS [ 0.075s] tokio::sync_once_cell drop_into_inner_new_with |
1788 | 2024-08-12T18:39:55.563Z | PASS [ 0.063s] tokio::sync_once_cell from |
1789 | 2024-08-12T18:39:55.563Z | PASS [ 0.078s] tokio::sync_once_cell get_or_init |
1790 | 2024-08-12T18:39:55.564Z | PASS [ 0.025s] tokio::sync_once_cell get_or_init_panic |
1791 | 2024-08-12T18:39:55.564Z | PASS [ 0.031s] tokio::sync_once_cell set_and_get |
1792 | 2024-08-12T18:39:55.564Z | PASS [ 0.055s] tokio::sync_once_cell get_or_try_init |
1793 | 2024-08-12T18:39:55.564Z | PASS [ 0.042s] tokio::sync_once_cell get_uninit |
1794 | 2024-08-12T18:39:55.564Z | PASS [ 0.052s] tokio::sync_once_cell set_twice |
1795 | 2024-08-12T18:39:55.564Z | PASS [ 0.029s] tokio::sync_once_cell set_while_initializing |
1796 | 2024-08-12T18:39:55.564Z | PASS [ 0.024s] tokio::sync_oneshot close_after_recv |
1797 | 2024-08-12T18:39:55.564Z | PASS [ 0.041s] tokio::sync_oneshot async_rx_closed |
1798 | 2024-08-12T18:39:55.564Z | PASS [ 0.082s] tokio::sync_oneshot async_send_recv |
1799 | 2024-08-12T18:39:55.564Z | PASS [ 0.051s] tokio::sync_oneshot close_rx |
1800 | 2024-08-12T18:39:55.564Z | PASS [ 0.050s] tokio::sync_oneshot drops_tasks |
1801 | 2024-08-12T18:39:55.589Z | PASS [ 0.076s] tokio::sync_oneshot close_tx |
1802 | 2024-08-12T18:39:55.589Z | PASS [ 0.089s] tokio::sync_oneshot close_try_recv_poll |
1803 | 2024-08-12T18:39:56.296Z | PASS [ 0.033s] tokio::sync_oneshot explicit_close_poll |
1804 | 2024-08-12T18:39:56.297Z | PASS [ 0.061s] tokio::sync_oneshot explicit_close_try_recv |
1805 | 2024-08-12T18:39:56.324Z | PASS [ 0.052s] tokio::sync_oneshot receiver_changes_task |
1806 | 2024-08-12T18:39:56.324Z | PASS [ 0.064s] tokio::sync_oneshot send_recv |
1807 | 2024-08-12T18:39:56.324Z | PASS [ 0.023s] tokio::sync_oneshot sender_changes_task |
1808 | 2024-08-12T18:39:56.324Z | PASS [ 0.031s] tokio::sync_oneshot try_recv_after_completion |
1809 | 2024-08-12T18:39:56.324Z | PASS [ 0.021s] tokio::sync_oneshot try_recv_after_completion_await |
1810 | 2024-08-12T18:39:56.324Z | PASS [ 0.068s] tokio::sync_panic broadcast_channel_panic_caller |
1811 | 2024-08-12T18:39:56.324Z | PASS [ 0.057s] tokio::sync_panic mpsc_bounded_channel_panic_caller |
1812 | 2024-08-12T18:39:56.324Z | PASS [ 0.064s] tokio::sync_panic mpsc_bounded_receiver_blocking_recv_panic_caller |
1813 | 2024-08-12T18:39:56.324Z | PASS [ 0.051s] tokio::sync_panic mpsc_bounded_sender_blocking_send_panic_caller |
1814 | 2024-08-12T18:39:56.324Z | PASS [ 0.040s] tokio::sync_panic mpsc_unbounded_receiver_blocking_recv_panic_caller |
1815 | 2024-08-12T18:39:56.324Z | PASS [ 0.079s] tokio::sync_panic mutex_blocking_lock_panic_caller |
1816 | 2024-08-12T18:39:56.324Z | PASS [ 0.064s] tokio::sync_panic oneshot_blocking_recv_panic_caller |
1817 | 2024-08-12T18:39:56.324Z | PASS [ 0.025s] tokio::sync_panic rwlock_blocking_read_panic_caller |
1818 | 2024-08-12T18:39:56.324Z | PASS [ 0.082s] tokio::sync_panic rwlock_blocking_write_panic_caller |
1819 | 2024-08-12T18:39:56.324Z | PASS [ 0.070s] tokio::sync_panic rwlock_with_max_readers_panic_caller |
1820 | 2024-08-12T18:39:56.324Z | PASS [ 0.075s] tokio::sync_panic semaphore_merge_unrelated_owned_permits |
1821 | 2024-08-12T18:39:56.324Z | PASS [ 0.027s] tokio::sync_rwlock exhaust_reading |
1822 | 2024-08-12T18:39:56.324Z | PASS [ 0.048s] tokio::sync_panic semaphore_merge_unrelated_permits |
1823 | 2024-08-12T18:39:56.324Z | PASS [ 0.037s] tokio::sync_rwlock downgrade_map |
1824 | 2024-08-12T18:39:56.324Z | PASS [ 0.056s] tokio::sync_rwlock into_inner |
1825 | 2024-08-12T18:39:56.324Z | PASS [ 0.020s] tokio::sync_rwlock read_exclusive_pending |
1826 | 2024-08-12T18:39:56.324Z | PASS [ 0.022s] tokio::sync_rwlock read_shared |
1827 | 2024-08-12T18:39:56.324Z | PASS [ 0.044s] tokio::sync_rwlock multithreaded |
1828 | 2024-08-12T18:39:56.324Z | PASS [ 0.033s] tokio::sync_rwlock try_downgrade_map |
1829 | 2024-08-12T18:39:56.324Z | PASS [ 0.045s] tokio::sync_rwlock read_uncontested |
1830 | 2024-08-12T18:39:56.324Z | PASS [ 0.060s] tokio::sync_rwlock try_read_try_write |
1831 | 2024-08-12T18:39:56.324Z | PASS [ 0.038s] tokio::sync_rwlock try_write |
1832 | 2024-08-12T18:39:56.324Z | PASS [ 0.038s] tokio::sync_rwlock write_exclusive_pending |
1833 | 2024-08-12T18:39:56.324Z | PASS [ 0.054s] tokio::sync_rwlock write_order |
1834 | 2024-08-12T18:39:56.324Z | PASS [ 0.039s] tokio::sync_rwlock write_read_shared_drop_pending |
1835 | 2024-08-12T18:39:56.324Z | PASS [ 0.030s] tokio::sync_rwlock write_read_shared_pending |
1836 | 2024-08-12T18:39:56.324Z | PASS [ 0.050s] tokio::sync_rwlock write_shared_drop |
1837 | 2024-08-12T18:39:56.325Z | PASS [ 0.021s] tokio::sync_rwlock write_shared_pending |
1838 | 2024-08-12T18:39:56.325Z | PASS [ 0.029s] tokio::sync_semaphore acquire |
1839 | 2024-08-12T18:39:56.325Z | PASS [ 0.021s] tokio::sync_semaphore add_max_amount_permits |
1840 | 2024-08-12T18:39:56.325Z | PASS [ 0.039s] tokio::sync_rwlock write_uncontested |
1841 | 2024-08-12T18:39:56.355Z | PASS [ 0.081s] tokio::sync_semaphore add_more_than_max_amount_permits1 |
1842 | 2024-08-12T18:39:56.380Z | PASS [ 0.085s] tokio::sync_semaphore add_more_than_max_amount_permits2 |
1843 | 2024-08-12T18:39:56.380Z | PASS [ 0.075s] tokio::sync_semaphore add_permits |
1844 | 2024-08-12T18:39:56.404Z | PASS [ 0.063s] tokio::sync_semaphore forget |
1845 | 2024-08-12T18:39:56.404Z | PASS [ 0.021s] tokio::sync_semaphore merge |
1846 | 2024-08-12T18:39:56.644Z | PASS [ 0.023s] tokio::sync_semaphore no_panic_at_maxpermits |
1847 | 2024-08-12T18:39:56.644Z | PASS [ 0.049s] tokio::sync_semaphore no_permits |
1848 | 2024-08-12T18:39:56.644Z | PASS [ 0.070s] tokio::sync_semaphore merge_unrelated_permits |
1849 | 2024-08-12T18:39:56.644Z | PASS [ 0.064s] tokio::sync_semaphore panic_when_exceeds_maxpermits |
1850 | 2024-08-12T18:39:56.644Z | PASS [ 0.028s] tokio::sync_semaphore split |
1851 | 2024-08-12T18:39:56.644Z | PASS [ 0.062s] tokio::sync_semaphore stress_test |
1852 | 2024-08-12T18:39:56.644Z | PASS [ 0.077s] tokio::sync_semaphore try_acquire |
1853 | 2024-08-12T18:39:56.670Z | PASS [ 0.037s] tokio::sync_semaphore_owned acquire_many |
1854 | 2024-08-12T18:39:56.670Z | PASS [ 0.078s] tokio::sync_semaphore_owned acquire |
1855 | 2024-08-12T18:39:56.670Z | PASS [ 0.035s] tokio::sync_semaphore_owned merge |
1856 | 2024-08-12T18:39:56.670Z | PASS [ 0.083s] tokio::sync_semaphore_owned add_permits |
1857 | 2024-08-12T18:39:56.670Z | PASS [ 0.071s] tokio::sync_semaphore_owned forget |
1858 | 2024-08-12T18:39:56.670Z | PASS [ 0.022s] tokio::sync_semaphore_owned split |
1859 | 2024-08-12T18:39:56.700Z | PASS [ 0.021s] tokio::sync_semaphore_owned try_acquire |
1860 | 2024-08-12T18:39:56.725Z | PASS [ 0.065s] tokio::sync_semaphore_owned stress_test |
1861 | 2024-08-12T18:39:56.725Z | PASS [ 0.102s] tokio::sync_semaphore_owned merge_unrelated_permits |
1862 | 2024-08-12T18:39:56.749Z | PASS [ 0.054s] tokio::sync_semaphore_owned try_acquire_many |
1863 | 2024-08-12T18:39:56.749Z | PASS [ 0.020s] tokio::sync_watch borrow_and_update |
1864 | 2024-08-12T18:39:57.002Z | PASS [ 0.027s] tokio::sync_watch multiple_sender |
1865 | 2024-08-12T18:39:57.002Z | PASS [ 0.039s] tokio::sync_watch multi_rx |
1866 | 2024-08-12T18:39:57.027Z | PASS [ 0.066s] tokio::sync_watch poll_close |
1867 | 2024-08-12T18:39:57.027Z | PASS [ 0.024s] tokio::sync_watch reopened_after_subscribe |
1868 | 2024-08-12T18:39:57.027Z | PASS [ 0.063s] tokio::sync_watch receiver_is_notified_when_last_sender_is_dropped |
1869 | 2024-08-12T18:39:57.027Z | PASS [ 0.043s] tokio::sync_watch rx_mark_changed |
1870 | 2024-08-12T18:39:57.027Z | PASS [ 0.031s] tokio::sync_watch rx_mark_unchanged |
1871 | 2024-08-12T18:39:57.027Z | PASS [ 0.069s] tokio::sync_watch rx_observes_final_value |
1872 | 2024-08-12T18:39:57.027Z | PASS [ 0.051s] tokio::sync_watch rx_version_underflow |
1873 | 2024-08-12T18:39:57.027Z | PASS [ 0.021s] tokio::sync_watch single_rx_recv |
1874 | 2024-08-12T18:39:57.028Z | PASS [ 0.067s] tokio::sync_watch send_modify_panic |
1875 | 2024-08-12T18:39:57.028Z | PASS [ 0.087s] tokio::task_abort remote_abort_local_set_3929 |
1876 | 2024-08-12T18:39:57.089Z | PASS [ 0.120s] tokio::task_abort test_abort_task_that_panics_on_drop_contained |
1877 | 2024-08-12T18:39:57.113Z | PASS [ 0.144s] tokio::task_abort test_abort_task_that_panics_on_drop_returned |
1878 | 2024-08-12T18:39:57.138Z | PASS [ 0.101s] tokio::task_abort test_abort_wakes_task_3964 |
1879 | 2024-08-12T18:39:57.188Z | PASS [ 0.082s] tokio::task_abort test_abort_without_panic_3157 |
1880 | 2024-08-12T18:39:57.188Z | PASS [ 0.025s] tokio::task_abort test_abort_without_panic_3662 |
1881 | 2024-08-12T18:39:57.212Z | PASS [ 0.087s] tokio::task_abort test_join_error_debug |
1882 | 2024-08-12T18:39:57.212Z | PASS [ 5.684s] tokio::rt_threaded many_multishot_futures |
1883 | 2024-08-12T18:39:57.237Z | PASS [ 0.095s] tokio::task_abort test_join_error_display |
1884 | 2024-08-12T18:39:57.262Z | PASS [ 0.022s] tokio::task_blocking blocking_task_wakes_paused_runtime |
1885 | 2024-08-12T18:39:57.318Z | PASS [ 0.073s] tokio::task_blocking blocking_when_paused |
1886 | 2024-08-12T18:39:57.343Z | PASS [ 0.024s] tokio::task_blocking can_enter_current_thread_rt_from_within_block_in_place |
1887 | 2024-08-12T18:39:57.368Z | PASS [ 0.022s] tokio::task_blocking can_shutdown_now_in_runtime |
1888 | 2024-08-12T18:39:57.392Z | PASS [ 0.023s] tokio::task_blocking can_shutdown_with_zero_timeout_in_runtime |
1889 | 2024-08-12T18:39:57.417Z | PASS [ 0.024s] tokio::task_blocking coop_disabled_in_block_in_place |
1890 | 2024-08-12T18:39:57.442Z | PASS [ 0.024s] tokio::task_blocking coop_disabled_in_block_in_place_in_block_on |
1891 | 2024-08-12T18:39:57.492Z | PASS [ 0.059s] tokio::task_blocking no_block_in_current_thread_block_on |
1892 | 2024-08-12T18:39:57.563Z | PASS [ 0.057s] tokio::task_blocking no_block_in_current_thread_scheduler |
1893 | 2024-08-12T18:39:57.614Z | PASS [ 0.065s] tokio::task_blocking panicking_blocking_task_wakes_paused_runtime |
1894 | 2024-08-12T18:39:57.639Z | PASS [ 0.023s] tokio::task_blocking unawaited_blocking_task_wakes_paused_runtime |
1895 | 2024-08-12T18:39:57.705Z | PASS [ 0.067s] tokio::task_blocking useful_panic_message_when_dropping_rt_in_rt |
1896 | 2024-08-12T18:39:57.729Z | PASS [ 0.024s] tokio::task_blocking yes_block_in_threaded_block_on |
1897 | 2024-08-12T18:39:57.755Z | PASS [ 0.585s] tokio::task_blocking basic_blocking |
1898 | 2024-08-12T18:39:57.755Z | PASS [ 0.550s] tokio::task_blocking block_in_block |
1899 | 2024-08-12T18:39:57.980Z | PASS [ 0.033s] tokio::task_join_set abort_all |
1900 | 2024-08-12T18:39:57.980Z | PASS [ 0.023s] tokio::task_join_set abort_tasks |
1901 | 2024-08-12T18:39:58.005Z | PASS [ 0.577s] tokio::task_blocking block_in_blocking |
1902 | 2024-08-12T18:39:58.005Z | PASS [ 0.037s] tokio::task_join_set alternating |
1903 | 2024-08-12T18:39:58.005Z | PASS [ 0.045s] tokio::task_join_set join_set_coop |
1904 | 2024-08-12T18:39:58.005Z | PASS [ 0.033s] tokio::task_join_set runtime_gone |
1905 | 2024-08-12T18:39:58.005Z | PASS [ 0.038s] tokio::task_join_set test_abort_on_drop |
1906 | 2024-08-12T18:39:58.005Z | PASS [ 0.028s] tokio::task_join_set test_with_sleep |
1907 | 2024-08-12T18:39:58.005Z | PASS [ 0.037s] tokio::task_join_set try_join_next |
1908 | 2024-08-12T18:39:58.005Z | PASS [ 0.020s] tokio::task_local poll_after_take_value_should_fail |
1909 | 2024-08-12T18:39:58.005Z | PASS [ 0.048s] tokio::task_local local |
1910 | 2024-08-12T18:39:58.005Z | PASS [ 0.031s] tokio::task_local take_value |
1911 | 2024-08-12T18:39:58.005Z | PASS [ 0.039s] tokio::task_local task_local_available_on_abort |
1912 | 2024-08-12T18:39:58.005Z | PASS [ 0.029s] tokio::task_local task_local_available_on_completion_drop |
1913 | 2024-08-12T18:39:58.005Z | PASS [ 0.037s] tokio::task_local_set acquire_mutex_in_drop |
1914 | 2024-08-12T18:39:58.005Z | PASS [ 0.028s] tokio::task_local_set all_spawns_are_local |
1915 | 2024-08-12T18:39:58.005Z | PASS [ 0.035s] tokio::task_local_set drop_cancels_remote_tasks |
1916 | 2024-08-12T18:39:58.005Z | PASS [ 0.026s] tokio::task_local_set drop_cancels_tasks |
1917 | 2024-08-12T18:39:58.005Z | PASS [ 0.034s] tokio::task_local_set enter_guard_spawn |
1918 | 2024-08-12T18:39:58.006Z | PASS [ 0.026s] tokio::task_local_set join_local_future_elsewhere |
1919 | 2024-08-12T18:39:58.006Z | PASS [ 0.041s] tokio::task_local_set local_current_thread_scheduler |
1920 | 2024-08-12T18:39:58.006Z | PASS [ 0.035s] tokio::task_local_set local_tasks_wake_join_all |
1921 | 2024-08-12T18:39:58.006Z | PASS [ 0.031s] tokio::task_local_set local_threadpool |
1922 | 2024-08-12T18:39:58.006Z | PASS [ 0.066s] tokio::task_local_set local_tasks_are_polled_after_tick |
1923 | 2024-08-12T18:39:58.006Z | PASS [ 0.034s] tokio::task_local_set local_threadpool_blocking_run |
1924 | 2024-08-12T18:39:58.030Z | PASS [ 0.024s] tokio::task_local_set localset_future_drives_all_local_futs |
1925 | 2024-08-12T18:39:58.030Z | PASS [ 0.045s] tokio::task_local_set local_threadpool_timer |
1926 | 2024-08-12T18:39:58.055Z | PASS [ 0.032s] tokio::task_local_set localset_future_threadpool |
1927 | 2024-08-12T18:39:58.055Z | PASS [ 0.089s] tokio::task_local_set local_threadpool_blocking_in_place |
1928 | 2024-08-12T18:39:58.080Z | PASS [ 0.044s] tokio::task_local_set localset_future_timers |
1929 | 2024-08-12T18:39:58.080Z | PASS [ 0.036s] tokio::task_local_set nested_spawn_is_local |
1930 | 2024-08-12T18:39:58.105Z | PASS [ 0.057s] tokio::task_local_set localset_in_thread_local |
1931 | 2024-08-12T18:39:58.105Z | PASS [ 0.035s] tokio::task_local_set sleep_with_local_enter_guard |
1932 | 2024-08-12T18:39:58.130Z | PASS [ 0.033s] tokio::task_local_set store_local_set_in_thread_local_with_runtime |
1933 | 2024-08-12T18:39:58.130Z | PASS [ 0.045s] tokio::task_local_set spawn_wakes_localset |
1934 | 2024-08-12T18:39:58.155Z | PASS [ 0.041s] tokio::task_panic block_in_place_panic_caller |
1935 | 2024-08-12T18:39:58.155Z | PASS [ 0.031s] tokio::task_panic local_key_get_panic_caller |
1936 | 2024-08-12T18:39:58.155Z | PASS [ 0.031s] tokio::task_panic local_key_with_panic_caller |
1937 | 2024-08-12T18:39:58.155Z | PASS [ 0.040s] tokio::task_panic local_key_sync_scope_panic_caller |
1938 | 2024-08-12T18:39:58.181Z | PASS [ 0.039s] tokio::task_panic local_set_block_on_panic_caller |
1939 | 2024-08-12T18:39:58.181Z | PASS [ 0.029s] tokio::task_panic local_set_spawn_local_panic_caller |
1940 | 2024-08-12T18:39:58.206Z | PASS [ 0.035s] tokio::task_panic spawn_panic_caller |
1941 | 2024-08-12T18:39:58.206Z | PASS [ 0.024s] tokio::tcp_accept accept_many |
1942 | 2024-08-12T18:39:58.206Z | PASS [ 0.033s] tokio::tcp_accept host_str |
1943 | 2024-08-12T18:39:58.206Z | PASS [ 0.025s] tokio::tcp_accept ip_port_tuple |
1944 | 2024-08-12T18:39:58.231Z | PASS [ 0.036s] tokio::tcp_accept ip_str |
1945 | 2024-08-12T18:39:58.231Z | PASS [ 0.030s] tokio::tcp_accept no_extra_poll |
1946 | 2024-08-12T18:39:58.325Z | PASS [ 0.039s] tokio::tcp_accept socket_addr |
1947 | 2024-08-12T18:39:58.325Z | PASS [ 0.027s] tokio::tcp_accept str_port_tuple |
1948 | 2024-08-12T18:39:58.325Z | PASS [ 0.043s] tokio::tcp_connect connect_addr_host_str_port_tuple |
1949 | 2024-08-12T18:39:58.325Z | PASS [ 0.035s] tokio::tcp_connect connect_addr_host_string |
1950 | 2024-08-12T18:39:58.350Z | PASS [ 0.023s] tokio::tcp_connect connect_addr_ip_port_tuple |
1951 | 2024-08-12T18:39:58.350Z | PASS [ 0.041s] tokio::tcp_connect connect_addr_ip_str_port_tuple |
1952 | 2024-08-12T18:39:58.350Z | PASS [ 0.030s] tokio::tcp_connect connect_addr_ip_str_slice |
1953 | 2024-08-12T18:39:58.350Z | PASS [ 0.030s] tokio::tcp_connect connect_v4 |
1954 | 2024-08-12T18:39:58.350Z | PASS [ 0.039s] tokio::tcp_connect connect_addr_ip_string |
1955 | 2024-08-12T18:39:58.350Z | PASS [ 0.038s] tokio::tcp_connect connect_v6 |
1956 | 2024-08-12T18:39:58.350Z | PASS [ 0.019s] tokio::tcp_into_split reunite |
1957 | 2024-08-12T18:39:58.375Z | PASS [ 0.039s] tokio::tcp_into_split drop_write |
1958 | 2024-08-12T18:39:58.375Z | PASS [ 0.050s] tokio::tcp_echo echo_server |
1959 | 2024-08-12T18:39:58.375Z | PASS [ 0.022s] tokio::tcp_into_split split |
1960 | 2024-08-12T18:39:58.401Z | PASS [ 0.032s] tokio::tcp_peek peek |
1961 | 2024-08-12T18:39:58.426Z | PASS [ 0.022s] tokio::tcp_shutdown shutdown |
1962 | 2024-08-12T18:39:58.426Z | PASS [ 0.043s] tokio::tcp_into_std tcp_into_std |
1963 | 2024-08-12T18:39:58.426Z | PASS [ 0.030s] tokio::tcp_socket basic_usage_v4 |
1964 | 2024-08-12T18:39:58.426Z | PASS [ 0.043s] tokio::tcp_socket basic_linger |
1965 | 2024-08-12T18:39:58.509Z | PASS [ 0.041s] tokio::tcp_socket basic_usage_v6 |
1966 | 2024-08-12T18:39:58.509Z | PASS [ 0.030s] tokio::tcp_socket bind_before_connect |
1967 | 2024-08-12T18:39:58.509Z | PASS [ 0.037s] tokio::tcp_split split |
1968 | 2024-08-12T18:39:58.534Z | PASS [ 0.026s] tokio::tcp_stream buffer_not_included_in_future |
1969 | 2024-08-12T18:39:58.534Z | PASS [ 0.038s] tokio::tcp_stream poll_read_ready |
1970 | 2024-08-12T18:39:58.534Z | PASS [ 0.030s] tokio::tcp_stream poll_write_ready |
1971 | 2024-08-12T18:39:58.534Z | PASS [ 0.021s] tokio::tcp_stream read_closed |
1972 | 2024-08-12T18:39:58.534Z | PASS [ 0.040s] tokio::tcp_stream set_linger |
1973 | 2024-08-12T18:39:58.534Z | PASS [ 0.026s] tokio::tcp_stream write_closed |
1974 | 2024-08-12T18:39:58.559Z | PASS [ 0.067s] tokio::tcp_stream try_read_buf |
1975 | 2024-08-12T18:39:58.559Z | PASS [ 0.026s] tokio::test_clock can_pause_after_resume |
1976 | 2024-08-12T18:39:58.835Z | PASS [ 0.053s] tokio::test_clock advancing_time_when_time_is_not_frozen_panics |
1977 | 2024-08-12T18:39:58.835Z | PASS [ 0.022s] tokio::test_clock resume_lets_time_move_forward_instead_of_resetting_it |
1978 | 2024-08-12T18:39:58.835Z | PASS [ 0.099s] tokio::tcp_stream try_read_write |
1979 | 2024-08-12T18:39:58.860Z | PASS [ 0.060s] tokio::test_clock freezing_time_while_frozen_panics |
1980 | 2024-08-12T18:39:58.860Z | PASS [ 0.039s] tokio::time_interval burst |
1981 | 2024-08-12T18:39:58.860Z | PASS [ 0.027s] tokio::time_interval delay |
1982 | 2024-08-12T18:39:58.860Z | PASS [ 0.075s] tokio::test_clock resuming_time_when_not_frozen_panics |
1983 | 2024-08-12T18:39:58.860Z | PASS [ 0.039s] tokio::time_interval interval_doesnt_panic_max_duration_when_polling |
1984 | 2024-08-12T18:39:58.860Z | PASS [ 0.029s] tokio::time_interval reset |
1985 | 2024-08-12T18:39:58.860Z | PASS [ 0.027s] tokio::time_interval reset_after |
1986 | 2024-08-12T18:39:58.860Z | PASS [ 0.027s] tokio::time_interval reset_at |
1987 | 2024-08-12T18:39:58.860Z | PASS [ 0.060s] tokio::time_interval interval_zero_duration |
1988 | 2024-08-12T18:39:58.860Z | PASS [ 0.035s] tokio::time_interval reset_at_bigger_than_interval |
1989 | 2024-08-12T18:39:58.860Z | PASS [ 0.026s] tokio::time_interval reset_immediately |
1990 | 2024-08-12T18:39:58.860Z | PASS [ 0.034s] tokio::time_interval skip |
1991 | 2024-08-12T18:39:58.860Z | PASS [ 0.026s] tokio::time_interval stream_with_interval_poll_tick_no_waking |
1992 | 2024-08-12T18:39:58.860Z | PASS [ 0.018s] tokio::time_interval stream_with_interval_poll_tick_self_waking |
1993 | 2024-08-12T18:39:58.860Z | PASS [ 0.028s] tokio::time_panic interval_at_panic_caller |
1994 | 2024-08-12T18:39:58.860Z | PASS [ 0.030s] tokio::time_panic interval_panic_caller |
1995 | 2024-08-12T18:39:58.860Z | PASS [ 0.032s] tokio::time_panic pause_panic_caller |
1996 | 2024-08-12T18:39:58.860Z | PASS [ 0.032s] tokio::time_panic resume_panic_caller |
1997 | 2024-08-12T18:39:58.860Z | PASS [ 0.030s] tokio::time_panic timeout_panic_caller |
1998 | 2024-08-12T18:39:58.860Z | PASS [ 0.030s] tokio::time_pause advance_after_poll |
1999 | 2024-08-12T18:39:58.860Z | PASS [ 0.032s] tokio::time_pause advance_multi_with_timer |
2000 | 2024-08-12T18:39:58.860Z | PASS [ 0.034s] tokio::time_pause advance_once_with_timer |
2001 | 2024-08-12T18:39:58.860Z | PASS [ 0.033s] tokio::time_pause exact_1ms_advance |
2002 | 2024-08-12T18:39:58.860Z | PASS [ 0.032s] tokio::time_pause interval |
2003 | 2024-08-12T18:39:58.860Z | PASS [ 0.045s] tokio::time_pause pause_time_in_main |
2004 | 2024-08-12T18:39:58.860Z | PASS [ 0.027s] tokio::time_pause pause_time_in_task |
2005 | 2024-08-12T18:39:58.885Z | PASS [ 0.058s] tokio::time_pause pause_time_in_main_threads |
2006 | 2024-08-12T18:39:58.885Z | PASS [ 0.024s] tokio::time_pause regression_3710_with_submillis_advance |
2007 | 2024-08-12T18:39:58.909Z | PASS [ 0.072s] tokio::time_pause pause_time_in_spawn_threads |
2008 | 2024-08-12T18:39:58.909Z | PASS [ 0.033s] tokio::time_pause sleep_no_poll |
2009 | 2024-08-12T18:39:58.934Z | PASS [ 0.020s] tokio::time_pause sleep_same_task_no_poll |
2010 | 2024-08-12T18:39:58.934Z | PASS [ 0.031s] tokio::time_pause sleep_same_task |
2011 | 2024-08-12T18:39:58.960Z | PASS [ 0.034s] tokio::time_pause test_time_advance_3ms_and_change |
2012 | 2024-08-12T18:39:58.960Z | PASS [ 0.033s] tokio::time_pause test_time_advance_sub_ms |
2013 | 2024-08-12T18:39:58.984Z | PASS [ 0.036s] tokio::time_rt starving |
2014 | 2024-08-12T18:39:58.984Z | PASS [ 0.036s] tokio::time_rt timeout_value |
2015 | 2024-08-12T18:39:58.984Z | PASS [ 0.038s] tokio::time_rt timer_with_current_thread_scheduler |
2016 | 2024-08-12T18:39:59.009Z | PASS [ 0.037s] tokio::time_rt timer_with_threaded_runtime |
2017 | 2024-08-12T18:39:59.034Z | PASS [ 0.024s] tokio::time_sleep delayed_sleep_level_0 |
2018 | 2024-08-12T18:39:59.034Z | PASS [ 0.022s] tokio::time_sleep delayed_sleep_wrapping_level_0 |
2019 | 2024-08-12T18:39:59.059Z | PASS [ 0.061s] tokio::time_sleep creating_sleep_outside_of_context |
2020 | 2024-08-12T18:39:59.059Z | PASS [ 0.025s] tokio::time_sleep drop_after_reschedule_at_new_scheduled_time |
2021 | 2024-08-12T18:39:59.084Z | PASS [ 0.022s] tokio::time_sleep exactly_max |
2022 | 2024-08-12T18:39:59.084Z | PASS [ 0.035s] tokio::time_sleep drop_from_wake |
2023 | 2024-08-12T18:39:59.133Z | PASS [ 0.034s] tokio::time_sleep greater_than_max |
2024 | 2024-08-12T18:39:59.133Z | PASS [ 0.033s] tokio::time_sleep immediate_sleep |
2025 | 2024-08-12T18:39:59.133Z | PASS [ 0.020s] tokio::time_sleep is_elapsed |
2026 | 2024-08-12T18:39:59.133Z | PASS [ 0.030s] tokio::time_sleep issue_5183 |
2027 | 2024-08-12T18:39:59.133Z | PASS [ 0.027s] tokio::time_sleep long_sleeps |
2028 | 2024-08-12T18:39:59.133Z | PASS [ 0.027s] tokio::time_sleep multi_long_sleeps |
2029 | 2024-08-12T18:39:59.133Z | PASS [ 0.027s] tokio::time_sleep no_out_of_bounds_close_to_max |
2030 | 2024-08-12T18:39:59.158Z | PASS [ 0.028s] tokio::time_sleep reset_after_firing |
2031 | 2024-08-12T18:39:59.158Z | PASS [ 0.024s] tokio::time_sleep reset_future_sleep_after_fire |
2032 | 2024-08-12T18:39:59.182Z | PASS [ 0.019s] tokio::time_sleep reset_past_sleep_before_fire |
2033 | 2024-08-12T18:39:59.182Z | PASS [ 0.028s] tokio::time_sleep reset_future_sleep_before_fire |
2034 | 2024-08-12T18:39:59.182Z | PASS [ 0.032s] tokio::time_sleep reset_past_sleep_before_turn |
2035 | 2024-08-12T18:39:59.207Z | PASS [ 0.031s] tokio::time_sleep reset_sleep_to_past |
2036 | 2024-08-12T18:39:59.207Z | PASS [ 0.021s] tokio::time_sleep sub_ms_delayed_sleep |
2037 | 2024-08-12T18:39:59.232Z | PASS [ 0.023s] tokio::time_timeout completed_future_past_deadline |
2038 | 2024-08-12T18:39:59.232Z | PASS [ 0.026s] tokio::time_timeout deadline_future_elapses |
2039 | 2024-08-12T18:39:59.257Z | PASS [ 0.395s] tokio::time_pause paused_time_is_deterministic |
2040 | 2024-08-12T18:39:59.257Z | PASS [ 0.024s] tokio::time_timeout deadline_now_elapses |
2041 | 2024-08-12T18:39:59.281Z | PASS [ 0.027s] tokio::time_timeout future_and_deadline_in_future |
2042 | 2024-08-12T18:39:59.281Z | PASS [ 0.028s] tokio::time_timeout future_and_timeout_in_future |
2043 | 2024-08-12T18:39:59.281Z | PASS [ 0.019s] tokio::time_timeout simultaneous_deadline_future_completion |
2044 | 2024-08-12T18:39:59.307Z | PASS [ 0.033s] tokio::time_timeout timeout_is_not_exhausted_by_future |
2045 | 2024-08-12T18:39:59.308Z | PASS [ 0.032s] tokio::time_timeout very_large_timeout |
2046 | 2024-08-12T18:39:59.332Z | PASS [ 0.032s] tokio::udp peek_sender |
2047 | 2024-08-12T18:39:59.332Z | PASS [ 0.022s] tokio::udp poll_ready |
2048 | 2024-08-12T18:39:59.332Z | PASS [ 0.033s] tokio::udp poll_peek_sender |
2049 | 2024-08-12T18:39:59.357Z | PASS [ 0.031s] tokio::udp recv_buf |
2050 | 2024-08-12T18:39:59.357Z | PASS [ 0.031s] tokio::udp recv_buf_from |
2051 | 2024-08-12T18:39:59.382Z | PASS [ 0.025s] tokio::udp send_recv_poll |
2052 | 2024-08-12T18:39:59.382Z | PASS [ 0.035s] tokio::udp send_recv |
2053 | 2024-08-12T18:39:59.407Z | PASS [ 0.038s] tokio::udp send_to_peek_from |
2054 | 2024-08-12T18:39:59.407Z | PASS [ 0.025s] tokio::udp send_to_peek_from_poll |
2055 | 2024-08-12T18:39:59.748Z | PASS [ 0.035s] tokio::udp send_to_recv_from |
2056 | 2024-08-12T18:39:59.749Z | PASS [ 0.032s] tokio::udp send_to_recv_from_poll |
2057 | 2024-08-12T18:39:59.749Z | PASS [ 0.033s] tokio::udp send_to_try_peek_from |
2058 | 2024-08-12T18:39:59.749Z | PASS [ 0.023s] tokio::udp split |
2059 | 2024-08-12T18:39:59.749Z | PASS [ 0.032s] tokio::udp split_chan |
2060 | 2024-08-12T18:39:59.749Z | PASS [ 0.030s] tokio::udp split_chan_poll |
2061 | 2024-08-12T18:39:59.774Z | PASS [ 0.033s] tokio::udp try_peek_sender |
2062 | 2024-08-12T18:39:59.774Z | PASS [ 0.033s] tokio::udp try_recv_buf |
2063 | 2024-08-12T18:39:59.774Z | PASS [ 0.025s] tokio::udp try_send_recv |
2064 | 2024-08-12T18:39:59.774Z | PASS [ 0.037s] tokio::udp try_recv_buf_from |
2065 | 2024-08-12T18:39:59.775Z | PASS [ 0.040s] tokio::udp try_send_spawn |
2066 | 2024-08-12T18:39:59.775Z | PASS [ 0.025s] tokio::udp try_send_to_recv_from |
2067 | 2024-08-12T18:39:59.775Z | PASS [ 0.037s] tokio::uds_cred test_socket_pair |
2068 | 2024-08-12T18:39:59.775Z | PASS [ 0.024s] tokio::uds_datagram echo |
2069 | 2024-08-12T18:39:59.775Z | PASS [ 0.038s] tokio::uds_datagram echo_from |
2070 | 2024-08-12T18:39:59.775Z | PASS [ 0.036s] tokio::uds_datagram poll_ready |
2071 | 2024-08-12T18:39:59.775Z | PASS [ 0.037s] tokio::uds_datagram recv_buf |
2072 | 2024-08-12T18:39:59.775Z | PASS [ 0.024s] tokio::uds_datagram send_recv_poll |
2073 | 2024-08-12T18:39:59.775Z | PASS [ 0.037s] tokio::uds_datagram recv_buf_from |
2074 | 2024-08-12T18:39:59.775Z | PASS [ 0.035s] tokio::uds_datagram send_to_recv_from_poll |
2075 | 2024-08-12T18:39:59.775Z | PASS [ 0.023s] tokio::uds_datagram try_recv_buf_from |
2076 | 2024-08-12T18:39:59.775Z | PASS [ 0.034s] tokio::uds_datagram split |
2077 | 2024-08-12T18:39:59.775Z | PASS [ 0.035s] tokio::uds_datagram try_recv_buf_never_block |
2078 | 2024-08-12T18:39:59.775Z | FAIL [ 0.035s] tokio::uds_datagram try_send_recv_never_block |
2079 | 2024-08-12T18:39:59.775Z | |
2080 | 2024-08-12T18:39:59.775Z | --- STDOUT: tokio::uds_datagram try_send_recv_never_block --- |
2081 | 2024-08-12T18:39:59.775Z | |
2082 | 2024-08-12T18:39:59.775Z | running 1 test |
2083 | 2024-08-12T18:39:59.775Z | test try_send_recv_never_block ... FAILED |
2084 | 2024-08-12T18:39:59.775Z | |
2085 | 2024-08-12T18:39:59.775Z | failures: |
2086 | 2024-08-12T18:39:59.775Z | |
2087 | 2024-08-12T18:39:59.775Z | failures: |
2088 | 2024-08-12T18:39:59.776Z | try_send_recv_never_block |
2089 | 2024-08-12T18:39:59.776Z | |
2090 | 2024-08-12T18:39:59.776Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.00s |
2091 | 2024-08-12T18:39:59.776Z | |
2092 | 2024-08-12T18:39:59.776Z | |
2093 | 2024-08-12T18:39:59.776Z | --- STDERR: tokio::uds_datagram try_send_recv_never_block --- |
2094 | 2024-08-12T18:39:59.776Z | Error: Kind(WouldBlock) |
2095 | 2024-08-12T18:39:59.776Z | |
2096 | 2024-08-12T18:39:59.776Z | Canceling due to test failure: 7 tests still running |
2097 | 2024-08-12T18:39:59.776Z | PASS [ 0.036s] tokio::uds_datagram try_send_to_recv_from |
2098 | 2024-08-12T18:39:59.776Z | PASS [ 0.024s] tokio::uds_socket assert_usage |
2099 | 2024-08-12T18:39:59.776Z | PASS [ 0.032s] tokio::uds_socket datagram_echo_server |
2100 | 2024-08-12T18:39:59.776Z | PASS [ 0.031s] tokio::uds_socket listen_and_stream |
2101 | 2024-08-12T18:39:59.776Z | PASS [ 0.022s] tokio::uds_split split |
2102 | 2024-08-12T18:39:59.776Z | PASS [ 0.033s] tokio::uds_stream accept_read_write |
2103 | 2024-08-12T18:39:59.776Z | PASS [ 0.026s] tokio::uds_stream poll_read_ready |
2104 | 2024-08-12T18:39:59.776Z | PASS [ 0.024s] tokio::uds_stream poll_write_ready |
2105 | 2024-08-12T18:39:59.776Z | FAIL [ 0.053s] tokio::uds_stream epollhup |
2106 | 2024-08-12T18:39:59.776Z | |
2107 | 2024-08-12T18:39:59.776Z | --- STDOUT: tokio::uds_stream epollhup --- |
2108 | 2024-08-12T18:39:59.776Z | |
2109 | 2024-08-12T18:39:59.776Z | running 1 test |
2110 | 2024-08-12T18:39:59.776Z | test epollhup ... FAILED |
2111 | 2024-08-12T18:39:59.776Z | |
2112 | 2024-08-12T18:39:59.776Z | failures: |
2113 | 2024-08-12T18:39:59.777Z | |
2114 | 2024-08-12T18:39:59.777Z | failures: |
2115 | 2024-08-12T18:39:59.777Z | epollhup |
2116 | 2024-08-12T18:39:59.777Z | |
2117 | 2024-08-12T18:39:59.777Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.03s |
2118 | 2024-08-12T18:39:59.777Z | |
2119 | 2024-08-12T18:39:59.777Z | |
2120 | 2024-08-12T18:39:59.777Z | --- STDERR: tokio::uds_stream epollhup --- |
2121 | 2024-08-12T18:39:59.777Z | thread 'epollhup' panicked at tokio/tests/uds_stream.rs:409:5: |
2122 | 2024-08-12T18:39:59.777Z | assertion `left == right` failed |
2123 | 2024-08-12T18:39:59.777Z | left: ConnectionRefused |
2124 | 2024-08-12T18:39:59.777Z | right: ConnectionReset |
2125 | 2024-08-12T18:39:59.777Z | stack backtrace: |
2126 | 2024-08-12T18:39:59.777Z | 0: rust_begin_unwind |
2127 | 2024-08-12T18:39:59.777Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5 |
2128 | 2024-08-12T18:39:59.777Z | 1: core::panicking::panic_fmt |
2129 | 2024-08-12T18:39:59.777Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14 |
2130 | 2024-08-12T18:39:59.777Z | 2: core::panicking::assert_failed_inner |
2131 | 2024-08-12T18:39:59.777Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:408:17 |
2132 | 2024-08-12T18:39:59.777Z | 3: core::panicking::assert_failed |
2133 | 2024-08-12T18:39:59.777Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:363:5 |
2134 | 2024-08-12T18:39:59.777Z | 4: uds_stream::epollhup::{{closure}} |
2135 | 2024-08-12T18:39:59.777Z | at ./tests/uds_stream.rs:409:5 |
2136 | 2024-08-12T18:39:59.777Z | 5: <core::pin::Pin<P> as core::future::future::Future>::poll |
2137 | 2024-08-12T18:39:59.777Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
2138 | 2024-08-12T18:39:59.777Z | 6: <core::pin::Pin<P> as core::future::future::Future>::poll |
2139 | 2024-08-12T18:39:59.778Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9 |
2140 | 2024-08-12T18:39:59.778Z | 7: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}} |
2141 | 2024-08-12T18:39:59.778Z | at ./src/runtime/scheduler/current_thread/mod.rs:673:57 |
2142 | 2024-08-12T18:39:59.778Z | 8: tokio::runtime::coop::with_budget |
2143 | 2024-08-12T18:39:59.778Z | at ./src/runtime/coop.rs:107:5 |
2144 | 2024-08-12T18:39:59.778Z | 9: tokio::runtime::coop::budget |
2145 | 2024-08-12T18:39:59.778Z | at ./src/runtime/coop.rs:73:5 |
2146 | 2024-08-12T18:39:59.778Z | 10: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}} |
2147 | 2024-08-12T18:39:59.778Z | at ./src/runtime/scheduler/current_thread/mod.rs:673:25 |
2148 | 2024-08-12T18:39:59.778Z | 11: tokio::runtime::scheduler::current_thread::Context::enter |
2149 | 2024-08-12T18:39:59.778Z | at ./src/runtime/scheduler/current_thread/mod.rs:412:19 |
2150 | 2024-08-12T18:39:59.778Z | 12: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}} |
2151 | 2024-08-12T18:39:59.778Z | at ./src/runtime/scheduler/current_thread/mod.rs:672:36 |
2152 | 2024-08-12T18:39:59.778Z | 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
2153 | 2024-08-12T18:39:59.778Z | at ./src/runtime/scheduler/current_thread/mod.rs:751:68 |
2154 | 2024-08-12T18:39:59.778Z | 14: tokio::runtime::context::scoped::Scoped<T>::set |
2155 | 2024-08-12T18:39:59.778Z | at ./src/runtime/context/scoped.rs:40:9 |
2156 | 2024-08-12T18:39:59.778Z | 15: tokio::runtime::context::set_scheduler::{{closure}} |
2157 | 2024-08-12T18:39:59.778Z | at ./src/runtime/context.rs:180:26 |
2158 | 2024-08-12T18:39:59.778Z | 16: std::thread::local::LocalKey<T>::try_with |
2159 | 2024-08-12T18:39:59.778Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12 |
2160 | 2024-08-12T18:39:59.778Z | 17: std::thread::local::LocalKey<T>::with |
2161 | 2024-08-12T18:39:59.804Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9 |
2162 | 2024-08-12T18:39:59.804Z | 18: tokio::runtime::context::set_scheduler |
2163 | 2024-08-12T18:39:59.804Z | at ./src/runtime/context.rs:180:9 |
2164 | 2024-08-12T18:39:59.804Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
2165 | 2024-08-12T18:39:59.804Z | at ./src/runtime/scheduler/current_thread/mod.rs:751:27 |
2166 | 2024-08-12T18:39:59.804Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
2167 | 2024-08-12T18:39:59.804Z | at ./src/runtime/scheduler/current_thread/mod.rs:660:19 |
2168 | 2024-08-12T18:39:59.804Z | 21: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}} |
2169 | 2024-08-12T18:39:59.804Z | at ./src/runtime/scheduler/current_thread/mod.rs:180:28 |
2170 | 2024-08-12T18:39:59.804Z | 22: tokio::runtime::context::runtime::enter_runtime |
2171 | 2024-08-12T18:39:59.804Z | at ./src/runtime/context/runtime.rs:65:16 |
2172 | 2024-08-12T18:39:59.805Z | 23: tokio::runtime::scheduler::current_thread::CurrentThread::block_on |
2173 | 2024-08-12T18:39:59.805Z | at ./src/runtime/scheduler/current_thread/mod.rs:168:9 |
2174 | 2024-08-12T18:39:59.805Z | 24: tokio::runtime::runtime::Runtime::block_on_inner |
2175 | 2024-08-12T18:39:59.805Z | at ./src/runtime/runtime.rs:361:47 |
2176 | 2024-08-12T18:39:59.805Z | 25: tokio::runtime::runtime::Runtime::block_on |
2177 | 2024-08-12T18:39:59.805Z | at ./src/runtime/runtime.rs:335:13 |
2178 | 2024-08-12T18:39:59.805Z | 26: uds_stream::epollhup |
2179 | 2024-08-12T18:39:59.805Z | at ./tests/uds_stream.rs:410:5 |
2180 | 2024-08-12T18:39:59.805Z | 27: uds_stream::epollhup::{{closure}} |
2181 | 2024-08-12T18:39:59.805Z | at ./tests/uds_stream.rs:386:24 |
2182 | 2024-08-12T18:39:59.805Z | 28: core::ops::function::FnOnce::call_once |
2183 | 2024-08-12T18:39:59.805Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
2184 | 2024-08-12T18:39:59.805Z | 29: core::ops::function::FnOnce::call_once |
2185 | 2024-08-12T18:39:59.805Z | at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5 |
2186 | 2024-08-12T18:39:59.805Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
2187 | 2024-08-12T18:39:59.805Z | |
2188 | 2024-08-12T18:40:00.267Z | PASS [ 1.105s] tokio::time_sleep short_sleeps |
2189 | 2024-08-12T18:40:07.250Z | PASS [ 26.992s] tests-build::macros compile_fail_full |
2190 | 2024-08-12T18:40:40.593Z | SLOW [> 60.000s] tokio runtime::tests::queue::stress1 |
2191 | 2024-08-12T18:40:41.505Z | SLOW [> 60.000s] tokio::io_async_fd poll_fns |
2192 | 2024-08-12T18:40:41.574Z | SLOW [> 60.000s] tokio::io_async_fd reset_writable |
2193 | 2024-08-12T18:41:40.590Z | SLOW [>120.000s] tokio runtime::tests::queue::stress1 |
2194 | 2024-08-12T18:41:41.504Z | SLOW [>120.000s] tokio::io_async_fd poll_fns |
2195 | 2024-08-12T18:41:41.572Z | SLOW [>120.000s] tokio::io_async_fd reset_writable |
2196 | 2024-08-12T18:42:16.613Z | PASS [ 156.030s] tokio runtime::tests::queue::stress1 |
2197 | 2024-08-12T18:42:41.501Z | SLOW [>180.000s] tokio::io_async_fd poll_fns |
2198 | 2024-08-12T18:42:41.570Z | SLOW [>180.000s] tokio::io_async_fd reset_writable |
2199 | 2024-08-12T18:43:41.499Z | SLOW [>240.000s] tokio::io_async_fd poll_fns |
2200 | 2024-08-12T18:43:41.568Z | SLOW [>240.000s] tokio::io_async_fd reset_writable |
2201 | 2024-08-12T18:44:44.180Z | SLOW [>300.000s] tokio::io_async_fd poll_fns |
2202 | 2024-08-12T18:44:44.238Z | SLOW [>300.000s] tokio::io_async_fd reset_writable |
2203 | 2024-08-12T18:45:41.494Z | SLOW [>360.000s] tokio::io_async_fd poll_fns |
2204 | 2024-08-12T18:45:41.564Z | SLOW [>360.000s] tokio::io_async_fd reset_writable |
2205 | 2024-08-12T18:46:41.505Z | SLOW [>420.000s] tokio::io_async_fd poll_fns |
2206 | 2024-08-12T18:46:41.569Z | SLOW [>420.000s] tokio::io_async_fd reset_writable |
2207 | 2024-08-12T18:47:41.490Z | SLOW [>480.000s] tokio::io_async_fd poll_fns |
2208 | 2024-08-12T18:47:41.560Z | SLOW [>480.000s] tokio::io_async_fd reset_writable |
2209 | 2024-08-12T18:48:41.487Z | SLOW [>540.000s] tokio::io_async_fd poll_fns |
2210 | 2024-08-12T18:48:41.557Z | SLOW [>540.000s] tokio::io_async_fd reset_writable |
2211 | 2024-08-12T18:49:41.485Z | SLOW [>600.000s] tokio::io_async_fd poll_fns |
2212 | 2024-08-12T18:49:41.556Z | SLOW [>600.000s] tokio::io_async_fd reset_writable |
2213 | 2024-08-12T18:50:41.483Z | SLOW [>660.000s] tokio::io_async_fd poll_fns |
2214 | 2024-08-12T18:50:41.554Z | SLOW [>660.000s] tokio::io_async_fd reset_writable |
2215 | 2024-08-12T18:51:41.480Z | SLOW [>720.000s] tokio::io_async_fd poll_fns |
2216 | 2024-08-12T18:51:41.552Z | SLOW [>720.000s] tokio::io_async_fd reset_writable |
2217 | 2024-08-12T18:52:41.479Z | SLOW [>780.000s] tokio::io_async_fd poll_fns |
2218 | 2024-08-12T18:52:41.550Z | SLOW [>780.000s] tokio::io_async_fd reset_writable |
2219 | 2024-08-12T18:53:41.476Z | SLOW [>840.000s] tokio::io_async_fd poll_fns |
2220 | 2024-08-12T18:53:41.547Z | SLOW [>840.000s] tokio::io_async_fd reset_writable |
2221 | 2024-08-12T18:54:41.475Z | SLOW [>900.000s] tokio::io_async_fd poll_fns |
2222 | 2024-08-12T18:54:41.546Z | SLOW [>900.000s] tokio::io_async_fd reset_writable |
2223 | 2024-08-12T18:55:41.472Z | SLOW [>960.000s] tokio::io_async_fd poll_fns |
2224 | 2024-08-12T18:55:41.545Z | SLOW [>960.000s] tokio::io_async_fd reset_writable |
2225 | 2024-08-12T18:56:41.470Z | SLOW [>1020.000s] tokio::io_async_fd poll_fns |
2226 | 2024-08-12T18:56:41.542Z | SLOW [>1020.000s] tokio::io_async_fd reset_writable |
2227 | 2024-08-12T18:57:41.468Z | SLOW [>1080.000s] tokio::io_async_fd poll_fns |
2228 | 2024-08-12T18:57:41.540Z | SLOW [>1080.000s] tokio::io_async_fd reset_writable |
2229 | 2024-08-12T18:58:41.465Z | SLOW [>1140.000s] tokio::io_async_fd poll_fns |
2230 | 2024-08-12T18:58:41.539Z | SLOW [>1140.000s] tokio::io_async_fd reset_writable |
2231 | 2024-08-12T18:59:41.472Z | SLOW [>1200.000s] tokio::io_async_fd poll_fns |
2232 | 2024-08-12T18:59:41.538Z | SLOW [>1200.000s] tokio::io_async_fd reset_writable |
2233 | 2024-08-12T19:00:41.462Z | SLOW [>1260.000s] tokio::io_async_fd poll_fns |
2234 | 2024-08-12T19:00:41.534Z | SLOW [>1260.000s] tokio::io_async_fd reset_writable |
2235 | 2024-08-12T19:01:41.460Z | SLOW [>1320.000s] tokio::io_async_fd poll_fns |
2236 | 2024-08-12T19:01:41.532Z | SLOW [>1320.000s] tokio::io_async_fd reset_writable |
2237 | 2024-08-12T19:02:41.458Z | SLOW [>1380.000s] tokio::io_async_fd poll_fns |
2238 | 2024-08-12T19:02:41.530Z | SLOW [>1380.000s] tokio::io_async_fd reset_writable |
2239 | 2024-08-12T19:03:41.455Z | SLOW [>1440.000s] tokio::io_async_fd poll_fns |
2240 | 2024-08-12T19:03:41.527Z | SLOW [>1440.000s] tokio::io_async_fd reset_writable |
2241 | 2024-08-12T19:04:41.453Z | SLOW [>1500.000s] tokio::io_async_fd poll_fns |
2242 | 2024-08-12T19:04:41.526Z | SLOW [>1500.000s] tokio::io_async_fd reset_writable |
2243 | 2024-08-12T19:05:41.452Z | SLOW [>1560.000s] tokio::io_async_fd poll_fns |
2244 | 2024-08-12T19:05:41.525Z | SLOW [>1560.000s] tokio::io_async_fd reset_writable |
2245 | 2024-08-12T19:06:41.449Z | SLOW [>1620.000s] tokio::io_async_fd poll_fns |
2246 | 2024-08-12T19:06:41.522Z | SLOW [>1620.000s] tokio::io_async_fd reset_writable |
2247 | 2024-08-12T19:07:41.447Z | SLOW [>1680.000s] tokio::io_async_fd poll_fns |
2248 | 2024-08-12T19:07:41.519Z | SLOW [>1680.000s] tokio::io_async_fd reset_writable |
2249 | 2024-08-12T19:08:41.445Z | SLOW [>1740.000s] tokio::io_async_fd poll_fns |
2250 | 2024-08-12T19:08:41.518Z | SLOW [>1740.000s] tokio::io_async_fd reset_writable |
2251 | 2024-08-12T19:09:41.443Z | SLOW [>1800.000s] tokio::io_async_fd poll_fns |
2252 | 2024-08-12T19:09:41.515Z | SLOW [>1800.000s] tokio::io_async_fd reset_writable |
2253 | 2024-08-12T19:10:41.441Z | SLOW [>1860.000s] tokio::io_async_fd poll_fns |
2254 | 2024-08-12T19:10:41.514Z | SLOW [>1860.000s] tokio::io_async_fd reset_writable |
2255 | 2024-08-12T19:11:41.439Z | SLOW [>1920.000s] tokio::io_async_fd poll_fns |
2256 | 2024-08-12T19:11:41.512Z | SLOW [>1920.000s] tokio::io_async_fd reset_writable |
2257 | 2024-08-12T19:12:41.436Z | SLOW [>1980.000s] tokio::io_async_fd poll_fns |
2258 | 2024-08-12T19:12:41.509Z | SLOW [>1980.000s] tokio::io_async_fd reset_writable |
2259 | 2024-08-12T19:13:41.435Z | SLOW [>2040.000s] tokio::io_async_fd poll_fns |
2260 | 2024-08-12T19:13:41.507Z | SLOW [>2040.000s] tokio::io_async_fd reset_writable |
2261 | 2024-08-12T19:14:41.433Z | SLOW [>2100.000s] tokio::io_async_fd poll_fns |
2262 | 2024-08-12T19:14:41.505Z | SLOW [>2100.000s] tokio::io_async_fd reset_writable |
2263 | 2024-08-12T19:15:41.430Z | SLOW [>2160.000s] tokio::io_async_fd poll_fns |
2264 | 2024-08-12T19:15:41.503Z | SLOW [>2160.000s] tokio::io_async_fd reset_writable |
2265 | 2024-08-12T19:16:41.429Z | SLOW [>2220.000s] tokio::io_async_fd poll_fns |
2266 | 2024-08-12T19:16:41.503Z | SLOW [>2220.000s] tokio::io_async_fd reset_writable |
2267 | 2024-08-12T19:17:41.426Z | SLOW [>2280.000s] tokio::io_async_fd poll_fns |
2268 | 2024-08-12T19:17:41.500Z | SLOW [>2280.000s] tokio::io_async_fd reset_writable |
2269 | 2024-08-12T19:18:41.424Z | SLOW [>2340.000s] tokio::io_async_fd poll_fns |
2270 | 2024-08-12T19:18:41.497Z | SLOW [>2340.000s] tokio::io_async_fd reset_writable |
2271 | 2024-08-12T19:19:41.423Z | SLOW [>2400.000s] tokio::io_async_fd poll_fns |
2272 | 2024-08-12T19:19:41.496Z | SLOW [>2400.000s] tokio::io_async_fd reset_writable |
2273 | 2024-08-12T19:20:41.420Z | SLOW [>2460.000s] tokio::io_async_fd poll_fns |
2274 | 2024-08-12T19:20:41.493Z | SLOW [>2460.000s] tokio::io_async_fd reset_writable |
2275 | 2024-08-12T19:21:41.418Z | SLOW [>2520.000s] tokio::io_async_fd poll_fns |
2276 | 2024-08-12T19:21:41.490Z | SLOW [>2520.000s] tokio::io_async_fd reset_writable |
2277 | 2024-08-12T19:22:41.416Z | SLOW [>2580.000s] tokio::io_async_fd poll_fns |
2278 | 2024-08-12T19:22:41.489Z | SLOW [>2580.000s] tokio::io_async_fd reset_writable |
2279 | 2024-08-12T19:23:41.413Z | SLOW [>2640.000s] tokio::io_async_fd poll_fns |
2280 | 2024-08-12T19:23:41.487Z | SLOW [>2640.000s] tokio::io_async_fd reset_writable |
2281 | 2024-08-12T19:24:41.411Z | SLOW [>2700.000s] tokio::io_async_fd poll_fns |
2282 | 2024-08-12T19:24:41.484Z | SLOW [>2700.000s] tokio::io_async_fd reset_writable |
2283 | 2024-08-12T19:25:41.409Z | SLOW [>2760.000s] tokio::io_async_fd poll_fns |
2284 | 2024-08-12T19:25:41.482Z | SLOW [>2760.000s] tokio::io_async_fd reset_writable |
2285 | 2024-08-12T19:26:41.407Z | SLOW [>2820.000s] tokio::io_async_fd poll_fns |
2286 | 2024-08-12T19:26:41.480Z | SLOW [>2820.000s] tokio::io_async_fd reset_writable |
2287 | 2024-08-12T19:27:41.404Z | SLOW [>2880.000s] tokio::io_async_fd poll_fns |
2288 | 2024-08-12T19:27:41.478Z | SLOW [>2880.000s] tokio::io_async_fd reset_writable |
2289 | 2024-08-12T19:28:41.403Z | SLOW [>2940.000s] tokio::io_async_fd poll_fns |
2290 | 2024-08-12T19:28:41.476Z | SLOW [>2940.000s] tokio::io_async_fd reset_writable |
2291 | 2024-08-12T19:29:41.401Z | SLOW [>3000.000s] tokio::io_async_fd poll_fns |
2292 | 2024-08-12T19:29:41.474Z | SLOW [>3000.000s] tokio::io_async_fd reset_writable |
2293 | 2024-08-12T19:30:41.400Z | SLOW [>3060.000s] tokio::io_async_fd poll_fns |
2294 | 2024-08-12T19:30:41.472Z | SLOW [>3060.000s] tokio::io_async_fd reset_writable |
2295 | 2024-08-12T19:31:41.398Z | SLOW [>3120.000s] tokio::io_async_fd poll_fns |
2296 | 2024-08-12T19:31:41.470Z | SLOW [>3120.000s] tokio::io_async_fd reset_writable |
2297 | 2024-08-12T19:32:41.395Z | SLOW [>3180.000s] tokio::io_async_fd poll_fns |
2298 | 2024-08-12T19:32:41.473Z | SLOW [>3180.000s] tokio::io_async_fd reset_writable |
2299 | 2024-08-12T19:33:41.394Z | SLOW [>3240.000s] tokio::io_async_fd poll_fns |
2300 | 2024-08-12T19:33:41.465Z | SLOW [>3240.000s] tokio::io_async_fd reset_writable |
2301 | 2024-08-12T19:34:41.396Z | SLOW [>3300.000s] tokio::io_async_fd poll_fns |
2302 | 2024-08-12T19:34:41.466Z | SLOW [>3300.000s] tokio::io_async_fd reset_writable |
2303 | 2024-08-12T19:35:41.390Z | SLOW [>3360.000s] tokio::io_async_fd poll_fns |
2304 | 2024-08-12T19:35:41.461Z | SLOW [>3360.000s] tokio::io_async_fd reset_writable |
2305 | 2024-08-12T19:36:41.388Z | SLOW [>3420.000s] tokio::io_async_fd poll_fns |
2306 | 2024-08-12T19:36:41.459Z | SLOW [>3420.000s] tokio::io_async_fd reset_writable |
2307 | 2024-08-12T19:37:41.387Z | SLOW [>3480.000s] tokio::io_async_fd poll_fns |
2308 | 2024-08-12T19:37:41.457Z | SLOW [>3480.000s] tokio::io_async_fd reset_writable |
2309 | 2024-08-12T19:38:41.384Z | SLOW [>3540.000s] tokio::io_async_fd poll_fns |
2310 | 2024-08-12T19:38:41.454Z | SLOW [>3540.000s] tokio::io_async_fd reset_writable |
2311 | 2024-08-12T19:39:41.382Z | SLOW [>3600.000s] tokio::io_async_fd poll_fns |
2312 | 2024-08-12T19:39:41.452Z | SLOW [>3600.000s] tokio::io_async_fd reset_writable |
2313 | 2024-08-12T19:40:41.380Z | SLOW [>3660.000s] tokio::io_async_fd poll_fns |
2314 | 2024-08-12T19:40:41.450Z | SLOW [>3660.000s] tokio::io_async_fd reset_writable |
2315 | 2024-08-12T19:41:41.378Z | SLOW [>3720.000s] tokio::io_async_fd poll_fns |
2316 | 2024-08-12T19:41:41.448Z | SLOW [>3720.000s] tokio::io_async_fd reset_writable |
2317 | 2024-08-12T19:42:41.376Z | SLOW [>3780.000s] tokio::io_async_fd poll_fns |
2318 | 2024-08-12T19:42:41.445Z | SLOW [>3780.000s] tokio::io_async_fd reset_writable |
2319 | 2024-08-12T19:43:41.374Z | SLOW [>3840.000s] tokio::io_async_fd poll_fns |
2320 | 2024-08-12T19:43:41.444Z | SLOW [>3840.000s] tokio::io_async_fd reset_writable |
2321 | 2024-08-12T19:44:41.371Z | SLOW [>3900.000s] tokio::io_async_fd poll_fns |
2322 | 2024-08-12T19:44:41.441Z | SLOW [>3900.000s] tokio::io_async_fd reset_writable |
2323 | 2024-08-12T19:45:41.370Z | SLOW [>3960.000s] tokio::io_async_fd poll_fns |
2324 | 2024-08-12T19:45:41.439Z | SLOW [>3960.000s] tokio::io_async_fd reset_writable |
2325 | 2024-08-12T19:46:41.368Z | SLOW [>4020.000s] tokio::io_async_fd poll_fns |
2326 | 2024-08-12T19:46:41.437Z | SLOW [>4020.000s] tokio::io_async_fd reset_writable |
2327 | 2024-08-12T19:47:41.365Z | SLOW [>4080.000s] tokio::io_async_fd poll_fns |
2328 | 2024-08-12T19:47:41.435Z | SLOW [>4080.000s] tokio::io_async_fd reset_writable |
2329 | 2024-08-12T19:48:41.364Z | SLOW [>4140.000s] tokio::io_async_fd poll_fns |
2330 | 2024-08-12T19:48:41.432Z | SLOW [>4140.000s] tokio::io_async_fd reset_writable |
2331 | 2024-08-12T19:49:41.361Z | SLOW [>4200.000s] tokio::io_async_fd poll_fns |
2332 | 2024-08-12T19:49:41.430Z | SLOW [>4200.000s] tokio::io_async_fd reset_writable |
2333 | 2024-08-12T19:50:41.359Z | SLOW [>4260.000s] tokio::io_async_fd poll_fns |
2334 | 2024-08-12T19:50:41.429Z | SLOW [>4260.000s] tokio::io_async_fd reset_writable |
2335 | 2024-08-12T19:51:41.358Z | SLOW [>4320.000s] tokio::io_async_fd poll_fns |
2336 | 2024-08-12T19:51:41.427Z | SLOW [>4320.000s] tokio::io_async_fd reset_writable |
2337 | 2024-08-12T19:52:41.356Z | SLOW [>4380.000s] tokio::io_async_fd poll_fns |
2338 | 2024-08-12T19:52:41.424Z | SLOW [>4380.000s] tokio::io_async_fd reset_writable |
2339 | 2024-08-12T19:53:41.353Z | SLOW [>4440.000s] tokio::io_async_fd poll_fns |
2340 | 2024-08-12T19:53:41.422Z | SLOW [>4440.000s] tokio::io_async_fd reset_writable |
2341 | 2024-08-12T19:54:41.351Z | SLOW [>4500.000s] tokio::io_async_fd poll_fns |
2342 | 2024-08-12T19:54:41.420Z | SLOW [>4500.000s] tokio::io_async_fd reset_writable |
2343 | 2024-08-12T19:55:41.349Z | SLOW [>4560.000s] tokio::io_async_fd poll_fns |
2344 | 2024-08-12T19:55:41.417Z | SLOW [>4560.000s] tokio::io_async_fd reset_writable |
2345 | 2024-08-12T19:56:41.347Z | SLOW [>4620.000s] tokio::io_async_fd poll_fns |
2346 | 2024-08-12T19:56:41.416Z | SLOW [>4620.000s] tokio::io_async_fd reset_writable |
2347 | 2024-08-12T19:57:41.346Z | SLOW [>4680.000s] tokio::io_async_fd poll_fns |
2348 | 2024-08-12T19:57:41.415Z | SLOW [>4680.000s] tokio::io_async_fd reset_writable |
2349 | 2024-08-12T19:58:41.346Z | SLOW [>4740.000s] tokio::io_async_fd poll_fns |
2350 | 2024-08-12T19:58:41.424Z | SLOW [>4740.000s] tokio::io_async_fd reset_writable |
2351 | 2024-08-12T19:59:41.342Z | SLOW [>4800.000s] tokio::io_async_fd poll_fns |
2352 | 2024-08-12T19:59:41.409Z | SLOW [>4800.000s] tokio::io_async_fd reset_writable |
2353 | 2024-08-12T20:00:41.339Z | SLOW [>4860.000s] tokio::io_async_fd poll_fns |
2354 | 2024-08-12T20:00:41.408Z | SLOW [>4860.000s] tokio::io_async_fd reset_writable |
2355 | 2024-08-12T20:01:41.337Z | SLOW [>4920.000s] tokio::io_async_fd poll_fns |
2356 | 2024-08-12T20:01:41.406Z | SLOW [>4920.000s] tokio::io_async_fd reset_writable |
2357 | 2024-08-12T20:02:41.334Z | SLOW [>4980.000s] tokio::io_async_fd poll_fns |
2358 | 2024-08-12T20:02:41.404Z | SLOW [>4980.000s] tokio::io_async_fd reset_writable |
2359 | 2024-08-12T20:03:41.333Z | SLOW [>5040.000s] tokio::io_async_fd poll_fns |
2360 | 2024-08-12T20:03:41.401Z | SLOW [>5040.000s] tokio::io_async_fd reset_writable |
2361 | 2024-08-12T20:04:41.331Z | SLOW [>5100.000s] tokio::io_async_fd poll_fns |
2362 | 2024-08-12T20:04:41.400Z | SLOW [>5100.000s] tokio::io_async_fd reset_writable |
2363 | 2024-08-12T20:05:41.329Z | SLOW [>5160.000s] tokio::io_async_fd poll_fns |
2364 | 2024-08-12T20:05:41.398Z | SLOW [>5160.000s] tokio::io_async_fd reset_writable |
2365 | 2024-08-12T20:06:41.327Z | SLOW [>5220.000s] tokio::io_async_fd poll_fns |
2366 | 2024-08-12T20:06:41.396Z | SLOW [>5220.000s] tokio::io_async_fd reset_writable |
2367 | 2024-08-12T20:07:41.325Z | SLOW [>5280.000s] tokio::io_async_fd poll_fns |
2368 | 2024-08-12T20:07:41.393Z | SLOW [>5280.000s] tokio::io_async_fd reset_writable |
2369 | 2024-08-12T20:08:41.323Z | SLOW [>5340.000s] tokio::io_async_fd poll_fns |
2370 | 2024-08-12T20:08:41.392Z | SLOW [>5340.000s] tokio::io_async_fd reset_writable |
2371 | 2024-08-12T20:09:41.321Z | SLOW [>5400.000s] tokio::io_async_fd poll_fns |
2372 | 2024-08-12T20:09:41.391Z | SLOW [>5400.000s] tokio::io_async_fd reset_writable |
2373 | 2024-08-12T20:10:41.320Z | SLOW [>5460.000s] tokio::io_async_fd poll_fns |
2374 | 2024-08-12T20:10:41.388Z | SLOW [>5460.000s] tokio::io_async_fd reset_writable |
2375 | 2024-08-12T20:11:41.316Z | SLOW [>5520.000s] tokio::io_async_fd poll_fns |
2376 | 2024-08-12T20:11:41.386Z | SLOW [>5520.000s] tokio::io_async_fd reset_writable |
2377 | 2024-08-12T20:12:41.315Z | SLOW [>5580.000s] tokio::io_async_fd poll_fns |
2378 | 2024-08-12T20:12:41.384Z | SLOW [>5580.000s] tokio::io_async_fd reset_writable |
2379 | 2024-08-12T20:13:41.312Z | SLOW [>5640.000s] tokio::io_async_fd poll_fns |
2380 | 2024-08-12T20:13:41.382Z | SLOW [>5640.000s] tokio::io_async_fd reset_writable |
2381 | 2024-08-12T20:14:41.310Z | SLOW [>5700.000s] tokio::io_async_fd poll_fns |
2382 | 2024-08-12T20:14:41.379Z | SLOW [>5700.000s] tokio::io_async_fd reset_writable |
2383 | 2024-08-12T20:15:41.308Z | SLOW [>5760.000s] tokio::io_async_fd poll_fns |
2384 | 2024-08-12T20:15:41.377Z | SLOW [>5760.000s] tokio::io_async_fd reset_writable |
2385 | 2024-08-12T20:16:41.307Z | SLOW [>5820.000s] tokio::io_async_fd poll_fns |
2386 | 2024-08-12T20:16:41.376Z | SLOW [>5820.000s] tokio::io_async_fd reset_writable |
2387 | 2024-08-12T20:17:41.304Z | SLOW [>5880.000s] tokio::io_async_fd poll_fns |
2388 | 2024-08-12T20:17:41.374Z | SLOW [>5880.000s] tokio::io_async_fd reset_writable |
2389 | 2024-08-12T20:18:41.301Z | SLOW [>5940.000s] tokio::io_async_fd poll_fns |
2390 | 2024-08-12T20:18:41.370Z | SLOW [>5940.000s] tokio::io_async_fd reset_writable |
2391 | 2024-08-12T20:19:41.300Z | SLOW [>6000.000s] tokio::io_async_fd poll_fns |
2392 | 2024-08-12T20:19:41.368Z | SLOW [>6000.000s] tokio::io_async_fd reset_writable |
2393 | 2024-08-12T20:20:42.932Z | SLOW [>6060.000s] tokio::io_async_fd poll_fns |
2394 | 2024-08-12T20:20:43.037Z | SLOW [>6060.000s] tokio::io_async_fd reset_writable |
2395 | 2024-08-12T20:21:41.296Z | SLOW [>6120.000s] tokio::io_async_fd poll_fns |
2396 | 2024-08-12T20:21:41.367Z | SLOW [>6120.000s] tokio::io_async_fd reset_writable |
2397 | 2024-08-12T20:22:41.293Z | SLOW [>6180.000s] tokio::io_async_fd poll_fns |
2398 | 2024-08-12T20:22:41.364Z | SLOW [>6180.000s] tokio::io_async_fd reset_writable |
2399 | 2024-08-12T20:23:41.290Z | SLOW [>6240.000s] tokio::io_async_fd poll_fns |
2400 | 2024-08-12T20:23:41.360Z | SLOW [>6240.000s] tokio::io_async_fd reset_writable |
2401 | 2024-08-12T20:24:41.288Z | SLOW [>6300.000s] tokio::io_async_fd poll_fns |
2402 | 2024-08-12T20:24:41.358Z | SLOW [>6300.000s] tokio::io_async_fd reset_writable |
2403 | 2024-08-12T20:25:41.286Z | SLOW [>6360.000s] tokio::io_async_fd poll_fns |
2404 | 2024-08-12T20:25:41.356Z | SLOW [>6360.000s] tokio::io_async_fd reset_writable |
2405 | 2024-08-12T20:26:41.289Z | SLOW [>6420.000s] tokio::io_async_fd poll_fns |
2406 | 2024-08-12T20:26:41.354Z | SLOW [>6420.000s] tokio::io_async_fd reset_writable |
2407 | 2024-08-12T20:27:41.281Z | SLOW [>6480.000s] tokio::io_async_fd poll_fns |
2408 | 2024-08-12T20:27:41.351Z | SLOW [>6480.000s] tokio::io_async_fd reset_writable |
2409 | 2024-08-12T20:28:41.280Z | SLOW [>6540.000s] tokio::io_async_fd poll_fns |
2410 | 2024-08-12T20:28:41.350Z | SLOW [>6540.000s] tokio::io_async_fd reset_writable |
2411 | 2024-08-12T20:29:41.277Z | SLOW [>6600.000s] tokio::io_async_fd poll_fns |
2412 | 2024-08-12T20:29:41.348Z | SLOW [>6600.000s] tokio::io_async_fd reset_writable |
2413 | 2024-08-12T20:30:41.275Z | SLOW [>6660.000s] tokio::io_async_fd poll_fns |
2414 | 2024-08-12T20:30:41.346Z | SLOW [>6660.000s] tokio::io_async_fd reset_writable |
2415 | 2024-08-12T20:31:41.272Z | SLOW [>6720.000s] tokio::io_async_fd poll_fns |
2416 | 2024-08-12T20:31:41.344Z | SLOW [>6720.000s] tokio::io_async_fd reset_writable |
2417 | 2024-08-12T20:32:41.271Z | SLOW [>6780.000s] tokio::io_async_fd poll_fns |
2418 | 2024-08-12T20:32:41.341Z | SLOW [>6780.000s] tokio::io_async_fd reset_writable |
2419 | 2024-08-12T20:33:41.270Z | SLOW [>6840.000s] tokio::io_async_fd poll_fns |
2420 | 2024-08-12T20:33:41.339Z | SLOW [>6840.000s] tokio::io_async_fd reset_writable |
2421 | 2024-08-12T20:34:41.267Z | SLOW [>6900.000s] tokio::io_async_fd poll_fns |
2422 | 2024-08-12T20:34:41.337Z | SLOW [>6900.000s] tokio::io_async_fd reset_writable |
2423 | 2024-08-12T20:35:41.265Z | SLOW [>6960.000s] tokio::io_async_fd poll_fns |
2424 | 2024-08-12T20:35:41.336Z | SLOW [>6960.000s] tokio::io_async_fd reset_writable |
2425 | 2024-08-12T20:36:41.262Z | SLOW [>7020.000s] tokio::io_async_fd poll_fns |
2426 | 2024-08-12T20:36:41.333Z | SLOW [>7020.000s] tokio::io_async_fd reset_writable |
2427 | 2024-08-12T20:37:41.261Z | SLOW [>7080.000s] tokio::io_async_fd poll_fns |
2428 | 2024-08-12T20:37:41.332Z | SLOW [>7080.000s] tokio::io_async_fd reset_writable |
2429 | 2024-08-12T20:38:41.258Z | SLOW [>7140.000s] tokio::io_async_fd poll_fns |
2430 | 2024-08-12T20:38:41.330Z | SLOW [>7140.000s] tokio::io_async_fd reset_writable |
2431 | 2024-08-12T20:39:41.256Z | SLOW [>7200.000s] tokio::io_async_fd poll_fns |
2432 | 2024-08-12T20:39:41.328Z | SLOW [>7200.000s] tokio::io_async_fd reset_writable |
2433 | 2024-08-12T20:40:41.255Z | SLOW [>7260.000s] tokio::io_async_fd poll_fns |
2434 | 2024-08-12T20:40:41.325Z | SLOW [>7260.000s] tokio::io_async_fd reset_writable |
2435 | 2024-08-12T20:41:41.252Z | SLOW [>7320.000s] tokio::io_async_fd poll_fns |
2436 | 2024-08-12T20:41:41.324Z | SLOW [>7320.000s] tokio::io_async_fd reset_writable |
2437 | 2024-08-12T20:42:41.249Z | SLOW [>7380.000s] tokio::io_async_fd poll_fns |
2438 | 2024-08-12T20:42:41.323Z | SLOW [>7380.000s] tokio::io_async_fd reset_writable |
2439 | 2024-08-12T20:43:41.247Z | SLOW [>7440.000s] tokio::io_async_fd poll_fns |
2440 | 2024-08-12T20:43:41.320Z | SLOW [>7440.000s] tokio::io_async_fd reset_writable |
2441 | 2024-08-12T20:44:41.246Z | SLOW [>7500.000s] tokio::io_async_fd poll_fns |
2442 | 2024-08-12T20:44:41.318Z | SLOW [>7500.000s] tokio::io_async_fd reset_writable |
2443 | 2024-08-12T20:45:41.244Z | SLOW [>7560.000s] tokio::io_async_fd poll_fns |
2444 | 2024-08-12T20:45:41.318Z | SLOW [>7560.000s] tokio::io_async_fd reset_writable |
2445 | 2024-08-12T20:46:41.241Z | SLOW [>7620.000s] tokio::io_async_fd poll_fns |
2446 | 2024-08-12T20:46:41.314Z | SLOW [>7620.000s] tokio::io_async_fd reset_writable |
2447 | 2024-08-12T20:47:41.239Z | SLOW [>7680.000s] tokio::io_async_fd poll_fns |
2448 | 2024-08-12T20:47:41.312Z | SLOW [>7680.000s] tokio::io_async_fd reset_writable |
2449 | 2024-08-12T20:48:41.237Z | SLOW [>7740.000s] tokio::io_async_fd poll_fns |
2450 | 2024-08-12T20:48:41.310Z | SLOW [>7740.000s] tokio::io_async_fd reset_writable |
2451 | 2024-08-12T20:49:41.235Z | SLOW [>7800.000s] tokio::io_async_fd poll_fns |
2452 | 2024-08-12T20:49:41.308Z | SLOW [>7800.000s] tokio::io_async_fd reset_writable |
2453 | 2024-08-12T20:50:41.232Z | SLOW [>7860.000s] tokio::io_async_fd poll_fns |
2454 | 2024-08-12T20:50:41.305Z | SLOW [>7860.000s] tokio::io_async_fd reset_writable |
2455 | 2024-08-12T20:51:41.230Z | SLOW [>7920.000s] tokio::io_async_fd poll_fns |
2456 | 2024-08-12T20:51:41.303Z | SLOW [>7920.000s] tokio::io_async_fd reset_writable |
2457 | 2024-08-12T20:52:41.228Z | SLOW [>7980.000s] tokio::io_async_fd poll_fns |
2458 | 2024-08-12T20:52:41.301Z | SLOW [>7980.000s] tokio::io_async_fd reset_writable |
2459 | 2024-08-12T20:53:41.229Z | SLOW [>8040.000s] tokio::io_async_fd poll_fns |
2460 | 2024-08-12T20:53:41.303Z | SLOW [>8040.000s] tokio::io_async_fd reset_writable |
2461 | 2024-08-12T20:54:41.223Z | SLOW [>8100.000s] tokio::io_async_fd poll_fns |
2462 | 2024-08-12T20:54:41.298Z | SLOW [>8100.000s] tokio::io_async_fd reset_writable |
2463 | 2024-08-12T20:55:41.222Z | SLOW [>8160.000s] tokio::io_async_fd poll_fns |
2464 | 2024-08-12T20:55:41.295Z | SLOW [>8160.000s] tokio::io_async_fd reset_writable |
2465 | 2024-08-12T20:56:41.220Z | SLOW [>8220.000s] tokio::io_async_fd poll_fns |
2466 | 2024-08-12T20:56:41.293Z | SLOW [>8220.000s] tokio::io_async_fd reset_writable |
2467 | 2024-08-12T20:57:41.224Z | SLOW [>8280.000s] tokio::io_async_fd poll_fns |
2468 | 2024-08-12T20:57:41.293Z | SLOW [>8280.000s] tokio::io_async_fd reset_writable |
2469 | 2024-08-12T20:58:41.216Z | SLOW [>8340.000s] tokio::io_async_fd poll_fns |
2470 | 2024-08-12T20:58:41.289Z | SLOW [>8340.000s] tokio::io_async_fd reset_writable |
2471 | 2024-08-12T20:59:41.215Z | SLOW [>8400.000s] tokio::io_async_fd poll_fns |
2472 | 2024-08-12T20:59:41.287Z | SLOW [>8400.000s] tokio::io_async_fd reset_writable |
2473 | 2024-08-12T21:00:41.213Z | SLOW [>8460.000s] tokio::io_async_fd poll_fns |
2474 | 2024-08-12T21:00:41.285Z | SLOW [>8460.000s] tokio::io_async_fd reset_writable |
2475 | 2024-08-12T21:01:41.210Z | SLOW [>8520.000s] tokio::io_async_fd poll_fns |
2476 | 2024-08-12T21:01:41.282Z | SLOW [>8520.000s] tokio::io_async_fd reset_writable |
2477 | 2024-08-12T21:02:41.208Z | SLOW [>8580.000s] tokio::io_async_fd poll_fns |
2478 | 2024-08-12T21:02:41.279Z | SLOW [>8580.000s] tokio::io_async_fd reset_writable |
2479 | 2024-08-12T21:03:41.206Z | SLOW [>8640.000s] tokio::io_async_fd poll_fns |
2480 | 2024-08-12T21:03:41.278Z | SLOW [>8640.000s] tokio::io_async_fd reset_writable |
2481 | 2024-08-12T21:04:41.669Z | SLOW [>8700.000s] tokio::io_async_fd poll_fns |
2482 | 2024-08-12T21:04:41.696Z | SLOW [>8700.000s] tokio::io_async_fd reset_writable |
2483 | 2024-08-12T21:05:41.205Z | SLOW [>8760.000s] tokio::io_async_fd poll_fns |
2484 | 2024-08-12T21:05:41.281Z | SLOW [>8760.000s] tokio::io_async_fd reset_writable |
2485 | 2024-08-12T21:06:41.200Z | SLOW [>8820.000s] tokio::io_async_fd poll_fns |
2486 | 2024-08-12T21:06:41.271Z | SLOW [>8820.000s] tokio::io_async_fd reset_writable |
2487 | 2024-08-12T21:07:41.198Z | SLOW [>8880.000s] tokio::io_async_fd poll_fns |
2488 | 2024-08-12T21:07:41.269Z | SLOW [>8880.000s] tokio::io_async_fd reset_writable |
2489 | 2024-08-12T21:08:41.197Z | SLOW [>8940.000s] tokio::io_async_fd poll_fns |
2490 | 2024-08-12T21:08:41.270Z | SLOW [>8940.000s] tokio::io_async_fd reset_writable |
2491 | 2024-08-12T21:09:41.194Z | SLOW [>9000.000s] tokio::io_async_fd poll_fns |
2492 | 2024-08-12T21:09:41.265Z | SLOW [>9000.000s] tokio::io_async_fd reset_writable |
2493 | 2024-08-12T21:10:41.192Z | SLOW [>9060.000s] tokio::io_async_fd poll_fns |
2494 | 2024-08-12T21:10:41.263Z | SLOW [>9060.000s] tokio::io_async_fd reset_writable |
2495 | 2024-08-12T21:11:41.189Z | SLOW [>9120.000s] tokio::io_async_fd poll_fns |
2496 | 2024-08-12T21:11:41.261Z | SLOW [>9120.000s] tokio::io_async_fd reset_writable |
2497 | 2024-08-12T21:12:41.187Z | SLOW [>9180.000s] tokio::io_async_fd poll_fns |
2498 | 2024-08-12T21:12:41.259Z | SLOW [>9180.000s] tokio::io_async_fd reset_writable |
2499 | 2024-08-12T21:13:41.185Z | SLOW [>9240.000s] tokio::io_async_fd poll_fns |
2500 | 2024-08-12T21:13:41.257Z | SLOW [>9240.000s] tokio::io_async_fd reset_writable |
2501 | 2024-08-12T21:14:41.182Z | SLOW [>9300.000s] tokio::io_async_fd poll_fns |
2502 | 2024-08-12T21:14:41.255Z | SLOW [>9300.000s] tokio::io_async_fd reset_writable |
2503 | 2024-08-12T21:15:41.182Z | SLOW [>9360.000s] tokio::io_async_fd poll_fns |
2504 | 2024-08-12T21:15:41.252Z | SLOW [>9360.000s] tokio::io_async_fd reset_writable |
2505 | 2024-08-12T21:16:41.179Z | SLOW [>9420.000s] tokio::io_async_fd poll_fns |
2506 | 2024-08-12T21:16:41.250Z | SLOW [>9420.000s] tokio::io_async_fd reset_writable |
2507 | 2024-08-12T21:17:41.177Z | SLOW [>9480.000s] tokio::io_async_fd poll_fns |
2508 | 2024-08-12T21:17:41.248Z | SLOW [>9480.000s] tokio::io_async_fd reset_writable |
2509 | 2024-08-12T21:18:41.175Z | SLOW [>9540.000s] tokio::io_async_fd poll_fns |
2510 | 2024-08-12T21:18:41.247Z | SLOW [>9540.000s] tokio::io_async_fd reset_writable |
2511 | 2024-08-12T21:19:41.173Z | SLOW [>9600.000s] tokio::io_async_fd poll_fns |
2512 | 2024-08-12T21:19:41.244Z | SLOW [>9600.000s] tokio::io_async_fd reset_writable |
2513 | 2024-08-12T21:20:41.171Z | SLOW [>9660.000s] tokio::io_async_fd poll_fns |
2514 | 2024-08-12T21:20:41.242Z | SLOW [>9660.000s] tokio::io_async_fd reset_writable |
2515 | 2024-08-12T21:21:41.169Z | SLOW [>9720.000s] tokio::io_async_fd poll_fns |
2516 | 2024-08-12T21:21:41.242Z | SLOW [>9720.000s] tokio::io_async_fd reset_writable |
2517 | 2024-08-12T21:22:41.166Z | SLOW [>9780.000s] tokio::io_async_fd poll_fns |
2518 | 2024-08-12T21:22:41.238Z | SLOW [>9780.000s] tokio::io_async_fd reset_writable |
2519 | 2024-08-12T21:23:41.166Z | SLOW [>9840.000s] tokio::io_async_fd poll_fns |
2520 | 2024-08-12T21:23:41.236Z | SLOW [>9840.000s] tokio::io_async_fd reset_writable |
2521 | 2024-08-12T21:24:41.162Z | SLOW [>9900.000s] tokio::io_async_fd poll_fns |
2522 | 2024-08-12T21:24:41.235Z | SLOW [>9900.000s] tokio::io_async_fd reset_writable |
2523 | 2024-08-12T21:25:41.160Z | SLOW [>9960.000s] tokio::io_async_fd poll_fns |
2524 | 2024-08-12T21:25:41.233Z | SLOW [>9960.000s] tokio::io_async_fd reset_writable |
2525 | 2024-08-12T21:26:41.157Z | SLOW [>10020.000s] tokio::io_async_fd poll_fns |
2526 | 2024-08-12T21:26:41.232Z | SLOW [>10020.000s] tokio::io_async_fd reset_writable |
2527 | 2024-08-12T21:27:41.155Z | SLOW [>10080.000s] tokio::io_async_fd poll_fns |
2528 | 2024-08-12T21:27:41.229Z | SLOW [>10080.000s] tokio::io_async_fd reset_writable |
2529 | 2024-08-12T21:28:41.153Z | SLOW [>10140.000s] tokio::io_async_fd poll_fns |
2530 | 2024-08-12T21:28:41.227Z | SLOW [>10140.000s] tokio::io_async_fd reset_writable |
2531 | 2024-08-12T21:29:41.151Z | SLOW [>10200.000s] tokio::io_async_fd poll_fns |
2532 | 2024-08-12T21:29:41.226Z | SLOW [>10200.000s] tokio::io_async_fd reset_writable |
2533 | 2024-08-12T21:30:41.148Z | SLOW [>10260.000s] tokio::io_async_fd poll_fns |
2534 | 2024-08-12T21:30:41.224Z | SLOW [>10260.000s] tokio::io_async_fd reset_writable |
2535 | 2024-08-12T21:31:41.147Z | SLOW [>10320.000s] tokio::io_async_fd poll_fns |
2536 | 2024-08-12T21:31:41.222Z | SLOW [>10320.000s] tokio::io_async_fd reset_writable |
2537 | 2024-08-12T21:32:41.144Z | SLOW [>10380.000s] tokio::io_async_fd poll_fns |
2538 | 2024-08-12T21:32:41.220Z | SLOW [>10380.000s] tokio::io_async_fd reset_writable |
2539 | 2024-08-12T21:33:41.142Z | SLOW [>10440.000s] tokio::io_async_fd poll_fns |
2540 | 2024-08-12T21:33:41.217Z | SLOW [>10440.000s] tokio::io_async_fd reset_writable |
2541 | 2024-08-12T21:34:41.141Z | SLOW [>10500.000s] tokio::io_async_fd poll_fns |
2542 | 2024-08-12T21:34:41.215Z | SLOW [>10500.000s] tokio::io_async_fd reset_writable |
2543 | 2024-08-12T21:35:41.139Z | SLOW [>10560.000s] tokio::io_async_fd poll_fns |
2544 | 2024-08-12T21:35:41.214Z | SLOW [>10560.000s] tokio::io_async_fd reset_writable |
2545 | 2024-08-12T21:36:41.136Z | SLOW [>10620.000s] tokio::io_async_fd poll_fns |
2546 | 2024-08-12T21:36:41.211Z | SLOW [>10620.000s] tokio::io_async_fd reset_writable |
2547 | 2024-08-12T21:37:41.134Z | SLOW [>10680.000s] tokio::io_async_fd poll_fns |
2548 | 2024-08-12T21:37:41.209Z | SLOW [>10680.000s] tokio::io_async_fd reset_writable |
2549 | 2024-08-12T21:38:41.131Z | SLOW [>10740.000s] tokio::io_async_fd poll_fns |
2550 | 2024-08-12T21:38:41.207Z | SLOW [>10740.000s] tokio::io_async_fd reset_writable |
2551 | 2024-08-12T21:39:41.130Z | SLOW [>10800.000s] tokio::io_async_fd poll_fns |
2552 | 2024-08-12T21:39:41.206Z | SLOW [>10800.000s] tokio::io_async_fd reset_writable |
2553 | 2024-08-12T21:40:41.129Z | SLOW [>10860.000s] tokio::io_async_fd poll_fns |
2554 | 2024-08-12T21:40:41.203Z | SLOW [>10860.000s] tokio::io_async_fd reset_writable |
2555 | 2024-08-12T21:41:41.126Z | SLOW [>10920.000s] tokio::io_async_fd poll_fns |
2556 | 2024-08-12T21:41:41.200Z | SLOW [>10920.000s] tokio::io_async_fd reset_writable |
2557 | 2024-08-12T21:42:41.124Z | SLOW [>10980.000s] tokio::io_async_fd poll_fns |
2558 | 2024-08-12T21:42:41.198Z | SLOW [>10980.000s] tokio::io_async_fd reset_writable |
2559 | 2024-08-12T21:43:41.122Z | SLOW [>11040.000s] tokio::io_async_fd poll_fns |
2560 | 2024-08-12T21:43:41.196Z | SLOW [>11040.000s] tokio::io_async_fd reset_writable |
2561 | 2024-08-12T21:44:41.120Z | SLOW [>11100.000s] tokio::io_async_fd poll_fns |
2562 | 2024-08-12T21:44:41.194Z | SLOW [>11100.000s] tokio::io_async_fd reset_writable |
2563 | 2024-08-12T21:45:41.117Z | SLOW [>11160.000s] tokio::io_async_fd poll_fns |
2564 | 2024-08-12T21:45:41.191Z | SLOW [>11160.000s] tokio::io_async_fd reset_writable |
2565 | 2024-08-12T21:46:41.114Z | SLOW [>11220.000s] tokio::io_async_fd poll_fns |
2566 | 2024-08-12T21:46:41.188Z | SLOW [>11220.000s] tokio::io_async_fd reset_writable |
2567 | 2024-08-12T21:47:41.113Z | SLOW [>11280.000s] tokio::io_async_fd poll_fns |
2568 | 2024-08-12T21:47:41.187Z | SLOW [>11280.000s] tokio::io_async_fd reset_writable |
2569 | 2024-08-12T21:48:41.110Z | SLOW [>11340.000s] tokio::io_async_fd poll_fns |
2570 | 2024-08-12T21:48:41.184Z | SLOW [>11340.000s] tokio::io_async_fd reset_writable |
2571 | 2024-08-12T21:49:41.108Z | SLOW [>11400.000s] tokio::io_async_fd poll_fns |
2572 | 2024-08-12T21:49:41.181Z | SLOW [>11400.000s] tokio::io_async_fd reset_writable |
2573 | 2024-08-12T21:50:41.106Z | SLOW [>11460.000s] tokio::io_async_fd poll_fns |
2574 | 2024-08-12T21:50:41.180Z | SLOW [>11460.000s] tokio::io_async_fd reset_writable |
2575 | 2024-08-12T21:51:41.104Z | SLOW [>11520.000s] tokio::io_async_fd poll_fns |
2576 | 2024-08-12T21:51:41.177Z | SLOW [>11520.000s] tokio::io_async_fd reset_writable |
2577 | 2024-08-12T21:52:41.103Z | SLOW [>11580.000s] tokio::io_async_fd poll_fns |
2578 | 2024-08-12T21:52:41.176Z | SLOW [>11580.000s] tokio::io_async_fd reset_writable |
2579 | 2024-08-12T21:53:41.100Z | SLOW [>11640.000s] tokio::io_async_fd poll_fns |
2580 | 2024-08-12T21:53:41.173Z | SLOW [>11640.000s] tokio::io_async_fd reset_writable |
2581 | 2024-08-12T21:54:41.098Z | SLOW [>11700.000s] tokio::io_async_fd poll_fns |
2582 | 2024-08-12T21:54:41.170Z | SLOW [>11700.000s] tokio::io_async_fd reset_writable |
2583 | 2024-08-12T21:55:41.096Z | SLOW [>11760.000s] tokio::io_async_fd poll_fns |
2584 | 2024-08-12T21:55:41.169Z | SLOW [>11760.000s] tokio::io_async_fd reset_writable |
2585 | 2024-08-12T21:56:41.093Z | SLOW [>11820.000s] tokio::io_async_fd poll_fns |
2586 | 2024-08-12T21:56:41.166Z | SLOW [>11820.000s] tokio::io_async_fd reset_writable |
2587 | 2024-08-12T21:57:41.092Z | SLOW [>11880.000s] tokio::io_async_fd poll_fns |
2588 | 2024-08-12T21:57:41.166Z | SLOW [>11880.000s] tokio::io_async_fd reset_writable |
2589 | 2024-08-12T21:58:41.089Z | SLOW [>11940.000s] tokio::io_async_fd poll_fns |
2590 | 2024-08-12T21:58:41.162Z | SLOW [>11940.000s] tokio::io_async_fd reset_writable |
2591 | 2024-08-12T21:59:41.087Z | SLOW [>12000.000s] tokio::io_async_fd poll_fns |
2592 | 2024-08-12T21:59:41.160Z | SLOW [>12000.000s] tokio::io_async_fd reset_writable |
2593 | 2024-08-12T22:00:41.085Z | SLOW [>12060.000s] tokio::io_async_fd poll_fns |
2594 | 2024-08-12T22:00:41.158Z | SLOW [>12060.000s] tokio::io_async_fd reset_writable |
2595 | 2024-08-12T22:01:41.083Z | SLOW [>12120.000s] tokio::io_async_fd poll_fns |
2596 | 2024-08-12T22:01:41.155Z | SLOW [>12120.000s] tokio::io_async_fd reset_writable |
2597 | 2024-08-12T22:02:41.080Z | SLOW [>12180.000s] tokio::io_async_fd poll_fns |
2598 | 2024-08-12T22:02:41.153Z | SLOW [>12180.000s] tokio::io_async_fd reset_writable |
2599 | 2024-08-12T22:03:41.078Z | SLOW [>12240.000s] tokio::io_async_fd poll_fns |
2600 | 2024-08-12T22:03:41.151Z | SLOW [>12240.000s] tokio::io_async_fd reset_writable |
2601 | 2024-08-12T22:04:41.076Z | SLOW [>12300.000s] tokio::io_async_fd poll_fns |
2602 | 2024-08-12T22:04:41.151Z | SLOW [>12300.000s] tokio::io_async_fd reset_writable |
2603 | 2024-08-12T22:05:41.074Z | SLOW [>12360.000s] tokio::io_async_fd poll_fns |
2604 | 2024-08-12T22:05:41.147Z | SLOW [>12360.000s] tokio::io_async_fd reset_writable |
2605 | 2024-08-12T22:06:41.072Z | SLOW [>12420.000s] tokio::io_async_fd poll_fns |
2606 | 2024-08-12T22:06:41.144Z | SLOW [>12420.000s] tokio::io_async_fd reset_writable |
2607 | 2024-08-12T22:07:41.071Z | SLOW [>12480.000s] tokio::io_async_fd poll_fns |
2608 | 2024-08-12T22:07:41.143Z | SLOW [>12480.000s] tokio::io_async_fd reset_writable |
2609 | 2024-08-12T22:08:41.068Z | SLOW [>12540.000s] tokio::io_async_fd poll_fns |
2610 | 2024-08-12T22:08:41.141Z | SLOW [>12540.000s] tokio::io_async_fd reset_writable |
2611 | 2024-08-12T22:09:41.065Z | SLOW [>12600.000s] tokio::io_async_fd poll_fns |
2612 | 2024-08-12T22:09:41.139Z | SLOW [>12600.000s] tokio::io_async_fd reset_writable |
2613 | 2024-08-12T22:10:41.065Z | SLOW [>12660.000s] tokio::io_async_fd poll_fns |
2614 | 2024-08-12T22:10:41.136Z | SLOW [>12660.000s] tokio::io_async_fd reset_writable |
2615 | 2024-08-12T22:11:41.061Z | SLOW [>12720.000s] tokio::io_async_fd poll_fns |
2616 | 2024-08-12T22:11:41.135Z | SLOW [>12720.000s] tokio::io_async_fd reset_writable |
2617 | 2024-08-12T22:12:41.059Z | SLOW [>12780.000s] tokio::io_async_fd poll_fns |
2618 | 2024-08-12T22:12:41.132Z | SLOW [>12780.000s] tokio::io_async_fd reset_writable |
2619 | 2024-08-12T22:13:41.057Z | SLOW [>12840.000s] tokio::io_async_fd poll_fns |
2620 | 2024-08-12T22:13:41.130Z | SLOW [>12840.000s] tokio::io_async_fd reset_writable |
2621 | 2024-08-12T22:14:41.106Z | SLOW [>12900.000s] tokio::io_async_fd poll_fns |
2622 | 2024-08-12T22:14:41.207Z | SLOW [>12900.000s] tokio::io_async_fd reset_writable |
2623 | 2024-08-12T22:15:41.053Z | SLOW [>12960.000s] tokio::io_async_fd poll_fns |
2624 | 2024-08-12T22:15:41.126Z | SLOW [>12960.000s] tokio::io_async_fd reset_writable |
2625 | 2024-08-12T22:16:41.050Z | SLOW [>13020.000s] tokio::io_async_fd poll_fns |
2626 | 2024-08-12T22:16:41.123Z | SLOW [>13020.000s] tokio::io_async_fd reset_writable |
2627 | 2024-08-12T22:17:41.049Z | SLOW [>13080.000s] tokio::io_async_fd poll_fns |
2628 | 2024-08-12T22:17:41.121Z | SLOW [>13080.000s] tokio::io_async_fd reset_writable |
2629 | 2024-08-12T22:18:41.047Z | SLOW [>13140.000s] tokio::io_async_fd poll_fns |
2630 | 2024-08-12T22:18:41.119Z | SLOW [>13140.000s] tokio::io_async_fd reset_writable |
2631 | 2024-08-12T22:19:41.044Z | SLOW [>13200.000s] tokio::io_async_fd poll_fns |
2632 | 2024-08-12T22:19:41.117Z | SLOW [>13200.000s] tokio::io_async_fd reset_writable |
2633 | 2024-08-12T22:20:41.041Z | SLOW [>13260.000s] tokio::io_async_fd poll_fns |
2634 | 2024-08-12T22:20:41.115Z | SLOW [>13260.000s] tokio::io_async_fd reset_writable |
2635 | 2024-08-12T22:21:41.040Z | SLOW [>13320.000s] tokio::io_async_fd poll_fns |
2636 | 2024-08-12T22:21:41.112Z | SLOW [>13320.000s] tokio::io_async_fd reset_writable |
2637 | 2024-08-12T22:22:41.038Z | SLOW [>13380.000s] tokio::io_async_fd poll_fns |
2638 | 2024-08-12T22:22:41.110Z | SLOW [>13380.000s] tokio::io_async_fd reset_writable |
2639 | 2024-08-12T22:23:41.069Z | SLOW [>13440.000s] tokio::io_async_fd poll_fns |
2640 | 2024-08-12T22:23:41.111Z | SLOW [>13440.000s] tokio::io_async_fd reset_writable |
2641 | 2024-08-12T22:24:41.034Z | SLOW [>13500.000s] tokio::io_async_fd poll_fns |
2642 | 2024-08-12T22:24:41.106Z | SLOW [>13500.000s] tokio::io_async_fd reset_writable |
2643 | 2024-08-12T22:25:41.032Z | SLOW [>13560.000s] tokio::io_async_fd poll_fns |
2644 | 2024-08-12T22:25:41.103Z | SLOW [>13560.000s] tokio::io_async_fd reset_writable |
2645 | 2024-08-12T22:26:41.030Z | SLOW [>13620.000s] tokio::io_async_fd poll_fns |
2646 | 2024-08-12T22:26:41.102Z | SLOW [>13620.000s] tokio::io_async_fd reset_writable |
2647 | 2024-08-12T22:27:41.028Z | SLOW [>13680.000s] tokio::io_async_fd poll_fns |
2648 | 2024-08-12T22:27:41.099Z | SLOW [>13680.000s] tokio::io_async_fd reset_writable |
2649 | 2024-08-12T22:28:41.026Z | SLOW [>13740.000s] tokio::io_async_fd poll_fns |
2650 | 2024-08-12T22:28:41.097Z | SLOW [>13740.000s] tokio::io_async_fd reset_writable |
2651 | 2024-08-12T22:29:41.024Z | SLOW [>13800.000s] tokio::io_async_fd poll_fns |
2652 | 2024-08-12T22:29:41.095Z | SLOW [>13800.000s] tokio::io_async_fd reset_writable |
2653 | 2024-08-12T22:30:41.289Z | SLOW [>13860.000s] tokio::io_async_fd poll_fns |
2654 | 2024-08-12T22:30:41.366Z | SLOW [>13860.000s] tokio::io_async_fd reset_writable |
2655 | 2024-08-12T22:31:41.019Z | SLOW [>13920.000s] tokio::io_async_fd poll_fns |
2656 | 2024-08-12T22:31:41.093Z | SLOW [>13920.000s] tokio::io_async_fd reset_writable |
2657 | 2024-08-12T22:32:41.017Z | SLOW [>13980.000s] tokio::io_async_fd poll_fns |
2658 | 2024-08-12T22:32:41.089Z | SLOW [>13980.000s] tokio::io_async_fd reset_writable |
2659 | 2024-08-12T22:33:41.015Z | SLOW [>14040.000s] tokio::io_async_fd poll_fns |
2660 | 2024-08-12T22:33:41.087Z | SLOW [>14040.000s] tokio::io_async_fd reset_writable |
2661 | 2024-08-12T22:34:41.013Z | SLOW [>14100.000s] tokio::io_async_fd poll_fns |
2662 | 2024-08-12T22:34:41.085Z | SLOW [>14100.000s] tokio::io_async_fd reset_writable |
2663 | 2024-08-12T22:35:41.010Z | SLOW [>14160.000s] tokio::io_async_fd poll_fns |
2664 | 2024-08-12T22:35:41.082Z | SLOW [>14160.000s] tokio::io_async_fd reset_writable |
2665 | 2024-08-12T22:36:41.009Z | SLOW [>14220.000s] tokio::io_async_fd poll_fns |
2666 | 2024-08-12T22:36:41.080Z | SLOW [>14220.000s] tokio::io_async_fd reset_writable |
2667 | 2024-08-12T22:37:41.006Z | SLOW [>14280.000s] tokio::io_async_fd poll_fns |
2668 | 2024-08-12T22:37:41.078Z | SLOW [>14280.000s] tokio::io_async_fd reset_writable |
2669 | 2024-08-12T22:38:41.004Z | SLOW [>14340.000s] tokio::io_async_fd poll_fns |
2670 | 2024-08-12T22:38:41.076Z | SLOW [>14340.000s] tokio::io_async_fd reset_writable |
2671 | 2024-08-12T22:39:41.002Z | SLOW [>14400.000s] tokio::io_async_fd poll_fns |
2672 | 2024-08-12T22:39:41.073Z | SLOW [>14400.000s] tokio::io_async_fd reset_writable |
2673 | 2024-08-12T22:40:41.000Z | SLOW [>14460.000s] tokio::io_async_fd poll_fns |
2674 | 2024-08-12T22:40:41.072Z | SLOW [>14460.000s] tokio::io_async_fd reset_writable |
2675 | 2024-08-12T22:41:40.997Z | SLOW [>14520.000s] tokio::io_async_fd poll_fns |
2676 | 2024-08-12T22:41:41.070Z | SLOW [>14520.000s] tokio::io_async_fd reset_writable |
2677 | 2024-08-12T22:42:40.995Z | SLOW [>14580.000s] tokio::io_async_fd poll_fns |
2678 | 2024-08-12T22:42:41.068Z | SLOW [>14580.000s] tokio::io_async_fd reset_writable |
2679 | 2024-08-12T22:43:40.993Z | SLOW [>14640.000s] tokio::io_async_fd poll_fns |
2680 | 2024-08-12T22:43:41.066Z | SLOW [>14640.000s] tokio::io_async_fd reset_writable |
2681 | 2024-08-12T22:44:40.991Z | SLOW [>14700.000s] tokio::io_async_fd poll_fns |
2682 | 2024-08-12T22:44:41.064Z | SLOW [>14700.000s] tokio::io_async_fd reset_writable |
2683 | 2024-08-12T22:45:40.989Z | SLOW [>14760.000s] tokio::io_async_fd poll_fns |
2684 | 2024-08-12T22:45:41.062Z | SLOW [>14760.000s] tokio::io_async_fd reset_writable |
2685 | 2024-08-12T22:46:40.986Z | SLOW [>14820.000s] tokio::io_async_fd poll_fns |
2686 | 2024-08-12T22:46:41.059Z | SLOW [>14820.000s] tokio::io_async_fd reset_writable |
2687 | 2024-08-12T22:47:40.985Z | SLOW [>14880.000s] tokio::io_async_fd poll_fns |
2688 | 2024-08-12T22:47:41.057Z | SLOW [>14880.000s] tokio::io_async_fd reset_writable |
2689 | 2024-08-12T22:48:40.986Z | SLOW [>14940.000s] tokio::io_async_fd poll_fns |
2690 | 2024-08-12T22:48:41.055Z | SLOW [>14940.000s] tokio::io_async_fd reset_writable |
2691 | 2024-08-12T22:49:40.981Z | SLOW [>15000.000s] tokio::io_async_fd poll_fns |
2692 | 2024-08-12T22:49:41.053Z | SLOW [>15000.000s] tokio::io_async_fd reset_writable |
2693 | 2024-08-12T22:50:40.978Z | SLOW [>15060.000s] tokio::io_async_fd poll_fns |
2694 | 2024-08-12T22:50:41.050Z | SLOW [>15060.000s] tokio::io_async_fd reset_writable |
2695 | 2024-08-12T22:51:40.976Z | SLOW [>15120.000s] tokio::io_async_fd poll_fns |
2696 | 2024-08-12T22:51:41.048Z | SLOW [>15120.000s] tokio::io_async_fd reset_writable |
2697 | 2024-08-12T22:52:40.974Z | SLOW [>15180.000s] tokio::io_async_fd poll_fns |
2698 | 2024-08-12T22:52:41.046Z | SLOW [>15180.000s] tokio::io_async_fd reset_writable |
2699 | 2024-08-12T22:53:40.972Z | SLOW [>15240.000s] tokio::io_async_fd poll_fns |
2700 | 2024-08-12T22:53:41.043Z | SLOW [>15240.000s] tokio::io_async_fd reset_writable |
2701 | 2024-08-12T22:54:40.974Z | SLOW [>15300.000s] tokio::io_async_fd poll_fns |
2702 | 2024-08-12T22:54:41.043Z | SLOW [>15300.000s] tokio::io_async_fd reset_writable |
2703 | 2024-08-12T22:55:40.967Z | SLOW [>15360.000s] tokio::io_async_fd poll_fns |
2704 | 2024-08-12T22:55:41.039Z | SLOW [>15360.000s] tokio::io_async_fd reset_writable |
2705 | 2024-08-12T22:56:40.965Z | SLOW [>15420.000s] tokio::io_async_fd poll_fns |
2706 | 2024-08-12T22:56:41.037Z | SLOW [>15420.000s] tokio::io_async_fd reset_writable |
2707 | 2024-08-12T22:57:40.963Z | SLOW [>15480.000s] tokio::io_async_fd poll_fns |
2708 | 2024-08-12T22:57:41.035Z | SLOW [>15480.000s] tokio::io_async_fd reset_writable |
2709 | 2024-08-12T22:58:40.961Z | SLOW [>15540.000s] tokio::io_async_fd poll_fns |
2710 | 2024-08-12T22:58:41.032Z | SLOW [>15540.000s] tokio::io_async_fd reset_writable |
2711 | 2024-08-12T22:59:40.959Z | SLOW [>15600.000s] tokio::io_async_fd poll_fns |
2712 | 2024-08-12T22:59:41.031Z | SLOW [>15600.000s] tokio::io_async_fd reset_writable |
2713 | 2024-08-12T23:00:40.957Z | SLOW [>15660.000s] tokio::io_async_fd poll_fns |
2714 | 2024-08-12T23:00:41.028Z | SLOW [>15660.000s] tokio::io_async_fd reset_writable |
2715 | 2024-08-12T23:01:40.960Z | SLOW [>15720.000s] tokio::io_async_fd poll_fns |
2716 | 2024-08-12T23:01:41.026Z | SLOW [>15720.000s] tokio::io_async_fd reset_writable |
2717 | 2024-08-12T23:02:40.953Z | SLOW [>15780.000s] tokio::io_async_fd poll_fns |
2718 | 2024-08-12T23:02:41.024Z | SLOW [>15780.000s] tokio::io_async_fd reset_writable |
2719 | 2024-08-12T23:03:40.951Z | SLOW [>15840.000s] tokio::io_async_fd poll_fns |
2720 | 2024-08-12T23:03:41.022Z | SLOW [>15840.000s] tokio::io_async_fd reset_writable |
2721 | 2024-08-12T23:04:40.948Z | SLOW [>15900.000s] tokio::io_async_fd poll_fns |
2722 | 2024-08-12T23:04:41.020Z | SLOW [>15900.000s] tokio::io_async_fd reset_writable |
2723 | 2024-08-12T23:05:40.947Z | SLOW [>15960.000s] tokio::io_async_fd poll_fns |
2724 | 2024-08-12T23:05:41.019Z | SLOW [>15960.000s] tokio::io_async_fd reset_writable |
2725 | 2024-08-12T23:06:40.944Z | SLOW [>16020.000s] tokio::io_async_fd poll_fns |
2726 | 2024-08-12T23:06:41.017Z | SLOW [>16020.000s] tokio::io_async_fd reset_writable |
2727 | 2024-08-12T23:07:40.942Z | SLOW [>16080.000s] tokio::io_async_fd poll_fns |
2728 | 2024-08-12T23:07:41.015Z | SLOW [>16080.000s] tokio::io_async_fd reset_writable |
2729 | 2024-08-12T23:08:40.941Z | SLOW [>16140.000s] tokio::io_async_fd poll_fns |
2730 | 2024-08-12T23:08:41.013Z | SLOW [>16140.000s] tokio::io_async_fd reset_writable |
2731 | 2024-08-12T23:09:40.939Z | SLOW [>16200.000s] tokio::io_async_fd poll_fns |
2732 | 2024-08-12T23:09:41.010Z | SLOW [>16200.000s] tokio::io_async_fd reset_writable |
2733 | 2024-08-12T23:10:40.937Z | SLOW [>16260.000s] tokio::io_async_fd poll_fns |
2734 | 2024-08-12T23:10:41.009Z | SLOW [>16260.000s] tokio::io_async_fd reset_writable |
2735 | 2024-08-12T23:11:40.934Z | SLOW [>16320.000s] tokio::io_async_fd poll_fns |
2736 | 2024-08-12T23:11:41.006Z | SLOW [>16320.000s] tokio::io_async_fd reset_writable |
2737 | 2024-08-12T23:12:40.932Z | SLOW [>16380.000s] tokio::io_async_fd poll_fns |
2738 | 2024-08-12T23:12:41.005Z | SLOW [>16380.000s] tokio::io_async_fd reset_writable |
2739 | 2024-08-12T23:13:40.929Z | SLOW [>16440.000s] tokio::io_async_fd poll_fns |
2740 | 2024-08-12T23:13:41.002Z | SLOW [>16440.000s] tokio::io_async_fd reset_writable |
2741 | 2024-08-12T23:14:40.928Z | SLOW [>16500.000s] tokio::io_async_fd poll_fns |
2742 | 2024-08-12T23:14:41.001Z | SLOW [>16500.000s] tokio::io_async_fd reset_writable |
2743 | 2024-08-12T23:15:40.926Z | SLOW [>16560.000s] tokio::io_async_fd poll_fns |
2744 | 2024-08-12T23:15:40.999Z | SLOW [>16560.000s] tokio::io_async_fd reset_writable |
2745 | 2024-08-12T23:16:40.924Z | SLOW [>16620.000s] tokio::io_async_fd poll_fns |
2746 | 2024-08-12T23:16:40.997Z | SLOW [>16620.000s] tokio::io_async_fd reset_writable |
2747 | 2024-08-12T23:17:40.924Z | SLOW [>16680.000s] tokio::io_async_fd poll_fns |
2748 | 2024-08-12T23:17:40.995Z | SLOW [>16680.000s] tokio::io_async_fd reset_writable |
2749 | 2024-08-12T23:18:40.920Z | SLOW [>16740.000s] tokio::io_async_fd poll_fns |
2750 | 2024-08-12T23:18:40.992Z | SLOW [>16740.000s] tokio::io_async_fd reset_writable |
2751 | 2024-08-12T23:19:40.919Z | SLOW [>16800.000s] tokio::io_async_fd poll_fns |
2752 | 2024-08-12T23:19:40.991Z | SLOW [>16800.000s] tokio::io_async_fd reset_writable |
2753 | 2024-08-12T23:20:40.918Z | SLOW [>16860.000s] tokio::io_async_fd poll_fns |
2754 | 2024-08-12T23:20:40.989Z | SLOW [>16860.000s] tokio::io_async_fd reset_writable |
2755 | 2024-08-12T23:21:40.914Z | SLOW [>16920.000s] tokio::io_async_fd poll_fns |
2756 | 2024-08-12T23:21:40.986Z | SLOW [>16920.000s] tokio::io_async_fd reset_writable |
2757 | 2024-08-12T23:22:40.912Z | SLOW [>16980.000s] tokio::io_async_fd poll_fns |
2758 | 2024-08-12T23:22:40.984Z | SLOW [>16980.000s] tokio::io_async_fd reset_writable |
2759 | 2024-08-12T23:23:40.910Z | SLOW [>17040.000s] tokio::io_async_fd poll_fns |
2760 | 2024-08-12T23:23:40.981Z | SLOW [>17040.000s] tokio::io_async_fd reset_writable |
2761 | 2024-08-12T23:24:40.909Z | SLOW [>17100.000s] tokio::io_async_fd poll_fns |
2762 | 2024-08-12T23:24:40.980Z | SLOW [>17100.000s] tokio::io_async_fd reset_writable |
2763 | 2024-08-12T23:25:40.906Z | SLOW [>17160.000s] tokio::io_async_fd poll_fns |
2764 | 2024-08-12T23:25:40.977Z | SLOW [>17160.000s] tokio::io_async_fd reset_writable |
2765 | 2024-08-12T23:26:40.904Z | SLOW [>17220.000s] tokio::io_async_fd poll_fns |
2766 | 2024-08-12T23:26:40.975Z | SLOW [>17220.000s] tokio::io_async_fd reset_writable |
2767 | 2024-08-12T23:27:40.901Z | SLOW [>17280.000s] tokio::io_async_fd poll_fns |
2768 | 2024-08-12T23:27:40.972Z | SLOW [>17280.000s] tokio::io_async_fd reset_writable |
2769 | 2024-08-12T23:28:40.900Z | SLOW [>17340.000s] tokio::io_async_fd poll_fns |
2770 | 2024-08-12T23:28:40.970Z | SLOW [>17340.000s] tokio::io_async_fd reset_writable |
2771 | 2024-08-12T23:29:40.897Z | SLOW [>17400.000s] tokio::io_async_fd poll_fns |
2772 | 2024-08-12T23:29:40.968Z | SLOW [>17400.000s] tokio::io_async_fd reset_writable |
2773 | 2024-08-12T23:30:40.896Z | SLOW [>17460.000s] tokio::io_async_fd poll_fns |
2774 | 2024-08-12T23:30:40.965Z | SLOW [>17460.000s] tokio::io_async_fd reset_writable |
2775 | 2024-08-12T23:31:40.893Z | SLOW [>17520.000s] tokio::io_async_fd poll_fns |
2776 | 2024-08-12T23:31:40.964Z | SLOW [>17520.000s] tokio::io_async_fd reset_writable |
2777 | 2024-08-12T23:32:40.891Z | SLOW [>17580.000s] tokio::io_async_fd poll_fns |
2778 | 2024-08-12T23:32:40.973Z | SLOW [>17580.000s] tokio::io_async_fd reset_writable |
2779 | 2024-08-12T23:33:40.890Z | SLOW [>17640.000s] tokio::io_async_fd poll_fns |
2780 | 2024-08-12T23:33:40.960Z | SLOW [>17640.000s] tokio::io_async_fd reset_writable |
2781 | 2024-08-12T23:34:40.887Z | SLOW [>17700.000s] tokio::io_async_fd poll_fns |
2782 | 2024-08-12T23:34:40.957Z | SLOW [>17700.000s] tokio::io_async_fd reset_writable |
2783 | 2024-08-12T23:35:40.886Z | SLOW [>17760.000s] tokio::io_async_fd poll_fns |
2784 | 2024-08-12T23:35:40.957Z | SLOW [>17760.000s] tokio::io_async_fd reset_writable |
2785 | 2024-08-12T23:36:40.885Z | SLOW [>17820.000s] tokio::io_async_fd poll_fns |
2786 | 2024-08-12T23:36:40.953Z | SLOW [>17820.000s] tokio::io_async_fd reset_writable |
2787 | 2024-08-12T23:37:40.882Z | SLOW [>17880.000s] tokio::io_async_fd poll_fns |
2788 | 2024-08-12T23:37:40.951Z | SLOW [>17880.000s] tokio::io_async_fd reset_writable |
2789 | 2024-08-12T23:38:40.879Z | SLOW [>17940.000s] tokio::io_async_fd poll_fns |
2790 | 2024-08-12T23:38:40.948Z | SLOW [>17940.000s] tokio::io_async_fd reset_writable |
2791 | 2024-08-12T23:39:40.877Z | SLOW [>18000.000s] tokio::io_async_fd poll_fns |
2792 | 2024-08-12T23:39:40.947Z | SLOW [>18000.000s] tokio::io_async_fd reset_writable |
2793 | 2024-08-12T23:40:40.876Z | SLOW [>18060.000s] tokio::io_async_fd poll_fns |
2794 | 2024-08-12T23:40:40.944Z | SLOW [>18060.000s] tokio::io_async_fd reset_writable |
2795 | 2024-08-12T23:41:40.874Z | SLOW [>18120.000s] tokio::io_async_fd poll_fns |
2796 | 2024-08-12T23:41:40.942Z | SLOW [>18120.000s] tokio::io_async_fd reset_writable |
2797 | 2024-08-12T23:42:40.872Z | SLOW [>18180.000s] tokio::io_async_fd poll_fns |
2798 | 2024-08-12T23:42:40.940Z | SLOW [>18180.000s] tokio::io_async_fd reset_writable |
2799 | 2024-08-12T23:43:40.871Z | SLOW [>18240.000s] tokio::io_async_fd poll_fns |
2800 | 2024-08-12T23:43:40.938Z | SLOW [>18240.000s] tokio::io_async_fd reset_writable |
2801 | 2024-08-12T23:44:40.868Z | SLOW [>18300.000s] tokio::io_async_fd poll_fns |
2802 | 2024-08-12T23:44:40.935Z | SLOW [>18300.000s] tokio::io_async_fd reset_writable |
2803 | 2024-08-12T23:45:40.867Z | SLOW [>18360.000s] tokio::io_async_fd poll_fns |
2804 | 2024-08-12T23:45:40.934Z | SLOW [>18360.000s] tokio::io_async_fd reset_writable |
2805 | 2024-08-12T23:46:40.864Z | SLOW [>18420.000s] tokio::io_async_fd poll_fns |
2806 | 2024-08-12T23:46:40.932Z | SLOW [>18420.000s] tokio::io_async_fd reset_writable |
2807 | 2024-08-12T23:47:40.862Z | SLOW [>18480.000s] tokio::io_async_fd poll_fns |
2808 | 2024-08-12T23:47:40.930Z | SLOW [>18480.000s] tokio::io_async_fd reset_writable |
2809 | 2024-08-12T23:48:40.859Z | SLOW [>18540.000s] tokio::io_async_fd poll_fns |
2810 | 2024-08-12T23:48:40.928Z | SLOW [>18540.000s] tokio::io_async_fd reset_writable |
2811 | 2024-08-12T23:49:40.858Z | SLOW [>18600.000s] tokio::io_async_fd poll_fns |
2812 | 2024-08-12T23:49:40.927Z | SLOW [>18600.000s] tokio::io_async_fd reset_writable |
2813 | 2024-08-12T23:50:40.855Z | SLOW [>18660.000s] tokio::io_async_fd poll_fns |
2814 | 2024-08-12T23:50:40.924Z | SLOW [>18660.000s] tokio::io_async_fd reset_writable |
2815 | 2024-08-12T23:51:40.853Z | SLOW [>18720.000s] tokio::io_async_fd poll_fns |
2816 | 2024-08-12T23:51:40.921Z | SLOW [>18720.000s] tokio::io_async_fd reset_writable |
2817 | 2024-08-12T23:52:40.851Z | SLOW [>18780.000s] tokio::io_async_fd poll_fns |
2818 | 2024-08-12T23:52:40.920Z | SLOW [>18780.000s] tokio::io_async_fd reset_writable |
2819 | 2024-08-12T23:53:40.849Z | SLOW [>18840.000s] tokio::io_async_fd poll_fns |
2820 | 2024-08-12T23:53:40.917Z | SLOW [>18840.000s] tokio::io_async_fd reset_writable |
2821 | 2024-08-12T23:54:40.847Z | SLOW [>18900.000s] tokio::io_async_fd poll_fns |
2822 | 2024-08-12T23:54:40.916Z | SLOW [>18900.000s] tokio::io_async_fd reset_writable |
2823 | 2024-08-12T23:55:40.845Z | SLOW [>18960.000s] tokio::io_async_fd poll_fns |
2824 | 2024-08-12T23:55:40.913Z | SLOW [>18960.000s] tokio::io_async_fd reset_writable |
2825 | 2024-08-12T23:56:40.843Z | SLOW [>19020.000s] tokio::io_async_fd poll_fns |
2826 | 2024-08-12T23:56:40.911Z | SLOW [>19020.000s] tokio::io_async_fd reset_writable |
2827 | 2024-08-12T23:57:40.841Z | SLOW [>19080.000s] tokio::io_async_fd poll_fns |
2828 | 2024-08-12T23:57:40.908Z | SLOW [>19080.000s] tokio::io_async_fd reset_writable |
2829 | 2024-08-12T23:58:40.839Z | SLOW [>19140.000s] tokio::io_async_fd poll_fns |
2830 | 2024-08-12T23:58:40.907Z | SLOW [>19140.000s] tokio::io_async_fd reset_writable |
2831 | 2024-08-12T23:59:40.837Z | SLOW [>19200.000s] tokio::io_async_fd poll_fns |
2832 | 2024-08-12T23:59:40.904Z | SLOW [>19200.000s] tokio::io_async_fd reset_writable |
2833 | 2024-08-13T00:00:40.835Z | SLOW [>19260.000s] tokio::io_async_fd poll_fns |
2834 | 2024-08-13T00:00:40.902Z | SLOW [>19260.000s] tokio::io_async_fd reset_writable |
2835 | 2024-08-13T00:01:40.834Z | SLOW [>19320.000s] tokio::io_async_fd poll_fns |
2836 | 2024-08-13T00:01:40.900Z | SLOW [>19320.000s] tokio::io_async_fd reset_writable |
2837 | 2024-08-13T00:02:40.832Z | SLOW [>19380.000s] tokio::io_async_fd poll_fns |
2838 | 2024-08-13T00:02:40.898Z | SLOW [>19380.000s] tokio::io_async_fd reset_writable |
2839 | 2024-08-13T00:03:40.829Z | SLOW [>19440.000s] tokio::io_async_fd poll_fns |
2840 | 2024-08-13T00:03:40.895Z | SLOW [>19440.000s] tokio::io_async_fd reset_writable |
2841 | 2024-08-13T00:04:40.828Z | SLOW [>19500.000s] tokio::io_async_fd poll_fns |
2842 | 2024-08-13T00:04:40.894Z | SLOW [>19500.000s] tokio::io_async_fd reset_writable |
2843 | 2024-08-13T00:05:40.825Z | SLOW [>19560.000s] tokio::io_async_fd poll_fns |
2844 | 2024-08-13T00:05:40.892Z | SLOW [>19560.000s] tokio::io_async_fd reset_writable |
2845 | 2024-08-13T00:06:40.823Z | SLOW [>19620.000s] tokio::io_async_fd poll_fns |
2846 | 2024-08-13T00:06:40.890Z | SLOW [>19620.000s] tokio::io_async_fd reset_writable |
2847 | 2024-08-13T00:07:40.821Z | SLOW [>19680.000s] tokio::io_async_fd poll_fns |
2848 | 2024-08-13T00:07:40.888Z | SLOW [>19680.000s] tokio::io_async_fd reset_writable |
2849 | 2024-08-13T00:08:40.819Z | SLOW [>19740.000s] tokio::io_async_fd poll_fns |
2850 | 2024-08-13T00:08:40.889Z | SLOW [>19740.000s] tokio::io_async_fd reset_writable |
2851 | 2024-08-13T00:09:40.816Z | SLOW [>19800.000s] tokio::io_async_fd poll_fns |
2852 | 2024-08-13T00:09:40.884Z | SLOW [>19800.000s] tokio::io_async_fd reset_writable |
2853 | 2024-08-13T00:10:40.815Z | SLOW [>19860.000s] tokio::io_async_fd poll_fns |
2854 | 2024-08-13T00:10:40.883Z | SLOW [>19860.000s] tokio::io_async_fd reset_writable |
2855 | 2024-08-13T00:11:40.812Z | SLOW [>19920.000s] tokio::io_async_fd poll_fns |
2856 | 2024-08-13T00:11:40.880Z | SLOW [>19920.000s] tokio::io_async_fd reset_writable |
2857 | 2024-08-13T00:12:40.811Z | SLOW [>19980.000s] tokio::io_async_fd poll_fns |
2858 | 2024-08-13T00:12:40.878Z | SLOW [>19980.000s] tokio::io_async_fd reset_writable |
2859 | 2024-08-13T00:13:40.807Z | SLOW [>20040.000s] tokio::io_async_fd poll_fns |
2860 | 2024-08-13T00:13:40.876Z | SLOW [>20040.000s] tokio::io_async_fd reset_writable |
2861 | 2024-08-13T00:14:40.806Z | SLOW [>20100.000s] tokio::io_async_fd poll_fns |
2862 | 2024-08-13T00:14:40.874Z | SLOW [>20100.000s] tokio::io_async_fd reset_writable |
2863 | 2024-08-13T00:15:40.803Z | SLOW [>20160.000s] tokio::io_async_fd poll_fns |
2864 | 2024-08-13T00:15:40.871Z | SLOW [>20160.000s] tokio::io_async_fd reset_writable |
2865 | 2024-08-13T00:16:40.802Z | SLOW [>20220.000s] tokio::io_async_fd poll_fns |
2866 | 2024-08-13T00:16:40.869Z | SLOW [>20220.000s] tokio::io_async_fd reset_writable |
2867 | 2024-08-13T00:17:40.799Z | SLOW [>20280.000s] tokio::io_async_fd poll_fns |
2868 | 2024-08-13T00:17:40.867Z | SLOW [>20280.000s] tokio::io_async_fd reset_writable |
2869 | 2024-08-13T00:18:40.797Z | SLOW [>20340.000s] tokio::io_async_fd poll_fns |
2870 | 2024-08-13T00:18:40.864Z | SLOW [>20340.000s] tokio::io_async_fd reset_writable |
2871 | 2024-08-13T00:19:40.794Z | SLOW [>20400.000s] tokio::io_async_fd poll_fns |
2872 | 2024-08-13T00:19:40.862Z | SLOW [>20400.000s] tokio::io_async_fd reset_writable |
2873 | 2024-08-13T00:20:40.793Z | SLOW [>20460.000s] tokio::io_async_fd poll_fns |
2874 | 2024-08-13T00:20:40.861Z | SLOW [>20460.000s] tokio::io_async_fd reset_writable |
2875 | 2024-08-13T00:21:40.791Z | SLOW [>20520.000s] tokio::io_async_fd poll_fns |
2876 | 2024-08-13T00:21:40.858Z | SLOW [>20520.000s] tokio::io_async_fd reset_writable |
2877 | 2024-08-13T00:22:40.789Z | SLOW [>20580.000s] tokio::io_async_fd poll_fns |
2878 | 2024-08-13T00:22:40.855Z | SLOW [>20580.000s] tokio::io_async_fd reset_writable |
2879 | 2024-08-13T00:23:40.787Z | SLOW [>20640.000s] tokio::io_async_fd poll_fns |
2880 | 2024-08-13T00:23:40.853Z | SLOW [>20640.000s] tokio::io_async_fd reset_writable |
2881 | 2024-08-13T00:24:40.785Z | SLOW [>20700.000s] tokio::io_async_fd poll_fns |
2882 | 2024-08-13T00:24:40.851Z | SLOW [>20700.000s] tokio::io_async_fd reset_writable |
2883 | 2024-08-13T00:25:40.782Z | SLOW [>20760.000s] tokio::io_async_fd poll_fns |
2884 | 2024-08-13T00:25:40.849Z | SLOW [>20760.000s] tokio::io_async_fd reset_writable |
2885 | 2024-08-13T00:26:40.780Z | SLOW [>20820.000s] tokio::io_async_fd poll_fns |
2886 | 2024-08-13T00:26:40.847Z | SLOW [>20820.000s] tokio::io_async_fd reset_writable |
2887 | 2024-08-13T00:27:40.778Z | SLOW [>20880.000s] tokio::io_async_fd poll_fns |
2888 | 2024-08-13T00:27:40.845Z | SLOW [>20880.000s] tokio::io_async_fd reset_writable |
2889 | 2024-08-13T00:28:40.776Z | SLOW [>20940.000s] tokio::io_async_fd poll_fns |
2890 | 2024-08-13T00:28:40.842Z | SLOW [>20940.000s] tokio::io_async_fd reset_writable |
2891 | 2024-08-13T00:29:40.774Z | SLOW [>21000.000s] tokio::io_async_fd poll_fns |
2892 | 2024-08-13T00:29:40.841Z | SLOW [>21000.000s] tokio::io_async_fd reset_writable |
2893 | 2024-08-13T00:30:40.772Z | SLOW [>21060.000s] tokio::io_async_fd poll_fns |
2894 | 2024-08-13T00:30:40.838Z | SLOW [>21060.000s] tokio::io_async_fd reset_writable |
2895 | 2024-08-13T00:31:40.769Z | SLOW [>21120.000s] tokio::io_async_fd poll_fns |
2896 | 2024-08-13T00:31:40.836Z | SLOW [>21120.000s] tokio::io_async_fd reset_writable |
2897 | 2024-08-13T00:32:40.767Z | SLOW [>21180.000s] tokio::io_async_fd poll_fns |
2898 | 2024-08-13T00:32:40.834Z | SLOW [>21180.000s] tokio::io_async_fd reset_writable |
2899 | 2024-08-13T00:33:40.765Z | SLOW [>21240.000s] tokio::io_async_fd poll_fns |
2900 | 2024-08-13T00:33:40.832Z | SLOW [>21240.000s] tokio::io_async_fd reset_writable |
2901 | 2024-08-13T00:34:40.762Z | SLOW [>21300.000s] tokio::io_async_fd poll_fns |
2902 | 2024-08-13T00:34:40.830Z | SLOW [>21300.000s] tokio::io_async_fd reset_writable |
2903 | 2024-08-13T00:35:40.760Z | SLOW [>21360.000s] tokio::io_async_fd poll_fns |
2904 | 2024-08-13T00:35:40.828Z | SLOW [>21360.000s] tokio::io_async_fd reset_writable |
2905 | 2024-08-13T00:36:40.758Z | SLOW [>21420.000s] tokio::io_async_fd poll_fns |
2906 | 2024-08-13T00:36:40.826Z | SLOW [>21420.000s] tokio::io_async_fd reset_writable |
2907 | 2024-08-13T00:37:40.756Z | SLOW [>21480.000s] tokio::io_async_fd poll_fns |
2908 | 2024-08-13T00:37:40.823Z | SLOW [>21480.000s] tokio::io_async_fd reset_writable |
2909 | 2024-08-13T00:38:40.754Z | SLOW [>21540.000s] tokio::io_async_fd poll_fns |
2910 | 2024-08-13T00:38:40.822Z | SLOW [>21540.000s] tokio::io_async_fd reset_writable |
2911 | 2024-08-13T00:39:40.751Z | SLOW [>21600.000s] tokio::io_async_fd poll_fns |
2912 | 2024-08-13T00:39:40.823Z | SLOW [>21600.000s] tokio::io_async_fd reset_writable |
2913 | 2024-08-13T00:40:40.749Z | SLOW [>21660.000s] tokio::io_async_fd poll_fns |
2914 | 2024-08-13T00:40:40.817Z | SLOW [>21660.000s] tokio::io_async_fd reset_writable |
2915 | 2024-08-13T00:41:40.747Z | SLOW [>21720.000s] tokio::io_async_fd poll_fns |
2916 | 2024-08-13T00:41:40.815Z | SLOW [>21720.000s] tokio::io_async_fd reset_writable |
2917 | 2024-08-13T00:42:40.745Z | SLOW [>21780.000s] tokio::io_async_fd poll_fns |
2918 | 2024-08-13T00:42:40.812Z | SLOW [>21780.000s] tokio::io_async_fd reset_writable |
2919 | 2024-08-13T00:43:40.743Z | SLOW [>21840.000s] tokio::io_async_fd poll_fns |
2920 | 2024-08-13T00:43:40.810Z | SLOW [>21840.000s] tokio::io_async_fd reset_writable |
2921 | 2024-08-13T00:44:40.741Z | SLOW [>21900.000s] tokio::io_async_fd poll_fns |
2922 | 2024-08-13T00:44:40.808Z | SLOW [>21900.000s] tokio::io_async_fd reset_writable |
2923 | 2024-08-13T00:45:41.078Z | SLOW [>21960.000s] tokio::io_async_fd poll_fns |
2924 | 2024-08-13T00:45:41.107Z | SLOW [>21960.000s] tokio::io_async_fd reset_writable |
2925 | 2024-08-13T00:46:40.736Z | SLOW [>22020.000s] tokio::io_async_fd poll_fns |
2926 | 2024-08-13T00:46:40.804Z | SLOW [>22020.000s] tokio::io_async_fd reset_writable |
2927 | 2024-08-13T00:47:40.734Z | SLOW [>22080.000s] tokio::io_async_fd poll_fns |
2928 | 2024-08-13T00:47:40.802Z | SLOW [>22080.000s] tokio::io_async_fd reset_writable |
2929 | 2024-08-13T00:48:40.732Z | SLOW [>22140.000s] tokio::io_async_fd poll_fns |
2930 | 2024-08-13T00:48:40.801Z | SLOW [>22140.000s] tokio::io_async_fd reset_writable |
2931 | 2024-08-13T00:49:40.729Z | SLOW [>22200.000s] tokio::io_async_fd poll_fns |
2932 | 2024-08-13T00:49:40.798Z | SLOW [>22200.000s] tokio::io_async_fd reset_writable |
2933 | 2024-08-13T00:50:40.727Z | SLOW [>22260.000s] tokio::io_async_fd poll_fns |
2934 | 2024-08-13T00:50:40.796Z | SLOW [>22260.000s] tokio::io_async_fd reset_writable |
2935 | 2024-08-13T00:51:40.725Z | SLOW [>22320.000s] tokio::io_async_fd poll_fns |
2936 | 2024-08-13T00:51:40.794Z | SLOW [>22320.000s] tokio::io_async_fd reset_writable |
2937 | 2024-08-13T00:52:40.723Z | SLOW [>22380.000s] tokio::io_async_fd poll_fns |
2938 | 2024-08-13T00:52:40.791Z | SLOW [>22380.000s] tokio::io_async_fd reset_writable |
2939 | 2024-08-13T00:53:40.720Z | SLOW [>22440.000s] tokio::io_async_fd poll_fns |
2940 | 2024-08-13T00:53:40.789Z | SLOW [>22440.000s] tokio::io_async_fd reset_writable |
2941 | 2024-08-13T00:54:40.719Z | SLOW [>22500.000s] tokio::io_async_fd poll_fns |
2942 | 2024-08-13T00:54:40.787Z | SLOW [>22500.000s] tokio::io_async_fd reset_writable |
2943 | 2024-08-13T00:55:40.716Z | SLOW [>22560.000s] tokio::io_async_fd poll_fns |
2944 | 2024-08-13T00:55:40.785Z | SLOW [>22560.000s] tokio::io_async_fd reset_writable |
2945 | 2024-08-13T00:56:40.714Z | SLOW [>22620.000s] tokio::io_async_fd poll_fns |
2946 | 2024-08-13T00:56:40.783Z | SLOW [>22620.000s] tokio::io_async_fd reset_writable |
2947 | 2024-08-13T00:57:40.712Z | SLOW [>22680.000s] tokio::io_async_fd poll_fns |
2948 | 2024-08-13T00:57:40.781Z | SLOW [>22680.000s] tokio::io_async_fd reset_writable |
2949 | 2024-08-13T00:58:40.710Z | SLOW [>22740.000s] tokio::io_async_fd poll_fns |
2950 | 2024-08-13T00:58:40.778Z | SLOW [>22740.000s] tokio::io_async_fd reset_writable |
2951 | 2024-08-13T00:59:40.708Z | SLOW [>22800.000s] tokio::io_async_fd poll_fns |
2952 | 2024-08-13T00:59:40.776Z | SLOW [>22800.000s] tokio::io_async_fd reset_writable |
2953 | 2024-08-13T01:00:40.706Z | SLOW [>22860.000s] tokio::io_async_fd poll_fns |
2954 | 2024-08-13T01:00:40.774Z | SLOW [>22860.000s] tokio::io_async_fd reset_writable |
2955 | 2024-08-13T01:01:40.703Z | SLOW [>22920.000s] tokio::io_async_fd poll_fns |
2956 | 2024-08-13T01:01:40.771Z | SLOW [>22920.000s] tokio::io_async_fd reset_writable |
2957 | 2024-08-13T01:02:40.702Z | SLOW [>22980.000s] tokio::io_async_fd poll_fns |
2958 | 2024-08-13T01:02:40.770Z | SLOW [>22980.000s] tokio::io_async_fd reset_writable |
2959 | 2024-08-13T01:03:40.699Z | SLOW [>23040.000s] tokio::io_async_fd poll_fns |
2960 | 2024-08-13T01:03:40.767Z | SLOW [>23040.000s] tokio::io_async_fd reset_writable |
2961 | 2024-08-13T01:04:40.697Z | SLOW [>23100.000s] tokio::io_async_fd poll_fns |
2962 | 2024-08-13T01:04:40.765Z | SLOW [>23100.000s] tokio::io_async_fd reset_writable |
2963 | 2024-08-13T01:05:40.695Z | SLOW [>23160.000s] tokio::io_async_fd poll_fns |
2964 | 2024-08-13T01:05:40.763Z | SLOW [>23160.000s] tokio::io_async_fd reset_writable |
2965 | 2024-08-13T01:06:40.693Z | SLOW [>23220.000s] tokio::io_async_fd poll_fns |
2966 | 2024-08-13T01:06:40.761Z | SLOW [>23220.000s] tokio::io_async_fd reset_writable |
2967 | 2024-08-13T01:07:40.690Z | SLOW [>23280.000s] tokio::io_async_fd poll_fns |
2968 | 2024-08-13T01:07:40.759Z | SLOW [>23280.000s] tokio::io_async_fd reset_writable |
2969 | 2024-08-13T01:08:40.689Z | SLOW [>23340.000s] tokio::io_async_fd poll_fns |
2970 | 2024-08-13T01:08:40.757Z | SLOW [>23340.000s] tokio::io_async_fd reset_writable |
2971 | 2024-08-13T01:09:40.686Z | SLOW [>23400.000s] tokio::io_async_fd poll_fns |
2972 | 2024-08-13T01:09:40.755Z | SLOW [>23400.000s] tokio::io_async_fd reset_writable |
2973 | 2024-08-13T01:10:40.684Z | SLOW [>23460.000s] tokio::io_async_fd poll_fns |
2974 | 2024-08-13T01:10:40.752Z | SLOW [>23460.000s] tokio::io_async_fd reset_writable |
2975 | 2024-08-13T01:11:40.683Z | SLOW [>23520.000s] tokio::io_async_fd poll_fns |
2976 | 2024-08-13T01:11:40.751Z | SLOW [>23520.000s] tokio::io_async_fd reset_writable |
2977 | 2024-08-13T01:12:40.681Z | SLOW [>23580.000s] tokio::io_async_fd poll_fns |
2978 | 2024-08-13T01:12:40.748Z | SLOW [>23580.000s] tokio::io_async_fd reset_writable |
2979 | 2024-08-13T01:13:40.678Z | SLOW [>23640.000s] tokio::io_async_fd poll_fns |
2980 | 2024-08-13T01:13:40.747Z | SLOW [>23640.000s] tokio::io_async_fd reset_writable |
2981 | 2024-08-13T01:14:40.676Z | SLOW [>23700.000s] tokio::io_async_fd poll_fns |
2982 | 2024-08-13T01:14:40.744Z | SLOW [>23700.000s] tokio::io_async_fd reset_writable |
2983 | 2024-08-13T01:15:40.674Z | SLOW [>23760.000s] tokio::io_async_fd poll_fns |
2984 | 2024-08-13T01:15:40.742Z | SLOW [>23760.000s] tokio::io_async_fd reset_writable |
2985 | 2024-08-13T01:16:40.672Z | SLOW [>23820.000s] tokio::io_async_fd poll_fns |
2986 | 2024-08-13T01:16:40.739Z | SLOW [>23820.000s] tokio::io_async_fd reset_writable |
2987 | 2024-08-13T01:17:40.670Z | SLOW [>23880.000s] tokio::io_async_fd poll_fns |
2988 | 2024-08-13T01:17:40.738Z | SLOW [>23880.000s] tokio::io_async_fd reset_writable |
2989 | 2024-08-13T01:18:40.667Z | SLOW [>23940.000s] tokio::io_async_fd poll_fns |
2990 | 2024-08-13T01:18:40.735Z | SLOW [>23940.000s] tokio::io_async_fd reset_writable |
2991 | 2024-08-13T01:19:40.665Z | SLOW [>24000.000s] tokio::io_async_fd poll_fns |
2992 | 2024-08-13T01:19:40.733Z | SLOW [>24000.000s] tokio::io_async_fd reset_writable |
2993 | 2024-08-13T01:20:40.664Z | SLOW [>24060.000s] tokio::io_async_fd poll_fns |
2994 | 2024-08-13T01:20:40.731Z | SLOW [>24060.000s] tokio::io_async_fd reset_writable |
2995 | 2024-08-13T01:21:40.662Z | SLOW [>24120.000s] tokio::io_async_fd poll_fns |
2996 | 2024-08-13T01:21:40.729Z | SLOW [>24120.000s] tokio::io_async_fd reset_writable |
2997 | 2024-08-13T01:22:40.660Z | SLOW [>24180.000s] tokio::io_async_fd poll_fns |
2998 | 2024-08-13T01:22:40.726Z | SLOW [>24180.000s] tokio::io_async_fd reset_writable |
2999 | 2024-08-13T01:23:40.659Z | SLOW [>24240.000s] tokio::io_async_fd poll_fns |
3000 | 2024-08-13T01:23:40.725Z | SLOW [>24240.000s] tokio::io_async_fd reset_writable |
3001 | 2024-08-13T01:24:40.656Z | SLOW [>24300.000s] tokio::io_async_fd poll_fns |
3002 | 2024-08-13T01:24:40.722Z | SLOW [>24300.000s] tokio::io_async_fd reset_writable |
3003 | 2024-08-13T01:25:40.654Z | SLOW [>24360.000s] tokio::io_async_fd poll_fns |
3004 | 2024-08-13T01:25:40.719Z | SLOW [>24360.000s] tokio::io_async_fd reset_writable |
3005 | 2024-08-13T01:26:40.652Z | SLOW [>24420.000s] tokio::io_async_fd poll_fns |
3006 | 2024-08-13T01:26:40.718Z | SLOW [>24420.000s] tokio::io_async_fd reset_writable |
3007 | 2024-08-13T01:27:40.650Z | SLOW [>24480.000s] tokio::io_async_fd poll_fns |
3008 | 2024-08-13T01:27:40.715Z | SLOW [>24480.000s] tokio::io_async_fd reset_writable |
3009 | 2024-08-13T01:28:40.647Z | SLOW [>24540.000s] tokio::io_async_fd poll_fns |
3010 | 2024-08-13T01:28:40.714Z | SLOW [>24540.000s] tokio::io_async_fd reset_writable |
3011 | 2024-08-13T01:29:40.645Z | SLOW [>24600.000s] tokio::io_async_fd poll_fns |
3012 | 2024-08-13T01:29:40.711Z | SLOW [>24600.000s] tokio::io_async_fd reset_writable |
3013 | 2024-08-13T01:30:40.643Z | SLOW [>24660.000s] tokio::io_async_fd poll_fns |
3014 | 2024-08-13T01:30:40.709Z | SLOW [>24660.000s] tokio::io_async_fd reset_writable |
3015 | 2024-08-13T01:31:40.641Z | SLOW [>24720.000s] tokio::io_async_fd poll_fns |
3016 | 2024-08-13T01:31:40.706Z | SLOW [>24720.000s] tokio::io_async_fd reset_writable |
3017 | 2024-08-13T01:32:40.639Z | SLOW [>24780.000s] tokio::io_async_fd poll_fns |
3018 | 2024-08-13T01:32:40.705Z | SLOW [>24780.000s] tokio::io_async_fd reset_writable |
3019 | 2024-08-13T01:33:40.636Z | SLOW [>24840.000s] tokio::io_async_fd poll_fns |
3020 | 2024-08-13T01:33:40.702Z | SLOW [>24840.000s] tokio::io_async_fd reset_writable |
3021 | 2024-08-13T01:34:40.635Z | SLOW [>24900.000s] tokio::io_async_fd poll_fns |
3022 | 2024-08-13T01:34:40.700Z | SLOW [>24900.000s] tokio::io_async_fd reset_writable |
3023 | 2024-08-13T01:35:40.632Z | SLOW [>24960.000s] tokio::io_async_fd poll_fns |
3024 | 2024-08-13T01:35:40.699Z | SLOW [>24960.000s] tokio::io_async_fd reset_writable |
3025 | 2024-08-13T01:36:40.630Z | SLOW [>25020.000s] tokio::io_async_fd poll_fns |
3026 | 2024-08-13T01:36:40.697Z | SLOW [>25020.000s] tokio::io_async_fd reset_writable |
3027 | 2024-08-13T01:37:40.628Z | SLOW [>25080.000s] tokio::io_async_fd poll_fns |
3028 | 2024-08-13T01:37:40.694Z | SLOW [>25080.000s] tokio::io_async_fd reset_writable |
3029 | 2024-08-13T01:38:40.627Z | SLOW [>25140.000s] tokio::io_async_fd poll_fns |
3030 | 2024-08-13T01:38:40.692Z | SLOW [>25140.000s] tokio::io_async_fd reset_writable |
3031 | 2024-08-13T01:39:40.624Z | SLOW [>25200.000s] tokio::io_async_fd poll_fns |
3032 | 2024-08-13T01:39:40.690Z | SLOW [>25200.000s] tokio::io_async_fd reset_writable |
3033 | 2024-08-13T01:40:40.622Z | SLOW [>25260.000s] tokio::io_async_fd poll_fns |
3034 | 2024-08-13T01:40:40.687Z | SLOW [>25260.000s] tokio::io_async_fd reset_writable |
3035 | 2024-08-13T01:41:40.621Z | SLOW [>25320.000s] tokio::io_async_fd poll_fns |
3036 | 2024-08-13T01:41:40.686Z | SLOW [>25320.000s] tokio::io_async_fd reset_writable |
3037 | 2024-08-13T01:42:40.618Z | SLOW [>25380.000s] tokio::io_async_fd poll_fns |
3038 | 2024-08-13T01:42:40.683Z | SLOW [>25380.000s] tokio::io_async_fd reset_writable |
3039 | 2024-08-13T01:43:40.616Z | SLOW [>25440.000s] tokio::io_async_fd poll_fns |
3040 | 2024-08-13T01:43:40.682Z | SLOW [>25440.000s] tokio::io_async_fd reset_writable |
3041 | 2024-08-13T01:44:40.614Z | SLOW [>25500.000s] tokio::io_async_fd poll_fns |
3042 | 2024-08-13T01:44:40.678Z | SLOW [>25500.000s] tokio::io_async_fd reset_writable |
3043 | 2024-08-13T01:45:40.613Z | SLOW [>25560.000s] tokio::io_async_fd poll_fns |
3044 | 2024-08-13T01:45:40.677Z | SLOW [>25560.000s] tokio::io_async_fd reset_writable |
3045 | 2024-08-13T01:46:40.610Z | SLOW [>25620.000s] tokio::io_async_fd poll_fns |
3046 | 2024-08-13T01:46:40.674Z | SLOW [>25620.000s] tokio::io_async_fd reset_writable |
3047 | 2024-08-13T01:47:40.609Z | SLOW [>25680.000s] tokio::io_async_fd poll_fns |
3048 | 2024-08-13T01:47:40.673Z | SLOW [>25680.000s] tokio::io_async_fd reset_writable |
3049 | 2024-08-13T01:48:40.606Z | SLOW [>25740.000s] tokio::io_async_fd poll_fns |
3050 | 2024-08-13T01:48:40.670Z | SLOW [>25740.000s] tokio::io_async_fd reset_writable |
3051 | 2024-08-13T01:49:40.604Z | SLOW [>25800.000s] tokio::io_async_fd poll_fns |
3052 | 2024-08-13T01:49:40.668Z | SLOW [>25800.000s] tokio::io_async_fd reset_writable |
3053 | 2024-08-13T01:50:40.602Z | SLOW [>25860.000s] tokio::io_async_fd poll_fns |
3054 | 2024-08-13T01:50:40.665Z | SLOW [>25860.000s] tokio::io_async_fd reset_writable |
3055 | 2024-08-13T01:51:40.600Z | SLOW [>25920.000s] tokio::io_async_fd poll_fns |
3056 | 2024-08-13T01:51:40.664Z | SLOW [>25920.000s] tokio::io_async_fd reset_writable |
3057 | 2024-08-13T01:52:40.597Z | SLOW [>25980.000s] tokio::io_async_fd poll_fns |
3058 | 2024-08-13T01:52:40.662Z | SLOW [>25980.000s] tokio::io_async_fd reset_writable |
3059 | 2024-08-13T01:53:40.596Z | SLOW [>26040.000s] tokio::io_async_fd poll_fns |
3060 | 2024-08-13T01:53:40.661Z | SLOW [>26040.000s] tokio::io_async_fd reset_writable |
3061 | 2024-08-13T01:54:40.593Z | SLOW [>26100.000s] tokio::io_async_fd poll_fns |
3062 | 2024-08-13T01:54:40.659Z | SLOW [>26100.000s] tokio::io_async_fd reset_writable |
3063 | 2024-08-13T01:55:40.591Z | SLOW [>26160.000s] tokio::io_async_fd poll_fns |
3064 | 2024-08-13T01:55:40.657Z | SLOW [>26160.000s] tokio::io_async_fd reset_writable |
3065 | 2024-08-13T01:56:40.588Z | SLOW [>26220.000s] tokio::io_async_fd poll_fns |
3066 | 2024-08-13T01:56:40.654Z | SLOW [>26220.000s] tokio::io_async_fd reset_writable |
3067 | 2024-08-13T01:57:40.587Z | SLOW [>26280.000s] tokio::io_async_fd poll_fns |
3068 | 2024-08-13T01:57:40.653Z | SLOW [>26280.000s] tokio::io_async_fd reset_writable |
3069 | 2024-08-13T01:58:40.584Z | SLOW [>26340.000s] tokio::io_async_fd poll_fns |
3070 | 2024-08-13T01:58:40.650Z | SLOW [>26340.000s] tokio::io_async_fd reset_writable |
3071 | 2024-08-13T01:59:40.583Z | SLOW [>26400.000s] tokio::io_async_fd poll_fns |
3072 | 2024-08-13T01:59:40.648Z | SLOW [>26400.000s] tokio::io_async_fd reset_writable |
3073 | 2024-08-13T02:00:40.580Z | SLOW [>26460.000s] tokio::io_async_fd poll_fns |
3074 | 2024-08-13T02:00:40.646Z | SLOW [>26460.000s] tokio::io_async_fd reset_writable |
3075 | 2024-08-13T02:01:40.578Z | SLOW [>26520.000s] tokio::io_async_fd poll_fns |
3076 | 2024-08-13T02:01:40.644Z | SLOW [>26520.000s] tokio::io_async_fd reset_writable |
3077 | 2024-08-13T02:02:40.575Z | SLOW [>26580.000s] tokio::io_async_fd poll_fns |
3078 | 2024-08-13T02:02:40.641Z | SLOW [>26580.000s] tokio::io_async_fd reset_writable |
3079 | 2024-08-13T02:03:40.573Z | SLOW [>26640.000s] tokio::io_async_fd poll_fns |
3080 | 2024-08-13T02:03:40.640Z | SLOW [>26640.000s] tokio::io_async_fd reset_writable |
3081 | 2024-08-13T02:04:40.571Z | SLOW [>26700.000s] tokio::io_async_fd poll_fns |
3082 | 2024-08-13T02:04:40.637Z | SLOW [>26700.000s] tokio::io_async_fd reset_writable |
3083 | 2024-08-13T02:05:40.569Z | SLOW [>26760.000s] tokio::io_async_fd poll_fns |
3084 | 2024-08-13T02:05:40.635Z | SLOW [>26760.000s] tokio::io_async_fd reset_writable |
3085 | 2024-08-13T02:06:40.566Z | SLOW [>26820.000s] tokio::io_async_fd poll_fns |
3086 | 2024-08-13T02:06:40.632Z | SLOW [>26820.000s] tokio::io_async_fd reset_writable |
3087 | 2024-08-13T02:07:40.565Z | SLOW [>26880.000s] tokio::io_async_fd poll_fns |
3088 | 2024-08-13T02:07:40.631Z | SLOW [>26880.000s] tokio::io_async_fd reset_writable |
3089 | 2024-08-13T02:08:40.562Z | SLOW [>26940.000s] tokio::io_async_fd poll_fns |
3090 | 2024-08-13T02:08:40.628Z | SLOW [>26940.000s] tokio::io_async_fd reset_writable |
3091 | 2024-08-13T02:09:40.561Z | SLOW [>27000.000s] tokio::io_async_fd poll_fns |
3092 | 2024-08-13T02:09:40.626Z | SLOW [>27000.000s] tokio::io_async_fd reset_writable |
3093 | 2024-08-13T02:10:40.558Z | SLOW [>27060.000s] tokio::io_async_fd poll_fns |
3094 | 2024-08-13T02:10:40.625Z | SLOW [>27060.000s] tokio::io_async_fd reset_writable |
3095 | 2024-08-13T02:11:40.556Z | SLOW [>27120.000s] tokio::io_async_fd poll_fns |
3096 | 2024-08-13T02:11:40.622Z | SLOW [>27120.000s] tokio::io_async_fd reset_writable |
3097 | 2024-08-13T02:12:40.553Z | SLOW [>27180.000s] tokio::io_async_fd poll_fns |
3098 | 2024-08-13T02:12:40.620Z | SLOW [>27180.000s] tokio::io_async_fd reset_writable |
3099 | 2024-08-13T02:13:40.552Z | SLOW [>27240.000s] tokio::io_async_fd poll_fns |
3100 | 2024-08-13T02:13:40.617Z | SLOW [>27240.000s] tokio::io_async_fd reset_writable |
3101 | 2024-08-13T02:14:40.549Z | SLOW [>27300.000s] tokio::io_async_fd poll_fns |
3102 | 2024-08-13T02:14:40.616Z | SLOW [>27300.000s] tokio::io_async_fd reset_writable |
3103 | 2024-08-13T02:15:40.547Z | SLOW [>27360.000s] tokio::io_async_fd poll_fns |
3104 | 2024-08-13T02:15:40.613Z | SLOW [>27360.000s] tokio::io_async_fd reset_writable |
3105 | 2024-08-13T02:16:40.546Z | SLOW [>27420.000s] tokio::io_async_fd poll_fns |
3106 | 2024-08-13T02:16:40.611Z | SLOW [>27420.000s] tokio::io_async_fd reset_writable |
3107 | 2024-08-13T02:17:40.543Z | SLOW [>27480.000s] tokio::io_async_fd poll_fns |
3108 | 2024-08-13T02:17:40.609Z | SLOW [>27480.000s] tokio::io_async_fd reset_writable |
3109 | 2024-08-13T02:18:40.541Z | SLOW [>27540.000s] tokio::io_async_fd poll_fns |
3110 | 2024-08-13T02:18:40.607Z | SLOW [>27540.000s] tokio::io_async_fd reset_writable |
3111 | 2024-08-13T02:19:40.539Z | SLOW [>27600.000s] tokio::io_async_fd poll_fns |
3112 | 2024-08-13T02:19:40.605Z | SLOW [>27600.000s] tokio::io_async_fd reset_writable |
3113 | 2024-08-13T02:20:40.537Z | SLOW [>27660.000s] tokio::io_async_fd poll_fns |
3114 | 2024-08-13T02:20:40.603Z | SLOW [>27660.000s] tokio::io_async_fd reset_writable |
3115 | 2024-08-13T02:21:40.534Z | SLOW [>27720.000s] tokio::io_async_fd poll_fns |
3116 | 2024-08-13T02:21:40.601Z | SLOW [>27720.000s] tokio::io_async_fd reset_writable |
3117 | 2024-08-13T02:22:40.532Z | SLOW [>27780.000s] tokio::io_async_fd poll_fns |
3118 | 2024-08-13T02:22:40.600Z | SLOW [>27780.000s] tokio::io_async_fd reset_writable |
3119 | 2024-08-13T02:23:40.530Z | SLOW [>27840.000s] tokio::io_async_fd poll_fns |
3120 | 2024-08-13T02:23:40.597Z | SLOW [>27840.000s] tokio::io_async_fd reset_writable |
3121 | 2024-08-13T02:24:40.528Z | SLOW [>27900.000s] tokio::io_async_fd poll_fns |
3122 | 2024-08-13T02:24:40.595Z | SLOW [>27900.000s] tokio::io_async_fd reset_writable |
3123 | 2024-08-13T02:25:40.525Z | SLOW [>27960.000s] tokio::io_async_fd poll_fns |
3124 | 2024-08-13T02:25:40.592Z | SLOW [>27960.000s] tokio::io_async_fd reset_writable |
3125 | 2024-08-13T02:26:40.523Z | SLOW [>28020.000s] tokio::io_async_fd poll_fns |
3126 | 2024-08-13T02:26:40.590Z | SLOW [>28020.000s] tokio::io_async_fd reset_writable |
3127 | 2024-08-13T02:27:40.521Z | SLOW [>28080.000s] tokio::io_async_fd poll_fns |
3128 | 2024-08-13T02:27:40.588Z | SLOW [>28080.000s] tokio::io_async_fd reset_writable |
3129 | 2024-08-13T02:28:40.519Z | SLOW [>28140.000s] tokio::io_async_fd poll_fns |
3130 | 2024-08-13T02:28:40.586Z | SLOW [>28140.000s] tokio::io_async_fd reset_writable |
3131 | 2024-08-13T02:29:40.517Z | SLOW [>28200.000s] tokio::io_async_fd poll_fns |
3132 | 2024-08-13T02:29:40.584Z | SLOW [>28200.000s] tokio::io_async_fd reset_writable |
3133 | 2024-08-13T02:30:40.515Z | SLOW [>28260.000s] tokio::io_async_fd poll_fns |
3134 | 2024-08-13T02:30:40.582Z | SLOW [>28260.000s] tokio::io_async_fd reset_writable |
3135 | 2024-08-13T02:31:40.512Z | SLOW [>28320.000s] tokio::io_async_fd poll_fns |
3136 | 2024-08-13T02:31:40.579Z | SLOW [>28320.000s] tokio::io_async_fd reset_writable |
3137 | 2024-08-13T02:32:40.510Z | SLOW [>28380.000s] tokio::io_async_fd poll_fns |
3138 | 2024-08-13T02:32:40.577Z | SLOW [>28380.000s] tokio::io_async_fd reset_writable |
3139 | 2024-08-13T02:33:40.508Z | SLOW [>28440.000s] tokio::io_async_fd poll_fns |
3140 | 2024-08-13T02:33:40.575Z | SLOW [>28440.000s] tokio::io_async_fd reset_writable |
3141 | 2024-08-13T02:34:40.506Z | SLOW [>28500.000s] tokio::io_async_fd poll_fns |
3142 | 2024-08-13T02:34:40.573Z | SLOW [>28500.000s] tokio::io_async_fd reset_writable |
3143 | 2024-08-13T02:35:40.503Z | SLOW [>28560.000s] tokio::io_async_fd poll_fns |
3144 | 2024-08-13T02:35:40.570Z | SLOW [>28560.000s] tokio::io_async_fd reset_writable |
3145 | 2024-08-13T02:36:40.502Z | SLOW [>28620.000s] tokio::io_async_fd poll_fns |
3146 | 2024-08-13T02:36:40.569Z | SLOW [>28620.000s] tokio::io_async_fd reset_writable |
|
3147 | 2024-08-13T02:37:16.996Z | job duration 28809 exceeds 28800 seconds; aborting |
3148 | 2024-08-13T02:37:17.888Z | worker failed without completing job |
3149 | 2024-08-13T02:37:17.889Z | task 4 was incomplete, marked failed |