[INFO] cloning repository https://github.com/archer884/recurrence_relations [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/archer884/recurrence_relations" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Frecurrence_relations", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Frecurrence_relations'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 14992ef303c8f03fffeea98752916315be42fe23 [INFO] testing archer884/recurrence_relations against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Frecurrence_relations" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/archer884/recurrence_relations on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/archer884/recurrence_relations [INFO] finished tweaking git repo https://github.com/archer884/recurrence_relations [INFO] tweaked toml for git repo https://github.com/archer884/recurrence_relations written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/archer884/recurrence_relations already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/kbknapp/clap-rs` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b980647f43e46c1412d6b3ea9a3317ea2bf134c82c57379164ac36e6cb740aac [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" "b980647f43e46c1412d6b3ea9a3317ea2bf134c82c57379164ac36e6cb740aac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b980647f43e46c1412d6b3ea9a3317ea2bf134c82c57379164ac36e6cb740aac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b980647f43e46c1412d6b3ea9a3317ea2bf134c82c57379164ac36e6cb740aac", kill_on_drop: false }` [INFO] [stdout] b980647f43e46c1412d6b3ea9a3317ea2bf134c82c57379164ac36e6cb740aac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+beta-2022-02-22" "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] 586c60e880424ca45e39030a43c425327b08135c1a1e85f6aa1187191a64bab1 [INFO] running `Command { std: "docker" "start" "-a" "586c60e880424ca45e39030a43c425327b08135c1a1e85f6aa1187191a64bab1", kill_on_drop: false }` [INFO] [stderr] Compiling clap v0.4.13 (https://github.com/kbknapp/clap-rs#aed37da6) [INFO] [stdout] error[E0425]: cannot find function `set_exit_status` in module `env` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/clap-rs-507f2c09c9b0886e/aed37da/src/app.rs:448:24 [INFO] [stdout] | [INFO] [stdout] 448 | if quit { env::set_exit_status(1); self.exit(); } [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in `env` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/clap-rs-507f2c09c9b0886e/aed37da/src/app.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate libc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead? [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/clap-rs-507f2c09c9b0886e/aed37da/src/app.rs:442:18 [INFO] [stdout] | [INFO] [stdout] 442 | unsafe { libc::exit(0); } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #27812 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `FlagArg: Clone` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/clap-rs-507f2c09c9b0886e/aed37da/src/args/flagarg.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Copy)] [INFO] [stdout] | ^^^^ the trait `Clone` is not implemented for `FlagArg` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Copy` [INFO] [stdout] = note: this error originates in the derive macro `Copy` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `clap` due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "586c60e880424ca45e39030a43c425327b08135c1a1e85f6aa1187191a64bab1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "586c60e880424ca45e39030a43c425327b08135c1a1e85f6aa1187191a64bab1", kill_on_drop: false }` [INFO] [stdout] 586c60e880424ca45e39030a43c425327b08135c1a1e85f6aa1187191a64bab1