[INFO] cloning repository https://github.com/Bleiglanz/mycargo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bleiglanz/mycargo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBleiglanz%2Fmycargo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBleiglanz%2Fmycargo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5fd3a625801dd82b28f2d296fd8de268530fdc04 [INFO] checking Bleiglanz/mycargo against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBleiglanz%2Fmycargo" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Bleiglanz/mycargo on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Bleiglanz/mycargo [INFO] finished tweaking git repo https://github.com/Bleiglanz/mycargo [INFO] tweaked toml for git repo https://github.com/Bleiglanz/mycargo written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Bleiglanz/mycargo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8e1d2f5394c51a91c340a0e4171fdd27047d09b9dba1de5c35fa4280f4833200 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8e1d2f5394c51a91c340a0e4171fdd27047d09b9dba1de5c35fa4280f4833200", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8e1d2f5394c51a91c340a0e4171fdd27047d09b9dba1de5c35fa4280f4833200", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e1d2f5394c51a91c340a0e4171fdd27047d09b9dba1de5c35fa4280f4833200", kill_on_drop: false }` [INFO] [stdout] 8e1d2f5394c51a91c340a0e4171fdd27047d09b9dba1de5c35fa4280f4833200 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7a1e91de0ac3f06d4cd996bdf9f2a92819f76e020f14ca1901103faef888dea4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7a1e91de0ac3f06d4cd996bdf9f2a92819f76e020f14ca1901103faef888dea4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Checking unicode-normalization v0.1.7 [INFO] [stderr] Compiling crc32fast v1.1.2 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Checking rustc-demangle v0.1.11 [INFO] [stderr] Compiling serde v1.0.82 [INFO] [stderr] Compiling encoding_rs v0.8.13 [INFO] [stderr] Checking phf_shared v0.7.23 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking socket2 v0.3.8 [INFO] [stderr] Checking time v0.1.41 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Checking bytes v0.4.11 [INFO] [stderr] Checking phf v0.7.23 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Checking libflate v0.1.19 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Compiling backtrace-sys v0.1.26 [INFO] [stderr] Checking zip v0.5.0 [INFO] [stderr] Checking generic-array v0.9.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] Checking crypto-mac v0.5.2 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Checking postgres_array v0.9.0 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking failure v0.1.3 [INFO] [stderr] Checking quick-xml v0.13.1 [INFO] [stderr] Checking calamine v0.14.10 [INFO] [stderr] Checking mycargo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `database` [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | mod database; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `database`, create file "src/database.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `database` [INFO] [stdout] --> src/main.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | mod database; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `database`, create file "src/database.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mycargo` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] For more information about this error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7a1e91de0ac3f06d4cd996bdf9f2a92819f76e020f14ca1901103faef888dea4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a1e91de0ac3f06d4cd996bdf9f2a92819f76e020f14ca1901103faef888dea4", kill_on_drop: false }` [INFO] [stdout] 7a1e91de0ac3f06d4cd996bdf9f2a92819f76e020f14ca1901103faef888dea4