[INFO] updating cached repository https://github.com/jvo203/file_sync [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0315af9425a26604c7b28686b636532e998e0643 [INFO] testing jvo203/file_sync against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjvo203%2Ffile_sync" "work/builds/worker-1/source"` [INFO] [stderr] Cloning into 'work/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jvo203/file_sync on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jvo203/file_sync [INFO] finished tweaking git repo https://github.com/jvo203/file_sync [INFO] tweaked toml for git repo https://github.com/jvo203/file_sync written to work/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jvo203/file_sync already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 3b3b3993fc1af4a0488e6727856cf6e55e9bb8ac0490e007a1b53e103b13e4a4 [INFO] running `"docker" "start" "-a" "3b3b3993fc1af4a0488e6727856cf6e55e9bb8ac0490e007a1b53e103b13e4a4"` [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.5 [INFO] [stderr] Compiling mio v0.6.18 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling inotify v0.6.1 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling notify v4.0.12 [INFO] [stderr] Compiling file_sync v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | let mut watcher: RecommendedWatcher = r#try!(Watcher::new(tx, Duration::from_secs(10))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | r#try!(watcher.watch("/home/chris", RecursiveMode::Recursive)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.20s [INFO] running `"docker" "inspect" "3b3b3993fc1af4a0488e6727856cf6e55e9bb8ac0490e007a1b53e103b13e4a4"` [INFO] running `"docker" "rm" "-f" "3b3b3993fc1af4a0488e6727856cf6e55e9bb8ac0490e007a1b53e103b13e4a4"` [INFO] [stdout] 3b3b3993fc1af4a0488e6727856cf6e55e9bb8ac0490e007a1b53e103b13e4a4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 21a1b075260644be691df471e1a52a33c2f036fe9a4019435f904c0722d06aec [INFO] running `"docker" "start" "-a" "21a1b075260644be691df471e1a52a33c2f036fe9a4019435f904c0722d06aec"` [INFO] [stderr] Compiling file_sync v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:12:43 [INFO] [stderr] | [INFO] [stderr] 12 | let mut watcher: RecommendedWatcher = r#try!(Watcher::new(tx, Duration::from_secs(10))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | r#try!(watcher.watch("/home/chris", RecursiveMode::Recursive)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.19s [INFO] running `"docker" "inspect" "21a1b075260644be691df471e1a52a33c2f036fe9a4019435f904c0722d06aec"` [INFO] running `"docker" "rm" "-f" "21a1b075260644be691df471e1a52a33c2f036fe9a4019435f904c0722d06aec"` [INFO] [stdout] 21a1b075260644be691df471e1a52a33c2f036fe9a4019435f904c0722d06aec [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 2b5ffe76dc52b5dc3628aa4928eb7d68daba3b6e4930f9e4179ca6785899ffc9 [INFO] running `"docker" "start" "-a" "2b5ffe76dc52b5dc3628aa4928eb7d68daba3b6e4930f9e4179ca6785899ffc9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/file_sync-a04e01603f8f9c8e [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] running `"docker" "inspect" "2b5ffe76dc52b5dc3628aa4928eb7d68daba3b6e4930f9e4179ca6785899ffc9"` [INFO] running `"docker" "rm" "-f" "2b5ffe76dc52b5dc3628aa4928eb7d68daba3b6e4930f9e4179ca6785899ffc9"` [INFO] [stdout] 2b5ffe76dc52b5dc3628aa4928eb7d68daba3b6e4930f9e4179ca6785899ffc9