[INFO] cloning repository https://github.com/JoelColledge/upload-stick [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JoelColledge/upload-stick" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoelColledge%2Fupload-stick"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoelColledge%2Fupload-stick'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3153bc5b6ad8c38ef262f3b6b858fbfc0655f131 [INFO] checking JoelColledge/upload-stick against try#a243773eaf3fedcd203f10ae4579e4f106bf7ccd for pr-68325 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJoelColledge%2Fupload-stick" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JoelColledge/upload-stick on toolchain a243773eaf3fedcd203f10ae4579e4f106bf7ccd [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/JoelColledge/upload-stick [INFO] finished tweaking git repo https://github.com/JoelColledge/upload-stick [INFO] tweaked toml for git repo https://github.com/JoelColledge/upload-stick written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/JoelColledge/upload-stick already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+a243773eaf3fedcd203f10ae4579e4f106bf7ccd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6c01e9c661336ce994c673cadb0c9785da26f51e64cbf3b90d707449da798ca2 [INFO] running `"docker" "start" "-a" "6c01e9c661336ce994c673cadb0c9785da26f51e64cbf3b90d707449da798ca2"` [INFO] [stderr] Checking upload-stick v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `unwrap` found for enum `std::result::Result<(std::string::String, std::string::String), upload_command::Error>` in the current scope [INFO] [stderr] --> src/upload_command.rs:196:12 [INFO] [stderr] | [INFO] [stderr] 196 | ").unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `std::result::Result<(std::string::String, std::string::String), upload_command::Error>` [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `upload_command::Error : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `upload-stick`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `unwrap` found for enum `std::result::Result` in the current scope [INFO] [stderr] --> src/bin/upload_stick_run.rs:274:141 [INFO] [stderr] | [INFO] [stderr] 274 | let writes = stat_find_writes(" 158 0 20232 800 2567 0 20536 1279180 0 1650 1279980").unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `upload_stick::upload_command::Error : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for enum `std::result::Result<(std::string::String, std::string::String), upload_stick::upload_command::Error>` in the current scope [INFO] [stderr] --> src/bin/upload_stick_prepare.rs:128:12 [INFO] [stderr] | [INFO] [stderr] 128 | ").unwrap(); [INFO] [stderr] | ^^^^^^ method not found in `std::result::Result<(std::string::String, std::string::String), upload_stick::upload_command::Error>` [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `upload_stick::upload_command::Error : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/upload_stick_run.rs:226:21 [INFO] [stderr] | [INFO] [stderr] 226 | let mut output_path = tmp_path.join(dir_entry.path().file_stem().expect("No file name")).with_extension("ogg"); [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `upload-stick`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `upload-stick`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6c01e9c661336ce994c673cadb0c9785da26f51e64cbf3b90d707449da798ca2"` [INFO] running `"docker" "rm" "-f" "6c01e9c661336ce994c673cadb0c9785da26f51e64cbf3b90d707449da798ca2"` [INFO] [stdout] 6c01e9c661336ce994c673cadb0c9785da26f51e64cbf3b90d707449da798ca2