[INFO] updating cached repository https://github.com/fernandobatels/blitz-money
[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] bd11e87a82320c4c0e2db67c8f521e2f2a67bd34
[INFO] checking fernandobatels/blitz-money against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffernandobatels%2Fblitz-money" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/fernandobatels/blitz-money on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/fernandobatels/blitz-money
[INFO] finished tweaking git repo https://github.com/fernandobatels/blitz-money
[INFO] tweaked toml for git repo https://github.com/fernandobatels/blitz-money written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/fernandobatels/icalendar-rs`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 2c4d6dd31f9a865f9d8455487adc840c63c94588bc98da6f9b8a9ec39222aec0
[INFO] running `"docker" "start" "-a" "2c4d6dd31f9a865f9d8455487adc840c63c94588bc98da6f9b8a9ec39222aec0"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.10
[INFO] [stderr]     Checking unicode-xid v0.2.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking encode_unicode v0.3.6
[INFO] [stderr]     Checking starts-ends-with-caseless v0.5.3
[INFO] [stderr]     Checking json v0.12.4
[INFO] [stderr]     Checking predicates v1.0.4
[INFO] [stderr]     Checking xmltree v0.10.0
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]     Checking json-gettext v3.1.7
[INFO] [stderr]     Checking rand v0.6.5
[INFO] [stderr]     Checking uuid v0.5.1
[INFO] [stderr]     Checking term v0.5.2
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking bstr v0.2.12
[INFO] [stderr]     Checking assert_cmd v1.0.1
[INFO] [stderr]     Checking quote v1.0.3
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking csv v1.1.3
[INFO] [stderr]     Checking icalendar v0.3.1 (https://github.com/fernandobatels/icalendar-rs#01ae766a)
[INFO] [stderr]     Checking prettytable-rs v0.8.0
[INFO] [stderr]     Checking lazy-static-include v2.2.2
[INFO] [stderr]     Checking bmoney v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> src/main.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> src/main.rs:22:1
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0609]: no field `name` on type `xmltree::XMLNode`
[INFO] [stderr]   --> src/backend/import_ofx.rs:63:19
[INFO] [stderr]    |
[INFO] [stderr] 63 |             if tr.name == "STMTTRN".to_string() {
[INFO] [stderr]    |                   ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:65:35
[INFO] [stderr]    |
[INFO] [stderr] 65 |                 let dtposted = tr.get_child("DTPOSTED")
[INFO] [stderr]    |                                   ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:69:33
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 let trnamt = tr.get_child("TRNAMT")
[INFO] [stderr]    |                                 ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:73:32
[INFO] [stderr]    |
[INFO] [stderr] 73 |                 let fitid = tr.get_child("FITID")
[INFO] [stderr]    |                                ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:77:31
[INFO] [stderr]    |
[INFO] [stderr] 77 |                 let memo = tr.get_child("MEMO")
[INFO] [stderr]    |                               ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/backend/storage.rs:69:83
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 Err(e) => panic!("Couldn't create/open the storage file at {}", e.description()),
[INFO] [stderr]    |                                                                                   ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/backend/storage.rs:294:70
[INFO] [stderr]     |
[INFO] [stderr] 294 |                     Err(e) => panic!("Couldn't parse the row: {}", e.description())
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0609.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `bmoney`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0609]: no field `name` on type `xmltree::XMLNode`
[INFO] [stderr]   --> src/backend/import_ofx.rs:63:19
[INFO] [stderr]    |
[INFO] [stderr] 63 |             if tr.name == "STMTTRN".to_string() {
[INFO] [stderr]    |                   ^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:65:35
[INFO] [stderr]    |
[INFO] [stderr] 65 |                 let dtposted = tr.get_child("DTPOSTED")
[INFO] [stderr]    |                                   ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:69:33
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 let trnamt = tr.get_child("TRNAMT")
[INFO] [stderr]    |                                 ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:73:32
[INFO] [stderr]    |
[INFO] [stderr] 73 |                 let fitid = tr.get_child("FITID")
[INFO] [stderr]    |                                ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `get_child` found for enum `xmltree::XMLNode` in the current scope
[INFO] [stderr]   --> src/backend/import_ofx.rs:77:31
[INFO] [stderr]    |
[INFO] [stderr] 77 |                 let memo = tr.get_child("MEMO")
[INFO] [stderr]    |                               ^^^^^^^^^ method not found in `xmltree::XMLNode`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/backend/storage.rs:69:83
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 Err(e) => panic!("Couldn't create/open the storage file at {}", e.description()),
[INFO] [stderr]    |                                                                                   ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/backend/storage.rs:294:70
[INFO] [stderr]     |
[INFO] [stderr] 294 |                     Err(e) => panic!("Couldn't parse the row: {}", e.description())
[INFO] [stderr]     |                                                                      ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 5 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0599, E0609.
[INFO] [stderr] For more information about an error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `bmoney`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "2c4d6dd31f9a865f9d8455487adc840c63c94588bc98da6f9b8a9ec39222aec0"`
[INFO] running `"docker" "rm" "-f" "2c4d6dd31f9a865f9d8455487adc840c63c94588bc98da6f9b8a9ec39222aec0"`
[INFO] [stdout] 2c4d6dd31f9a865f9d8455487adc840c63c94588bc98da6f9b8a9ec39222aec0
