[INFO] updating cached repository kenpratt/rusty_scheme [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/kenpratt/rusty_scheme [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/kenpratt/rusty_scheme" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/kenpratt/rusty_scheme"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/kenpratt/rusty_scheme'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/kenpratt/rusty_scheme" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/kenpratt/rusty_scheme"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/kenpratt/rusty_scheme'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2020c424a065882e064cfee97341219e0da605fd [INFO] sha for GitHub repo kenpratt/rusty_scheme: 2020c424a065882e064cfee97341219e0da605fd [INFO] validating manifest of kenpratt/rusty_scheme on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of kenpratt/rusty_scheme on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing kenpratt/rusty_scheme [INFO] finished frobbing kenpratt/rusty_scheme [INFO] frobbed toml for kenpratt/rusty_scheme written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/kenpratt/rusty_scheme/Cargo.toml [INFO] started frobbing kenpratt/rusty_scheme [INFO] finished frobbing kenpratt/rusty_scheme [INFO] frobbed toml for kenpratt/rusty_scheme written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/kenpratt/rusty_scheme/Cargo.toml [INFO] crate kenpratt/rusty_scheme has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing kenpratt/rusty_scheme against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/kenpratt/rusty_scheme:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 5e2692deb90f9b7cf5bc12547940f674b386744c94c10bdb5c84486ce3debddd [INFO] running `"docker" "start" "-a" "5e2692deb90f9b7cf5bc12547940f674b386744c94c10bdb5c84486ce3debddd"` [INFO] [stderr] Compiling libc v0.1.6 [INFO] [stderr] Compiling log v0.3.1 [INFO] [stderr] Compiling getopts v0.2.11 [INFO] [stderr] Compiling rusty_scheme v0.0.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / macro_rules! assert_execute_all { [INFO] [stderr] 58 | | ($src:expr, $res:expr) => ( [INFO] [stderr] 59 | | assert_execute_ast_walk!($src, $res); [INFO] [stderr] 60 | | assert_execute_cps!($src, $res); [INFO] [stderr] 61 | | ) [INFO] [stderr] 62 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | / macro_rules! assert_execute_fail_all { [INFO] [stderr] 65 | | ($src:expr, $res:expr) => ( [INFO] [stderr] 66 | | assert_execute_fail_ast_walk!($src, $res); [INFO] [stderr] 67 | | assert_execute_fail_cps!($src, $res); [INFO] [stderr] 68 | | ) [INFO] [stderr] 69 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | / macro_rules! assert_execute_ast_walk { [INFO] [stderr] 72 | | ($src:expr, $res:expr) => (assert_eq!(interpreter::new("ast_walk").execute($src).unwrap(), $res)); [INFO] [stderr] 73 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | / macro_rules! assert_execute_fail_ast_walk { [INFO] [stderr] 76 | | ($src:expr, $res:expr) => (assert_eq!(interpreter::new("ast_walk").execute($src).err().unwrap(), $res)); [INFO] [stderr] 77 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | / macro_rules! assert_execute_cps { [INFO] [stderr] 80 | | ($src:expr, $res:expr) => (assert_eq!(interpreter::new("cps").execute($src).unwrap(), $res)); [INFO] [stderr] 81 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/main.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | / macro_rules! assert_execute_fail_cps { [INFO] [stderr] 84 | | ($src:expr, $res:expr) => (assert_eq!(interpreter::new("cps").execute($src).err().unwrap(), $res)); [INFO] [stderr] 85 | | } [INFO] [stderr] | |_^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.20s [INFO] running `"docker" "inspect" "5e2692deb90f9b7cf5bc12547940f674b386744c94c10bdb5c84486ce3debddd"` [INFO] running `"docker" "rm" "-f" "5e2692deb90f9b7cf5bc12547940f674b386744c94c10bdb5c84486ce3debddd"` [INFO] [stdout] 5e2692deb90f9b7cf5bc12547940f674b386744c94c10bdb5c84486ce3debddd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/kenpratt/rusty_scheme:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] a8dbdf389dcba113ab1964816e1ec2cf334cdb6c96cd803f5a9a9d4badaea30f [INFO] running `"docker" "start" "-a" "a8dbdf389dcba113ab1964816e1ec2cf334cdb6c96cd803f5a9a9d4badaea30f"` [INFO] [stderr] Compiling rusty_scheme v0.0.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.15s [INFO] running `"docker" "inspect" "a8dbdf389dcba113ab1964816e1ec2cf334cdb6c96cd803f5a9a9d4badaea30f"` [INFO] running `"docker" "rm" "-f" "a8dbdf389dcba113ab1964816e1ec2cf334cdb6c96cd803f5a9a9d4badaea30f"` [INFO] [stdout] a8dbdf389dcba113ab1964816e1ec2cf334cdb6c96cd803f5a9a9d4badaea30f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-4/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/kenpratt/rusty_scheme:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 973243d2b3a756b54f896327bdd32a90186ec8b8181656fb5e361b787422004b [INFO] running `"docker" "start" "-a" "973243d2b3a756b54f896327bdd32a90186ec8b8181656fb5e361b787422004b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/rusty_scheme-ad304fdf893d9b43 [INFO] [stdout] [INFO] [stdout] running 61 tests [INFO] [stdout] test interpreter::cps_interpreter::test_add1 ... ok [INFO] [stdout] test interpreter::ast_walk_interpreter::test_interpreter_global_variables ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_add2 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_and2 ... ok [INFO] [stdout] test interpreter::ast_walk_interpreter::test_interpreter_global_function_definition ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_and4 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_and3 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_and5 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_add3 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_and1 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_cons ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_callcc ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_begin ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_dynamic_native_fn ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_eval2 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_define_func2 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_define_func ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_if2 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_apply ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_eval ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_define ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_if4 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_if3 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_if1 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_lambda ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_macros ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_multiple_statements ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_native_fn_as_value ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_or1 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_or2 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_or3 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_or4 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_or5 ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_quasiquoting ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_quoting ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_set ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_subtract1 ... ok [INFO] [stdout] test reader::lexer::test_lexer_bad_syntax ... ok [INFO] [stdout] test reader::lexer::test_lexer_booleans ... ok [INFO] [stdout] test reader::lexer::test_lexer_complex_code_block ... ok [INFO] [stdout] test reader::lexer::test_lexer_delimiter_checking ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_list_iter ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_list_to_string ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_list ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_let_bindings ... ok [INFO] [stdout] test interpreter::cps_interpreter::test_lambda_symbol ... ok [INFO] [stdout] test reader::lexer::test_lexer_identifiers ... ok [INFO] [stdout] test reader::lexer::test_lexer_multi_digit_integers ... ok [INFO] [stdout] test reader::lexer::test_lexer_strings ... ok [INFO] [stdout] test reader::lexer::test_lexer_quoting ... ok [INFO] [stdout] test reader::lexer::test_lexer_unicode_identifiers ... ok [INFO] [stdout] test reader::lexer::test_lexer_subtraction ... ok [INFO] [stdout] test reader::lexer::test_lexer_whitespace ... ok [INFO] [stdout] test reader::lexer::test_lexer_simple_lexing ... ok [INFO] [stdout] test reader::lexer::test_lexer_negative_integers ... ok [INFO] [stdout] test reader::lexer::test_lexer_quasiquoting ... ok [INFO] [stdout] test reader::parser::test_parser_bad_syntax ... ok [INFO] [stdout] test reader::parser::test_parser_quasiquoting ... ok [INFO] [stdout] test reader::parser::test_parser_quoting ... ok [INFO] [stdout] test reader::parser::test_parser_nested ... ok [INFO] [stdout] test reader::parser::test_parser_simple ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rusty_scheme-1f9611ef874c5922 [INFO] [stdout] [INFO] [stdout] running 137 tests [INFO] [stdout] test addition1 ... ok [INFO] [stdout] test addition2 ... ok [INFO] [stdout] test addition4 ... ok [INFO] [stdout] test append3 ... ok [INFO] [stdout] test addition3 ... ok [INFO] [stdout] test bad_syntax1 ... ok [INFO] [stdout] test bad_syntax2 ... ok [INFO] [stdout] test apply2 ... ok [INFO] [stdout] test apply1 ... ok [INFO] [stdout] test append5 ... ok [INFO] [stdout] test append4 ... ok [INFO] [stdout] test append1 ... ok [INFO] [stdout] test append2 ... ok [INFO] [stdout] test boolean_operators14 ... ok [INFO] [stdout] test boolean_operators13 ... ok [INFO] [stdout] test boolean_operators12 ... ok [INFO] [stdout] test boolean_operators2 ... ok [INFO] [stdout] test boolean_operators3 ... ok [INFO] [stdout] test boolean_operators5 ... ok [INFO] [stdout] test boolean_operators4 ... ok [INFO] [stdout] test boolean_operators11 ... ok [INFO] [stdout] test boolean_operators10 ... ok [INFO] [stdout] test boolean_operators1 ... ok [INFO] [stdout] test begin_statement1 ... ok [INFO] [stdout] test boolean_operators9 ... ok [INFO] [stdout] test boolean_operators6 ... ok [INFO] [stdout] test boolean_operators8 ... ok [INFO] [stdout] test boolean_operators7 ... ok [INFO] [stdout] test car3 ... ok [INFO] [stdout] test cdr4 ... ok [INFO] [stdout] test car1 ... ok [INFO] [stdout] test car2 ... ok [INFO] [stdout] test car4 ... ok [INFO] [stdout] test cdr1 ... ok [INFO] [stdout] test cdr2 ... ok [INFO] [stdout] test conditional_execution3 ... ok [INFO] [stdout] test cdr3 ... ok [INFO] [stdout] test conditional_execution1 ... ok [INFO] [stdout] test comment1 ... ok [INFO] [stdout] test cdr5 ... ok [INFO] [stdout] test conditional_execution2 ... ok [INFO] [stdout] test conditional_execution_doesnt_run_other_case1 ... ok [INFO] [stdout] test conditional_execution4 ... ok [INFO] [stdout] test conditional_execution_doesnt_run_other_case2 ... ok [INFO] [stdout] test cons1 ... ok [INFO] [stdout] test cons2 ... ok [INFO] [stdout] test cons3 ... ok [INFO] [stdout] test duplicate_variable_definition3 ... ok [INFO] [stdout] test duplicate_variable_definition2 ... ok [INFO] [stdout] test equal1 ... ok [INFO] [stdout] test division1 ... ok [INFO] [stdout] test equal2 ... ok [INFO] [stdout] test division2 ... ok [INFO] [stdout] test equal3 ... ok [INFO] [stdout] test errors_halt_execution1 ... ok [INFO] [stdout] test division3 ... ok [INFO] [stdout] test equal4 ... ok [INFO] [stdout] test eval1 ... ok [INFO] [stdout] test greaterthan3 ... ok [INFO] [stdout] test eval2 ... ok [INFO] [stdout] test duplicate_variable_definition1 ... ok [INFO] [stdout] test eval3 ... ok [INFO] [stdout] test generated_runtime_error1 ... ok [INFO] [stdout] test greaterthan1 ... ok [INFO] [stdout] test greaterthan2 ... ok [INFO] [stdout] test generated_runtime_error2 ... ok [INFO] [stdout] test greaterthan4 ... ok [INFO] [stdout] test greaterthan5 ... ok [INFO] [stdout] test identity1 ... ok [INFO] [stdout] test identity3 ... ok [INFO] [stdout] test identity2 ... ok [INFO] [stdout] test lessthan2 ... ok [INFO] [stdout] test lessthan1 ... ok [INFO] [stdout] test let_statement1 ... ok [INFO] [stdout] test let_statement3 ... ok [INFO] [stdout] test lessthan5 ... ok [INFO] [stdout] test identity4 ... ok [INFO] [stdout] test list_creation1 ... ok [INFO] [stdout] test macros1 ... ok [INFO] [stdout] test lessthan4 ... ok [INFO] [stdout] test list_creation3 ... ok [INFO] [stdout] test list_creation2 ... ok [INFO] [stdout] test let_statement2 ... ok [INFO] [stdout] test macros3 ... ok [INFO] [stdout] test macros2 ... ok [INFO] [stdout] test lessthan3 ... ok [INFO] [stdout] test multiline1 ... ok [INFO] [stdout] test multiplication1 ... ok [INFO] [stdout] test macros5 ... ok [INFO] [stdout] test null2 ... ok [INFO] [stdout] test multiple_expression_return1 ... ok [INFO] [stdout] test multiplication3 ... ok [INFO] [stdout] test macros4 ... ok [INFO] [stdout] test multiplication2 ... ok [INFO] [stdout] test nested_expressions1 ... ok [INFO] [stdout] test null1 ... ok [INFO] [stdout] test null3 ... ok [INFO] [stdout] test null4 ... ok [INFO] [stdout] test null8 ... ok [INFO] [stdout] test procedure_definition1 ... ok [INFO] [stdout] test procedure_definition2 ... ok [INFO] [stdout] test null5 ... ok [INFO] [stdout] test null6 ... ok [INFO] [stdout] test procedure_definition3 ... ok [INFO] [stdout] test procedure_definition4 ... ok [INFO] [stdout] test null7 ... ok [INFO] [stdout] test procedure_definition5 ... ok [INFO] [stdout] test quasiquoting1 ... ok [INFO] [stdout] test quasiquoting2 ... ok [INFO] [stdout] test procedure_definition7 ... ok [INFO] [stdout] test procedure_definition6 ... ok [INFO] [stdout] test quasiquoting3 ... ok [INFO] [stdout] test quoting4 ... ok [INFO] [stdout] test quoting2 ... ok [INFO] [stdout] test quoting3 ... ok [INFO] [stdout] test quoting11 ... ok [INFO] [stdout] test quoting10 ... ok [INFO] [stdout] test quoting1 ... ok [INFO] [stdout] test quasiquoting4 ... ok [INFO] [stdout] test quoting8 ... ok [INFO] [stdout] test subtraction1 ... ok [INFO] [stdout] test quoting7 ... ok [INFO] [stdout] test subtraction2 ... ok [INFO] [stdout] test variable_definition1 ... ok [INFO] [stdout] test variable_definition3 ... ok [INFO] [stdout] test quoting9 ... ok [INFO] [stdout] test unknown_variable_modification1 ... ok [INFO] [stdout] test variable_definition2 ... ok [INFO] [stdout] test quoting6 ... ok [INFO] [stdout] test variable_modification2 ... ok [INFO] [stdout] test quoting5 ... ok [INFO] [stdout] test unicode_identifiers1 ... ok [INFO] [stdout] test variable_modification3 ... ok [INFO] [stdout] test variable_modification1 ... ok [INFO] [stdout] test variable_definition5 ... ok [INFO] [stdout] test variable_definition4 ... ok [INFO] [stdout] test tail_call_optimization1 ... ok [INFO] [stderr] Doc-tests rusty_scheme [INFO] [stdout] [INFO] [stdout] test result: ok. 137 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "973243d2b3a756b54f896327bdd32a90186ec8b8181656fb5e361b787422004b"` [INFO] running `"docker" "rm" "-f" "973243d2b3a756b54f896327bdd32a90186ec8b8181656fb5e361b787422004b"` [INFO] [stdout] 973243d2b3a756b54f896327bdd32a90186ec8b8181656fb5e361b787422004b