[INFO] updating cached repository https://github.com/gmadrid/itools [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 578e16d9de30e2637f828e2a422ec58d602f7c8d [INFO] checking gmadrid/itools against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgmadrid%2Fitools" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gmadrid/itools on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/gmadrid/itools [INFO] finished tweaking git repo https://github.com/gmadrid/itools [INFO] tweaked toml for git repo https://github.com/gmadrid/itools written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/gmadrid/itools already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e90b58ee23f38498cad2cdb27e8e650d0849280f4b694010ce52d87e4d3c7906 [INFO] running `"docker" "start" "-a" "e90b58ee23f38498cad2cdb27e8e650d0849280f4b694010ce52d87e4d3c7906"` [INFO] [stderr] Compiling rayon v1.0.2 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking byte-tools v0.3.0 [INFO] [stderr] Checking opaque-debug v0.2.1 [INFO] [stderr] Checking same-file v1.0.3 [INFO] [stderr] Checking bk-tree v0.3.0 [INFO] [stderr] Checking subprocess v0.1.17 [INFO] [stderr] Checking regex-syntax v0.6.2 [INFO] [stderr] Checking inflate v0.4.3 [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Checking generic-array v0.12.0 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking serde_yaml v0.8.7 [INFO] [stderr] Checking parking_lot_core v0.3.1 [INFO] [stderr] Checking regex v0.2.11 [INFO] [stderr] Checking block-padding v0.1.2 [INFO] [stderr] Checking walkdir v2.2.5 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking digest v0.8.0 [INFO] [stderr] Checking block-buffer v0.7.0 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Compiling syn v0.15.15 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking sha2 v0.8.0 [INFO] [stderr] Checking regex v1.0.5 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking indicatif v0.9.0 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking img_hash v2.1.0 [INFO] [stderr] Checking itools v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` [INFO] [stderr] --> src/neardups/config.rs:224:33 [INFO] [stderr] | [INFO] [stderr] 224 | assert_eq!(true, c_show.show_output); [INFO] [stderr] | ^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `show_output` on type `neardups::config::Config` [INFO] [stderr] --> src/neardups/config.rs:227:35 [INFO] [stderr] | [INFO] [stderr] 227 | assert_eq!(false, c_quiet.show_output); [INFO] [stderr] | ^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `cache_file`, `cache_only`, `files`, `output`, `show_progress`, `search` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:63:30 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- method `is_complete` not found for this [INFO] [stderr] ... [INFO] [stderr] 63 | assert_eq!(false, fi.is_complete()); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `neardups::fileinfo::FileInfo` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/neardups/hasher.rs:106:18 [INFO] [stderr] | [INFO] [stderr] 106 | for (mut fi, buf) in fi_receiver { [INFO] [stderr] | ----^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:66:21 [INFO] [stderr] | [INFO] [stderr] 66 | a_hash: Some("sisisi".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:69:30 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- method `is_complete` not found for this [INFO] [stderr] ... [INFO] [stderr] 69 | assert_eq!(false, fi.is_complete()); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `neardups::fileinfo::FileInfo` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:72:21 [INFO] [stderr] | [INFO] [stderr] 72 | d_hash: Some("foobar".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:73:21 [INFO] [stderr] | [INFO] [stderr] 73 | p_hash: Some("blah".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/neardups/fileinfo.rs:74:24 [INFO] [stderr] | [INFO] [stderr] 74 | sha2_hash: Some("xxxxx".into()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected struct `std::string::String`, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `std::option::Option<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_complete` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:77:29 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- method `is_complete` not found for this [INFO] [stderr] ... [INFO] [stderr] 77 | assert_eq!(true, fi.is_complete()); [INFO] [stderr] | ^^^^^^^^^^^ method not found in `neardups::fileinfo::FileInfo` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `with_name` found for type `neardups::fileinfo::FileInfo` in the current scope [INFO] [stderr] --> src/neardups/fileinfo.rs:83:28 [INFO] [stderr] | [INFO] [stderr] 4 | pub struct FileInfo { [INFO] [stderr] | ------------------- function or associated item `with_name` not found for this [INFO] [stderr] ... [INFO] [stderr] 83 | let fi = FileInfo::with_name(name); [INFO] [stderr] | ^^^^^^^^^ function or associated item not found in `neardups::fileinfo::FileInfo` [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `itools`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e90b58ee23f38498cad2cdb27e8e650d0849280f4b694010ce52d87e4d3c7906"` [INFO] running `"docker" "rm" "-f" "e90b58ee23f38498cad2cdb27e8e650d0849280f4b694010ce52d87e4d3c7906"` [INFO] [stdout] e90b58ee23f38498cad2cdb27e8e650d0849280f4b694010ce52d87e4d3c7906