[INFO] fetching crate tokio-fs 0.1.7... [INFO] testing tokio-fs-0.1.7 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate tokio-fs 0.1.7 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate tokio-fs 0.1.7 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tokio-fs 0.1.7 [INFO] finished tweaking crates.io crate tokio-fs 0.1.7 [INFO] tweaked toml for crates.io crate tokio-fs 0.1.7 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate tokio-fs 0.1.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf180a5ee2e38ff9e0934844223d68158f2bc2f1edd3c420b2543c6bef18ff18 [INFO] running `Command { std: "docker" "start" "-a" "cf180a5ee2e38ff9e0934844223d68158f2bc2f1edd3c420b2543c6bef18ff18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf180a5ee2e38ff9e0934844223d68158f2bc2f1edd3c420b2543c6bef18ff18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf180a5ee2e38ff9e0934844223d68158f2bc2f1edd3c420b2543c6bef18ff18", kill_on_drop: false }` [INFO] [stdout] cf180a5ee2e38ff9e0934844223d68158f2bc2f1edd3c420b2543c6bef18ff18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7b048c0f52f17c80308e00bbc7f85c0b553d3962861ae20b8d01a9bb782e43b [INFO] running `Command { std: "docker" "start" "-a" "a7b048c0f52f17c80308e00bbc7f85c0b553d3962861ae20b8d01a9bb782e43b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling tokio-executor v0.1.9 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-fs v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/read.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | mem::replace(&mut self.state, new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/write.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | mem::replace(&mut self.state, new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.05s [INFO] running `Command { std: "docker" "inspect" "a7b048c0f52f17c80308e00bbc7f85c0b553d3962861ae20b8d01a9bb782e43b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7b048c0f52f17c80308e00bbc7f85c0b553d3962861ae20b8d01a9bb782e43b", kill_on_drop: false }` [INFO] [stdout] a7b048c0f52f17c80308e00bbc7f85c0b553d3962861ae20b8d01a9bb782e43b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 844e0ade0af4965d98d0c0f55f22e9c6d1db6e58a772f7c6f7a22b549f6c5c84 [INFO] running `Command { std: "docker" "start" "-a" "844e0ade0af4965d98d0c0f55f22e9c6d1db6e58a772f7c6f7a22b549f6c5c84", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/read.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | mem::replace(&mut self.state, new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/write.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | mem::replace(&mut self.state, new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling tokio-fs v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> tests/dir.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | pool::run({ create_dir(new_dir.clone()) }); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 18 - pool::run({ create_dir(new_dir.clone()) }); [INFO] [stdout] 18 + pool::run(create_dir(new_dir.clone())); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> tests/dir.rs:28:15 [INFO] [stdout] | [INFO] [stdout] 28 | pool::run({ create_dir_all(new_dir.clone()) }); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 28 - pool::run({ create_dir_all(new_dir.clone()) }); [INFO] [stdout] 28 + pool::run(create_dir_all(new_dir.clone())); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> tests/dir.rs:40:15 [INFO] [stdout] | [INFO] [stdout] 40 | pool::run({ remove_dir(new_dir.clone()) }); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 40 - pool::run({ remove_dir(new_dir.clone()) }); [INFO] [stdout] 40 + pool::run(remove_dir(new_dir.clone())); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> tests/link.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | pool::run({ hard_link(src, dst.clone()) }); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 25 - pool::run({ hard_link(src, dst.clone()) }); [INFO] [stdout] 25 + pool::run(hard_link(src, dst.clone())); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> tests/link.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | pool::run({ os::unix::symlink(src.clone(), dst.clone()) }); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 50 - pool::run({ os::unix::symlink(src.clone(), dst.clone()) }); [INFO] [stdout] 50 + pool::run(os::unix::symlink(src.clone(), dst.clone())); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> tests/link.rs:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | pool::run({ read_link(dst.clone()).map(move |x| assert!(x == src)) }); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 62 - pool::run({ read_link(dst.clone()).map(move |x| assert!(x == src)) }); [INFO] [stdout] 62 + pool::run(read_link(dst.clone()).map(move |x| assert!(x == src))); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around function argument [INFO] [stdout] --> tests/link.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 63 | pool::run({ symlink_metadata(dst.clone()).map(move |x| assert!(x.file_type().is_symlink())) }); [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 63 - pool::run({ symlink_metadata(dst.clone()).map(move |x| assert!(x.file_type().is_symlink())) }); [INFO] [stdout] 63 + pool::run(symlink_metadata(dst.clone()).map(move |x| assert!(x.file_type().is_symlink()))); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/read.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | mem::replace(&mut self.state, new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/write.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | mem::replace(&mut self.state, new_state); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.51s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tokio_fs-13430eb12376ea2a) [INFO] [stderr] Executable tests/dir.rs (/opt/rustwide/target/debug/deps/dir-745fe82e58bea8d7) [INFO] [stderr] Executable tests/file.rs (/opt/rustwide/target/debug/deps/file-c6e09367b6d82721) [INFO] [stderr] Executable tests/link.rs (/opt/rustwide/target/debug/deps/link-d60a2acba7355dd0) [INFO] running `Command { std: "docker" "inspect" "844e0ade0af4965d98d0c0f55f22e9c6d1db6e58a772f7c6f7a22b549f6c5c84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "844e0ade0af4965d98d0c0f55f22e9c6d1db6e58a772f7c6f7a22b549f6c5c84", kill_on_drop: false }` [INFO] [stdout] 844e0ade0af4965d98d0c0f55f22e9c6d1db6e58a772f7c6f7a22b549f6c5c84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9050a8c21a2952edbfeb208972088855decefc878ba65999d6d7ba5e2ffc202c [INFO] running `Command { std: "docker" "start" "-a" "9050a8c21a2952edbfeb208972088855decefc878ba65999d6d7ba5e2ffc202c", kill_on_drop: false }` [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/read.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | mem::replace(&mut self.state, new_state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/write.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | mem::replace(&mut self.state, new_state); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: `tokio-fs` (lib) generated 2 warnings [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> tests/dir.rs:18:15 [INFO] [stderr] | [INFO] [stderr] 18 | pool::run({ create_dir(new_dir.clone()) }); [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 18 - pool::run({ create_dir(new_dir.clone()) }); [INFO] [stderr] 18 + pool::run(create_dir(new_dir.clone())); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> tests/dir.rs:28:15 [INFO] [stderr] | [INFO] [stderr] 28 | pool::run({ create_dir_all(new_dir.clone()) }); [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 28 - pool::run({ create_dir_all(new_dir.clone()) }); [INFO] [stderr] 28 + pool::run(create_dir_all(new_dir.clone())); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> tests/dir.rs:40:15 [INFO] [stderr] | [INFO] [stderr] 40 | pool::run({ remove_dir(new_dir.clone()) }); [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 40 - pool::run({ remove_dir(new_dir.clone()) }); [INFO] [stderr] 40 + pool::run(remove_dir(new_dir.clone())); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> tests/link.rs:25:15 [INFO] [stderr] | [INFO] [stderr] 25 | pool::run({ hard_link(src, dst.clone()) }); [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 25 - pool::run({ hard_link(src, dst.clone()) }); [INFO] [stderr] 25 + pool::run(hard_link(src, dst.clone())); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> tests/link.rs:50:15 [INFO] [stderr] | [INFO] [stderr] 50 | pool::run({ os::unix::symlink(src.clone(), dst.clone()) }); [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 50 - pool::run({ os::unix::symlink(src.clone(), dst.clone()) }); [INFO] [stderr] 50 + pool::run(os::unix::symlink(src.clone(), dst.clone())); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> tests/link.rs:62:15 [INFO] [stderr] | [INFO] [stderr] 62 | pool::run({ read_link(dst.clone()).map(move |x| assert!(x == src)) }); [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 62 - pool::run({ read_link(dst.clone()).map(move |x| assert!(x == src)) }); [INFO] [stderr] 62 + pool::run(read_link(dst.clone()).map(move |x| assert!(x == src))); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary braces around function argument [INFO] [stderr] --> tests/link.rs:63:15 [INFO] [stderr] | [INFO] [stderr] 63 | pool::run({ symlink_metadata(dst.clone()).map(move |x| assert!(x.file_type().is_symlink())) }); [INFO] [stderr] | ^^ ^^ [INFO] [stderr] | [INFO] [stderr] help: remove these braces [INFO] [stderr] | [INFO] [stderr] 63 - pool::run({ symlink_metadata(dst.clone()).map(move |x| assert!(x.file_type().is_symlink())) }); [INFO] [stderr] 63 + pool::run(symlink_metadata(dst.clone()).map(move |x| assert!(x.file_type().is_symlink()))); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `tokio-fs` (test "dir") generated 3 warnings [INFO] [stderr] warning: `tokio-fs` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] warning: `tokio-fs` (test "link") generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/tokio_fs-13430eb12376ea2a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/dir.rs (/opt/rustwide/target/debug/deps/dir-745fe82e58bea8d7) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test create ... ok [INFO] [stdout] test remove ... ok [INFO] [stdout] test read ... ok [INFO] [stdout] test create_all ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/file.rs (/opt/rustwide/target/debug/deps/file-c6e09367b6d82721) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test clone ... ok [INFO] [stdout] test metadata ... ok [INFO] [stdout] test seek ... ok [INFO] [stdout] test read_write_helpers ... ok [INFO] [stdout] test read_write ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/link.rs (/opt/rustwide/target/debug/deps/link-d60a2acba7355dd0) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_hard_link ... ok [INFO] [stdout] test test_symlink ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests tokio-fs [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/file/open_options.rs - file::open_options::OpenOptions::new (line 26) ... ignored [INFO] [stdout] test src/file/mod.rs - file::File::from_std (line 167) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_seek (line 195) - compile ... ok [INFO] [stdout] test src/write.rs - write::write (line 13) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::into_std (line 497) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File (line 44) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_sync_data (line 284) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_sync_all (line 251) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_set_len (line 320) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::metadata (line 345) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File (line 62) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::try_clone (line 419) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_try_clone (line 392) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_set_permissions (line 464) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::seek (line 224) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::create (line 139) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_metadata (line 367) - compile ... ok [INFO] [stdout] test src/read.rs - read::read (line 13) - compile ... ok [INFO] [stdout] test src/file/mod.rs - file::File::open (line 100) - compile ... ok [INFO] [stdout] test src/read_dir.rs - read_dir::DirEntry::poll_metadata (line 179) ... ok [INFO] [stdout] test src/read_dir.rs - read_dir::DirEntry::path (line 114) ... ok [INFO] [stdout] test src/read_dir.rs - read_dir::DirEntry::poll_file_type (line 214) ... ok [INFO] [stdout] test src/read_dir.rs - read_dir::DirEntry::file_name (line 147) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 22 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 2.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9050a8c21a2952edbfeb208972088855decefc878ba65999d6d7ba5e2ffc202c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9050a8c21a2952edbfeb208972088855decefc878ba65999d6d7ba5e2ffc202c", kill_on_drop: false }` [INFO] [stdout] 9050a8c21a2952edbfeb208972088855decefc878ba65999d6d7ba5e2ffc202c