[INFO] updating cached repository https://github.com/AntonHermann/i3barcl
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 2c6f7fe7a688fc250cf38d57132b85f28f3bc9ec
[INFO] checking AntonHermann/i3barcl against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonHermann%2Fi3barcl" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/AntonHermann/i3barcl on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/AntonHermann/i3barcl
[INFO] finished tweaking git repo https://github.com/AntonHermann/i3barcl
[INFO] tweaked toml for git repo https://github.com/AntonHermann/i3barcl written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] crate git repo https://github.com/AntonHermann/i3barcl already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 431f184edb8ab02cceadd01757b96e204c982f747014877020af2f123a9c65b6
[INFO] running `"docker" "start" "-a" "431f184edb8ab02cceadd01757b96e204c982f747014877020af2f123a9c65b6"`
[INFO] [stderr]    Compiling gcc v0.3.54
[INFO] [stderr]     Checking num-traits v0.1.42
[INFO] [stderr]     Checking dtoa v0.4.2
[INFO] [stderr]     Checking backtrace-sys v0.1.16
[INFO] [stderr]     Checking backtrace v0.3.5
[INFO] [stderr]     Checking serde_json v1.0.9
[INFO] [stderr]     Checking error-chain v0.11.0
[INFO] [stderr]    Compiling ncurses v5.91.0
[INFO] [stderr]     Checking i3barcl v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no function or associated item named `trim_comma` found for struct `Blocks` in the current scope
[INFO] [stderr]    --> src/main.rs:134:36
[INFO] [stderr]     |
[INFO] [stderr] 28  | struct Blocks(Vec<Block>);
[INFO] [stderr]     | -------------------------- function or associated item `trim_comma` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 134 |         assert_eq!(b"bla", Blocks::trim_comma(b"bla,"));
[INFO] [stderr]     |                                    ^^^^^^^^^^ function or associated item not found in `Blocks`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `trim_comma` found for struct `Blocks` in the current scope
[INFO] [stderr]    --> src/main.rs:135:36
[INFO] [stderr]     |
[INFO] [stderr] 28  | struct Blocks(Vec<Block>);
[INFO] [stderr]     | -------------------------- function or associated item `trim_comma` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 135 |         assert_eq!(b"bla", Blocks::trim_comma(b",bla"));
[INFO] [stderr]     |                                    ^^^^^^^^^^ function or associated item not found in `Blocks`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `trim_comma` found for struct `Blocks` in the current scope
[INFO] [stderr]    --> src/main.rs:136:36
[INFO] [stderr]     |
[INFO] [stderr] 28  | struct Blocks(Vec<Block>);
[INFO] [stderr]     | -------------------------- function or associated item `trim_comma` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 136 |         assert_eq!(b"bla", Blocks::trim_comma(b",bla,"));
[INFO] [stderr]     |                                    ^^^^^^^^^^ function or associated item not found in `Blocks`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `trim_comma` found for struct `Blocks` in the current scope
[INFO] [stderr]    --> src/main.rs:137:36
[INFO] [stderr]     |
[INFO] [stderr] 28  | struct Blocks(Vec<Block>);
[INFO] [stderr]     | -------------------------- function or associated item `trim_comma` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 137 |         assert_eq!(b"bla", Blocks::trim_comma(b"bla"));
[INFO] [stderr]     |                                    ^^^^^^^^^^ function or associated item not found in `Blocks`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `trim_trailing_zeroes` found for struct `Blocks` in the current scope
[INFO] [stderr]    --> src/main.rs:142:37
[INFO] [stderr]     |
[INFO] [stderr] 28  | struct Blocks(Vec<Block>);
[INFO] [stderr]     | -------------------------- function or associated item `trim_trailing_zeroes` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 142 |         assert_eq!([1,2,3], Blocks::trim_trailing_zeroes(&[1,2,3,0,0]));
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `Blocks`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `trim_trailing_zeroes` found for struct `Blocks` in the current scope
[INFO] [stderr]    --> src/main.rs:143:37
[INFO] [stderr]     |
[INFO] [stderr] 28  | struct Blocks(Vec<Block>);
[INFO] [stderr]     | -------------------------- function or associated item `trim_trailing_zeroes` not found for this
[INFO] [stderr] ...
[INFO] [stderr] 143 |         assert_eq!([1,2,3], Blocks::trim_trailing_zeroes(&[1,2,3]));
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `Blocks`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `to_string` found for enum `std::result::Result<Blocks, errors::Error>` in the current scope
[INFO] [stderr]    --> src/main.rs:164:64
[INFO] [stderr]     |
[INFO] [stderr] 164 |           assert_eq!(blocks.to_string(), Blocks::from_json(data).to_string());
[INFO] [stderr]     |                                                                  ^^^^^^^^^ method not found in `std::result::Result<Blocks, errors::Error>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `to_string` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `std::result::Result<Blocks, errors::Error>: std::fmt::Display`
[INFO] [stderr]             which is required by `std::result::Result<Blocks, errors::Error>: std::string::ToString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `to_string` found for enum `std::result::Result<Blocks, errors::Error>` in the current scope
[INFO] [stderr]    --> src/main.rs:165:66
[INFO] [stderr]     |
[INFO] [stderr] 165 |           assert_eq!(blocks.to_string(), Blocks::from_json(&data2).to_string());
[INFO] [stderr]     |                                                                    ^^^^^^^^^ method not found in `std::result::Result<Blocks, errors::Error>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `to_string` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `std::result::Result<Blocks, errors::Error>: std::fmt::Display`
[INFO] [stderr]             which is required by `std::result::Result<Blocks, errors::Error>: std::string::ToString`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `to_string` found for enum `std::result::Result<Blocks, errors::Error>` in the current scope
[INFO] [stderr]    --> src/main.rs:166:66
[INFO] [stderr]     |
[INFO] [stderr] 166 |           assert_eq!(blocks.to_string(), Blocks::from_json(&data3).to_string());
[INFO] [stderr]     |                                                                    ^^^^^^^^^ method not found in `std::result::Result<Blocks, errors::Error>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `to_string` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `std::result::Result<Blocks, errors::Error>: std::fmt::Display`
[INFO] [stderr]             which is required by `std::result::Result<Blocks, errors::Error>: std::string::ToString`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `i3barcl`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "431f184edb8ab02cceadd01757b96e204c982f747014877020af2f123a9c65b6"`
[INFO] running `"docker" "rm" "-f" "431f184edb8ab02cceadd01757b96e204c982f747014877020af2f123a9c65b6"`
[INFO] [stdout] 431f184edb8ab02cceadd01757b96e204c982f747014877020af2f123a9c65b6
