[INFO] updating cached repository ZephOne/a_to_b [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ZephOne/a_to_b [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ZephOne/a_to_b" "work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/ZephOne/a_to_b"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/ZephOne/a_to_b'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ZephOne/a_to_b" "work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/ZephOne/a_to_b"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/ZephOne/a_to_b'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ee1c9bb83e883fefbbc430bcea95e79423f572f4 [INFO] sha for GitHub repo ZephOne/a_to_b: ee1c9bb83e883fefbbc430bcea95e79423f572f4 [INFO] validating manifest of ZephOne/a_to_b on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ZephOne/a_to_b on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ZephOne/a_to_b [INFO] finished frobbing ZephOne/a_to_b [INFO] frobbed toml for ZephOne/a_to_b written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/ZephOne/a_to_b/Cargo.toml [INFO] started frobbing ZephOne/a_to_b [INFO] finished frobbing ZephOne/a_to_b [INFO] frobbed toml for ZephOne/a_to_b written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/ZephOne/a_to_b/Cargo.toml [INFO] crate ZephOne/a_to_b already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking ZephOne/a_to_b against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-1/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/ZephOne/a_to_b:/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" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3d1289ca6552ec3d66dde7c5cf119daf3b04cbeee60de5539f84cf6028b7ec0a [INFO] running `"docker" "start" "-a" "3d1289ca6552ec3d66dde7c5cf119daf3b04cbeee60de5539f84cf6028b7ec0a"` [INFO] [stderr] Compiling openssl-sys v0.9.32 [INFO] [stderr] Checking crossbeam-epoch v0.4.3 [INFO] [stderr] Checking crossbeam-deque v0.3.1 [INFO] [stderr] Checking tokio-threadpool v0.1.4 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Checking tokio-fs v0.1.1 [INFO] [stderr] Checking tokio v0.1.7 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking native-tls v0.1.5 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking tokio-tls v0.1.4 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking hyper-tls v0.1.3 [INFO] [stderr] Checking reqwest v0.8.6 [INFO] [stderr] Checking a_to_b v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0583]: file not found for module `graphhopper` [INFO] [stderr] error[E0583]: file not found for module `graphhopper` [INFO] [stderr] --> src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub mod graphhopper; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either graphhopper.rs or graphhopper/mod.rs inside the directory "src" [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] --> src/lib.rs:7:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub mod graphhopper; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either graphhopper.rs or graphhopper/mod.rs inside the directory "src" [INFO] [stderr] [INFO] [stderr] error: Could not compile `a_to_b`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 `a_to_b`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3d1289ca6552ec3d66dde7c5cf119daf3b04cbeee60de5539f84cf6028b7ec0a"` [INFO] running `"docker" "rm" "-f" "3d1289ca6552ec3d66dde7c5cf119daf3b04cbeee60de5539f84cf6028b7ec0a"` [INFO] [stdout] 3d1289ca6552ec3d66dde7c5cf119daf3b04cbeee60de5539f84cf6028b7ec0a