[INFO] crate tokio-fs 0.1.7 is already in cache [INFO] testing tokio-fs-0.1.7 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate tokio-fs 0.1.7 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate tokio-fs 0.1.7 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", 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-8/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-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f08a447fb9cdd38b20d8f291f45a0193d6ec18f8659f3330f9541a13165b3ab [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1f08a447fb9cdd38b20d8f291f45a0193d6ec18f8659f3330f9541a13165b3ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f08a447fb9cdd38b20d8f291f45a0193d6ec18f8659f3330f9541a13165b3ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f08a447fb9cdd38b20d8f291f45a0193d6ec18f8659f3330f9541a13165b3ab", kill_on_drop: false }` [INFO] [stdout] 1f08a447fb9cdd38b20d8f291f45a0193d6ec18f8659f3330f9541a13165b3ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eb0d223da5ab2e5f460f77918fd2612b176edb5c372270d78fc517842863b67f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "eb0d223da5ab2e5f460f77918fd2612b176edb5c372270d78fc517842863b67f", kill_on_drop: false }` [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling tokio-executor v0.1.9 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [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 5.13s [INFO] running `Command { std: "docker" "inspect" "eb0d223da5ab2e5f460f77918fd2612b176edb5c372270d78fc517842863b67f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb0d223da5ab2e5f460f77918fd2612b176edb5c372270d78fc517842863b67f", kill_on_drop: false }` [INFO] [stdout] eb0d223da5ab2e5f460f77918fd2612b176edb5c372270d78fc517842863b67f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec14723deeb36afca3c85db9a57e73412e402ce28cc5e2cb061ffca66813c054 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ec14723deeb36afca3c85db9a57e73412e402ce28cc5e2cb061ffca66813c054", kill_on_drop: false }` [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 tokio-sync v0.1.8 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.6 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [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 rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling rand v0.7.3 [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/link.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | pool::run({ hard_link(src, dst.clone()) }); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] [INFO] [stdout] [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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 5.08s [INFO] running `Command { std: "docker" "inspect" "ec14723deeb36afca3c85db9a57e73412e402ce28cc5e2cb061ffca66813c054", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec14723deeb36afca3c85db9a57e73412e402ce28cc5e2cb061ffca66813c054", kill_on_drop: false }` [INFO] [stdout] ec14723deeb36afca3c85db9a57e73412e402ce28cc5e2cb061ffca66813c054 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 99343b9cb717331c838df52c284258dcdb3c04803b714f8bd889ec93ac91f851 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "99343b9cb717331c838df52c284258dcdb3c04803b714f8bd889ec93ac91f851", 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: 2 warnings emitted [INFO] [stderr] [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: 2 warnings emitted [INFO] [stderr] [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_braces)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tokio_fs-5276362c15cc3c60 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dir-4d8805252c36c2aa [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test create ... ok [INFO] [stdout] test create_all ... ok [INFO] [stdout] test read ... ok [INFO] [stdout] test remove ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/file-b693076d4fe1586f [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] [stderr] Running /opt/rustwide/target/debug/deps/link-6bfc00d31971e598 [INFO] [stdout] test read_write ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 [INFO] [stdout] [INFO] [stderr] Doc-tests tokio-fs [INFO] [stdout] [INFO] [stdout] running 23 tests [INFO] [stdout] test src/file/mod.rs - file::File::from_std (line 167) ... ok [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::into_std (line 497) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_sync_all (line 251) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_set_permissions (line 464) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::create (line 139) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::metadata (line 345) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::open (line 100) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::try_clone (line 419) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_seek (line 195) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_metadata (line 367) ... ok [INFO] [stdout] test src/file/mod.rs - file::File (line 44) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_try_clone (line 392) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_sync_data (line 284) ... ok [INFO] [stdout] test src/read.rs - read::read (line 13) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::seek (line 224) ... ok [INFO] [stdout] test src/file/mod.rs - file::File (line 62) ... ok [INFO] [stdout] test src/file/mod.rs - file::File::poll_set_len (line 320) ... ok [INFO] [stdout] test src/write.rs - write::write (line 13) ... 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_metadata (line 179) ... 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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "99343b9cb717331c838df52c284258dcdb3c04803b714f8bd889ec93ac91f851", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "99343b9cb717331c838df52c284258dcdb3c04803b714f8bd889ec93ac91f851", kill_on_drop: false }` [INFO] [stdout] 99343b9cb717331c838df52c284258dcdb3c04803b714f8bd889ec93ac91f851