Dec 11 17:54:57.321 INFO checking gmadrid/itools against master#3a75e80557a103497cffbcab395a2f37061a77ea for pr-56677 Dec 11 17:54:57.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56677/worker-3/master#3a75e80557a103497cffbcab395a2f37061a77ea:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56677/master#3a75e80557a103497cffbcab395a2f37061a77ea:/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 +3a75e80557a103497cffbcab395a2f37061a77ea-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"` Dec 11 17:54:57.836 INFO [stdout] 6c753ee1dd7509f476da229912d6b82da702818d352f27c268cc8264ae61e920 Dec 11 17:54:57.838 INFO running `"docker" "start" "-a" "6c753ee1dd7509f476da229912d6b82da702818d352f27c268cc8264ae61e920"` Dec 11 17:54:59.303 INFO [stderr] usermod: no changes Dec 11 17:54:59.716 INFO [stderr] Checking bk-tree v0.3.0 Dec 11 17:54:59.732 INFO [stderr] Checking subprocess v0.1.17 Dec 11 17:54:59.796 INFO [stderr] Compiling syn v0.15.15 Dec 11 17:54:59.796 INFO [stderr] Checking sha2 v0.8.0 Dec 11 17:54:59.796 INFO [stderr] Checking rayon v1.0.2 Dec 11 17:54:59.796 INFO [stderr] Checking console v0.6.2 Dec 11 17:55:05.457 INFO [stderr] Checking indicatif v0.9.0 Dec 11 17:55:09.626 INFO [stderr] Checking jpeg-decoder v0.1.15 Dec 11 17:55:16.511 INFO [stderr] Compiling num-derive v0.2.3 Dec 11 17:55:16.511 INFO [stderr] Compiling serde_derive v1.0.80 Dec 11 17:55:24.391 INFO [stderr] Checking image v0.19.0 Dec 11 17:55:34.374 INFO [stderr] Checking img_hash v2.1.0 Dec 11 17:55:36.746 INFO [stderr] Checking itools v0.1.0 (/source) Dec 11 17:55:41.908 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Dec 11 17:55:41.908 INFO [stderr] --> src/neardups/config.rs:224:33 Dec 11 17:55:41.908 INFO [stderr] | Dec 11 17:55:41.908 INFO [stderr] 224 | assert_eq!(true, c_show.show_output); Dec 11 17:55:41.908 INFO [stderr] | ^^^^^^^^^^^ unknown field Dec 11 17:55:41.908 INFO [stderr] | Dec 11 17:55:41.908 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Dec 11 17:55:41.908 INFO [stderr] Dec 11 17:55:41.916 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Dec 11 17:55:41.916 INFO [stderr] --> src/neardups/config.rs:227:35 Dec 11 17:55:41.916 INFO [stderr] | Dec 11 17:55:41.916 INFO [stderr] 227 | assert_eq!(false, c_quiet.show_output); Dec 11 17:55:41.916 INFO [stderr] | ^^^^^^^^^^^ unknown field Dec 11 17:55:41.916 INFO [stderr] | Dec 11 17:55:41.916 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Dec 11 17:55:41.916 INFO [stderr] Dec 11 17:55:42.024 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 11 17:55:42.024 INFO [stderr] --> src/neardups/fileinfo.rs:63:30 Dec 11 17:55:42.024 INFO [stderr] | Dec 11 17:55:42.024 INFO [stderr] 4 | pub struct FileInfo { Dec 11 17:55:42.024 INFO [stderr] | ------------------- method `is_complete` not found for this Dec 11 17:55:42.024 INFO [stderr] ... Dec 11 17:55:42.024 INFO [stderr] 63 | assert_eq!(false, fi.is_complete()); Dec 11 17:55:42.024 INFO [stderr] | ^^^^^^^^^^^ Dec 11 17:55:42.024 INFO [stderr] Dec 11 17:55:42.490 INFO [stderr] error[E0308]: mismatched types Dec 11 17:55:42.490 INFO [stderr] --> src/neardups/fileinfo.rs:66:21 Dec 11 17:55:42.491 INFO [stderr] | Dec 11 17:55:42.491 INFO [stderr] 66 | a_hash: Some("sisisi".into()), Dec 11 17:55:42.491 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 11 17:55:42.491 INFO [stderr] | Dec 11 17:55:42.492 INFO [stderr] = note: expected type `std::string::String` Dec 11 17:55:42.492 INFO [stderr] found type `std::option::Option<_>` Dec 11 17:55:42.492 INFO [stderr] Dec 11 17:55:42.509 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 11 17:55:42.509 INFO [stderr] --> src/neardups/fileinfo.rs:69:30 Dec 11 17:55:42.510 INFO [stderr] | Dec 11 17:55:42.510 INFO [stderr] 4 | pub struct FileInfo { Dec 11 17:55:42.510 INFO [stderr] | ------------------- method `is_complete` not found for this Dec 11 17:55:42.510 INFO [stderr] ... Dec 11 17:55:42.511 INFO [stderr] 69 | assert_eq!(false, fi.is_complete()); Dec 11 17:55:42.511 INFO [stderr] | ^^^^^^^^^^^ Dec 11 17:55:42.511 INFO [stderr] Dec 11 17:55:42.992 INFO [stderr] error[E0308]: mismatched types Dec 11 17:55:42.992 INFO [stderr] --> src/neardups/fileinfo.rs:72:21 Dec 11 17:55:42.993 INFO [stderr] | Dec 11 17:55:42.993 INFO [stderr] 72 | d_hash: Some("foobar".into()), Dec 11 17:55:42.993 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 11 17:55:42.994 INFO [stderr] | Dec 11 17:55:42.994 INFO [stderr] = note: expected type `std::string::String` Dec 11 17:55:42.994 INFO [stderr] found type `std::option::Option<_>` Dec 11 17:55:42.994 INFO [stderr] Dec 11 17:55:43.780 INFO [stderr] error[E0308]: mismatched types Dec 11 17:55:43.780 INFO [stderr] --> src/neardups/fileinfo.rs:73:21 Dec 11 17:55:43.780 INFO [stderr] | Dec 11 17:55:43.780 INFO [stderr] 73 | p_hash: Some("blah".into()), Dec 11 17:55:43.780 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 11 17:55:43.780 INFO [stderr] | Dec 11 17:55:43.780 INFO [stderr] = note: expected type `std::string::String` Dec 11 17:55:43.780 INFO [stderr] found type `std::option::Option<_>` Dec 11 17:55:43.780 INFO [stderr] Dec 11 17:55:44.244 INFO [stderr] error[E0308]: mismatched types Dec 11 17:55:44.244 INFO [stderr] --> src/neardups/fileinfo.rs:74:24 Dec 11 17:55:44.244 INFO [stderr] | Dec 11 17:55:44.244 INFO [stderr] 74 | sha2_hash: Some("xxxxx".into()), Dec 11 17:55:44.244 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Dec 11 17:55:44.244 INFO [stderr] | Dec 11 17:55:44.244 INFO [stderr] = note: expected type `std::string::String` Dec 11 17:55:44.244 INFO [stderr] found type `std::option::Option<_>` Dec 11 17:55:44.244 INFO [stderr] Dec 11 17:55:44.250 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 11 17:55:44.250 INFO [stderr] --> src/neardups/fileinfo.rs:77:29 Dec 11 17:55:44.250 INFO [stderr] | Dec 11 17:55:44.250 INFO [stderr] 4 | pub struct FileInfo { Dec 11 17:55:44.250 INFO [stderr] | ------------------- method `is_complete` not found for this Dec 11 17:55:44.250 INFO [stderr] ... Dec 11 17:55:44.250 INFO [stderr] 77 | assert_eq!(true, fi.is_complete()); Dec 11 17:55:44.250 INFO [stderr] | ^^^^^^^^^^^ Dec 11 17:55:44.250 INFO [stderr] Dec 11 17:55:44.260 INFO [stderr] error[E0599]: no function or associated item named `with_name` found for type `neardups::fileinfo::FileInfo` in the current scope Dec 11 17:55:44.260 INFO [stderr] --> src/neardups/fileinfo.rs:83:18 Dec 11 17:55:44.260 INFO [stderr] | Dec 11 17:55:44.260 INFO [stderr] 4 | pub struct FileInfo { Dec 11 17:55:44.260 INFO [stderr] | ------------------- function or associated item `with_name` not found for this Dec 11 17:55:44.260 INFO [stderr] ... Dec 11 17:55:44.260 INFO [stderr] 83 | let fi = FileInfo::with_name(name); Dec 11 17:55:44.260 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `neardups::fileinfo::FileInfo` Dec 11 17:55:44.260 INFO [stderr] Dec 11 17:55:44.424 INFO [stderr] error: aborting due to 10 previous errors Dec 11 17:55:44.424 INFO [stderr] Dec 11 17:55:44.424 INFO [stderr] Some errors occurred: E0308, E0599, E0609. Dec 11 17:55:44.424 INFO [stderr] For more information about an error, try `rustc --explain E0308`. Dec 11 17:55:44.443 INFO [stderr] error: Could not compile `itools`. Dec 11 17:55:44.443 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 11 17:55:48.060 INFO [stderr] error: build failed Dec 11 17:55:48.068 INFO [stderr] su: No module specific data is present Dec 11 17:55:48.600 INFO running `"docker" "inspect" "6c753ee1dd7509f476da229912d6b82da702818d352f27c268cc8264ae61e920"` Dec 11 17:55:48.804 INFO running `"docker" "rm" "-f" "6c753ee1dd7509f476da229912d6b82da702818d352f27c268cc8264ae61e920"` Dec 11 17:55:49.096 INFO [stdout] 6c753ee1dd7509f476da229912d6b82da702818d352f27c268cc8264ae61e920