[INFO] cloning repository https://github.com/AntonHermann/i3barcl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AntonHermann/i3barcl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonHermann%2Fi3barcl"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonHermann%2Fi3barcl'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c6f7fe7a688fc250cf38d57132b85f28f3bc9ec [INFO] checking AntonHermann/i3barcl against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonHermann%2Fi3barcl" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AntonHermann/i3barcl on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-1/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 7c2f960eadbfec96124fe0b7dd0f40dbab6be6144acd710da4fa4100a22c57f4 [INFO] running `"docker" "start" "-a" "7c2f960eadbfec96124fe0b7dd0f40dbab6be6144acd710da4fa4100a22c57f4"` [INFO] [stderr] Checking rustc-demangle v0.1.5 [INFO] [stderr] Compiling ncurses v5.91.0 [INFO] [stderr] Checking serde_json v1.0.9 [INFO] [stderr] Checking backtrace-sys v0.1.16 [INFO] [stderr] Checking backtrace v0.3.5 [INFO] [stderr] Checking error-chain v0.11.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 type `Blocks` in the current scope [INFO] [stderr] --> src/main.rs:134:36 [INFO] [stderr] | [INFO] [stderr] 28 | struct Blocks(Vec); [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 type `Blocks` in the current scope [INFO] [stderr] --> src/main.rs:135:36 [INFO] [stderr] | [INFO] [stderr] 28 | struct Blocks(Vec); [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 type `Blocks` in the current scope [INFO] [stderr] --> src/main.rs:136:36 [INFO] [stderr] | [INFO] [stderr] 28 | struct Blocks(Vec); [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 type `Blocks` in the current scope [INFO] [stderr] --> src/main.rs:137:36 [INFO] [stderr] | [INFO] [stderr] 28 | struct Blocks(Vec); [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 type `Blocks` in the current scope [INFO] [stderr] --> src/main.rs:142:37 [INFO] [stderr] | [INFO] [stderr] 28 | struct Blocks(Vec); [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 type `Blocks` in the current scope [INFO] [stderr] --> src/main.rs:143:37 [INFO] [stderr] | [INFO] [stderr] 28 | struct Blocks(Vec); [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 type `std::result::Result` 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` [INFO] [stderr] | [INFO] [stderr] = note: the method `to_string` exists but the following trait bounds were not satisfied: [INFO] [stderr] `std::result::Result : std::string::ToString` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_string` found for type `std::result::Result` 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` [INFO] [stderr] | [INFO] [stderr] = note: the method `to_string` exists but the following trait bounds were not satisfied: [INFO] [stderr] `std::result::Result : std::string::ToString` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `to_string` found for type `std::result::Result` 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` [INFO] [stderr] | [INFO] [stderr] = note: the method `to_string` exists but the following trait bounds were not satisfied: [INFO] [stderr] `std::result::Result : 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" "7c2f960eadbfec96124fe0b7dd0f40dbab6be6144acd710da4fa4100a22c57f4"` [INFO] running `"docker" "rm" "-f" "7c2f960eadbfec96124fe0b7dd0f40dbab6be6144acd710da4fa4100a22c57f4"` [INFO] [stdout] 7c2f960eadbfec96124fe0b7dd0f40dbab6be6144acd710da4fa4100a22c57f4