Nov 30 02:25:15.058 INFO checking gmadrid/itools against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 02:25:15.058 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +a49316ddc99d9d595193557fc899f6c52e4d9af9-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 02:25:15.526 INFO [stdout] 11e6fcc5d7d5438911ac4c8204b1146aa671bca209c3830f0d878c192c3f18cb Nov 30 02:25:15.528 INFO running `"docker" "start" "-a" "11e6fcc5d7d5438911ac4c8204b1146aa671bca209c3830f0d878c192c3f18cb"` Nov 30 02:25:16.704 INFO [stderr] usermod: no changes Nov 30 02:25:17.200 INFO [stderr] Checking bk-tree v0.3.0 Nov 30 02:25:17.200 INFO [stderr] Checking subprocess v0.1.17 Nov 30 02:25:17.206 INFO [stderr] Compiling num-derive v0.2.3 Nov 30 02:25:17.220 INFO [stderr] Checking rayon v1.0.2 Nov 30 02:25:17.220 INFO [stderr] Checking console v0.6.2 Nov 30 02:25:21.110 INFO [stderr] Checking indicatif v0.9.0 Nov 30 02:25:27.532 INFO [stderr] Checking jpeg-decoder v0.1.15 Nov 30 02:25:31.412 INFO [stderr] Checking image v0.19.0 Nov 30 02:25:36.888 INFO [stderr] Checking img_hash v2.1.0 Nov 30 02:25:38.879 INFO [stderr] Checking itools v0.1.0 (/source) Nov 30 02:25:43.640 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 30 02:25:43.640 INFO [stderr] --> src/neardups/config.rs:224:33 Nov 30 02:25:43.640 INFO [stderr] | Nov 30 02:25:43.640 INFO [stderr] 224 | assert_eq!(true, c_show.show_output); Nov 30 02:25:43.640 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 30 02:25:43.640 INFO [stderr] | Nov 30 02:25:43.640 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 30 02:25:43.640 INFO [stderr] Nov 30 02:25:43.640 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 30 02:25:43.640 INFO [stderr] --> src/neardups/config.rs:227:35 Nov 30 02:25:43.640 INFO [stderr] | Nov 30 02:25:43.640 INFO [stderr] 227 | assert_eq!(false, c_quiet.show_output); Nov 30 02:25:43.640 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 30 02:25:43.640 INFO [stderr] | Nov 30 02:25:43.640 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 30 02:25:43.640 INFO [stderr] Nov 30 02:25:43.845 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 30 02:25:43.845 INFO [stderr] --> src/neardups/fileinfo.rs:63:30 Nov 30 02:25:43.845 INFO [stderr] | Nov 30 02:25:43.845 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:43.845 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 30 02:25:43.845 INFO [stderr] ... Nov 30 02:25:43.845 INFO [stderr] 63 | assert_eq!(false, fi.is_complete()); Nov 30 02:25:43.845 INFO [stderr] | ^^^^^^^^^^^ Nov 30 02:25:43.845 INFO [stderr] Nov 30 02:25:44.272 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:44.272 INFO [stderr] --> src/neardups/fileinfo.rs:66:21 Nov 30 02:25:44.272 INFO [stderr] | Nov 30 02:25:44.272 INFO [stderr] 66 | a_hash: Some("sisisi".into()), Nov 30 02:25:44.272 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:44.272 INFO [stderr] | Nov 30 02:25:44.272 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:44.272 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:44.272 INFO [stderr] Nov 30 02:25:44.292 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 30 02:25:44.292 INFO [stderr] --> src/neardups/fileinfo.rs:69:30 Nov 30 02:25:44.292 INFO [stderr] | Nov 30 02:25:44.292 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:44.292 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 30 02:25:44.292 INFO [stderr] ... Nov 30 02:25:44.292 INFO [stderr] 69 | assert_eq!(false, fi.is_complete()); Nov 30 02:25:44.292 INFO [stderr] | ^^^^^^^^^^^ Nov 30 02:25:44.292 INFO [stderr] Nov 30 02:25:44.977 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:44.977 INFO [stderr] --> src/neardups/fileinfo.rs:72:21 Nov 30 02:25:44.977 INFO [stderr] | Nov 30 02:25:44.977 INFO [stderr] 72 | d_hash: Some("foobar".into()), Nov 30 02:25:44.977 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:44.996 INFO [stderr] | Nov 30 02:25:44.997 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:44.997 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:44.997 INFO [stderr] Nov 30 02:25:45.708 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:45.708 INFO [stderr] --> src/neardups/fileinfo.rs:73:21 Nov 30 02:25:45.708 INFO [stderr] | Nov 30 02:25:45.708 INFO [stderr] 73 | p_hash: Some("blah".into()), Nov 30 02:25:45.708 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:45.708 INFO [stderr] | Nov 30 02:25:45.708 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:45.708 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:45.708 INFO [stderr] Nov 30 02:25:46.440 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:46.440 INFO [stderr] --> src/neardups/fileinfo.rs:74:24 Nov 30 02:25:46.440 INFO [stderr] | Nov 30 02:25:46.440 INFO [stderr] 74 | sha2_hash: Some("xxxxx".into()), Nov 30 02:25:46.440 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:46.440 INFO [stderr] | Nov 30 02:25:46.440 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:46.440 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:46.440 INFO [stderr] Nov 30 02:25:46.464 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 30 02:25:46.464 INFO [stderr] --> src/neardups/fileinfo.rs:77:29 Nov 30 02:25:46.464 INFO [stderr] | Nov 30 02:25:46.464 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:46.464 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 30 02:25:46.464 INFO [stderr] ... Nov 30 02:25:46.464 INFO [stderr] 77 | assert_eq!(true, fi.is_complete()); Nov 30 02:25:46.464 INFO [stderr] | ^^^^^^^^^^^ Nov 30 02:25:46.464 INFO [stderr] Nov 30 02:25:46.503 INFO [stderr] error[E0599]: no function or associated item named `with_name` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 30 02:25:46.503 INFO [stderr] --> src/neardups/fileinfo.rs:83:18 Nov 30 02:25:46.503 INFO [stderr] | Nov 30 02:25:46.503 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:46.503 INFO [stderr] | ------------------- function or associated item `with_name` not found for this Nov 30 02:25:46.503 INFO [stderr] ... Nov 30 02:25:46.503 INFO [stderr] 83 | let fi = FileInfo::with_name(name); Nov 30 02:25:46.503 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `neardups::fileinfo::FileInfo` Nov 30 02:25:46.503 INFO [stderr] Nov 30 02:25:47.066 INFO [stderr] error: aborting due to 10 previous errors Nov 30 02:25:47.066 INFO [stderr] Nov 30 02:25:47.067 INFO [stderr] Some errors occurred: E0308, E0599, E0609. Nov 30 02:25:47.067 INFO [stderr] For more information about an error, try `rustc --explain E0308`. Nov 30 02:25:47.103 INFO [stderr] error: Could not compile `itools`. Nov 30 02:25:47.103 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 02:25:52.692 INFO [stderr] error: build failed Nov 30 02:25:52.700 INFO [stderr] su: No module specific data is present Nov 30 02:25:53.678 INFO running `"docker" "inspect" "11e6fcc5d7d5438911ac4c8204b1146aa671bca209c3830f0d878c192c3f18cb"` Nov 30 02:25:54.028 INFO running `"docker" "rm" "-f" "11e6fcc5d7d5438911ac4c8204b1146aa671bca209c3830f0d878c192c3f18cb"` Nov 30 02:25:54.292 INFO [stdout] 11e6fcc5d7d5438911ac4c8204b1146aa671bca209c3830f0d878c192c3f18cb