[INFO] updating cached repository gmadrid/itools [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/gmadrid/itools [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/gmadrid/itools" "work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/gmadrid/itools"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/gmadrid/itools'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gmadrid/itools" "work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/gmadrid/itools"` [INFO] [stderr] Cloning into 'work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/gmadrid/itools'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 578e16d9de30e2637f828e2a422ec58d602f7c8d [INFO] sha for GitHub repo gmadrid/itools: 578e16d9de30e2637f828e2a422ec58d602f7c8d [INFO] validating manifest of gmadrid/itools on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gmadrid/itools on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing gmadrid/itools [INFO] finished frobbing gmadrid/itools [INFO] frobbed toml for gmadrid/itools written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/gh/gmadrid/itools/Cargo.toml [INFO] started frobbing gmadrid/itools [INFO] finished frobbing gmadrid/itools [INFO] frobbed toml for gmadrid/itools written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/gmadrid/itools/Cargo.toml [INFO] crate gmadrid/itools already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking gmadrid/itools against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-4/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/gh/gmadrid/itools:/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" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 34f00c93b15a8b8818b1245ba27960e961a8299a86c9c6b59a1aff336b121e87 [INFO] running `"docker" "start" "-a" "34f00c93b15a8b8818b1245ba27960e961a8299a86c9c6b59a1aff336b121e87"` [INFO] [stderr] Checking bk-tree v0.3.0 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Compiling syn v0.15.15 [INFO] [stderr] Checking rayon v1.0.2 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking indicatif v0.9.0 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking img_hash v2.1.0 [INFO] [stderr] Checking itools v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` [INFO] [stderr] --> src/neardups/config.rs:224:33 [INFO] [stderr] | [INFO] [stderr] 224 | assert_eq!(true, c_show.show_output); [INFO] [stderr] | ^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` [INFO] [stderr] --> src/neardups/config.rs:227:35 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(false, c_quiet.show_output); [INFO] [stderr] | ^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- method `is_complete` not found for this [INFO] [stderr] ... [INFO] [stderr] 63 | assert_eq!(false, fi.is_complete()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:66:21 [INFO] [stderr] | [INFO] [stderr] 66 | a_hash: Some("sisisi".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:69:30 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- method `is_complete` not found for this [INFO] [stderr] ... [INFO] [stderr] 69 | assert_eq!(false, fi.is_complete()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | d_hash: Some("foobar".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | p_hash: Some("blah".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:74:24 [INFO] [stderr] | [INFO] [stderr] 74 | sha2_hash: Some("xxxxx".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:77:29 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- method `is_complete` not found for this [INFO] [stderr] ... [INFO] [stderr] 77 | assert_eq!(true, fi.is_complete()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:83:28 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- function or associated item `with_name` not found for this [INFO] [stderr] ... [INFO] [stderr] 83 | let fi = FileInfo::with_name(name); [INFO] [stderr] | ----------^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | function or associated item not found in `neardups::fileinfo::FileInfo` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0308, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `itools`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "34f00c93b15a8b8818b1245ba27960e961a8299a86c9c6b59a1aff336b121e87"` [INFO] running `"docker" "rm" "-f" "34f00c93b15a8b8818b1245ba27960e961a8299a86c9c6b59a1aff336b121e87"` [INFO] [stdout] 34f00c93b15a8b8818b1245ba27960e961a8299a86c9c6b59a1aff336b121e87