[INFO] cloning repository https://github.com/Hayashi-Yudai/setup_system [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Hayashi-Yudai/setup_system" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHayashi-Yudai%2Fsetup_system", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHayashi-Yudai%2Fsetup_system'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d33222f7b16003d3e97e669d26e81bf56fb3015e [INFO] testing Hayashi-Yudai/setup_system against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHayashi-Yudai%2Fsetup_system" "/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/Hayashi-Yudai/setup_system on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Hayashi-Yudai/setup_system [INFO] finished tweaking git repo https://github.com/Hayashi-Yudai/setup_system [INFO] tweaked toml for git repo https://github.com/Hayashi-Yudai/setup_system written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Hayashi-Yudai/setup_system already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d581c1affcceec74727ab5ed2f018ff23f1935ea72b3206375c850cf5b2fce33 [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" "d581c1affcceec74727ab5ed2f018ff23f1935ea72b3206375c850cf5b2fce33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d581c1affcceec74727ab5ed2f018ff23f1935ea72b3206375c850cf5b2fce33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d581c1affcceec74727ab5ed2f018ff23f1935ea72b3206375c850cf5b2fce33", kill_on_drop: false }` [INFO] [stdout] d581c1affcceec74727ab5ed2f018ff23f1935ea72b3206375c850cf5b2fce33 [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=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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", 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] 65ed1e416fe7cf8267f32a53e010382e3b4c99d87786557e8718d1da8be93fda [INFO] running `Command { std: "docker" "start" "-a" "65ed1e416fe7cf8267f32a53e010382e3b4c99d87786557e8718d1da8be93fda", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.105 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling setup_system v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `set_virtual_terminal` in module `control` [INFO] [stdout] --> src/main.rs:190:18 [INFO] [stdout] | [INFO] [stdout] 190 | control::set_virtual_terminal(true).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in `control` [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 E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `setup_system` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "65ed1e416fe7cf8267f32a53e010382e3b4c99d87786557e8718d1da8be93fda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65ed1e416fe7cf8267f32a53e010382e3b4c99d87786557e8718d1da8be93fda", kill_on_drop: false }` [INFO] [stdout] 65ed1e416fe7cf8267f32a53e010382e3b4c99d87786557e8718d1da8be93fda