[INFO] updating cached repository https://github.com/mdg/leema [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] [stderr] From https://github.com/mdg/leema [INFO] [stderr] 0d2ed30..dcab74f parse2 -> parse2 [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d3246cda34380742512ee465ac0a73d4df2382ec [INFO] testing mdg/leema against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdg%2Fleema" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mdg/leema on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mdg/leema [INFO] finished tweaking git repo https://github.com/mdg/leema [INFO] tweaked toml for git repo https://github.com/mdg/leema written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/mdg/leema already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] cf68719541c6b52b8a6aa263912044fac712ac7837664f4f5564377a428f6a40 [INFO] running `"docker" "start" "-a" "cf68719541c6b52b8a6aa263912044fac712ac7837664f4f5564377a428f6a40"` [INFO] [stderr] warning: unused manifest key: package.rustc-link-lib [INFO] [stderr] warning: unused manifest key: package.rustc-link-search [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling tokio-executor v0.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.5.2 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling bytes v0.4.10 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling serde_json v1.0.32 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-timer v0.2.6 [INFO] [stderr] Compiling tokio-current-thread v0.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.6.1 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling tokio-io v0.1.8 [INFO] [stderr] Compiling http v0.1.15 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling docopt v0.6.86 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-reactor v0.1.5 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.1 [INFO] [stderr] Compiling tokio-tcp v0.1.1 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling tokio v0.1.8 [INFO] [stderr] Compiling webpki v0.19.1 [INFO] [stderr] Compiling sct v0.5.0 [INFO] [stderr] Compiling ct-logs v0.5.1 [INFO] [stderr] Compiling rustls v0.15.1 [INFO] [stderr] Compiling webpki-roots v0.16.0 [INFO] [stderr] Compiling hyper v0.12.19 [INFO] [stderr] Compiling tokio-rustls v0.9.0 [INFO] [stderr] Compiling hyper-rustls v0.16.0 [INFO] [stderr] Compiling leema v0.0.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `parse` [INFO] [stderr] --> src/leema/mod.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | pub mod parse; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: name the file either parse.rs or parse/mod.rs inside the directory "src/leema" [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 `leema`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cf68719541c6b52b8a6aa263912044fac712ac7837664f4f5564377a428f6a40"` [INFO] running `"docker" "rm" "-f" "cf68719541c6b52b8a6aa263912044fac712ac7837664f4f5564377a428f6a40"` [INFO] [stdout] cf68719541c6b52b8a6aa263912044fac712ac7837664f4f5564377a428f6a40