[INFO] updating cached repository storyfeet/tither [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/storyfeet/tither [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/storyfeet/tither" "work/ex/beta-1.38-1/sources/1.37.0/gh/storyfeet/tither"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/storyfeet/tither'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/storyfeet/tither" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/tither"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/tither'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b2b2eb5e73a2f7e30fe13f2b846375fe6231e07f [INFO] sha for GitHub repo storyfeet/tither: b2b2eb5e73a2f7e30fe13f2b846375fe6231e07f [INFO] validating manifest of storyfeet/tither on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of storyfeet/tither on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing storyfeet/tither [INFO] removed path dependency lazy_conf from storyfeet/tither [INFO] finished frobbing storyfeet/tither [INFO] frobbed toml for storyfeet/tither written to work/ex/beta-1.38-1/sources/1.37.0/gh/storyfeet/tither/Cargo.toml [INFO] started frobbing storyfeet/tither [INFO] removed path dependency lazy_conf from storyfeet/tither [INFO] finished frobbing storyfeet/tither [INFO] frobbed toml for storyfeet/tither written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/tither/Cargo.toml [INFO] crate storyfeet/tither already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/storyfeet/tither/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing storyfeet/tither against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/tither:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 5182117cc0856407f3fcffbf735c0f83b7e56a1ac6d4114124868d4a718edb47 [INFO] running `"docker" "start" "-a" "5182117cc0856407f3fcffbf735c0f83b7e56a1ac6d4114124868d4a718edb47"` [INFO] [stderr] warning: dependency (lazy_conf) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling lazy_conf v0.1.1 [INFO] [stderr] Compiling lazyf v0.1.4 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling tither v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/action.rs:51:39 [INFO] [stderr] | [INFO] [stderr] 51 | return SetCurr(ss.trim_left_matches("=curr,").trim().to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/action.rs:54:33 [INFO] [stderr] | [INFO] [stderr] 54 | let ps = ss.trim_left_matches("=tithe,").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.65s [INFO] running `"docker" "inspect" "5182117cc0856407f3fcffbf735c0f83b7e56a1ac6d4114124868d4a718edb47"` [INFO] running `"docker" "rm" "-f" "5182117cc0856407f3fcffbf735c0f83b7e56a1ac6d4114124868d4a718edb47"` [INFO] [stdout] 5182117cc0856407f3fcffbf735c0f83b7e56a1ac6d4114124868d4a718edb47 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/tither:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 576c3b71e653d30492f9a07309bb2c40aa67fca752ed0b4cbe22f14b82c2f197 [INFO] running `"docker" "start" "-a" "576c3b71e653d30492f9a07309bb2c40aa67fca752ed0b4cbe22f14b82c2f197"` [INFO] [stderr] warning: dependency (lazy_conf) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling tither v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `money` [INFO] [stderr] --> src/money.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | use money::*; [INFO] [stderr] | ^^^^^ help: a similar path exists: `crate::money` [INFO] [stderr] | [INFO] [stderr] = note: `use` statements changed in Rust 2018; read more at [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:73:44 [INFO] [stderr] | [INFO] [stderr] 73 | assert_eq!("4".parse::(),Ok(Money::from(400))); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:74:47 [INFO] [stderr] | [INFO] [stderr] 74 | assert_eq!("-4.5".parse::(),Ok(Money::from(-450))); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:75:50 [INFO] [stderr] | [INFO] [stderr] 75 | assert_eq!("-4.0005".parse::(),Ok(Money::from(-400))); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:82:21 [INFO] [stderr] | [INFO] [stderr] 82 | assert_eq!(&Money::from(400).to_string(),"4.00"); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:83:21 [INFO] [stderr] | [INFO] [stderr] 83 | assert_eq!(&Money::from(41).to_string(),"0.41"); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:84:21 [INFO] [stderr] | [INFO] [stderr] 84 | assert_eq!(&Money::from(-420).to_string(),"-4.20"); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:85:21 [INFO] [stderr] | [INFO] [stderr] 85 | assert_eq!(&Money::from(4000).to_string(),"40.00"); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Money` [INFO] [stderr] --> src/money.rs:86:21 [INFO] [stderr] | [INFO] [stderr] 86 | assert_eq!(&Money::from(-20).to_string(),"-0.20"); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Money` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Money` in this scope [INFO] [stderr] --> src/money.rs:73:32 [INFO] [stderr] | [INFO] [stderr] 73 | assert_eq!("4".parse::(),Ok(Money::from(400))); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 70 | use crate::money::Money; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Money` in this scope [INFO] [stderr] --> src/money.rs:74:35 [INFO] [stderr] | [INFO] [stderr] 74 | assert_eq!("-4.5".parse::(),Ok(Money::from(-450))); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 70 | use crate::money::Money; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Money` in this scope [INFO] [stderr] --> src/money.rs:75:38 [INFO] [stderr] | [INFO] [stderr] 75 | assert_eq!("-4.0005".parse::(),Ok(Money::from(-400))); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 70 | use crate::money::Money; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Money` in this scope [INFO] [stderr] --> src/money.rs:76:34 [INFO] [stderr] | [INFO] [stderr] 76 | assert!("670.tp".parse::().is_err()); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 70 | use crate::money::Money; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Money` in this scope [INFO] [stderr] --> src/money.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | assert!("tp.5".parse::().is_err()); [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 70 | use crate::money::Money; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unused import: `money::*` [INFO] [stderr] --> src/money.rs:70:9 [INFO] [stderr] | [INFO] [stderr] 70 | use money::*; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `super::action::Action::*` [INFO] [stderr] --> src/main.rs:151:9 [INFO] [stderr] | [INFO] [stderr] 151 | use super::action::Action::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/action.rs:51:39 [INFO] [stderr] | [INFO] [stderr] 51 | return SetCurr(ss.trim_left_matches("=curr,").trim().to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/action.rs:54:33 [INFO] [stderr] | [INFO] [stderr] 54 | let ps = ss.trim_left_matches("=tithe,").trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `tither`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "576c3b71e653d30492f9a07309bb2c40aa67fca752ed0b4cbe22f14b82c2f197"` [INFO] running `"docker" "rm" "-f" "576c3b71e653d30492f9a07309bb2c40aa67fca752ed0b4cbe22f14b82c2f197"` [INFO] [stdout] 576c3b71e653d30492f9a07309bb2c40aa67fca752ed0b4cbe22f14b82c2f197