[INFO] updating cached repository storyfeet/irrigate-cards [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/storyfeet/irrigate-cards [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/storyfeet/irrigate-cards" "work/ex/beta-1.38-1/sources/1.37.0/gh/storyfeet/irrigate-cards"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/storyfeet/irrigate-cards'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/storyfeet/irrigate-cards" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/irrigate-cards"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/irrigate-cards'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 26923af62fe9e86789641c28b0291a98d0d3d027 [INFO] sha for GitHub repo storyfeet/irrigate-cards: 26923af62fe9e86789641c28b0291a98d0d3d027 [INFO] validating manifest of storyfeet/irrigate-cards 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/irrigate-cards 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/irrigate-cards [INFO] removed path dependency clap_conf from storyfeet/irrigate-cards [INFO] removed path dependency lazy_conf from storyfeet/irrigate-cards [INFO] removed path dependency mksvg from storyfeet/irrigate-cards [INFO] finished frobbing storyfeet/irrigate-cards [INFO] frobbed toml for storyfeet/irrigate-cards written to work/ex/beta-1.38-1/sources/1.37.0/gh/storyfeet/irrigate-cards/Cargo.toml [INFO] started frobbing storyfeet/irrigate-cards [INFO] removed path dependency clap_conf from storyfeet/irrigate-cards [INFO] removed path dependency lazy_conf from storyfeet/irrigate-cards [INFO] removed path dependency mksvg from storyfeet/irrigate-cards [INFO] finished frobbing storyfeet/irrigate-cards [INFO] frobbed toml for storyfeet/irrigate-cards written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/storyfeet/irrigate-cards/Cargo.toml [INFO] crate storyfeet/irrigate-cards 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/irrigate-cards/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/irrigate-cards 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/irrigate-cards:/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] e50f8a13e9b66f5d0031713878b96edc3a8e0a57cf718d0fc556e660e8c65cda [INFO] running `"docker" "start" "-a" "e50f8a13e9b66f5d0031713878b96edc3a8e0a57cf718d0fc556e660e8c65cda"` [INFO] [stderr] warning: dependency (clap_conf) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [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] warning: dependency (mksvg) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling irrigate v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `lazy_conf::Loader` [INFO] [stderr] --> src/main.rs:3:26 [INFO] [stderr] | [INFO] [stderr] 3 | use lazy_conf::{Getable, Loader, LzList}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Loader` in the root [INFO] [stderr] | help: a similar name exists in the module: `loader` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `load` found for type `lazy_conf::lz_list::LzList` in the current scope [INFO] [stderr] --> src/main.rs:130:26 [INFO] [stderr] | [INFO] [stderr] 130 | let cardlz = LzList::load(&cardloc)?; [INFO] [stderr] | ^^^^ function or associated item not found in `lazy_conf::lz_list::LzList` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 1 | use lazy_conf::loader::Loader; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> src/main.rs:184:18 [INFO] [stderr] | [INFO] [stderr] 184 | let fpages = page::pages_a4(fout, 5, 7, &fronts)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `std::vec::Vec` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> src/main.rs:188:18 [INFO] [stderr] | [INFO] [stderr] 188 | let bpages = page::pages_a4(bout, 5, 7, &backs)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `std::vec::Vec` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Getable` [INFO] [stderr] --> src/main.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use lazy_conf::{Getable, Loader, LzList}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `irrigate`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e50f8a13e9b66f5d0031713878b96edc3a8e0a57cf718d0fc556e660e8c65cda"` [INFO] running `"docker" "rm" "-f" "e50f8a13e9b66f5d0031713878b96edc3a8e0a57cf718d0fc556e660e8c65cda"` [INFO] [stdout] e50f8a13e9b66f5d0031713878b96edc3a8e0a57cf718d0fc556e660e8c65cda