[INFO] cloning repository https://github.com/Earu/gm_fsdialog [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Earu/gm_fsdialog" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEaru%2Fgm_fsdialog", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEaru%2Fgm_fsdialog'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 49a0f1f7255eecacd068d110c8fdb5e7fc25df12 [INFO] testing Earu/gm_fsdialog against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEaru%2Fgm_fsdialog" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Earu/gm_fsdialog on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/Earu/gm_fsdialog [INFO] finished tweaking git repo https://github.com/Earu/gm_fsdialog [INFO] tweaked toml for git repo https://github.com/Earu/gm_fsdialog written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Earu/gm_fsdialog already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6fe77d4458e4c324f5d1f7450df1e87e73e049f185d473274309a7946245e8a [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" "b6fe77d4458e4c324f5d1f7450df1e87e73e049f185d473274309a7946245e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6fe77d4458e4c324f5d1f7450df1e87e73e049f185d473274309a7946245e8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6fe77d4458e4c324f5d1f7450df1e87e73e049f185d473274309a7946245e8a", kill_on_drop: false }` [INFO] [stdout] b6fe77d4458e4c324f5d1f7450df1e87e73e049f185d473274309a7946245e8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9d0740097178152adc6483e23c59e74c2aa0c306a4065ec62b5346628a5266a [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" "e9d0740097178152adc6483e23c59e74c2aa0c306a4065ec62b5346628a5266a", kill_on_drop: false }` [INFO] [stderr] Compiling easy-parallel v3.2.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling rfd v0.7.0 [INFO] [stderr] Compiling pollster v0.2.5 [INFO] [stderr] Compiling cfg-expr v0.10.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling ordered-stream v0.0.1 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling cstr v0.2.9 [INFO] [stderr] Compiling enumflags2_derive v0.7.3 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling gmod-macros v2.0.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling proc-macro-crate v1.1.2 [INFO] [stderr] Compiling async-broadcast v0.3.4 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling system-deps v6.0.2 [INFO] [stderr] Compiling zvariant_derive v3.1.2 [INFO] [stderr] Compiling zbus_macros v2.1.1 [INFO] [stderr] Compiling glib-sys v0.15.5 [INFO] [stderr] Compiling gobject-sys v0.15.5 [INFO] [stderr] Compiling gio-sys v0.15.5 [INFO] [stderr] Compiling gdk-sys v0.15.1 [INFO] [stderr] Compiling atk-sys v0.15.1 [INFO] [stderr] Compiling cairo-sys-rs v0.15.1 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.15.1 [INFO] [stderr] Compiling pango-sys v0.15.1 [INFO] [stderr] Compiling gtk-sys v0.15.3 [INFO] [stderr] Compiling enumflags2 v0.7.3 [INFO] [stderr] Compiling gmod v15.0.0 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gmod-15.0.0/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(c_unwind)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gmod-15.0.0/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(thread_id_value)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gmod-15.0.0/src/lib.rs:6:31 [INFO] [stdout] | [INFO] [stdout] 6 | #![cfg_attr(feature = "gmcl", feature(internal_output_capture))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `gmod` due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e9d0740097178152adc6483e23c59e74c2aa0c306a4065ec62b5346628a5266a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9d0740097178152adc6483e23c59e74c2aa0c306a4065ec62b5346628a5266a", kill_on_drop: false }` [INFO] [stdout] e9d0740097178152adc6483e23c59e74c2aa0c306a4065ec62b5346628a5266a