[INFO] cloning repository https://github.com/peshogo/bumpg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peshogo/bumpg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeshogo%2Fbumpg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeshogo%2Fbumpg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 44c5e2ac048c0327299259c11ae010bcc8bfb4ea [INFO] testing peshogo/bumpg 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%2Fpeshogo%2Fbumpg" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/peshogo/bumpg 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/peshogo/bumpg [INFO] finished tweaking git repo https://github.com/peshogo/bumpg [INFO] tweaked toml for git repo https://github.com/peshogo/bumpg written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/peshogo/bumpg 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] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded globset v0.4.2 [INFO] [stderr] Downloaded ignore v0.4.6 [INFO] [stderr] Downloaded serde_json v1.0.35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 2f2be52deda9ee16ca2c9e09b8551466dddefecb7a8f0c948267b0f217591c37 [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" "2f2be52deda9ee16ca2c9e09b8551466dddefecb7a8f0c948267b0f217591c37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f2be52deda9ee16ca2c9e09b8551466dddefecb7a8f0c948267b0f217591c37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f2be52deda9ee16ca2c9e09b8551466dddefecb7a8f0c948267b0f217591c37", kill_on_drop: false }` [INFO] [stdout] 2f2be52deda9ee16ca2c9e09b8551466dddefecb7a8f0c948267b0f217591c37 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stdout] 63b2c843948826921f39a4e44212feb82523561da9be7ffd4b465dd3931abffe [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" "63b2c843948826921f39a4e44212feb82523561da9be7ffd4b465dd3931abffe", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling byte-tools v0.3.0 [INFO] [stderr] Compiling serde v1.0.84 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling opaque-debug v0.2.1 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.6.4 [INFO] [stderr] Compiling smallvec v0.6.7 [INFO] [stderr] Compiling syn v0.15.24 [INFO] [stderr] Compiling block-padding v0.1.2 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling dirs v1.0.4 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling crossbeam-channel v0.3.6 [INFO] [stderr] Compiling globset v0.4.2 [INFO] [stderr] Compiling ignore v0.4.6 [INFO] [stderr] Compiling serde_json v1.0.35 [INFO] [stderr] Compiling condensify v0.1.0 (/opt/rustwide/workdir/condensify) [INFO] [stdout] error: format argument must be a string literal [INFO] [stdout] --> condensify/src/error.rs:25:44 [INFO] [stdout] | [INFO] [stdout] 25 | Error::IoError(e) => write!(f, e.description())?, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might be missing a string literal to format with [INFO] [stdout] | [INFO] [stdout] 25 | Error::IoError(e) => write!(f, "{}", e.description())?, [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Condencify` in this scope [INFO] [stdout] --> condensify/src/condensify/mod.rs:20:6 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct Condensify { [INFO] [stdout] | --------------------- similarly named struct `Condensify` defined here [INFO] [stdout] ... [INFO] [stdout] 20 | impl Condencify { [INFO] [stdout] | ^^^^^^^^^^ help: a struct with a similar name exists: `Condensify` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> condensify/src/condensify/read.rs:16:6 [INFO] [stdout] | [INFO] [stdout] 16 | impl CondensifyFileReader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: assuming a `'static` lifetime... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> condensify/src/condensify/read.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | impl Read for CondensifyFileReader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: assuming a `'static` lifetime... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> condensify/src/condensify/write.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | impl Write for CondensifyFileWriter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: assuming a `'static` lifetime... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0726]: implicit elided lifetime not allowed here [INFO] [stdout] --> condensify/src/condensify/write.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 25 | impl CondensifyFileWriter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>` [INFO] [stdout] | [INFO] [stdout] = note: assuming a `'static` lifetime... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Read`, `Write`, `self` [INFO] [stdout] --> condensify/src/condensify/mod.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use std::io::{self, Read, Write}; [INFO] [stdout] | ^^^^ ^^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str::FromStr` [INFO] [stdout] --> condensify/src/condensify/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::str::FromStr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::error::ErrorKind` [INFO] [stdout] --> condensify/src/condensify/mod.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::error::ErrorKind; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::hash::Hash` [INFO] [stdout] --> condensify/src/condensify/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use crate::hash::Hash; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `error::Error` doesn't implement `Debug` [INFO] [stdout] --> condensify/src/error.rs:36:6 [INFO] [stdout] | [INFO] [stdout] 36 | impl ErrorTrait for Error { [INFO] [stdout] | ^^^^^^^^^^ `error::Error` cannot be formatted using `{:?}` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `error::Error` [INFO] [stdout] = note: add `#[derive(Debug)]` to `error::Error` or manually `impl Debug for error::Error` [INFO] [stdout] note: required by a bound in `std::error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `condensify` due to 8 previous errors; 4 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "63b2c843948826921f39a4e44212feb82523561da9be7ffd4b465dd3931abffe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63b2c843948826921f39a4e44212feb82523561da9be7ffd4b465dd3931abffe", kill_on_drop: false }` [INFO] [stdout] 63b2c843948826921f39a4e44212feb82523561da9be7ffd4b465dd3931abffe