[INFO] cloning repository https://github.com/ebtaleb/rustrl [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ebtaleb/rustrl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febtaleb%2Frustrl", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febtaleb%2Frustrl'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed602e440ece624c1af60eee7cd8fb95e675d7a2 [INFO] testing ebtaleb/rustrl against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febtaleb%2Frustrl" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ebtaleb/rustrl on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ebtaleb/rustrl [INFO] finished tweaking git repo https://github.com/ebtaleb/rustrl [INFO] tweaked toml for git repo https://github.com/ebtaleb/rustrl written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/ebtaleb/rustrl already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 8f46caef9a5e519be51a357053b38028cb79c471f5df5cddf1e84f56ebdb01be [INFO] running `Command { std: "docker" "start" "-a" "8f46caef9a5e519be51a357053b38028cb79c471f5df5cddf1e84f56ebdb01be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f46caef9a5e519be51a357053b38028cb79c471f5df5cddf1e84f56ebdb01be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f46caef9a5e519be51a357053b38028cb79c471f5df5cddf1e84f56ebdb01be", kill_on_drop: false }` [INFO] [stdout] 8f46caef9a5e519be51a357053b38028cb79c471f5df5cddf1e84f56ebdb01be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "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] 5778b4398c013c4fa40901dc4cd18ebb714ed0ccb8d8884f1b56d7cddbc86f28 [INFO] running `Command { std: "docker" "start" "-a" "5778b4398c013c4fa40901dc4cd18ebb714ed0ccb8d8884f1b56d7cddbc86f28", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.2 [INFO] [stderr] Compiling ncurses v5.73.0 [INFO] [stderr] Compiling rustloli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `rustloli` due to 5 previous errors [INFO] [stdout] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/display.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | keypad(stdscr, true); [INFO] [stdout] | ^^^^^^ use of extern static [INFO] [stdout] | [INFO] [stdout] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/display.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | keypad(stdscr, false); [INFO] [stdout] | ^^^^^^ use of extern static [INFO] [stdout] | [INFO] [stdout] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/main.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | mvprintw(LINES - 1, 0, "Press q to exit"); [INFO] [stdout] | ^^^^^ use of extern static [INFO] [stdout] | [INFO] [stdout] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stdout] --> src/main.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 24 | getmaxyx(stdscr, &mut max_y, &mut max_x); [INFO] [stdout] | ^^^^^^ use of extern static [INFO] [stdout] | [INFO] [stdout] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5778b4398c013c4fa40901dc4cd18ebb714ed0ccb8d8884f1b56d7cddbc86f28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5778b4398c013c4fa40901dc4cd18ebb714ed0ccb8d8884f1b56d7cddbc86f28", kill_on_drop: false }` [INFO] [stdout] 5778b4398c013c4fa40901dc4cd18ebb714ed0ccb8d8884f1b56d7cddbc86f28