[INFO] updating cached repository https://github.com/AntonHermann/i3barcl [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing AntonHermann/i3barcl against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FAntonHermann%2Fi3barcl" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AntonHermann/i3barcl on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/AntonHermann/i3barcl already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] ef4489c327383a35fae1dc9f1d85b86625dba491bec9e827b4634ecbf644d159 [INFO] running `"docker" "start" "-a" "ef4489c327383a35fae1dc9f1d85b86625dba491bec9e827b4634ecbf644d159"` [INFO] [stderr] Compiling ncurses v5.91.0 [INFO] [stderr] Compiling i3barcl v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.90s [INFO] running `"docker" "inspect" "ef4489c327383a35fae1dc9f1d85b86625dba491bec9e827b4634ecbf644d159"` [INFO] running `"docker" "rm" "-f" "ef4489c327383a35fae1dc9f1d85b86625dba491bec9e827b4634ecbf644d159"` [INFO] [stdout] ef4489c327383a35fae1dc9f1d85b86625dba491bec9e827b4634ecbf644d159 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] bcb30ec72b364d95a1191711c59ebcdf3ded47f2beb715d31098350fa9832e4f [INFO] running `"docker" "start" "-a" "bcb30ec72b364d95a1191711c59ebcdf3ded47f2beb715d31098350fa9832e4f"` [INFO] [stderr] Compiling 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" "bcb30ec72b364d95a1191711c59ebcdf3ded47f2beb715d31098350fa9832e4f"` [INFO] running `"docker" "rm" "-f" "bcb30ec72b364d95a1191711c59ebcdf3ded47f2beb715d31098350fa9832e4f"` [INFO] [stdout] bcb30ec72b364d95a1191711c59ebcdf3ded47f2beb715d31098350fa9832e4f