[INFO] updating cached repository AntonHermann/i3barcl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/AntonHermann/i3barcl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/AntonHermann/i3barcl" "work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/AntonHermann/i3barcl"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/AntonHermann/i3barcl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AntonHermann/i3barcl" "work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/AntonHermann/i3barcl"` [INFO] [stderr] Cloning into 'work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/AntonHermann/i3barcl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2c6f7fe7a688fc250cf38d57132b85f28f3bc9ec [INFO] sha for GitHub repo AntonHermann/i3barcl: 2c6f7fe7a688fc250cf38d57132b85f28f3bc9ec [INFO] validating manifest of AntonHermann/i3barcl on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of AntonHermann/i3barcl on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing AntonHermann/i3barcl [INFO] finished frobbing AntonHermann/i3barcl [INFO] frobbed toml for AntonHermann/i3barcl written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/AntonHermann/i3barcl/Cargo.toml [INFO] started frobbing AntonHermann/i3barcl [INFO] finished frobbing AntonHermann/i3barcl [INFO] frobbed toml for AntonHermann/i3barcl written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/gh/AntonHermann/i3barcl/Cargo.toml [INFO] crate AntonHermann/i3barcl already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking AntonHermann/i3barcl against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-6/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/gh/AntonHermann/i3barcl:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0f2d6fc91bcf87c586ce08b26913de557e7e7b98b6a6913ed832c53a8c790441 [INFO] running `"docker" "start" "-a" "0f2d6fc91bcf87c586ce08b26913de557e7e7b98b6a6913ed832c53a8c790441"` [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Checking i3barcl v0.1.0 (/opt/crater/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] | ^^^^^^^^^ [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] | ^^^^^^^^^ [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] | ^^^^^^^^^ [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "0f2d6fc91bcf87c586ce08b26913de557e7e7b98b6a6913ed832c53a8c790441"` [INFO] running `"docker" "rm" "-f" "0f2d6fc91bcf87c586ce08b26913de557e7e7b98b6a6913ed832c53a8c790441"` [INFO] [stdout] 0f2d6fc91bcf87c586ce08b26913de557e7e7b98b6a6913ed832c53a8c790441