[INFO] crate rosalind 0.10.0 is already in cache [INFO] checking rosalind-0.10.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate rosalind 0.10.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate rosalind 0.10.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [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-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 85b2f20d75ed6c46f52f2be1a492dd09b2fcfd375f2a0f764a26640cc5fa2349 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "85b2f20d75ed6c46f52f2be1a492dd09b2fcfd375f2a0f764a26640cc5fa2349"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Checking rand v0.4.6 [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] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/prot.rs:109:22 [INFO] [stderr] | [INFO] [stderr] 109 | let amino_acid = try!(codon_into_amino_acid(&rna[left..right])); [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/prot.rs:138:27 [INFO] [stderr] | [INFO] [stderr] 138 | let possible_codons = try!(amino_acid_into_codon(amino_acid)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/prot.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | let stop_codons = try!(amino_acid_into_codon(CODON_STOP_SYMBOL)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/prot.rs:166:14 [INFO] [stderr] | [INFO] [stderr] 166 | let mass = try!(mass_list).iter().fold(0f64, |m, weight| m + weight); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/prot.rs:109:22 [INFO] [stderr] | [INFO] [stderr] 109 | let amino_acid = try!(codon_into_amino_acid(&rna[left..right])); [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/prot.rs:138:27 [INFO] [stderr] | [INFO] [stderr] 138 | let possible_codons = try!(amino_acid_into_codon(amino_acid)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/prot.rs:144:21 [INFO] [stderr] | [INFO] [stderr] 144 | let stop_codons = try!(amino_acid_into_codon(CODON_STOP_SYMBOL)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/prot.rs:166:14 [INFO] [stderr] | [INFO] [stderr] 166 | let mass = try!(mass_list).iter().fold(0f64, |m, weight| m + weight); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:199:71 [INFO] [stderr] | [INFO] [stderr] 199 | UnknownNucleotide(ref nucleotide) => write!(f, "{}: '{}'", self.description(), nucleotide), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:200:61 [INFO] [stderr] | [INFO] [stderr] 200 | UnknownCodon(ref codon) => write!(f, "{}: '{}'", self.description(), codon), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:201:70 [INFO] [stderr] | [INFO] [stderr] 201 | UnknownAminoAcid(ref amino_acid) => write!(f, "{}: '{}'", self.description(), amino_acid), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:202:33 [INFO] [stderr] | [INFO] [stderr] 202 | _ => write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:199:71 [INFO] [stderr] | [INFO] [stderr] 199 | UnknownNucleotide(ref nucleotide) => write!(f, "{}: '{}'", self.description(), nucleotide), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:200:61 [INFO] [stderr] | [INFO] [stderr] 200 | UnknownCodon(ref codon) => write!(f, "{}: '{}'", self.description(), codon), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:201:70 [INFO] [stderr] | [INFO] [stderr] 201 | UnknownAminoAcid(ref amino_acid) => write!(f, "{}: '{}'", self.description(), amino_acid), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:202:33 [INFO] [stderr] | [INFO] [stderr] 202 | _ => write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0284]: type annotations needed for `num::BigUint` [INFO] [stderr] --> src/fib.rs:73:59 [INFO] [stderr] | [INFO] [stderr] 59 | let mut f: BigUint; [INFO] [stderr] | ----- consider giving `f` a type [INFO] [stderr] ... [INFO] [stderr] 73 | f = d.get(i - 2).unwrap() + d.get(i - 1).unwrap() - &(One::one()); [INFO] [stderr] | ^ cannot infer type for struct `num::BigUint` [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `>::Output == num::BigUint` [INFO] [stderr] [INFO] [stderr] error[E0284]: type annotations needed for `num::BigUint` [INFO] [stderr] --> src/fib.rs:73:59 [INFO] [stderr] | [INFO] [stderr] 59 | let mut f: BigUint; [INFO] [stderr] | ----- consider giving `f` a type [INFO] [stderr] ... [INFO] [stderr] 73 | f = d.get(i - 2).unwrap() + d.get(i - 1).unwrap() - &(One::one()); [INFO] [stderr] | ^ cannot infer type for struct `num::BigUint` [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `>::Output == num::BigUint` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0284`. [INFO] [stderr] error: could not compile `rosalind`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0284`. [INFO] [stderr] error: could not compile `rosalind`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "85b2f20d75ed6c46f52f2be1a492dd09b2fcfd375f2a0f764a26640cc5fa2349"` [INFO] running `"docker" "rm" "-f" "85b2f20d75ed6c46f52f2be1a492dd09b2fcfd375f2a0f764a26640cc5fa2349"` [INFO] [stdout] 85b2f20d75ed6c46f52f2be1a492dd09b2fcfd375f2a0f764a26640cc5fa2349