[INFO] updating cached repository mrterry/lunchr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mrterry/lunchr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mrterry/lunchr" "work/ex/beta-1.38-1/sources/1.37.0/gh/mrterry/lunchr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mrterry/lunchr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mrterry/lunchr" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mrterry/lunchr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mrterry/lunchr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 989fd3b0499e2601d61507bed0d5138f8031af81 [INFO] sha for GitHub repo mrterry/lunchr: 989fd3b0499e2601d61507bed0d5138f8031af81 [INFO] validating manifest of mrterry/lunchr 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 mrterry/lunchr 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 mrterry/lunchr [INFO] finished frobbing mrterry/lunchr [INFO] frobbed toml for mrterry/lunchr written to work/ex/beta-1.38-1/sources/1.37.0/gh/mrterry/lunchr/Cargo.toml [INFO] started frobbing mrterry/lunchr [INFO] finished frobbing mrterry/lunchr [INFO] frobbed toml for mrterry/lunchr written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mrterry/lunchr/Cargo.toml [INFO] crate mrterry/lunchr 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mrterry/lunchr 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-2/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/mrterry/lunchr:/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] 93acf72dffcd80a8da075485582d0ced9dffbe50d02b236a52b56a6ce017e4db [INFO] running `"docker" "start" "-a" "93acf72dffcd80a8da075485582d0ced9dffbe50d02b236a52b56a6ce017e4db"` [INFO] [stderr] Compiling lunchr v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `:`, `;`, `=`, or `@`, found `.` [INFO] [stderr] --> src/main.rs:96:18 [INFO] [stderr] | [INFO] [stderr] 96 | let table_seq.one_pass() [INFO] [stderr] | ^ expected one of `:`, `;`, `=`, or `@` here [INFO] [stderr] [INFO] [stderr] error[E0423]: expected value, found enum `TableAction` [INFO] [stderr] --> src/main.rs:94:27 [INFO] [stderr] | [INFO] [stderr] 94 | let mut best_action = TableAction.Stay; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] help: try using one of the enum's variants [INFO] [stderr] | [INFO] [stderr] 94 | let mut best_action = TableAction::Join.Stay; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 94 | let mut best_action = TableAction::Replace.Stay; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 94 | let mut best_action = TableAction::Stay.Stay; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `MAX` found for type `u32` in the current scope [INFO] [stderr] --> src/main.rs:93:25 [INFO] [stderr] | [INFO] [stderr] 93 | let mut best = u32::MAX; [INFO] [stderr] | ^^^ associated item not found in `u32` [INFO] [stderr] help: you are looking for the module in `std`, not the primitive type [INFO] [stderr] | [INFO] [stderr] 93 | let mut best = std::u32::MAX; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0423, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0423`. [INFO] [stderr] error: Could not compile `lunchr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "93acf72dffcd80a8da075485582d0ced9dffbe50d02b236a52b56a6ce017e4db"` [INFO] running `"docker" "rm" "-f" "93acf72dffcd80a8da075485582d0ced9dffbe50d02b236a52b56a6ce017e4db"` [INFO] [stdout] 93acf72dffcd80a8da075485582d0ced9dffbe50d02b236a52b56a6ce017e4db