[INFO] cloning repository https://github.com/rwatkins/lisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rwatkins/lisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frwatkins%2Flisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frwatkins%2Flisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3bb57d21e1ac1ee645a0bf0c894d1119f0a08675 [INFO] testing rwatkins/lisp against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frwatkins%2Flisp" "/workspace/builds/worker-67/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-67/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rwatkins/lisp on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rwatkins/lisp [INFO] finished tweaking git repo https://github.com/rwatkins/lisp [INFO] tweaked toml for git repo https://github.com/rwatkins/lisp written to /workspace/builds/worker-67/source/Cargo.toml [INFO] crate git repo https://github.com/rwatkins/lisp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/beta/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f2185862b68b4808bfb94779ec935f40725eb4c209d41a34df8f33a60a1c7847 [INFO] running `Command { std: "docker" "start" "-a" "f2185862b68b4808bfb94779ec935f40725eb4c209d41a34df8f33a60a1c7847", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f2185862b68b4808bfb94779ec935f40725eb4c209d41a34df8f33a60a1c7847", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2185862b68b4808bfb94779ec935f40725eb4c209d41a34df8f33a60a1c7847", kill_on_drop: false }` [INFO] [stdout] f2185862b68b4808bfb94779ec935f40725eb4c209d41a34df8f33a60a1c7847 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 872aae8414964ec5849bd6edcbccf19c8182f61c6105916760bdde01b8885b63 [INFO] running `Command { std: "docker" "start" "-a" "872aae8414964ec5849bd6edcbccf19c8182f61c6105916760bdde01b8885b63", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/beta/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling ucd-util v0.1.1 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.5.3 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(rust_2018_preview)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.07s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0705`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "872aae8414964ec5849bd6edcbccf19c8182f61c6105916760bdde01b8885b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "872aae8414964ec5849bd6edcbccf19c8182f61c6105916760bdde01b8885b63", kill_on_drop: false }` [INFO] [stdout] 872aae8414964ec5849bd6edcbccf19c8182f61c6105916760bdde01b8885b63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e5e4ff8ef91b07c995e5915ed0dcee654117ca7ad133f166a5a3d1bfb7b4c93 [INFO] running `Command { std: "docker" "start" "-a" "2e5e4ff8ef91b07c995e5915ed0dcee654117ca7ad133f166a5a3d1bfb7b4c93", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/beta/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling lisp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stdout] --> src/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(rust_2018_preview)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0705`. [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.06s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/lisp-5c86eca0c8b44213) [INFO] running `Command { std: "docker" "inspect" "2e5e4ff8ef91b07c995e5915ed0dcee654117ca7ad133f166a5a3d1bfb7b4c93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e5e4ff8ef91b07c995e5915ed0dcee654117ca7ad133f166a5a3d1bfb7b4c93", kill_on_drop: false }` [INFO] [stdout] 2e5e4ff8ef91b07c995e5915ed0dcee654117ca7ad133f166a5a3d1bfb7b4c93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0992140730e380854b254460b0a01dbefa81ee77f45faa54649e2ff4012fe248 [INFO] running `Command { std: "docker" "start" "-a" "0992140730e380854b254460b0a01dbefa81ee77f45faa54649e2ff4012fe248", kill_on_drop: false }` [INFO] [stderr] warning: the cargo feature `edition` has been stabilized in the 1.31 release and is no longer necessary to be listed in the manifest [INFO] [stderr] See https://doc.rust-lang.org/beta/cargo/reference/manifest.html#the-edition-field for more information about using this feature. [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning[E0705]: the feature `rust_2018_preview` is included in the Rust 2018 edition [INFO] [stdout] [INFO] [stderr] --> src/main.rs:1:12 [INFO] [stdout] running 18 tests [INFO] [stderr] | [INFO] [stdout] test eval::tests::is_truthy_works ... ok [INFO] [stderr] 1 | #![feature(rust_2018_preview)] [INFO] [stdout] test eval::tests::call_minus_works ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] test eval::tests::call_and_with_1_arg ... ok [INFO] [stderr] [INFO] [stdout] test eval::tests::call_function_by_symbol_with_plus ... ok [INFO] [stderr] For more information about this error, try `rustc --explain E0705`. [INFO] [stdout] test eval::tests::call_let_works ... ok [INFO] [stderr] warning: `lisp` (bin "lisp" test) generated 1 warning [INFO] [stdout] test eval::tests::call_function_by_symbol_with_function_in_scope ... ok [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.17s [INFO] [stdout] test parse::tests::parse_lambda ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lisp-5c86eca0c8b44213) [INFO] [stdout] test eval::tests::call_and_with_no_args ... ok [INFO] [stdout] test parse::tests::parse_symbol_can_parse_nil ... ok [INFO] [stdout] test lex::tests::lex_minus ... 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_plus ... ok [INFO] [stdout] test parse::tests::parse_lambda_inside_let_binding ... ok [INFO] [stdout] test lex::tests::word_is_a_valid_symbol ... ok [INFO] [stdout] test tests::run_program_with_example3 ... ok [INFO] [stdout] test tests::run_program_with_example2 ... ok [INFO] [stdout] test tests::run_program_with_example1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0992140730e380854b254460b0a01dbefa81ee77f45faa54649e2ff4012fe248", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0992140730e380854b254460b0a01dbefa81ee77f45faa54649e2ff4012fe248", kill_on_drop: false }` [INFO] [stdout] 0992140730e380854b254460b0a01dbefa81ee77f45faa54649e2ff4012fe248