[INFO] updating cached repository gallowstree/subrenamer-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gallowstree/subrenamer-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gallowstree/subrenamer-rs" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/gallowstree/subrenamer-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/gallowstree/subrenamer-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gallowstree/subrenamer-rs" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gallowstree/subrenamer-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gallowstree/subrenamer-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a6ae04d5e91de3d1dfe0507e6327429ff48b8750 [INFO] sha for GitHub repo gallowstree/subrenamer-rs: a6ae04d5e91de3d1dfe0507e6327429ff48b8750 [INFO] validating manifest of gallowstree/subrenamer-rs on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gallowstree/subrenamer-rs on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gallowstree/subrenamer-rs [INFO] finished frobbing gallowstree/subrenamer-rs [INFO] frobbed toml for gallowstree/subrenamer-rs written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/gallowstree/subrenamer-rs/Cargo.toml [INFO] started frobbing gallowstree/subrenamer-rs [INFO] finished frobbing gallowstree/subrenamer-rs [INFO] frobbed toml for gallowstree/subrenamer-rs written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gallowstree/subrenamer-rs/Cargo.toml [INFO] crate gallowstree/subrenamer-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking gallowstree/subrenamer-rs against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-2/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/gallowstree/subrenamer-rs:/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0448114ee7fd8059c23966e3af57963a38f42f98b0395670dc6effbd89463744 [INFO] running `"docker" "start" "-a" "0448114ee7fd8059c23966e3af57963a38f42f98b0395670dc6effbd89463744"` [INFO] [stderr] Checking subrenamer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/main.rs:18:42 [INFO] [stderr] | [INFO] [stderr] 18 | .filter_map(|result| result.ok().and_then(to_episode)) [INFO] [stderr] | ^^^^^^^^ expected signature of `fn(std::fs::DirEntry) -> _` [INFO] [stderr] ... [INFO] [stderr] 43 | fn to_episode(entry: &DirEntry) -> Option { [INFO] [stderr] | -------------------------------------------------- found signature of `for<'r> fn(&'r std::fs::DirEntry) -> _` [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in function arguments [INFO] [stderr] --> src/main.rs:18:42 [INFO] [stderr] | [INFO] [stderr] 18 | .filter_map(|result| result.ok().and_then(to_episode)) [INFO] [stderr] | ^^^^^^^^ expected signature of `fn(std::fs::DirEntry) -> _` [INFO] [stderr] ... [INFO] [stderr] 43 | fn to_episode(entry: &DirEntry) -> Option { [INFO] [stderr] | -------------------------------------------------- found signature of `for<'r> fn(&'r std::fs::DirEntry) -> _` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `&std::fs::DirEntry` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `&std::fs::DirEntry` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `&std::fs::DirEntry` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `&std::fs::DirEntry` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::fs::DirEntry: std::cmp::Eq` is not satisfied [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `std::fs::DirEntry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::Eq` for `&'a std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::AssertParamIsEq` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `&std::fs::DirEntry` with `&_` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no implementation for `&std::fs::DirEntry == &_` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq<&_>` is not implemented for `&std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::PartialOrd::partial_cmp` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `std::fs::DirEntry` with `_` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no implementation for `std::fs::DirEntry < _` and `std::fs::DirEntry > _` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialOrd<_>` is not implemented for `std::fs::DirEntry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialOrd<&_>` for `&std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::PartialOrd::partial_cmp` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::fs::DirEntry: std::cmp::Ord` is not satisfied [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `std::fs::DirEntry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::Ord` for `&std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::Ord::cmp` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0369]: binary operation `==` cannot be applied to type `&std::fs::DirEntry` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `&std::fs::DirEntry` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `&std::fs::DirEntry` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `&std::fs::DirEntry` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::fs::DirEntry: std::cmp::Eq` is not satisfied [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Eq` is not implemented for `std::fs::DirEntry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::Eq` for `&'a std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::AssertParamIsEq` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `&std::fs::DirEntry` with `&_` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no implementation for `&std::fs::DirEntry == &_` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq<&_>` is not implemented for `&std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::PartialOrd::partial_cmp` [INFO] [stderr] [INFO] [stderr] error: Could not compile `subrenamer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: can't compare `std::fs::DirEntry` with `_` [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no implementation for `std::fs::DirEntry < _` and `std::fs::DirEntry > _` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialOrd<_>` is not implemented for `std::fs::DirEntry` [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::PartialOrd<&_>` for `&std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::PartialOrd::partial_cmp` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::fs::DirEntry: std::cmp::Ord` is not satisfied [INFO] [stderr] --> src/main.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | entry: &'a DirEntry //Use str [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `std::cmp::Ord` is not implemented for `std::fs::DirEntry` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::cmp::Ord` for `&std::fs::DirEntry` [INFO] [stderr] = note: required by `std::cmp::Ord::cmp` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `subrenamer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0448114ee7fd8059c23966e3af57963a38f42f98b0395670dc6effbd89463744"` [INFO] running `"docker" "rm" "-f" "0448114ee7fd8059c23966e3af57963a38f42f98b0395670dc6effbd89463744"` [INFO] [stdout] 0448114ee7fd8059c23966e3af57963a38f42f98b0395670dc6effbd89463744