[INFO] updating cached repository prappe/brunnr [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/prappe/brunnr [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/prappe/brunnr" "work/ex/beta-1.37-6/sources/1.36.0/gh/prappe/brunnr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/prappe/brunnr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/prappe/brunnr" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/prappe/brunnr"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/prappe/brunnr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e98270f7d29ab77d8a5be5519f321b41403c786f [INFO] sha for GitHub repo prappe/brunnr: e98270f7d29ab77d8a5be5519f321b41403c786f [INFO] validating manifest of prappe/brunnr on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of prappe/brunnr on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing prappe/brunnr [INFO] finished frobbing prappe/brunnr [INFO] frobbed toml for prappe/brunnr written to work/ex/beta-1.37-6/sources/1.36.0/gh/prappe/brunnr/Cargo.toml [INFO] started frobbing prappe/brunnr [INFO] finished frobbing prappe/brunnr [INFO] frobbed toml for prappe/brunnr written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/prappe/brunnr/Cargo.toml [INFO] crate prappe/brunnr already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/prappe/brunnr/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.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing prappe/brunnr against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/prappe/brunnr:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 9e86909ec9e808dca48d1b916dbde9a439e7f5b7649fabe1cb18f20544a826e7 [INFO] running `"docker" "start" "-a" "9e86909ec9e808dca48d1b916dbde9a439e7f5b7649fabe1cb18f20544a826e7"` [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling brunnr v0.1.9 (/opt/crater/workdir) [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `LitBool` in this scope [INFO] [stderr] --> src/eval.rs:117:13 [INFO] [stderr] | [INFO] [stderr] 117 | LitBool(b) => String::from(b), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: std::convert::From` is not satisfied [INFO] [stderr] --> src/eval.rs:115:26 [INFO] [stderr] | [INFO] [stderr] 115 | LitInt(i) => String::from(i), [INFO] [stderr] | ^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: std::convert::From` is not satisfied [INFO] [stderr] --> src/eval.rs:116:28 [INFO] [stderr] | [INFO] [stderr] 116 | LitFloat(f) => String::from(f), [INFO] [stderr] | ^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: std::convert::From<&i64>` is not satisfied [INFO] [stderr] --> src/eval.rs:121:32 [INFO] [stderr] | [INFO] [stderr] 121 | Some(x) => String::from(x), [INFO] [stderr] | ^^^^^^^^^^^^ the trait `std::convert::From<&i64>` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::string::String: std::convert::From<&f64>` is not satisfied [INFO] [stderr] --> src/eval.rs:123:35 [INFO] [stderr] | [INFO] [stderr] 123 | Some(x) => String::from(x), [INFO] [stderr] | ^^^^^^^^^^^^ the trait `std::convert::From<&f64>` is not implemented for `std::string::String` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] >> [INFO] [stderr] >> [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `brunnr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9e86909ec9e808dca48d1b916dbde9a439e7f5b7649fabe1cb18f20544a826e7"` [INFO] running `"docker" "rm" "-f" "9e86909ec9e808dca48d1b916dbde9a439e7f5b7649fabe1cb18f20544a826e7"` [INFO] [stdout] 9e86909ec9e808dca48d1b916dbde9a439e7f5b7649fabe1cb18f20544a826e7