[INFO] cloning repository https://github.com/dineshdevkota001/rustsandbox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dineshdevkota001/rustsandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdineshdevkota001%2Frustsandbox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdineshdevkota001%2Frustsandbox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a06717fe30356a87956a9c9a1376d6a624a5a870 [INFO] testing dineshdevkota001/rustsandbox against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdineshdevkota001%2Frustsandbox" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dineshdevkota001/rustsandbox on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dineshdevkota001/rustsandbox [INFO] finished tweaking git repo https://github.com/dineshdevkota001/rustsandbox [INFO] tweaked toml for git repo https://github.com/dineshdevkota001/rustsandbox written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/dineshdevkota001/rustsandbox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5f34108200734e297202d683c7dfadd3e5ce64abce1a2dbd4bc157246a4bd2d0 [INFO] running `Command { std: "docker" "start" "-a" "5f34108200734e297202d683c7dfadd3e5ce64abce1a2dbd4bc157246a4bd2d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f34108200734e297202d683c7dfadd3e5ce64abce1a2dbd4bc157246a4bd2d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f34108200734e297202d683c7dfadd3e5ce64abce1a2dbd4bc157246a4bd2d0", kill_on_drop: false }` [INFO] [stdout] 5f34108200734e297202d683c7dfadd3e5ce64abce1a2dbd4bc157246a4bd2d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c03035e8c55b889f2c6ac3d7a7ce6789ec5c3aa4bee884d6a036415d06577a1e [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" "c03035e8c55b889f2c6ac3d7a7ce6789ec5c3aa4bee884d6a036415d06577a1e", kill_on_drop: false }` [INFO] [stderr] Compiling rustsandbox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `vars` [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | mod vars; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `vars`, create file "src/vars.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in module `vars` [INFO] [stdout] --> src/main.rs:4:11 [INFO] [stdout] | [INFO] [stdout] 4 | vars::run(); [INFO] [stdout] | ^^^ not found in `vars` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustsandbox` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "c03035e8c55b889f2c6ac3d7a7ce6789ec5c3aa4bee884d6a036415d06577a1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c03035e8c55b889f2c6ac3d7a7ce6789ec5c3aa4bee884d6a036415d06577a1e", kill_on_drop: false }` [INFO] [stdout] c03035e8c55b889f2c6ac3d7a7ce6789ec5c3aa4bee884d6a036415d06577a1e