Oct 15 21:55:02.581 INFO testing rivet-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:55:02.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.091 INFO blam! 56be8cb456a9dfd9b1a89d74ee2242348a098ee9d195d61deabe9d4849d13f46 Oct 15 21:55:03.101 INFO running `"docker" "start" "-a" "56be8cb456a9dfd9b1a89d74ee2242348a098ee9d195d61deabe9d4849d13f46"` Oct 15 21:55:03.778 INFO kablam! usermod: no changes Oct 15 21:55:03.887 INFO kablam! Compiling rustyline v1.0.0 Oct 15 21:55:03.887 INFO kablam! Compiling string-interner v0.6.3 Oct 15 21:55:03.888 INFO kablam! Compiling nom v3.2.1 Oct 15 21:55:10.263 INFO kablam! Compiling rivet v0.0.1 (/source) Oct 15 21:55:11.539 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:11.540 INFO kablam! --> src/lib.rs:2:5 Oct 15 21:55:11.540 INFO kablam! | Oct 15 21:55:11.540 INFO kablam! 2 | use std::collections::HashMap; Oct 15 21:55:11.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:11.541 INFO kablam! | Oct 15 21:55:11.541 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:55:11.541 INFO kablam! Oct 15 21:55:11.541 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:55:11.541 INFO kablam! --> src/lib.rs:5:1 Oct 15 21:55:11.542 INFO kablam! | Oct 15 21:55:11.542 INFO kablam! 5 | #[macro_use] Oct 15 21:55:11.542 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:55:11.542 INFO kablam! Oct 15 21:55:11.542 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:11.542 INFO kablam! --> src/builtins.rs:1:5 Oct 15 21:55:11.543 INFO kablam! | Oct 15 21:55:11.543 INFO kablam! 1 | use std::collections::HashMap; Oct 15 21:55:11.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:11.543 INFO kablam! Oct 15 21:55:11.543 INFO kablam! warning: unused import: `nom::*` Oct 15 21:55:11.544 INFO kablam! --> src/lexer.rs:95:5 Oct 15 21:55:11.544 INFO kablam! | Oct 15 21:55:11.544 INFO kablam! 95 | use nom::*; Oct 15 21:55:11.544 INFO kablam! | ^^^^^^ Oct 15 21:55:11.544 INFO kablam! Oct 15 21:55:11.545 INFO kablam! warning: unused import: `std::cmp` Oct 15 21:55:11.545 INFO kablam! --> src/vm.rs:2:5 Oct 15 21:55:11.545 INFO kablam! | Oct 15 21:55:11.545 INFO kablam! 2 | use std::cmp; Oct 15 21:55:11.545 INFO kablam! | ^^^^^^^^ Oct 15 21:55:11.546 INFO kablam! Oct 15 21:55:12.075 INFO kablam! warning: method is never used: `is_id` Oct 15 21:55:12.076 INFO kablam! --> src/lexer.rs:26:5 Oct 15 21:55:12.076 INFO kablam! | Oct 15 21:55:12.076 INFO kablam! 26 | fn is_id(&self) -> bool { Oct 15 21:55:12.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:12.077 INFO kablam! | Oct 15 21:55:12.077 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:55:12.077 INFO kablam! Oct 15 21:55:12.078 INFO kablam! warning: method is never used: `get_int` Oct 15 21:55:12.078 INFO kablam! --> src/vm.rs:53:5 Oct 15 21:55:12.078 INFO kablam! | Oct 15 21:55:12.078 INFO kablam! 53 | fn get_int(&self) -> Option { Oct 15 21:55:12.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:12.079 INFO kablam! Oct 15 21:55:12.079 INFO kablam! warning: method is never used: `get_block` Oct 15 21:55:12.079 INFO kablam! --> src/vm.rs:60:5 Oct 15 21:55:12.080 INFO kablam! | Oct 15 21:55:12.080 INFO kablam! 60 | fn get_block(&self) -> Option<&[Ast]> { Oct 15 21:55:12.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:12.080 INFO kablam! Oct 15 21:55:12.081 INFO kablam! warning: method is never used: `get_symbol` Oct 15 21:55:12.081 INFO kablam! --> src/vm.rs:67:5 Oct 15 21:55:12.081 INFO kablam! | Oct 15 21:55:12.081 INFO kablam! 67 | fn get_symbol(&self) -> Option<&str> { Oct 15 21:55:12.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:12.082 INFO kablam! Oct 15 21:55:12.082 INFO kablam! warning: method is never used: `quote` Oct 15 21:55:12.082 INFO kablam! --> src/vm.rs:74:5 Oct 15 21:55:12.083 INFO kablam! | Oct 15 21:55:12.083 INFO kablam! 74 | fn quote(&self) -> Ast { Oct 15 21:55:12.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:12.083 INFO kablam! Oct 15 21:55:16.165 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.36s Oct 15 21:55:16.170 INFO kablam! su: No module specific data is present Oct 15 21:55:16.549 INFO running `"docker" "rm" "-f" "56be8cb456a9dfd9b1a89d74ee2242348a098ee9d195d61deabe9d4849d13f46"` Oct 15 21:55:16.677 INFO blam! 56be8cb456a9dfd9b1a89d74ee2242348a098ee9d195d61deabe9d4849d13f46 Oct 15 21:55:16.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:16.891 INFO blam! 4ecad015d2e9f7242f46f0862f433b03c837e5708e9be5a89ce1a7ab9c0467e0 Oct 15 21:55:16.895 INFO running `"docker" "start" "-a" "4ecad015d2e9f7242f46f0862f433b03c837e5708e9be5a89ce1a7ab9c0467e0"` Oct 15 21:55:17.606 INFO kablam! usermod: no changes Oct 15 21:55:17.663 INFO kablam! Compiling rivet v0.0.1 (/source) Oct 15 21:55:18.795 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:18.795 INFO kablam! --> src/lib.rs:2:5 Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! 2 | use std::collections::HashMap; Oct 15 21:55:18.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:55:18.795 INFO kablam! Oct 15 21:55:18.795 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:55:18.795 INFO kablam! --> src/lib.rs:5:1 Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! 5 | #[macro_use] Oct 15 21:55:18.795 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:55:18.795 INFO kablam! Oct 15 21:55:18.795 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 21:55:18.795 INFO kablam! --> src/builtins.rs:1:5 Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! 1 | use std::collections::HashMap; Oct 15 21:55:18.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:18.795 INFO kablam! Oct 15 21:55:18.795 INFO kablam! warning: unused import: `nom::*` Oct 15 21:55:18.795 INFO kablam! --> src/lexer.rs:95:5 Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! 95 | use nom::*; Oct 15 21:55:18.795 INFO kablam! | ^^^^^^ Oct 15 21:55:18.795 INFO kablam! Oct 15 21:55:18.795 INFO kablam! warning: unused import: `std::cmp` Oct 15 21:55:18.795 INFO kablam! --> src/vm.rs:2:5 Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! 2 | use std::cmp; Oct 15 21:55:18.795 INFO kablam! | ^^^^^^^^ Oct 15 21:55:18.795 INFO kablam! Oct 15 21:55:18.795 INFO kablam! warning: unused import: `vm::Value::*` Oct 15 21:55:18.795 INFO kablam! --> src/vm.rs:304:9 Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! 304 | use vm::Value::*; Oct 15 21:55:18.795 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:55:18.795 INFO kablam! Oct 15 21:55:18.795 INFO kablam! warning: unused import: `builtins` Oct 15 21:55:18.795 INFO kablam! --> src/vm.rs:305:9 Oct 15 21:55:18.795 INFO kablam! | Oct 15 21:55:18.795 INFO kablam! 305 | use builtins; Oct 15 21:55:18.795 INFO kablam! | ^^^^^^^^ Oct 15 21:55:18.795 INFO kablam! Oct 15 21:55:19.466 INFO kablam! warning: method is never used: `is_id` Oct 15 21:55:19.466 INFO kablam! --> src/lexer.rs:26:5 Oct 15 21:55:19.466 INFO kablam! | Oct 15 21:55:19.466 INFO kablam! 26 | fn is_id(&self) -> bool { Oct 15 21:55:19.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:19.466 INFO kablam! | Oct 15 21:55:19.466 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:55:19.466 INFO kablam! Oct 15 21:55:19.466 INFO kablam! warning: method is never used: `get_int` Oct 15 21:55:19.466 INFO kablam! --> src/vm.rs:53:5 Oct 15 21:55:19.466 INFO kablam! | Oct 15 21:55:19.466 INFO kablam! 53 | fn get_int(&self) -> Option { Oct 15 21:55:19.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:19.466 INFO kablam! Oct 15 21:55:19.466 INFO kablam! warning: method is never used: `get_block` Oct 15 21:55:19.466 INFO kablam! --> src/vm.rs:60:5 Oct 15 21:55:19.466 INFO kablam! | Oct 15 21:55:19.466 INFO kablam! 60 | fn get_block(&self) -> Option<&[Ast]> { Oct 15 21:55:19.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:19.467 INFO kablam! Oct 15 21:55:19.467 INFO kablam! warning: method is never used: `get_symbol` Oct 15 21:55:19.467 INFO kablam! --> src/vm.rs:67:5 Oct 15 21:55:19.467 INFO kablam! | Oct 15 21:55:19.467 INFO kablam! 67 | fn get_symbol(&self) -> Option<&str> { Oct 15 21:55:19.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:19.467 INFO kablam! Oct 15 21:55:19.467 INFO kablam! warning: method is never used: `quote` Oct 15 21:55:19.467 INFO kablam! --> src/vm.rs:74:5 Oct 15 21:55:19.467 INFO kablam! | Oct 15 21:55:19.467 INFO kablam! 74 | fn quote(&self) -> Ast { Oct 15 21:55:19.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 21:55:19.467 INFO kablam! Oct 15 21:55:20.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 15 21:55:20.639 INFO kablam! su: No module specific data is present Oct 15 21:55:20.884 INFO running `"docker" "rm" "-f" "4ecad015d2e9f7242f46f0862f433b03c837e5708e9be5a89ce1a7ab9c0467e0"` Oct 15 21:55:21.139 INFO blam! 4ecad015d2e9f7242f46f0862f433b03c837e5708e9be5a89ce1a7ab9c0467e0 Oct 15 21:55:21.141 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:21.305 INFO blam! 1abf6db51c7505deb03b6f03895efb473d747f0a5e1d567cddea5c63be5db2a7 Oct 15 21:55:21.308 INFO running `"docker" "start" "-a" "1abf6db51c7505deb03b6f03895efb473d747f0a5e1d567cddea5c63be5db2a7"` Oct 15 21:55:21.759 INFO kablam! usermod: no changes Oct 15 21:55:21.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 21:55:21.824 INFO kablam! Running /target/debug/deps/rivet-793ace59a9549767 Oct 15 21:55:21.829 INFO blam! Oct 15 21:55:21.829 INFO blam! running 14 tests Oct 15 21:55:21.830 INFO blam! test lexer::tests::test_tokenize_comment ... ok Oct 15 21:55:21.836 INFO blam! test parser::tests::test_block ... ok Oct 15 21:55:21.843 INFO blam! test parser::tests::test_expr ... ok Oct 15 21:55:21.846 INFO blam! test lexer::tests::test_tokenize_words ... ok Oct 15 21:55:21.846 INFO blam! test lexer::tests::test_tokenize_str ... ok Oct 15 21:55:21.846 INFO blam! test parser::tests::test_parse_id ... ok Oct 15 21:55:21.847 INFO blam! test parser::tests::test_parse_string ... ok Oct 15 21:55:21.847 INFO blam! test lexer::tests::test_lex_all ... ok Oct 15 21:55:21.847 INFO blam! test lexer::tests::test_tokenize_delim ... ok Oct 15 21:55:21.847 INFO blam! test parser::tests::test_parse_bool ... ok Oct 15 21:55:21.847 INFO blam! test parser::tests::test_quote ... ok Oct 15 21:55:21.847 INFO blam! test parser::tests::test_parse_int ... ok Oct 15 21:55:21.850 INFO blam! test lexer::tests::test_tokenize_int ... ok Oct 15 21:55:21.858 INFO blam! test parser::tests::test_lex_and_parse ... ok Oct 15 21:55:21.858 INFO blam! Oct 15 21:55:21.858 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:55:21.858 INFO blam! Oct 15 21:55:21.858 INFO kablam! Running /target/debug/deps/rivet-1ebba90c6b1141d1 Oct 15 21:55:21.867 INFO blam! Oct 15 21:55:21.867 INFO blam! running 0 tests Oct 15 21:55:21.867 INFO blam! Oct 15 21:55:21.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:55:21.867 INFO blam! Oct 15 21:55:21.867 INFO kablam! Doc-tests rivet Oct 15 21:55:23.483 INFO blam! Oct 15 21:55:23.483 INFO blam! running 0 tests Oct 15 21:55:23.484 INFO blam! Oct 15 21:55:23.484 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:55:23.484 INFO blam! Oct 15 21:55:23.491 INFO kablam! su: No module specific data is present Oct 15 21:55:23.929 INFO running `"docker" "rm" "-f" "1abf6db51c7505deb03b6f03895efb473d747f0a5e1d567cddea5c63be5db2a7"` Oct 15 21:55:24.179 INFO blam! 1abf6db51c7505deb03b6f03895efb473d747f0a5e1d567cddea5c63be5db2a7