[INFO] cloning repository rwatkins/lisp [INFO] running `"git" "clone" "--bare" "git://github.com/rwatkins/lisp.git" "work/cache/sources/gh/rwatkins/lisp"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/rwatkins/lisp'... [INFO] running `"git" "clone" "work/cache/sources/gh/rwatkins/lisp" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rwatkins/lisp"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rwatkins/lisp'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/rwatkins/lisp" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rwatkins/lisp"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rwatkins/lisp'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3bb57d21e1ac1ee645a0bf0c894d1119f0a08675 [INFO] sha for GitHub repo rwatkins/lisp: 3bb57d21e1ac1ee645a0bf0c894d1119f0a08675 [INFO] validating manifest of rwatkins/lisp 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 rwatkins/lisp 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 rwatkins/lisp [INFO] finished frobbing rwatkins/lisp [INFO] frobbed toml for rwatkins/lisp written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/rwatkins/lisp/Cargo.toml [INFO] started frobbing rwatkins/lisp [INFO] finished frobbing rwatkins/lisp [INFO] frobbed toml for rwatkins/lisp written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rwatkins/lisp/Cargo.toml [INFO] crate rwatkins/lisp 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 rwatkins/lisp against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rwatkins/lisp:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 5aa0c9279cb5cc45104edbe7592f799255c9719e53635841002bbb02ef65efb4 [INFO] running `"docker" "start" "-a" "5aa0c9279cb5cc45104edbe7592f799255c9719e53635841002bbb02ef65efb4"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling lisp v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.39s [INFO] running `"docker" "inspect" "5aa0c9279cb5cc45104edbe7592f799255c9719e53635841002bbb02ef65efb4"` [INFO] running `"docker" "rm" "-f" "5aa0c9279cb5cc45104edbe7592f799255c9719e53635841002bbb02ef65efb4"` [INFO] [stdout] 5aa0c9279cb5cc45104edbe7592f799255c9719e53635841002bbb02ef65efb4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rwatkins/lisp:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 7bebbe111d8f821798d662b2c21c9bdd6fb4a58d1dfaf8c6d3d68e81c31d5cbc [INFO] running `"docker" "start" "-a" "7bebbe111d8f821798d662b2c21c9bdd6fb4a58d1dfaf8c6d3d68e81c31d5cbc"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling lisp v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(rust_2018_preview)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.58s [INFO] running `"docker" "inspect" "7bebbe111d8f821798d662b2c21c9bdd6fb4a58d1dfaf8c6d3d68e81c31d5cbc"` [INFO] running `"docker" "rm" "-f" "7bebbe111d8f821798d662b2c21c9bdd6fb4a58d1dfaf8c6d3d68e81c31d5cbc"` [INFO] [stdout] 7bebbe111d8f821798d662b2c21c9bdd6fb4a58d1dfaf8c6d3d68e81c31d5cbc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/rwatkins/lisp:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 333aeea06c7d3a7b2908d8ba2a9c245c20416c1f87dca70de2135a12a440097f [INFO] running `"docker" "start" "-a" "333aeea06c7d3a7b2908d8ba2a9c245c20416c1f87dca70de2135a12a440097f"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/lisp-fe703a8cb93a3d8c [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test eval::tests::call_and_with_no_args ... ok [INFO] [stdout] test eval::tests::call_function_by_symbol_with_function_in_scope ... ok [INFO] [stdout] test eval::tests::call_function_by_symbol_with_plus ... ok [INFO] [stdout] test eval::tests::call_let_works ... ok [INFO] [stdout] test eval::tests::call_and_with_1_arg ... ok [INFO] [stdout] test eval::tests::call_minus_works ... ok [INFO] [stdout] test eval::tests::is_truthy_works ... ok [INFO] [stdout] test lex::tests::lex_plus ... ok [INFO] [stdout] test lex::tests::word_is_a_valid_symbol ... ok [INFO] [stdout] test parse::tests::parse_lambda ... ok [INFO] [stdout] test parse::tests::parse_symbol_can_parse_nil ... ok [INFO] [stdout] test lex::tests::symbol_cannot_start_with_a_number ... ok [INFO] [stdout] test lex::tests::lex_symbol_respects_index ... ok [INFO] [stdout] test lex::tests::lex_minus ... ok [INFO] [stdout] test parse::tests::parse_lambda_inside_let_binding ... ok [INFO] [stdout] test tests::run_program_with_example3 ... ok [INFO] [stdout] test tests::run_program_with_example1 ... ok [INFO] [stdout] test tests::run_program_with_example2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "333aeea06c7d3a7b2908d8ba2a9c245c20416c1f87dca70de2135a12a440097f"` [INFO] running `"docker" "rm" "-f" "333aeea06c7d3a7b2908d8ba2a9c245c20416c1f87dca70de2135a12a440097f"` [INFO] [stdout] 333aeea06c7d3a7b2908d8ba2a9c245c20416c1f87dca70de2135a12a440097f