[INFO] cloning repository https://github.com/jamesray1/write-to-file [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamesray1/write-to-file" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesray1%2Fwrite-to-file", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesray1%2Fwrite-to-file'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a69110a6188551e3e8a3501404a995c891cb471d [INFO] testing jamesray1/write-to-file against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamesray1%2Fwrite-to-file" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamesray1/write-to-file on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jamesray1/write-to-file [INFO] finished tweaking git repo https://github.com/jamesray1/write-to-file [INFO] tweaked toml for git repo https://github.com/jamesray1/write-to-file written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/jamesray1/write-to-file already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] be64906b71a0bb96e3af34420c64d7ad03d469ca5094f8f0dcb433187a0f5f02 [INFO] running `Command { std: "docker" "start" "-a" "be64906b71a0bb96e3af34420c64d7ad03d469ca5094f8f0dcb433187a0f5f02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be64906b71a0bb96e3af34420c64d7ad03d469ca5094f8f0dcb433187a0f5f02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be64906b71a0bb96e3af34420c64d7ad03d469ca5094f8f0dcb433187a0f5f02", kill_on_drop: false }` [INFO] [stdout] be64906b71a0bb96e3af34420c64d7ad03d469ca5094f8f0dcb433187a0f5f02 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f51d5961310413c679ca6bce8386bd2086ea2f4d27ec13acb66f37ebe721d64e [INFO] running `Command { std: "docker" "start" "-a" "f51d5961310413c679ca6bce8386bd2086ea2f4d27ec13acb66f37ebe721d64e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling write-to-file v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `default_path_as_string` in this scope [INFO] [stdout] --> src/main.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | default_path_as_string); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `write-to-file` due to 8 previous errors; 1 warning emitted [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:33:23 [INFO] [stdout] | [INFO] [stdout] 33 | -> Result<(), Box> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 33 - -> Result<(), Box> [INFO] [stdout] 33 + -> Result<(), Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `to_string` exists for type parameter `P`, but its trait bounds were not satisfied [INFO] [stdout] --> src/main.rs:80:30 [INFO] [stdout] | [INFO] [stdout] 80 | Some(v) => v.to_string(), [INFO] [stdout] | ^^^^^^^^^ method cannot be called on `P` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `P: std::fmt::Display` [INFO] [stdout] which is required by `P: ToString` [INFO] [stdout] help: consider restricting the type parameter to satisfy the trait bound [INFO] [stdout] | [INFO] [stdout] 37 | P: PartialEq, P: std::fmt::Display [INFO] [stdout] | ++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0618]: expected function, found `(String, usize)` [INFO] [stdout] --> src/main.rs:83:41 [INFO] [stdout] | [INFO] [stdout] 51 | let get_input = { [INFO] [stdout] | --------- `get_input` has type `(String, usize)` [INFO] [stdout] ... [INFO] [stdout] 83 | (default_path, _) = get_input(); [INFO] [stdout] | ^^^^^^^^^-- [INFO] [stdout] | | [INFO] [stdout] | call expression requires function [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `()` with `Option<_>` [INFO] [stdout] --> src/main.rs:89:40 [INFO] [stdout] | [INFO] [stdout] 89 | while check_valid_default_path == None { [INFO] [stdout] | ^^ no implementation for `() == Option<_>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `PartialEq>` is not implemented for `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `Option

: AsRef` is not satisfied [INFO] [stdout] --> src/main.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] | -------------------- ^^^^^^^^^^^^ the trait `AsRef` is not implemented for `Option

` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `write_object_to_file` [INFO] [stdout] --> src/main.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn write_object_to_file(input_path: P, object: T) -> Result<(), IoError> [INFO] [stdout] | -------------------- required by a bound in this [INFO] [stdout] 103 | where P: AsRef, [INFO] [stdout] | ^^^^^^^^^^^ required by this bound in `write_object_to_file` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:93:52 [INFO] [stdout] | [INFO] [stdout] 93 | write_object_to_file(default_path, object).expect("Can't write {:#?} to {:#?}", object, [INFO] [stdout] | ^^^^^^ ---------------------------- ------ [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] 94 | default_path_as_string); [INFO] [stdout] | ---------------------- supplied 3 arguments [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 3 arguments were supplied [INFO] [stdout] --> src/main.rs:97:46 [INFO] [stdout] | [INFO] [stdout] 97 | write_object_to_file(&input, object).expect("Can't write {:#?} to {:#?}", object, &input); [INFO] [stdout] | ^^^^^^ ---------------------------- ------ ------ supplied 3 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0425, E0599, E0618. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f51d5961310413c679ca6bce8386bd2086ea2f4d27ec13acb66f37ebe721d64e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f51d5961310413c679ca6bce8386bd2086ea2f4d27ec13acb66f37ebe721d64e", kill_on_drop: false }` [INFO] [stdout] f51d5961310413c679ca6bce8386bd2086ea2f4d27ec13acb66f37ebe721d64e