[INFO] fetching crate rosalind 0.10.0... [INFO] checking rosalind-0.10.0 against master#db1fb85cff63ad5fffe435e17128f99f9e1d970c for pr-89056 [INFO] extracting crate rosalind 0.10.0 into /workspace/builds/worker-103/source [INFO] validating manifest of crates.io crate rosalind 0.10.0 on toolchain db1fb85cff63ad5fffe435e17128f99f9e1d970c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rosalind 0.10.0 [INFO] finished tweaking crates.io crate rosalind 0.10.0 [INFO] tweaked toml for crates.io crate rosalind 0.10.0 written to /workspace/builds/worker-103/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4490680134ff19f09075e9e5f960cfe29605de96813933351fd6434d797d3f17 [INFO] running `Command { std: "docker" "start" "-a" "4490680134ff19f09075e9e5f960cfe29605de96813933351fd6434d797d3f17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4490680134ff19f09075e9e5f960cfe29605de96813933351fd6434d797d3f17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4490680134ff19f09075e9e5f960cfe29605de96813933351fd6434d797d3f17", kill_on_drop: false }` [INFO] [stdout] 4490680134ff19f09075e9e5f960cfe29605de96813933351fd6434d797d3f17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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=forbid" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+db1fb85cff63ad5fffe435e17128f99f9e1d970c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bbd1d1d49f3237db7e3cacc5e7e2b6ffbcd5ce890ebc9533158660d6eb0f3224 [INFO] running `Command { std: "docker" "start" "-a" "bbd1d1d49f3237db7e3cacc5e7e2b6ffbcd5ce890ebc9533158660d6eb0f3224", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking rosalind v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 109 | let amino_acid = try!(codon_into_amino_acid(&rna[left..right])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 109 | let amino_acid = try!(codon_into_amino_acid(&rna[left..right])); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 138 | let possible_codons = try!(amino_acid_into_codon(amino_acid)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 144 | let stop_codons = try!(amino_acid_into_codon(CODON_STOP_SYMBOL)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 138 | let possible_codons = try!(amino_acid_into_codon(amino_acid)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | let mass = try!(mass_list).iter().fold(0f64, |m, weight| m + weight); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:144:21 [INFO] [stdout] | [INFO] [stdout] 144 | let stop_codons = try!(amino_acid_into_codon(CODON_STOP_SYMBOL)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/prot.rs:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | let mass = try!(mass_list).iter().fold(0f64, |m, weight| m + weight); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:199:71 [INFO] [stdout] | [INFO] [stdout] 199 | UnknownNucleotide(ref nucleotide) => write!(f, "{}: '{}'", self.description(), nucleotide), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:200:61 [INFO] [stdout] | [INFO] [stdout] 200 | UnknownCodon(ref codon) => write!(f, "{}: '{}'", self.description(), codon), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:201:70 [INFO] [stdout] | [INFO] [stdout] 201 | UnknownAminoAcid(ref amino_acid) => write!(f, "{}: '{}'", self.description(), amino_acid), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:202:33 [INFO] [stdout] | [INFO] [stdout] 202 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:199:71 [INFO] [stdout] | [INFO] [stdout] 199 | UnknownNucleotide(ref nucleotide) => write!(f, "{}: '{}'", self.description(), nucleotide), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:200:61 [INFO] [stdout] | [INFO] [stdout] 200 | UnknownCodon(ref codon) => write!(f, "{}: '{}'", self.description(), codon), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:201:70 [INFO] [stdout] | [INFO] [stdout] 201 | UnknownAminoAcid(ref amino_acid) => write!(f, "{}: '{}'", self.description(), amino_acid), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:202:33 [INFO] [stdout] | [INFO] [stdout] 202 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `>::Output == BigUint` [INFO] [stdout] --> src/fib.rs:73:59 [INFO] [stdout] | [INFO] [stdout] 73 | f = d.get(i - 2).unwrap() + d.get(i - 1).unwrap() - &(One::one()); [INFO] [stdout] | ^ cannot satisfy `>::Output == BigUint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0284]: type annotations needed: cannot satisfy `>::Output == BigUint` [INFO] [stdout] --> src/fib.rs:73:59 [INFO] [stdout] | [INFO] [stdout] 73 | f = d.get(i - 2).unwrap() + d.get(i - 1).unwrap() - &(One::one()); [INFO] [stdout] | ^ cannot satisfy `>::Output == BigUint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0284`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rosalind` due to 2 previous errors; 8 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bbd1d1d49f3237db7e3cacc5e7e2b6ffbcd5ce890ebc9533158660d6eb0f3224", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbd1d1d49f3237db7e3cacc5e7e2b6ffbcd5ce890ebc9533158660d6eb0f3224", kill_on_drop: false }` [INFO] [stdout] bbd1d1d49f3237db7e3cacc5e7e2b6ffbcd5ce890ebc9533158660d6eb0f3224