[INFO] cloning repository https://github.com/p7g/compiling-a-lisp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/p7g/compiling-a-lisp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp7g%2Fcompiling-a-lisp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp7g%2Fcompiling-a-lisp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6115c6cfea8fec147e51afa33b9acb7dc33958a7 [INFO] testing p7g/compiling-a-lisp against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp7g%2Fcompiling-a-lisp" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/p7g/compiling-a-lisp on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/p7g/compiling-a-lisp [INFO] finished tweaking git repo https://github.com/p7g/compiling-a-lisp [INFO] tweaked toml for git repo https://github.com/p7g/compiling-a-lisp written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/p7g/compiling-a-lisp already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 20c550b0f6b1b46517c80641207e20f11ad41dcce8b32c66372bd67b7e865f5e [INFO] running `Command { std: "docker" "start" "-a" "20c550b0f6b1b46517c80641207e20f11ad41dcce8b32c66372bd67b7e865f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20c550b0f6b1b46517c80641207e20f11ad41dcce8b32c66372bd67b7e865f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20c550b0f6b1b46517c80641207e20f11ad41dcce8b32c66372bd67b7e865f5e", kill_on_drop: false }` [INFO] [stdout] 20c550b0f6b1b46517c80641207e20f11ad41dcce8b32c66372bd67b7e865f5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b92165ff94841d3f5705da009da2b673494ce1f111f003b008ba8f6f50fc3a95 [INFO] running `Command { std: "docker" "start" "-a" "b92165ff94841d3f5705da009da2b673494ce1f111f003b008ba8f6f50fc3a95", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.78 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling lisp-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "b92165ff94841d3f5705da009da2b673494ce1f111f003b008ba8f6f50fc3a95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b92165ff94841d3f5705da009da2b673494ce1f111f003b008ba8f6f50fc3a95", kill_on_drop: false }` [INFO] [stdout] b92165ff94841d3f5705da009da2b673494ce1f111f003b008ba8f6f50fc3a95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a409bc3cd5eccac427cb8b69031d734ee369eb66bfb21487a57e7d9ca0b07bf7 [INFO] running `Command { std: "docker" "start" "-a" "a409bc3cd5eccac427cb8b69031d734ee369eb66bfb21487a57e7d9ca0b07bf7", kill_on_drop: false }` [INFO] [stderr] Compiling lisp-compiler v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `Command { std: "docker" "inspect" "a409bc3cd5eccac427cb8b69031d734ee369eb66bfb21487a57e7d9ca0b07bf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a409bc3cd5eccac427cb8b69031d734ee369eb66bfb21487a57e7d9ca0b07bf7", kill_on_drop: false }` [INFO] [stdout] a409bc3cd5eccac427cb8b69031d734ee369eb66bfb21487a57e7d9ca0b07bf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c7b28b08c3b2bcebac5a6565b1b74cecfb2cb7fee62bdf50fa04779e5ba321a6 [INFO] running `Command { std: "docker" "start" "-a" "c7b28b08c3b2bcebac5a6565b1b74cecfb2cb7fee62bdf50fa04779e5ba321a6", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lisp_compiler-2a138e5a298898c7) [INFO] [stdout] [INFO] [stdout] running 66 tests [INFO] [stdout] test buffer::tests::write_32_writes_little_endian ... ok [INFO] [stdout] test buffer::tests::write_8_increases_length ... ok [INFO] [stdout] test buffer::tests::write_32_expands_buffer ... ok [INFO] [stdout] test buffer::tests::write_8_expands_buffer ... ok [INFO] [stdout] test compile::tests::compile_binary_eq_with_same_address_returns_true ... ok [INFO] [stdout] test compile::tests::compile_binary_lt_with_left_greater_than_right_returns_false ... ok [INFO] [stdout] test compile::tests::compile_binary_mul ... ok [INFO] [stdout] test compile::tests::compile_binary_eq_with_different_address_returns_false ... ok [INFO] [stdout] test compile::tests::compile_binary_minus ... ok [INFO] [stdout] test compile::tests::compile_binary_lt_with_left_equal_to_right_returns_false ... ok [INFO] [stdout] test compile::tests::compile_binary_plus ... ok [INFO] [stdout] test compile::tests::compile_car ... ok [INFO] [stdout] test compile::tests::compile_binary_minus_nested ... ok [INFO] [stdout] test compile::tests::compile_cons ... ok [INFO] [stdout] test compile::tests::compile_char ... ok [INFO] [stdout] test compile::tests::compile_bool ... ok [INFO] [stdout] test compile::tests::compile_if_with_false_cond ... ok [INFO] [stdout] test compile::tests::compile_if_with_true_cond ... ok [INFO] [stdout] test compile::tests::compile_binary_lt_with_left_less_than_right_returns_true ... ok [INFO] [stdout] test compile::tests::compile_cdr ... ok [INFO] [stdout] test compile::tests::compile_binary_mul_nested ... ok [INFO] [stdout] test compile::tests::compile_binary_plus_nested ... ok [INFO] [stdout] test compile::tests::compile_negative_integer ... ok [INFO] [stdout] test compile::tests::compile_let_with_multiple_bindings ... ok [INFO] [stdout] test compile::tests::compile_let_is_not_let_star ... ok [INFO] [stdout] test compile::tests::compile_let_with_no_bindings ... ok [INFO] [stdout] test compile::tests::compile_unary_not_with_non_false_returns_false ... ok [INFO] [stdout] test object::tests::encode_char ... ok [INFO] [stdout] test object::tests::encode_negative_integer ... ok [INFO] [stdout] test object::tests::encode_positive_integer ... ok [INFO] [stdout] test reader::tests::read_with_char_returns_char ... ok [INFO] [stdout] test compile::tests::compile_unary_nilp_with_nil_returns_true ... ok [INFO] [stdout] test compile::tests::compile_nil ... ok [INFO] [stdout] test reader::tests::read_with_nested_list_returns_list ... ok [INFO] [stdout] test compile::tests::compile_unary_sub1 ... ok [INFO] [stdout] test object::tests::decode_bool ... ok [INFO] [stdout] test compile::tests::compile_unary_integerp_with_integer_returns_true ... ok [INFO] [stdout] test object::tests::decode_char ... ok [INFO] [stdout] test object::tests::encode_bool ... ok [INFO] [stdout] test reader::tests::read_with_bool_returns_bool ... ok [INFO] [stdout] test reader::tests::read_with_escaped_char_returns_char ... ok [INFO] [stdout] test compile::tests::compile_unary_nilp_with_non_nil_returns_false ... ok [INFO] [stdout] test reader::tests::read_with_integer_returns_integer ... ok [INFO] [stdout] test reader::tests::read_with_negative_integer_returns_integer ... ok [INFO] [stdout] test reader::tests::read_with_list_returns_list ... ok [INFO] [stdout] test reader::tests::read_with_nil_returns_nil ... ok [INFO] [stdout] test compile::tests::compile_positive_integer ... ok [INFO] [stdout] test compile::tests::compile_unary_zerop_with_zero_returns_true ... ok [INFO] [stdout] test reader::tests::read_with_list_ignores_whitespace ... ok [INFO] [stdout] test reader::tests::read_with_positive_integer_returns_integer ... ok [INFO] [stdout] test compile::tests::compile_unary_booleanp_with_non_boolean_returns_false ... ok [INFO] [stdout] test reader::tests::read_with_leading_whitespace_ignores_whitespace ... ok [INFO] [stdout] test compile::tests::compile_unary_integer_to_char ... ok [INFO] [stdout] test compile::tests::compile_unary_char_to_integer ... ok [INFO] [stdout] test compile::tests::compile_let_with_one_binding ... ok [INFO] [stdout] test compile::tests::compile_unary_add1 ... ok [INFO] [stdout] test compile::tests::compile_unary_booleanp_with_boolean_returns_true ... ok [INFO] [stdout] test reader::tests::read_with_symbol_returns_symbol ... ok [INFO] [stdout] test reader::tests::read_with_symbol_with_trailing_digits ... ok [INFO] [stdout] test compile::tests::compile_nested_cons ... ok [INFO] [stdout] test compile::tests::compile_nested_let ... ok [INFO] [stdout] test compile::tests::compile_unary_zerop_with_non_zero_returns_false ... ok [INFO] [stdout] test compile::tests::compile_unary_not_with_false_returns_true ... ok [INFO] [stdout] test compile::tests::compile_unary_integerp_with_non_integer_returns_false ... ok [INFO] [stdout] test compile::tests::compile_unary_add1_nested ... ok [INFO] [stdout] test compile::tests::compile_nested_if ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c7b28b08c3b2bcebac5a6565b1b74cecfb2cb7fee62bdf50fa04779e5ba321a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7b28b08c3b2bcebac5a6565b1b74cecfb2cb7fee62bdf50fa04779e5ba321a6", kill_on_drop: false }` [INFO] [stdout] c7b28b08c3b2bcebac5a6565b1b74cecfb2cb7fee62bdf50fa04779e5ba321a6