Nov 30 02:25:14.993 INFO checking gmadrid/itools against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 02:25:14.993 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-2/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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.572 INFO [stdout] a8ed08949e88a57e2da8c65daa2632f906535ac050526529ed1c06bca42069f6 Nov 30 02:25:15.580 INFO running `"docker" "start" "-a" "a8ed08949e88a57e2da8c65daa2632f906535ac050526529ed1c06bca42069f6"` Nov 30 02:25:17.157 INFO [stderr] usermod: no changes Nov 30 02:25:17.660 INFO [stderr] Checking bk-tree v0.3.0 Nov 30 02:25:17.660 INFO [stderr] Checking termios v0.3.1 Nov 30 02:25:17.660 INFO [stderr] Checking subprocess v0.1.17 Nov 30 02:25:17.668 INFO [stderr] Checking serde_yaml v0.8.7 Nov 30 02:25:17.673 INFO [stderr] Checking regex v0.2.11 Nov 30 02:25:17.684 INFO [stderr] Compiling num-derive v0.2.3 Nov 30 02:25:17.688 INFO [stderr] Checking rayon v1.0.2 Nov 30 02:25:20.269 INFO [stderr] Checking console v0.6.2 Nov 30 02:25:26.195 INFO [stderr] Checking indicatif v0.9.0 Nov 30 02:25:28.481 INFO [stderr] Checking jpeg-decoder v0.1.15 Nov 30 02:25:33.192 INFO [stderr] Checking image v0.19.0 Nov 30 02:25:38.852 INFO [stderr] Checking img_hash v2.1.0 Nov 30 02:25:40.761 INFO [stderr] Checking itools v0.1.0 (/source) Nov 30 02:25:45.176 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 30 02:25:45.176 INFO [stderr] --> src/neardups/config.rs:224:33 Nov 30 02:25:45.176 INFO [stderr] | Nov 30 02:25:45.176 INFO [stderr] 224 | assert_eq!(true, c_show.show_output); Nov 30 02:25:45.176 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 30 02:25:45.176 INFO [stderr] | Nov 30 02:25:45.176 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 30 02:25:45.176 INFO [stderr] Nov 30 02:25:45.196 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 30 02:25:45.196 INFO [stderr] --> src/neardups/config.rs:227:35 Nov 30 02:25:45.196 INFO [stderr] | Nov 30 02:25:45.197 INFO [stderr] 227 | assert_eq!(false, c_quiet.show_output); Nov 30 02:25:45.197 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 30 02:25:45.197 INFO [stderr] | Nov 30 02:25:45.197 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 30 02:25:45.197 INFO [stderr] Nov 30 02:25:45.327 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 30 02:25:45.328 INFO [stderr] --> src/neardups/fileinfo.rs:63:30 Nov 30 02:25:45.328 INFO [stderr] | Nov 30 02:25:45.328 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:45.328 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 30 02:25:45.328 INFO [stderr] ... Nov 30 02:25:45.328 INFO [stderr] 63 | assert_eq!(false, fi.is_complete()); Nov 30 02:25:45.328 INFO [stderr] | ^^^^^^^^^^^ Nov 30 02:25:45.340 INFO [stderr] Nov 30 02:25:45.844 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:45.844 INFO [stderr] --> src/neardups/fileinfo.rs:66:21 Nov 30 02:25:45.844 INFO [stderr] | Nov 30 02:25:45.844 INFO [stderr] 66 | a_hash: Some("sisisi".into()), Nov 30 02:25:45.844 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:45.844 INFO [stderr] | Nov 30 02:25:45.844 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:45.844 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:45.844 INFO [stderr] Nov 30 02:25:45.852 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 30 02:25:45.852 INFO [stderr] --> src/neardups/fileinfo.rs:69:30 Nov 30 02:25:45.852 INFO [stderr] | Nov 30 02:25:45.852 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:45.852 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 30 02:25:45.852 INFO [stderr] ... Nov 30 02:25:45.852 INFO [stderr] 69 | assert_eq!(false, fi.is_complete()); Nov 30 02:25:45.852 INFO [stderr] | ^^^^^^^^^^^ Nov 30 02:25:45.876 INFO [stderr] Nov 30 02:25:46.352 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:46.352 INFO [stderr] --> src/neardups/fileinfo.rs:72:21 Nov 30 02:25:46.352 INFO [stderr] | Nov 30 02:25:46.352 INFO [stderr] 72 | d_hash: Some("foobar".into()), Nov 30 02:25:46.352 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:46.352 INFO [stderr] | Nov 30 02:25:46.352 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:46.352 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:46.352 INFO [stderr] Nov 30 02:25:47.116 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:47.116 INFO [stderr] --> src/neardups/fileinfo.rs:73:21 Nov 30 02:25:47.116 INFO [stderr] | Nov 30 02:25:47.116 INFO [stderr] 73 | p_hash: Some("blah".into()), Nov 30 02:25:47.116 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:47.116 INFO [stderr] | Nov 30 02:25:47.116 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:47.116 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:47.116 INFO [stderr] Nov 30 02:25:47.892 INFO [stderr] error[E0308]: mismatched types Nov 30 02:25:47.892 INFO [stderr] --> src/neardups/fileinfo.rs:74:24 Nov 30 02:25:47.892 INFO [stderr] | Nov 30 02:25:47.892 INFO [stderr] 74 | sha2_hash: Some("xxxxx".into()), Nov 30 02:25:47.892 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 30 02:25:47.892 INFO [stderr] | Nov 30 02:25:47.892 INFO [stderr] = note: expected type `std::string::String` Nov 30 02:25:47.892 INFO [stderr] found type `std::option::Option<_>` Nov 30 02:25:47.893 INFO [stderr] Nov 30 02:25:47.912 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 30 02:25:47.912 INFO [stderr] --> src/neardups/fileinfo.rs:77:29 Nov 30 02:25:47.912 INFO [stderr] | Nov 30 02:25:47.912 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:47.912 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 30 02:25:47.912 INFO [stderr] ... Nov 30 02:25:47.913 INFO [stderr] 77 | assert_eq!(true, fi.is_complete()); Nov 30 02:25:47.913 INFO [stderr] | ^^^^^^^^^^^ Nov 30 02:25:47.913 INFO [stderr] Nov 30 02:25:47.922 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:47.922 INFO [stderr] --> src/neardups/fileinfo.rs:83:18 Nov 30 02:25:47.922 INFO [stderr] | Nov 30 02:25:47.922 INFO [stderr] 4 | pub struct FileInfo { Nov 30 02:25:47.922 INFO [stderr] | ------------------- function or associated item `with_name` not found for this Nov 30 02:25:47.922 INFO [stderr] ... Nov 30 02:25:47.922 INFO [stderr] 83 | let fi = FileInfo::with_name(name); Nov 30 02:25:47.922 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `neardups::fileinfo::FileInfo` Nov 30 02:25:47.922 INFO [stderr] Nov 30 02:25:48.540 INFO [stderr] error: aborting due to 10 previous errors Nov 30 02:25:48.540 INFO [stderr] Nov 30 02:25:48.540 INFO [stderr] Some errors occurred: E0308, E0599, E0609. Nov 30 02:25:48.540 INFO [stderr] For more information about an error, try `rustc --explain E0308`. Nov 30 02:25:48.581 INFO [stderr] error: Could not compile `itools`. Nov 30 02:25:48.581 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 02:25:52.975 INFO [stderr] error: build failed Nov 30 02:25:52.980 INFO [stderr] su: No module specific data is present Nov 30 02:25:53.746 INFO running `"docker" "inspect" "a8ed08949e88a57e2da8c65daa2632f906535ac050526529ed1c06bca42069f6"` Nov 30 02:25:54.064 INFO running `"docker" "rm" "-f" "a8ed08949e88a57e2da8c65daa2632f906535ac050526529ed1c06bca42069f6"` Nov 30 02:25:54.284 INFO [stdout] a8ed08949e88a57e2da8c65daa2632f906535ac050526529ed1c06bca42069f6