[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] testing fernandobatels/blitz-money against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffernandobatels%2Fblitz-money" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fernandobatels/blitz-money on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] adb004a5c97818a33a74029817cac0950c50e616d316d3b482505dc87f4e799a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "adb004a5c97818a33a74029817cac0950c50e616d316d3b482505dc87f4e799a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling starts-ends-with-caseless v0.5.3 [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling xmltree v0.10.0 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling predicates v1.0.4 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling icalendar v0.3.1 (https://github.com/fernandobatels/icalendar-rs#01ae766a) [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling assert_cmd v1.0.1 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling json-gettext v3.2.0 [INFO] [stderr] Compiling prettytable-rs v0.8.0 [INFO] [stderr] Compiling lazy-static-include v2.2.2 [INFO] [stderr] Compiling 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] 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; 3 warnings emitted [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" "adb004a5c97818a33a74029817cac0950c50e616d316d3b482505dc87f4e799a"` [INFO] running `"docker" "rm" "-f" "adb004a5c97818a33a74029817cac0950c50e616d316d3b482505dc87f4e799a"` [INFO] [stdout] adb004a5c97818a33a74029817cac0950c50e616d316d3b482505dc87f4e799a