Oct 15 21:55:02.527 INFO testing rivet-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 21:55:02.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 21:55:03.019 INFO blam! 22dfb0245e38bfe09387bc4ea822e8c1535739c5e1474c963679c79721e920ee Oct 15 21:55:03.023 INFO running `"docker" "start" "-a" "22dfb0245e38bfe09387bc4ea822e8c1535739c5e1474c963679c79721e920ee"` Oct 15 21:55:03.794 INFO kablam! usermod: no changes Oct 15 21:55:03.899 INFO kablam! Compiling string-interner v0.6.3 Oct 15 21:55:03.904 INFO kablam! Compiling nom v3.2.1 Oct 15 21:55:08.407 INFO kablam! Compiling rivet v0.0.1 (/source) Oct 15 21:55:09.703 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:09.703 INFO kablam! --> src/lib.rs:2:5 Oct 15 21:55:09.703 INFO kablam! | Oct 15 21:55:09.703 INFO kablam! 2 | use std::collections::HashMap; Oct 15 21:55:09.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:09.703 INFO kablam! | Oct 15 21:55:09.703 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:55:09.703 INFO kablam! Oct 15 21:55:09.703 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:55:09.703 INFO kablam! --> src/lib.rs:5:1 Oct 15 21:55:09.703 INFO kablam! | Oct 15 21:55:09.703 INFO kablam! 5 | #[macro_use] Oct 15 21:55:09.703 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:55:09.703 INFO kablam! Oct 15 21:55:09.703 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:09.703 INFO kablam! --> src/builtins.rs:1:5 Oct 15 21:55:09.703 INFO kablam! | Oct 15 21:55:09.703 INFO kablam! 1 | use std::collections::HashMap; Oct 15 21:55:09.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:09.703 INFO kablam! Oct 15 21:55:09.703 INFO kablam! warning: unused import: `nom::*` Oct 15 21:55:09.703 INFO kablam! --> src/lexer.rs:95:5 Oct 15 21:55:09.703 INFO kablam! | Oct 15 21:55:09.703 INFO kablam! 95 | use nom::*; Oct 15 21:55:09.703 INFO kablam! | ^^^^^^ Oct 15 21:55:09.703 INFO kablam! Oct 15 21:55:09.703 INFO kablam! warning: unused import: `std::cmp` Oct 15 21:55:09.703 INFO kablam! --> src/vm.rs:2:5 Oct 15 21:55:09.703 INFO kablam! | Oct 15 21:55:09.703 INFO kablam! 2 | use std::cmp; Oct 15 21:55:09.703 INFO kablam! | ^^^^^^^^ Oct 15 21:55:09.703 INFO kablam! Oct 15 21:55:10.251 INFO kablam! warning: method is never used: `is_id` Oct 15 21:55:10.251 INFO kablam! --> src/lexer.rs:26:5 Oct 15 21:55:10.251 INFO kablam! | Oct 15 21:55:10.251 INFO kablam! 26 | fn is_id(&self) -> bool { Oct 15 21:55:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:10.251 INFO kablam! | Oct 15 21:55:10.251 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:55:10.251 INFO kablam! Oct 15 21:55:10.251 INFO kablam! warning: method is never used: `get_int` Oct 15 21:55:10.251 INFO kablam! --> src/vm.rs:53:5 Oct 15 21:55:10.251 INFO kablam! | Oct 15 21:55:10.251 INFO kablam! 53 | fn get_int(&self) -> Option { Oct 15 21:55:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:10.251 INFO kablam! Oct 15 21:55:10.251 INFO kablam! warning: method is never used: `get_block` Oct 15 21:55:10.251 INFO kablam! --> src/vm.rs:60:5 Oct 15 21:55:10.251 INFO kablam! | Oct 15 21:55:10.251 INFO kablam! 60 | fn get_block(&self) -> Option<&[Ast]> { Oct 15 21:55:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:10.251 INFO kablam! Oct 15 21:55:10.251 INFO kablam! warning: method is never used: `get_symbol` Oct 15 21:55:10.251 INFO kablam! --> src/vm.rs:67:5 Oct 15 21:55:10.251 INFO kablam! | Oct 15 21:55:10.251 INFO kablam! 67 | fn get_symbol(&self) -> Option<&str> { Oct 15 21:55:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:10.251 INFO kablam! Oct 15 21:55:10.251 INFO kablam! warning: method is never used: `quote` Oct 15 21:55:10.251 INFO kablam! --> src/vm.rs:74:5 Oct 15 21:55:10.251 INFO kablam! | Oct 15 21:55:10.251 INFO kablam! 74 | fn quote(&self) -> Ast { Oct 15 21:55:10.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:10.251 INFO kablam! Oct 15 21:55:14.619 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.79s Oct 15 21:55:14.619 INFO kablam! su: No module specific data is present Oct 15 21:55:15.307 INFO running `"docker" "rm" "-f" "22dfb0245e38bfe09387bc4ea822e8c1535739c5e1474c963679c79721e920ee"` Oct 15 21:55:15.587 INFO blam! 22dfb0245e38bfe09387bc4ea822e8c1535739c5e1474c963679c79721e920ee Oct 15 21:55:15.588 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 21:55:15.999 INFO blam! 728b92f5fbbc39f383d8ca7438d0008c73dd08c76f6c3257c68b4f9efe9c834d Oct 15 21:55:16.001 INFO running `"docker" "start" "-a" "728b92f5fbbc39f383d8ca7438d0008c73dd08c76f6c3257c68b4f9efe9c834d"` Oct 15 21:55:16.783 INFO kablam! usermod: no changes Oct 15 21:55:16.845 INFO kablam! Compiling rivet v0.0.1 (/source) Oct 15 21:55:17.938 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:17.938 INFO kablam! --> src/lib.rs:2:5 Oct 15 21:55:17.938 INFO kablam! | Oct 15 21:55:17.940 INFO kablam! 2 | use std::collections::HashMap; Oct 15 21:55:17.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:17.940 INFO kablam! | Oct 15 21:55:17.940 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:55:17.943 INFO kablam! Oct 15 21:55:17.943 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:55:17.943 INFO kablam! --> src/lib.rs:5:1 Oct 15 21:55:17.943 INFO kablam! | Oct 15 21:55:17.943 INFO kablam! 5 | #[macro_use] Oct 15 21:55:17.943 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:55:17.943 INFO kablam! Oct 15 21:55:17.943 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:17.943 INFO kablam! --> src/builtins.rs:1:5 Oct 15 21:55:17.943 INFO kablam! | Oct 15 21:55:17.943 INFO kablam! 1 | use std::collections::HashMap; Oct 15 21:55:17.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:17.943 INFO kablam! Oct 15 21:55:17.943 INFO kablam! warning: unused import: `nom::*` Oct 15 21:55:17.943 INFO kablam! --> src/lexer.rs:95:5 Oct 15 21:55:17.943 INFO kablam! | Oct 15 21:55:17.943 INFO kablam! 95 | use nom::*; Oct 15 21:55:17.943 INFO kablam! | ^^^^^^ Oct 15 21:55:17.943 INFO kablam! Oct 15 21:55:17.948 INFO kablam! warning: unused import: `std::cmp` Oct 15 21:55:17.948 INFO kablam! --> src/vm.rs:2:5 Oct 15 21:55:17.948 INFO kablam! | Oct 15 21:55:17.948 INFO kablam! 2 | use std::cmp; Oct 15 21:55:17.948 INFO kablam! | ^^^^^^^^ Oct 15 21:55:17.948 INFO kablam! Oct 15 21:55:17.948 INFO kablam! warning: unused import: `vm::Value::*` Oct 15 21:55:17.948 INFO kablam! --> src/vm.rs:304:9 Oct 15 21:55:17.948 INFO kablam! | Oct 15 21:55:17.948 INFO kablam! 304 | use vm::Value::*; Oct 15 21:55:17.948 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:55:17.948 INFO kablam! Oct 15 21:55:17.949 INFO kablam! warning: unused import: `builtins` Oct 15 21:55:17.949 INFO kablam! --> src/vm.rs:305:9 Oct 15 21:55:17.949 INFO kablam! | Oct 15 21:55:17.949 INFO kablam! 305 | use builtins; Oct 15 21:55:17.949 INFO kablam! | ^^^^^^^^ Oct 15 21:55:17.949 INFO kablam! Oct 15 21:55:18.583 INFO kablam! warning: method is never used: `is_id` Oct 15 21:55:18.583 INFO kablam! --> src/lexer.rs:26:5 Oct 15 21:55:18.583 INFO kablam! | Oct 15 21:55:18.583 INFO kablam! 26 | fn is_id(&self) -> bool { Oct 15 21:55:18.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:18.583 INFO kablam! | Oct 15 21:55:18.583 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:55:18.583 INFO kablam! Oct 15 21:55:18.583 INFO kablam! warning: method is never used: `get_int` Oct 15 21:55:18.583 INFO kablam! --> src/vm.rs:53:5 Oct 15 21:55:18.583 INFO kablam! | Oct 15 21:55:18.583 INFO kablam! 53 | fn get_int(&self) -> Option { Oct 15 21:55:18.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:18.583 INFO kablam! Oct 15 21:55:18.583 INFO kablam! warning: method is never used: `get_block` Oct 15 21:55:18.583 INFO kablam! --> src/vm.rs:60:5 Oct 15 21:55:18.583 INFO kablam! | Oct 15 21:55:18.583 INFO kablam! 60 | fn get_block(&self) -> Option<&[Ast]> { Oct 15 21:55:18.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:18.583 INFO kablam! Oct 15 21:55:18.583 INFO kablam! warning: method is never used: `get_symbol` Oct 15 21:55:18.583 INFO kablam! --> src/vm.rs:67:5 Oct 15 21:55:18.583 INFO kablam! | Oct 15 21:55:18.583 INFO kablam! 67 | fn get_symbol(&self) -> Option<&str> { Oct 15 21:55:18.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:18.583 INFO kablam! Oct 15 21:55:18.583 INFO kablam! warning: method is never used: `quote` Oct 15 21:55:18.583 INFO kablam! --> src/vm.rs:74:5 Oct 15 21:55:18.583 INFO kablam! | Oct 15 21:55:18.583 INFO kablam! 74 | fn quote(&self) -> Ast { Oct 15 21:55:18.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:18.583 INFO kablam! Oct 15 21:55:19.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.14s Oct 15 21:55:19.951 INFO kablam! su: No module specific data is present Oct 15 21:55:20.342 INFO running `"docker" "rm" "-f" "728b92f5fbbc39f383d8ca7438d0008c73dd08c76f6c3257c68b4f9efe9c834d"` Oct 15 21:55:20.479 INFO blam! 728b92f5fbbc39f383d8ca7438d0008c73dd08c76f6c3257c68b4f9efe9c834d Oct 15 21:55:20.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 21:55:20.702 INFO blam! f962e1b72db29a0bc46b848fe03d7ea92644bc72031f3ce22e231cd6c50c5313 Oct 15 21:55:20.705 INFO running `"docker" "start" "-a" "f962e1b72db29a0bc46b848fe03d7ea92644bc72031f3ce22e231cd6c50c5313"` Oct 15 21:55:21.126 INFO kablam! usermod: no changes Oct 15 21:55:21.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 21:55:21.184 INFO kablam! Running /target/debug/deps/rivet-3fae0713a3b3a597 Oct 15 21:55:21.186 INFO blam! Oct 15 21:55:21.186 INFO blam! running 14 tests Oct 15 21:55:21.190 INFO blam! test lexer::tests::test_tokenize_str ... ok Oct 15 21:55:21.194 INFO blam! test lexer::tests::test_tokenize_comment ... ok Oct 15 21:55:21.194 INFO blam! test lexer::tests::test_tokenize_delim ... ok Oct 15 21:55:21.196 INFO blam! test parser::tests::test_parse_id ... ok Oct 15 21:55:21.197 INFO blam! test parser::tests::test_parse_bool ... ok Oct 15 21:55:21.200 INFO blam! test lexer::tests::test_tokenize_int ... ok Oct 15 21:55:21.202 INFO blam! test parser::tests::test_expr ... ok Oct 15 21:55:21.204 INFO blam! test lexer::tests::test_tokenize_words ... ok Oct 15 21:55:21.206 INFO blam! test parser::tests::test_parse_string ... ok Oct 15 21:55:21.207 INFO blam! test parser::tests::test_parse_int ... ok Oct 15 21:55:21.212 INFO blam! test parser::tests::test_quote ... ok Oct 15 21:55:21.215 INFO blam! test lexer::tests::test_lex_all ... ok Oct 15 21:55:21.215 INFO blam! test parser::tests::test_block ... ok Oct 15 21:55:21.231 INFO blam! test parser::tests::test_lex_and_parse ... ok Oct 15 21:55:21.231 INFO blam! Oct 15 21:55:21.231 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:55:21.231 INFO blam! Oct 15 21:55:21.232 INFO kablam! Running /target/debug/deps/rivet-28d2d14a6f309498 Oct 15 21:55:21.234 INFO kablam! Doc-tests rivet Oct 15 21:55:21.234 INFO blam! Oct 15 21:55:21.234 INFO blam! running 0 tests Oct 15 21:55:21.234 INFO blam! Oct 15 21:55:21.234 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:55:21.234 INFO blam! Oct 15 21:55:23.093 INFO blam! Oct 15 21:55:23.094 INFO blam! running 0 tests Oct 15 21:55:23.094 INFO blam! Oct 15 21:55:23.094 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:55:23.094 INFO blam! Oct 15 21:55:23.099 INFO kablam! su: No module specific data is present Oct 15 21:55:23.330 INFO running `"docker" "rm" "-f" "f962e1b72db29a0bc46b848fe03d7ea92644bc72031f3ce22e231cd6c50c5313"` Oct 15 21:55:23.439 INFO blam! f962e1b72db29a0bc46b848fe03d7ea92644bc72031f3ce22e231cd6c50c5313