[INFO] updating cached repository https://github.com/nixpulvis/oursh [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] 37cd399f2482991e9a92dfa46cce8befbed4501b [INFO] checking nixpulvis/oursh against try#8d67a66581ea5498d7ac03b8f88a478d8ec75cf0 for pr-64564 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnixpulvis%2Foursh" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nixpulvis/oursh on toolchain 8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nixpulvis/oursh [INFO] finished tweaking git repo https://github.com/nixpulvis/oursh [INFO] tweaked toml for git repo https://github.com/nixpulvis/oursh written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/nixpulvis/oursh already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d10f1c38173fd501315224eca2e1c551a664266b988a8a697f1c8997c3f0a087 [INFO] running `"docker" "start" "-a" "d10f1c38173fd501315224eca2e1c551a664266b988a8a697f1c8997c3f0a087"` [INFO] [stderr] Compiling lalrpop-util v0.16.3 [INFO] [stderr] Checking assert_matches v1.3.0 [INFO] [stderr] Compiling block-padding v0.1.3 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling ena v0.11.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.1 [INFO] [stderr] Compiling serde v1.0.87 [INFO] [stderr] Checking nix v0.13.0 [INFO] [stderr] Checking termion v1.5.1 (https://github.com/redox-os/termion#cd8a90a2) [INFO] [stderr] Checking backtrace-sys v0.1.28 [INFO] [stderr] Checking serde_json v1.0.38 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Checking backtrace v0.3.13 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking regex v1.1.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Checking csv v1.0.5 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking tinytemplate v1.0.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.87 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking pwd v1.3.0 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Checking criterion v0.2.10 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Compiling oursh v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `display` [INFO] [stderr] --> src/repl.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | pub mod display; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either repl/display.rs or repl/display/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] error: could not compile `oursh`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0583]: file not found for module `display` [INFO] [stderr] --> src/repl.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | pub mod display; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either repl/display.rs or repl/display/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] error: could not compile `oursh`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d10f1c38173fd501315224eca2e1c551a664266b988a8a697f1c8997c3f0a087"` [INFO] running `"docker" "rm" "-f" "d10f1c38173fd501315224eca2e1c551a664266b988a8a697f1c8997c3f0a087"` [INFO] [stdout] d10f1c38173fd501315224eca2e1c551a664266b988a8a697f1c8997c3f0a087