Nov 28 04:49:07.415 INFO checking gmadrid/itools against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 04:49:07.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-6/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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:07.844 INFO [stdout] 1bcfe0d21b284c9678d7f23b9d03447b0373265a98bf236f9877ef8da488237a Nov 28 04:49:07.847 INFO running `"docker" "start" "-a" "1bcfe0d21b284c9678d7f23b9d03447b0373265a98bf236f9877ef8da488237a"` Nov 28 04:49:09.323 INFO [stderr] usermod: no changes Nov 28 04:49:09.595 INFO [stderr] Checking bk-tree v0.3.0 Nov 28 04:49:09.610 INFO [stderr] Checking subprocess v0.1.17 Nov 28 04:49:09.612 INFO [stderr] Checking regex-syntax v0.5.6 Nov 28 04:49:09.631 INFO [stderr] Checking serde_yaml v0.8.7 Nov 28 04:49:09.634 INFO [stderr] Compiling syn v0.15.15 Nov 28 04:49:09.635 INFO [stderr] Checking block-buffer v0.7.0 Nov 28 04:49:09.640 INFO [stderr] Checking rayon v1.0.2 Nov 28 04:49:09.642 INFO [stderr] Checking console v0.6.2 Nov 28 04:49:12.624 INFO [stderr] Checking sha2 v0.8.0 Nov 28 04:49:25.033 INFO [stderr] Checking jpeg-decoder v0.1.15 Nov 28 04:49:26.556 INFO [stderr] Checking regex v0.2.11 Nov 28 04:49:33.539 INFO [stderr] Compiling num-derive v0.2.3 Nov 28 04:49:33.539 INFO [stderr] Compiling serde_derive v1.0.80 Nov 28 04:49:34.740 INFO [stderr] Checking indicatif v0.9.0 Nov 28 04:49:45.068 INFO [stderr] Checking image v0.19.0 Nov 28 04:49:57.844 INFO [stderr] Checking img_hash v2.1.0 Nov 28 04:50:00.068 INFO [stderr] Checking itools v0.1.0 (/source) Nov 28 04:50:04.644 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 28 04:50:04.644 INFO [stderr] --> src/neardups/config.rs:224:33 Nov 28 04:50:04.644 INFO [stderr] | Nov 28 04:50:04.644 INFO [stderr] 224 | assert_eq!(true, c_show.show_output); Nov 28 04:50:04.644 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 28 04:50:04.644 INFO [stderr] | Nov 28 04:50:04.644 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 28 04:50:04.644 INFO [stderr] Nov 28 04:50:04.664 INFO [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` Nov 28 04:50:04.664 INFO [stderr] --> src/neardups/config.rs:227:35 Nov 28 04:50:04.664 INFO [stderr] | Nov 28 04:50:04.664 INFO [stderr] 227 | assert_eq!(false, c_quiet.show_output); Nov 28 04:50:04.664 INFO [stderr] | ^^^^^^^^^^^ unknown field Nov 28 04:50:04.664 INFO [stderr] | Nov 28 04:50:04.664 INFO [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` Nov 28 04:50:04.664 INFO [stderr] Nov 28 04:50:04.781 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 28 04:50:04.781 INFO [stderr] --> src/neardups/fileinfo.rs:63:30 Nov 28 04:50:04.781 INFO [stderr] | Nov 28 04:50:04.782 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:04.782 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 28 04:50:04.782 INFO [stderr] ... Nov 28 04:50:04.783 INFO [stderr] 63 | assert_eq!(false, fi.is_complete()); Nov 28 04:50:04.783 INFO [stderr] | ^^^^^^^^^^^ Nov 28 04:50:04.783 INFO [stderr] Nov 28 04:50:05.736 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:05.736 INFO [stderr] --> src/neardups/fileinfo.rs:66:21 Nov 28 04:50:05.736 INFO [stderr] | Nov 28 04:50:05.736 INFO [stderr] 66 | a_hash: Some("sisisi".into()), Nov 28 04:50:05.736 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:05.736 INFO [stderr] | Nov 28 04:50:05.736 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:05.736 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:05.736 INFO [stderr] Nov 28 04:50:05.760 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 28 04:50:05.760 INFO [stderr] --> src/neardups/fileinfo.rs:69:30 Nov 28 04:50:05.760 INFO [stderr] | Nov 28 04:50:05.760 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:05.760 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 28 04:50:05.760 INFO [stderr] ... Nov 28 04:50:05.760 INFO [stderr] 69 | assert_eq!(false, fi.is_complete()); Nov 28 04:50:05.760 INFO [stderr] | ^^^^^^^^^^^ Nov 28 04:50:05.760 INFO [stderr] Nov 28 04:50:06.604 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:06.604 INFO [stderr] --> src/neardups/fileinfo.rs:72:21 Nov 28 04:50:06.604 INFO [stderr] | Nov 28 04:50:06.604 INFO [stderr] 72 | d_hash: Some("foobar".into()), Nov 28 04:50:06.604 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:06.616 INFO [stderr] | Nov 28 04:50:06.617 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:06.617 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:06.618 INFO [stderr] Nov 28 04:50:07.319 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:07.319 INFO [stderr] --> src/neardups/fileinfo.rs:73:21 Nov 28 04:50:07.319 INFO [stderr] | Nov 28 04:50:07.319 INFO [stderr] 73 | p_hash: Some("blah".into()), Nov 28 04:50:07.319 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:07.320 INFO [stderr] | Nov 28 04:50:07.320 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:07.321 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:07.321 INFO [stderr] Nov 28 04:50:08.124 INFO [stderr] error[E0308]: mismatched types Nov 28 04:50:08.124 INFO [stderr] --> src/neardups/fileinfo.rs:74:24 Nov 28 04:50:08.124 INFO [stderr] | Nov 28 04:50:08.124 INFO [stderr] 74 | sha2_hash: Some("xxxxx".into()), Nov 28 04:50:08.124 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` Nov 28 04:50:08.124 INFO [stderr] | Nov 28 04:50:08.124 INFO [stderr] = note: expected type `std::string::String` Nov 28 04:50:08.124 INFO [stderr] found type `std::option::Option<_>` Nov 28 04:50:08.124 INFO [stderr] Nov 28 04:50:08.153 INFO [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope Nov 28 04:50:08.153 INFO [stderr] --> src/neardups/fileinfo.rs:77:29 Nov 28 04:50:08.153 INFO [stderr] | Nov 28 04:50:08.153 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:08.153 INFO [stderr] | ------------------- method `is_complete` not found for this Nov 28 04:50:08.153 INFO [stderr] ... Nov 28 04:50:08.153 INFO [stderr] 77 | assert_eq!(true, fi.is_complete()); Nov 28 04:50:08.153 INFO [stderr] | ^^^^^^^^^^^ Nov 28 04:50:08.153 INFO [stderr] Nov 28 04:50:08.179 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:08.179 INFO [stderr] --> src/neardups/fileinfo.rs:83:18 Nov 28 04:50:08.179 INFO [stderr] | Nov 28 04:50:08.179 INFO [stderr] 4 | pub struct FileInfo { Nov 28 04:50:08.179 INFO [stderr] | ------------------- function or associated item `with_name` not found for this Nov 28 04:50:08.179 INFO [stderr] ... Nov 28 04:50:08.179 INFO [stderr] 83 | let fi = FileInfo::with_name(name); Nov 28 04:50:08.179 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `neardups::fileinfo::FileInfo` Nov 28 04:50:08.179 INFO [stderr] Nov 28 04:50:08.684 INFO [stderr] error: aborting due to 10 previous errors Nov 28 04:50:08.685 INFO [stderr] Nov 28 04:50:08.685 INFO [stderr] Some errors occurred: E0308, E0599, E0609. Nov 28 04:50:08.685 INFO [stderr] For more information about an error, try `rustc --explain E0308`. Nov 28 04:50:08.709 INFO [stderr] error: Could not compile `itools`. Nov 28 04:50:08.709 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 04:50:13.352 INFO [stderr] error: build failed Nov 28 04:50:13.356 INFO [stderr] su: No module specific data is present Nov 28 04:50:15.051 INFO running `"docker" "inspect" "1bcfe0d21b284c9678d7f23b9d03447b0373265a98bf236f9877ef8da488237a"` Nov 28 04:50:15.462 INFO running `"docker" "rm" "-f" "1bcfe0d21b284c9678d7f23b9d03447b0373265a98bf236f9877ef8da488237a"` Nov 28 04:50:15.848 INFO [stdout] 1bcfe0d21b284c9678d7f23b9d03447b0373265a98bf236f9877ef8da488237a