[INFO] updating cached repository https://github.com/eclarke/qgramr
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 797461dce20a90970f9abcc23ec87e72339b200c
[INFO] checking eclarke/qgramr against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feclarke%2Fqgramr" "/workspace/builds/worker-11/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/eclarke/qgramr on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/eclarke/qgramr
[INFO] finished tweaking git repo https://github.com/eclarke/qgramr
[INFO] tweaked toml for git repo https://github.com/eclarke/qgramr written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] crate git repo https://github.com/eclarke/qgramr already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-11/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] c268eec5d95dcb3b5f2dbea95d64bf59ba6cb4830d573f962b5212c6a56dcd10
[INFO] running `"docker" "start" "-a" "c268eec5d95dcb3b5f2dbea95d64bf59ba6cb4830d573f962b5212c6a56dcd10"`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling feature-probe v0.1.1
[INFO] [stderr]    Compiling bio v0.30.0
[INFO] [stderr]     Checking bytecount v0.6.0
[INFO] [stderr]     Checking strum v0.16.0
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling strum_macros v0.16.0
[INFO] [stderr]    Compiling getset v0.0.9
[INFO] [stderr]     Checking bstr v0.2.12
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking bio-types v0.6.0
[INFO] [stderr]     Checking multimap v0.6.0
[INFO] [stderr]     Checking statrs v0.11.0
[INFO] [stderr]     Checking itertools-num v0.1.3
[INFO] [stderr]    Compiling bv v0.11.1
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]     Checking csv v1.1.3
[INFO] [stderr]    Compiling snafu-derive v0.5.0
[INFO] [stderr]     Checking snafu v0.5.0
[INFO] [stderr]     Checking qgramr v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no method named `read` found for struct `bio::io::fasta::Reader<std::fs::File>` in the current scope
[INFO] [stderr]   --> src/main.rs:9:12
[INFO] [stderr]    |
[INFO] [stderr] 9  |     reader.read(&mut rec).ok().expect("Error reading record");
[INFO] [stderr]    |            ^^^^ method not found in `bio::io::fasta::Reader<std::fs::File>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bio-0.30.0/src/io/fasta.rs:33:8
[INFO] [stderr]    |
[INFO] [stderr] 33 |     fn read(&mut self, record: &mut Record) -> io::Result<()>;
[INFO] [stderr]    |        ----
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<bio::io::fasta::Reader<std::fs::File>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<bio::io::fasta::Reader<std::fs::File>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<bio::io::fasta::Reader<std::fs::File>>` here
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 2  | use bio::io::fasta::FastaRead;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `expect` found for reference `&str` in the current scope
[INFO] [stderr]   --> src/main.rs:15:52
[INFO] [stderr]    |
[INFO] [stderr] 15 |     println!("Building index over {}...", rec.id().expect("<NA>"));
[INFO] [stderr]    |                                                    ^^^^^^ method not found in `&str`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `read` found for struct `bio::io::fasta::Reader<std::fs::File>` in the current scope
[INFO] [stderr]   --> src/main.rs:9:12
[INFO] [stderr]    |
[INFO] [stderr] 9  |     reader.read(&mut rec).ok().expect("Error reading record");
[INFO] [stderr]    |            ^^^^ method not found in `bio::io::fasta::Reader<std::fs::File>`
[INFO] [stderr]    | 
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bio-0.30.0/src/io/fasta.rs:33:8
[INFO] [stderr]    |
[INFO] [stderr] 33 |     fn read(&mut self, record: &mut Record) -> io::Result<()>;
[INFO] [stderr]    |        ----
[INFO] [stderr]    |        |
[INFO] [stderr]    |        the method is available for `std::boxed::Box<bio::io::fasta::Reader<std::fs::File>>` here
[INFO] [stderr]    |        the method is available for `std::sync::Arc<bio::io::fasta::Reader<std::fs::File>>` here
[INFO] [stderr]    |        the method is available for `std::rc::Rc<bio::io::fasta::Reader<std::fs::File>>` here
[INFO] [stderr]    |
[INFO] [stderr]    = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]    |
[INFO] [stderr] 2  | use bio::io::fasta::FastaRead;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `expect` found for reference `&str` in the current scope
[INFO] [stderr]   --> src/main.rs:15:52
[INFO] [stderr]    |
[INFO] [stderr] 15 |     println!("Building index over {}...", rec.id().expect("<NA>"));
[INFO] [stderr]    |                                                    ^^^^^^ method not found in `&str`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `qgramr`.
[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: could not compile `qgramr`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "c268eec5d95dcb3b5f2dbea95d64bf59ba6cb4830d573f962b5212c6a56dcd10"`
[INFO] running `"docker" "rm" "-f" "c268eec5d95dcb3b5f2dbea95d64bf59ba6cb4830d573f962b5212c6a56dcd10"`
[INFO] [stdout] c268eec5d95dcb3b5f2dbea95d64bf59ba6cb4830d573f962b5212c6a56dcd10
