[INFO] updating cached repository https://github.com/marciok/speedtest_watchdog [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] 7efd336c0ff0eceec6ca731d12be14c6c6ad4fbf [INFO] testing marciok/speedtest_watchdog against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarciok%2Fspeedtest_watchdog" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/marciok/speedtest_watchdog 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/marciok/speedtest_watchdog [INFO] finished tweaking git repo https://github.com/marciok/speedtest_watchdog [INFO] tweaked toml for git repo https://github.com/marciok/speedtest_watchdog written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/marciok/speedtest_watchdog 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] [stderr] error: the lock file /big/crater/work/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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] d5051376fc36dec6ae53a152bdd94935ce12a948a3743e4ab6439821dcaf29f4 [INFO] running `"docker" "start" "-a" "d5051376fc36dec6ae53a152bdd94935ce12a948a3743e4ab6439821dcaf29f4"` [INFO] [stderr] Compiling untrusted v0.7.0 [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling hyper-native-tls v0.3.0 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling webpki v0.21.0 [INFO] [stderr] Compiling ct-logs v0.6.0 [INFO] [stderr] Compiling rustls v0.16.0 [INFO] [stderr] Compiling webpki-roots v0.17.0 [INFO] [stderr] Compiling yup-oauth2 v1.0.12 [INFO] [stderr] Compiling google-drive3 v1.0.10+20190620 [INFO] [stderr] Compiling tokio-rustls v0.10.2 [INFO] [stderr] Compiling hyper-rustls v0.17.1 [INFO] [stderr] Compiling yup-oauth2 v3.1.1 [INFO] [stderr] Compiling speedtest_watchdog v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/csv/writer.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 14 | try!(update(file, connected)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/csv/writer.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | try!(create(file_name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/csv/writer.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | let result = try!(speedtest.run()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/csv/writer.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | let result = try!(speedtest.run()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/csv/writer.rs:51:20 [INFO] [stderr] | [INFO] [stderr] 51 | let mut file = try!(File::create(file_name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/g_drive/file.rs:59:13 [INFO] [stderr] | [INFO] [stderr] 59 | try!(hub.files() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/g_drive/file.rs:71:26 [INFO] [stderr] | [INFO] [stderr] 71 | let result = try!(hub.files() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/g_drive/file.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | try!(hub.files() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/speedtest/cli.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | let output = try!(Command::new("speedtest-csv") [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 1 parameter but 5 parameters were supplied [INFO] [stderr] --> src/g_drive/file.rs:44:20 [INFO] [stderr] | [INFO] [stderr] 44 | let auth = Authenticator::new(&secret, DefaultAuthenticatorDelegate, [INFO] [stderr] | ____________________^ [INFO] [stderr] 45 | | hyper::Client::new(), [INFO] [stderr] 46 | | DiskTokenStorage::new(&JSON_SECRET.to_string()).unwrap(), [INFO] [stderr] 47 | | Some(oauth2::FlowType::InstalledInteractive)); [INFO] [stderr] | |___________________________________________________________________________________^ expected 1 parameter [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `g_drive::file::drive3::Drive` in the current scope [INFO] [stderr] --> src/g_drive/file.rs:49:26 [INFO] [stderr] | [INFO] [stderr] 49 | let hub = Drive::new(hyper::Client::new(), auth); [INFO] [stderr] | ^^^ function or associated item not found in `g_drive::file::drive3::Drive` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `speedtest_watchdog`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d5051376fc36dec6ae53a152bdd94935ce12a948a3743e4ab6439821dcaf29f4"` [INFO] running `"docker" "rm" "-f" "d5051376fc36dec6ae53a152bdd94935ce12a948a3743e4ab6439821dcaf29f4"` [INFO] [stdout] d5051376fc36dec6ae53a152bdd94935ce12a948a3743e4ab6439821dcaf29f4