Dec 19 16:28:48.269 INFO checking gmadrid/itools against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 16:28:48.269 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-0/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 16:28:48.842 INFO [stdout] 529cfa1a30d893c1a2f7edac02d840a7f226eaa9793e6d420e60661ad0f484bf Dec 19 16:28:48.844 INFO running `"docker" "start" "-a" "529cfa1a30d893c1a2f7edac02d840a7f226eaa9793e6d420e60661ad0f484bf"` Dec 19 16:28:51.736 INFO [stderr] Checking bk-tree v0.3.0 Dec 19 16:28:51.748 INFO [stderr] Checking subprocess v0.1.17 Dec 19 16:28:51.764 INFO [stderr] Compiling syn v0.15.15 Dec 19 16:28:51.772 INFO [stderr] Checking rayon v1.0.2 Dec 19 16:28:51.772 INFO [stderr] Checking console v0.6.2 Dec 19 16:28:54.356 INFO [stderr] Checking indicatif v0.9.0 Dec 19 16:29:01.512 INFO [stderr] Checking jpeg-decoder v0.1.15 Dec 19 16:29:02.008 INFO [stderr] Compiling num-derive v0.2.3 Dec 19 16:29:02.008 INFO [stderr] Compiling serde_derive v1.0.80 Dec 19 16:29:09.411 INFO [stderr] Checking image v0.19.0 Dec 19 16:29:17.104 INFO [stderr] Checking img_hash v2.1.0 Dec 19 16:29:19.056 INFO [stderr] Checking itools v0.1.0 (/opt/crater/workdir) Dec 19 16:29:20.972 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Dec 19 16:29:20.972 INFO [stderr] --> src/neardups/config.rs:224:33 Dec 19 16:29:20.972 INFO [stderr] | Dec 19 16:29:20.972 INFO [stderr] 224 | assert_eq!(true, c_show.show_output); Dec 19 16:29:20.972 INFO [stderr] | ^^^^^^^^^^^ unknown field Dec 19 16:29:20.972 INFO [stderr] | Dec 19 16:29:20.972 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Dec 19 16:29:20.972 INFO [stderr] Dec 19 16:29:20.988 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Dec 19 16:29:20.988 INFO [stderr] --> src/neardups/config.rs:227:35 Dec 19 16:29:20.988 INFO [stderr] | Dec 19 16:29:20.988 INFO [stderr] 227 | assert_eq!(false, c_quiet.show_output); Dec 19 16:29:20.988 INFO [stderr] | ^^^^^^^^^^^ unknown field Dec 19 16:29:20.988 INFO [stderr] | Dec 19 16:29:20.988 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Dec 19 16:29:20.988 INFO [stderr] Dec 19 16:29:21.208 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 19 16:29:21.208 INFO [stderr] --> src/neardups/fileinfo.rs:63:30 Dec 19 16:29:21.208 INFO [stderr] | Dec 19 16:29:21.208 INFO [stderr] 4 | pub struct FileInfo { Dec 19 16:29:21.208 INFO [stderr] | ------------------- method `is_complete` not found for this Dec 19 16:29:21.208 INFO [stderr] ... Dec 19 16:29:21.208 INFO [stderr] 63 | assert_eq!(false, fi.is_complete()); Dec 19 16:29:21.208 INFO [stderr] | ^^^^^^^^^^^ Dec 19 16:29:21.208 INFO [stderr] Dec 19 16:29:22.054 INFO [stderr] error[E0308]: mismatched types Dec 19 16:29:22.054 INFO [stderr] --> src/neardups/fileinfo.rs:66:21 Dec 19 16:29:22.054 INFO [stderr] | Dec 19 16:29:22.055 INFO [stderr] 66 | a_hash: Some("sisisi".into()), Dec 19 16:29:22.055 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 19 16:29:22.055 INFO [stderr] | Dec 19 16:29:22.055 INFO [stderr] = note: expected type `std::string::String` Dec 19 16:29:22.055 INFO [stderr] found type `std::option::Option<_>` Dec 19 16:29:22.055 INFO [stderr] Dec 19 16:29:22.063 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 19 16:29:22.063 INFO [stderr] --> src/neardups/fileinfo.rs:69:30 Dec 19 16:29:22.063 INFO [stderr] | Dec 19 16:29:22.063 INFO [stderr] 4 | pub struct FileInfo { Dec 19 16:29:22.063 INFO [stderr] | ------------------- method `is_complete` not found for this Dec 19 16:29:22.063 INFO [stderr] ... Dec 19 16:29:22.063 INFO [stderr] 69 | assert_eq!(false, fi.is_complete()); Dec 19 16:29:22.063 INFO [stderr] | ^^^^^^^^^^^ Dec 19 16:29:22.063 INFO [stderr] Dec 19 16:29:22.408 INFO [stderr] error[E0308]: mismatched types Dec 19 16:29:22.408 INFO [stderr] --> src/neardups/fileinfo.rs:72:21 Dec 19 16:29:22.408 INFO [stderr] | Dec 19 16:29:22.408 INFO [stderr] 72 | d_hash: Some("foobar".into()), Dec 19 16:29:22.408 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 19 16:29:22.408 INFO [stderr] | Dec 19 16:29:22.408 INFO [stderr] = note: expected type `std::string::String` Dec 19 16:29:22.408 INFO [stderr] found type `std::option::Option<_>` Dec 19 16:29:22.408 INFO [stderr] Dec 19 16:29:22.644 INFO [stderr] error[E0308]: mismatched types Dec 19 16:29:22.644 INFO [stderr] --> src/neardups/fileinfo.rs:73:21 Dec 19 16:29:22.644 INFO [stderr] | Dec 19 16:29:22.644 INFO [stderr] 73 | p_hash: Some("blah".into()), Dec 19 16:29:22.644 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 19 16:29:22.644 INFO [stderr] | Dec 19 16:29:22.644 INFO [stderr] = note: expected type `std::string::String` Dec 19 16:29:22.644 INFO [stderr] found type `std::option::Option<_>` Dec 19 16:29:22.644 INFO [stderr] Dec 19 16:29:22.936 INFO [stderr] error[E0308]: mismatched types Dec 19 16:29:22.936 INFO [stderr] --> src/neardups/fileinfo.rs:74:24 Dec 19 16:29:22.936 INFO [stderr] | Dec 19 16:29:22.936 INFO [stderr] 74 | sha2_hash: Some("xxxxx".into()), Dec 19 16:29:22.936 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 19 16:29:22.936 INFO [stderr] | Dec 19 16:29:22.936 INFO [stderr] = note: expected type `std::string::String` Dec 19 16:29:22.936 INFO [stderr] found type `std::option::Option<_>` Dec 19 16:29:22.936 INFO [stderr] Dec 19 16:29:22.946 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 19 16:29:22.946 INFO [stderr] --> src/neardups/fileinfo.rs:77:29 Dec 19 16:29:22.946 INFO [stderr] | Dec 19 16:29:22.946 INFO [stderr] 4 | pub struct FileInfo { Dec 19 16:29:22.946 INFO [stderr] | ------------------- method `is_complete` not found for this Dec 19 16:29:22.946 INFO [stderr] ... Dec 19 16:29:22.946 INFO [stderr] 77 | assert_eq!(true, fi.is_complete()); Dec 19 16:29:22.946 INFO [stderr] | ^^^^^^^^^^^ Dec 19 16:29:22.946 INFO [stderr] Dec 19 16:29:22.976 INFO [stderr] error[E0599]: no function or associated item named `with_name` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 19 16:29:22.976 INFO [stderr] --> src/neardups/fileinfo.rs:83:18 Dec 19 16:29:22.976 INFO [stderr] | Dec 19 16:29:22.976 INFO [stderr] 4 | pub struct FileInfo { Dec 19 16:29:22.976 INFO [stderr] | ------------------- function or associated item `with_name` not found for this Dec 19 16:29:22.976 INFO [stderr] ... Dec 19 16:29:22.976 INFO [stderr] 83 | let fi = FileInfo::with_name(name); Dec 19 16:29:22.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `neardups::fileinfo::FileInfo` Dec 19 16:29:22.976 INFO [stderr] Dec 19 16:29:23.140 INFO [stderr] error: aborting due to 10 previous errors Dec 19 16:29:23.140 INFO [stderr] Dec 19 16:29:23.140 INFO [stderr] Some errors occurred: E0308, E0599, E0609. Dec 19 16:29:23.140 INFO [stderr] For more information about an error, try `rustc --explain E0308`. Dec 19 16:29:23.150 INFO [stderr] error: Could not compile `itools`. Dec 19 16:29:23.150 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 16:29:23.820 INFO [stderr] error: build failed Dec 19 16:29:24.813 INFO running `"docker" "inspect" "529cfa1a30d893c1a2f7edac02d840a7f226eaa9793e6d420e60661ad0f484bf"` Dec 19 16:29:25.080 INFO running `"docker" "rm" "-f" "529cfa1a30d893c1a2f7edac02d840a7f226eaa9793e6d420e60661ad0f484bf"` Dec 19 16:29:25.380 INFO [stdout] 529cfa1a30d893c1a2f7edac02d840a7f226eaa9793e6d420e60661ad0f484bf