[INFO] updating cached repository Maxeonyx/kal-lang [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Maxeonyx/kal-lang [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Maxeonyx/kal-lang" "work/ex/beta-1.38-1/sources/1.37.0/gh/Maxeonyx/kal-lang"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Maxeonyx/kal-lang'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Maxeonyx/kal-lang" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Maxeonyx/kal-lang"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Maxeonyx/kal-lang'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a99d39731dd16c3ecb5064c770ebc09b1d9c70c6 [INFO] sha for GitHub repo Maxeonyx/kal-lang: a99d39731dd16c3ecb5064c770ebc09b1d9c70c6 [INFO] validating manifest of Maxeonyx/kal-lang 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 Maxeonyx/kal-lang 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 Maxeonyx/kal-lang [INFO] finished frobbing Maxeonyx/kal-lang [INFO] frobbed toml for Maxeonyx/kal-lang written to work/ex/beta-1.38-1/sources/1.37.0/gh/Maxeonyx/kal-lang/Cargo.toml [INFO] started frobbing Maxeonyx/kal-lang [INFO] finished frobbing Maxeonyx/kal-lang [INFO] frobbed toml for Maxeonyx/kal-lang written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Maxeonyx/kal-lang/Cargo.toml [INFO] crate Maxeonyx/kal-lang 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 Maxeonyx/kal-lang 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/Maxeonyx/kal-lang:/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] 7a4f7b75971fe996d20d12472ddb98aa6e050a7a7b40db6d67e241dfd13a117a [INFO] running `"docker" "start" "-a" "7a4f7b75971fe996d20d12472ddb98aa6e050a7a7b40db6d67e241dfd13a117a"` [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling lalrpop-util v0.16.2 [INFO] [stderr] Compiling ena v0.10.1 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [INFO] [stderr] Compiling block-buffer v0.7.0 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling lalrpop v0.16.2 [INFO] [stderr] Compiling kal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> /opt/crater/target/debug/build/kal-264e0a2c49c6441b/out/kal_grammar.rs:2399:36 [INFO] [stderr] | [INFO] [stderr] 2399 | let __text = self.text.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `"docker" "inspect" "7a4f7b75971fe996d20d12472ddb98aa6e050a7a7b40db6d67e241dfd13a117a"` [INFO] running `"docker" "rm" "-f" "7a4f7b75971fe996d20d12472ddb98aa6e050a7a7b40db6d67e241dfd13a117a"` [INFO] [stdout] 7a4f7b75971fe996d20d12472ddb98aa6e050a7a7b40db6d67e241dfd13a117a [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/Maxeonyx/kal-lang:/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] e93097c364f48e86e3995527a8d539f26df8d958f2012035ccd642c211144611 [INFO] running `"docker" "start" "-a" "e93097c364f48e86e3995527a8d539f26df8d958f2012035ccd642c211144611"` [INFO] [stderr] Compiling kal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> /opt/crater/target/debug/build/kal-264e0a2c49c6441b/out/kal_grammar.rs:2399:36 [INFO] [stderr] | [INFO] [stderr] 2399 | let __text = self.text.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.01s [INFO] running `"docker" "inspect" "e93097c364f48e86e3995527a8d539f26df8d958f2012035ccd642c211144611"` [INFO] running `"docker" "rm" "-f" "e93097c364f48e86e3995527a8d539f26df8d958f2012035ccd642c211144611"` [INFO] [stdout] e93097c364f48e86e3995527a8d539f26df8d958f2012035ccd642c211144611 [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/Maxeonyx/kal-lang:/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"` [INFO] [stdout] 5db058d7bd9116a19c075bb047cfa359d28d5576194c410296a2901651077800 [INFO] running `"docker" "start" "-a" "5db058d7bd9116a19c075bb047cfa359d28d5576194c410296a2901651077800"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/kal-2493d9eb9d602271 [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::let_expr_basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "5db058d7bd9116a19c075bb047cfa359d28d5576194c410296a2901651077800"` [INFO] running `"docker" "rm" "-f" "5db058d7bd9116a19c075bb047cfa359d28d5576194c410296a2901651077800"` [INFO] [stdout] 5db058d7bd9116a19c075bb047cfa359d28d5576194c410296a2901651077800