01J53Y0AQTN8H3RDD6CK3QJ6FG: illumos-test-full

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "omnios-r151038",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J53Y11X1D4Z1G4EHP2YKF2P5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-12T18:37:07.143Zjob assigned to worker 01J53Y123RHR2JGPZ359ZZYXT8 (queued for 44 s)
 
22024-08-12T18:37:07.546Zstarting task 0: "setup"
32024-08-12T18:37:07.571Z++ uname -s
42024-08-12T18:37:07.571Z+ kern=SunOS
52024-08-12T18:37:07.571Z+ case "$kern" in
62024-08-12T18:37:07.571Z+ groupadd -g 12345 build
72024-08-12T18:37:07.571Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-12T18:37:09.578Z+ zfs create -o mountpoint=/work rpool/work
92024-08-12T18:37:09.629Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-12T18:37:09.654Z+ home_fs=autofs
112024-08-12T18:37:09.654Z+ [[ autofs == autofs ]]
122024-08-12T18:37:09.654Z+ sed -i -e '/^\/home/d' /etc/auto_master
132024-08-12T18:37:09.655Z+ automount -v
142024-08-12T18:37:09.655Zautomount: no mounts
152024-08-12T18:37:09.655Zautomount: /home unmounted
162024-08-12T18:37:09.655Z+ mkdir -p /home/build
172024-08-12T18:37:09.655Z+ chown build:build /home/build /work
182024-08-12T18:37:11.652Z+ chmod 0700 /home/build /work
192024-08-12T18:37:11.679Zprocess exited: duration 4110 ms, exit code 0
 
202024-08-12T18:37:11.730Zstarting task 1: "rust-toolchain"
212024-08-12T18:37:11.756Z+ printf ' * toolchain channel = "%s"
222024-08-12T18:37:11.756Z' stable
232024-08-12T18:37:11.756Z+ printf ' * toolchain profile = "%s"
242024-08-12T18:37:11.756Z' default
252024-08-12T18:37:11.756Z * toolchain channel = "stable"
262024-08-12T18:37:11.756Z * toolchain profile = "default"
272024-08-12T18:37:11.757Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
282024-08-12T18:37:11.757Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
292024-08-12T18:37:11.854Zinfo: downloading installer
302024-08-12T18:37:12.262Zinfo: profile set to 'default'
312024-08-12T18:37:12.262Zinfo: default host triple is x86_64-unknown-illumos
322024-08-12T18:37:12.262Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
332024-08-12T18:37:12.368Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
342024-08-12T18:37:12.368Zinfo: downloading component 'cargo'
352024-08-12T18:37:12.546Zinfo: downloading component 'clippy'
362024-08-12T18:37:12.609Zinfo: downloading component 'rust-docs'
372024-08-12T18:37:12.841Zinfo: downloading component 'rust-std'
382024-08-12T18:37:13.128Zinfo: downloading component 'rustc'
392024-08-12T18:37:13.932Zinfo: downloading component 'rustfmt'
402024-08-12T18:37:13.977Zinfo: installing component 'cargo'
412024-08-12T18:37:15.143Zinfo: installing component 'clippy'
422024-08-12T18:37:15.616Zinfo: installing component 'rust-docs'
432024-08-12T18:37:18.571Zinfo: installing component 'rust-std'
442024-08-12T18:37:20.557Zinfo: installing component 'rustc'
452024-08-12T18:37:25.797Zinfo: installing component 'rustfmt'
462024-08-12T18:37:26.188Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
472024-08-12T18:37:26.188Z
482024-08-12T18:37:26.315Z stable-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
492024-08-12T18:37:26.315Z
502024-08-12T18:37:26.315Z
512024-08-12T18:37:26.315ZRust is installed now. Great!
522024-08-12T18:37:26.315Z
532024-08-12T18:37:26.315ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
542024-08-12T18:37:26.315Zenvironment variable. This has not been done automatically.
552024-08-12T18:37:26.315Z
562024-08-12T18:37:26.315ZTo configure your current shell, you need to source
572024-08-12T18:37:26.315Zthe corresponding env file under $HOME/.cargo.
582024-08-12T18:37:26.315Z
592024-08-12T18:37:26.315ZThis is usually done by running one of the following (note the leading DOT):
602024-08-12T18:37:26.340Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
612024-08-12T18:37:26.340Zsource "$HOME/.cargo/env.fish" # For fish
622024-08-12T18:37:26.394Z+ rustc --version
632024-08-12T18:37:26.518Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
642024-08-12T18:37:26.543Zprocess exited: duration 14793 ms, exit code 0
 
652024-08-12T18:37:26.593Zstarting task 2: "authentication"
662024-08-12T18:37:26.662Zprocess exited: duration 68 ms, exit code 0
 
672024-08-12T18:37:26.724Zstarting task 3: "clone repository"
682024-08-12T18:37:26.749Z+ mkdir -p /work/tokio-rs/tokio
692024-08-12T18:37:26.749Z+ git clone https://github.com/tokio-rs/tokio /work/tokio-rs/tokio
702024-08-12T18:37:26.774ZCloning into '/work/tokio-rs/tokio'...
712024-08-12T18:37:28.335Z+ cd /work/tokio-rs/tokio
722024-08-12T18:37:28.335Z+ git fetch origin 38cc55b33887234e720898efdd259ba1e53b223e
732024-08-12T18:37:28.684ZFrom https://github.com/tokio-rs/tokio
742024-08-12T18:37:28.684Z * branch 38cc55b33887234e720898efdd259ba1e53b223e -> FETCH_HEAD
752024-08-12T18:37:28.709Z+ [[ -n '' ]]
762024-08-12T18:37:28.709Z+ git reset --hard 38cc55b33887234e720898efdd259ba1e53b223e
772024-08-12T18:37:28.748ZHEAD is now at 38cc55b3 change `anon_pipe_spawn_echo` to use `printf(1)`
782024-08-12T18:37:28.773Zprocess exited: duration 2026 ms, exit code 0
 
792024-08-12T18:37:28.822Zstarting task 4: "build"
802024-08-12T18:37:28.847Z+ export RUSTFLAGS=-Dwarnings
812024-08-12T18:37:28.847Z+ RUSTFLAGS=-Dwarnings
822024-08-12T18:37:28.847Z+ export RUST_BACKTRACE=1
832024-08-12T18:37:28.847Z+ RUST_BACKTRACE=1
842024-08-12T18:37:28.847Z+ export CARGO_INCREMENTAL=0
852024-08-12T18:37:28.847Z+ CARGO_INCREMENTAL=0
862024-08-12T18:37:28.848Z+ NEXTEST_VERSION=latest
872024-08-12T18:37:28.848Z+ curl -sSfL --retry 10 https://get.nexte.st/latest/illumos
882024-08-12T18:37:28.848Z+ gunzip
892024-08-12T18:37:28.848Z+ tar -xvf - -C /home/build/.cargo/bin
902024-08-12T18:37:29.869Zx cargo-nextest, 16690416 bytes, 32599 tape blocks
912024-08-12T18:37:29.894Z+ uname -a
922024-08-12T18:37:29.894ZSunOS bmat-EVT22200007-0000330b 5.11 omnios-r151038-db6df08a4e i86pc i386 i86pc
932024-08-12T18:37:29.894Z+ cargo --version
942024-08-12T18:37:30.006Zcargo 1.80.1 (376290515 2024-07-16)
952024-08-12T18:37:30.031Z+ rustc --version
962024-08-12T18:37:30.123Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
972024-08-12T18:37:30.148Z+ banner build
982024-08-12T18:37:30.148Z
992024-08-12T18:37:30.148Z ##### # # # # #####
1002024-08-12T18:37:30.148Z # # # # # # # #
1012024-08-12T18:37:30.148Z ##### # # # # # #
1022024-08-12T18:37:30.148Z # # # # # # # #
1032024-08-12T18:37:30.148Z # # # # # # # #
1042024-08-12T18:37:30.148Z ##### #### # ###### #####
1052024-08-12T18:37:30.148Z
1062024-08-12T18:37:30.148Z+ ptime -m cargo test --no-run --all --verbose --features full
1072024-08-12T18:37:30.509Z Updating crates.io index
1082024-08-12T18:37:31.218Z Locking 203 packages to latest compatible versions
1092024-08-12T18:37:31.243Z Adding addr2line v0.22.0 (latest: v0.24.1)
1102024-08-12T18:37:31.243Z Adding anes v0.1.6 (latest: v0.2.0)
1112024-08-12T18:37:31.243Z Adding gimli v0.29.0 (latest: v0.31.0)
1122024-08-12T18:37:31.243Z Adding hermit-abi v0.3.9 (latest: v0.4.0)
1132024-08-12T18:37:31.243Z Adding http v0.2.12 (latest: v1.1.0)
1142024-08-12T18:37:31.243Z Adding itertools v0.10.5 (latest: v0.13.0)
1152024-08-12T18:37:31.243Z Adding linux-raw-sys v0.4.14 (latest: v0.6.4)
1162024-08-12T18:37:31.243Z Adding matchers v0.1.0 (latest: v0.2.0)
1172024-08-12T18:37:31.243Z Adding miniz_oxide v0.7.4 (latest: v0.8.0)
1182024-08-12T18:37:31.243Z Adding mio v0.8.11 (latest: v1.0.2)
1192024-08-12T18:37:31.243Z Adding mockall v0.11.4 (latest: v0.13.0)
1202024-08-12T18:37:31.243Z Adding mockall_derive v0.11.4 (latest: v0.13.0)
1212024-08-12T18:37:31.243Z Adding nu-ansi-term v0.46.0 (latest: v0.50.1)
1222024-08-12T18:37:31.243Z Adding predicates v2.1.5 (latest: v3.1.2)
1232024-08-12T18:37:31.243Z Adding regex-automata v0.1.10 (latest: v0.4.7)
1242024-08-12T18:37:31.243Z Adding regex-syntax v0.6.29 (latest: v0.8.4)
1252024-08-12T18:37:31.268Z Adding syn v1.0.109 (latest: v2.0.74)
1262024-08-12T18:37:31.268Z Adding termtree v0.4.1 (latest: v0.5.1)
1272024-08-12T18:37:31.268Z Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1)
1282024-08-12T18:37:31.268Z Adding windows-sys v0.48.0 (latest: v0.59.0)
1292024-08-12T18:37:31.268Z Adding windows-sys v0.52.0 (latest: v0.59.0)
1302024-08-12T18:37:31.268Z Adding windows-targets v0.48.5 (latest: v0.52.6)
1312024-08-12T18:37:31.268Z Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6)
1322024-08-12T18:37:31.268Z Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6)
1332024-08-12T18:37:31.268Z Adding windows_i686_gnu v0.48.5 (latest: v0.52.6)
1342024-08-12T18:37:31.268Z Adding windows_i686_msvc v0.48.5 (latest: v0.52.6)
1352024-08-12T18:37:31.268Z Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6)
1362024-08-12T18:37:31.268Z Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6)
1372024-08-12T18:37:31.268Z Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6)
1382024-08-12T18:37:31.268Z Downloading crates ...
1392024-08-12T18:37:31.322Z Downloaded async-stream-impl v0.3.5
1402024-08-12T18:37:31.348Z Downloaded is-terminal v0.4.12
1412024-08-12T18:37:31.348Z Downloaded downcast v0.11.0
1422024-08-12T18:37:31.349Z Downloaded predicates-core v1.0.8
1432024-08-12T18:37:31.349Z Downloaded rayon-core v1.12.1
1442024-08-12T18:37:31.349Z Downloaded trybuild v1.0.99
1452024-08-12T18:37:31.376Z Downloaded walkdir v2.5.0
1462024-08-12T18:37:31.376Z Downloaded serde_json v1.0.124
1472024-08-12T18:37:31.401Z Downloaded serde_spanned v0.6.7
1482024-08-12T18:37:31.401Z Downloaded serde_derive v1.0.206
1492024-08-12T18:37:31.401Z Downloaded syn v1.0.109
1502024-08-12T18:37:31.427Z Downloaded indexmap v2.3.0
1512024-08-12T18:37:31.427Z Downloaded zerocopy v0.7.35
1522024-08-12T18:37:31.452Z Downloaded regex-automata v0.4.7
1532024-08-12T18:37:31.476Z Downloaded rand_core v0.6.4
1542024-08-12T18:37:31.477Z Downloaded socket2 v0.5.7
1552024-08-12T18:37:31.477Z Downloaded regex-syntax v0.6.29
1562024-08-12T18:37:31.477Z Downloaded num_cpus v1.16.0
1572024-08-12T18:37:31.477Z Downloaded futures-test v0.3.30
1582024-08-12T18:37:31.501Z Downloaded regex-syntax v0.8.4
1592024-08-12T18:37:31.501Z Downloaded crossbeam-utils v0.8.20
1602024-08-12T18:37:31.501Z Downloaded regex-automata v0.1.10
1612024-08-12T18:37:31.501Z Downloaded zerocopy-derive v0.7.35
1622024-08-12T18:37:31.501Z Downloaded plotters v0.3.6
1632024-08-12T18:37:31.526Z Downloaded pin-utils v0.1.0
1642024-08-12T18:37:31.526Z Downloaded mockall_derive v0.11.4
1652024-08-12T18:37:31.526Z Downloaded itoa v1.0.11
1662024-08-12T18:37:31.526Z Downloaded http v0.2.12
1672024-08-12T18:37:31.526Z Downloaded fnv v1.0.7
1682024-08-12T18:37:31.526Z Downloaded clap v4.5.15
1692024-08-12T18:37:31.551Z Downloaded regex v1.10.6
1702024-08-12T18:37:31.551Z Downloaded rayon v1.10.0
1712024-08-12T18:37:31.576Z Downloaded predicates-tree v1.0.11
1722024-08-12T18:37:31.576Z Downloaded memoffset v0.9.1
1732024-08-12T18:37:31.576Z Downloaded fragile v2.0.0
1742024-08-12T18:37:31.576Z Downloaded fastrand v2.1.0
1752024-08-12T18:37:31.576Z Downloaded clap_builder v4.5.15
1762024-08-12T18:37:31.576Z Downloaded winnow v0.6.18
1772024-08-12T18:37:31.603Z Downloaded unicode-ident v1.0.12
1782024-08-12T18:37:31.603Z Downloaded tracing-subscriber v0.3.18
1792024-08-12T18:37:31.603Z Downloaded tracing-core v0.1.32
1802024-08-12T18:37:31.603Z Downloaded toml_datetime v0.6.8
1812024-08-12T18:37:31.603Z Downloaded syn v2.0.74
1822024-08-12T18:37:31.628Z Downloaded ryu v1.0.18
1832024-08-12T18:37:31.629Z Downloaded rand_chacha v0.3.1
1842024-08-12T18:37:31.629Z Downloaded quote v1.0.36
1852024-08-12T18:37:31.629Z Downloaded predicates v2.1.5
1862024-08-12T18:37:31.629Z Downloaded ppv-lite86 v0.2.20
1872024-08-12T18:37:31.629Z Downloaded plotters-svg v0.3.6
1882024-08-12T18:37:31.629Z Downloaded pin-project-lite v0.2.14
1892024-08-12T18:37:31.654Z Downloaded pin-project v1.1.5
1902024-08-12T18:37:31.654Z Downloaded parking_lot_core v0.9.10
1912024-08-12T18:37:31.654Z Downloaded overload v0.1.1
1922024-08-12T18:37:31.654Z Downloaded once_cell v1.19.0
1932024-08-12T18:37:31.679Z Downloaded num-traits v0.2.19
1942024-08-12T18:37:31.679Z Downloaded normalize-line-endings v0.3.0
1952024-08-12T18:37:31.679Z Downloaded mockall v0.11.4
1962024-08-12T18:37:31.679Z Downloaded matchers v0.1.0
1972024-08-12T18:37:31.679Z Downloaded lock_api v0.4.12
1982024-08-12T18:37:31.679Z Downloaded libc v0.2.155
1992024-08-12T18:37:31.704Z Downloaded lazy_static v1.5.0
2002024-08-12T18:37:31.704Z Downloaded itertools v0.10.5
2012024-08-12T18:37:31.729Z Downloaded httparse v1.9.4
2022024-08-12T18:37:31.729Z Downloaded hashbrown v0.14.5
2032024-08-12T18:37:31.729Z Downloaded glob v0.3.1
2042024-08-12T18:37:31.729Z Downloaded getrandom v0.2.15
2052024-08-12T18:37:31.729Z Downloaded futures-util v0.3.30
2062024-08-12T18:37:31.754Z Downloaded futures-task v0.3.30
2072024-08-12T18:37:31.754Z Downloaded futures-macro v0.3.30
2082024-08-12T18:37:31.754Z Downloaded futures-executor v0.3.30
2092024-08-12T18:37:31.754Z Downloaded futures-channel v0.3.30
2102024-08-12T18:37:31.754Z Downloaded float-cmp v0.9.0
2112024-08-12T18:37:31.754Z Downloaded errno v0.3.9
2122024-08-12T18:37:31.754Z Downloaded either v1.13.0
2132024-08-12T18:37:31.754Z Downloaded doc-comment v0.3.3
2142024-08-12T18:37:31.754Z Downloaded difflib v0.4.0
2152024-08-12T18:37:31.754Z Downloaded crossbeam-deque v0.8.5
2162024-08-12T18:37:31.754Z Downloaded criterion v0.5.1
2172024-08-12T18:37:31.781Z Downloaded cfg-if v1.0.0
2182024-08-12T18:37:31.782Z Downloaded tracing-log v0.2.0
2192024-08-12T18:37:31.782Z Downloaded toml_edit v0.22.20
2202024-08-12T18:37:31.807Z Downloaded toml v0.8.19
2212024-08-12T18:37:31.807Z Downloaded tinytemplate v1.2.1
2222024-08-12T18:37:31.807Z Downloaded thread_local v1.1.8
2232024-08-12T18:37:31.807Z Downloaded termcolor v1.4.1
2242024-08-12T18:37:31.807Z Downloaded tempfile v3.12.0
2252024-08-12T18:37:31.807Z Downloaded rustix v0.38.34
2262024-08-12T18:37:31.832Z Downloaded proc-macro2 v1.0.86
2272024-08-12T18:37:31.832Z Downloaded mio v1.0.2
2282024-08-12T18:37:31.857Z Downloaded memchr v2.7.4
2292024-08-12T18:37:31.857Z Downloaded log v0.4.22
2302024-08-12T18:37:31.857Z Downloaded crossbeam-epoch v0.9.18
2312024-08-12T18:37:31.857Z Downloaded tracing v0.1.40
2322024-08-12T18:37:31.857Z Downloaded termtree v0.4.1
2332024-08-12T18:37:31.857Z Downloaded smallvec v1.13.2
2342024-08-12T18:37:31.857Z Downloaded slab v0.4.9
2352024-08-12T18:37:31.857Z Downloaded signal-hook-registry v1.4.2
2362024-08-12T18:37:31.882Z Downloaded sharded-slab v0.1.7
2372024-08-12T18:37:31.882Z Downloaded serde v1.0.206
2382024-08-12T18:37:31.882Z Downloaded scopeguard v1.2.0
2392024-08-12T18:37:31.882Z Downloaded same-file v1.0.6
2402024-08-12T18:37:31.882Z Downloaded nix v0.29.0
2412024-08-12T18:37:31.882Z Downloaded half v2.4.1
2422024-08-12T18:37:31.908Z Downloaded bytes v1.7.1
2432024-08-12T18:37:31.909Z Downloaded autocfg v1.3.0
2442024-08-12T18:37:31.909Z Downloaded tracing-attributes v0.1.27
2452024-08-12T18:37:31.909Z Downloaded rand v0.8.5
2462024-08-12T18:37:31.909Z Downloaded parking_lot v0.12.3
2472024-08-12T18:37:31.909Z Downloaded ciborium-io v0.2.2
2482024-08-12T18:37:31.909Z Downloaded ciborium v0.2.2
2492024-08-12T18:37:31.909Z Downloaded byteorder v1.5.0
2502024-08-12T18:37:31.909Z Downloaded plotters-backend v0.3.6
2512024-08-12T18:37:31.934Z Downloaded pin-project-internal v1.1.5
2522024-08-12T18:37:31.934Z Downloaded oorandom v11.1.4
2532024-08-12T18:37:31.934Z Downloaded nu-ansi-term v0.46.0
2542024-08-12T18:37:31.934Z Downloaded httpdate v1.0.3
2552024-08-12T18:37:31.934Z Downloaded futures-sink v0.3.30
2562024-08-12T18:37:31.934Z Downloaded futures-core v0.3.30
2572024-08-12T18:37:31.934Z Downloaded futures v0.3.30
2582024-08-12T18:37:31.934Z Downloaded criterion-plot v0.5.0
2592024-08-12T18:37:31.934Z Downloaded clap_lex v0.7.2
2602024-08-12T18:37:31.934Z Downloaded ciborium-ll v0.2.2
2612024-08-12T18:37:31.934Z Downloaded cfg_aliases v0.2.1
2622024-08-12T18:37:31.934Z Downloaded cast v0.3.0
2632024-08-12T18:37:31.934Z Downloaded async-stream v0.3.5
2642024-08-12T18:37:31.959Z Downloaded anstyle v1.0.8
2652024-08-12T18:37:31.959Z Downloaded futures-io v0.3.30
2662024-08-12T18:37:31.959Z Downloaded anes v0.1.6
2672024-08-12T18:37:31.959Z Downloaded aho-corasick v1.1.3
2682024-08-12T18:37:31.959Z Downloaded bitflags v2.6.0
2692024-08-12T18:37:31.959Z Downloaded equivalent v1.0.1
2702024-08-12T18:37:32.218Z Compiling proc-macro2 v1.0.86
2712024-08-12T18:37:32.218Z Compiling unicode-ident v1.0.12
2722024-08-12T18:37:32.243Z Compiling autocfg v1.3.0
2732024-08-12T18:37:32.243Z Compiling libc v0.2.155
2742024-08-12T18:37:32.243Z Compiling cfg-if v1.0.0
2752024-08-12T18:37:32.243Z Compiling pin-project-lite v0.2.14
2762024-08-12T18:37:32.243Z Compiling memchr v2.7.4
2772024-08-12T18:37:32.243Z Compiling parking_lot_core v0.9.10
2782024-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`
2792024-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`
2802024-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`
2812024-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`
2822024-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`
2832024-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`
2842024-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`
2852024-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`
2862024-08-12T18:37:32.401Z Compiling smallvec v1.13.2
2872024-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`
2882024-08-12T18:37:32.426Z Compiling scopeguard v1.2.0
2892024-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`
2902024-08-12T18:37:32.476Z Compiling bytes v1.7.1
2912024-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`
2922024-08-12T18:37:32.548Z Compiling futures-core v0.3.30
2932024-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`
2942024-08-12T18:37:32.783Z Compiling futures-sink v0.3.30
2952024-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`
2962024-08-12T18:37:32.816Z Compiling pin-utils v0.1.0
2972024-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`
2982024-08-12T18:37:32.867Z Running `/work/tokio-rs/tokio/target/debug/build/parking_lot_core-3c192d7fbb88efb4/build-script-build`
2992024-08-12T18:37:32.867Z Running `/work/tokio-rs/tokio/target/debug/build/proc-macro2-bcc604bf5ac3ab58/build-script-build`
3002024-08-12T18:37:32.894Z Compiling futures-io v0.3.30
3012024-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`
3022024-08-12T18:37:32.919Z Compiling futures-channel v0.3.30
3032024-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`
3042024-08-12T18:37:32.919Z Compiling futures-task v0.3.30
3052024-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`
3062024-08-12T18:37:32.947Z Running `/work/tokio-rs/tokio/target/debug/build/libc-d32db536f7a7ccca/build-script-build`
3072024-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"))'`
3082024-08-12T18:37:33.009Z Compiling lock_api v0.4.12
3092024-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`
3102024-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)'`
3112024-08-12T18:37:33.177Z Compiling slab v0.4.9
3122024-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`
3132024-08-12T18:37:33.204Z Compiling once_cell v1.19.0
3142024-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`
3152024-08-12T18:37:33.333Z Compiling bitflags v2.6.0
3162024-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`
3172024-08-12T18:37:33.383Z Running `/work/tokio-rs/tokio/target/debug/build/lock_api-80d5a0f0e1ee929e/build-script-build`
3182024-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`
3192024-08-12T18:37:33.645Z Running `/work/tokio-rs/tokio/target/debug/build/slab-48bcc6bcbcdc5744/build-script-build`
3202024-08-12T18:37:33.762Z Compiling rustix v0.38.34
3212024-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`
3222024-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`
3232024-08-12T18:37:34.203Z Compiling fastrand v2.1.0
3242024-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`
3252024-08-12T18:37:34.203Z Compiling quote v1.0.36
3262024-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`
3272024-08-12T18:37:34.204Z Compiling aho-corasick v1.1.3
3282024-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`
3292024-08-12T18:37:34.204Z Compiling regex-syntax v0.8.4
3302024-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`
3312024-08-12T18:37:34.204Z Compiling byteorder v1.5.0
3322024-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`
3332024-08-12T18:37:34.505Z Compiling syn v2.0.74
3342024-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`
3352024-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`
3362024-08-12T18:37:34.531Z Compiling mio v1.0.2
3372024-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`
3382024-08-12T18:37:34.627Z Compiling socket2 v0.5.7
3392024-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`
3402024-08-12T18:37:34.677Z Compiling signal-hook-registry v1.4.2
3412024-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`
3422024-08-12T18:37:34.677Z Compiling num_cpus v1.16.0
3432024-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`
3442024-08-12T18:37:34.776Z Running `/work/tokio-rs/tokio/target/debug/build/rustix-6f3b2ee66cdf5d10/build-script-build`
3452024-08-12T18:37:34.869Z Compiling parking_lot v0.12.3
3462024-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`
3472024-08-12T18:37:35.102Z Compiling errno v0.3.9
3482024-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`
3492024-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`
3502024-08-12T18:37:35.468Z Compiling getrandom v0.2.15
3512024-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`
3522024-08-12T18:37:35.548Z Compiling lazy_static v1.5.0
3532024-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`
3542024-08-12T18:37:35.650Z Compiling rand_core v0.6.4
3552024-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`
3562024-08-12T18:37:35.675Z Compiling num-traits v0.2.19
3572024-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`
3582024-08-12T18:37:35.722Z Compiling syn v1.0.109
3592024-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`
3602024-08-12T18:37:35.777Z Compiling memoffset v0.9.1
3612024-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`
3622024-08-12T18:37:35.940Z Running `/work/tokio-rs/tokio/target/debug/build/num-traits-51f408cace3779a9/build-script-build`
3632024-08-12T18:37:36.032Z Compiling predicates-core v1.0.8
3642024-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`
3652024-08-12T18:37:36.057Z Compiling either v1.13.0
3662024-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`
3672024-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`
3682024-08-12T18:37:36.208Z Running `/work/tokio-rs/tokio/target/debug/build/syn-a477de46bbf15a1d/build-script-build`
3692024-08-12T18:37:36.259Z Compiling cfg_aliases v0.2.1
3702024-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`
3712024-08-12T18:37:36.344Z Compiling nix v0.29.0
3722024-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`
3732024-08-12T18:37:36.377Z Compiling itertools v0.10.5
3742024-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`
3752024-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`
3762024-08-12T18:37:37.007Z Compiling tempfile v3.12.0
3772024-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`
3782024-08-12T18:37:37.121Z Compiling regex-automata v0.4.7
3792024-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`
3802024-08-12T18:37:37.857Z Compiling float-cmp v0.9.0
3812024-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`
3822024-08-12T18:37:37.906Z Running `/work/tokio-rs/tokio/target/debug/build/memoffset-644ada9e70c8c763/build-script-build`
3832024-08-12T18:37:38.013Z Compiling termtree v0.4.1
3842024-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`
3852024-08-12T18:37:38.063Z Compiling difflib v0.4.0
3862024-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`
3872024-08-12T18:37:38.206Z Compiling normalize-line-endings v0.3.0
3882024-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`
3892024-08-12T18:37:38.349Z Compiling predicates-tree v1.0.11
3902024-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`
3912024-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`
3922024-08-12T18:37:38.835Z Running `/work/tokio-rs/tokio/target/debug/build/nix-175435dd78eab303/build-script-build`
3932024-08-12T18:37:38.860Z Compiling downcast v0.11.0
3942024-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`
3952024-08-12T18:37:38.891Z Compiling fragile v2.0.0
3962024-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`
3972024-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)'`
3982024-08-12T18:37:39.403Z Compiling serde v1.0.206
3992024-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`
4002024-08-12T18:37:39.518Z Compiling serde_json v1.0.124
4012024-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`
4022024-08-12T18:37:39.827Z Compiling itoa v1.0.11
4032024-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`
4042024-08-12T18:37:39.878Z Running `/work/tokio-rs/tokio/target/debug/build/serde_json-4d7df6690e7c68df/build-script-build`
4052024-08-12T18:37:39.903Z Running `/work/tokio-rs/tokio/target/debug/build/serde-9c8947a4d418f305/build-script-build`
4062024-08-12T18:37:39.903Z Compiling ryu v1.0.18
4072024-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`
4082024-08-12T18:37:39.943Z Compiling tracing-core v0.1.32
4092024-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`
4102024-08-12T18:37:40.012Z Compiling regex-syntax v0.6.29
4112024-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`
4122024-08-12T18:37:40.203Z Compiling overload v0.1.1
4132024-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`
4142024-08-12T18:37:40.228Z Compiling httparse v1.9.4
4152024-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`
4162024-08-12T18:37:40.285Z Compiling log v0.4.22
4172024-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`
4182024-08-12T18:37:40.682Z Compiling regex v1.10.6
4192024-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`
4202024-08-12T18:37:40.794Z Running `/work/tokio-rs/tokio/target/debug/build/httparse-65089cfb9fc4b037/build-script-build`
4212024-08-12T18:37:40.844Z Compiling tracing-log v0.2.0
4222024-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`
4232024-08-12T18:37:41.253Z Compiling predicates v2.1.5
4242024-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`
4252024-08-12T18:37:41.278Z Compiling nu-ansi-term v0.46.0
4262024-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`
4272024-08-12T18:37:41.507Z Compiling sharded-slab v0.1.7
4282024-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`
4292024-08-12T18:37:41.616Z Compiling thread_local v1.1.8
4302024-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`
4312024-08-12T18:37:41.881Z Compiling fnv v1.0.7
4322024-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`
4332024-08-12T18:37:41.993Z Compiling http v0.2.12
4342024-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`
4352024-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`
4362024-08-12T18:37:42.637Z Compiling regex-automata v0.1.10
4372024-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`
4382024-08-12T18:37:42.772Z Compiling httpdate v1.0.3
4392024-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`
4402024-08-12T18:37:42.832Z Compiling doc-comment v0.3.3
4412024-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`
4422024-08-12T18:37:43.190Z Compiling equivalent v1.0.1
4432024-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`
4442024-08-12T18:37:43.301Z Compiling hashbrown v0.14.5
4452024-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`
4462024-08-12T18:37:43.352Z Running `/work/tokio-rs/tokio/target/debug/build/doc-comment-007b411b2934078c/build-script-build`
4472024-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`
4482024-08-12T18:37:43.546Z Compiling winnow v0.6.18
4492024-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`
4502024-08-12T18:37:44.013Z Compiling tokio-macros v2.4.0 (/work/tokio-rs/tokio/tokio-macros)
4512024-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`
4522024-08-12T18:37:44.260Z Compiling futures-macro v0.3.30
4532024-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`
4542024-08-12T18:37:44.350Z Compiling async-stream-impl v0.3.5
4552024-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`
4562024-08-12T18:37:45.208Z Compiling tokio v1.39.2 (/work/tokio-rs/tokio/tokio)
4572024-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`
4582024-08-12T18:37:45.293Z Compiling zerocopy-derive v0.7.35
4592024-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`
4602024-08-12T18:37:45.416Z Compiling async-stream v0.3.5
4612024-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`
4622024-08-12T18:37:45.465Z Compiling pin-project-internal v1.1.5
4632024-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`
4642024-08-12T18:37:45.490Z Compiling mockall_derive v0.11.4
4652024-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`
4662024-08-12T18:37:45.694Z Compiling serde_derive v1.0.206
4672024-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`
4682024-08-12T18:37:45.744Z Compiling futures-util v0.3.30
4692024-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`
4702024-08-12T18:37:45.960Z Compiling tracing-attributes v0.1.27
4712024-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`
4722024-08-12T18:37:46.542Z Compiling matchers v0.1.0
4732024-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`
4742024-08-12T18:37:46.726Z Compiling indexmap v2.3.0
4752024-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`
4762024-08-12T18:37:46.882Z Compiling zerocopy v0.7.35
4772024-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`
4782024-08-12T18:37:47.676Z Compiling pin-project v1.1.5
4792024-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`
4802024-08-12T18:37:47.774Z Compiling trybuild v1.0.99
4812024-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`
4822024-08-12T18:37:47.896Z Compiling termcolor v1.4.1
4832024-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`
4842024-08-12T18:37:48.140Z Compiling ppv-lite86 v0.2.20
4852024-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`
4862024-08-12T18:37:48.189Z Running `/work/tokio-rs/tokio/target/debug/build/trybuild-89adeae6b0c80601/build-script-build`
4872024-08-12T18:37:48.238Z Compiling glob v0.3.1
4882024-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`
4892024-08-12T18:37:48.643Z Compiling tracing v0.1.40
4902024-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`
4912024-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`
4922024-08-12T18:37:48.919Z Compiling rand_chacha v0.3.1
4932024-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`
4942024-08-12T18:37:49.016Z Compiling tracing-subscriber v0.3.18
4952024-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`
4962024-08-12T18:37:49.243Z Compiling rand v0.8.5
4972024-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`
4982024-08-12T18:37:50.434Z Compiling futures-executor v0.3.30
4992024-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`
5002024-08-12T18:37:50.699Z Compiling futures v0.3.30
5012024-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`
5022024-08-12T18:37:50.800Z Compiling futures-test v0.3.30
5032024-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`
5042024-08-12T18:37:50.887Z Compiling mockall v0.11.4
5052024-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`
5062024-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)'`
5072024-08-12T18:37:52.021Z Compiling tokio-util v0.7.11 (/work/tokio-rs/tokio/tokio-util)
5082024-08-12T18:37:52.021Z Compiling tests-build v0.1.0 (/work/tokio-rs/tokio/tests-build)
5092024-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`
5102024-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`
5112024-08-12T18:37:53.305Z Compiling tokio-stream v0.1.15 (/work/tokio-rs/tokio/tokio-stream)
5122024-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`
5132024-08-12T18:37:54.040Z Compiling tokio-test v0.4.4 (/work/tokio-rs/tokio/tokio-test)
5142024-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`
5152024-08-12T18:37:54.315Z Compiling tests-integration v0.1.0 (/work/tokio-rs/tokio/tests-integration)
5162024-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`
5172024-08-12T18:37:55.535Z Compiling toml_datetime v0.6.8
5182024-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)'`
5192024-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`
5202024-08-12T18:37:55.585Z Compiling serde_spanned v0.6.7
5212024-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`
5222024-08-12T18:37:55.914Z Compiling toml_edit v0.22.20
5232024-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`
5242024-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`
5252024-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`
5262024-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`
5272024-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`
5282024-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`
5292024-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`
5302024-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`
5312024-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`
5322024-08-12T18:37:58.068Z Compiling examples v0.0.0 (/work/tokio-rs/tokio/examples)
5332024-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`
5342024-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`
5352024-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`
5362024-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`
5372024-08-12T18:37:58.821Z Compiling toml v0.8.19
5382024-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`
5392024-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`
5402024-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`
5412024-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`
5422024-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`
5432024-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"))'`
5442024-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`
5452024-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`
5462024-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`
5472024-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`
5482024-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`
5492024-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`
5502024-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`
5512024-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`
5522024-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`
5532024-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`
5542024-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`
5552024-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`
5562024-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`
5572024-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`
5582024-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`
5592024-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`
5602024-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`
5612024-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`
5622024-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`
5632024-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`
5642024-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`
5652024-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`
5662024-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`
5672024-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`
5682024-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`
5692024-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`
5702024-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`
5712024-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`
5722024-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`
5732024-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`
5742024-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`
5752024-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`
5762024-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`
5772024-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`
5782024-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`
5792024-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`
5802024-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`
5812024-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`
5822024-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`
5832024-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`
5842024-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`
5852024-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`
5862024-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`
5872024-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`
5882024-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`
5892024-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`
5902024-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`
5912024-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`
5922024-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`
5932024-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`
5942024-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`
5952024-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`
5962024-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`
5972024-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`
5982024-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`
5992024-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`
6002024-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`
6012024-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`
6022024-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`
6032024-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`
6042024-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`
6052024-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`
6062024-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`
6072024-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`
6082024-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`
6092024-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`
6102024-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`
6112024-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`
6122024-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`
6132024-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`
6142024-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`
6152024-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`
6162024-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`
6172024-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`
6182024-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`
6192024-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`
6202024-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`
6212024-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`
6222024-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`
6232024-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`
6242024-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`
6252024-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`
6262024-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`
6272024-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`
6282024-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`
6292024-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`
6302024-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`
6312024-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`
6322024-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`
6332024-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`
6342024-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`
6352024-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`
6362024-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`
6372024-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`
6382024-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`
6392024-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`
6402024-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`
6412024-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`
6422024-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`
6432024-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`
6442024-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`
6452024-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`
6462024-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`
6472024-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`
6482024-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`
6492024-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`
6502024-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`
6512024-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`
6522024-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`
6532024-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`
6542024-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`
6552024-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`
6562024-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`
6572024-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`
6582024-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`
6592024-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`
6602024-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`
6612024-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`
6622024-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`
6632024-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`
6642024-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`
6652024-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`
6662024-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`
6672024-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`
6682024-08-12T18:38:37.858Z Compiling stress-test v0.1.0 (/work/tokio-rs/tokio/stress-test)
6692024-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`
6702024-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`
6712024-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`
6722024-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`
6732024-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`
6742024-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`
6752024-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`
6762024-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`
6772024-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`
6782024-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`
6792024-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`
6802024-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`
6812024-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`
6822024-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`
6832024-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`
6842024-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`
6852024-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`
6862024-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`
6872024-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`
6882024-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`
6892024-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`
6902024-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`
6912024-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`
6922024-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`
6932024-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`
6942024-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`
6952024-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`
6962024-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`
6972024-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`
6982024-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`
6992024-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`
7002024-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`
7012024-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`
7022024-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`
7032024-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`
7042024-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`
7052024-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`
7062024-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`
7072024-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`
7082024-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`
7092024-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`
7102024-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`
7112024-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`
7122024-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`
7132024-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`
7142024-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`
7152024-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`
7162024-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`
7172024-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`
7182024-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`
7192024-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`
7202024-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`
7212024-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`
7222024-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`
7232024-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`
7242024-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`
7252024-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`
7262024-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`
7272024-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`
7282024-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`
7292024-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`
7302024-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`
7312024-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`
7322024-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`
7332024-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`
7342024-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`
7352024-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`
7362024-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`
7372024-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`
7382024-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`
7392024-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`
7402024-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`
7412024-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`
7422024-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`
7432024-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`
7442024-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`
7452024-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`
7462024-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`
7472024-08-12T18:39:37.437Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 07s
7482024-08-12T18:39:37.675Z Executable `/work/tokio-rs/tokio/target/debug/deps/tests_build-4b5e7ac3f0ce5f4a`
7492024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros-01e691f56fe38428`
7502024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_clippy-bb5d73cdb45e6b34`
7512024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/tests_integration-a3af7c92e9dbf517`
7522024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/test_cat-da936482eea96487`
7532024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_main-7b3ffb085bbfdda9`
7542024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_pin-7912cb0969785bc2`
7552024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_select-60cde3728e10c569`
7562024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_stdio-f4b3d468ee0c192b`
7572024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/tokio-e14777fcc8a7eb32`
7582024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/_require_full-91f1a4517d546af4`
7592024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/async_send_sync-869995956be47ba6`
7602024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/buffered-19469e50c2b6894d`
7612024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/coop_budget-e6153a16b7251fe0`
7622024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/dump-aa54000ffad4f4d7`
7632024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/duplex_stream-0bca845ac79ca250`
7642024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs-c91fed1660e2cf2d`
7652024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_canonicalize_dir-bf3fcd5e44de37ae`
7662024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_copy-8e5919cbe6123e53`
7672024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_dir-dae22b4d9ade9a60`
7682024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_file-a6f13adfff975d49`
7692024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_link-fe949fdf4768a974`
7702024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_open_options-0d433efcce3b663b`
7712024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_open_options_windows-a6936c725c435185`
7722024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_remove_dir_all-64cc7632960ec8dc`
7732024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_remove_file-efc6e39fd532c86e`
7742024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_rename-aa2e4da9206d4d93`
7752024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_symlink_dir_windows-2d2448b85df55994`
7762024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_symlink_file_windows-7bb5ce1b467d2ec2`
7772024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/fs_try_exists-f8dab3275cb409c2`
7782024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_async_fd-729ad4bca7ab7f0b`
7792024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_async_read-236ef0d114f64584`
7802024-08-12T18:39:37.676Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_buf_reader-a529dadb870647d6`
7812024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_buf_writer-425fa761b6967e99`
7822024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_chain-57b5c49ffefc8f8a`
7832024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_copy-42b8717018ea2ee1`
7842024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_copy_bidirectional-f6ef7a2269883a2a`
7852024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_driver-fa4cd484e56122ec`
7862024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_driver_drop-b448d21e17eefb52`
7872024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_fill_buf-81c756745f2c0282`
7882024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_join-9290bb99cfe114f5`
7892024-08-12T18:39:37.724Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_lines-b5595f4dd5fea91c`
7902024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_mem_stream-451061517398a44e`
7912024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_panic-c90f64626b10df86`
7922024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_poll_aio-23e61c6320859d6e`
7932024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_read-f22b186dc2540b10`
7942024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_buf-6537c651ffca0afd`
7952024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_exact-d8dac3fa7577f0fe`
7962024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_line-847fbff992709b46`
7972024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_to_end-cd63c5f5cf2d9f12`
7982024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_to_string-250df6b9f2acbea5`
7992024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_read_until-7e945131c3abd344`
8002024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_repeat-83fa37f6b4a51d1b`
8012024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_sink-30574c4d68f02f22`
8022024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_split-2fda7f712ae1c966`
8032024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_take-49a193b0de5c8f86`
8042024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_util_empty-f842d6bece6ed982`
8052024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_write-731c8c739d33265b`
8062024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_all-f1b27834efafb99b`
8072024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_all_buf-6e624c7e41b97369`
8082024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_buf-f2631c636d0e756f`
8092024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_write_int-8004f8211e8bc5cc`
8102024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/join_handle_panic-b6a5539218af8b66`
8112024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_join-a7098ee57ec73f59`
8122024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_pin-8fa122d4fa4dec80`
8132024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_rename_test-f160b514f54edccc`
8142024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_select-dbd38fb2364acefd`
8152024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_test-b82b34815c850796`
8162024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros_try_join-1d783030168c4dc2`
8172024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/net_bind_resource-9d8eebacf983a8b2`
8182024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/net_lookup_host-861569553be73bd9`
8192024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/net_named_pipe-3d758ef7aa4f5875`
8202024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/net_panic-aacdd72bbe15a962`
8212024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/net_unix_pipe-073c3b89f669c33f`
8222024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/no_rt-56768f30f5308b18`
8232024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_arg0-cede9d591083a7b9`
8242024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_change_of_runtime-1c07342ec27a4eec`
8252024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_issue_2174-227942e65be55070`
8262024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_issue_42-f5dd9c3f572cbdf8`
8272024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_kill_on_drop-27be22126760c6d5`
8282024-08-12T18:39:37.725Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_raw_handle-de2d38b0a8c6c768`
8292024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/process_smoke-7dd1148aa80cc35a`
8302024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_basic-1bf626b7156f9fd6`
8312024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_common-56546ea8a410fdf1`
8322024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_handle-43bdf625d124db43`
8332024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_handle_block_on-998c00954cca2566`
8342024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_metrics-a1d443c1ed63f2c6`
8352024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_panic-2f8b9e338562a676`
8362024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_threaded-4e56af4679ba701c`
8372024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_threaded_alt-e917562c074769cf`
8382024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_time_start_paused-c84a9edcea52dd61`
8392024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/rt_unstable_metrics-9057b373efd3bce5`
8402024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_ctrl_c-ef2ccc35e1855bc5`
8412024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_recv-518dbdd4248d8ff2`
8422024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_rt-b574637fdc2476d4`
8432024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_drop_signal-8833435371650579`
8442024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_multi_rt-acd935e920f47f08`
8452024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_no_rt-5d564fa1a84b5ea9`
8462024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_notify_both-ea2e7a61582752c3`
8472024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_panic-37324cbd8afde40c`
8482024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_twice-f233120cfe575a7d`
8492024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/signal_usr1-e34c664cdbab86d7`
8502024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_barrier-e9603647adcac4fb`
8512024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_broadcast-194d18b60ed50393`
8522024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_errors-08fa55cd20c7569f`
8532024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mpsc-2e9671656e67d1e2`
8542024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mpsc_weak-8096bd32243fdbc5`
8552024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mutex-ac9cb68bf958e550`
8562024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_mutex_owned-b250fa25b5d073fc`
8572024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_notify-8018f5c1ecc754aa`
8582024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_once_cell-c4c0c6fd34e315cb`
8592024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_oneshot-825e1d3c6f68739e`
8602024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_panic-a7579f969ea5a11e`
8612024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_rwlock-34e1c42c224e354f`
8622024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_semaphore-663db068f0b9647d`
8632024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_semaphore_owned-135cac2a346f5995`
8642024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_watch-dee5506bccc83f2d`
8652024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_abort-378d1d1175e32c4c`
8662024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_blocking-b95daea1ef0c4588`
8672024-08-12T18:39:37.726Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_builder-66ba8b217413522d`
8682024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_id-5556a873165dde56`
8692024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_join_set-32ced6a886dbe914`
8702024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_local-65a665fa443d8afb`
8712024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_local_set-1bdec6248d73cafd`
8722024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_panic-e2613a0d96ff0093`
8732024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_yield_now-ef45e81b2ae59cb9`
8742024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_accept-38b17338d9047fad`
8752024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_connect-493c95707e0bf09c`
8762024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_echo-163964149b863eea`
8772024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_into_split-b79c03dbf647fd7b`
8782024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_into_std-e4cd8bf8868475fb`
8792024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_peek-a6420c0c082ed65a`
8802024-08-12T18:39:37.727Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_shutdown-9d0d9cb2a3d02d3e`
8812024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_socket-b33623ac49bd3182`
8822024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_split-696e6c4b4f0f9b56`
8832024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/tcp_stream-7cde76988d82e796`
8842024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/test_clock-59a096e7c43f9c72`
8852024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_interval-6d7fcbd865bb5e31`
8862024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_panic-0c00d9b17b57755f`
8872024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_pause-da750d255e3d63e0`
8882024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_rt-be7c0e8f6c25a1d0`
8892024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_sleep-0dedd030478acd80`
8902024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_timeout-810e2246b41f4134`
8912024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/udp-5be1a089b7bbe850`
8922024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/uds_cred-53325d2d110fe556`
8932024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/uds_datagram-c2661978c3abb78b`
8942024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/uds_socket-bba909c36732a270`
8952024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/uds_split-fd9cb77c6c058e7d`
8962024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/uds_stream-e9288f2eb393dce3`
8972024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/unwindsafe-3ac65f0450354a54`
8982024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_macros-6b49c8b6b0446b88`
8992024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_stream-8c1e3d26c1a752d9`
9002024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/async_send_sync-ab3eff4014aaa221`
9012024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/chunks_timeout-c21ed21751156442`
9022024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_chain-c6f4437a3bfc436e`
9032024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_close-70e703c874835eab`
9042024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_collect-62fcf6be82e3e8f4`
9052024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_empty-90f28850a23cadd1`
9062024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_fuse-280c85da4b6f1e1e`
9072024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_iter-42fa84726cebe027`
9082024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_merge-88e2e11fbc4201cb`
9092024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_once-743fb30446361aee`
9102024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_panic-365ccd19b1161431`
9112024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_pending-a1e3d70e93a26eae`
9122024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_stream_map-dd4ea439bc044da8`
9132024-08-12T18:39:37.753Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_timeout-7d6da94b079ebae5`
9142024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_throttle-0255233bdda0a43f`
9152024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/watch-d7316e5623013a42`
9162024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_test-946f26a290e5f239`
9172024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/block_on-98f0c224e7b3ccf8`
9182024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/io-2681afc53e862ffe`
9192024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/macros-6edace56c2dff036`
9202024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/stream_mock-13b094933b467b3c`
9212024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/task-648fd60ad7eb58c4`
9222024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/tokio_util-8b8c2ae93d1847f8`
9232024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/_require_full-941dd47ea02baf85`
9242024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/codecs-a94e4fd652c17464`
9252024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/compat-45bb725924b87f3b`
9262024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/context-b3c4c80a98e42528`
9272024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/framed-5aeef00b16e95da0`
9282024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/framed_read-92356a85e46cba56`
9292024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/framed_stream-802913b9d5b33ed6`
9302024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/framed_write-6aa567b7f2536a69`
9312024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_inspect-48399eaa7ccdc124`
9322024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_reader_stream-930f6e039900260b`
9332024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_sink_writer-b8bd60a1453bcae7`
9342024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_stream_reader-2a198d53d64d4e2d`
9352024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/io_sync_bridge-3a11e042a86e7094`
9362024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/length_delimited-e2ff54a09503de6a`
9372024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/mpsc-09d0514fc73e1a2b`
9382024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/panic-e01c7e0e5a434bcd`
9392024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/poll_semaphore-53a3e06b0e2d375a`
9402024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/reusable_box-c814e8e3f29ab142`
9412024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/spawn_pinned-bbf5be3925ff9c49`
9422024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/sync_cancellation_token-b4f9e1cd50022c4b`
9432024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_join_map-d822e270f22bb1cc`
9442024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/task_tracker-d27ecc822e9d2313`
9452024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/time_delay_queue-35ec379133127c93`
9462024-08-12T18:39:37.754Z Executable `/work/tokio-rs/tokio/target/debug/deps/udp-00002a7501c9b17a`
9472024-08-12T18:39:37.754Z
9482024-08-12T18:39:37.754Zreal 2:07.531772420
9492024-08-12T18:39:37.754Zuser 10:23.604458617
9502024-08-12T18:39:37.754Zsys 2:40.171529139
9512024-08-12T18:39:37.754Ztrap 0.397964081
9522024-08-12T18:39:37.754Ztflt 0.123273609
9532024-08-12T18:39:37.755Zdflt 1.950910067
9542024-08-12T18:39:37.755Zkflt 0.002863100
9552024-08-12T18:39:37.755Zlock 21:04.242525124
9562024-08-12T18:39:37.755Zslp 52:44.922495069
9572024-08-12T18:39:37.755Zlat 55.873929995
9582024-08-12T18:39:37.755Zstop 53.098445346
9592024-08-12T18:39:37.755Z+ banner tests
9602024-08-12T18:39:37.755Z
9612024-08-12T18:39:37.755Z ##### ###### #### ##### ####
9622024-08-12T18:39:37.755Z # # # # #
9632024-08-12T18:39:37.755Z # ##### #### # ####
9642024-08-12T18:39:37.755Z # # # # #
9652024-08-12T18:39:37.755Z # # # # # # #
9662024-08-12T18:39:37.755Z # ###### #### # ####
9672024-08-12T18:39:37.755Z
9682024-08-12T18:39:37.755Z+ ptime -m cargo nextest run --features full
9692024-08-12T18:39:38.645Z Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
9702024-08-12T18:39:40.259Z Starting 1416 tests across 199 binaries (22 skipped; run ID: ca819a48-e8e3-4eb0-bcf0-fb3659a839ad, nextest profile: default)
9712024-08-12T18:39:40.322Z PASS [ 0.027s] tests-build::macros_clippy test_with_semicolon_without_return_type
9722024-08-12T18:39:40.322Z PASS [ 0.024s] tests-integration::macros_main main_with_spawn
9732024-08-12T18:39:40.322Z PASS [ 0.017s] tests-integration::macros_pin pin
9742024-08-12T18:39:40.322Z PASS [ 0.020s] tests-integration::macros_main shell
9752024-08-12T18:39:40.322Z PASS [ 0.032s] tests-integration::macros_select join_with_select
9762024-08-12T18:39:40.322Z PASS [ 0.028s] tests-integration::process_stdio pipe_from_one_command_to_another
9772024-08-12T18:39:40.322Z PASS [ 0.024s] tests-integration::process_stdio status_closes_any_pipes
9782024-08-12T18:39:40.348Z PASS [ 0.030s] tests-integration::process_stdio try_wait
9792024-08-12T18:39:40.348Z PASS [ 0.019s] tokio fs::file::tests::busy_file_seek_error
9802024-08-12T18:39:40.348Z PASS [ 0.024s] tests-integration::process_stdio wait_with_output_captures
9812024-08-12T18:39:40.348Z PASS [ 0.047s] tests-integration::process_stdio feed_a_lot
9822024-08-12T18:39:40.348Z PASS [ 0.028s] tests-integration::process_stdio vectored_writes
9832024-08-12T18:39:40.373Z PASS [ 0.016s] tokio fs::file::tests::incomplete_read_followed_by_flush
9842024-08-12T18:39:40.373Z PASS [ 0.020s] tokio fs::file::tests::incomplete_partial_read_followed_by_write
9852024-08-12T18:39:40.373Z PASS [ 0.026s] tokio fs::file::tests::incomplete_flush_followed_by_write
9862024-08-12T18:39:40.373Z PASS [ 0.030s] tokio fs::file::tests::flush_while_idle
9872024-08-12T18:39:40.397Z PASS [ 0.015s] tokio fs::file::tests::open_set_len_ok
9882024-08-12T18:39:40.397Z PASS [ 0.028s] tokio fs::file::tests::incomplete_read_followed_by_write
9892024-08-12T18:39:40.397Z PASS [ 0.023s] tokio fs::file::tests::open_read
9902024-08-12T18:39:40.397Z PASS [ 0.019s] tokio fs::file::tests::open_set_len_err
9912024-08-12T18:39:40.397Z PASS [ 0.015s] tokio fs::file::tests::read_err_then_read_success
9922024-08-12T18:39:40.398Z PASS [ 0.028s] tokio fs::file::tests::open_write
9932024-08-12T18:39:40.398Z PASS [ 0.024s] tokio fs::file::tests::partial_read_set_len_ok
9942024-08-12T18:39:40.398Z PASS [ 0.019s] tokio fs::file::tests::read_err
9952024-08-12T18:39:40.423Z PASS [ 0.016s] tokio fs::file::tests::read_with_smaller_buf
9962024-08-12T18:39:40.423Z PASS [ 0.027s] tokio fs::file::tests::read_twice_before_dispatch
9972024-08-12T18:39:40.423Z PASS [ 0.024s] tokio fs::file::tests::read_with_bigger_buf
9982024-08-12T18:39:40.423Z PASS [ 0.024s] tokio fs::file::tests::sync_all_err_ordered_after_write
9992024-08-12T18:39:40.423Z PASS [ 0.020s] tokio fs::file::tests::sync_all_ordered_after_write
10002024-08-12T18:39:40.423Z PASS [ 0.016s] tokio fs::file::tests::sync_data_err_ordered_after_write
10012024-08-12T18:39:40.448Z PASS [ 0.022s] tokio fs::file::tests::sync_data_ordered_after_write
10022024-08-12T18:39:40.448Z PASS [ 0.018s] tokio fs::file::tests::write_read_flush_err
10032024-08-12T18:39:40.448Z PASS [ 0.015s] tokio fs::file::tests::write_read_write_err
10042024-08-12T18:39:40.448Z PASS [ 0.023s] tokio fs::file::tests::write_seek_flush_err
10052024-08-12T18:39:40.448Z PASS [ 0.019s] tokio fs::file::tests::write_seek_write_err
10062024-08-12T18:39:40.448Z PASS [ 0.016s] tokio fs::file::tests::write_twice_before_dispatch
10072024-08-12T18:39:40.448Z PASS [ 0.019s] tokio fs::file::tests::write_write_err
10082024-08-12T18:39:40.448Z PASS [ 0.019s] tokio future::maybe_done::miri_tests::maybe_done_miri
10092024-08-12T18:39:40.474Z PASS [ 0.013s] tokio io::util::buf_reader::tests::assert_unpin
10102024-08-12T18:39:40.474Z PASS [ 0.016s] tokio io::util::buf_stream::tests::assert_unpin
10112024-08-12T18:39:40.576Z PASS [ 0.016s] tokio io::util::buf_writer::tests::assert_unpin
10122024-08-12T18:39:40.601Z PASS [ 0.031s] tokio io::stdio_common::tests::test_splitter
10132024-08-12T18:39:40.601Z PASS [ 0.017s] tokio io::util::chain::tests::assert_unpin
10142024-08-12T18:39:40.601Z PASS [ 0.015s] tokio io::util::copy_buf::tests::assert_unpin
10152024-08-12T18:39:40.601Z PASS [ 0.015s] tokio io::util::empty::tests::assert_unpin
10162024-08-12T18:39:40.601Z PASS [ 0.015s] tokio io::util::lines::tests::assert_unpin
10172024-08-12T18:39:40.601Z PASS [ 0.016s] tokio io::util::repeat::tests::assert_unpin
10182024-08-12T18:39:40.601Z PASS [ 0.015s] tokio io::util::sink::tests::assert_unpin
10192024-08-12T18:39:40.601Z PASS [ 0.015s] tokio io::util::split::tests::assert_unpin
10202024-08-12T18:39:40.602Z PASS [ 0.062s] tokio io::stdio_common::tests::test_pseudo_text
10212024-08-12T18:39:40.602Z PASS [ 0.019s] tokio io::util::take::tests::assert_unpin
10222024-08-12T18:39:40.602Z PASS [ 0.019s] tokio process::imp::orphan::test::does_not_register_signal_if_queue_empty
10232024-08-12T18:39:40.602Z PASS [ 0.015s] tokio process::imp::orphan::test::drain_attempts_a_single_reap_of_all_queued_orphans
10242024-08-12T18:39:40.602Z PASS [ 0.019s] tokio process::imp::orphan::test::does_nothing_if_signal_could_not_be_registered
10252024-08-12T18:39:40.602Z PASS [ 0.020s] tokio process::imp::orphan::test::no_reap_if_no_signal_received
10262024-08-12T18:39:40.602Z PASS [ 0.016s] tokio process::imp::orphan::test::no_reap_if_signal_lock_held
10272024-08-12T18:39:40.602Z PASS [ 0.021s] tokio process::imp::reap::test::drop_enqueues_orphan_if_wait_fails
10282024-08-12T18:39:40.602Z PASS [ 0.017s] tokio process::imp::reap::test::drop_reaps_if_possible
10292024-08-12T18:39:40.602Z PASS [ 0.023s] tokio process::imp::reap::test::kill
10302024-08-12T18:39:40.602Z PASS [ 0.018s] tokio process::imp::reap::test::reaper
10312024-08-12T18:39:40.602Z PASS [ 0.019s] tokio process::test::kills_on_drop_if_specified
10322024-08-12T18:39:40.602Z PASS [ 0.017s] tokio process::test::no_kill_if_reaped
10332024-08-12T18:39:40.602Z PASS [ 0.022s] tokio process::test::no_kill_if_already_killed
10342024-08-12T18:39:40.602Z PASS [ 0.021s] tokio process::test::no_kill_on_drop_by_default
10352024-08-12T18:39:40.602Z PASS [ 0.017s] tokio runtime::coop::test::budgeting
10362024-08-12T18:39:40.602Z PASS [ 0.179s] tokio fs::file::tests::read_with_buffer_larger_than_max
10372024-08-12T18:39:40.602Z PASS [ 0.026s] tokio runtime::scheduler::multi_thread::idle::test_state
10382024-08-12T18:39:40.602Z PASS [ 0.022s] tokio runtime::scheduler::multi_thread::queue::test_local_queue_capacity
10392024-08-12T18:39:40.602Z PASS [ 0.017s] tokio runtime::task::core::header_lte_cache_line
10402024-08-12T18:39:40.602Z PASS [ 0.026s] tokio runtime::task::list::tests::test_id_not_broken
10412024-08-12T18:39:40.602Z PASS [ 0.163s] tokio fs::file::tests::write_with_buffer_larger_than_max
10422024-08-12T18:39:40.637Z PASS [ 0.031s] tokio runtime::tests::inject::pop_n_drains_on_drop
10432024-08-12T18:39:40.637Z PASS [ 0.022s] tokio runtime::tests::inject::push_batch_and_pop
10442024-08-12T18:39:40.637Z PASS [ 0.027s] tokio runtime::tests::inject::push_and_pop
10452024-08-12T18:39:40.637Z PASS [ 0.019s] tokio runtime::tests::queue::fits_256_all_at_once
10462024-08-12T18:39:40.637Z PASS [ 0.030s] tokio runtime::tests::queue::fits_256_all_in_chunks
10472024-08-12T18:39:40.637Z PASS [ 0.026s] tokio runtime::tests::queue::fits_256_one_at_a_time
10482024-08-12T18:39:40.637Z PASS [ 0.021s] tokio runtime::tests::queue::overflow
10492024-08-12T18:39:40.637Z PASS [ 0.033s] tokio runtime::tests::queue::steal_batch
10502024-08-12T18:39:40.662Z PASS [ 0.016s] tokio runtime::time::tests::change_waker
10512024-08-12T18:39:40.662Z PASS [ 0.021s] tokio runtime::time::tests::drop_timer
10522024-08-12T18:39:40.662Z PASS [ 0.020s] tokio runtime::time::tests::instant_to_tick_max
10532024-08-12T18:39:40.662Z PASS [ 0.015s] tokio runtime::time::tests::poll_process_levels_targeted
10542024-08-12T18:39:40.662Z PASS [ 0.019s] tokio runtime::time::tests::reset_future
10552024-08-12T18:39:40.662Z PASS [ 0.018s] tokio runtime::time::tests::single_timer
10562024-08-12T18:39:40.663Z PASS [ 0.015s] tokio runtime::time::wheel::level::test::test_slot_for
10572024-08-12T18:39:40.687Z PASS [ 0.014s] tokio runtime::time::wheel::test::test_level_for
10582024-08-12T18:39:40.687Z PASS [ 0.014s] tokio signal::registry::tests::broadcast_returns_if_at_least_one_event_fired
10592024-08-12T18:39:40.687Z PASS [ 0.015s] tokio signal::registry::tests::record_invalid_event_does_nothing
10602024-08-12T18:39:40.712Z PASS [ 0.016s] tokio signal::registry::tests::smoke
10612024-08-12T18:39:40.712Z PASS [ 0.015s] tokio signal::reusable_box::test::test_different_futures
10622024-08-12T18:39:40.712Z PASS [ 0.014s] tokio signal::reusable_box::test::test_different_sizes
10632024-08-12T18:39:40.712Z PASS [ 0.015s] tokio signal::reusable_box::test::test_zero_sized
10642024-08-12T18:39:40.737Z PASS [ 0.014s] tokio signal::unix::tests::from_c_int
10652024-08-12T18:39:40.737Z PASS [ 0.015s] tokio signal::unix::tests::into_c_int
10662024-08-12T18:39:40.737Z PASS [ 0.013s] tokio signal::unix::tests::signal_enable_error_on_forbidden_input
10672024-08-12T18:39:40.737Z PASS [ 0.068s] tokio signal::registry::tests::register_panics_on_invalid_input
10682024-08-12T18:39:40.737Z PASS [ 0.018s] tokio signal::unix::tests::signal_enable_error_on_invalid_input
10692024-08-12T18:39:40.762Z PASS [ 0.014s] tokio sync::broadcast::tests::receiver_count_on_channel_constructor
10702024-08-12T18:39:40.762Z PASS [ 0.015s] tokio sync::broadcast::tests::receiver_count_on_sender_constructor
10712024-08-12T18:39:40.762Z PASS [ 0.015s] tokio sync::mpsc::block::assert_no_stack_overflow
10722024-08-12T18:39:40.762Z PASS [ 0.015s] tokio sync::mutex::bounds
10732024-08-12T18:39:40.787Z PASS [ 0.014s] tokio sync::rwlock::bounds
10742024-08-12T18:39:40.787Z PASS [ 0.015s] tokio sync::semaphore::bounds
10752024-08-12T18:39:40.787Z PASS [ 0.014s] tokio sync::tests::atomic_waker::basic_usage
10762024-08-12T18:39:40.787Z PASS [ 0.015s] tokio sync::tests::atomic_waker::wake_without_register
10772024-08-12T18:39:40.812Z PASS [ 0.014s] tokio sync::tests::notify::notify_clones_waker_before_lock
10782024-08-12T18:39:40.812Z PASS [ 0.017s] tokio sync::tests::notify::notify_simple
10792024-08-12T18:39:40.837Z PASS [ 0.015s] tokio sync::tests::notify::watch_test
10802024-08-12T18:39:40.837Z PASS [ 0.062s] tokio sync::tests::atomic_waker::atomic_waker_panic_safe
10812024-08-12T18:39:40.837Z PASS [ 0.014s] tokio sync::tests::semaphore_batch::cancel_acquire_releases_permits
10822024-08-12T18:39:40.837Z PASS [ 0.015s] tokio sync::tests::semaphore_batch::close_semaphore_notifies_permit1
10832024-08-12T18:39:40.861Z PASS [ 0.219s] tokio runtime::time::tests::poll_process_levels
10842024-08-12T18:39:40.861Z PASS [ 0.018s] tokio sync::tests::semaphore_batch::close_semaphore_notifies_permit2
10852024-08-12T18:39:40.861Z PASS [ 0.018s] tokio sync::tests::semaphore_batch::close_semaphore_prevents_acquire
10862024-08-12T18:39:40.861Z PASS [ 0.015s] tokio sync::tests::semaphore_batch::forget_permits_basic
10872024-08-12T18:39:40.861Z PASS [ 0.067s] tokio sync::tests::notify::notify_waiters_handles_panicking_waker
10882024-08-12T18:39:40.886Z PASS [ 0.017s] tokio sync::tests::semaphore_batch::max_permits_doesnt_panic
10892024-08-12T18:39:40.916Z PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_many_available
10902024-08-12T18:39:40.916Z PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_many_unavailable
10912024-08-12T18:39:40.916Z PASS [ 0.014s] tokio sync::tests::semaphore_batch::poll_acquire_one_available
10922024-08-12T18:39:40.916Z PASS [ 0.018s] tokio sync::tests::semaphore_batch::poll_acquire_one_unavailable
10932024-08-12T18:39:40.941Z PASS [ 0.016s] tokio sync::tests::semaphore_batch::poll_acquire_one_zero_permits
10942024-08-12T18:39:40.941Z PASS [ 0.017s] tokio sync::tests::semaphore_batch::release_permits_at_drop
10952024-08-12T18:39:40.941Z PASS [ 0.015s] tokio sync::tests::semaphore_batch::try_acquire_many_unavailable
10962024-08-12T18:39:40.941Z PASS [ 0.018s] tokio sync::tests::semaphore_batch::try_acquire_many_available
10972024-08-12T18:39:40.941Z PASS [ 0.018s] tokio sync::tests::semaphore_batch::try_acquire_one_available
10982024-08-12T18:39:40.941Z PASS [ 0.017s] tokio sync::tests::semaphore_batch::try_acquire_one_unavailable
10992024-08-12T18:39:40.941Z PASS [ 0.016s] tokio sync::tests::semaphore_batch::update_permits_many_times
11002024-08-12T18:39:40.941Z PASS [ 0.015s] tokio task::local::tests::local_current_thread_scheduler
11012024-08-12T18:39:40.941Z PASS [ 0.014s] tokio task::local::tests::wakes_to_local_queue
11022024-08-12T18:39:40.941Z PASS [ 0.017s] tokio util::idle_notified_set::tests::join_set_test
11032024-08-12T18:39:40.941Z PASS [ 0.015s] tokio util::linked_list::tests::const_new
11042024-08-12T18:39:40.967Z PASS [ 0.016s] tokio util::linked_list::tests::push_and_drain
11052024-08-12T18:39:40.967Z PASS [ 0.017s] tokio util::linked_list::tests::push_pop_push_pop
11062024-08-12T18:39:40.967Z PASS [ 0.016s] tokio util::linked_list::tests::remove_by_address
11072024-08-12T18:39:40.967Z PASS [ 0.018s] tokio util::memchr::tests::memchr_all
11082024-08-12T18:39:40.967Z PASS [ 0.058s] tokio sync::tests::semaphore_batch::validates_max_permits
11092024-08-12T18:39:40.993Z PASS [ 0.019s] tokio util::memchr::tests::memchr_empty
11102024-08-12T18:39:40.993Z PASS [ 0.019s] tokio util::memchr::tests::memchr_test
11112024-08-12T18:39:40.993Z PASS [ 0.018s] tokio::buffered echo_server
11122024-08-12T18:39:41.019Z PASS [ 0.019s] tokio::duplex_stream write_vectored
11132024-08-12T18:39:41.019Z PASS [ 0.018s] tokio::duplex_stream write_vectored_and_shutdown
11142024-08-12T18:39:41.019Z PASS [ 0.021s] tokio::fs path_read_write
11152024-08-12T18:39:41.019Z PASS [ 0.021s] tokio::fs_canonicalize_dir canonicalize_root_dir_unix
11162024-08-12T18:39:41.019Z PASS [ 0.022s] tokio::fs_copy copy
11172024-08-12T18:39:41.019Z PASS [ 0.018s] tokio::fs_copy copy_permissions
11182024-08-12T18:39:41.019Z PASS [ 0.018s] tokio::fs_dir build_dir
11192024-08-12T18:39:41.019Z PASS [ 0.017s] tokio::fs_dir build_dir_mode_read_only
11202024-08-12T18:39:41.095Z PASS [ 0.018s] tokio::fs_dir create_all
11212024-08-12T18:39:41.095Z PASS [ 0.018s] tokio::fs_dir create_dir
11222024-08-12T18:39:41.095Z PASS [ 0.019s] tokio::fs_dir read_dir_entry_info
11232024-08-12T18:39:41.119Z PASS [ 0.020s] tokio::fs_dir read_inherent
11242024-08-12T18:39:41.119Z PASS [ 0.020s] tokio::fs_dir remove
11252024-08-12T18:39:41.119Z PASS [ 0.019s] tokio::fs_file basic_read
11262024-08-12T18:39:41.119Z PASS [ 0.021s] tokio::fs_file basic_write
11272024-08-12T18:39:41.120Z PASS [ 0.021s] tokio::fs_file basic_write_and_shutdown
11282024-08-12T18:39:41.120Z PASS [ 0.016s] tokio::fs_file coop
11292024-08-12T18:39:41.120Z PASS [ 0.021s] tokio::fs_file file_debug_fmt
11302024-08-12T18:39:41.120Z PASS [ 0.020s] tokio::fs_file read_file_from_std
11312024-08-12T18:39:41.120Z PASS [ 0.020s] tokio::fs_file read_file_from_unix_fd
11322024-08-12T18:39:41.120Z PASS [ 0.020s] tokio::fs_file rewind_seek_position
11332024-08-12T18:39:41.120Z PASS [ 0.021s] tokio::fs_file set_max_buf_size_read
11342024-08-12T18:39:41.120Z PASS [ 0.022s] tokio::fs_file set_max_buf_size_write
11352024-08-12T18:39:41.146Z PASS [ 0.022s] tokio::fs_file unix_fd_is_valid
11362024-08-12T18:39:41.147Z PASS [ 0.023s] tokio::fs_file write_into_std
11372024-08-12T18:39:41.147Z PASS [ 0.018s] tokio::fs_file write_into_std_immediate
11382024-08-12T18:39:41.147Z PASS [ 0.023s] tokio::fs_file write_to_clone
11392024-08-12T18:39:41.147Z PASS [ 0.022s] tokio::fs_file write_vectored
11402024-08-12T18:39:41.171Z PASS [ 0.019s] tokio::fs_file write_vectored_and_shutdown
11412024-08-12T18:39:41.171Z PASS [ 0.019s] tokio::fs_link test_hard_link
11422024-08-12T18:39:41.171Z PASS [ 0.019s] tokio::fs_link test_symlink
11432024-08-12T18:39:41.171Z PASS [ 0.018s] tokio::fs_open_options open_options_append
11442024-08-12T18:39:41.171Z PASS [ 0.017s] tokio::fs_open_options open_options_create
11452024-08-12T18:39:41.171Z PASS [ 0.019s] tokio::fs_open_options open_options_create_new
11462024-08-12T18:39:41.171Z PASS [ 0.018s] tokio::fs_open_options open_options_mode
11472024-08-12T18:39:41.171Z PASS [ 0.019s] tokio::fs_open_options open_options_truncate
11482024-08-12T18:39:41.171Z PASS [ 0.015s] tokio::fs_open_options open_options_write
11492024-08-12T18:39:41.172Z PASS [ 0.016s] tokio::fs_open_options open_with_open_options_and_read
11502024-08-12T18:39:41.544Z PASS [ 0.019s] tokio::fs_remove_dir_all remove_dir_all
11512024-08-12T18:39:41.569Z PASS [ 0.019s] tokio::fs_remove_file remove_file
11522024-08-12T18:39:41.569Z PASS [ 0.015s] tokio::fs_rename rename_file
11532024-08-12T18:39:41.569Z PASS [ 0.020s] tokio::fs_try_exists try_exists
11542024-08-12T18:39:41.569Z PASS [ 0.019s] tokio::io_async_fd clear_ready_matching_clears_ready
11552024-08-12T18:39:41.570Z PASS [ 0.019s] tokio::io_async_fd clear_ready_matching_clears_ready_mut
11562024-08-12T18:39:41.570Z PASS [ 0.016s] tokio::io_async_fd driver_shutdown_then_clear_readiness
11572024-08-12T18:39:41.570Z PASS [ 0.024s] tokio::io_async_fd driver_shutdown_wakes_currently_pending
11582024-08-12T18:39:41.570Z PASS [ 0.029s] tokio::io_async_fd driver_shutdown_wakes_future_pending
11592024-08-12T18:39:41.570Z PASS [ 0.035s] tokio::io_async_fd driver_shutdown_wakes_currently_pending_polls
11602024-08-12T18:39:41.570Z PASS [ 0.221s] tokio::io_async_fd driver_shutdown_wakes_poll
11612024-08-12T18:39:41.570Z PASS [ 0.229s] tokio::io_async_fd driver_shutdown_wakes_pending_race
11622024-08-12T18:39:41.570Z PASS [ 0.181s] tokio::io_async_fd drop_closes
11632024-08-12T18:39:41.570Z PASS [ 0.260s] tokio::io_async_fd driver_shutdown_wakes_poll_race
11642024-08-12T18:39:41.570Z PASS [ 0.058s] tokio::io_async_fd multiple_waiters
11652024-08-12T18:39:41.570Z PASS [ 0.091s] tokio::io_async_fd initially_writable
11662024-08-12T18:39:41.612Z PASS [ 0.069s] tokio::io_async_fd reregister
11672024-08-12T18:39:41.612Z PASS [ 0.074s] tokio::io_async_fd reset_readable
11682024-08-12T18:39:41.660Z PASS [ 0.075s] tokio::io_async_fd try_io
11692024-08-12T18:39:41.685Z PASS [ 0.065s] tokio::io_async_fd try_new
11702024-08-12T18:39:41.685Z PASS [ 0.023s] tokio::io_async_read assert_obj_safe
11712024-08-12T18:39:41.685Z PASS [ 0.032s] tokio::io_async_fd try_with_interest
11722024-08-12T18:39:41.773Z PASS [ 0.045s] tokio::io_buf_reader maybe_pending
11732024-08-12T18:39:41.773Z PASS [ 0.043s] tokio::io_buf_reader maybe_pending_buf_read
11742024-08-12T18:39:41.897Z PASS [ 0.033s] tokio::io_buf_reader maybe_pending_seek
11752024-08-12T18:39:41.897Z PASS [ 0.022s] tokio::io_buf_reader test_buffered_reader_seek
11762024-08-12T18:39:41.897Z PASS [ 0.048s] tokio::io_buf_reader test_buffered_reader
11772024-08-12T18:39:41.897Z PASS [ 0.033s] tokio::io_buf_reader test_buffered_reader_seek_underflow
11782024-08-12T18:39:41.897Z PASS [ 0.034s] tokio::io_buf_reader test_fill_buf_wrapper
11792024-08-12T18:39:41.897Z PASS [ 0.027s] tokio::io_buf_reader test_short_reads
11802024-08-12T18:39:41.897Z PASS [ 0.029s] tokio::io_buf_writer buf_writer
11812024-08-12T18:39:41.897Z PASS [ 0.027s] tokio::io_buf_writer buf_writer_inner_flushes
11822024-08-12T18:39:41.922Z PASS [ 0.023s] tokio::io_buf_writer buf_writer_seek
11832024-08-12T18:39:41.922Z PASS [ 0.020s] tokio::io_buf_writer maybe_pending_buf_writer
11842024-08-12T18:39:41.947Z PASS [ 0.027s] tokio::io_buf_writer maybe_pending_buf_writer_inner_flushes
11852024-08-12T18:39:41.971Z PASS [ 0.027s] tokio::io_buf_writer maybe_pending_buf_writer_seek
11862024-08-12T18:39:41.971Z PASS [ 0.022s] tokio::io_buf_writer write_vectored_basic_on_non_vectored
11872024-08-12T18:39:41.996Z PASS [ 0.025s] tokio::io_buf_writer write_vectored_basic_on_vectored
11882024-08-12T18:39:41.996Z PASS [ 0.018s] tokio::io_buf_writer write_vectored_empty_on_non_vectored
11892024-08-12T18:39:41.996Z PASS [ 0.020s] tokio::io_buf_writer write_vectored_empty_on_vectored
11902024-08-12T18:39:42.022Z PASS [ 0.024s] tokio::io_buf_writer write_vectored_large_slice_on_non_vectored
11912024-08-12T18:39:42.023Z PASS [ 0.023s] tokio::io_buf_writer write_vectored_large_slice_on_vectored
11922024-08-12T18:39:42.048Z PASS [ 0.021s] tokio::io_buf_writer write_vectored_large_total_on_non_vectored
11932024-08-12T18:39:42.048Z PASS [ 0.022s] tokio::io_buf_writer write_vectored_large_total_on_vectored
11942024-08-12T18:39:42.048Z PASS [ 0.026s] tokio::io_buf_writer write_vectored_odd_on_non_vectored
11952024-08-12T18:39:42.073Z PASS [ 0.021s] tokio::io_buf_writer write_vectored_odd_on_vectored
11962024-08-12T18:39:42.073Z PASS [ 0.020s] tokio::io_chain chain
11972024-08-12T18:39:42.098Z PASS [ 0.021s] tokio::io_copy copy
11982024-08-12T18:39:42.098Z PASS [ 0.021s] tokio::io_copy copy_is_cooperative
11992024-08-12T18:39:42.123Z PASS [ 0.022s] tokio::io_copy proxy
12002024-08-12T18:39:42.123Z PASS [ 0.018s] tokio::io_copy_bidirectional copy_bidirectional_is_cooperative
12012024-08-12T18:39:42.148Z PASS [ 0.019s] tokio::io_copy_bidirectional immediate_exit_on_read_error
12022024-08-12T18:39:42.148Z PASS [ 0.059s] tokio::io_copy_bidirectional blocking_one_side_does_not_block_other
12032024-08-12T18:39:42.173Z PASS [ 0.021s] tokio::io_copy_bidirectional immediate_exit_on_write_error
12042024-08-12T18:39:42.173Z PASS [ 0.025s] tokio::io_copy_bidirectional test_basic_transfer
12052024-08-12T18:39:42.199Z PASS [ 0.022s] tokio::io_copy_bidirectional test_transfer_after_close
12062024-08-12T18:39:42.224Z PASS [ 0.020s] tokio::io_driver test_drop_on_notify
12072024-08-12T18:39:42.224Z PASS [ 0.021s] tokio::io_driver_drop drop_wakes
12082024-08-12T18:39:42.249Z PASS [ 0.055s] tokio::io_driver panics_when_io_disabled
12092024-08-12T18:39:42.249Z PASS [ 0.018s] tokio::io_driver_drop tcp_doesnt_block
12102024-08-12T18:39:42.249Z PASS [ 0.019s] tokio::io_fill_buf fill_buf_file
12112024-08-12T18:39:42.274Z PASS [ 0.017s] tokio::io_join is_send_and_sync
12122024-08-12T18:39:42.274Z PASS [ 0.017s] tokio::io_join method_delegation
12132024-08-12T18:39:42.274Z PASS [ 1.664s] tokio runtime::tests::queue::stress2
12142024-08-12T18:39:42.325Z PASS [ 0.015s] tokio::io_mem_stream across_tasks
12152024-08-12T18:39:42.325Z PASS [ 0.032s] tokio::io_lines lines_inherent
12162024-08-12T18:39:42.325Z PASS [ 0.021s] tokio::io_mem_stream disconnect
12172024-08-12T18:39:42.325Z PASS [ 0.023s] tokio::io_mem_stream disconnect_reader
12182024-08-12T18:39:42.325Z PASS [ 0.020s] tokio::io_mem_stream duplex_is_cooperative
12192024-08-12T18:39:42.325Z PASS [ 0.016s] tokio::io_mem_stream max_write_size
12202024-08-12T18:39:42.325Z PASS [ 0.019s] tokio::io_mem_stream ping_pong
12212024-08-12T18:39:42.470Z PASS [ 0.018s] tokio::io_panic async_fd_new_panic_caller
12222024-08-12T18:39:42.495Z PASS [ 0.021s] tokio::io_panic async_fd_try_new_panic_caller
12232024-08-12T18:39:42.495Z PASS [ 0.022s] tokio::io_panic async_fd_try_with_interest_panic_caller
12242024-08-12T18:39:42.495Z PASS [ 0.024s] tokio::io_panic async_fd_with_interest_panic_caller
12252024-08-12T18:39:42.495Z PASS [ 0.023s] tokio::io_panic read_buf_advance_panic_caller
12262024-08-12T18:39:42.495Z PASS [ 0.025s] tokio::io_panic read_buf_initialize_unfilled_to_panic_caller
12272024-08-12T18:39:42.495Z PASS [ 0.026s] tokio::io_panic read_buf_put_slice_panic_caller
12282024-08-12T18:39:42.495Z PASS [ 0.018s] tokio::io_panic read_buf_set_filled_panic_caller
12292024-08-12T18:39:42.495Z PASS [ 0.030s] tokio::io_panic unsplit_panic_caller
12302024-08-12T18:39:42.495Z PASS [ 0.031s] tokio::io_read read
12312024-08-12T18:39:42.495Z PASS [ 0.027s] tokio::io_read_buf issue_5588
12322024-08-12T18:39:42.495Z PASS [ 0.030s] tokio::io_read_buf read_buf
12332024-08-12T18:39:42.495Z PASS [ 0.050s] tokio::io_read read_buf_bad_async_read
12342024-08-12T18:39:42.495Z PASS [ 0.036s] tokio::io_read_exact read_exact
12352024-08-12T18:39:42.495Z PASS [ 0.032s] tokio::io_read_line read_line
12362024-08-12T18:39:42.495Z PASS [ 0.019s] tokio::io_read_line read_line_fail
12372024-08-12T18:39:42.629Z PASS [ 0.027s] tokio::io_read_line read_line_fail_and_utf8_fail
12382024-08-12T18:39:42.629Z PASS [ 0.030s] tokio::io_read_line read_line_invalid_utf8
12392024-08-12T18:39:42.629Z PASS [ 0.021s] tokio::io_read_line read_line_not_all_ready
12402024-08-12T18:39:42.629Z PASS [ 0.031s] tokio::io_read_to_end read_to_end
12412024-08-12T18:39:42.654Z PASS [ 0.040s] tokio::io_read_to_end read_to_end_grows_capacity_if_unfit
12422024-08-12T18:39:42.654Z PASS [ 0.038s] tokio::io_read_to_end read_to_end_uninit
12432024-08-12T18:39:42.654Z PASS [ 0.021s] tokio::io_read_to_string read_to_string
12442024-08-12T18:39:42.654Z PASS [ 0.021s] tokio::io_read_to_string to_string_appends
12452024-08-12T18:39:42.654Z PASS [ 0.021s] tokio::io_read_to_string to_string_does_not_truncate_on_io_error
12462024-08-12T18:39:42.654Z PASS [ 0.033s] tokio::io_read_to_string to_string_does_not_truncate_on_utf8_error
12472024-08-12T18:39:42.654Z PASS [ 0.027s] tokio::io_read_until read_until
12482024-08-12T18:39:42.654Z PASS [ 0.021s] tokio::io_read_until read_until_fail
12492024-08-12T18:39:42.654Z PASS [ 0.022s] tokio::io_read_until read_until_not_all_ready
12502024-08-12T18:39:42.679Z PASS [ 0.018s] tokio::io_sink sink_poll_flush_is_cooperative
12512024-08-12T18:39:42.679Z PASS [ 0.016s] tokio::io_sink sink_poll_shutdown_is_cooperative
12522024-08-12T18:39:42.704Z PASS [ 0.016s] tokio::io_sink sink_poll_write_is_cooperative
12532024-08-12T18:39:42.704Z PASS [ 0.064s] tokio::io_repeat repeat_poll_read_is_cooperative
12542024-08-12T18:39:42.728Z PASS [ 0.015s] tokio::io_split is_send_and_sync
12552024-08-12T18:39:42.728Z PASS [ 0.016s] tokio::io_split method_delegation
12562024-08-12T18:39:42.755Z PASS [ 0.017s] tokio::io_split split_stream_id
12572024-08-12T18:39:42.779Z PASS [ 0.045s] tokio::io_split unsplit_err1
12582024-08-12T18:39:42.804Z PASS [ 0.042s] tokio::io_split unsplit_err2
12592024-08-12T18:39:43.315Z PASS [ 0.041s] tokio::io_split unsplit_ok
12602024-08-12T18:39:43.315Z PASS [ 0.116s] tokio::io_take bad_reader_fails
12612024-08-12T18:39:43.315Z PASS [ 0.165s] tokio::io_take issue_4435
12622024-08-12T18:39:43.315Z PASS [ 0.176s] tokio::io_take take
12632024-08-12T18:39:43.315Z PASS [ 0.119s] tokio::io_util_empty empty_buf_reads_are_cooperative
12642024-08-12T18:39:43.342Z PASS [ 0.100s] tokio::io_util_empty empty_read_is_cooperative
12652024-08-12T18:39:43.342Z PASS [ 0.190s] tokio::io_util_empty empty_seek
12662024-08-12T18:39:43.405Z PASS [ 0.049s] tokio::io_write write_cursor
12672024-08-12T18:39:43.479Z PASS [ 0.247s] tokio::io_write write
12682024-08-12T18:39:43.479Z PASS [ 0.141s] tokio::io_write_all write_all
12692024-08-12T18:39:43.511Z PASS [ 0.026s] tokio::io_write_all_buf write_all_buf_vectored
12702024-08-12T18:39:43.557Z PASS [ 0.105s] tokio::io_write_all_buf write_all_buf
12712024-08-12T18:39:43.583Z PASS [ 0.064s] tokio::io_write_all_buf write_buf_err
12722024-08-12T18:39:43.583Z PASS [ 0.044s] tokio::io_write_buf write_all
12732024-08-12T18:39:43.608Z PASS [ 0.032s] tokio::io_write_int write_int_should_err_if_write_count_0
12742024-08-12T18:39:43.633Z PASS [ 0.016s] tokio::macros_join a_different_future_is_polled_first_every_time_poll_fn_is_polled
12752024-08-12T18:39:43.633Z PASS [ 0.016s] tokio::macros_join empty_join
12762024-08-12T18:39:43.658Z PASS [ 0.055s] tokio::join_handle_panic test_panics_do_not_propagate_when_dropping_join_handle
12772024-08-12T18:39:43.682Z PASS [ 0.027s] tokio::macros_join join_does_not_allow_tasks_to_starve
12782024-08-12T18:39:43.707Z PASS [ 0.029s] tokio::macros_join join_into_future
12792024-08-12T18:39:43.732Z PASS [ 0.043s] tokio::macros_join join_size
12802024-08-12T18:39:43.900Z PASS [ 0.059s] tokio::macros_join sync_one_lit_expr_comma
12812024-08-12T18:39:43.900Z PASS [ 0.113s] tokio::macros_join sync_one_lit_expr_no_comma
12822024-08-12T18:39:44.097Z PASS [ 0.177s] tokio::macros_join sync_two_lit_expr_comma
12832024-08-12T18:39:44.097Z PASS [ 0.115s] tokio::macros_join sync_two_lit_expr_no_comma
12842024-08-12T18:39:44.097Z PASS [ 0.044s] tokio::macros_join two_await
12852024-08-12T18:39:44.097Z PASS [ 0.036s] tokio::macros_pin multi_pin
12862024-08-12T18:39:44.097Z PASS [ 0.029s] tokio::macros_rename_test crate_path_test
12872024-08-12T18:39:44.097Z PASS [ 0.028s] tokio::macros_rename_test crate_rename_main
12882024-08-12T18:39:44.097Z PASS [ 0.027s] tokio::macros_rename_test crate_rename_test
12892024-08-12T18:39:44.097Z PASS [ 0.039s] tokio::macros_select biased_eventually_ready
12902024-08-12T18:39:44.097Z PASS [ 0.035s] tokio::macros_select biased_one_not_ready
12912024-08-12T18:39:44.097Z PASS [ 0.023s] tokio::macros_select disable_with_if
12922024-08-12T18:39:44.097Z PASS [ 0.026s] tokio::macros_select drop_in_fut
12932024-08-12T18:39:44.097Z PASS [ 0.025s] tokio::macros_select future_panics_after_poll
12942024-08-12T18:39:44.122Z PASS [ 0.023s] tokio::macros_select many_branches
12952024-08-12T18:39:44.122Z PASS [ 0.051s] tokio::macros_select join_with_select
12962024-08-12T18:39:44.147Z PASS [ 0.030s] tokio::macros_select move_uncompleted_futures
12972024-08-12T18:39:44.147Z PASS [ 0.021s] tokio::macros_select mut_on_left_hand_side
12982024-08-12T18:39:44.172Z PASS [ 0.018s] tokio::macros_select mut_ref_patterns
12992024-08-12T18:39:44.172Z PASS [ 0.019s] tokio::macros_select mutable_borrowing_future_with_same_borrow_in_block
13002024-08-12T18:39:44.172Z PASS [ 0.015s] tokio::macros_select mutable_borrowing_future_with_same_borrow_in_block_and_else
13012024-08-12T18:39:44.198Z PASS [ 0.015s] tokio::macros_select nested
13022024-08-12T18:39:44.198Z PASS [ 0.015s] tokio::macros_select nested_one
13032024-08-12T18:39:44.222Z PASS [ 0.016s] tokio::macros_select never_branch_no_warnings
13042024-08-12T18:39:44.222Z PASS [ 0.021s] tokio::macros_select no_branch_else_only
13052024-08-12T18:39:44.222Z PASS [ 0.022s] tokio::macros_select no_branch_else_only_biased
13062024-08-12T18:39:44.247Z PASS [ 0.021s] tokio::macros_select one_ready
13072024-08-12T18:39:44.247Z PASS [ 0.016s] tokio::macros_select pointer_64_tests::struct_size_1
13082024-08-12T18:39:44.247Z PASS [ 0.017s] tokio::macros_select pointer_64_tests::struct_size_2
13092024-08-12T18:39:44.272Z PASS [ 0.018s] tokio::macros_select pointer_64_tests::struct_size_3
13102024-08-12T18:39:44.272Z PASS [ 0.016s] tokio::macros_select select_into_future
13112024-08-12T18:39:44.272Z PASS [ 0.013s] tokio::macros_select select_streams
13122024-08-12T18:39:44.297Z PASS [ 0.013s] tokio::macros_select sync_one_await
13132024-08-12T18:39:44.297Z PASS [ 0.018s] tokio::macros_select sync_one_ident
13142024-08-12T18:39:44.297Z PASS [ 0.014s] tokio::macros_select sync_one_lit_expr_block
13152024-08-12T18:39:44.297Z PASS [ 0.014s] tokio::macros_select sync_one_lit_expr_comma
13162024-08-12T18:39:44.322Z PASS [ 0.013s] tokio::macros_select sync_one_lit_expr_no_comma
13172024-08-12T18:39:44.322Z PASS [ 0.013s] tokio::macros_select sync_two
13182024-08-12T18:39:44.322Z PASS [ 0.017s] tokio::macros_select temporary_lifetime_extension
13192024-08-12T18:39:44.347Z PASS [ 0.018s] tokio::macros_select use_future_in_if_condition
13202024-08-12T18:39:44.347Z PASS [ 0.016s] tokio::macros_select use_future_in_if_condition_biased
13212024-08-12T18:39:44.347Z PASS [ 0.015s] tokio::macros_test issue_4175_test
13222024-08-12T18:39:44.372Z PASS [ 0.016s] tokio::macros_test issue_5243::foo
13232024-08-12T18:39:44.372Z PASS [ 0.016s] tokio::macros_test test_macro_can_be_used_via_use
13242024-08-12T18:39:44.372Z PASS [ 0.019s] tokio::macros_test test_macro_is_resilient_to_shadowing
13252024-08-12T18:39:44.397Z PASS [ 0.018s] tokio::macros_test trait_method
13262024-08-12T18:39:44.397Z PASS [ 0.016s] tokio::macros_test unused_braces_test
13272024-08-12T18:39:44.397Z PASS [ 0.016s] tokio::macros_try_join a_different_future_is_polled_first_every_time_poll_fn_is_polled
13282024-08-12T18:39:44.422Z PASS [ 0.016s] tokio::macros_try_join empty_try_join
13292024-08-12T18:39:44.422Z PASS [ 0.017s] tokio::macros_try_join err_abort_early
13302024-08-12T18:39:44.422Z PASS [ 0.017s] tokio::macros_try_join join_size
13312024-08-12T18:39:44.447Z PASS [ 0.017s] tokio::macros_try_join sync_one_lit_expr_comma
13322024-08-12T18:39:44.447Z PASS [ 0.016s] tokio::macros_try_join sync_one_lit_expr_no_comma
13332024-08-12T18:39:44.447Z PASS [ 0.017s] tokio::macros_try_join sync_two_lit_expr_comma
13342024-08-12T18:39:44.472Z PASS [ 0.018s] tokio::macros_try_join sync_two_lit_expr_no_comma
13352024-08-12T18:39:44.472Z PASS [ 0.017s] tokio::macros_try_join try_join_does_not_allow_tasks_to_starve
13362024-08-12T18:39:44.472Z PASS [ 0.017s] tokio::macros_try_join two_await
13372024-08-12T18:39:44.497Z PASS [ 0.016s] tokio::net_lookup_host lookup_socket_addr
13382024-08-12T18:39:44.522Z PASS [ 0.017s] tokio::net_lookup_host lookup_str_socket_addr
13392024-08-12T18:39:44.522Z PASS [ 0.047s] tokio::net_bind_resource no_runtime_panics_binding_net_tcp_listener
13402024-08-12T18:39:44.522Z PASS [ 0.017s] tokio::net_lookup_host resolve_dns
13412024-08-12T18:39:44.547Z PASS [ 0.017s] tokio::net_panic tcp_listener_from_std_panic_caller
13422024-08-12T18:39:44.547Z PASS [ 0.014s] tokio::net_panic tcp_stream_from_std_panic_caller
13432024-08-12T18:39:44.547Z PASS [ 0.016s] tokio::net_panic udp_socket_from_std_panic_caller
13442024-08-12T18:39:44.572Z PASS [ 0.015s] tokio::net_panic unix_datagram_from_std_panic_caller
13452024-08-12T18:39:44.572Z PASS [ 0.017s] tokio::net_panic unix_listener_bind_panic_caller
13462024-08-12T18:39:44.572Z PASS [ 0.018s] tokio::net_panic unix_listener_from_std_panic_caller
13472024-08-12T18:39:44.597Z PASS [ 0.019s] tokio::net_panic unix_stream_from_std_panic_caller
13482024-08-12T18:39:44.597Z PASS [ 0.017s] tokio::net_unix_pipe anon_pipe_into_blocking_fd
13492024-08-12T18:39:44.597Z PASS [ 0.016s] tokio::net_unix_pipe anon_pipe_into_nonblocking_fd
13502024-08-12T18:39:44.622Z PASS [ 0.025s] tokio::net_unix_pipe anon_pipe_simple_send
13512024-08-12T18:39:44.622Z PASS [ 0.022s] tokio::net_unix_pipe anon_pipe_spawn_printf
13522024-08-12T18:39:44.646Z PASS [ 0.018s] tokio::net_unix_pipe fifo_multiple_writes
13532024-08-12T18:39:44.646Z PASS [ 0.018s] tokio::net_unix_pipe fifo_simple_send
13542024-08-12T18:39:44.671Z PASS [ 0.020s] tokio::net_unix_pipe from_file
13552024-08-12T18:39:44.671Z PASS [ 0.019s] tokio::net_unix_pipe from_file_detects_not_a_fifo
13562024-08-12T18:39:44.671Z PASS [ 0.016s] tokio::net_unix_pipe from_file_detects_wrong_access_mode
13572024-08-12T18:39:44.696Z PASS [ 0.017s] tokio::net_unix_pipe from_file_sets_nonblock
13582024-08-12T18:39:44.696Z PASS [ 0.017s] tokio::net_unix_pipe open_detects_not_a_fifo
13592024-08-12T18:39:44.696Z PASS [ 0.017s] tokio::net_unix_pipe try_read_buf
13602024-08-12T18:39:44.720Z PASS [ 0.016s] tokio::net_unix_pipe try_read_write
13612024-08-12T18:39:44.720Z PASS [ 0.018s] tokio::net_unix_pipe try_read_write_vectored
13622024-08-12T18:39:44.745Z PASS [ 0.044s] tokio::no_rt io_panics_when_no_tokio_context
13632024-08-12T18:39:44.769Z PASS [ 0.047s] tokio::no_rt panics_when_no_reactor
13642024-08-12T18:39:44.794Z PASS [ 0.023s] tokio::process_arg0 arg0
13652024-08-12T18:39:44.794Z PASS [ 0.045s] tokio::no_rt timeout_panics_when_no_tokio_context
13662024-08-12T18:39:44.818Z PASS [ 0.026s] tokio::process_change_of_runtime process_spawned_and_wait_in_different_runtime
13672024-08-12T18:39:44.843Z PASS [ 0.047s] tokio::process_change_of_runtime process_spawned_outside_runtime
13682024-08-12T18:39:45.012Z PASS [ 2.506s] tokio::io_read_to_end read_to_end_doesnt_grow_with_capacity
13692024-08-12T18:39:45.076Z PASS [ 0.242s] tokio::process_issue_42 issue_42
13702024-08-12T18:39:45.101Z PASS [ 0.024s] tokio::process_smoke simple
13712024-08-12T18:39:45.127Z PASS [ 0.017s] tokio::rt_basic acquire_mutex_in_drop
13722024-08-12T18:39:45.151Z PASS [ 0.017s] tokio::rt_basic drop_tasks_in_context
13732024-08-12T18:39:45.151Z PASS [ 0.016s] tokio::rt_basic no_extra_poll
13742024-08-12T18:39:45.176Z PASS [ 0.026s] tokio::rt_basic spawn_remote
13752024-08-12T18:39:45.201Z PASS [ 0.016s] tokio::rt_basic spawn_two
13762024-08-12T18:39:45.261Z PASS [ 0.069s] tokio::rt_basic spawned_task_does_not_progress_without_block_on
13772024-08-12T18:39:45.318Z PASS [ 0.054s] tokio::rt_basic timeout_panics_when_no_time_handle
13782024-08-12T18:39:45.369Z PASS [ 0.054s] tokio::rt_basic wake_in_drop_after_panic
13792024-08-12T18:39:45.398Z PASS [ 0.031s] tokio::rt_common current_thread_scheduler::always_active_parker
13802024-08-12T18:39:45.468Z PASS [ 0.068s] tokio::rt_common current_thread_scheduler::block_on_async
13812024-08-12T18:39:45.494Z PASS [ 0.018s] tokio::rt_common current_thread_scheduler::block_on_socket
13822024-08-12T18:39:45.519Z PASS [ 0.016s] tokio::rt_common current_thread_scheduler::block_on_sync
13832024-08-12T18:39:45.544Z PASS [ 0.024s] tokio::rt_common current_thread_scheduler::client_server_block_on
13842024-08-12T18:39:45.596Z PASS [ 0.069s] tokio::rt_common current_thread_scheduler::complete_block_on_under_load
13852024-08-12T18:39:45.667Z PASS [ 0.069s] tokio::rt_common current_thread_scheduler::complete_task_under_load
13862024-08-12T18:39:45.693Z PASS [ 0.019s] tokio::rt_common current_thread_scheduler::coop
13872024-08-12T18:39:45.718Z PASS [ 0.020s] tokio::rt_common current_thread_scheduler::coop_unconstrained
13882024-08-12T18:39:45.743Z PASS [ 0.020s] tokio::rt_common current_thread_scheduler::create_rt_in_block_on
13892024-08-12T18:39:45.768Z PASS [ 0.018s] tokio::rt_common current_thread_scheduler::eagerly_drops_futures_on_shutdown
13902024-08-12T18:39:45.768Z PASS [ 0.019s] tokio::rt_common current_thread_scheduler::enter_and_spawn
13912024-08-12T18:39:45.793Z PASS [ 0.022s] tokio::rt_common current_thread_scheduler::io_driver_called_when_under_load
13922024-08-12T18:39:45.861Z PASS [ 1.055s] tokio::process_issue_2174 issue_2174
13932024-08-12T18:39:45.886Z PASS [ 0.083s] tokio::rt_common current_thread_scheduler::io_notify_while_shutting_down
13942024-08-12T18:39:45.886Z PASS [ 0.020s] tokio::rt_common current_thread_scheduler::local_set_block_on_socket
13952024-08-12T18:39:45.911Z PASS [ 0.019s] tokio::rt_common current_thread_scheduler::local_set_client_server_block_on
13962024-08-12T18:39:45.911Z PASS [ 0.019s] tokio::rt_common current_thread_scheduler::outstanding_tasks_dropped
13972024-08-12T18:39:46.009Z PASS [ 0.128s] tokio::rt_common current_thread_scheduler::nested_rt
13982024-08-12T18:39:46.034Z PASS [ 0.123s] tokio::rt_common current_thread_scheduler::panic_in_block_on
13992024-08-12T18:39:46.062Z PASS [ 0.029s] tokio::rt_common current_thread_scheduler::ping_pong_saturation
14002024-08-12T18:39:46.086Z PASS [ 0.019s] tokio::rt_common current_thread_scheduler::runtime_in_thread_local
14012024-08-12T18:39:46.199Z PASS [ 0.189s] tokio::rt_common current_thread_scheduler::panic_in_task
14022024-08-12T18:39:46.321Z PASS [ 0.122s] tokio::rt_common current_thread_scheduler::shutdown_timeout
14032024-08-12T18:39:46.346Z PASS [ 0.020s] tokio::rt_common current_thread_scheduler::shutdown_timeout_0
14042024-08-12T18:39:46.462Z PASS [ 0.122s] tokio::rt_common current_thread_scheduler::shutdown_wakeup_time
14052024-08-12T18:39:46.515Z PASS [ 0.432s] tokio::rt_common current_thread_scheduler::shutdown_concurrent_spawn
14062024-08-12T18:39:46.539Z PASS [ 0.074s] tokio::rt_common current_thread_scheduler::sleep_at_root
14072024-08-12T18:39:46.564Z PASS [ 0.033s] tokio::rt_common current_thread_scheduler::sleep_from_blocking
14082024-08-12T18:39:46.589Z PASS [ 0.022s] tokio::rt_common current_thread_scheduler::socket_from_blocking
14092024-08-12T18:39:46.589Z PASS [ 0.020s] tokio::rt_common current_thread_scheduler::spawn_await_chain
14102024-08-12T18:39:46.616Z PASS [ 0.017s] tokio::rt_common current_thread_scheduler::spawn_blocking_from_blocking
14112024-08-12T18:39:46.616Z PASS [ 0.076s] tokio::rt_common current_thread_scheduler::sleep_in_spawn
14122024-08-12T18:39:46.641Z PASS [ 0.018s] tokio::rt_common current_thread_scheduler::spawn_from_blocking
14132024-08-12T18:39:46.667Z PASS [ 0.021s] tokio::rt_common current_thread_scheduler::spawn_from_other_thread_under_load
14142024-08-12T18:39:46.667Z PASS [ 0.021s] tokio::rt_common current_thread_scheduler::spawn_many_from_block_on
14152024-08-12T18:39:46.692Z PASS [ 0.070s] tokio::rt_common current_thread_scheduler::spawn_from_other_thread_idle
14162024-08-12T18:39:46.716Z PASS [ 0.026s] tokio::rt_common current_thread_scheduler::spawn_many_from_task
14172024-08-12T18:39:46.716Z PASS [ 0.022s] tokio::rt_common current_thread_scheduler::spawn_one_bg
14182024-08-12T18:39:46.716Z PASS [ 0.020s] tokio::rt_common current_thread_scheduler::spawn_one_from_block_on_called_on_handle
14192024-08-12T18:39:46.740Z PASS [ 0.019s] tokio::rt_common current_thread_scheduler::spawn_one_join
14202024-08-12T18:39:46.740Z PASS [ 0.021s] tokio::rt_common current_thread_scheduler::spawn_two
14212024-08-12T18:39:46.765Z PASS [ 0.020s] tokio::rt_common current_thread_scheduler::wake_by_ref_from_thread_local
14222024-08-12T18:39:46.765Z PASS [ 0.018s] tokio::rt_common current_thread_scheduler::wake_by_val_from_thread_local
14232024-08-12T18:39:46.766Z PASS [ 0.017s] tokio::rt_common current_thread_scheduler::wake_while_rt_is_dropping
14242024-08-12T18:39:46.790Z PASS [ 0.017s] tokio::rt_common current_thread_scheduler::yield_defers_until_park
14252024-08-12T18:39:46.790Z PASS [ 0.017s] tokio::rt_common send_sync_bound
14262024-08-12T18:39:46.815Z PASS [ 0.031s] tokio::rt_common threaded_scheduler_1_thread::always_active_parker
14272024-08-12T18:39:46.839Z PASS [ 0.018s] tokio::rt_common threaded_scheduler_1_thread::block_on_socket
14282024-08-12T18:39:46.864Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_1_thread::block_on_sync
14292024-08-12T18:39:46.864Z PASS [ 0.072s] tokio::rt_common threaded_scheduler_1_thread::block_on_async
14302024-08-12T18:39:46.864Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::client_server_block_on
14312024-08-12T18:39:46.925Z PASS [ 0.073s] tokio::rt_common threaded_scheduler_1_thread::complete_block_on_under_load
14322024-08-12T18:39:46.950Z PASS [ 0.071s] tokio::rt_common threaded_scheduler_1_thread::complete_task_under_load
14332024-08-12T18:39:46.950Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::coop
14342024-08-12T18:39:46.975Z PASS [ 0.026s] tokio::rt_common threaded_scheduler_1_thread::coop_unconstrained
14352024-08-12T18:39:46.975Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::create_rt_in_block_on
14362024-08-12T18:39:47.000Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_1_thread::eagerly_drops_futures_on_shutdown
14372024-08-12T18:39:47.000Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::enter_and_spawn
14382024-08-12T18:39:47.025Z PASS [ 0.039s] tokio::rt_common threaded_scheduler_1_thread::io_driver_called_when_under_load
14392024-08-12T18:39:47.049Z PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::local_set_block_on_socket
14402024-08-12T18:39:47.074Z PASS [ 0.024s] tokio::rt_common threaded_scheduler_1_thread::local_set_client_server_block_on
14412024-08-12T18:39:47.099Z PASS [ 0.105s] tokio::rt_common threaded_scheduler_1_thread::io_notify_while_shutting_down
14422024-08-12T18:39:47.124Z PASS [ 0.024s] tokio::rt_common threaded_scheduler_1_thread::outstanding_tasks_dropped
14432024-08-12T18:39:47.176Z PASS [ 0.110s] tokio::rt_common threaded_scheduler_1_thread::nested_rt
14442024-08-12T18:39:47.223Z PASS [ 0.101s] tokio::rt_common threaded_scheduler_1_thread::panic_in_block_on
14452024-08-12T18:39:47.282Z PASS [ 0.058s] tokio::rt_common threaded_scheduler_1_thread::ping_pong_saturation
14462024-08-12T18:39:47.307Z PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::runtime_in_thread_local
14472024-08-12T18:39:47.332Z PASS [ 0.147s] tokio::rt_common threaded_scheduler_1_thread::panic_in_task
14482024-08-12T18:39:47.447Z PASS [ 0.124s] tokio::rt_common threaded_scheduler_1_thread::shutdown_timeout
14492024-08-12T18:39:47.472Z PASS [ 0.018s] tokio::rt_common threaded_scheduler_1_thread::shutdown_timeout_0
14502024-08-12T18:39:47.586Z PASS [ 0.121s] tokio::rt_common threaded_scheduler_1_thread::shutdown_wakeup_time
14512024-08-12T18:39:47.636Z PASS [ 0.335s] tokio::rt_common threaded_scheduler_1_thread::shutdown_concurrent_spawn
14522024-08-12T18:39:47.661Z PASS [ 0.074s] tokio::rt_common threaded_scheduler_1_thread::sleep_at_root
14532024-08-12T18:39:47.686Z PASS [ 0.033s] tokio::rt_common threaded_scheduler_1_thread::sleep_from_blocking
14542024-08-12T18:39:47.712Z PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::socket_from_blocking
14552024-08-12T18:39:47.712Z PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_await_chain
14562024-08-12T18:39:47.736Z PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_blocking_from_blocking
14572024-08-12T18:39:47.736Z PASS [ 0.076s] tokio::rt_common threaded_scheduler_1_thread::sleep_in_spawn
14582024-08-12T18:39:47.761Z PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::spawn_from_blocking
14592024-08-12T18:39:47.785Z PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::spawn_from_other_thread_under_load
14602024-08-12T18:39:47.810Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::spawn_many_from_block_on
14612024-08-12T18:39:47.810Z PASS [ 0.072s] tokio::rt_common threaded_scheduler_1_thread::spawn_from_other_thread_idle
14622024-08-12T18:39:47.834Z PASS [ 0.026s] tokio::rt_common threaded_scheduler_1_thread::spawn_many_from_task
14632024-08-12T18:39:47.834Z PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_one_bg
14642024-08-12T18:39:47.859Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::spawn_one_from_block_on_called_on_handle
14652024-08-12T18:39:47.859Z PASS [ 0.019s] tokio::rt_common threaded_scheduler_1_thread::spawn_one_join
14662024-08-12T18:39:47.859Z PASS [ 0.020s] tokio::rt_common threaded_scheduler_1_thread::spawn_two
14672024-08-12T18:39:47.884Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::wake_by_ref_from_thread_local
14682024-08-12T18:39:47.884Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::wake_by_val_from_thread_local
14692024-08-12T18:39:47.909Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_1_thread::wake_while_rt_is_dropping
14702024-08-12T18:39:47.909Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_1_thread::yield_defers_until_park
14712024-08-12T18:39:47.934Z PASS [ 0.036s] tokio::rt_common threaded_scheduler_4_threads::always_active_parker
14722024-08-12T18:39:47.958Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::block_on_socket
14732024-08-12T18:39:47.983Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_4_threads::block_on_sync
14742024-08-12T18:39:47.983Z PASS [ 0.077s] tokio::rt_common threaded_scheduler_4_threads::block_on_async
14752024-08-12T18:39:48.007Z PASS [ 0.024s] tokio::rt_common threaded_scheduler_4_threads::client_server_block_on
14762024-08-12T18:39:48.052Z PASS [ 0.073s] tokio::rt_common threaded_scheduler_4_threads::complete_block_on_under_load
14772024-08-12T18:39:48.077Z PASS [ 0.074s] tokio::rt_common threaded_scheduler_4_threads::complete_task_under_load
14782024-08-12T18:39:48.102Z PASS [ 0.024s] tokio::rt_common threaded_scheduler_4_threads::coop
14792024-08-12T18:39:48.102Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::coop_unconstrained
14802024-08-12T18:39:48.126Z PASS [ 0.031s] tokio::rt_common threaded_scheduler_4_threads::create_rt_in_block_on
14812024-08-12T18:39:48.127Z PASS [ 0.027s] tokio::rt_common threaded_scheduler_4_threads::eagerly_drops_futures_on_shutdown
14822024-08-12T18:39:48.151Z PASS [ 0.019s] tokio::rt_common threaded_scheduler_4_threads::enter_and_spawn
14832024-08-12T18:39:48.176Z PASS [ 0.049s] tokio::rt_common threaded_scheduler_4_threads::io_driver_called_when_under_load
14842024-08-12T18:39:48.202Z PASS [ 0.018s] tokio::rt_common threaded_scheduler_4_threads::local_set_block_on_socket
14852024-08-12T18:39:48.227Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_4_threads::local_set_client_server_block_on
14862024-08-12T18:39:48.251Z PASS [ 0.122s] tokio::rt_common threaded_scheduler_4_threads::io_notify_while_shutting_down
14872024-08-12T18:39:48.276Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::outstanding_tasks_dropped
14882024-08-12T18:39:48.335Z PASS [ 0.128s] tokio::rt_common threaded_scheduler_4_threads::nested_rt
14892024-08-12T18:39:48.388Z PASS [ 0.116s] tokio::rt_common threaded_scheduler_4_threads::panic_in_block_on
14902024-08-12T18:39:48.455Z PASS [ 0.067s] tokio::rt_common threaded_scheduler_4_threads::ping_pong_saturation
14912024-08-12T18:39:48.480Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::runtime_in_thread_local
14922024-08-12T18:39:48.504Z PASS [ 0.155s] tokio::rt_common threaded_scheduler_4_threads::panic_in_task
14932024-08-12T18:39:48.619Z PASS [ 0.126s] tokio::rt_common threaded_scheduler_4_threads::shutdown_timeout
14942024-08-12T18:39:48.644Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::shutdown_timeout_0
14952024-08-12T18:39:48.772Z PASS [ 0.131s] tokio::rt_common threaded_scheduler_4_threads::shutdown_wakeup_time
14962024-08-12T18:39:48.846Z PASS [ 0.076s] tokio::rt_common threaded_scheduler_4_threads::sleep_at_root
14972024-08-12T18:39:48.870Z PASS [ 0.382s] tokio::rt_common threaded_scheduler_4_threads::shutdown_concurrent_spawn
14982024-08-12T18:39:48.895Z PASS [ 0.027s] tokio::rt_common threaded_scheduler_4_threads::sleep_from_blocking
14992024-08-12T18:39:48.895Z PASS [ 0.020s] tokio::rt_common threaded_scheduler_4_threads::socket_from_blocking
15002024-08-12T18:39:48.920Z PASS [ 0.028s] tokio::rt_common threaded_scheduler_4_threads::spawn_await_chain
15012024-08-12T18:39:48.945Z PASS [ 0.072s] tokio::rt_common threaded_scheduler_4_threads::sleep_in_spawn
15022024-08-12T18:39:48.945Z PASS [ 0.023s] tokio::rt_common threaded_scheduler_4_threads::spawn_blocking_from_blocking
15032024-08-12T18:39:48.970Z PASS [ 0.026s] tokio::rt_common threaded_scheduler_4_threads::spawn_from_blocking
15042024-08-12T18:39:48.995Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::spawn_from_other_thread_under_load
15052024-08-12T18:39:49.020Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::spawn_many_from_block_on
15062024-08-12T18:39:49.020Z PASS [ 0.073s] tokio::rt_common threaded_scheduler_4_threads::spawn_from_other_thread_idle
15072024-08-12T18:39:49.045Z PASS [ 0.028s] tokio::rt_common threaded_scheduler_4_threads::spawn_many_from_task
15082024-08-12T18:39:49.045Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::spawn_one_bg
15092024-08-12T18:39:49.070Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::spawn_one_from_block_on_called_on_handle
15102024-08-12T18:39:49.070Z PASS [ 0.019s] tokio::rt_common threaded_scheduler_4_threads::spawn_one_join
15112024-08-12T18:39:49.070Z PASS [ 0.018s] tokio::rt_common threaded_scheduler_4_threads::spawn_two
15122024-08-12T18:39:49.095Z PASS [ 0.021s] tokio::rt_common threaded_scheduler_4_threads::wake_by_ref_from_thread_local
15132024-08-12T18:39:49.095Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::wake_by_val_from_thread_local
15142024-08-12T18:39:49.120Z PASS [ 0.024s] tokio::rt_common threaded_scheduler_4_threads::wake_while_rt_is_dropping
15152024-08-12T18:39:49.120Z PASS [ 0.022s] tokio::rt_common threaded_scheduler_4_threads::yield_defers_until_park
15162024-08-12T18:39:49.120Z PASS [ 0.018s] tokio::rt_handle basic_enter
15172024-08-12T18:39:49.160Z PASS [ 0.047s] tokio::rt_handle interleave_enter_different_rt
15182024-08-12T18:39:49.184Z PASS [ 0.047s] tokio::rt_handle interleave_enter_same_rt
15192024-08-12T18:39:49.210Z PASS [ 0.018s] tokio::rt_handle_block_on basic
15202024-08-12T18:39:49.210Z PASS [ 0.044s] tokio::rt_handle interleave_then_enter
15212024-08-12T18:39:49.235Z PASS [ 0.023s] tokio::rt_handle_block_on bounded_mpsc_channel
15222024-08-12T18:39:49.235Z PASS [ 0.018s] tokio::rt_handle_block_on current_thread_scheduler::basic_fs
15232024-08-12T18:39:49.264Z PASS [ 0.015s] tokio::rt_handle_block_on current_thread_scheduler::fs_shutdown_before_started
15242024-08-12T18:39:49.289Z PASS [ 0.046s] tokio::rt_handle_block_on current_thread_scheduler::nesting
15252024-08-12T18:39:49.313Z PASS [ 0.021s] tokio::rt_handle_block_on current_thread_scheduler::spawn_after_runtime_dropped
15262024-08-12T18:39:49.338Z PASS [ 0.021s] tokio::rt_handle_block_on current_thread_scheduler::spawn_blocking_after_shutdown_fails
15272024-08-12T18:39:49.338Z PASS [ 0.123s] tokio::rt_handle_block_on current_thread_scheduler::basic_spawn_blocking
15282024-08-12T18:39:49.362Z PASS [ 0.021s] tokio::rt_handle_block_on current_thread_scheduler::tcp_listener_bind
15292024-08-12T18:39:49.387Z PASS [ 0.018s] tokio::rt_handle_block_on current_thread_scheduler::udp_socket_bind
15302024-08-12T18:39:49.412Z PASS [ 0.019s] tokio::rt_handle_block_on threaded_scheduler_1_thread::basic_fs
15312024-08-12T18:39:49.520Z PASS [ 0.123s] tokio::rt_handle_block_on threaded_scheduler_1_thread::basic_spawn_blocking
15322024-08-12T18:39:49.545Z PASS [ 0.024s] tokio::rt_handle_block_on threaded_scheduler_1_thread::fs_shutdown_before_started
15332024-08-12T18:39:49.594Z PASS [ 0.052s] tokio::rt_handle_block_on threaded_scheduler_1_thread::nesting
15342024-08-12T18:39:49.619Z PASS [ 0.021s] tokio::rt_handle_block_on threaded_scheduler_1_thread::spawn_after_runtime_dropped
15352024-08-12T18:39:49.644Z PASS [ 0.019s] tokio::rt_handle_block_on threaded_scheduler_1_thread::spawn_blocking_after_shutdown_fails
15362024-08-12T18:39:50.048Z PASS [ 5.032s] tokio::process_kill_on_drop kill_on_drop
15372024-08-12T18:39:50.074Z PASS [ 0.022s] tokio::rt_handle_block_on threaded_scheduler_1_thread::tcp_listener_bind
15382024-08-12T18:39:50.098Z PASS [ 0.022s] tokio::rt_handle_block_on threaded_scheduler_1_thread::udp_socket_bind
15392024-08-12T18:39:50.218Z PASS [ 0.125s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::sleep
15402024-08-12T18:39:50.275Z PASS [ 0.059s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::sleep_after_shutdown_panics
15412024-08-12T18:39:50.336Z PASS [ 0.059s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::sleep_before_shutdown_panics
15422024-08-12T18:39:50.361Z PASS [ 1.023s] tokio::rt_handle_block_on current_thread_scheduler::spawn_blocking_started_before_shutdown_continues
15432024-08-12T18:39:50.386Z PASS [ 0.023s] tokio::rt_handle_block_on threaded_scheduler_4_threads::basic_fs
15442024-08-12T18:39:50.386Z PASS [ 0.050s] tokio::rt_handle_block_on threaded_scheduler_1_thread_only::unix_listener_bind
15452024-08-12T18:39:50.410Z PASS [ 0.021s] tokio::rt_handle_block_on threaded_scheduler_4_threads::fs_shutdown_before_started
15462024-08-12T18:39:50.454Z PASS [ 0.048s] tokio::rt_handle_block_on threaded_scheduler_4_threads::nesting
15472024-08-12T18:39:50.478Z PASS [ 0.023s] tokio::rt_handle_block_on threaded_scheduler_4_threads::spawn_after_runtime_dropped
15482024-08-12T18:39:50.503Z PASS [ 0.122s] tokio::rt_handle_block_on threaded_scheduler_4_threads::basic_spawn_blocking
15492024-08-12T18:39:50.527Z PASS [ 0.031s] tokio::rt_handle_block_on threaded_scheduler_4_threads::spawn_blocking_after_shutdown_fails
15502024-08-12T18:39:50.552Z PASS [ 0.023s] tokio::rt_handle_block_on threaded_scheduler_4_threads::tcp_listener_bind
15512024-08-12T18:39:50.552Z PASS [ 0.022s] tokio::rt_handle_block_on threaded_scheduler_4_threads::udp_socket_bind
15522024-08-12T18:39:50.657Z PASS [ 1.020s] tokio::rt_handle_block_on threaded_scheduler_1_thread::spawn_blocking_started_before_shutdown_continues
15532024-08-12T18:39:50.682Z PASS [ 0.121s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::sleep
15542024-08-12T18:39:50.720Z PASS [ 0.064s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::sleep_after_shutdown_panics
15552024-08-12T18:39:50.745Z PASS [ 0.063s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::sleep_before_shutdown_panics
15562024-08-12T18:39:50.770Z PASS [ 0.034s] tokio::rt_handle_block_on threaded_scheduler_4_threads_only::unix_listener_bind
15572024-08-12T18:39:50.770Z PASS [ 0.024s] tokio::rt_handle_block_on unbounded_mpsc_channel
15582024-08-12T18:39:50.795Z PASS [ 0.021s] tokio::rt_metrics num_alive_tasks
15592024-08-12T18:39:50.795Z PASS [ 0.025s] tokio::rt_metrics num_workers
15602024-08-12T18:39:50.819Z PASS [ 0.026s] tokio::rt_panic builder_global_queue_interval_panic_caller
15612024-08-12T18:39:50.851Z PASS [ 0.025s] tokio::rt_panic builder_max_blocking_threads_panic_caller
15622024-08-12T18:39:50.875Z PASS [ 0.025s] tokio::rt_panic builder_worker_threads_panic_caller
15632024-08-12T18:39:50.875Z PASS [ 0.025s] tokio::rt_panic current_handle_panic_caller
15642024-08-12T18:39:50.876Z PASS [ 0.023s] tokio::rt_panic into_panic_panic_caller
15652024-08-12T18:39:50.900Z PASS [ 0.025s] tokio::rt_threaded coop_and_block_in_place
15662024-08-12T18:39:50.924Z PASS [ 0.076s] tokio::rt_threaded blocking
15672024-08-12T18:39:50.949Z PASS [ 0.024s] tokio::rt_threaded global_queue_interval_set_to_one
15682024-08-12T18:39:51.505Z PASS [ 10.898s] tokio runtime::tests::task_combinations::test_combinations
15692024-08-12T18:39:51.529Z PASS [ 1.030s] tokio::rt_handle_block_on threaded_scheduler_4_threads::spawn_blocking_started_before_shutdown_continues
15702024-08-12T18:39:51.554Z PASS [ 0.024s] tokio::rt_threaded lifo_slot_budget
15712024-08-12T18:39:51.587Z PASS [ 0.055s] tokio::rt_threaded many_oneshot_futures
15722024-08-12T18:39:51.627Z PASS [ 0.040s] tokio::rt_threaded max_blocking_threads
15732024-08-12T18:39:51.686Z PASS [ 0.059s] tokio::rt_threaded max_blocking_threads_set_to_zero
15742024-08-12T18:39:51.712Z PASS [ 0.029s] tokio::rt_threaded multi_threadpool
15752024-08-12T18:39:51.737Z PASS [ 0.021s] tokio::rt_threaded single_thread
15762024-08-12T18:39:51.763Z PASS [ 0.027s] tokio::rt_threaded spawn_shutdown
15772024-08-12T18:39:51.787Z PASS [ 0.025s] tokio::rt_threaded spawn_two
15782024-08-12T18:39:51.813Z PASS [ 0.024s] tokio::rt_threaded start_stop_callbacks_called
15792024-08-12T18:39:51.843Z PASS [ 0.967s] tokio::rt_threaded drop_threadpool_drops_futures
15802024-08-12T18:39:51.868Z PASS [ 0.022s] tokio::rt_threaded test_block_in_place2
15812024-08-12T18:39:51.893Z PASS [ 0.072s] tokio::rt_threaded test_block_in_place1
15822024-08-12T18:39:51.918Z PASS [ 0.023s] tokio::rt_threaded test_block_in_place4
15832024-08-12T18:39:51.945Z PASS [ 0.072s] tokio::rt_threaded test_block_in_place3
15842024-08-12T18:39:51.970Z PASS [ 0.049s] tokio::rt_threaded test_nested_block_in_place_with_block_on_between
15852024-08-12T18:39:51.995Z PASS [ 1.028s] tokio::rt_threaded hang_on_shutdown
15862024-08-12T18:39:51.995Z PASS [ 0.049s] tokio::rt_threaded test_tuning
15872024-08-12T18:39:52.020Z PASS [ 0.032s] tokio::rt_threaded yield_after_block_in_place
15882024-08-12T18:39:52.095Z PASS [ 0.059s] tokio::rt_threaded wake_during_shutdown
15892024-08-12T18:39:52.095Z PASS [ 0.041s] tokio::rt_time_start_paused test_start_paused
15902024-08-12T18:39:52.095Z PASS [ 0.041s] tokio::signal_ctrl_c ctrl_c
15912024-08-12T18:39:52.095Z PASS [ 0.025s] tokio::signal_drop_recv drop_then_get_a_signal
15922024-08-12T18:39:52.120Z PASS [ 0.038s] tokio::signal_drop_rt dropping_loops_does_not_cause_starvation
15932024-08-12T18:39:52.120Z PASS [ 0.042s] tokio::signal_drop_signal dropping_signal_does_not_deregister_any_other_instances
15942024-08-12T18:39:52.120Z PASS [ 0.040s] tokio::signal_multi_rt multi_loop
15952024-08-12T18:39:52.120Z PASS [ 0.024s] tokio::signal_notify_both notify_both
15962024-08-12T18:39:52.145Z PASS [ 0.025s] tokio::signal_panic signal_panic_caller
15972024-08-12T18:39:52.170Z PASS [ 0.025s] tokio::signal_twice twice
15982024-08-12T18:39:52.170Z PASS [ 0.067s] tokio::signal_no_rt no_runtime_panics_creating_signals
15992024-08-12T18:39:52.170Z PASS [ 0.024s] tokio::sync_barrier barrier_future_is_send
16002024-08-12T18:39:52.170Z PASS [ 0.037s] tokio::signal_usr1 signal_usr1
16012024-08-12T18:39:52.170Z PASS [ 0.023s] tokio::sync_barrier single
16022024-08-12T18:39:52.170Z PASS [ 0.034s] tokio::sync_barrier lots
16032024-08-12T18:39:52.537Z PASS [ 0.038s] tokio::sync_barrier tango
16042024-08-12T18:39:52.537Z PASS [ 0.026s] tokio::sync_barrier zero_does_not_block
16052024-08-12T18:39:52.537Z PASS [ 0.023s] tokio::sync_broadcast change_tasks
16062024-08-12T18:39:52.537Z PASS [ 0.026s] tokio::sync_broadcast drop_rx_while_values_remain
16072024-08-12T18:39:52.587Z PASS [ 0.029s] tokio::sync_broadcast dropping_sender_does_not_overwrite
16082024-08-12T18:39:52.587Z PASS [ 0.065s] tokio::sync_broadcast capacity_too_big
16092024-08-12T18:39:52.612Z PASS [ 0.038s] tokio::sync_broadcast dropping_tx_notifies_rx
16102024-08-12T18:39:52.612Z PASS [ 0.024s] tokio::sync_broadcast lagging_receiver_recovers_after_wrap_closed_1
16112024-08-12T18:39:52.612Z PASS [ 0.036s] tokio::sync_broadcast lagging_receiver_recovers_after_wrap_closed_2
16122024-08-12T18:39:52.612Z PASS [ 0.023s] tokio::sync_broadcast lagging_receiver_recovers_after_wrap_open
16132024-08-12T18:39:52.612Z PASS [ 0.036s] tokio::sync_broadcast lagging_rx
16142024-08-12T18:39:52.612Z PASS [ 0.027s] tokio::sync_broadcast receiver_len_with_lagged
16152024-08-12T18:39:52.612Z PASS [ 0.051s] tokio::sync_broadcast panic_in_clone
16162024-08-12T18:39:52.612Z PASS [ 0.027s] tokio::sync_broadcast resubscribe_lagged
16172024-08-12T18:39:52.612Z PASS [ 0.036s] tokio::sync_broadcast resubscribe_points_to_tail
16182024-08-12T18:39:52.612Z PASS [ 0.033s] tokio::sync_broadcast resubscribe_to_closed_channel
16192024-08-12T18:39:52.612Z PASS [ 0.022s] tokio::sync_broadcast send_in_waker_drop
16202024-08-12T18:39:52.612Z PASS [ 0.034s] tokio::sync_broadcast send_no_rx
16212024-08-12T18:39:52.612Z PASS [ 0.022s] tokio::sync_broadcast send_recv_bounded
16222024-08-12T18:39:52.612Z PASS [ 0.033s] tokio::sync_broadcast send_slow_rx
16232024-08-12T18:39:52.612Z PASS [ 0.022s] tokio::sync_broadcast send_try_recv_bounded
16242024-08-12T18:39:52.612Z PASS [ 0.054s] tokio::sync_broadcast send_two_recv
16252024-08-12T18:39:52.612Z PASS [ 0.044s] tokio::sync_broadcast send_two_recv_bounded
16262024-08-12T18:39:52.612Z PASS [ 0.039s] tokio::sync_broadcast sender_len
16272024-08-12T18:39:52.612Z PASS [ 0.026s] tokio::sync_broadcast sender_len_random
16282024-08-12T18:39:52.613Z PASS [ 0.036s] tokio::sync_broadcast single_capacity_recvs
16292024-08-12T18:39:52.613Z PASS [ 0.023s] tokio::sync_broadcast single_capacity_recvs_after_drop_1
16302024-08-12T18:39:52.613Z PASS [ 0.022s] tokio::sync_broadcast unconsumed_messages_are_dropped
16312024-08-12T18:39:52.613Z PASS [ 0.034s] tokio::sync_broadcast single_capacity_recvs_after_drop_2
16322024-08-12T18:39:52.648Z PASS [ 0.024s] tokio::sync_errors mpsc_error_bound
16332024-08-12T18:39:52.648Z PASS [ 0.024s] tokio::sync_errors oneshot_error_bound
16342024-08-12T18:39:52.648Z PASS [ 0.061s] tokio::sync_broadcast zero_capacity
16352024-08-12T18:39:52.648Z PASS [ 0.024s] tokio::sync_errors watch_error_bound
16362024-08-12T18:39:52.673Z PASS [ 0.038s] tokio::sync_mpsc async_send_recv_many_with_buffer
16372024-08-12T18:39:52.673Z PASS [ 0.026s] tokio::sync_mpsc async_send_recv_unbounded
16382024-08-12T18:39:52.673Z PASS [ 0.035s] tokio::sync_mpsc async_send_recv_with_buffer
16392024-08-12T18:39:52.673Z PASS [ 0.029s] tokio::sync_mpsc blocking_recv
16402024-08-12T18:39:52.673Z PASS [ 0.020s] tokio::sync_mpsc blocking_send
16412024-08-12T18:39:52.698Z PASS [ 0.061s] tokio::sync_mpsc blocking_recv_async
16422024-08-12T18:39:52.724Z PASS [ 0.053s] tokio::sync_mpsc buffer_gteq_one
16432024-08-12T18:39:52.748Z PASS [ 0.035s] tokio::sync_mpsc drop_permit_iterator_releases_permits
16442024-08-12T18:39:52.748Z PASS [ 0.077s] tokio::sync_mpsc blocking_send_async
16452024-08-12T18:39:52.773Z PASS [ 0.034s] tokio::sync_mpsc drop_permit_releases_permit
16462024-08-12T18:39:52.773Z PASS [ 0.022s] tokio::sync_mpsc dropping_rx_closes_channel
16472024-08-12T18:39:52.773Z PASS [ 0.031s] tokio::sync_mpsc dropping_rx_closes_channel_for_try
16482024-08-12T18:39:52.842Z PASS [ 0.030s] tokio::sync_mpsc no_t_bounds_buffer
16492024-08-12T18:39:52.842Z PASS [ 0.022s] tokio::sync_mpsc permit_available_not_acquired_close
16502024-08-12T18:39:52.843Z PASS [ 0.033s] tokio::sync_mpsc no_t_bounds_unbounded
16512024-08-12T18:39:52.843Z PASS [ 0.031s] tokio::sync_mpsc ready_close_cancel_bounded
16522024-08-12T18:39:52.843Z PASS [ 0.034s] tokio::sync_mpsc recv_close_gets_none_idle
16532024-08-12T18:39:52.843Z PASS [ 0.024s] tokio::sync_mpsc recv_close_gets_none_reserved
16542024-08-12T18:39:52.843Z PASS [ 0.033s] tokio::sync_mpsc recv_timeout
16552024-08-12T18:39:52.867Z PASS [ 0.021s] tokio::sync_mpsc reserve_disarm
16562024-08-12T18:39:52.867Z PASS [ 0.022s] tokio::sync_mpsc reserve_many_above_cap
16572024-08-12T18:39:52.917Z PASS [ 0.025s] tokio::sync_mpsc reserve_many_and_send
16582024-08-12T18:39:52.942Z PASS [ 0.063s] tokio::sync_mpsc reserve_many_on_closed_channel
16592024-08-12T18:39:52.942Z PASS [ 0.105s] tokio::sync_mpsc recv_timeout_panic
16602024-08-12T18:39:52.967Z PASS [ 0.025s] tokio::sync_mpsc send_recv_buffer_limited
16612024-08-12T18:39:52.967Z PASS [ 0.073s] tokio::sync_mpsc reserve_many_zero
16622024-08-12T18:39:53.405Z PASS [ 0.027s] tokio::sync_mpsc send_recv_many_bounded_capacity
16632024-08-12T18:39:53.405Z PASS [ 0.060s] tokio::sync_mpsc send_recv_many_unbounded
16642024-08-12T18:39:53.405Z PASS [ 0.052s] tokio::sync_mpsc send_recv_many_unbounded_capacity
16652024-08-12T18:39:53.405Z PASS [ 0.070s] tokio::sync_mpsc send_recv_stream_unbounded
16662024-08-12T18:39:53.430Z PASS [ 0.037s] tokio::sync_mpsc send_recv_stream_with_buffer
16672024-08-12T18:39:53.430Z PASS [ 0.020s] tokio::sync_mpsc send_recv_unbounded
16682024-08-12T18:39:53.430Z PASS [ 0.031s] tokio::sync_mpsc send_recv_with_buffer
16692024-08-12T18:39:53.430Z PASS [ 0.031s] tokio::sync_mpsc start_send_past_cap
16702024-08-12T18:39:53.430Z PASS [ 0.033s] tokio::sync_mpsc test_is_empty_32_msgs
16712024-08-12T18:39:53.430Z PASS [ 0.023s] tokio::sync_mpsc test_rx_is_closed_when_calling_close_with_sender
16722024-08-12T18:39:53.430Z PASS [ 0.053s] tokio::sync_mpsc test_rx_is_closed_when_dropping_all_senders
16732024-08-12T18:39:53.430Z PASS [ 0.041s] tokio::sync_mpsc test_rx_is_closed_when_there_are_messages_and_close_is_called
16742024-08-12T18:39:53.430Z PASS [ 0.052s] tokio::sync_mpsc test_rx_is_closed_when_there_are_no_senders_and_there_are_messages
16752024-08-12T18:39:53.430Z PASS [ 0.041s] tokio::sync_mpsc test_rx_is_empty_all_senders_are_dropped_and_messages_consumed
16762024-08-12T18:39:53.430Z PASS [ 0.048s] tokio::sync_mpsc test_rx_is_empty_when_all_messages_are_consumed
16772024-08-12T18:39:53.430Z PASS [ 0.089s] tokio::sync_mpsc test_rx_is_empty_when_no_messages_were_sent
16782024-08-12T18:39:53.431Z PASS [ 0.077s] tokio::sync_mpsc test_rx_is_not_closed_when_there_are_permits_but_not_senders
16792024-08-12T18:39:53.431Z PASS [ 0.075s] tokio::sync_mpsc test_rx_is_not_closed_when_there_are_senders
16802024-08-12T18:39:53.431Z PASS [ 0.031s] tokio::sync_mpsc test_rx_is_not_closed_when_there_are_senders_and_buffer_filled
16812024-08-12T18:39:53.431Z PASS [ 0.032s] tokio::sync_mpsc test_rx_is_not_empty_when_all_but_one_messages_are_consumed
16822024-08-12T18:39:53.431Z PASS [ 0.022s] tokio::sync_mpsc test_rx_is_not_empty_when_the_buffer_is_full
16832024-08-12T18:39:53.431Z PASS [ 0.055s] tokio::sync_mpsc test_rx_len_on_empty_channel
16842024-08-12T18:39:53.431Z PASS [ 0.067s] tokio::sync_mpsc test_rx_is_not_empty_when_there_are_messages_in_the_buffer
16852024-08-12T18:39:53.431Z PASS [ 0.069s] tokio::sync_mpsc test_rx_len_on_empty_channel_without_senders
16862024-08-12T18:39:53.431Z PASS [ 0.035s] tokio::sync_mpsc test_rx_len_on_filled_channel
16872024-08-12T18:39:53.466Z PASS [ 0.044s] tokio::sync_mpsc test_rx_len_when_close_is_called
16882024-08-12T18:39:53.466Z PASS [ 0.033s] tokio::sync_mpsc test_rx_len_when_close_is_called_after_dropping_sender
16892024-08-12T18:39:53.466Z PASS [ 0.056s] tokio::sync_mpsc test_rx_len_on_filled_channel_without_senders
16902024-08-12T18:39:53.490Z PASS [ 0.048s] tokio::sync_mpsc test_rx_len_when_close_is_called_before_dropping_sender
16912024-08-12T18:39:53.938Z PASS [ 0.037s] tokio::sync_mpsc test_rx_len_when_consuming_all_messages
16922024-08-12T18:39:53.938Z PASS [ 0.035s] tokio::sync_mpsc test_rx_unbounded_is_closed_when_calling_close_with_sender
16932024-08-12T18:39:53.938Z PASS [ 0.057s] tokio::sync_mpsc test_rx_unbounded_is_closed_when_there_are_messages_and_close_is_called
16942024-08-12T18:39:53.938Z PASS [ 0.069s] tokio::sync_mpsc test_rx_unbounded_is_closed_when_dropping_all_senders
16952024-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
16962024-08-12T18:39:53.938Z PASS [ 0.023s] tokio::sync_mpsc test_rx_unbounded_is_empty_all_senders_are_dropped_and_messages_consumed
16972024-08-12T18:39:53.938Z PASS [ 0.070s] tokio::sync_mpsc test_rx_unbounded_is_empty_when_all_messages_are_consumed
16982024-08-12T18:39:53.938Z PASS [ 0.073s] tokio::sync_mpsc test_rx_unbounded_is_empty_when_no_messages_were_sent
16992024-08-12T18:39:53.938Z PASS [ 0.060s] tokio::sync_mpsc test_rx_unbounded_is_not_closed_when_there_are_senders
17002024-08-12T18:39:53.938Z PASS [ 0.039s] tokio::sync_mpsc test_rx_unbounded_is_not_empty_when_all_but_one_messages_are_consumed
17012024-08-12T18:39:53.938Z PASS [ 0.024s] tokio::sync_mpsc test_rx_unbounded_is_not_empty_when_there_are_messages_in_the_buffer
17022024-08-12T18:39:53.938Z PASS [ 0.073s] tokio::sync_mpsc test_rx_unbounded_len_on_empty_channel
17032024-08-12T18:39:53.938Z PASS [ 0.062s] tokio::sync_mpsc test_rx_unbounded_len_on_empty_channel_without_senders
17042024-08-12T18:39:53.938Z PASS [ 0.064s] tokio::sync_mpsc test_rx_unbounded_len_when_close_is_called
17052024-08-12T18:39:53.938Z PASS [ 0.022s] tokio::sync_mpsc test_rx_unbounded_len_when_close_is_called_after_dropping_sender
17062024-08-12T18:39:53.963Z PASS [ 0.034s] tokio::sync_mpsc test_rx_unbounded_len_when_close_is_called_before_dropping_sender
17072024-08-12T18:39:53.963Z PASS [ 0.058s] tokio::sync_mpsc test_rx_unbounded_len_when_consuming_all_messages
17082024-08-12T18:39:53.963Z PASS [ 0.047s] tokio::sync_mpsc test_rx_unbounded_len_with_multiple_messages
17092024-08-12T18:39:53.963Z PASS [ 0.074s] tokio::sync_mpsc test_rx_unbounded_len_with_multiple_messages_and_dropped_senders
17102024-08-12T18:39:53.963Z PASS [ 0.023s] tokio::sync_mpsc try_recv_bounded
17112024-08-12T18:39:53.963Z PASS [ 0.049s] tokio::sync_mpsc test_tx_capacity
17122024-08-12T18:39:53.963Z PASS [ 0.039s] tokio::sync_mpsc try_recv_close_while_empty_bounded
17132024-08-12T18:39:53.963Z PASS [ 0.062s] tokio::sync_mpsc try_recv_close_while_empty_unbounded
17142024-08-12T18:39:53.963Z PASS [ 0.053s] tokio::sync_mpsc try_recv_unbounded
17152024-08-12T18:39:53.963Z PASS [ 0.053s] tokio::sync_mpsc try_reserve_fails
17162024-08-12T18:39:53.963Z PASS [ 0.028s] tokio::sync_mpsc try_reserve_many_and_send
17172024-08-12T18:39:54.003Z PASS [ 0.054s] tokio::sync_mpsc try_reserve_many_edge_cases
17182024-08-12T18:39:54.027Z PASS [ 0.064s] tokio::sync_mpsc try_reserve_many_on_closed_channel
17192024-08-12T18:39:54.027Z PASS [ 0.039s] tokio::sync_mpsc try_reserve_many_zero
17202024-08-12T18:39:54.055Z PASS [ 0.024s] tokio::sync_mpsc try_send_fail
17212024-08-12T18:39:54.082Z PASS [ 0.024s] tokio::sync_mpsc try_send_fail_with_try_recv
17222024-08-12T18:39:54.082Z PASS [ 0.037s] tokio::sync_mpsc tx_close_gets_none
17232024-08-12T18:39:54.655Z PASS [ 0.037s] tokio::sync_mpsc unconsumed_messages_are_dropped
17242024-08-12T18:39:54.655Z PASS [ 0.025s] tokio::sync_mpsc_weak actor_weak_sender
17252024-08-12T18:39:54.702Z PASS [ 0.170s] tokio::sync_mpsc try_reserve_many_full
17262024-08-12T18:39:54.702Z PASS [ 0.023s] tokio::sync_mpsc_weak actor_weak_unbounded_sender
17272024-08-12T18:39:54.702Z PASS [ 0.036s] tokio::sync_mpsc_weak downgrade_drop_upgrade
17282024-08-12T18:39:54.702Z PASS [ 0.024s] tokio::sync_mpsc_weak downgrade_drop_upgrade_unbounded
17292024-08-12T18:39:54.702Z PASS [ 0.082s] tokio::sync_mpsc_weak downgrade_get_permit_upgrade_no_senders
17302024-08-12T18:39:54.702Z PASS [ 0.069s] tokio::sync_mpsc_weak downgrade_upgrade_get_permit_no_senders
17312024-08-12T18:39:54.702Z PASS [ 0.056s] tokio::sync_mpsc_weak downgrade_upgrade_sender_failure
17322024-08-12T18:39:54.702Z PASS [ 0.026s] tokio::sync_mpsc_weak downgrade_upgrade_sender_success
17332024-08-12T18:39:54.702Z PASS [ 0.060s] tokio::sync_mpsc_weak downgrade_upgrade_unbounded_sender_success
17342024-08-12T18:39:54.702Z PASS [ 0.074s] tokio::sync_mpsc_weak downgrade_upgrade_unbounded_sender_failure
17352024-08-12T18:39:54.702Z PASS [ 0.060s] tokio::sync_mpsc_weak sender_strong_and_weak_conut
17362024-08-12T18:39:54.702Z PASS [ 0.032s] tokio::sync_mpsc_weak sender_strong_count_when_cloned
17372024-08-12T18:39:54.702Z PASS [ 0.042s] tokio::sync_mpsc_weak sender_strong_count_when_dropped
17382024-08-12T18:39:54.702Z PASS [ 0.063s] tokio::sync_mpsc_weak sender_weak_count_when_dropped
17392024-08-12T18:39:54.702Z PASS [ 0.073s] tokio::sync_mpsc_weak sender_weak_count_when_downgraded
17402024-08-12T18:39:54.702Z PASS [ 0.063s] tokio::sync_mpsc_weak test_msgs_dropped_on_rx_drop
17412024-08-12T18:39:54.702Z PASS [ 0.032s] tokio::sync_mpsc_weak test_msgs_dropped_on_unbounded_rx_drop
17422024-08-12T18:39:54.702Z PASS [ 0.043s] tokio::sync_mpsc_weak test_rx_is_closed_when_dropping_all_senders_except_weak_senders
17432024-08-12T18:39:54.702Z PASS [ 0.065s] tokio::sync_mpsc_weak test_rx_unbounded_is_closed_when_dropping_all_senders_except_weak_senders
17442024-08-12T18:39:54.702Z PASS [ 0.055s] tokio::sync_mpsc_weak test_tx_count_weak_sender
17452024-08-12T18:39:54.702Z PASS [ 0.061s] tokio::sync_mpsc_weak test_tx_count_weak_unbounded_sender
17462024-08-12T18:39:54.702Z PASS [ 0.039s] tokio::sync_mpsc_weak unbounded_sender_strong_and_weak_conut
17472024-08-12T18:39:54.703Z PASS [ 0.062s] tokio::sync_mpsc_weak unbounded_sender_strong_count_when_dropped
17482024-08-12T18:39:54.703Z PASS [ 0.074s] tokio::sync_mpsc_weak unbounded_sender_strong_count_when_cloned
17492024-08-12T18:39:54.703Z PASS [ 0.073s] tokio::sync_mpsc_weak unbounded_sender_weak_count_when_downgraded
17502024-08-12T18:39:54.703Z PASS [ 0.034s] tokio::sync_mpsc_weak unbounded_sender_weak_count_when_dropped
17512024-08-12T18:39:54.703Z PASS [ 0.057s] tokio::sync_mpsc_weak weak_unbounded_sender
17522024-08-12T18:39:54.703Z PASS [ 0.067s] tokio::sync_mpsc_weak weak_sender
17532024-08-12T18:39:54.703Z PASS [ 0.070s] tokio::sync_mutex aborted_future_1
17542024-08-12T18:39:55.189Z PASS [ 0.035s] tokio::sync_mutex aborted_future_2
17552024-08-12T18:39:55.189Z PASS [ 0.022s] tokio::sync_mutex mutex_debug
17562024-08-12T18:39:55.189Z PASS [ 0.033s] tokio::sync_mutex debug_format
17572024-08-12T18:39:55.215Z PASS [ 0.062s] tokio::sync_mutex readiness
17582024-08-12T18:39:55.215Z PASS [ 0.050s] tokio::sync_mutex straight_execution
17592024-08-12T18:39:55.215Z PASS [ 0.035s] tokio::sync_mutex try_lock
17602024-08-12T18:39:55.215Z PASS [ 0.034s] tokio::sync_mutex_owned aborted_future_1
17612024-08-12T18:39:55.215Z PASS [ 0.046s] tokio::sync_mutex_owned aborted_future_2
17622024-08-12T18:39:55.215Z PASS [ 0.076s] tokio::sync_mutex_owned debug_format
17632024-08-12T18:39:55.215Z PASS [ 0.067s] tokio::sync_mutex_owned readiness
17642024-08-12T18:39:55.215Z PASS [ 0.063s] tokio::sync_mutex_owned straight_execution
17652024-08-12T18:39:55.215Z PASS [ 0.022s] tokio::sync_mutex_owned try_lock_owned
17662024-08-12T18:39:55.215Z PASS [ 0.018s] tokio::sync_notify notified_multi_notify
17672024-08-12T18:39:55.215Z PASS [ 0.068s] tokio::sync_notify notified_drop_notified_notify
17682024-08-12T18:39:55.215Z PASS [ 0.062s] tokio::sync_notify notified_multi_notify_drop_one
17692024-08-12T18:39:55.215Z PASS [ 0.023s] tokio::sync_notify notified_multi_notify_last_drop
17702024-08-12T18:39:55.215Z PASS [ 0.025s] tokio::sync_notify notified_multi_notify_one_drop
17712024-08-12T18:39:55.215Z PASS [ 0.019s] tokio::sync_notify notify_multi_notified_last
17722024-08-12T18:39:55.215Z PASS [ 0.035s] tokio::sync_notify notified_one_notify
17732024-08-12T18:39:55.215Z PASS [ 0.026s] tokio::sync_notify notify_in_drop_after_wake
17742024-08-12T18:39:55.216Z PASS [ 0.054s] tokio::sync_notify notify_multi_notified_one
17752024-08-12T18:39:55.216Z PASS [ 0.031s] tokio::sync_notify notify_notified_multi
17762024-08-12T18:39:55.216Z PASS [ 0.027s] tokio::sync_notify notify_notified_one
17772024-08-12T18:39:55.216Z PASS [ 0.037s] tokio::sync_notify notify_one_after_dropped_all
17782024-08-12T18:39:55.216Z PASS [ 0.027s] tokio::sync_notify test_enable_after_poll
17792024-08-12T18:39:55.216Z PASS [ 0.070s] tokio::sync_notify test_enable_consumes_permit
17802024-08-12T18:39:55.216Z PASS [ 0.050s] tokio::sync_notify test_notify_one_after_enable
17812024-08-12T18:39:55.216Z PASS [ 0.034s] tokio::sync_notify test_notify_one_not_enabled
17822024-08-12T18:39:55.216Z PASS [ 0.023s] tokio::sync_notify test_poll_after_enable
17832024-08-12T18:39:55.216Z PASS [ 0.073s] tokio::sync_notify test_waker_update
17842024-08-12T18:39:55.216Z PASS [ 0.060s] tokio::sync_once_cell drop_cell
17852024-08-12T18:39:55.538Z PASS [ 0.057s] tokio::sync_once_cell drop_cell_new_with
17862024-08-12T18:39:55.538Z PASS [ 0.024s] tokio::sync_once_cell drop_into_inner
17872024-08-12T18:39:55.538Z PASS [ 0.075s] tokio::sync_once_cell drop_into_inner_new_with
17882024-08-12T18:39:55.563Z PASS [ 0.063s] tokio::sync_once_cell from
17892024-08-12T18:39:55.563Z PASS [ 0.078s] tokio::sync_once_cell get_or_init
17902024-08-12T18:39:55.564Z PASS [ 0.025s] tokio::sync_once_cell get_or_init_panic
17912024-08-12T18:39:55.564Z PASS [ 0.031s] tokio::sync_once_cell set_and_get
17922024-08-12T18:39:55.564Z PASS [ 0.055s] tokio::sync_once_cell get_or_try_init
17932024-08-12T18:39:55.564Z PASS [ 0.042s] tokio::sync_once_cell get_uninit
17942024-08-12T18:39:55.564Z PASS [ 0.052s] tokio::sync_once_cell set_twice
17952024-08-12T18:39:55.564Z PASS [ 0.029s] tokio::sync_once_cell set_while_initializing
17962024-08-12T18:39:55.564Z PASS [ 0.024s] tokio::sync_oneshot close_after_recv
17972024-08-12T18:39:55.564Z PASS [ 0.041s] tokio::sync_oneshot async_rx_closed
17982024-08-12T18:39:55.564Z PASS [ 0.082s] tokio::sync_oneshot async_send_recv
17992024-08-12T18:39:55.564Z PASS [ 0.051s] tokio::sync_oneshot close_rx
18002024-08-12T18:39:55.564Z PASS [ 0.050s] tokio::sync_oneshot drops_tasks
18012024-08-12T18:39:55.589Z PASS [ 0.076s] tokio::sync_oneshot close_tx
18022024-08-12T18:39:55.589Z PASS [ 0.089s] tokio::sync_oneshot close_try_recv_poll
18032024-08-12T18:39:56.296Z PASS [ 0.033s] tokio::sync_oneshot explicit_close_poll
18042024-08-12T18:39:56.297Z PASS [ 0.061s] tokio::sync_oneshot explicit_close_try_recv
18052024-08-12T18:39:56.324Z PASS [ 0.052s] tokio::sync_oneshot receiver_changes_task
18062024-08-12T18:39:56.324Z PASS [ 0.064s] tokio::sync_oneshot send_recv
18072024-08-12T18:39:56.324Z PASS [ 0.023s] tokio::sync_oneshot sender_changes_task
18082024-08-12T18:39:56.324Z PASS [ 0.031s] tokio::sync_oneshot try_recv_after_completion
18092024-08-12T18:39:56.324Z PASS [ 0.021s] tokio::sync_oneshot try_recv_after_completion_await
18102024-08-12T18:39:56.324Z PASS [ 0.068s] tokio::sync_panic broadcast_channel_panic_caller
18112024-08-12T18:39:56.324Z PASS [ 0.057s] tokio::sync_panic mpsc_bounded_channel_panic_caller
18122024-08-12T18:39:56.324Z PASS [ 0.064s] tokio::sync_panic mpsc_bounded_receiver_blocking_recv_panic_caller
18132024-08-12T18:39:56.324Z PASS [ 0.051s] tokio::sync_panic mpsc_bounded_sender_blocking_send_panic_caller
18142024-08-12T18:39:56.324Z PASS [ 0.040s] tokio::sync_panic mpsc_unbounded_receiver_blocking_recv_panic_caller
18152024-08-12T18:39:56.324Z PASS [ 0.079s] tokio::sync_panic mutex_blocking_lock_panic_caller
18162024-08-12T18:39:56.324Z PASS [ 0.064s] tokio::sync_panic oneshot_blocking_recv_panic_caller
18172024-08-12T18:39:56.324Z PASS [ 0.025s] tokio::sync_panic rwlock_blocking_read_panic_caller
18182024-08-12T18:39:56.324Z PASS [ 0.082s] tokio::sync_panic rwlock_blocking_write_panic_caller
18192024-08-12T18:39:56.324Z PASS [ 0.070s] tokio::sync_panic rwlock_with_max_readers_panic_caller
18202024-08-12T18:39:56.324Z PASS [ 0.075s] tokio::sync_panic semaphore_merge_unrelated_owned_permits
18212024-08-12T18:39:56.324Z PASS [ 0.027s] tokio::sync_rwlock exhaust_reading
18222024-08-12T18:39:56.324Z PASS [ 0.048s] tokio::sync_panic semaphore_merge_unrelated_permits
18232024-08-12T18:39:56.324Z PASS [ 0.037s] tokio::sync_rwlock downgrade_map
18242024-08-12T18:39:56.324Z PASS [ 0.056s] tokio::sync_rwlock into_inner
18252024-08-12T18:39:56.324Z PASS [ 0.020s] tokio::sync_rwlock read_exclusive_pending
18262024-08-12T18:39:56.324Z PASS [ 0.022s] tokio::sync_rwlock read_shared
18272024-08-12T18:39:56.324Z PASS [ 0.044s] tokio::sync_rwlock multithreaded
18282024-08-12T18:39:56.324Z PASS [ 0.033s] tokio::sync_rwlock try_downgrade_map
18292024-08-12T18:39:56.324Z PASS [ 0.045s] tokio::sync_rwlock read_uncontested
18302024-08-12T18:39:56.324Z PASS [ 0.060s] tokio::sync_rwlock try_read_try_write
18312024-08-12T18:39:56.324Z PASS [ 0.038s] tokio::sync_rwlock try_write
18322024-08-12T18:39:56.324Z PASS [ 0.038s] tokio::sync_rwlock write_exclusive_pending
18332024-08-12T18:39:56.324Z PASS [ 0.054s] tokio::sync_rwlock write_order
18342024-08-12T18:39:56.324Z PASS [ 0.039s] tokio::sync_rwlock write_read_shared_drop_pending
18352024-08-12T18:39:56.324Z PASS [ 0.030s] tokio::sync_rwlock write_read_shared_pending
18362024-08-12T18:39:56.324Z PASS [ 0.050s] tokio::sync_rwlock write_shared_drop
18372024-08-12T18:39:56.325Z PASS [ 0.021s] tokio::sync_rwlock write_shared_pending
18382024-08-12T18:39:56.325Z PASS [ 0.029s] tokio::sync_semaphore acquire
18392024-08-12T18:39:56.325Z PASS [ 0.021s] tokio::sync_semaphore add_max_amount_permits
18402024-08-12T18:39:56.325Z PASS [ 0.039s] tokio::sync_rwlock write_uncontested
18412024-08-12T18:39:56.355Z PASS [ 0.081s] tokio::sync_semaphore add_more_than_max_amount_permits1
18422024-08-12T18:39:56.380Z PASS [ 0.085s] tokio::sync_semaphore add_more_than_max_amount_permits2
18432024-08-12T18:39:56.380Z PASS [ 0.075s] tokio::sync_semaphore add_permits
18442024-08-12T18:39:56.404Z PASS [ 0.063s] tokio::sync_semaphore forget
18452024-08-12T18:39:56.404Z PASS [ 0.021s] tokio::sync_semaphore merge
18462024-08-12T18:39:56.644Z PASS [ 0.023s] tokio::sync_semaphore no_panic_at_maxpermits
18472024-08-12T18:39:56.644Z PASS [ 0.049s] tokio::sync_semaphore no_permits
18482024-08-12T18:39:56.644Z PASS [ 0.070s] tokio::sync_semaphore merge_unrelated_permits
18492024-08-12T18:39:56.644Z PASS [ 0.064s] tokio::sync_semaphore panic_when_exceeds_maxpermits
18502024-08-12T18:39:56.644Z PASS [ 0.028s] tokio::sync_semaphore split
18512024-08-12T18:39:56.644Z PASS [ 0.062s] tokio::sync_semaphore stress_test
18522024-08-12T18:39:56.644Z PASS [ 0.077s] tokio::sync_semaphore try_acquire
18532024-08-12T18:39:56.670Z PASS [ 0.037s] tokio::sync_semaphore_owned acquire_many
18542024-08-12T18:39:56.670Z PASS [ 0.078s] tokio::sync_semaphore_owned acquire
18552024-08-12T18:39:56.670Z PASS [ 0.035s] tokio::sync_semaphore_owned merge
18562024-08-12T18:39:56.670Z PASS [ 0.083s] tokio::sync_semaphore_owned add_permits
18572024-08-12T18:39:56.670Z PASS [ 0.071s] tokio::sync_semaphore_owned forget
18582024-08-12T18:39:56.670Z PASS [ 0.022s] tokio::sync_semaphore_owned split
18592024-08-12T18:39:56.700Z PASS [ 0.021s] tokio::sync_semaphore_owned try_acquire
18602024-08-12T18:39:56.725Z PASS [ 0.065s] tokio::sync_semaphore_owned stress_test
18612024-08-12T18:39:56.725Z PASS [ 0.102s] tokio::sync_semaphore_owned merge_unrelated_permits
18622024-08-12T18:39:56.749Z PASS [ 0.054s] tokio::sync_semaphore_owned try_acquire_many
18632024-08-12T18:39:56.749Z PASS [ 0.020s] tokio::sync_watch borrow_and_update
18642024-08-12T18:39:57.002Z PASS [ 0.027s] tokio::sync_watch multiple_sender
18652024-08-12T18:39:57.002Z PASS [ 0.039s] tokio::sync_watch multi_rx
18662024-08-12T18:39:57.027Z PASS [ 0.066s] tokio::sync_watch poll_close
18672024-08-12T18:39:57.027Z PASS [ 0.024s] tokio::sync_watch reopened_after_subscribe
18682024-08-12T18:39:57.027Z PASS [ 0.063s] tokio::sync_watch receiver_is_notified_when_last_sender_is_dropped
18692024-08-12T18:39:57.027Z PASS [ 0.043s] tokio::sync_watch rx_mark_changed
18702024-08-12T18:39:57.027Z PASS [ 0.031s] tokio::sync_watch rx_mark_unchanged
18712024-08-12T18:39:57.027Z PASS [ 0.069s] tokio::sync_watch rx_observes_final_value
18722024-08-12T18:39:57.027Z PASS [ 0.051s] tokio::sync_watch rx_version_underflow
18732024-08-12T18:39:57.027Z PASS [ 0.021s] tokio::sync_watch single_rx_recv
18742024-08-12T18:39:57.028Z PASS [ 0.067s] tokio::sync_watch send_modify_panic
18752024-08-12T18:39:57.028Z PASS [ 0.087s] tokio::task_abort remote_abort_local_set_3929
18762024-08-12T18:39:57.089Z PASS [ 0.120s] tokio::task_abort test_abort_task_that_panics_on_drop_contained
18772024-08-12T18:39:57.113Z PASS [ 0.144s] tokio::task_abort test_abort_task_that_panics_on_drop_returned
18782024-08-12T18:39:57.138Z PASS [ 0.101s] tokio::task_abort test_abort_wakes_task_3964
18792024-08-12T18:39:57.188Z PASS [ 0.082s] tokio::task_abort test_abort_without_panic_3157
18802024-08-12T18:39:57.188Z PASS [ 0.025s] tokio::task_abort test_abort_without_panic_3662
18812024-08-12T18:39:57.212Z PASS [ 0.087s] tokio::task_abort test_join_error_debug
18822024-08-12T18:39:57.212Z PASS [ 5.684s] tokio::rt_threaded many_multishot_futures
18832024-08-12T18:39:57.237Z PASS [ 0.095s] tokio::task_abort test_join_error_display
18842024-08-12T18:39:57.262Z PASS [ 0.022s] tokio::task_blocking blocking_task_wakes_paused_runtime
18852024-08-12T18:39:57.318Z PASS [ 0.073s] tokio::task_blocking blocking_when_paused
18862024-08-12T18:39:57.343Z PASS [ 0.024s] tokio::task_blocking can_enter_current_thread_rt_from_within_block_in_place
18872024-08-12T18:39:57.368Z PASS [ 0.022s] tokio::task_blocking can_shutdown_now_in_runtime
18882024-08-12T18:39:57.392Z PASS [ 0.023s] tokio::task_blocking can_shutdown_with_zero_timeout_in_runtime
18892024-08-12T18:39:57.417Z PASS [ 0.024s] tokio::task_blocking coop_disabled_in_block_in_place
18902024-08-12T18:39:57.442Z PASS [ 0.024s] tokio::task_blocking coop_disabled_in_block_in_place_in_block_on
18912024-08-12T18:39:57.492Z PASS [ 0.059s] tokio::task_blocking no_block_in_current_thread_block_on
18922024-08-12T18:39:57.563Z PASS [ 0.057s] tokio::task_blocking no_block_in_current_thread_scheduler
18932024-08-12T18:39:57.614Z PASS [ 0.065s] tokio::task_blocking panicking_blocking_task_wakes_paused_runtime
18942024-08-12T18:39:57.639Z PASS [ 0.023s] tokio::task_blocking unawaited_blocking_task_wakes_paused_runtime
18952024-08-12T18:39:57.705Z PASS [ 0.067s] tokio::task_blocking useful_panic_message_when_dropping_rt_in_rt
18962024-08-12T18:39:57.729Z PASS [ 0.024s] tokio::task_blocking yes_block_in_threaded_block_on
18972024-08-12T18:39:57.755Z PASS [ 0.585s] tokio::task_blocking basic_blocking
18982024-08-12T18:39:57.755Z PASS [ 0.550s] tokio::task_blocking block_in_block
18992024-08-12T18:39:57.980Z PASS [ 0.033s] tokio::task_join_set abort_all
19002024-08-12T18:39:57.980Z PASS [ 0.023s] tokio::task_join_set abort_tasks
19012024-08-12T18:39:58.005Z PASS [ 0.577s] tokio::task_blocking block_in_blocking
19022024-08-12T18:39:58.005Z PASS [ 0.037s] tokio::task_join_set alternating
19032024-08-12T18:39:58.005Z PASS [ 0.045s] tokio::task_join_set join_set_coop
19042024-08-12T18:39:58.005Z PASS [ 0.033s] tokio::task_join_set runtime_gone
19052024-08-12T18:39:58.005Z PASS [ 0.038s] tokio::task_join_set test_abort_on_drop
19062024-08-12T18:39:58.005Z PASS [ 0.028s] tokio::task_join_set test_with_sleep
19072024-08-12T18:39:58.005Z PASS [ 0.037s] tokio::task_join_set try_join_next
19082024-08-12T18:39:58.005Z PASS [ 0.020s] tokio::task_local poll_after_take_value_should_fail
19092024-08-12T18:39:58.005Z PASS [ 0.048s] tokio::task_local local
19102024-08-12T18:39:58.005Z PASS [ 0.031s] tokio::task_local take_value
19112024-08-12T18:39:58.005Z PASS [ 0.039s] tokio::task_local task_local_available_on_abort
19122024-08-12T18:39:58.005Z PASS [ 0.029s] tokio::task_local task_local_available_on_completion_drop
19132024-08-12T18:39:58.005Z PASS [ 0.037s] tokio::task_local_set acquire_mutex_in_drop
19142024-08-12T18:39:58.005Z PASS [ 0.028s] tokio::task_local_set all_spawns_are_local
19152024-08-12T18:39:58.005Z PASS [ 0.035s] tokio::task_local_set drop_cancels_remote_tasks
19162024-08-12T18:39:58.005Z PASS [ 0.026s] tokio::task_local_set drop_cancels_tasks
19172024-08-12T18:39:58.005Z PASS [ 0.034s] tokio::task_local_set enter_guard_spawn
19182024-08-12T18:39:58.006Z PASS [ 0.026s] tokio::task_local_set join_local_future_elsewhere
19192024-08-12T18:39:58.006Z PASS [ 0.041s] tokio::task_local_set local_current_thread_scheduler
19202024-08-12T18:39:58.006Z PASS [ 0.035s] tokio::task_local_set local_tasks_wake_join_all
19212024-08-12T18:39:58.006Z PASS [ 0.031s] tokio::task_local_set local_threadpool
19222024-08-12T18:39:58.006Z PASS [ 0.066s] tokio::task_local_set local_tasks_are_polled_after_tick
19232024-08-12T18:39:58.006Z PASS [ 0.034s] tokio::task_local_set local_threadpool_blocking_run
19242024-08-12T18:39:58.030Z PASS [ 0.024s] tokio::task_local_set localset_future_drives_all_local_futs
19252024-08-12T18:39:58.030Z PASS [ 0.045s] tokio::task_local_set local_threadpool_timer
19262024-08-12T18:39:58.055Z PASS [ 0.032s] tokio::task_local_set localset_future_threadpool
19272024-08-12T18:39:58.055Z PASS [ 0.089s] tokio::task_local_set local_threadpool_blocking_in_place
19282024-08-12T18:39:58.080Z PASS [ 0.044s] tokio::task_local_set localset_future_timers
19292024-08-12T18:39:58.080Z PASS [ 0.036s] tokio::task_local_set nested_spawn_is_local
19302024-08-12T18:39:58.105Z PASS [ 0.057s] tokio::task_local_set localset_in_thread_local
19312024-08-12T18:39:58.105Z PASS [ 0.035s] tokio::task_local_set sleep_with_local_enter_guard
19322024-08-12T18:39:58.130Z PASS [ 0.033s] tokio::task_local_set store_local_set_in_thread_local_with_runtime
19332024-08-12T18:39:58.130Z PASS [ 0.045s] tokio::task_local_set spawn_wakes_localset
19342024-08-12T18:39:58.155Z PASS [ 0.041s] tokio::task_panic block_in_place_panic_caller
19352024-08-12T18:39:58.155Z PASS [ 0.031s] tokio::task_panic local_key_get_panic_caller
19362024-08-12T18:39:58.155Z PASS [ 0.031s] tokio::task_panic local_key_with_panic_caller
19372024-08-12T18:39:58.155Z PASS [ 0.040s] tokio::task_panic local_key_sync_scope_panic_caller
19382024-08-12T18:39:58.181Z PASS [ 0.039s] tokio::task_panic local_set_block_on_panic_caller
19392024-08-12T18:39:58.181Z PASS [ 0.029s] tokio::task_panic local_set_spawn_local_panic_caller
19402024-08-12T18:39:58.206Z PASS [ 0.035s] tokio::task_panic spawn_panic_caller
19412024-08-12T18:39:58.206Z PASS [ 0.024s] tokio::tcp_accept accept_many
19422024-08-12T18:39:58.206Z PASS [ 0.033s] tokio::tcp_accept host_str
19432024-08-12T18:39:58.206Z PASS [ 0.025s] tokio::tcp_accept ip_port_tuple
19442024-08-12T18:39:58.231Z PASS [ 0.036s] tokio::tcp_accept ip_str
19452024-08-12T18:39:58.231Z PASS [ 0.030s] tokio::tcp_accept no_extra_poll
19462024-08-12T18:39:58.325Z PASS [ 0.039s] tokio::tcp_accept socket_addr
19472024-08-12T18:39:58.325Z PASS [ 0.027s] tokio::tcp_accept str_port_tuple
19482024-08-12T18:39:58.325Z PASS [ 0.043s] tokio::tcp_connect connect_addr_host_str_port_tuple
19492024-08-12T18:39:58.325Z PASS [ 0.035s] tokio::tcp_connect connect_addr_host_string
19502024-08-12T18:39:58.350Z PASS [ 0.023s] tokio::tcp_connect connect_addr_ip_port_tuple
19512024-08-12T18:39:58.350Z PASS [ 0.041s] tokio::tcp_connect connect_addr_ip_str_port_tuple
19522024-08-12T18:39:58.350Z PASS [ 0.030s] tokio::tcp_connect connect_addr_ip_str_slice
19532024-08-12T18:39:58.350Z PASS [ 0.030s] tokio::tcp_connect connect_v4
19542024-08-12T18:39:58.350Z PASS [ 0.039s] tokio::tcp_connect connect_addr_ip_string
19552024-08-12T18:39:58.350Z PASS [ 0.038s] tokio::tcp_connect connect_v6
19562024-08-12T18:39:58.350Z PASS [ 0.019s] tokio::tcp_into_split reunite
19572024-08-12T18:39:58.375Z PASS [ 0.039s] tokio::tcp_into_split drop_write
19582024-08-12T18:39:58.375Z PASS [ 0.050s] tokio::tcp_echo echo_server
19592024-08-12T18:39:58.375Z PASS [ 0.022s] tokio::tcp_into_split split
19602024-08-12T18:39:58.401Z PASS [ 0.032s] tokio::tcp_peek peek
19612024-08-12T18:39:58.426Z PASS [ 0.022s] tokio::tcp_shutdown shutdown
19622024-08-12T18:39:58.426Z PASS [ 0.043s] tokio::tcp_into_std tcp_into_std
19632024-08-12T18:39:58.426Z PASS [ 0.030s] tokio::tcp_socket basic_usage_v4
19642024-08-12T18:39:58.426Z PASS [ 0.043s] tokio::tcp_socket basic_linger
19652024-08-12T18:39:58.509Z PASS [ 0.041s] tokio::tcp_socket basic_usage_v6
19662024-08-12T18:39:58.509Z PASS [ 0.030s] tokio::tcp_socket bind_before_connect
19672024-08-12T18:39:58.509Z PASS [ 0.037s] tokio::tcp_split split
19682024-08-12T18:39:58.534Z PASS [ 0.026s] tokio::tcp_stream buffer_not_included_in_future
19692024-08-12T18:39:58.534Z PASS [ 0.038s] tokio::tcp_stream poll_read_ready
19702024-08-12T18:39:58.534Z PASS [ 0.030s] tokio::tcp_stream poll_write_ready
19712024-08-12T18:39:58.534Z PASS [ 0.021s] tokio::tcp_stream read_closed
19722024-08-12T18:39:58.534Z PASS [ 0.040s] tokio::tcp_stream set_linger
19732024-08-12T18:39:58.534Z PASS [ 0.026s] tokio::tcp_stream write_closed
19742024-08-12T18:39:58.559Z PASS [ 0.067s] tokio::tcp_stream try_read_buf
19752024-08-12T18:39:58.559Z PASS [ 0.026s] tokio::test_clock can_pause_after_resume
19762024-08-12T18:39:58.835Z PASS [ 0.053s] tokio::test_clock advancing_time_when_time_is_not_frozen_panics
19772024-08-12T18:39:58.835Z PASS [ 0.022s] tokio::test_clock resume_lets_time_move_forward_instead_of_resetting_it
19782024-08-12T18:39:58.835Z PASS [ 0.099s] tokio::tcp_stream try_read_write
19792024-08-12T18:39:58.860Z PASS [ 0.060s] tokio::test_clock freezing_time_while_frozen_panics
19802024-08-12T18:39:58.860Z PASS [ 0.039s] tokio::time_interval burst
19812024-08-12T18:39:58.860Z PASS [ 0.027s] tokio::time_interval delay
19822024-08-12T18:39:58.860Z PASS [ 0.075s] tokio::test_clock resuming_time_when_not_frozen_panics
19832024-08-12T18:39:58.860Z PASS [ 0.039s] tokio::time_interval interval_doesnt_panic_max_duration_when_polling
19842024-08-12T18:39:58.860Z PASS [ 0.029s] tokio::time_interval reset
19852024-08-12T18:39:58.860Z PASS [ 0.027s] tokio::time_interval reset_after
19862024-08-12T18:39:58.860Z PASS [ 0.027s] tokio::time_interval reset_at
19872024-08-12T18:39:58.860Z PASS [ 0.060s] tokio::time_interval interval_zero_duration
19882024-08-12T18:39:58.860Z PASS [ 0.035s] tokio::time_interval reset_at_bigger_than_interval
19892024-08-12T18:39:58.860Z PASS [ 0.026s] tokio::time_interval reset_immediately
19902024-08-12T18:39:58.860Z PASS [ 0.034s] tokio::time_interval skip
19912024-08-12T18:39:58.860Z PASS [ 0.026s] tokio::time_interval stream_with_interval_poll_tick_no_waking
19922024-08-12T18:39:58.860Z PASS [ 0.018s] tokio::time_interval stream_with_interval_poll_tick_self_waking
19932024-08-12T18:39:58.860Z PASS [ 0.028s] tokio::time_panic interval_at_panic_caller
19942024-08-12T18:39:58.860Z PASS [ 0.030s] tokio::time_panic interval_panic_caller
19952024-08-12T18:39:58.860Z PASS [ 0.032s] tokio::time_panic pause_panic_caller
19962024-08-12T18:39:58.860Z PASS [ 0.032s] tokio::time_panic resume_panic_caller
19972024-08-12T18:39:58.860Z PASS [ 0.030s] tokio::time_panic timeout_panic_caller
19982024-08-12T18:39:58.860Z PASS [ 0.030s] tokio::time_pause advance_after_poll
19992024-08-12T18:39:58.860Z PASS [ 0.032s] tokio::time_pause advance_multi_with_timer
20002024-08-12T18:39:58.860Z PASS [ 0.034s] tokio::time_pause advance_once_with_timer
20012024-08-12T18:39:58.860Z PASS [ 0.033s] tokio::time_pause exact_1ms_advance
20022024-08-12T18:39:58.860Z PASS [ 0.032s] tokio::time_pause interval
20032024-08-12T18:39:58.860Z PASS [ 0.045s] tokio::time_pause pause_time_in_main
20042024-08-12T18:39:58.860Z PASS [ 0.027s] tokio::time_pause pause_time_in_task
20052024-08-12T18:39:58.885Z PASS [ 0.058s] tokio::time_pause pause_time_in_main_threads
20062024-08-12T18:39:58.885Z PASS [ 0.024s] tokio::time_pause regression_3710_with_submillis_advance
20072024-08-12T18:39:58.909Z PASS [ 0.072s] tokio::time_pause pause_time_in_spawn_threads
20082024-08-12T18:39:58.909Z PASS [ 0.033s] tokio::time_pause sleep_no_poll
20092024-08-12T18:39:58.934Z PASS [ 0.020s] tokio::time_pause sleep_same_task_no_poll
20102024-08-12T18:39:58.934Z PASS [ 0.031s] tokio::time_pause sleep_same_task
20112024-08-12T18:39:58.960Z PASS [ 0.034s] tokio::time_pause test_time_advance_3ms_and_change
20122024-08-12T18:39:58.960Z PASS [ 0.033s] tokio::time_pause test_time_advance_sub_ms
20132024-08-12T18:39:58.984Z PASS [ 0.036s] tokio::time_rt starving
20142024-08-12T18:39:58.984Z PASS [ 0.036s] tokio::time_rt timeout_value
20152024-08-12T18:39:58.984Z PASS [ 0.038s] tokio::time_rt timer_with_current_thread_scheduler
20162024-08-12T18:39:59.009Z PASS [ 0.037s] tokio::time_rt timer_with_threaded_runtime
20172024-08-12T18:39:59.034Z PASS [ 0.024s] tokio::time_sleep delayed_sleep_level_0
20182024-08-12T18:39:59.034Z PASS [ 0.022s] tokio::time_sleep delayed_sleep_wrapping_level_0
20192024-08-12T18:39:59.059Z PASS [ 0.061s] tokio::time_sleep creating_sleep_outside_of_context
20202024-08-12T18:39:59.059Z PASS [ 0.025s] tokio::time_sleep drop_after_reschedule_at_new_scheduled_time
20212024-08-12T18:39:59.084Z PASS [ 0.022s] tokio::time_sleep exactly_max
20222024-08-12T18:39:59.084Z PASS [ 0.035s] tokio::time_sleep drop_from_wake
20232024-08-12T18:39:59.133Z PASS [ 0.034s] tokio::time_sleep greater_than_max
20242024-08-12T18:39:59.133Z PASS [ 0.033s] tokio::time_sleep immediate_sleep
20252024-08-12T18:39:59.133Z PASS [ 0.020s] tokio::time_sleep is_elapsed
20262024-08-12T18:39:59.133Z PASS [ 0.030s] tokio::time_sleep issue_5183
20272024-08-12T18:39:59.133Z PASS [ 0.027s] tokio::time_sleep long_sleeps
20282024-08-12T18:39:59.133Z PASS [ 0.027s] tokio::time_sleep multi_long_sleeps
20292024-08-12T18:39:59.133Z PASS [ 0.027s] tokio::time_sleep no_out_of_bounds_close_to_max
20302024-08-12T18:39:59.158Z PASS [ 0.028s] tokio::time_sleep reset_after_firing
20312024-08-12T18:39:59.158Z PASS [ 0.024s] tokio::time_sleep reset_future_sleep_after_fire
20322024-08-12T18:39:59.182Z PASS [ 0.019s] tokio::time_sleep reset_past_sleep_before_fire
20332024-08-12T18:39:59.182Z PASS [ 0.028s] tokio::time_sleep reset_future_sleep_before_fire
20342024-08-12T18:39:59.182Z PASS [ 0.032s] tokio::time_sleep reset_past_sleep_before_turn
20352024-08-12T18:39:59.207Z PASS [ 0.031s] tokio::time_sleep reset_sleep_to_past
20362024-08-12T18:39:59.207Z PASS [ 0.021s] tokio::time_sleep sub_ms_delayed_sleep
20372024-08-12T18:39:59.232Z PASS [ 0.023s] tokio::time_timeout completed_future_past_deadline
20382024-08-12T18:39:59.232Z PASS [ 0.026s] tokio::time_timeout deadline_future_elapses
20392024-08-12T18:39:59.257Z PASS [ 0.395s] tokio::time_pause paused_time_is_deterministic
20402024-08-12T18:39:59.257Z PASS [ 0.024s] tokio::time_timeout deadline_now_elapses
20412024-08-12T18:39:59.281Z PASS [ 0.027s] tokio::time_timeout future_and_deadline_in_future
20422024-08-12T18:39:59.281Z PASS [ 0.028s] tokio::time_timeout future_and_timeout_in_future
20432024-08-12T18:39:59.281Z PASS [ 0.019s] tokio::time_timeout simultaneous_deadline_future_completion
20442024-08-12T18:39:59.307Z PASS [ 0.033s] tokio::time_timeout timeout_is_not_exhausted_by_future
20452024-08-12T18:39:59.308Z PASS [ 0.032s] tokio::time_timeout very_large_timeout
20462024-08-12T18:39:59.332Z PASS [ 0.032s] tokio::udp peek_sender
20472024-08-12T18:39:59.332Z PASS [ 0.022s] tokio::udp poll_ready
20482024-08-12T18:39:59.332Z PASS [ 0.033s] tokio::udp poll_peek_sender
20492024-08-12T18:39:59.357Z PASS [ 0.031s] tokio::udp recv_buf
20502024-08-12T18:39:59.357Z PASS [ 0.031s] tokio::udp recv_buf_from
20512024-08-12T18:39:59.382Z PASS [ 0.025s] tokio::udp send_recv_poll
20522024-08-12T18:39:59.382Z PASS [ 0.035s] tokio::udp send_recv
20532024-08-12T18:39:59.407Z PASS [ 0.038s] tokio::udp send_to_peek_from
20542024-08-12T18:39:59.407Z PASS [ 0.025s] tokio::udp send_to_peek_from_poll
20552024-08-12T18:39:59.748Z PASS [ 0.035s] tokio::udp send_to_recv_from
20562024-08-12T18:39:59.749Z PASS [ 0.032s] tokio::udp send_to_recv_from_poll
20572024-08-12T18:39:59.749Z PASS [ 0.033s] tokio::udp send_to_try_peek_from
20582024-08-12T18:39:59.749Z PASS [ 0.023s] tokio::udp split
20592024-08-12T18:39:59.749Z PASS [ 0.032s] tokio::udp split_chan
20602024-08-12T18:39:59.749Z PASS [ 0.030s] tokio::udp split_chan_poll
20612024-08-12T18:39:59.774Z PASS [ 0.033s] tokio::udp try_peek_sender
20622024-08-12T18:39:59.774Z PASS [ 0.033s] tokio::udp try_recv_buf
20632024-08-12T18:39:59.774Z PASS [ 0.025s] tokio::udp try_send_recv
20642024-08-12T18:39:59.774Z PASS [ 0.037s] tokio::udp try_recv_buf_from
20652024-08-12T18:39:59.775Z PASS [ 0.040s] tokio::udp try_send_spawn
20662024-08-12T18:39:59.775Z PASS [ 0.025s] tokio::udp try_send_to_recv_from
20672024-08-12T18:39:59.775Z PASS [ 0.037s] tokio::uds_cred test_socket_pair
20682024-08-12T18:39:59.775Z PASS [ 0.024s] tokio::uds_datagram echo
20692024-08-12T18:39:59.775Z PASS [ 0.038s] tokio::uds_datagram echo_from
20702024-08-12T18:39:59.775Z PASS [ 0.036s] tokio::uds_datagram poll_ready
20712024-08-12T18:39:59.775Z PASS [ 0.037s] tokio::uds_datagram recv_buf
20722024-08-12T18:39:59.775Z PASS [ 0.024s] tokio::uds_datagram send_recv_poll
20732024-08-12T18:39:59.775Z PASS [ 0.037s] tokio::uds_datagram recv_buf_from
20742024-08-12T18:39:59.775Z PASS [ 0.035s] tokio::uds_datagram send_to_recv_from_poll
20752024-08-12T18:39:59.775Z PASS [ 0.023s] tokio::uds_datagram try_recv_buf_from
20762024-08-12T18:39:59.775Z PASS [ 0.034s] tokio::uds_datagram split
20772024-08-12T18:39:59.775Z PASS [ 0.035s] tokio::uds_datagram try_recv_buf_never_block
20782024-08-12T18:39:59.775Z FAIL [ 0.035s] tokio::uds_datagram try_send_recv_never_block
20792024-08-12T18:39:59.775Z
20802024-08-12T18:39:59.775Z--- STDOUT: tokio::uds_datagram try_send_recv_never_block ---
20812024-08-12T18:39:59.775Z
20822024-08-12T18:39:59.775Zrunning 1 test
20832024-08-12T18:39:59.775Ztest try_send_recv_never_block ... FAILED
20842024-08-12T18:39:59.775Z
20852024-08-12T18:39:59.775Zfailures:
20862024-08-12T18:39:59.775Z
20872024-08-12T18:39:59.775Zfailures:
20882024-08-12T18:39:59.776Z try_send_recv_never_block
20892024-08-12T18:39:59.776Z
20902024-08-12T18:39:59.776Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 11 filtered out; finished in 0.00s
20912024-08-12T18:39:59.776Z
20922024-08-12T18:39:59.776Z
20932024-08-12T18:39:59.776Z--- STDERR: tokio::uds_datagram try_send_recv_never_block ---
20942024-08-12T18:39:59.776ZError: Kind(WouldBlock)
20952024-08-12T18:39:59.776Z
20962024-08-12T18:39:59.776Z Canceling due to test failure: 7 tests still running
20972024-08-12T18:39:59.776Z PASS [ 0.036s] tokio::uds_datagram try_send_to_recv_from
20982024-08-12T18:39:59.776Z PASS [ 0.024s] tokio::uds_socket assert_usage
20992024-08-12T18:39:59.776Z PASS [ 0.032s] tokio::uds_socket datagram_echo_server
21002024-08-12T18:39:59.776Z PASS [ 0.031s] tokio::uds_socket listen_and_stream
21012024-08-12T18:39:59.776Z PASS [ 0.022s] tokio::uds_split split
21022024-08-12T18:39:59.776Z PASS [ 0.033s] tokio::uds_stream accept_read_write
21032024-08-12T18:39:59.776Z PASS [ 0.026s] tokio::uds_stream poll_read_ready
21042024-08-12T18:39:59.776Z PASS [ 0.024s] tokio::uds_stream poll_write_ready
21052024-08-12T18:39:59.776Z FAIL [ 0.053s] tokio::uds_stream epollhup
21062024-08-12T18:39:59.776Z
21072024-08-12T18:39:59.776Z--- STDOUT: tokio::uds_stream epollhup ---
21082024-08-12T18:39:59.776Z
21092024-08-12T18:39:59.776Zrunning 1 test
21102024-08-12T18:39:59.776Ztest epollhup ... FAILED
21112024-08-12T18:39:59.776Z
21122024-08-12T18:39:59.776Zfailures:
21132024-08-12T18:39:59.777Z
21142024-08-12T18:39:59.777Zfailures:
21152024-08-12T18:39:59.777Z epollhup
21162024-08-12T18:39:59.777Z
21172024-08-12T18:39:59.777Ztest result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 6 filtered out; finished in 0.03s
21182024-08-12T18:39:59.777Z
21192024-08-12T18:39:59.777Z
21202024-08-12T18:39:59.777Z--- STDERR: tokio::uds_stream epollhup ---
21212024-08-12T18:39:59.777Zthread 'epollhup' panicked at tokio/tests/uds_stream.rs:409:5:
21222024-08-12T18:39:59.777Zassertion `left == right` failed
21232024-08-12T18:39:59.777Z left: ConnectionRefused
21242024-08-12T18:39:59.777Z right: ConnectionReset
21252024-08-12T18:39:59.777Zstack backtrace:
21262024-08-12T18:39:59.777Z 0: rust_begin_unwind
21272024-08-12T18:39:59.777Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/panicking.rs:652:5
21282024-08-12T18:39:59.777Z 1: core::panicking::panic_fmt
21292024-08-12T18:39:59.777Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:72:14
21302024-08-12T18:39:59.777Z 2: core::panicking::assert_failed_inner
21312024-08-12T18:39:59.777Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:408:17
21322024-08-12T18:39:59.777Z 3: core::panicking::assert_failed
21332024-08-12T18:39:59.777Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/panicking.rs:363:5
21342024-08-12T18:39:59.777Z 4: uds_stream::epollhup::{{closure}}
21352024-08-12T18:39:59.777Z at ./tests/uds_stream.rs:409:5
21362024-08-12T18:39:59.777Z 5: <core::pin::Pin<P> as core::future::future::Future>::poll
21372024-08-12T18:39:59.777Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
21382024-08-12T18:39:59.777Z 6: <core::pin::Pin<P> as core::future::future::Future>::poll
21392024-08-12T18:39:59.778Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/future/future.rs:123:9
21402024-08-12T18:39:59.778Z 7: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}
21412024-08-12T18:39:59.778Z at ./src/runtime/scheduler/current_thread/mod.rs:673:57
21422024-08-12T18:39:59.778Z 8: tokio::runtime::coop::with_budget
21432024-08-12T18:39:59.778Z at ./src/runtime/coop.rs:107:5
21442024-08-12T18:39:59.778Z 9: tokio::runtime::coop::budget
21452024-08-12T18:39:59.778Z at ./src/runtime/coop.rs:73:5
21462024-08-12T18:39:59.778Z 10: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}
21472024-08-12T18:39:59.778Z at ./src/runtime/scheduler/current_thread/mod.rs:673:25
21482024-08-12T18:39:59.778Z 11: tokio::runtime::scheduler::current_thread::Context::enter
21492024-08-12T18:39:59.778Z at ./src/runtime/scheduler/current_thread/mod.rs:412:19
21502024-08-12T18:39:59.778Z 12: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}
21512024-08-12T18:39:59.778Z at ./src/runtime/scheduler/current_thread/mod.rs:672:36
21522024-08-12T18:39:59.778Z 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}
21532024-08-12T18:39:59.778Z at ./src/runtime/scheduler/current_thread/mod.rs:751:68
21542024-08-12T18:39:59.778Z 14: tokio::runtime::context::scoped::Scoped<T>::set
21552024-08-12T18:39:59.778Z at ./src/runtime/context/scoped.rs:40:9
21562024-08-12T18:39:59.778Z 15: tokio::runtime::context::set_scheduler::{{closure}}
21572024-08-12T18:39:59.778Z at ./src/runtime/context.rs:180:26
21582024-08-12T18:39:59.778Z 16: std::thread::local::LocalKey<T>::try_with
21592024-08-12T18:39:59.778Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:283:12
21602024-08-12T18:39:59.778Z 17: std::thread::local::LocalKey<T>::with
21612024-08-12T18:39:59.804Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/std/src/thread/local.rs:260:9
21622024-08-12T18:39:59.804Z 18: tokio::runtime::context::set_scheduler
21632024-08-12T18:39:59.804Z at ./src/runtime/context.rs:180:9
21642024-08-12T18:39:59.804Z 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter
21652024-08-12T18:39:59.804Z at ./src/runtime/scheduler/current_thread/mod.rs:751:27
21662024-08-12T18:39:59.804Z 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
21672024-08-12T18:39:59.804Z at ./src/runtime/scheduler/current_thread/mod.rs:660:19
21682024-08-12T18:39:59.804Z 21: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}
21692024-08-12T18:39:59.804Z at ./src/runtime/scheduler/current_thread/mod.rs:180:28
21702024-08-12T18:39:59.804Z 22: tokio::runtime::context::runtime::enter_runtime
21712024-08-12T18:39:59.804Z at ./src/runtime/context/runtime.rs:65:16
21722024-08-12T18:39:59.805Z 23: tokio::runtime::scheduler::current_thread::CurrentThread::block_on
21732024-08-12T18:39:59.805Z at ./src/runtime/scheduler/current_thread/mod.rs:168:9
21742024-08-12T18:39:59.805Z 24: tokio::runtime::runtime::Runtime::block_on_inner
21752024-08-12T18:39:59.805Z at ./src/runtime/runtime.rs:361:47
21762024-08-12T18:39:59.805Z 25: tokio::runtime::runtime::Runtime::block_on
21772024-08-12T18:39:59.805Z at ./src/runtime/runtime.rs:335:13
21782024-08-12T18:39:59.805Z 26: uds_stream::epollhup
21792024-08-12T18:39:59.805Z at ./tests/uds_stream.rs:410:5
21802024-08-12T18:39:59.805Z 27: uds_stream::epollhup::{{closure}}
21812024-08-12T18:39:59.805Z at ./tests/uds_stream.rs:386:24
21822024-08-12T18:39:59.805Z 28: core::ops::function::FnOnce::call_once
21832024-08-12T18:39:59.805Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5
21842024-08-12T18:39:59.805Z 29: core::ops::function::FnOnce::call_once
21852024-08-12T18:39:59.805Z at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/core/src/ops/function.rs:250:5
21862024-08-12T18:39:59.805Znote: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
21872024-08-12T18:39:59.805Z
21882024-08-12T18:40:00.267Z PASS [ 1.105s] tokio::time_sleep short_sleeps
21892024-08-12T18:40:07.250Z PASS [ 26.992s] tests-build::macros compile_fail_full
21902024-08-12T18:40:40.593Z SLOW [> 60.000s] tokio runtime::tests::queue::stress1
21912024-08-12T18:40:41.505Z SLOW [> 60.000s] tokio::io_async_fd poll_fns
21922024-08-12T18:40:41.574Z SLOW [> 60.000s] tokio::io_async_fd reset_writable
21932024-08-12T18:41:40.590Z SLOW [>120.000s] tokio runtime::tests::queue::stress1
21942024-08-12T18:41:41.504Z SLOW [>120.000s] tokio::io_async_fd poll_fns
21952024-08-12T18:41:41.572Z SLOW [>120.000s] tokio::io_async_fd reset_writable
21962024-08-12T18:42:16.613Z PASS [ 156.030s] tokio runtime::tests::queue::stress1
21972024-08-12T18:42:41.501Z SLOW [>180.000s] tokio::io_async_fd poll_fns
21982024-08-12T18:42:41.570Z SLOW [>180.000s] tokio::io_async_fd reset_writable
21992024-08-12T18:43:41.499Z SLOW [>240.000s] tokio::io_async_fd poll_fns
22002024-08-12T18:43:41.568Z SLOW [>240.000s] tokio::io_async_fd reset_writable
22012024-08-12T18:44:44.180Z SLOW [>300.000s] tokio::io_async_fd poll_fns
22022024-08-12T18:44:44.238Z SLOW [>300.000s] tokio::io_async_fd reset_writable
22032024-08-12T18:45:41.494Z SLOW [>360.000s] tokio::io_async_fd poll_fns
22042024-08-12T18:45:41.564Z SLOW [>360.000s] tokio::io_async_fd reset_writable
22052024-08-12T18:46:41.505Z SLOW [>420.000s] tokio::io_async_fd poll_fns
22062024-08-12T18:46:41.569Z SLOW [>420.000s] tokio::io_async_fd reset_writable
22072024-08-12T18:47:41.490Z SLOW [>480.000s] tokio::io_async_fd poll_fns
22082024-08-12T18:47:41.560Z SLOW [>480.000s] tokio::io_async_fd reset_writable
22092024-08-12T18:48:41.487Z SLOW [>540.000s] tokio::io_async_fd poll_fns
22102024-08-12T18:48:41.557Z SLOW [>540.000s] tokio::io_async_fd reset_writable
22112024-08-12T18:49:41.485Z SLOW [>600.000s] tokio::io_async_fd poll_fns
22122024-08-12T18:49:41.556Z SLOW [>600.000s] tokio::io_async_fd reset_writable
22132024-08-12T18:50:41.483Z SLOW [>660.000s] tokio::io_async_fd poll_fns
22142024-08-12T18:50:41.554Z SLOW [>660.000s] tokio::io_async_fd reset_writable
22152024-08-12T18:51:41.480Z SLOW [>720.000s] tokio::io_async_fd poll_fns
22162024-08-12T18:51:41.552Z SLOW [>720.000s] tokio::io_async_fd reset_writable
22172024-08-12T18:52:41.479Z SLOW [>780.000s] tokio::io_async_fd poll_fns
22182024-08-12T18:52:41.550Z SLOW [>780.000s] tokio::io_async_fd reset_writable
22192024-08-12T18:53:41.476Z SLOW [>840.000s] tokio::io_async_fd poll_fns
22202024-08-12T18:53:41.547Z SLOW [>840.000s] tokio::io_async_fd reset_writable
22212024-08-12T18:54:41.475Z SLOW [>900.000s] tokio::io_async_fd poll_fns
22222024-08-12T18:54:41.546Z SLOW [>900.000s] tokio::io_async_fd reset_writable
22232024-08-12T18:55:41.472Z SLOW [>960.000s] tokio::io_async_fd poll_fns
22242024-08-12T18:55:41.545Z SLOW [>960.000s] tokio::io_async_fd reset_writable
22252024-08-12T18:56:41.470Z SLOW [>1020.000s] tokio::io_async_fd poll_fns
22262024-08-12T18:56:41.542Z SLOW [>1020.000s] tokio::io_async_fd reset_writable
22272024-08-12T18:57:41.468Z SLOW [>1080.000s] tokio::io_async_fd poll_fns
22282024-08-12T18:57:41.540Z SLOW [>1080.000s] tokio::io_async_fd reset_writable
22292024-08-12T18:58:41.465Z SLOW [>1140.000s] tokio::io_async_fd poll_fns
22302024-08-12T18:58:41.539Z SLOW [>1140.000s] tokio::io_async_fd reset_writable
22312024-08-12T18:59:41.472Z SLOW [>1200.000s] tokio::io_async_fd poll_fns
22322024-08-12T18:59:41.538Z SLOW [>1200.000s] tokio::io_async_fd reset_writable
22332024-08-12T19:00:41.462Z SLOW [>1260.000s] tokio::io_async_fd poll_fns
22342024-08-12T19:00:41.534Z SLOW [>1260.000s] tokio::io_async_fd reset_writable
22352024-08-12T19:01:41.460Z SLOW [>1320.000s] tokio::io_async_fd poll_fns
22362024-08-12T19:01:41.532Z SLOW [>1320.000s] tokio::io_async_fd reset_writable
22372024-08-12T19:02:41.458Z SLOW [>1380.000s] tokio::io_async_fd poll_fns
22382024-08-12T19:02:41.530Z SLOW [>1380.000s] tokio::io_async_fd reset_writable
22392024-08-12T19:03:41.455Z SLOW [>1440.000s] tokio::io_async_fd poll_fns
22402024-08-12T19:03:41.527Z SLOW [>1440.000s] tokio::io_async_fd reset_writable
22412024-08-12T19:04:41.453Z SLOW [>1500.000s] tokio::io_async_fd poll_fns
22422024-08-12T19:04:41.526Z SLOW [>1500.000s] tokio::io_async_fd reset_writable
22432024-08-12T19:05:41.452Z SLOW [>1560.000s] tokio::io_async_fd poll_fns
22442024-08-12T19:05:41.525Z SLOW [>1560.000s] tokio::io_async_fd reset_writable
22452024-08-12T19:06:41.449Z SLOW [>1620.000s] tokio::io_async_fd poll_fns
22462024-08-12T19:06:41.522Z SLOW [>1620.000s] tokio::io_async_fd reset_writable
22472024-08-12T19:07:41.447Z SLOW [>1680.000s] tokio::io_async_fd poll_fns
22482024-08-12T19:07:41.519Z SLOW [>1680.000s] tokio::io_async_fd reset_writable
22492024-08-12T19:08:41.445Z SLOW [>1740.000s] tokio::io_async_fd poll_fns
22502024-08-12T19:08:41.518Z SLOW [>1740.000s] tokio::io_async_fd reset_writable
22512024-08-12T19:09:41.443Z SLOW [>1800.000s] tokio::io_async_fd poll_fns
22522024-08-12T19:09:41.515Z SLOW [>1800.000s] tokio::io_async_fd reset_writable
22532024-08-12T19:10:41.441Z SLOW [>1860.000s] tokio::io_async_fd poll_fns
22542024-08-12T19:10:41.514Z SLOW [>1860.000s] tokio::io_async_fd reset_writable
22552024-08-12T19:11:41.439Z SLOW [>1920.000s] tokio::io_async_fd poll_fns
22562024-08-12T19:11:41.512Z SLOW [>1920.000s] tokio::io_async_fd reset_writable
22572024-08-12T19:12:41.436Z SLOW [>1980.000s] tokio::io_async_fd poll_fns
22582024-08-12T19:12:41.509Z SLOW [>1980.000s] tokio::io_async_fd reset_writable
22592024-08-12T19:13:41.435Z SLOW [>2040.000s] tokio::io_async_fd poll_fns
22602024-08-12T19:13:41.507Z SLOW [>2040.000s] tokio::io_async_fd reset_writable
22612024-08-12T19:14:41.433Z SLOW [>2100.000s] tokio::io_async_fd poll_fns
22622024-08-12T19:14:41.505Z SLOW [>2100.000s] tokio::io_async_fd reset_writable
22632024-08-12T19:15:41.430Z SLOW [>2160.000s] tokio::io_async_fd poll_fns
22642024-08-12T19:15:41.503Z SLOW [>2160.000s] tokio::io_async_fd reset_writable
22652024-08-12T19:16:41.429Z SLOW [>2220.000s] tokio::io_async_fd poll_fns
22662024-08-12T19:16:41.503Z SLOW [>2220.000s] tokio::io_async_fd reset_writable
22672024-08-12T19:17:41.426Z SLOW [>2280.000s] tokio::io_async_fd poll_fns
22682024-08-12T19:17:41.500Z SLOW [>2280.000s] tokio::io_async_fd reset_writable
22692024-08-12T19:18:41.424Z SLOW [>2340.000s] tokio::io_async_fd poll_fns
22702024-08-12T19:18:41.497Z SLOW [>2340.000s] tokio::io_async_fd reset_writable
22712024-08-12T19:19:41.423Z SLOW [>2400.000s] tokio::io_async_fd poll_fns
22722024-08-12T19:19:41.496Z SLOW [>2400.000s] tokio::io_async_fd reset_writable
22732024-08-12T19:20:41.420Z SLOW [>2460.000s] tokio::io_async_fd poll_fns
22742024-08-12T19:20:41.493Z SLOW [>2460.000s] tokio::io_async_fd reset_writable
22752024-08-12T19:21:41.418Z SLOW [>2520.000s] tokio::io_async_fd poll_fns
22762024-08-12T19:21:41.490Z SLOW [>2520.000s] tokio::io_async_fd reset_writable
22772024-08-12T19:22:41.416Z SLOW [>2580.000s] tokio::io_async_fd poll_fns
22782024-08-12T19:22:41.489Z SLOW [>2580.000s] tokio::io_async_fd reset_writable
22792024-08-12T19:23:41.413Z SLOW [>2640.000s] tokio::io_async_fd poll_fns
22802024-08-12T19:23:41.487Z SLOW [>2640.000s] tokio::io_async_fd reset_writable
22812024-08-12T19:24:41.411Z SLOW [>2700.000s] tokio::io_async_fd poll_fns
22822024-08-12T19:24:41.484Z SLOW [>2700.000s] tokio::io_async_fd reset_writable
22832024-08-12T19:25:41.409Z SLOW [>2760.000s] tokio::io_async_fd poll_fns
22842024-08-12T19:25:41.482Z SLOW [>2760.000s] tokio::io_async_fd reset_writable
22852024-08-12T19:26:41.407Z SLOW [>2820.000s] tokio::io_async_fd poll_fns
22862024-08-12T19:26:41.480Z SLOW [>2820.000s] tokio::io_async_fd reset_writable
22872024-08-12T19:27:41.404Z SLOW [>2880.000s] tokio::io_async_fd poll_fns
22882024-08-12T19:27:41.478Z SLOW [>2880.000s] tokio::io_async_fd reset_writable
22892024-08-12T19:28:41.403Z SLOW [>2940.000s] tokio::io_async_fd poll_fns
22902024-08-12T19:28:41.476Z SLOW [>2940.000s] tokio::io_async_fd reset_writable
22912024-08-12T19:29:41.401Z SLOW [>3000.000s] tokio::io_async_fd poll_fns
22922024-08-12T19:29:41.474Z SLOW [>3000.000s] tokio::io_async_fd reset_writable
22932024-08-12T19:30:41.400Z SLOW [>3060.000s] tokio::io_async_fd poll_fns
22942024-08-12T19:30:41.472Z SLOW [>3060.000s] tokio::io_async_fd reset_writable
22952024-08-12T19:31:41.398Z SLOW [>3120.000s] tokio::io_async_fd poll_fns
22962024-08-12T19:31:41.470Z SLOW [>3120.000s] tokio::io_async_fd reset_writable
22972024-08-12T19:32:41.395Z SLOW [>3180.000s] tokio::io_async_fd poll_fns
22982024-08-12T19:32:41.473Z SLOW [>3180.000s] tokio::io_async_fd reset_writable
22992024-08-12T19:33:41.394Z SLOW [>3240.000s] tokio::io_async_fd poll_fns
23002024-08-12T19:33:41.465Z SLOW [>3240.000s] tokio::io_async_fd reset_writable
23012024-08-12T19:34:41.396Z SLOW [>3300.000s] tokio::io_async_fd poll_fns
23022024-08-12T19:34:41.466Z SLOW [>3300.000s] tokio::io_async_fd reset_writable
23032024-08-12T19:35:41.390Z SLOW [>3360.000s] tokio::io_async_fd poll_fns
23042024-08-12T19:35:41.461Z SLOW [>3360.000s] tokio::io_async_fd reset_writable
23052024-08-12T19:36:41.388Z SLOW [>3420.000s] tokio::io_async_fd poll_fns
23062024-08-12T19:36:41.459Z SLOW [>3420.000s] tokio::io_async_fd reset_writable
23072024-08-12T19:37:41.387Z SLOW [>3480.000s] tokio::io_async_fd poll_fns
23082024-08-12T19:37:41.457Z SLOW [>3480.000s] tokio::io_async_fd reset_writable
23092024-08-12T19:38:41.384Z SLOW [>3540.000s] tokio::io_async_fd poll_fns
23102024-08-12T19:38:41.454Z SLOW [>3540.000s] tokio::io_async_fd reset_writable
23112024-08-12T19:39:41.382Z SLOW [>3600.000s] tokio::io_async_fd poll_fns
23122024-08-12T19:39:41.452Z SLOW [>3600.000s] tokio::io_async_fd reset_writable
23132024-08-12T19:40:41.380Z SLOW [>3660.000s] tokio::io_async_fd poll_fns
23142024-08-12T19:40:41.450Z SLOW [>3660.000s] tokio::io_async_fd reset_writable
23152024-08-12T19:41:41.378Z SLOW [>3720.000s] tokio::io_async_fd poll_fns
23162024-08-12T19:41:41.448Z SLOW [>3720.000s] tokio::io_async_fd reset_writable
23172024-08-12T19:42:41.376Z SLOW [>3780.000s] tokio::io_async_fd poll_fns
23182024-08-12T19:42:41.445Z SLOW [>3780.000s] tokio::io_async_fd reset_writable
23192024-08-12T19:43:41.374Z SLOW [>3840.000s] tokio::io_async_fd poll_fns
23202024-08-12T19:43:41.444Z SLOW [>3840.000s] tokio::io_async_fd reset_writable
23212024-08-12T19:44:41.371Z SLOW [>3900.000s] tokio::io_async_fd poll_fns
23222024-08-12T19:44:41.441Z SLOW [>3900.000s] tokio::io_async_fd reset_writable
23232024-08-12T19:45:41.370Z SLOW [>3960.000s] tokio::io_async_fd poll_fns
23242024-08-12T19:45:41.439Z SLOW [>3960.000s] tokio::io_async_fd reset_writable
23252024-08-12T19:46:41.368Z SLOW [>4020.000s] tokio::io_async_fd poll_fns
23262024-08-12T19:46:41.437Z SLOW [>4020.000s] tokio::io_async_fd reset_writable
23272024-08-12T19:47:41.365Z SLOW [>4080.000s] tokio::io_async_fd poll_fns
23282024-08-12T19:47:41.435Z SLOW [>4080.000s] tokio::io_async_fd reset_writable
23292024-08-12T19:48:41.364Z SLOW [>4140.000s] tokio::io_async_fd poll_fns
23302024-08-12T19:48:41.432Z SLOW [>4140.000s] tokio::io_async_fd reset_writable
23312024-08-12T19:49:41.361Z SLOW [>4200.000s] tokio::io_async_fd poll_fns
23322024-08-12T19:49:41.430Z SLOW [>4200.000s] tokio::io_async_fd reset_writable
23332024-08-12T19:50:41.359Z SLOW [>4260.000s] tokio::io_async_fd poll_fns
23342024-08-12T19:50:41.429Z SLOW [>4260.000s] tokio::io_async_fd reset_writable
23352024-08-12T19:51:41.358Z SLOW [>4320.000s] tokio::io_async_fd poll_fns
23362024-08-12T19:51:41.427Z SLOW [>4320.000s] tokio::io_async_fd reset_writable
23372024-08-12T19:52:41.356Z SLOW [>4380.000s] tokio::io_async_fd poll_fns
23382024-08-12T19:52:41.424Z SLOW [>4380.000s] tokio::io_async_fd reset_writable
23392024-08-12T19:53:41.353Z SLOW [>4440.000s] tokio::io_async_fd poll_fns
23402024-08-12T19:53:41.422Z SLOW [>4440.000s] tokio::io_async_fd reset_writable
23412024-08-12T19:54:41.351Z SLOW [>4500.000s] tokio::io_async_fd poll_fns
23422024-08-12T19:54:41.420Z SLOW [>4500.000s] tokio::io_async_fd reset_writable
23432024-08-12T19:55:41.349Z SLOW [>4560.000s] tokio::io_async_fd poll_fns
23442024-08-12T19:55:41.417Z SLOW [>4560.000s] tokio::io_async_fd reset_writable
23452024-08-12T19:56:41.347Z SLOW [>4620.000s] tokio::io_async_fd poll_fns
23462024-08-12T19:56:41.416Z SLOW [>4620.000s] tokio::io_async_fd reset_writable
23472024-08-12T19:57:41.346Z SLOW [>4680.000s] tokio::io_async_fd poll_fns
23482024-08-12T19:57:41.415Z SLOW [>4680.000s] tokio::io_async_fd reset_writable
23492024-08-12T19:58:41.346Z SLOW [>4740.000s] tokio::io_async_fd poll_fns
23502024-08-12T19:58:41.424Z SLOW [>4740.000s] tokio::io_async_fd reset_writable
23512024-08-12T19:59:41.342Z SLOW [>4800.000s] tokio::io_async_fd poll_fns
23522024-08-12T19:59:41.409Z SLOW [>4800.000s] tokio::io_async_fd reset_writable
23532024-08-12T20:00:41.339Z SLOW [>4860.000s] tokio::io_async_fd poll_fns
23542024-08-12T20:00:41.408Z SLOW [>4860.000s] tokio::io_async_fd reset_writable
23552024-08-12T20:01:41.337Z SLOW [>4920.000s] tokio::io_async_fd poll_fns
23562024-08-12T20:01:41.406Z SLOW [>4920.000s] tokio::io_async_fd reset_writable
23572024-08-12T20:02:41.334Z SLOW [>4980.000s] tokio::io_async_fd poll_fns
23582024-08-12T20:02:41.404Z SLOW [>4980.000s] tokio::io_async_fd reset_writable
23592024-08-12T20:03:41.333Z SLOW [>5040.000s] tokio::io_async_fd poll_fns
23602024-08-12T20:03:41.401Z SLOW [>5040.000s] tokio::io_async_fd reset_writable
23612024-08-12T20:04:41.331Z SLOW [>5100.000s] tokio::io_async_fd poll_fns
23622024-08-12T20:04:41.400Z SLOW [>5100.000s] tokio::io_async_fd reset_writable
23632024-08-12T20:05:41.329Z SLOW [>5160.000s] tokio::io_async_fd poll_fns
23642024-08-12T20:05:41.398Z SLOW [>5160.000s] tokio::io_async_fd reset_writable
23652024-08-12T20:06:41.327Z SLOW [>5220.000s] tokio::io_async_fd poll_fns
23662024-08-12T20:06:41.396Z SLOW [>5220.000s] tokio::io_async_fd reset_writable
23672024-08-12T20:07:41.325Z SLOW [>5280.000s] tokio::io_async_fd poll_fns
23682024-08-12T20:07:41.393Z SLOW [>5280.000s] tokio::io_async_fd reset_writable
23692024-08-12T20:08:41.323Z SLOW [>5340.000s] tokio::io_async_fd poll_fns
23702024-08-12T20:08:41.392Z SLOW [>5340.000s] tokio::io_async_fd reset_writable
23712024-08-12T20:09:41.321Z SLOW [>5400.000s] tokio::io_async_fd poll_fns
23722024-08-12T20:09:41.391Z SLOW [>5400.000s] tokio::io_async_fd reset_writable
23732024-08-12T20:10:41.320Z SLOW [>5460.000s] tokio::io_async_fd poll_fns
23742024-08-12T20:10:41.388Z SLOW [>5460.000s] tokio::io_async_fd reset_writable
23752024-08-12T20:11:41.316Z SLOW [>5520.000s] tokio::io_async_fd poll_fns
23762024-08-12T20:11:41.386Z SLOW [>5520.000s] tokio::io_async_fd reset_writable
23772024-08-12T20:12:41.315Z SLOW [>5580.000s] tokio::io_async_fd poll_fns
23782024-08-12T20:12:41.384Z SLOW [>5580.000s] tokio::io_async_fd reset_writable
23792024-08-12T20:13:41.312Z SLOW [>5640.000s] tokio::io_async_fd poll_fns
23802024-08-12T20:13:41.382Z SLOW [>5640.000s] tokio::io_async_fd reset_writable
23812024-08-12T20:14:41.310Z SLOW [>5700.000s] tokio::io_async_fd poll_fns
23822024-08-12T20:14:41.379Z SLOW [>5700.000s] tokio::io_async_fd reset_writable
23832024-08-12T20:15:41.308Z SLOW [>5760.000s] tokio::io_async_fd poll_fns
23842024-08-12T20:15:41.377Z SLOW [>5760.000s] tokio::io_async_fd reset_writable
23852024-08-12T20:16:41.307Z SLOW [>5820.000s] tokio::io_async_fd poll_fns
23862024-08-12T20:16:41.376Z SLOW [>5820.000s] tokio::io_async_fd reset_writable
23872024-08-12T20:17:41.304Z SLOW [>5880.000s] tokio::io_async_fd poll_fns
23882024-08-12T20:17:41.374Z SLOW [>5880.000s] tokio::io_async_fd reset_writable
23892024-08-12T20:18:41.301Z SLOW [>5940.000s] tokio::io_async_fd poll_fns
23902024-08-12T20:18:41.370Z SLOW [>5940.000s] tokio::io_async_fd reset_writable
23912024-08-12T20:19:41.300Z SLOW [>6000.000s] tokio::io_async_fd poll_fns
23922024-08-12T20:19:41.368Z SLOW [>6000.000s] tokio::io_async_fd reset_writable
23932024-08-12T20:20:42.932Z SLOW [>6060.000s] tokio::io_async_fd poll_fns
23942024-08-12T20:20:43.037Z SLOW [>6060.000s] tokio::io_async_fd reset_writable
23952024-08-12T20:21:41.296Z SLOW [>6120.000s] tokio::io_async_fd poll_fns
23962024-08-12T20:21:41.367Z SLOW [>6120.000s] tokio::io_async_fd reset_writable
23972024-08-12T20:22:41.293Z SLOW [>6180.000s] tokio::io_async_fd poll_fns
23982024-08-12T20:22:41.364Z SLOW [>6180.000s] tokio::io_async_fd reset_writable
23992024-08-12T20:23:41.290Z SLOW [>6240.000s] tokio::io_async_fd poll_fns
24002024-08-12T20:23:41.360Z SLOW [>6240.000s] tokio::io_async_fd reset_writable
24012024-08-12T20:24:41.288Z SLOW [>6300.000s] tokio::io_async_fd poll_fns
24022024-08-12T20:24:41.358Z SLOW [>6300.000s] tokio::io_async_fd reset_writable
24032024-08-12T20:25:41.286Z SLOW [>6360.000s] tokio::io_async_fd poll_fns
24042024-08-12T20:25:41.356Z SLOW [>6360.000s] tokio::io_async_fd reset_writable
24052024-08-12T20:26:41.289Z SLOW [>6420.000s] tokio::io_async_fd poll_fns
24062024-08-12T20:26:41.354Z SLOW [>6420.000s] tokio::io_async_fd reset_writable
24072024-08-12T20:27:41.281Z SLOW [>6480.000s] tokio::io_async_fd poll_fns
24082024-08-12T20:27:41.351Z SLOW [>6480.000s] tokio::io_async_fd reset_writable
24092024-08-12T20:28:41.280Z SLOW [>6540.000s] tokio::io_async_fd poll_fns
24102024-08-12T20:28:41.350Z SLOW [>6540.000s] tokio::io_async_fd reset_writable
24112024-08-12T20:29:41.277Z SLOW [>6600.000s] tokio::io_async_fd poll_fns
24122024-08-12T20:29:41.348Z SLOW [>6600.000s] tokio::io_async_fd reset_writable
24132024-08-12T20:30:41.275Z SLOW [>6660.000s] tokio::io_async_fd poll_fns
24142024-08-12T20:30:41.346Z SLOW [>6660.000s] tokio::io_async_fd reset_writable
24152024-08-12T20:31:41.272Z SLOW [>6720.000s] tokio::io_async_fd poll_fns
24162024-08-12T20:31:41.344Z SLOW [>6720.000s] tokio::io_async_fd reset_writable
24172024-08-12T20:32:41.271Z SLOW [>6780.000s] tokio::io_async_fd poll_fns
24182024-08-12T20:32:41.341Z SLOW [>6780.000s] tokio::io_async_fd reset_writable
24192024-08-12T20:33:41.270Z SLOW [>6840.000s] tokio::io_async_fd poll_fns
24202024-08-12T20:33:41.339Z SLOW [>6840.000s] tokio::io_async_fd reset_writable
24212024-08-12T20:34:41.267Z SLOW [>6900.000s] tokio::io_async_fd poll_fns
24222024-08-12T20:34:41.337Z SLOW [>6900.000s] tokio::io_async_fd reset_writable
24232024-08-12T20:35:41.265Z SLOW [>6960.000s] tokio::io_async_fd poll_fns
24242024-08-12T20:35:41.336Z SLOW [>6960.000s] tokio::io_async_fd reset_writable
24252024-08-12T20:36:41.262Z SLOW [>7020.000s] tokio::io_async_fd poll_fns
24262024-08-12T20:36:41.333Z SLOW [>7020.000s] tokio::io_async_fd reset_writable
24272024-08-12T20:37:41.261Z SLOW [>7080.000s] tokio::io_async_fd poll_fns
24282024-08-12T20:37:41.332Z SLOW [>7080.000s] tokio::io_async_fd reset_writable
24292024-08-12T20:38:41.258Z SLOW [>7140.000s] tokio::io_async_fd poll_fns
24302024-08-12T20:38:41.330Z SLOW [>7140.000s] tokio::io_async_fd reset_writable
24312024-08-12T20:39:41.256Z SLOW [>7200.000s] tokio::io_async_fd poll_fns
24322024-08-12T20:39:41.328Z SLOW [>7200.000s] tokio::io_async_fd reset_writable
24332024-08-12T20:40:41.255Z SLOW [>7260.000s] tokio::io_async_fd poll_fns
24342024-08-12T20:40:41.325Z SLOW [>7260.000s] tokio::io_async_fd reset_writable
24352024-08-12T20:41:41.252Z SLOW [>7320.000s] tokio::io_async_fd poll_fns
24362024-08-12T20:41:41.324Z SLOW [>7320.000s] tokio::io_async_fd reset_writable
24372024-08-12T20:42:41.249Z SLOW [>7380.000s] tokio::io_async_fd poll_fns
24382024-08-12T20:42:41.323Z SLOW [>7380.000s] tokio::io_async_fd reset_writable
24392024-08-12T20:43:41.247Z SLOW [>7440.000s] tokio::io_async_fd poll_fns
24402024-08-12T20:43:41.320Z SLOW [>7440.000s] tokio::io_async_fd reset_writable
24412024-08-12T20:44:41.246Z SLOW [>7500.000s] tokio::io_async_fd poll_fns
24422024-08-12T20:44:41.318Z SLOW [>7500.000s] tokio::io_async_fd reset_writable
24432024-08-12T20:45:41.244Z SLOW [>7560.000s] tokio::io_async_fd poll_fns
24442024-08-12T20:45:41.318Z SLOW [>7560.000s] tokio::io_async_fd reset_writable
24452024-08-12T20:46:41.241Z SLOW [>7620.000s] tokio::io_async_fd poll_fns
24462024-08-12T20:46:41.314Z SLOW [>7620.000s] tokio::io_async_fd reset_writable
24472024-08-12T20:47:41.239Z SLOW [>7680.000s] tokio::io_async_fd poll_fns
24482024-08-12T20:47:41.312Z SLOW [>7680.000s] tokio::io_async_fd reset_writable
24492024-08-12T20:48:41.237Z SLOW [>7740.000s] tokio::io_async_fd poll_fns
24502024-08-12T20:48:41.310Z SLOW [>7740.000s] tokio::io_async_fd reset_writable
24512024-08-12T20:49:41.235Z SLOW [>7800.000s] tokio::io_async_fd poll_fns
24522024-08-12T20:49:41.308Z SLOW [>7800.000s] tokio::io_async_fd reset_writable
24532024-08-12T20:50:41.232Z SLOW [>7860.000s] tokio::io_async_fd poll_fns
24542024-08-12T20:50:41.305Z SLOW [>7860.000s] tokio::io_async_fd reset_writable
24552024-08-12T20:51:41.230Z SLOW [>7920.000s] tokio::io_async_fd poll_fns
24562024-08-12T20:51:41.303Z SLOW [>7920.000s] tokio::io_async_fd reset_writable
24572024-08-12T20:52:41.228Z SLOW [>7980.000s] tokio::io_async_fd poll_fns
24582024-08-12T20:52:41.301Z SLOW [>7980.000s] tokio::io_async_fd reset_writable
24592024-08-12T20:53:41.229Z SLOW [>8040.000s] tokio::io_async_fd poll_fns
24602024-08-12T20:53:41.303Z SLOW [>8040.000s] tokio::io_async_fd reset_writable
24612024-08-12T20:54:41.223Z SLOW [>8100.000s] tokio::io_async_fd poll_fns
24622024-08-12T20:54:41.298Z SLOW [>8100.000s] tokio::io_async_fd reset_writable
24632024-08-12T20:55:41.222Z SLOW [>8160.000s] tokio::io_async_fd poll_fns
24642024-08-12T20:55:41.295Z SLOW [>8160.000s] tokio::io_async_fd reset_writable
24652024-08-12T20:56:41.220Z SLOW [>8220.000s] tokio::io_async_fd poll_fns
24662024-08-12T20:56:41.293Z SLOW [>8220.000s] tokio::io_async_fd reset_writable
24672024-08-12T20:57:41.224Z SLOW [>8280.000s] tokio::io_async_fd poll_fns
24682024-08-12T20:57:41.293Z SLOW [>8280.000s] tokio::io_async_fd reset_writable
24692024-08-12T20:58:41.216Z SLOW [>8340.000s] tokio::io_async_fd poll_fns
24702024-08-12T20:58:41.289Z SLOW [>8340.000s] tokio::io_async_fd reset_writable
24712024-08-12T20:59:41.215Z SLOW [>8400.000s] tokio::io_async_fd poll_fns
24722024-08-12T20:59:41.287Z SLOW [>8400.000s] tokio::io_async_fd reset_writable
24732024-08-12T21:00:41.213Z SLOW [>8460.000s] tokio::io_async_fd poll_fns
24742024-08-12T21:00:41.285Z SLOW [>8460.000s] tokio::io_async_fd reset_writable
24752024-08-12T21:01:41.210Z SLOW [>8520.000s] tokio::io_async_fd poll_fns
24762024-08-12T21:01:41.282Z SLOW [>8520.000s] tokio::io_async_fd reset_writable
24772024-08-12T21:02:41.208Z SLOW [>8580.000s] tokio::io_async_fd poll_fns
24782024-08-12T21:02:41.279Z SLOW [>8580.000s] tokio::io_async_fd reset_writable
24792024-08-12T21:03:41.206Z SLOW [>8640.000s] tokio::io_async_fd poll_fns
24802024-08-12T21:03:41.278Z SLOW [>8640.000s] tokio::io_async_fd reset_writable
24812024-08-12T21:04:41.669Z SLOW [>8700.000s] tokio::io_async_fd poll_fns
24822024-08-12T21:04:41.696Z SLOW [>8700.000s] tokio::io_async_fd reset_writable
24832024-08-12T21:05:41.205Z SLOW [>8760.000s] tokio::io_async_fd poll_fns
24842024-08-12T21:05:41.281Z SLOW [>8760.000s] tokio::io_async_fd reset_writable
24852024-08-12T21:06:41.200Z SLOW [>8820.000s] tokio::io_async_fd poll_fns
24862024-08-12T21:06:41.271Z SLOW [>8820.000s] tokio::io_async_fd reset_writable
24872024-08-12T21:07:41.198Z SLOW [>8880.000s] tokio::io_async_fd poll_fns
24882024-08-12T21:07:41.269Z SLOW [>8880.000s] tokio::io_async_fd reset_writable
24892024-08-12T21:08:41.197Z SLOW [>8940.000s] tokio::io_async_fd poll_fns
24902024-08-12T21:08:41.270Z SLOW [>8940.000s] tokio::io_async_fd reset_writable
24912024-08-12T21:09:41.194Z SLOW [>9000.000s] tokio::io_async_fd poll_fns
24922024-08-12T21:09:41.265Z SLOW [>9000.000s] tokio::io_async_fd reset_writable
24932024-08-12T21:10:41.192Z SLOW [>9060.000s] tokio::io_async_fd poll_fns
24942024-08-12T21:10:41.263Z SLOW [>9060.000s] tokio::io_async_fd reset_writable
24952024-08-12T21:11:41.189Z SLOW [>9120.000s] tokio::io_async_fd poll_fns
24962024-08-12T21:11:41.261Z SLOW [>9120.000s] tokio::io_async_fd reset_writable
24972024-08-12T21:12:41.187Z SLOW [>9180.000s] tokio::io_async_fd poll_fns
24982024-08-12T21:12:41.259Z SLOW [>9180.000s] tokio::io_async_fd reset_writable
24992024-08-12T21:13:41.185Z SLOW [>9240.000s] tokio::io_async_fd poll_fns
25002024-08-12T21:13:41.257Z SLOW [>9240.000s] tokio::io_async_fd reset_writable
25012024-08-12T21:14:41.182Z SLOW [>9300.000s] tokio::io_async_fd poll_fns
25022024-08-12T21:14:41.255Z SLOW [>9300.000s] tokio::io_async_fd reset_writable
25032024-08-12T21:15:41.182Z SLOW [>9360.000s] tokio::io_async_fd poll_fns
25042024-08-12T21:15:41.252Z SLOW [>9360.000s] tokio::io_async_fd reset_writable
25052024-08-12T21:16:41.179Z SLOW [>9420.000s] tokio::io_async_fd poll_fns
25062024-08-12T21:16:41.250Z SLOW [>9420.000s] tokio::io_async_fd reset_writable
25072024-08-12T21:17:41.177Z SLOW [>9480.000s] tokio::io_async_fd poll_fns
25082024-08-12T21:17:41.248Z SLOW [>9480.000s] tokio::io_async_fd reset_writable
25092024-08-12T21:18:41.175Z SLOW [>9540.000s] tokio::io_async_fd poll_fns
25102024-08-12T21:18:41.247Z SLOW [>9540.000s] tokio::io_async_fd reset_writable
25112024-08-12T21:19:41.173Z SLOW [>9600.000s] tokio::io_async_fd poll_fns
25122024-08-12T21:19:41.244Z SLOW [>9600.000s] tokio::io_async_fd reset_writable
25132024-08-12T21:20:41.171Z SLOW [>9660.000s] tokio::io_async_fd poll_fns
25142024-08-12T21:20:41.242Z SLOW [>9660.000s] tokio::io_async_fd reset_writable
25152024-08-12T21:21:41.169Z SLOW [>9720.000s] tokio::io_async_fd poll_fns
25162024-08-12T21:21:41.242Z SLOW [>9720.000s] tokio::io_async_fd reset_writable
25172024-08-12T21:22:41.166Z SLOW [>9780.000s] tokio::io_async_fd poll_fns
25182024-08-12T21:22:41.238Z SLOW [>9780.000s] tokio::io_async_fd reset_writable
25192024-08-12T21:23:41.166Z SLOW [>9840.000s] tokio::io_async_fd poll_fns
25202024-08-12T21:23:41.236Z SLOW [>9840.000s] tokio::io_async_fd reset_writable
25212024-08-12T21:24:41.162Z SLOW [>9900.000s] tokio::io_async_fd poll_fns
25222024-08-12T21:24:41.235Z SLOW [>9900.000s] tokio::io_async_fd reset_writable
25232024-08-12T21:25:41.160Z SLOW [>9960.000s] tokio::io_async_fd poll_fns
25242024-08-12T21:25:41.233Z SLOW [>9960.000s] tokio::io_async_fd reset_writable
25252024-08-12T21:26:41.157Z SLOW [>10020.000s] tokio::io_async_fd poll_fns
25262024-08-12T21:26:41.232Z SLOW [>10020.000s] tokio::io_async_fd reset_writable
25272024-08-12T21:27:41.155Z SLOW [>10080.000s] tokio::io_async_fd poll_fns
25282024-08-12T21:27:41.229Z SLOW [>10080.000s] tokio::io_async_fd reset_writable
25292024-08-12T21:28:41.153Z SLOW [>10140.000s] tokio::io_async_fd poll_fns
25302024-08-12T21:28:41.227Z SLOW [>10140.000s] tokio::io_async_fd reset_writable
25312024-08-12T21:29:41.151Z SLOW [>10200.000s] tokio::io_async_fd poll_fns
25322024-08-12T21:29:41.226Z SLOW [>10200.000s] tokio::io_async_fd reset_writable
25332024-08-12T21:30:41.148Z SLOW [>10260.000s] tokio::io_async_fd poll_fns
25342024-08-12T21:30:41.224Z SLOW [>10260.000s] tokio::io_async_fd reset_writable
25352024-08-12T21:31:41.147Z SLOW [>10320.000s] tokio::io_async_fd poll_fns
25362024-08-12T21:31:41.222Z SLOW [>10320.000s] tokio::io_async_fd reset_writable
25372024-08-12T21:32:41.144Z SLOW [>10380.000s] tokio::io_async_fd poll_fns
25382024-08-12T21:32:41.220Z SLOW [>10380.000s] tokio::io_async_fd reset_writable
25392024-08-12T21:33:41.142Z SLOW [>10440.000s] tokio::io_async_fd poll_fns
25402024-08-12T21:33:41.217Z SLOW [>10440.000s] tokio::io_async_fd reset_writable
25412024-08-12T21:34:41.141Z SLOW [>10500.000s] tokio::io_async_fd poll_fns
25422024-08-12T21:34:41.215Z SLOW [>10500.000s] tokio::io_async_fd reset_writable
25432024-08-12T21:35:41.139Z SLOW [>10560.000s] tokio::io_async_fd poll_fns
25442024-08-12T21:35:41.214Z SLOW [>10560.000s] tokio::io_async_fd reset_writable
25452024-08-12T21:36:41.136Z SLOW [>10620.000s] tokio::io_async_fd poll_fns
25462024-08-12T21:36:41.211Z SLOW [>10620.000s] tokio::io_async_fd reset_writable
25472024-08-12T21:37:41.134Z SLOW [>10680.000s] tokio::io_async_fd poll_fns
25482024-08-12T21:37:41.209Z SLOW [>10680.000s] tokio::io_async_fd reset_writable
25492024-08-12T21:38:41.131Z SLOW [>10740.000s] tokio::io_async_fd poll_fns
25502024-08-12T21:38:41.207Z SLOW [>10740.000s] tokio::io_async_fd reset_writable
25512024-08-12T21:39:41.130Z SLOW [>10800.000s] tokio::io_async_fd poll_fns
25522024-08-12T21:39:41.206Z SLOW [>10800.000s] tokio::io_async_fd reset_writable
25532024-08-12T21:40:41.129Z SLOW [>10860.000s] tokio::io_async_fd poll_fns
25542024-08-12T21:40:41.203Z SLOW [>10860.000s] tokio::io_async_fd reset_writable
25552024-08-12T21:41:41.126Z SLOW [>10920.000s] tokio::io_async_fd poll_fns
25562024-08-12T21:41:41.200Z SLOW [>10920.000s] tokio::io_async_fd reset_writable
25572024-08-12T21:42:41.124Z SLOW [>10980.000s] tokio::io_async_fd poll_fns
25582024-08-12T21:42:41.198Z SLOW [>10980.000s] tokio::io_async_fd reset_writable
25592024-08-12T21:43:41.122Z SLOW [>11040.000s] tokio::io_async_fd poll_fns
25602024-08-12T21:43:41.196Z SLOW [>11040.000s] tokio::io_async_fd reset_writable
25612024-08-12T21:44:41.120Z SLOW [>11100.000s] tokio::io_async_fd poll_fns
25622024-08-12T21:44:41.194Z SLOW [>11100.000s] tokio::io_async_fd reset_writable
25632024-08-12T21:45:41.117Z SLOW [>11160.000s] tokio::io_async_fd poll_fns
25642024-08-12T21:45:41.191Z SLOW [>11160.000s] tokio::io_async_fd reset_writable
25652024-08-12T21:46:41.114Z SLOW [>11220.000s] tokio::io_async_fd poll_fns
25662024-08-12T21:46:41.188Z SLOW [>11220.000s] tokio::io_async_fd reset_writable
25672024-08-12T21:47:41.113Z SLOW [>11280.000s] tokio::io_async_fd poll_fns
25682024-08-12T21:47:41.187Z SLOW [>11280.000s] tokio::io_async_fd reset_writable
25692024-08-12T21:48:41.110Z SLOW [>11340.000s] tokio::io_async_fd poll_fns
25702024-08-12T21:48:41.184Z SLOW [>11340.000s] tokio::io_async_fd reset_writable
25712024-08-12T21:49:41.108Z SLOW [>11400.000s] tokio::io_async_fd poll_fns
25722024-08-12T21:49:41.181Z SLOW [>11400.000s] tokio::io_async_fd reset_writable
25732024-08-12T21:50:41.106Z SLOW [>11460.000s] tokio::io_async_fd poll_fns
25742024-08-12T21:50:41.180Z SLOW [>11460.000s] tokio::io_async_fd reset_writable
25752024-08-12T21:51:41.104Z SLOW [>11520.000s] tokio::io_async_fd poll_fns
25762024-08-12T21:51:41.177Z SLOW [>11520.000s] tokio::io_async_fd reset_writable
25772024-08-12T21:52:41.103Z SLOW [>11580.000s] tokio::io_async_fd poll_fns
25782024-08-12T21:52:41.176Z SLOW [>11580.000s] tokio::io_async_fd reset_writable
25792024-08-12T21:53:41.100Z SLOW [>11640.000s] tokio::io_async_fd poll_fns
25802024-08-12T21:53:41.173Z SLOW [>11640.000s] tokio::io_async_fd reset_writable
25812024-08-12T21:54:41.098Z SLOW [>11700.000s] tokio::io_async_fd poll_fns
25822024-08-12T21:54:41.170Z SLOW [>11700.000s] tokio::io_async_fd reset_writable
25832024-08-12T21:55:41.096Z SLOW [>11760.000s] tokio::io_async_fd poll_fns
25842024-08-12T21:55:41.169Z SLOW [>11760.000s] tokio::io_async_fd reset_writable
25852024-08-12T21:56:41.093Z SLOW [>11820.000s] tokio::io_async_fd poll_fns
25862024-08-12T21:56:41.166Z SLOW [>11820.000s] tokio::io_async_fd reset_writable
25872024-08-12T21:57:41.092Z SLOW [>11880.000s] tokio::io_async_fd poll_fns
25882024-08-12T21:57:41.166Z SLOW [>11880.000s] tokio::io_async_fd reset_writable
25892024-08-12T21:58:41.089Z SLOW [>11940.000s] tokio::io_async_fd poll_fns
25902024-08-12T21:58:41.162Z SLOW [>11940.000s] tokio::io_async_fd reset_writable
25912024-08-12T21:59:41.087Z SLOW [>12000.000s] tokio::io_async_fd poll_fns
25922024-08-12T21:59:41.160Z SLOW [>12000.000s] tokio::io_async_fd reset_writable
25932024-08-12T22:00:41.085Z SLOW [>12060.000s] tokio::io_async_fd poll_fns
25942024-08-12T22:00:41.158Z SLOW [>12060.000s] tokio::io_async_fd reset_writable
25952024-08-12T22:01:41.083Z SLOW [>12120.000s] tokio::io_async_fd poll_fns
25962024-08-12T22:01:41.155Z SLOW [>12120.000s] tokio::io_async_fd reset_writable
25972024-08-12T22:02:41.080Z SLOW [>12180.000s] tokio::io_async_fd poll_fns
25982024-08-12T22:02:41.153Z SLOW [>12180.000s] tokio::io_async_fd reset_writable
25992024-08-12T22:03:41.078Z SLOW [>12240.000s] tokio::io_async_fd poll_fns
26002024-08-12T22:03:41.151Z SLOW [>12240.000s] tokio::io_async_fd reset_writable
26012024-08-12T22:04:41.076Z SLOW [>12300.000s] tokio::io_async_fd poll_fns
26022024-08-12T22:04:41.151Z SLOW [>12300.000s] tokio::io_async_fd reset_writable
26032024-08-12T22:05:41.074Z SLOW [>12360.000s] tokio::io_async_fd poll_fns
26042024-08-12T22:05:41.147Z SLOW [>12360.000s] tokio::io_async_fd reset_writable
26052024-08-12T22:06:41.072Z SLOW [>12420.000s] tokio::io_async_fd poll_fns
26062024-08-12T22:06:41.144Z SLOW [>12420.000s] tokio::io_async_fd reset_writable
26072024-08-12T22:07:41.071Z SLOW [>12480.000s] tokio::io_async_fd poll_fns
26082024-08-12T22:07:41.143Z SLOW [>12480.000s] tokio::io_async_fd reset_writable
26092024-08-12T22:08:41.068Z SLOW [>12540.000s] tokio::io_async_fd poll_fns
26102024-08-12T22:08:41.141Z SLOW [>12540.000s] tokio::io_async_fd reset_writable
26112024-08-12T22:09:41.065Z SLOW [>12600.000s] tokio::io_async_fd poll_fns
26122024-08-12T22:09:41.139Z SLOW [>12600.000s] tokio::io_async_fd reset_writable
26132024-08-12T22:10:41.065Z SLOW [>12660.000s] tokio::io_async_fd poll_fns
26142024-08-12T22:10:41.136Z SLOW [>12660.000s] tokio::io_async_fd reset_writable
26152024-08-12T22:11:41.061Z SLOW [>12720.000s] tokio::io_async_fd poll_fns
26162024-08-12T22:11:41.135Z SLOW [>12720.000s] tokio::io_async_fd reset_writable
26172024-08-12T22:12:41.059Z SLOW [>12780.000s] tokio::io_async_fd poll_fns
26182024-08-12T22:12:41.132Z SLOW [>12780.000s] tokio::io_async_fd reset_writable
26192024-08-12T22:13:41.057Z SLOW [>12840.000s] tokio::io_async_fd poll_fns
26202024-08-12T22:13:41.130Z SLOW [>12840.000s] tokio::io_async_fd reset_writable
26212024-08-12T22:14:41.106Z SLOW [>12900.000s] tokio::io_async_fd poll_fns
26222024-08-12T22:14:41.207Z SLOW [>12900.000s] tokio::io_async_fd reset_writable
26232024-08-12T22:15:41.053Z SLOW [>12960.000s] tokio::io_async_fd poll_fns
26242024-08-12T22:15:41.126Z SLOW [>12960.000s] tokio::io_async_fd reset_writable
26252024-08-12T22:16:41.050Z SLOW [>13020.000s] tokio::io_async_fd poll_fns
26262024-08-12T22:16:41.123Z SLOW [>13020.000s] tokio::io_async_fd reset_writable
26272024-08-12T22:17:41.049Z SLOW [>13080.000s] tokio::io_async_fd poll_fns
26282024-08-12T22:17:41.121Z SLOW [>13080.000s] tokio::io_async_fd reset_writable
26292024-08-12T22:18:41.047Z SLOW [>13140.000s] tokio::io_async_fd poll_fns
26302024-08-12T22:18:41.119Z SLOW [>13140.000s] tokio::io_async_fd reset_writable
26312024-08-12T22:19:41.044Z SLOW [>13200.000s] tokio::io_async_fd poll_fns
26322024-08-12T22:19:41.117Z SLOW [>13200.000s] tokio::io_async_fd reset_writable
26332024-08-12T22:20:41.041Z SLOW [>13260.000s] tokio::io_async_fd poll_fns
26342024-08-12T22:20:41.115Z SLOW [>13260.000s] tokio::io_async_fd reset_writable
26352024-08-12T22:21:41.040Z SLOW [>13320.000s] tokio::io_async_fd poll_fns
26362024-08-12T22:21:41.112Z SLOW [>13320.000s] tokio::io_async_fd reset_writable
26372024-08-12T22:22:41.038Z SLOW [>13380.000s] tokio::io_async_fd poll_fns
26382024-08-12T22:22:41.110Z SLOW [>13380.000s] tokio::io_async_fd reset_writable
26392024-08-12T22:23:41.069Z SLOW [>13440.000s] tokio::io_async_fd poll_fns
26402024-08-12T22:23:41.111Z SLOW [>13440.000s] tokio::io_async_fd reset_writable
26412024-08-12T22:24:41.034Z SLOW [>13500.000s] tokio::io_async_fd poll_fns
26422024-08-12T22:24:41.106Z SLOW [>13500.000s] tokio::io_async_fd reset_writable
26432024-08-12T22:25:41.032Z SLOW [>13560.000s] tokio::io_async_fd poll_fns
26442024-08-12T22:25:41.103Z SLOW [>13560.000s] tokio::io_async_fd reset_writable
26452024-08-12T22:26:41.030Z SLOW [>13620.000s] tokio::io_async_fd poll_fns
26462024-08-12T22:26:41.102Z SLOW [>13620.000s] tokio::io_async_fd reset_writable
26472024-08-12T22:27:41.028Z SLOW [>13680.000s] tokio::io_async_fd poll_fns
26482024-08-12T22:27:41.099Z SLOW [>13680.000s] tokio::io_async_fd reset_writable
26492024-08-12T22:28:41.026Z SLOW [>13740.000s] tokio::io_async_fd poll_fns
26502024-08-12T22:28:41.097Z SLOW [>13740.000s] tokio::io_async_fd reset_writable
26512024-08-12T22:29:41.024Z SLOW [>13800.000s] tokio::io_async_fd poll_fns
26522024-08-12T22:29:41.095Z SLOW [>13800.000s] tokio::io_async_fd reset_writable
26532024-08-12T22:30:41.289Z SLOW [>13860.000s] tokio::io_async_fd poll_fns
26542024-08-12T22:30:41.366Z SLOW [>13860.000s] tokio::io_async_fd reset_writable
26552024-08-12T22:31:41.019Z SLOW [>13920.000s] tokio::io_async_fd poll_fns
26562024-08-12T22:31:41.093Z SLOW [>13920.000s] tokio::io_async_fd reset_writable
26572024-08-12T22:32:41.017Z SLOW [>13980.000s] tokio::io_async_fd poll_fns
26582024-08-12T22:32:41.089Z SLOW [>13980.000s] tokio::io_async_fd reset_writable
26592024-08-12T22:33:41.015Z SLOW [>14040.000s] tokio::io_async_fd poll_fns
26602024-08-12T22:33:41.087Z SLOW [>14040.000s] tokio::io_async_fd reset_writable
26612024-08-12T22:34:41.013Z SLOW [>14100.000s] tokio::io_async_fd poll_fns
26622024-08-12T22:34:41.085Z SLOW [>14100.000s] tokio::io_async_fd reset_writable
26632024-08-12T22:35:41.010Z SLOW [>14160.000s] tokio::io_async_fd poll_fns
26642024-08-12T22:35:41.082Z SLOW [>14160.000s] tokio::io_async_fd reset_writable
26652024-08-12T22:36:41.009Z SLOW [>14220.000s] tokio::io_async_fd poll_fns
26662024-08-12T22:36:41.080Z SLOW [>14220.000s] tokio::io_async_fd reset_writable
26672024-08-12T22:37:41.006Z SLOW [>14280.000s] tokio::io_async_fd poll_fns
26682024-08-12T22:37:41.078Z SLOW [>14280.000s] tokio::io_async_fd reset_writable
26692024-08-12T22:38:41.004Z SLOW [>14340.000s] tokio::io_async_fd poll_fns
26702024-08-12T22:38:41.076Z SLOW [>14340.000s] tokio::io_async_fd reset_writable
26712024-08-12T22:39:41.002Z SLOW [>14400.000s] tokio::io_async_fd poll_fns
26722024-08-12T22:39:41.073Z SLOW [>14400.000s] tokio::io_async_fd reset_writable
26732024-08-12T22:40:41.000Z SLOW [>14460.000s] tokio::io_async_fd poll_fns
26742024-08-12T22:40:41.072Z SLOW [>14460.000s] tokio::io_async_fd reset_writable
26752024-08-12T22:41:40.997Z SLOW [>14520.000s] tokio::io_async_fd poll_fns
26762024-08-12T22:41:41.070Z SLOW [>14520.000s] tokio::io_async_fd reset_writable
26772024-08-12T22:42:40.995Z SLOW [>14580.000s] tokio::io_async_fd poll_fns
26782024-08-12T22:42:41.068Z SLOW [>14580.000s] tokio::io_async_fd reset_writable
26792024-08-12T22:43:40.993Z SLOW [>14640.000s] tokio::io_async_fd poll_fns
26802024-08-12T22:43:41.066Z SLOW [>14640.000s] tokio::io_async_fd reset_writable
26812024-08-12T22:44:40.991Z SLOW [>14700.000s] tokio::io_async_fd poll_fns
26822024-08-12T22:44:41.064Z SLOW [>14700.000s] tokio::io_async_fd reset_writable
26832024-08-12T22:45:40.989Z SLOW [>14760.000s] tokio::io_async_fd poll_fns
26842024-08-12T22:45:41.062Z SLOW [>14760.000s] tokio::io_async_fd reset_writable
26852024-08-12T22:46:40.986Z SLOW [>14820.000s] tokio::io_async_fd poll_fns
26862024-08-12T22:46:41.059Z SLOW [>14820.000s] tokio::io_async_fd reset_writable
26872024-08-12T22:47:40.985Z SLOW [>14880.000s] tokio::io_async_fd poll_fns
26882024-08-12T22:47:41.057Z SLOW [>14880.000s] tokio::io_async_fd reset_writable
26892024-08-12T22:48:40.986Z SLOW [>14940.000s] tokio::io_async_fd poll_fns
26902024-08-12T22:48:41.055Z SLOW [>14940.000s] tokio::io_async_fd reset_writable
26912024-08-12T22:49:40.981Z SLOW [>15000.000s] tokio::io_async_fd poll_fns
26922024-08-12T22:49:41.053Z SLOW [>15000.000s] tokio::io_async_fd reset_writable
26932024-08-12T22:50:40.978Z SLOW [>15060.000s] tokio::io_async_fd poll_fns
26942024-08-12T22:50:41.050Z SLOW [>15060.000s] tokio::io_async_fd reset_writable
26952024-08-12T22:51:40.976Z SLOW [>15120.000s] tokio::io_async_fd poll_fns
26962024-08-12T22:51:41.048Z SLOW [>15120.000s] tokio::io_async_fd reset_writable
26972024-08-12T22:52:40.974Z SLOW [>15180.000s] tokio::io_async_fd poll_fns
26982024-08-12T22:52:41.046Z SLOW [>15180.000s] tokio::io_async_fd reset_writable
26992024-08-12T22:53:40.972Z SLOW [>15240.000s] tokio::io_async_fd poll_fns
27002024-08-12T22:53:41.043Z SLOW [>15240.000s] tokio::io_async_fd reset_writable
27012024-08-12T22:54:40.974Z SLOW [>15300.000s] tokio::io_async_fd poll_fns
27022024-08-12T22:54:41.043Z SLOW [>15300.000s] tokio::io_async_fd reset_writable
27032024-08-12T22:55:40.967Z SLOW [>15360.000s] tokio::io_async_fd poll_fns
27042024-08-12T22:55:41.039Z SLOW [>15360.000s] tokio::io_async_fd reset_writable
27052024-08-12T22:56:40.965Z SLOW [>15420.000s] tokio::io_async_fd poll_fns
27062024-08-12T22:56:41.037Z SLOW [>15420.000s] tokio::io_async_fd reset_writable
27072024-08-12T22:57:40.963Z SLOW [>15480.000s] tokio::io_async_fd poll_fns
27082024-08-12T22:57:41.035Z SLOW [>15480.000s] tokio::io_async_fd reset_writable
27092024-08-12T22:58:40.961Z SLOW [>15540.000s] tokio::io_async_fd poll_fns
27102024-08-12T22:58:41.032Z SLOW [>15540.000s] tokio::io_async_fd reset_writable
27112024-08-12T22:59:40.959Z SLOW [>15600.000s] tokio::io_async_fd poll_fns
27122024-08-12T22:59:41.031Z SLOW [>15600.000s] tokio::io_async_fd reset_writable
27132024-08-12T23:00:40.957Z SLOW [>15660.000s] tokio::io_async_fd poll_fns
27142024-08-12T23:00:41.028Z SLOW [>15660.000s] tokio::io_async_fd reset_writable
27152024-08-12T23:01:40.960Z SLOW [>15720.000s] tokio::io_async_fd poll_fns
27162024-08-12T23:01:41.026Z SLOW [>15720.000s] tokio::io_async_fd reset_writable
27172024-08-12T23:02:40.953Z SLOW [>15780.000s] tokio::io_async_fd poll_fns
27182024-08-12T23:02:41.024Z SLOW [>15780.000s] tokio::io_async_fd reset_writable
27192024-08-12T23:03:40.951Z SLOW [>15840.000s] tokio::io_async_fd poll_fns
27202024-08-12T23:03:41.022Z SLOW [>15840.000s] tokio::io_async_fd reset_writable
27212024-08-12T23:04:40.948Z SLOW [>15900.000s] tokio::io_async_fd poll_fns
27222024-08-12T23:04:41.020Z SLOW [>15900.000s] tokio::io_async_fd reset_writable
27232024-08-12T23:05:40.947Z SLOW [>15960.000s] tokio::io_async_fd poll_fns
27242024-08-12T23:05:41.019Z SLOW [>15960.000s] tokio::io_async_fd reset_writable
27252024-08-12T23:06:40.944Z SLOW [>16020.000s] tokio::io_async_fd poll_fns
27262024-08-12T23:06:41.017Z SLOW [>16020.000s] tokio::io_async_fd reset_writable
27272024-08-12T23:07:40.942Z SLOW [>16080.000s] tokio::io_async_fd poll_fns
27282024-08-12T23:07:41.015Z SLOW [>16080.000s] tokio::io_async_fd reset_writable
27292024-08-12T23:08:40.941Z SLOW [>16140.000s] tokio::io_async_fd poll_fns
27302024-08-12T23:08:41.013Z SLOW [>16140.000s] tokio::io_async_fd reset_writable
27312024-08-12T23:09:40.939Z SLOW [>16200.000s] tokio::io_async_fd poll_fns
27322024-08-12T23:09:41.010Z SLOW [>16200.000s] tokio::io_async_fd reset_writable
27332024-08-12T23:10:40.937Z SLOW [>16260.000s] tokio::io_async_fd poll_fns
27342024-08-12T23:10:41.009Z SLOW [>16260.000s] tokio::io_async_fd reset_writable
27352024-08-12T23:11:40.934Z SLOW [>16320.000s] tokio::io_async_fd poll_fns
27362024-08-12T23:11:41.006Z SLOW [>16320.000s] tokio::io_async_fd reset_writable
27372024-08-12T23:12:40.932Z SLOW [>16380.000s] tokio::io_async_fd poll_fns
27382024-08-12T23:12:41.005Z SLOW [>16380.000s] tokio::io_async_fd reset_writable
27392024-08-12T23:13:40.929Z SLOW [>16440.000s] tokio::io_async_fd poll_fns
27402024-08-12T23:13:41.002Z SLOW [>16440.000s] tokio::io_async_fd reset_writable
27412024-08-12T23:14:40.928Z SLOW [>16500.000s] tokio::io_async_fd poll_fns
27422024-08-12T23:14:41.001Z SLOW [>16500.000s] tokio::io_async_fd reset_writable
27432024-08-12T23:15:40.926Z SLOW [>16560.000s] tokio::io_async_fd poll_fns
27442024-08-12T23:15:40.999Z SLOW [>16560.000s] tokio::io_async_fd reset_writable
27452024-08-12T23:16:40.924Z SLOW [>16620.000s] tokio::io_async_fd poll_fns
27462024-08-12T23:16:40.997Z SLOW [>16620.000s] tokio::io_async_fd reset_writable
27472024-08-12T23:17:40.924Z SLOW [>16680.000s] tokio::io_async_fd poll_fns
27482024-08-12T23:17:40.995Z SLOW [>16680.000s] tokio::io_async_fd reset_writable
27492024-08-12T23:18:40.920Z SLOW [>16740.000s] tokio::io_async_fd poll_fns
27502024-08-12T23:18:40.992Z SLOW [>16740.000s] tokio::io_async_fd reset_writable
27512024-08-12T23:19:40.919Z SLOW [>16800.000s] tokio::io_async_fd poll_fns
27522024-08-12T23:19:40.991Z SLOW [>16800.000s] tokio::io_async_fd reset_writable
27532024-08-12T23:20:40.918Z SLOW [>16860.000s] tokio::io_async_fd poll_fns
27542024-08-12T23:20:40.989Z SLOW [>16860.000s] tokio::io_async_fd reset_writable
27552024-08-12T23:21:40.914Z SLOW [>16920.000s] tokio::io_async_fd poll_fns
27562024-08-12T23:21:40.986Z SLOW [>16920.000s] tokio::io_async_fd reset_writable
27572024-08-12T23:22:40.912Z SLOW [>16980.000s] tokio::io_async_fd poll_fns
27582024-08-12T23:22:40.984Z SLOW [>16980.000s] tokio::io_async_fd reset_writable
27592024-08-12T23:23:40.910Z SLOW [>17040.000s] tokio::io_async_fd poll_fns
27602024-08-12T23:23:40.981Z SLOW [>17040.000s] tokio::io_async_fd reset_writable
27612024-08-12T23:24:40.909Z SLOW [>17100.000s] tokio::io_async_fd poll_fns
27622024-08-12T23:24:40.980Z SLOW [>17100.000s] tokio::io_async_fd reset_writable
27632024-08-12T23:25:40.906Z SLOW [>17160.000s] tokio::io_async_fd poll_fns
27642024-08-12T23:25:40.977Z SLOW [>17160.000s] tokio::io_async_fd reset_writable
27652024-08-12T23:26:40.904Z SLOW [>17220.000s] tokio::io_async_fd poll_fns
27662024-08-12T23:26:40.975Z SLOW [>17220.000s] tokio::io_async_fd reset_writable
27672024-08-12T23:27:40.901Z SLOW [>17280.000s] tokio::io_async_fd poll_fns
27682024-08-12T23:27:40.972Z SLOW [>17280.000s] tokio::io_async_fd reset_writable
27692024-08-12T23:28:40.900Z SLOW [>17340.000s] tokio::io_async_fd poll_fns
27702024-08-12T23:28:40.970Z SLOW [>17340.000s] tokio::io_async_fd reset_writable
27712024-08-12T23:29:40.897Z SLOW [>17400.000s] tokio::io_async_fd poll_fns
27722024-08-12T23:29:40.968Z SLOW [>17400.000s] tokio::io_async_fd reset_writable
27732024-08-12T23:30:40.896Z SLOW [>17460.000s] tokio::io_async_fd poll_fns
27742024-08-12T23:30:40.965Z SLOW [>17460.000s] tokio::io_async_fd reset_writable
27752024-08-12T23:31:40.893Z SLOW [>17520.000s] tokio::io_async_fd poll_fns
27762024-08-12T23:31:40.964Z SLOW [>17520.000s] tokio::io_async_fd reset_writable
27772024-08-12T23:32:40.891Z SLOW [>17580.000s] tokio::io_async_fd poll_fns
27782024-08-12T23:32:40.973Z SLOW [>17580.000s] tokio::io_async_fd reset_writable
27792024-08-12T23:33:40.890Z SLOW [>17640.000s] tokio::io_async_fd poll_fns
27802024-08-12T23:33:40.960Z SLOW [>17640.000s] tokio::io_async_fd reset_writable
27812024-08-12T23:34:40.887Z SLOW [>17700.000s] tokio::io_async_fd poll_fns
27822024-08-12T23:34:40.957Z SLOW [>17700.000s] tokio::io_async_fd reset_writable
27832024-08-12T23:35:40.886Z SLOW [>17760.000s] tokio::io_async_fd poll_fns
27842024-08-12T23:35:40.957Z SLOW [>17760.000s] tokio::io_async_fd reset_writable
27852024-08-12T23:36:40.885Z SLOW [>17820.000s] tokio::io_async_fd poll_fns
27862024-08-12T23:36:40.953Z SLOW [>17820.000s] tokio::io_async_fd reset_writable
27872024-08-12T23:37:40.882Z SLOW [>17880.000s] tokio::io_async_fd poll_fns
27882024-08-12T23:37:40.951Z SLOW [>17880.000s] tokio::io_async_fd reset_writable
27892024-08-12T23:38:40.879Z SLOW [>17940.000s] tokio::io_async_fd poll_fns
27902024-08-12T23:38:40.948Z SLOW [>17940.000s] tokio::io_async_fd reset_writable
27912024-08-12T23:39:40.877Z SLOW [>18000.000s] tokio::io_async_fd poll_fns
27922024-08-12T23:39:40.947Z SLOW [>18000.000s] tokio::io_async_fd reset_writable
27932024-08-12T23:40:40.876Z SLOW [>18060.000s] tokio::io_async_fd poll_fns
27942024-08-12T23:40:40.944Z SLOW [>18060.000s] tokio::io_async_fd reset_writable
27952024-08-12T23:41:40.874Z SLOW [>18120.000s] tokio::io_async_fd poll_fns
27962024-08-12T23:41:40.942Z SLOW [>18120.000s] tokio::io_async_fd reset_writable
27972024-08-12T23:42:40.872Z SLOW [>18180.000s] tokio::io_async_fd poll_fns
27982024-08-12T23:42:40.940Z SLOW [>18180.000s] tokio::io_async_fd reset_writable
27992024-08-12T23:43:40.871Z SLOW [>18240.000s] tokio::io_async_fd poll_fns
28002024-08-12T23:43:40.938Z SLOW [>18240.000s] tokio::io_async_fd reset_writable
28012024-08-12T23:44:40.868Z SLOW [>18300.000s] tokio::io_async_fd poll_fns
28022024-08-12T23:44:40.935Z SLOW [>18300.000s] tokio::io_async_fd reset_writable
28032024-08-12T23:45:40.867Z SLOW [>18360.000s] tokio::io_async_fd poll_fns
28042024-08-12T23:45:40.934Z SLOW [>18360.000s] tokio::io_async_fd reset_writable
28052024-08-12T23:46:40.864Z SLOW [>18420.000s] tokio::io_async_fd poll_fns
28062024-08-12T23:46:40.932Z SLOW [>18420.000s] tokio::io_async_fd reset_writable
28072024-08-12T23:47:40.862Z SLOW [>18480.000s] tokio::io_async_fd poll_fns
28082024-08-12T23:47:40.930Z SLOW [>18480.000s] tokio::io_async_fd reset_writable
28092024-08-12T23:48:40.859Z SLOW [>18540.000s] tokio::io_async_fd poll_fns
28102024-08-12T23:48:40.928Z SLOW [>18540.000s] tokio::io_async_fd reset_writable
28112024-08-12T23:49:40.858Z SLOW [>18600.000s] tokio::io_async_fd poll_fns
28122024-08-12T23:49:40.927Z SLOW [>18600.000s] tokio::io_async_fd reset_writable
28132024-08-12T23:50:40.855Z SLOW [>18660.000s] tokio::io_async_fd poll_fns
28142024-08-12T23:50:40.924Z SLOW [>18660.000s] tokio::io_async_fd reset_writable
28152024-08-12T23:51:40.853Z SLOW [>18720.000s] tokio::io_async_fd poll_fns
28162024-08-12T23:51:40.921Z SLOW [>18720.000s] tokio::io_async_fd reset_writable
28172024-08-12T23:52:40.851Z SLOW [>18780.000s] tokio::io_async_fd poll_fns
28182024-08-12T23:52:40.920Z SLOW [>18780.000s] tokio::io_async_fd reset_writable
28192024-08-12T23:53:40.849Z SLOW [>18840.000s] tokio::io_async_fd poll_fns
28202024-08-12T23:53:40.917Z SLOW [>18840.000s] tokio::io_async_fd reset_writable
28212024-08-12T23:54:40.847Z SLOW [>18900.000s] tokio::io_async_fd poll_fns
28222024-08-12T23:54:40.916Z SLOW [>18900.000s] tokio::io_async_fd reset_writable
28232024-08-12T23:55:40.845Z SLOW [>18960.000s] tokio::io_async_fd poll_fns
28242024-08-12T23:55:40.913Z SLOW [>18960.000s] tokio::io_async_fd reset_writable
28252024-08-12T23:56:40.843Z SLOW [>19020.000s] tokio::io_async_fd poll_fns
28262024-08-12T23:56:40.911Z SLOW [>19020.000s] tokio::io_async_fd reset_writable
28272024-08-12T23:57:40.841Z SLOW [>19080.000s] tokio::io_async_fd poll_fns
28282024-08-12T23:57:40.908Z SLOW [>19080.000s] tokio::io_async_fd reset_writable
28292024-08-12T23:58:40.839Z SLOW [>19140.000s] tokio::io_async_fd poll_fns
28302024-08-12T23:58:40.907Z SLOW [>19140.000s] tokio::io_async_fd reset_writable
28312024-08-12T23:59:40.837Z SLOW [>19200.000s] tokio::io_async_fd poll_fns
28322024-08-12T23:59:40.904Z SLOW [>19200.000s] tokio::io_async_fd reset_writable
28332024-08-13T00:00:40.835Z SLOW [>19260.000s] tokio::io_async_fd poll_fns
28342024-08-13T00:00:40.902Z SLOW [>19260.000s] tokio::io_async_fd reset_writable
28352024-08-13T00:01:40.834Z SLOW [>19320.000s] tokio::io_async_fd poll_fns
28362024-08-13T00:01:40.900Z SLOW [>19320.000s] tokio::io_async_fd reset_writable
28372024-08-13T00:02:40.832Z SLOW [>19380.000s] tokio::io_async_fd poll_fns
28382024-08-13T00:02:40.898Z SLOW [>19380.000s] tokio::io_async_fd reset_writable
28392024-08-13T00:03:40.829Z SLOW [>19440.000s] tokio::io_async_fd poll_fns
28402024-08-13T00:03:40.895Z SLOW [>19440.000s] tokio::io_async_fd reset_writable
28412024-08-13T00:04:40.828Z SLOW [>19500.000s] tokio::io_async_fd poll_fns
28422024-08-13T00:04:40.894Z SLOW [>19500.000s] tokio::io_async_fd reset_writable
28432024-08-13T00:05:40.825Z SLOW [>19560.000s] tokio::io_async_fd poll_fns
28442024-08-13T00:05:40.892Z SLOW [>19560.000s] tokio::io_async_fd reset_writable
28452024-08-13T00:06:40.823Z SLOW [>19620.000s] tokio::io_async_fd poll_fns
28462024-08-13T00:06:40.890Z SLOW [>19620.000s] tokio::io_async_fd reset_writable
28472024-08-13T00:07:40.821Z SLOW [>19680.000s] tokio::io_async_fd poll_fns
28482024-08-13T00:07:40.888Z SLOW [>19680.000s] tokio::io_async_fd reset_writable
28492024-08-13T00:08:40.819Z SLOW [>19740.000s] tokio::io_async_fd poll_fns
28502024-08-13T00:08:40.889Z SLOW [>19740.000s] tokio::io_async_fd reset_writable
28512024-08-13T00:09:40.816Z SLOW [>19800.000s] tokio::io_async_fd poll_fns
28522024-08-13T00:09:40.884Z SLOW [>19800.000s] tokio::io_async_fd reset_writable
28532024-08-13T00:10:40.815Z SLOW [>19860.000s] tokio::io_async_fd poll_fns
28542024-08-13T00:10:40.883Z SLOW [>19860.000s] tokio::io_async_fd reset_writable
28552024-08-13T00:11:40.812Z SLOW [>19920.000s] tokio::io_async_fd poll_fns
28562024-08-13T00:11:40.880Z SLOW [>19920.000s] tokio::io_async_fd reset_writable
28572024-08-13T00:12:40.811Z SLOW [>19980.000s] tokio::io_async_fd poll_fns
28582024-08-13T00:12:40.878Z SLOW [>19980.000s] tokio::io_async_fd reset_writable
28592024-08-13T00:13:40.807Z SLOW [>20040.000s] tokio::io_async_fd poll_fns
28602024-08-13T00:13:40.876Z SLOW [>20040.000s] tokio::io_async_fd reset_writable
28612024-08-13T00:14:40.806Z SLOW [>20100.000s] tokio::io_async_fd poll_fns
28622024-08-13T00:14:40.874Z SLOW [>20100.000s] tokio::io_async_fd reset_writable
28632024-08-13T00:15:40.803Z SLOW [>20160.000s] tokio::io_async_fd poll_fns
28642024-08-13T00:15:40.871Z SLOW [>20160.000s] tokio::io_async_fd reset_writable
28652024-08-13T00:16:40.802Z SLOW [>20220.000s] tokio::io_async_fd poll_fns
28662024-08-13T00:16:40.869Z SLOW [>20220.000s] tokio::io_async_fd reset_writable
28672024-08-13T00:17:40.799Z SLOW [>20280.000s] tokio::io_async_fd poll_fns
28682024-08-13T00:17:40.867Z SLOW [>20280.000s] tokio::io_async_fd reset_writable
28692024-08-13T00:18:40.797Z SLOW [>20340.000s] tokio::io_async_fd poll_fns
28702024-08-13T00:18:40.864Z SLOW [>20340.000s] tokio::io_async_fd reset_writable
28712024-08-13T00:19:40.794Z SLOW [>20400.000s] tokio::io_async_fd poll_fns
28722024-08-13T00:19:40.862Z SLOW [>20400.000s] tokio::io_async_fd reset_writable
28732024-08-13T00:20:40.793Z SLOW [>20460.000s] tokio::io_async_fd poll_fns
28742024-08-13T00:20:40.861Z SLOW [>20460.000s] tokio::io_async_fd reset_writable
28752024-08-13T00:21:40.791Z SLOW [>20520.000s] tokio::io_async_fd poll_fns
28762024-08-13T00:21:40.858Z SLOW [>20520.000s] tokio::io_async_fd reset_writable
28772024-08-13T00:22:40.789Z SLOW [>20580.000s] tokio::io_async_fd poll_fns
28782024-08-13T00:22:40.855Z SLOW [>20580.000s] tokio::io_async_fd reset_writable
28792024-08-13T00:23:40.787Z SLOW [>20640.000s] tokio::io_async_fd poll_fns
28802024-08-13T00:23:40.853Z SLOW [>20640.000s] tokio::io_async_fd reset_writable
28812024-08-13T00:24:40.785Z SLOW [>20700.000s] tokio::io_async_fd poll_fns
28822024-08-13T00:24:40.851Z SLOW [>20700.000s] tokio::io_async_fd reset_writable
28832024-08-13T00:25:40.782Z SLOW [>20760.000s] tokio::io_async_fd poll_fns
28842024-08-13T00:25:40.849Z SLOW [>20760.000s] tokio::io_async_fd reset_writable
28852024-08-13T00:26:40.780Z SLOW [>20820.000s] tokio::io_async_fd poll_fns
28862024-08-13T00:26:40.847Z SLOW [>20820.000s] tokio::io_async_fd reset_writable
28872024-08-13T00:27:40.778Z SLOW [>20880.000s] tokio::io_async_fd poll_fns
28882024-08-13T00:27:40.845Z SLOW [>20880.000s] tokio::io_async_fd reset_writable
28892024-08-13T00:28:40.776Z SLOW [>20940.000s] tokio::io_async_fd poll_fns
28902024-08-13T00:28:40.842Z SLOW [>20940.000s] tokio::io_async_fd reset_writable
28912024-08-13T00:29:40.774Z SLOW [>21000.000s] tokio::io_async_fd poll_fns
28922024-08-13T00:29:40.841Z SLOW [>21000.000s] tokio::io_async_fd reset_writable
28932024-08-13T00:30:40.772Z SLOW [>21060.000s] tokio::io_async_fd poll_fns
28942024-08-13T00:30:40.838Z SLOW [>21060.000s] tokio::io_async_fd reset_writable
28952024-08-13T00:31:40.769Z SLOW [>21120.000s] tokio::io_async_fd poll_fns
28962024-08-13T00:31:40.836Z SLOW [>21120.000s] tokio::io_async_fd reset_writable
28972024-08-13T00:32:40.767Z SLOW [>21180.000s] tokio::io_async_fd poll_fns
28982024-08-13T00:32:40.834Z SLOW [>21180.000s] tokio::io_async_fd reset_writable
28992024-08-13T00:33:40.765Z SLOW [>21240.000s] tokio::io_async_fd poll_fns
29002024-08-13T00:33:40.832Z SLOW [>21240.000s] tokio::io_async_fd reset_writable
29012024-08-13T00:34:40.762Z SLOW [>21300.000s] tokio::io_async_fd poll_fns
29022024-08-13T00:34:40.830Z SLOW [>21300.000s] tokio::io_async_fd reset_writable
29032024-08-13T00:35:40.760Z SLOW [>21360.000s] tokio::io_async_fd poll_fns
29042024-08-13T00:35:40.828Z SLOW [>21360.000s] tokio::io_async_fd reset_writable
29052024-08-13T00:36:40.758Z SLOW [>21420.000s] tokio::io_async_fd poll_fns
29062024-08-13T00:36:40.826Z SLOW [>21420.000s] tokio::io_async_fd reset_writable
29072024-08-13T00:37:40.756Z SLOW [>21480.000s] tokio::io_async_fd poll_fns
29082024-08-13T00:37:40.823Z SLOW [>21480.000s] tokio::io_async_fd reset_writable
29092024-08-13T00:38:40.754Z SLOW [>21540.000s] tokio::io_async_fd poll_fns
29102024-08-13T00:38:40.822Z SLOW [>21540.000s] tokio::io_async_fd reset_writable
29112024-08-13T00:39:40.751Z SLOW [>21600.000s] tokio::io_async_fd poll_fns
29122024-08-13T00:39:40.823Z SLOW [>21600.000s] tokio::io_async_fd reset_writable
29132024-08-13T00:40:40.749Z SLOW [>21660.000s] tokio::io_async_fd poll_fns
29142024-08-13T00:40:40.817Z SLOW [>21660.000s] tokio::io_async_fd reset_writable
29152024-08-13T00:41:40.747Z SLOW [>21720.000s] tokio::io_async_fd poll_fns
29162024-08-13T00:41:40.815Z SLOW [>21720.000s] tokio::io_async_fd reset_writable
29172024-08-13T00:42:40.745Z SLOW [>21780.000s] tokio::io_async_fd poll_fns
29182024-08-13T00:42:40.812Z SLOW [>21780.000s] tokio::io_async_fd reset_writable
29192024-08-13T00:43:40.743Z SLOW [>21840.000s] tokio::io_async_fd poll_fns
29202024-08-13T00:43:40.810Z SLOW [>21840.000s] tokio::io_async_fd reset_writable
29212024-08-13T00:44:40.741Z SLOW [>21900.000s] tokio::io_async_fd poll_fns
29222024-08-13T00:44:40.808Z SLOW [>21900.000s] tokio::io_async_fd reset_writable
29232024-08-13T00:45:41.078Z SLOW [>21960.000s] tokio::io_async_fd poll_fns
29242024-08-13T00:45:41.107Z SLOW [>21960.000s] tokio::io_async_fd reset_writable
29252024-08-13T00:46:40.736Z SLOW [>22020.000s] tokio::io_async_fd poll_fns
29262024-08-13T00:46:40.804Z SLOW [>22020.000s] tokio::io_async_fd reset_writable
29272024-08-13T00:47:40.734Z SLOW [>22080.000s] tokio::io_async_fd poll_fns
29282024-08-13T00:47:40.802Z SLOW [>22080.000s] tokio::io_async_fd reset_writable
29292024-08-13T00:48:40.732Z SLOW [>22140.000s] tokio::io_async_fd poll_fns
29302024-08-13T00:48:40.801Z SLOW [>22140.000s] tokio::io_async_fd reset_writable
29312024-08-13T00:49:40.729Z SLOW [>22200.000s] tokio::io_async_fd poll_fns
29322024-08-13T00:49:40.798Z SLOW [>22200.000s] tokio::io_async_fd reset_writable
29332024-08-13T00:50:40.727Z SLOW [>22260.000s] tokio::io_async_fd poll_fns
29342024-08-13T00:50:40.796Z SLOW [>22260.000s] tokio::io_async_fd reset_writable
29352024-08-13T00:51:40.725Z SLOW [>22320.000s] tokio::io_async_fd poll_fns
29362024-08-13T00:51:40.794Z SLOW [>22320.000s] tokio::io_async_fd reset_writable
29372024-08-13T00:52:40.723Z SLOW [>22380.000s] tokio::io_async_fd poll_fns
29382024-08-13T00:52:40.791Z SLOW [>22380.000s] tokio::io_async_fd reset_writable
29392024-08-13T00:53:40.720Z SLOW [>22440.000s] tokio::io_async_fd poll_fns
29402024-08-13T00:53:40.789Z SLOW [>22440.000s] tokio::io_async_fd reset_writable
29412024-08-13T00:54:40.719Z SLOW [>22500.000s] tokio::io_async_fd poll_fns
29422024-08-13T00:54:40.787Z SLOW [>22500.000s] tokio::io_async_fd reset_writable
29432024-08-13T00:55:40.716Z SLOW [>22560.000s] tokio::io_async_fd poll_fns
29442024-08-13T00:55:40.785Z SLOW [>22560.000s] tokio::io_async_fd reset_writable
29452024-08-13T00:56:40.714Z SLOW [>22620.000s] tokio::io_async_fd poll_fns
29462024-08-13T00:56:40.783Z SLOW [>22620.000s] tokio::io_async_fd reset_writable
29472024-08-13T00:57:40.712Z SLOW [>22680.000s] tokio::io_async_fd poll_fns
29482024-08-13T00:57:40.781Z SLOW [>22680.000s] tokio::io_async_fd reset_writable
29492024-08-13T00:58:40.710Z SLOW [>22740.000s] tokio::io_async_fd poll_fns
29502024-08-13T00:58:40.778Z SLOW [>22740.000s] tokio::io_async_fd reset_writable
29512024-08-13T00:59:40.708Z SLOW [>22800.000s] tokio::io_async_fd poll_fns
29522024-08-13T00:59:40.776Z SLOW [>22800.000s] tokio::io_async_fd reset_writable
29532024-08-13T01:00:40.706Z SLOW [>22860.000s] tokio::io_async_fd poll_fns
29542024-08-13T01:00:40.774Z SLOW [>22860.000s] tokio::io_async_fd reset_writable
29552024-08-13T01:01:40.703Z SLOW [>22920.000s] tokio::io_async_fd poll_fns
29562024-08-13T01:01:40.771Z SLOW [>22920.000s] tokio::io_async_fd reset_writable
29572024-08-13T01:02:40.702Z SLOW [>22980.000s] tokio::io_async_fd poll_fns
29582024-08-13T01:02:40.770Z SLOW [>22980.000s] tokio::io_async_fd reset_writable
29592024-08-13T01:03:40.699Z SLOW [>23040.000s] tokio::io_async_fd poll_fns
29602024-08-13T01:03:40.767Z SLOW [>23040.000s] tokio::io_async_fd reset_writable
29612024-08-13T01:04:40.697Z SLOW [>23100.000s] tokio::io_async_fd poll_fns
29622024-08-13T01:04:40.765Z SLOW [>23100.000s] tokio::io_async_fd reset_writable
29632024-08-13T01:05:40.695Z SLOW [>23160.000s] tokio::io_async_fd poll_fns
29642024-08-13T01:05:40.763Z SLOW [>23160.000s] tokio::io_async_fd reset_writable
29652024-08-13T01:06:40.693Z SLOW [>23220.000s] tokio::io_async_fd poll_fns
29662024-08-13T01:06:40.761Z SLOW [>23220.000s] tokio::io_async_fd reset_writable
29672024-08-13T01:07:40.690Z SLOW [>23280.000s] tokio::io_async_fd poll_fns
29682024-08-13T01:07:40.759Z SLOW [>23280.000s] tokio::io_async_fd reset_writable
29692024-08-13T01:08:40.689Z SLOW [>23340.000s] tokio::io_async_fd poll_fns
29702024-08-13T01:08:40.757Z SLOW [>23340.000s] tokio::io_async_fd reset_writable
29712024-08-13T01:09:40.686Z SLOW [>23400.000s] tokio::io_async_fd poll_fns
29722024-08-13T01:09:40.755Z SLOW [>23400.000s] tokio::io_async_fd reset_writable
29732024-08-13T01:10:40.684Z SLOW [>23460.000s] tokio::io_async_fd poll_fns
29742024-08-13T01:10:40.752Z SLOW [>23460.000s] tokio::io_async_fd reset_writable
29752024-08-13T01:11:40.683Z SLOW [>23520.000s] tokio::io_async_fd poll_fns
29762024-08-13T01:11:40.751Z SLOW [>23520.000s] tokio::io_async_fd reset_writable
29772024-08-13T01:12:40.681Z SLOW [>23580.000s] tokio::io_async_fd poll_fns
29782024-08-13T01:12:40.748Z SLOW [>23580.000s] tokio::io_async_fd reset_writable
29792024-08-13T01:13:40.678Z SLOW [>23640.000s] tokio::io_async_fd poll_fns
29802024-08-13T01:13:40.747Z SLOW [>23640.000s] tokio::io_async_fd reset_writable
29812024-08-13T01:14:40.676Z SLOW [>23700.000s] tokio::io_async_fd poll_fns
29822024-08-13T01:14:40.744Z SLOW [>23700.000s] tokio::io_async_fd reset_writable
29832024-08-13T01:15:40.674Z SLOW [>23760.000s] tokio::io_async_fd poll_fns
29842024-08-13T01:15:40.742Z SLOW [>23760.000s] tokio::io_async_fd reset_writable
29852024-08-13T01:16:40.672Z SLOW [>23820.000s] tokio::io_async_fd poll_fns
29862024-08-13T01:16:40.739Z SLOW [>23820.000s] tokio::io_async_fd reset_writable
29872024-08-13T01:17:40.670Z SLOW [>23880.000s] tokio::io_async_fd poll_fns
29882024-08-13T01:17:40.738Z SLOW [>23880.000s] tokio::io_async_fd reset_writable
29892024-08-13T01:18:40.667Z SLOW [>23940.000s] tokio::io_async_fd poll_fns
29902024-08-13T01:18:40.735Z SLOW [>23940.000s] tokio::io_async_fd reset_writable
29912024-08-13T01:19:40.665Z SLOW [>24000.000s] tokio::io_async_fd poll_fns
29922024-08-13T01:19:40.733Z SLOW [>24000.000s] tokio::io_async_fd reset_writable
29932024-08-13T01:20:40.664Z SLOW [>24060.000s] tokio::io_async_fd poll_fns
29942024-08-13T01:20:40.731Z SLOW [>24060.000s] tokio::io_async_fd reset_writable
29952024-08-13T01:21:40.662Z SLOW [>24120.000s] tokio::io_async_fd poll_fns
29962024-08-13T01:21:40.729Z SLOW [>24120.000s] tokio::io_async_fd reset_writable
29972024-08-13T01:22:40.660Z SLOW [>24180.000s] tokio::io_async_fd poll_fns
29982024-08-13T01:22:40.726Z SLOW [>24180.000s] tokio::io_async_fd reset_writable
29992024-08-13T01:23:40.659Z SLOW [>24240.000s] tokio::io_async_fd poll_fns
30002024-08-13T01:23:40.725Z SLOW [>24240.000s] tokio::io_async_fd reset_writable
30012024-08-13T01:24:40.656Z SLOW [>24300.000s] tokio::io_async_fd poll_fns
30022024-08-13T01:24:40.722Z SLOW [>24300.000s] tokio::io_async_fd reset_writable
30032024-08-13T01:25:40.654Z SLOW [>24360.000s] tokio::io_async_fd poll_fns
30042024-08-13T01:25:40.719Z SLOW [>24360.000s] tokio::io_async_fd reset_writable
30052024-08-13T01:26:40.652Z SLOW [>24420.000s] tokio::io_async_fd poll_fns
30062024-08-13T01:26:40.718Z SLOW [>24420.000s] tokio::io_async_fd reset_writable
30072024-08-13T01:27:40.650Z SLOW [>24480.000s] tokio::io_async_fd poll_fns
30082024-08-13T01:27:40.715Z SLOW [>24480.000s] tokio::io_async_fd reset_writable
30092024-08-13T01:28:40.647Z SLOW [>24540.000s] tokio::io_async_fd poll_fns
30102024-08-13T01:28:40.714Z SLOW [>24540.000s] tokio::io_async_fd reset_writable
30112024-08-13T01:29:40.645Z SLOW [>24600.000s] tokio::io_async_fd poll_fns
30122024-08-13T01:29:40.711Z SLOW [>24600.000s] tokio::io_async_fd reset_writable
30132024-08-13T01:30:40.643Z SLOW [>24660.000s] tokio::io_async_fd poll_fns
30142024-08-13T01:30:40.709Z SLOW [>24660.000s] tokio::io_async_fd reset_writable
30152024-08-13T01:31:40.641Z SLOW [>24720.000s] tokio::io_async_fd poll_fns
30162024-08-13T01:31:40.706Z SLOW [>24720.000s] tokio::io_async_fd reset_writable
30172024-08-13T01:32:40.639Z SLOW [>24780.000s] tokio::io_async_fd poll_fns
30182024-08-13T01:32:40.705Z SLOW [>24780.000s] tokio::io_async_fd reset_writable
30192024-08-13T01:33:40.636Z SLOW [>24840.000s] tokio::io_async_fd poll_fns
30202024-08-13T01:33:40.702Z SLOW [>24840.000s] tokio::io_async_fd reset_writable
30212024-08-13T01:34:40.635Z SLOW [>24900.000s] tokio::io_async_fd poll_fns
30222024-08-13T01:34:40.700Z SLOW [>24900.000s] tokio::io_async_fd reset_writable
30232024-08-13T01:35:40.632Z SLOW [>24960.000s] tokio::io_async_fd poll_fns
30242024-08-13T01:35:40.699Z SLOW [>24960.000s] tokio::io_async_fd reset_writable
30252024-08-13T01:36:40.630Z SLOW [>25020.000s] tokio::io_async_fd poll_fns
30262024-08-13T01:36:40.697Z SLOW [>25020.000s] tokio::io_async_fd reset_writable
30272024-08-13T01:37:40.628Z SLOW [>25080.000s] tokio::io_async_fd poll_fns
30282024-08-13T01:37:40.694Z SLOW [>25080.000s] tokio::io_async_fd reset_writable
30292024-08-13T01:38:40.627Z SLOW [>25140.000s] tokio::io_async_fd poll_fns
30302024-08-13T01:38:40.692Z SLOW [>25140.000s] tokio::io_async_fd reset_writable
30312024-08-13T01:39:40.624Z SLOW [>25200.000s] tokio::io_async_fd poll_fns
30322024-08-13T01:39:40.690Z SLOW [>25200.000s] tokio::io_async_fd reset_writable
30332024-08-13T01:40:40.622Z SLOW [>25260.000s] tokio::io_async_fd poll_fns
30342024-08-13T01:40:40.687Z SLOW [>25260.000s] tokio::io_async_fd reset_writable
30352024-08-13T01:41:40.621Z SLOW [>25320.000s] tokio::io_async_fd poll_fns
30362024-08-13T01:41:40.686Z SLOW [>25320.000s] tokio::io_async_fd reset_writable
30372024-08-13T01:42:40.618Z SLOW [>25380.000s] tokio::io_async_fd poll_fns
30382024-08-13T01:42:40.683Z SLOW [>25380.000s] tokio::io_async_fd reset_writable
30392024-08-13T01:43:40.616Z SLOW [>25440.000s] tokio::io_async_fd poll_fns
30402024-08-13T01:43:40.682Z SLOW [>25440.000s] tokio::io_async_fd reset_writable
30412024-08-13T01:44:40.614Z SLOW [>25500.000s] tokio::io_async_fd poll_fns
30422024-08-13T01:44:40.678Z SLOW [>25500.000s] tokio::io_async_fd reset_writable
30432024-08-13T01:45:40.613Z SLOW [>25560.000s] tokio::io_async_fd poll_fns
30442024-08-13T01:45:40.677Z SLOW [>25560.000s] tokio::io_async_fd reset_writable
30452024-08-13T01:46:40.610Z SLOW [>25620.000s] tokio::io_async_fd poll_fns
30462024-08-13T01:46:40.674Z SLOW [>25620.000s] tokio::io_async_fd reset_writable
30472024-08-13T01:47:40.609Z SLOW [>25680.000s] tokio::io_async_fd poll_fns
30482024-08-13T01:47:40.673Z SLOW [>25680.000s] tokio::io_async_fd reset_writable
30492024-08-13T01:48:40.606Z SLOW [>25740.000s] tokio::io_async_fd poll_fns
30502024-08-13T01:48:40.670Z SLOW [>25740.000s] tokio::io_async_fd reset_writable
30512024-08-13T01:49:40.604Z SLOW [>25800.000s] tokio::io_async_fd poll_fns
30522024-08-13T01:49:40.668Z SLOW [>25800.000s] tokio::io_async_fd reset_writable
30532024-08-13T01:50:40.602Z SLOW [>25860.000s] tokio::io_async_fd poll_fns
30542024-08-13T01:50:40.665Z SLOW [>25860.000s] tokio::io_async_fd reset_writable
30552024-08-13T01:51:40.600Z SLOW [>25920.000s] tokio::io_async_fd poll_fns
30562024-08-13T01:51:40.664Z SLOW [>25920.000s] tokio::io_async_fd reset_writable
30572024-08-13T01:52:40.597Z SLOW [>25980.000s] tokio::io_async_fd poll_fns
30582024-08-13T01:52:40.662Z SLOW [>25980.000s] tokio::io_async_fd reset_writable
30592024-08-13T01:53:40.596Z SLOW [>26040.000s] tokio::io_async_fd poll_fns
30602024-08-13T01:53:40.661Z SLOW [>26040.000s] tokio::io_async_fd reset_writable
30612024-08-13T01:54:40.593Z SLOW [>26100.000s] tokio::io_async_fd poll_fns
30622024-08-13T01:54:40.659Z SLOW [>26100.000s] tokio::io_async_fd reset_writable
30632024-08-13T01:55:40.591Z SLOW [>26160.000s] tokio::io_async_fd poll_fns
30642024-08-13T01:55:40.657Z SLOW [>26160.000s] tokio::io_async_fd reset_writable
30652024-08-13T01:56:40.588Z SLOW [>26220.000s] tokio::io_async_fd poll_fns
30662024-08-13T01:56:40.654Z SLOW [>26220.000s] tokio::io_async_fd reset_writable
30672024-08-13T01:57:40.587Z SLOW [>26280.000s] tokio::io_async_fd poll_fns
30682024-08-13T01:57:40.653Z SLOW [>26280.000s] tokio::io_async_fd reset_writable
30692024-08-13T01:58:40.584Z SLOW [>26340.000s] tokio::io_async_fd poll_fns
30702024-08-13T01:58:40.650Z SLOW [>26340.000s] tokio::io_async_fd reset_writable
30712024-08-13T01:59:40.583Z SLOW [>26400.000s] tokio::io_async_fd poll_fns
30722024-08-13T01:59:40.648Z SLOW [>26400.000s] tokio::io_async_fd reset_writable
30732024-08-13T02:00:40.580Z SLOW [>26460.000s] tokio::io_async_fd poll_fns
30742024-08-13T02:00:40.646Z SLOW [>26460.000s] tokio::io_async_fd reset_writable
30752024-08-13T02:01:40.578Z SLOW [>26520.000s] tokio::io_async_fd poll_fns
30762024-08-13T02:01:40.644Z SLOW [>26520.000s] tokio::io_async_fd reset_writable
30772024-08-13T02:02:40.575Z SLOW [>26580.000s] tokio::io_async_fd poll_fns
30782024-08-13T02:02:40.641Z SLOW [>26580.000s] tokio::io_async_fd reset_writable
30792024-08-13T02:03:40.573Z SLOW [>26640.000s] tokio::io_async_fd poll_fns
30802024-08-13T02:03:40.640Z SLOW [>26640.000s] tokio::io_async_fd reset_writable
30812024-08-13T02:04:40.571Z SLOW [>26700.000s] tokio::io_async_fd poll_fns
30822024-08-13T02:04:40.637Z SLOW [>26700.000s] tokio::io_async_fd reset_writable
30832024-08-13T02:05:40.569Z SLOW [>26760.000s] tokio::io_async_fd poll_fns
30842024-08-13T02:05:40.635Z SLOW [>26760.000s] tokio::io_async_fd reset_writable
30852024-08-13T02:06:40.566Z SLOW [>26820.000s] tokio::io_async_fd poll_fns
30862024-08-13T02:06:40.632Z SLOW [>26820.000s] tokio::io_async_fd reset_writable
30872024-08-13T02:07:40.565Z SLOW [>26880.000s] tokio::io_async_fd poll_fns
30882024-08-13T02:07:40.631Z SLOW [>26880.000s] tokio::io_async_fd reset_writable
30892024-08-13T02:08:40.562Z SLOW [>26940.000s] tokio::io_async_fd poll_fns
30902024-08-13T02:08:40.628Z SLOW [>26940.000s] tokio::io_async_fd reset_writable
30912024-08-13T02:09:40.561Z SLOW [>27000.000s] tokio::io_async_fd poll_fns
30922024-08-13T02:09:40.626Z SLOW [>27000.000s] tokio::io_async_fd reset_writable
30932024-08-13T02:10:40.558Z SLOW [>27060.000s] tokio::io_async_fd poll_fns
30942024-08-13T02:10:40.625Z SLOW [>27060.000s] tokio::io_async_fd reset_writable
30952024-08-13T02:11:40.556Z SLOW [>27120.000s] tokio::io_async_fd poll_fns
30962024-08-13T02:11:40.622Z SLOW [>27120.000s] tokio::io_async_fd reset_writable
30972024-08-13T02:12:40.553Z SLOW [>27180.000s] tokio::io_async_fd poll_fns
30982024-08-13T02:12:40.620Z SLOW [>27180.000s] tokio::io_async_fd reset_writable
30992024-08-13T02:13:40.552Z SLOW [>27240.000s] tokio::io_async_fd poll_fns
31002024-08-13T02:13:40.617Z SLOW [>27240.000s] tokio::io_async_fd reset_writable
31012024-08-13T02:14:40.549Z SLOW [>27300.000s] tokio::io_async_fd poll_fns
31022024-08-13T02:14:40.616Z SLOW [>27300.000s] tokio::io_async_fd reset_writable
31032024-08-13T02:15:40.547Z SLOW [>27360.000s] tokio::io_async_fd poll_fns
31042024-08-13T02:15:40.613Z SLOW [>27360.000s] tokio::io_async_fd reset_writable
31052024-08-13T02:16:40.546Z SLOW [>27420.000s] tokio::io_async_fd poll_fns
31062024-08-13T02:16:40.611Z SLOW [>27420.000s] tokio::io_async_fd reset_writable
31072024-08-13T02:17:40.543Z SLOW [>27480.000s] tokio::io_async_fd poll_fns
31082024-08-13T02:17:40.609Z SLOW [>27480.000s] tokio::io_async_fd reset_writable
31092024-08-13T02:18:40.541Z SLOW [>27540.000s] tokio::io_async_fd poll_fns
31102024-08-13T02:18:40.607Z SLOW [>27540.000s] tokio::io_async_fd reset_writable
31112024-08-13T02:19:40.539Z SLOW [>27600.000s] tokio::io_async_fd poll_fns
31122024-08-13T02:19:40.605Z SLOW [>27600.000s] tokio::io_async_fd reset_writable
31132024-08-13T02:20:40.537Z SLOW [>27660.000s] tokio::io_async_fd poll_fns
31142024-08-13T02:20:40.603Z SLOW [>27660.000s] tokio::io_async_fd reset_writable
31152024-08-13T02:21:40.534Z SLOW [>27720.000s] tokio::io_async_fd poll_fns
31162024-08-13T02:21:40.601Z SLOW [>27720.000s] tokio::io_async_fd reset_writable
31172024-08-13T02:22:40.532Z SLOW [>27780.000s] tokio::io_async_fd poll_fns
31182024-08-13T02:22:40.600Z SLOW [>27780.000s] tokio::io_async_fd reset_writable
31192024-08-13T02:23:40.530Z SLOW [>27840.000s] tokio::io_async_fd poll_fns
31202024-08-13T02:23:40.597Z SLOW [>27840.000s] tokio::io_async_fd reset_writable
31212024-08-13T02:24:40.528Z SLOW [>27900.000s] tokio::io_async_fd poll_fns
31222024-08-13T02:24:40.595Z SLOW [>27900.000s] tokio::io_async_fd reset_writable
31232024-08-13T02:25:40.525Z SLOW [>27960.000s] tokio::io_async_fd poll_fns
31242024-08-13T02:25:40.592Z SLOW [>27960.000s] tokio::io_async_fd reset_writable
31252024-08-13T02:26:40.523Z SLOW [>28020.000s] tokio::io_async_fd poll_fns
31262024-08-13T02:26:40.590Z SLOW [>28020.000s] tokio::io_async_fd reset_writable
31272024-08-13T02:27:40.521Z SLOW [>28080.000s] tokio::io_async_fd poll_fns
31282024-08-13T02:27:40.588Z SLOW [>28080.000s] tokio::io_async_fd reset_writable
31292024-08-13T02:28:40.519Z SLOW [>28140.000s] tokio::io_async_fd poll_fns
31302024-08-13T02:28:40.586Z SLOW [>28140.000s] tokio::io_async_fd reset_writable
31312024-08-13T02:29:40.517Z SLOW [>28200.000s] tokio::io_async_fd poll_fns
31322024-08-13T02:29:40.584Z SLOW [>28200.000s] tokio::io_async_fd reset_writable
31332024-08-13T02:30:40.515Z SLOW [>28260.000s] tokio::io_async_fd poll_fns
31342024-08-13T02:30:40.582Z SLOW [>28260.000s] tokio::io_async_fd reset_writable
31352024-08-13T02:31:40.512Z SLOW [>28320.000s] tokio::io_async_fd poll_fns
31362024-08-13T02:31:40.579Z SLOW [>28320.000s] tokio::io_async_fd reset_writable
31372024-08-13T02:32:40.510Z SLOW [>28380.000s] tokio::io_async_fd poll_fns
31382024-08-13T02:32:40.577Z SLOW [>28380.000s] tokio::io_async_fd reset_writable
31392024-08-13T02:33:40.508Z SLOW [>28440.000s] tokio::io_async_fd poll_fns
31402024-08-13T02:33:40.575Z SLOW [>28440.000s] tokio::io_async_fd reset_writable
31412024-08-13T02:34:40.506Z SLOW [>28500.000s] tokio::io_async_fd poll_fns
31422024-08-13T02:34:40.573Z SLOW [>28500.000s] tokio::io_async_fd reset_writable
31432024-08-13T02:35:40.503Z SLOW [>28560.000s] tokio::io_async_fd poll_fns
31442024-08-13T02:35:40.570Z SLOW [>28560.000s] tokio::io_async_fd reset_writable
31452024-08-13T02:36:40.502Z SLOW [>28620.000s] tokio::io_async_fd poll_fns
31462024-08-13T02:36:40.569Z SLOW [>28620.000s] tokio::io_async_fd reset_writable
 
31472024-08-13T02:37:16.996Zjob duration 28809 exceeds 28800 seconds; aborting
31482024-08-13T02:37:17.888Zworker failed without completing job
31492024-08-13T02:37:17.889Ztask 4 was incomplete, marked failed