[INFO] cloning repository aaronang/rustylox [INFO] running `"git" "clone" "--bare" "git://github.com/aaronang/rustylox.git" "work/cache/sources/gh/aaronang/rustylox"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/aaronang/rustylox'... [INFO] running `"git" "clone" "work/cache/sources/gh/aaronang/rustylox" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronang/rustylox"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronang/rustylox'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/aaronang/rustylox" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aaronang/rustylox"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aaronang/rustylox'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8e95c60f06ed936a95ba03fafbee7255579407a3 [INFO] sha for GitHub repo aaronang/rustylox: 8e95c60f06ed936a95ba03fafbee7255579407a3 [INFO] validating manifest of aaronang/rustylox 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 aaronang/rustylox 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 aaronang/rustylox [INFO] finished frobbing aaronang/rustylox [INFO] frobbed toml for aaronang/rustylox written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/aaronang/rustylox/Cargo.toml [INFO] started frobbing aaronang/rustylox [INFO] finished frobbing aaronang/rustylox [INFO] frobbed toml for aaronang/rustylox written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/aaronang/rustylox/Cargo.toml [INFO] crate aaronang/rustylox 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 aaronang/rustylox 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/aaronang/rustylox:/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] cdbf25f848ea2e0179f212325e6ff12f4ad2e30e15999557a4e057f1922de721 [INFO] running `"docker" "start" "-a" "cdbf25f848ea2e0179f212325e6ff12f4ad2e30e15999557a4e057f1922de721"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Compiling rustylox v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/scanner.rs:245:16 [INFO] [stderr] | [INFO] [stderr] 245 | '0'...'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.48s [INFO] running `"docker" "inspect" "cdbf25f848ea2e0179f212325e6ff12f4ad2e30e15999557a4e057f1922de721"` [INFO] running `"docker" "rm" "-f" "cdbf25f848ea2e0179f212325e6ff12f4ad2e30e15999557a4e057f1922de721"` [INFO] [stdout] cdbf25f848ea2e0179f212325e6ff12f4ad2e30e15999557a4e057f1922de721 [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/aaronang/rustylox:/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] 0f89a29fc3f39219cdb09a467d4efc5655ffe5dbe4edee1410bf175997e10919 [INFO] running `"docker" "start" "-a" "0f89a29fc3f39219cdb09a467d4efc5655ffe5dbe4edee1410bf175997e10919"` [INFO] [stderr] Compiling rustylox v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/scanner.rs:245:16 [INFO] [stderr] | [INFO] [stderr] 245 | '0'...'9' => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `"docker" "inspect" "0f89a29fc3f39219cdb09a467d4efc5655ffe5dbe4edee1410bf175997e10919"` [INFO] running `"docker" "rm" "-f" "0f89a29fc3f39219cdb09a467d4efc5655ffe5dbe4edee1410bf175997e10919"` [INFO] [stdout] 0f89a29fc3f39219cdb09a467d4efc5655ffe5dbe4edee1410bf175997e10919 [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/aaronang/rustylox:/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] e3c0b29cc8a610ff35482660473913d201644edb499ef2d927764293466c033b [INFO] running `"docker" "start" "-a" "e3c0b29cc8a610ff35482660473913d201644edb499ef2d927764293466c033b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rustylox-5543493a69f585c2 [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test scanner::tests::scan_and_keyword ... ok [INFO] [stdout] test scanner::tests::scan_bang_equal ... ok [INFO] [stdout] test scanner::tests::scan_bang ... ok [INFO] [stdout] test scanner::tests::scan_dot ... ok [INFO] [stdout] test scanner::tests::scan_equal ... ok [INFO] [stdout] test scanner::tests::scan_comma ... ok [INFO] [stdout] test scanner::tests::scan_class_keyword ... ok [INFO] [stdout] test scanner::tests::scan_equal_equal ... ok [INFO] [stdout] test scanner::tests::scan_greater_equal ... ok [INFO] [stdout] test scanner::tests::scan_identfier ... ok [INFO] [stdout] test scanner::tests::scan_left_brace ... ok [INFO] [stdout] test scanner::tests::scan_greater ... ok [INFO] [stdout] test scanner::tests::scan_left_paren ... ok [INFO] [stdout] test scanner::tests::scan_less ... ok [INFO] [stdout] test scanner::tests::scan_for_loop ... ok [INFO] [stdout] test scanner::tests::scan_semicolon ... ok [INFO] [stdout] test scanner::tests::scan_slash ... ok [INFO] [stdout] test scanner::tests::scan_star ... ok [INFO] [stdout] test scanner::tests::scan_right_brace ... ok [INFO] [stdout] test scanner::tests::scan_right_paren ... ok [INFO] [stdout] test scanner::tests::scan_plus ... ok [INFO] [stdout] test scanner::tests::scan_less_equal ... ok [INFO] [stdout] test scanner::tests::scan_number ... ok [INFO] [stdout] test scanner::tests::scan_minus ... ok [INFO] [stdout] test scanner::tests::scan_string ... ok [INFO] [stdout] test scanner::tests::scan_unexpected ... ok [INFO] [stdout] test scanner::tests::scan_unterminated_string ... ok [INFO] [stdout] test scanner::tests::skip_comment_with_text ... ok [INFO] [stdout] test scanner::tests::skip_comment_without_text ... ok [INFO] [stdout] test scanner::tests::skip_comment_followed_by_plus ... ok [INFO] [stdout] test scanner::tests::scan_string_and_number ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rustylox-eabc6c251667f088 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rustylox [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "e3c0b29cc8a610ff35482660473913d201644edb499ef2d927764293466c033b"` [INFO] running `"docker" "rm" "-f" "e3c0b29cc8a610ff35482660473913d201644edb499ef2d927764293466c033b"` [INFO] [stdout] e3c0b29cc8a610ff35482660473913d201644edb499ef2d927764293466c033b