[INFO] cloning repository https://github.com/smolck/nvim-matrix-bot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/smolck/nvim-matrix-bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmolck%2Fnvim-matrix-bot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmolck%2Fnvim-matrix-bot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7afe0139e6363305f56136dff01e5582ead463c3 [INFO] testing smolck/nvim-matrix-bot against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsmolck%2Fnvim-matrix-bot" "/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/smolck/nvim-matrix-bot on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/smolck/nvim-matrix-bot [INFO] finished tweaking git repo https://github.com/smolck/nvim-matrix-bot [INFO] tweaked toml for git repo https://github.com/smolck/nvim-matrix-bot written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/smolck/nvim-matrix-bot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/profiles.html#strip-option for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pulldown-cmark v0.9.0 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f6f97904fa725a399566432e1b2bb88b734d3c4a9e6830cdfc31ec783c2ab68 [INFO] running `Command { std: "docker" "start" "-a" "2f6f97904fa725a399566432e1b2bb88b734d3c4a9e6830cdfc31ec783c2ab68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f6f97904fa725a399566432e1b2bb88b734d3c4a9e6830cdfc31ec783c2ab68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f6f97904fa725a399566432e1b2bb88b734d3c4a9e6830cdfc31ec783c2ab68", kill_on_drop: false }` [INFO] [stdout] 2f6f97904fa725a399566432e1b2bb88b734d3c4a9e6830cdfc31ec783c2ab68 [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=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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03cf1e2ce1a9a5c8914b9f019e3f3fcbfb94a49acaba26b5dd49e8e843bdb5d4 [INFO] running `Command { std: "docker" "start" "-a" "03cf1e2ce1a9a5c8914b9f019e3f3fcbfb94a49acaba26b5dd49e8e843bdb5d4", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `strip` has been stabilized in the 1.58 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/profiles.html#strip-option for more information about using this feature. [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling pulldown-cmark v0.9.0 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling tinyvec v1.4.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling fancy-regex v0.7.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.1 [INFO] [stderr] Compiling rustls v0.20.2 [INFO] [stderr] Compiling ureq v2.4.0 [INFO] [stderr] Compiling nvim-matrix-bot v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(try_blocks)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [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 E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nvim-matrix-bot` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "03cf1e2ce1a9a5c8914b9f019e3f3fcbfb94a49acaba26b5dd49e8e843bdb5d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03cf1e2ce1a9a5c8914b9f019e3f3fcbfb94a49acaba26b5dd49e8e843bdb5d4", kill_on_drop: false }` [INFO] [stdout] 03cf1e2ce1a9a5c8914b9f019e3f3fcbfb94a49acaba26b5dd49e8e843bdb5d4