[INFO] updating cached repository veniamin-ilmer/algorithm-efficiency [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/veniamin-ilmer/algorithm-efficiency [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/veniamin-ilmer/algorithm-efficiency" "work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/veniamin-ilmer/algorithm-efficiency"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/veniamin-ilmer/algorithm-efficiency'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/veniamin-ilmer/algorithm-efficiency" "work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/veniamin-ilmer/algorithm-efficiency"` [INFO] [stderr] Cloning into 'work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/veniamin-ilmer/algorithm-efficiency'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5836e50f1d139668db1bc0b6f6b07e7b7f20e2d1 [INFO] sha for GitHub repo veniamin-ilmer/algorithm-efficiency: 5836e50f1d139668db1bc0b6f6b07e7b7f20e2d1 [INFO] validating manifest of veniamin-ilmer/algorithm-efficiency on toolchain master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of veniamin-ilmer/algorithm-efficiency on toolchain try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing veniamin-ilmer/algorithm-efficiency [INFO] finished frobbing veniamin-ilmer/algorithm-efficiency [INFO] frobbed toml for veniamin-ilmer/algorithm-efficiency written to work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/veniamin-ilmer/algorithm-efficiency/Cargo.toml [INFO] started frobbing veniamin-ilmer/algorithm-efficiency [INFO] finished frobbing veniamin-ilmer/algorithm-efficiency [INFO] frobbed toml for veniamin-ilmer/algorithm-efficiency written to work/ex/pr-62181/sources/try#003a7b6b5753e8509fdfe7949d4f0873ba71e4fc/gh/veniamin-ilmer/algorithm-efficiency/Cargo.toml [INFO] crate veniamin-ilmer/algorithm-efficiency already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+003a7b6b5753e8509fdfe7949d4f0873ba71e4fc-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking veniamin-ilmer/algorithm-efficiency against master#6ea4036cd20a4b1ab1d56e555108c21735ff6946 for pr-62181 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62181/worker-5/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62181/sources/master#6ea4036cd20a4b1ab1d56e555108c21735ff6946/gh/veniamin-ilmer/algorithm-efficiency:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+6ea4036cd20a4b1ab1d56e555108c21735ff6946-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 81ebcce1b7e4f7578f5eb5556e7a9b65545da618f02632fab3536d9a8a9a6c04 [INFO] running `"docker" "start" "-a" "81ebcce1b7e4f7578f5eb5556e7a9b65545da618f02632fab3536d9a8a9a6c04"` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking rand_xoshiro v0.1.0 [INFO] [stderr] Checking criterion-plot v0.3.1 [INFO] [stderr] Checking tinytemplate v1.0.2 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Checking csv v1.0.7 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking algorithms v1.0.0 (/opt/crater/workdir) [INFO] [stderr] error[E0583]: file not found for module `insertions2` [INFO] [stderr] --> benches/sort/bench.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | mod insertions2; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either insertions2.rs or insertions2/mod.rs inside the directory "benches/sort" [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0583`. [INFO] [stderr] error: Could not compile `algorithms`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "81ebcce1b7e4f7578f5eb5556e7a9b65545da618f02632fab3536d9a8a9a6c04"` [INFO] running `"docker" "rm" "-f" "81ebcce1b7e4f7578f5eb5556e7a9b65545da618f02632fab3536d9a8a9a6c04"` [INFO] [stdout] 81ebcce1b7e4f7578f5eb5556e7a9b65545da618f02632fab3536d9a8a9a6c04