[INFO] cloning repository Maxeonyx/kal-lang [INFO] running `"git" "clone" "--bare" "git://github.com/Maxeonyx/kal-lang.git" "work/cache/sources/gh/Maxeonyx/kal-lang"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Maxeonyx/kal-lang'... [INFO] running `"git" "clone" "work/cache/sources/gh/Maxeonyx/kal-lang" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Maxeonyx/kal-lang"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Maxeonyx/kal-lang'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Maxeonyx/kal-lang" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Maxeonyx/kal-lang"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Maxeonyx/kal-lang on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Maxeonyx/kal-lang against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 1e7638c696329ccdede868f5279056923aab02964318e21002903221cbe3ea30 [INFO] running `"docker" "start" "-a" "1e7638c696329ccdede868f5279056923aab02964318e21002903221cbe3ea30"` [INFO] [stderr] Compiling ena v0.10.1 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling string_cache_codegen v0.4.2 [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-c98bbf7898f50faf/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 06s [INFO] running `"docker" "inspect" "1e7638c696329ccdede868f5279056923aab02964318e21002903221cbe3ea30"` [INFO] running `"docker" "rm" "-f" "1e7638c696329ccdede868f5279056923aab02964318e21002903221cbe3ea30"` [INFO] [stdout] 1e7638c696329ccdede868f5279056923aab02964318e21002903221cbe3ea30 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] bc302621a5f894d478a9bb0b41013ef419bd4819bad8f19e6838e3d78d21c7a6 [INFO] running `"docker" "start" "-a" "bc302621a5f894d478a9bb0b41013ef419bd4819bad8f19e6838e3d78d21c7a6"` [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-c98bbf7898f50faf/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.81s [INFO] running `"docker" "inspect" "bc302621a5f894d478a9bb0b41013ef419bd4819bad8f19e6838e3d78d21c7a6"` [INFO] running `"docker" "rm" "-f" "bc302621a5f894d478a9bb0b41013ef419bd4819bad8f19e6838e3d78d21c7a6"` [INFO] [stdout] bc302621a5f894d478a9bb0b41013ef419bd4819bad8f19e6838e3d78d21c7a6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=forbid" "-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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 9d3dc49d266c239c03ad3b8b8ec96b2c3d608a803c5d9871198c9b380ec0d152 [INFO] running `"docker" "start" "-a" "9d3dc49d266c239c03ad3b8b8ec96b2c3d608a803c5d9871198c9b380ec0d152"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/kal-ebfbe0172ab6713e [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" "9d3dc49d266c239c03ad3b8b8ec96b2c3d608a803c5d9871198c9b380ec0d152"` [INFO] running `"docker" "rm" "-f" "9d3dc49d266c239c03ad3b8b8ec96b2c3d608a803c5d9871198c9b380ec0d152"` [INFO] [stdout] 9d3dc49d266c239c03ad3b8b8ec96b2c3d608a803c5d9871198c9b380ec0d152