Nov 28 04:49:24.459 INFO checking gmadrid/itools against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 04:49:24.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-5/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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 28 04:49:25.073 INFO [stdout] 8ac2b458f4258fea0575732be89767cd833e94c739959305c68d6fcd8bbd3c71 Nov 28 04:49:25.073 INFO running `"docker" "start" "-a" "8ac2b458f4258fea0575732be89767cd833e94c739959305c68d6fcd8bbd3c71"` Nov 28 04:49:26.954 INFO [stderr] usermod: no changes Nov 28 04:49:27.384 INFO [stderr] Checking bk-tree v0.3.0 Nov 28 04:49:27.392 INFO [stderr] Checking subprocess v0.1.17 Nov 28 04:49:27.396 INFO [stderr] Compiling syn v0.15.15 Nov 28 04:49:27.396 INFO [stderr] Checking rayon v1.0.2 Nov 28 04:49:27.396 INFO [stderr] Checking console v0.6.2 Nov 28 04:49:31.296 INFO [stderr] Checking indicatif v0.9.0 Nov 28 04:49:36.580 INFO [stderr] Checking jpeg-decoder v0.1.15 Nov 28 04:49:43.226 INFO [stderr] Compiling num-derive v0.2.3 Nov 28 04:49:43.226 INFO [stderr] Compiling serde_derive v1.0.80 Nov 28 04:49:54.078 INFO [stderr] Checking image v0.19.0 Nov 28 04:50:04.941 INFO [stderr] Checking img_hash v2.1.0 Nov 28 04:50:07.690 INFO [stderr] Checking itools v0.1.0 (/source) Nov 28 04:50:13.268 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 28 04:50:13.270 INFO [stderr] --> src/neardups/config.rs:224:33 Nov 28 04:50:13.270 INFO [stderr] | Nov 28 04:50:13.271 INFO [stderr] 224 | assert_eq!(true, c_show.show_output); Nov 28 04:50:13.271 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 28 04:50:13.272 INFO [stderr] | Nov 28 04:50:13.272 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 28 04:50:13.273 INFO [stderr] Nov 28 04:50:13.274 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 28 04:50:13.274 INFO [stderr] --> src/neardups/config.rs:227:35 Nov 28 04:50:13.275 INFO [stderr] | Nov 28 04:50:13.275 INFO [stderr] 227 | assert_eq!(false, c_quiet.show_output); Nov 28 04:50:13.276 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 28 04:50:13.276 INFO [stderr] | Nov 28 04:50:13.277 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 28 04:50:13.278 INFO [stderr] Nov 28 04:50:13.399 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 28 04:50:13.400 INFO [stderr] --> src/neardups/fileinfo.rs:63:30 Nov 28 04:50:13.400 INFO [stderr] | Nov 28 04:50:13.400 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:13.400 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 28 04:50:13.400 INFO [stderr] ... Nov 28 04:50:13.400 INFO [stderr] 63 | assert_eq!(false, fi.is_complete()); Nov 28 04:50:13.400 INFO [stderr] | ^^^^^^^^^^^ Nov 28 04:50:13.400 INFO [stderr] Nov 28 04:50:13.996 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:13.996 INFO [stderr] --> src/neardups/fileinfo.rs:66:21 Nov 28 04:50:13.996 INFO [stderr] | Nov 28 04:50:13.996 INFO [stderr] 66 | a_hash: Some("sisisi".into()), Nov 28 04:50:13.996 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:13.996 INFO [stderr] | Nov 28 04:50:13.996 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:13.996 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:13.996 INFO [stderr] Nov 28 04:50:14.008 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 28 04:50:14.008 INFO [stderr] --> src/neardups/fileinfo.rs:69:30 Nov 28 04:50:14.008 INFO [stderr] | Nov 28 04:50:14.008 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:14.008 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 28 04:50:14.008 INFO [stderr] ... Nov 28 04:50:14.008 INFO [stderr] 69 | assert_eq!(false, fi.is_complete()); Nov 28 04:50:14.008 INFO [stderr] | ^^^^^^^^^^^ Nov 28 04:50:14.008 INFO [stderr] Nov 28 04:50:14.386 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:14.386 INFO [stderr] --> src/neardups/fileinfo.rs:72:21 Nov 28 04:50:14.386 INFO [stderr] | Nov 28 04:50:14.386 INFO [stderr] 72 | d_hash: Some("foobar".into()), Nov 28 04:50:14.386 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:14.386 INFO [stderr] | Nov 28 04:50:14.386 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:14.386 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:14.386 INFO [stderr] Nov 28 04:50:14.608 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:14.609 INFO [stderr] --> src/neardups/fileinfo.rs:73:21 Nov 28 04:50:14.609 INFO [stderr] | Nov 28 04:50:14.609 INFO [stderr] 73 | p_hash: Some("blah".into()), Nov 28 04:50:14.609 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:14.609 INFO [stderr] | Nov 28 04:50:14.609 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:14.609 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:14.611 INFO [stderr] Nov 28 04:50:14.959 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:14.959 INFO [stderr] --> src/neardups/fileinfo.rs:74:24 Nov 28 04:50:14.959 INFO [stderr] | Nov 28 04:50:14.959 INFO [stderr] 74 | sha2_hash: Some("xxxxx".into()), Nov 28 04:50:14.959 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:14.960 INFO [stderr] | Nov 28 04:50:14.960 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:14.960 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:14.960 INFO [stderr] Nov 28 04:50:14.976 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 28 04:50:14.976 INFO [stderr] --> src/neardups/fileinfo.rs:77:29 Nov 28 04:50:14.976 INFO [stderr] | Nov 28 04:50:14.976 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:14.976 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 28 04:50:14.976 INFO [stderr] ... Nov 28 04:50:14.976 INFO [stderr] 77 | assert_eq!(true, fi.is_complete()); Nov 28 04:50:14.976 INFO [stderr] | ^^^^^^^^^^^ Nov 28 04:50:14.976 INFO [stderr] Nov 28 04:50:14.992 INFO [stderr] error[E0599]: no function or associated item named `with_name` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 28 04:50:14.992 INFO [stderr] --> src/neardups/fileinfo.rs:83:18 Nov 28 04:50:14.992 INFO [stderr] | Nov 28 04:50:14.992 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:14.992 INFO [stderr] | ------------------- function or associated item `with_name` not found for this Nov 28 04:50:14.992 INFO [stderr] ... Nov 28 04:50:14.992 INFO [stderr] 83 | let fi = FileInfo::with_name(name); Nov 28 04:50:14.992 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `neardups::fileinfo::FileInfo` Nov 28 04:50:14.992 INFO [stderr] Nov 28 04:50:15.160 INFO [stderr] error: aborting due to 10 previous errors Nov 28 04:50:15.160 INFO [stderr] Nov 28 04:50:15.160 INFO [stderr] Some errors occurred: E0308, E0599, E0609. Nov 28 04:50:15.160 INFO [stderr] For more information about an error, try `rustc --explain E0308`. Nov 28 04:50:15.171 INFO [stderr] error: Could not compile `itools`. Nov 28 04:50:15.171 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 04:50:20.500 INFO [stderr] error: build failed Nov 28 04:50:20.508 INFO [stderr] su: No module specific data is present Nov 28 04:50:21.804 INFO running `"docker" "inspect" "8ac2b458f4258fea0575732be89767cd833e94c739959305c68d6fcd8bbd3c71"` Nov 28 04:50:22.099 INFO running `"docker" "rm" "-f" "8ac2b458f4258fea0575732be89767cd833e94c739959305c68d6fcd8bbd3c71"` Nov 28 04:50:22.391 INFO [stdout] 8ac2b458f4258fea0575732be89767cd833e94c739959305c68d6fcd8bbd3c71