[INFO] updating cached repository https://github.com/mahdi-b/slim_quick [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] a78df3191f67678e0d05464153c30ded9d32daad [INFO] testing mahdi-b/slim_quick against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmahdi-b%2Fslim_quick" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mahdi-b/slim_quick on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mahdi-b/slim_quick [INFO] finished tweaking git repo https://github.com/mahdi-b/slim_quick [INFO] tweaked toml for git repo https://github.com/mahdi-b/slim_quick written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/mahdi-b/slim_quick already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] b0eb05706625287e477bfd4a7333465e85e395bd1f17afe2e53b1666ef7a8d62 [INFO] running `"docker" "start" "-a" "b0eb05706625287e477bfd4a7333465e85e395bd1f17afe2e53b1666ef7a8d62"` [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling multiset v0.0.4 [INFO] [stderr] Compiling itertools-num v0.1.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling num-bigint v0.1.41 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling ordered-float v0.3.0 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling num-rational v0.1.41 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling nalgebra v0.10.1 [INFO] [stderr] Compiling bio v0.11.0 [INFO] [stderr] Compiling slim_quick v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `slim_quick::data_structures` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use slim_quick::data_structures; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `data_structures` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `slim_quick::utils` [INFO] [stderr] --> src/main.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use slim_quick::utils; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `utils` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `data_structures` in `slim_quick` [INFO] [stderr] --> src/main.rs:60:39 [INFO] [stderr] | [INFO] [stderr] 60 | let mut signatures = slim_quick::data_structures::Signatures::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `data_structures` in `slim_quick` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `find_partitions` in crate `slim_quick` [INFO] [stderr] --> src/main.rs:271:37 [INFO] [stderr] | [INFO] [stderr] 271 | let my_partitions = slim_quick::find_partitions(nb_seqs, nb_subsets, seqs, &mut signatures); [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `slim_quick` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `slim_quick`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b0eb05706625287e477bfd4a7333465e85e395bd1f17afe2e53b1666ef7a8d62"` [INFO] running `"docker" "rm" "-f" "b0eb05706625287e477bfd4a7333465e85e395bd1f17afe2e53b1666ef7a8d62"` [INFO] [stdout] b0eb05706625287e477bfd4a7333465e85e395bd1f17afe2e53b1666ef7a8d62