Oct 15 05:54:12.663 INFO testing Veykril/YASS against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:54:12.664 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 05:54:13.099 INFO blam! 51aa30c9738fa409ed8498c023975ee29f7e5d12cd6d80cc0f7f458cd96f7e5a Oct 15 05:54:13.101 INFO running `"docker" "start" "-a" "51aa30c9738fa409ed8498c023975ee29f7e5d12cd6d80cc0f7f458cd96f7e5a"` Oct 15 05:54:14.283 INFO kablam! usermod: no changes Oct 15 05:54:14.323 INFO kablam! Compiling yass v0.1.0 (/source) Oct 15 05:54:14.721 INFO kablam! warning: unused import: `lexer::Token` Oct 15 05:54:14.721 INFO kablam! --> src/main.rs:3:5 Oct 15 05:54:14.721 INFO kablam! | Oct 15 05:54:14.722 INFO kablam! 3 | use lexer::Token; Oct 15 05:54:14.722 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:54:14.723 INFO kablam! | Oct 15 05:54:14.723 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:54:14.723 INFO kablam! Oct 15 05:54:14.824 INFO kablam! warning: field is never used: `source` Oct 15 05:54:14.824 INFO kablam! --> src/lexer.rs:6:5 Oct 15 05:54:14.824 INFO kablam! | Oct 15 05:54:14.824 INFO kablam! 6 | source: &'a str, Oct 15 05:54:14.824 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:54:14.824 INFO kablam! | Oct 15 05:54:14.824 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:54:14.824 INFO kablam! Oct 15 05:54:14.824 INFO kablam! warning: variant is never constructed: `RBracket` Oct 15 05:54:14.824 INFO kablam! --> src/lexer.rs:206:5 Oct 15 05:54:14.824 INFO kablam! | Oct 15 05:54:14.824 INFO kablam! 206 | RBracket, Oct 15 05:54:14.824 INFO kablam! | ^^^^^^^^ Oct 15 05:54:14.824 INFO kablam! Oct 15 05:54:14.824 INFO kablam! warning: variant is never constructed: `LBRacket` Oct 15 05:54:14.824 INFO kablam! --> src/lexer.rs:207:5 Oct 15 05:54:14.824 INFO kablam! | Oct 15 05:54:14.824 INFO kablam! 207 | LBRacket, Oct 15 05:54:14.824 INFO kablam! | ^^^^^^^^ Oct 15 05:54:14.824 INFO kablam! Oct 15 05:54:14.824 INFO kablam! warning: variant is never constructed: `LogicOr` Oct 15 05:54:14.824 INFO kablam! --> src/lexer.rs:208:5 Oct 15 05:54:14.824 INFO kablam! | Oct 15 05:54:14.824 INFO kablam! 208 | LogicOr, Oct 15 05:54:14.825 INFO kablam! | ^^^^^^^ Oct 15 05:54:14.825 INFO kablam! Oct 15 05:54:14.825 INFO kablam! warning: variant is never constructed: `LogicAnd` Oct 15 05:54:14.825 INFO kablam! --> src/lexer.rs:209:5 Oct 15 05:54:14.825 INFO kablam! | Oct 15 05:54:14.825 INFO kablam! 209 | LogicAnd, Oct 15 05:54:14.825 INFO kablam! | ^^^^^^^^ Oct 15 05:54:14.825 INFO kablam! Oct 15 05:54:14.825 INFO kablam! warning: variant is never constructed: `Greater` Oct 15 05:54:14.825 INFO kablam! --> src/lexer.rs:210:5 Oct 15 05:54:14.825 INFO kablam! | Oct 15 05:54:14.825 INFO kablam! 210 | Greater, Oct 15 05:54:14.825 INFO kablam! | ^^^^^^^ Oct 15 05:54:14.825 INFO kablam! Oct 15 05:54:14.825 INFO kablam! warning: variant is never constructed: `Smaller` Oct 15 05:54:14.825 INFO kablam! --> src/lexer.rs:211:5 Oct 15 05:54:14.825 INFO kablam! | Oct 15 05:54:14.825 INFO kablam! 211 | Smaller, Oct 15 05:54:14.825 INFO kablam! | ^^^^^^^ Oct 15 05:54:14.825 INFO kablam! Oct 15 05:54:14.833 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:54:14.833 INFO kablam! --> src/main.rs:8:5 Oct 15 05:54:14.833 INFO kablam! | Oct 15 05:54:14.833 INFO kablam! 8 | load_file("assets/test.yss", &mut s); Oct 15 05:54:14.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:54:14.833 INFO kablam! | Oct 15 05:54:14.833 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:54:14.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:54:14.833 INFO kablam! Oct 15 05:54:15.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 15 05:54:15.787 INFO kablam! su: No module specific data is present Oct 15 05:54:16.418 INFO running `"docker" "rm" "-f" "51aa30c9738fa409ed8498c023975ee29f7e5d12cd6d80cc0f7f458cd96f7e5a"` Oct 15 05:54:16.687 INFO blam! 51aa30c9738fa409ed8498c023975ee29f7e5d12cd6d80cc0f7f458cd96f7e5a Oct 15 05:54:16.690 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 05:54:17.149 INFO blam! d7308236fabf850030ee063bbd20722a4f76f73293dd95a3f8f33ac48b680549 Oct 15 05:54:17.152 INFO running `"docker" "start" "-a" "d7308236fabf850030ee063bbd20722a4f76f73293dd95a3f8f33ac48b680549"` Oct 15 05:54:18.279 INFO kablam! usermod: no changes Oct 15 05:54:18.319 INFO kablam! Compiling yass v0.1.0 (/source) Oct 15 05:54:18.730 INFO kablam! warning: unused import: `lexer::Token` Oct 15 05:54:18.730 INFO kablam! --> src/main.rs:3:5 Oct 15 05:54:18.730 INFO kablam! | Oct 15 05:54:18.730 INFO kablam! 3 | use lexer::Token; Oct 15 05:54:18.730 INFO kablam! | ^^^^^^^^^^^^ Oct 15 05:54:18.730 INFO kablam! | Oct 15 05:54:18.730 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:54:18.730 INFO kablam! Oct 15 05:54:18.838 INFO kablam! warning: field is never used: `source` Oct 15 05:54:18.838 INFO kablam! --> src/lexer.rs:6:5 Oct 15 05:54:18.838 INFO kablam! | Oct 15 05:54:18.838 INFO kablam! 6 | source: &'a str, Oct 15 05:54:18.838 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 05:54:18.838 INFO kablam! | Oct 15 05:54:18.838 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:54:18.838 INFO kablam! Oct 15 05:54:18.838 INFO kablam! warning: variant is never constructed: `RBracket` Oct 15 05:54:18.838 INFO kablam! --> src/lexer.rs:206:5 Oct 15 05:54:18.838 INFO kablam! | Oct 15 05:54:18.838 INFO kablam! 206 | RBracket, Oct 15 05:54:18.838 INFO kablam! | ^^^^^^^^ Oct 15 05:54:18.838 INFO kablam! Oct 15 05:54:18.838 INFO kablam! warning: variant is never constructed: `LBRacket` Oct 15 05:54:18.838 INFO kablam! --> src/lexer.rs:207:5 Oct 15 05:54:18.838 INFO kablam! | Oct 15 05:54:18.838 INFO kablam! 207 | LBRacket, Oct 15 05:54:18.838 INFO kablam! | ^^^^^^^^ Oct 15 05:54:18.838 INFO kablam! Oct 15 05:54:18.838 INFO kablam! warning: variant is never constructed: `LogicOr` Oct 15 05:54:18.838 INFO kablam! --> src/lexer.rs:208:5 Oct 15 05:54:18.838 INFO kablam! | Oct 15 05:54:18.839 INFO kablam! 208 | LogicOr, Oct 15 05:54:18.839 INFO kablam! | ^^^^^^^ Oct 15 05:54:18.839 INFO kablam! Oct 15 05:54:18.839 INFO kablam! warning: variant is never constructed: `LogicAnd` Oct 15 05:54:18.839 INFO kablam! --> src/lexer.rs:209:5 Oct 15 05:54:18.839 INFO kablam! | Oct 15 05:54:18.839 INFO kablam! 209 | LogicAnd, Oct 15 05:54:18.839 INFO kablam! | ^^^^^^^^ Oct 15 05:54:18.839 INFO kablam! Oct 15 05:54:18.839 INFO kablam! warning: variant is never constructed: `Greater` Oct 15 05:54:18.839 INFO kablam! --> src/lexer.rs:210:5 Oct 15 05:54:18.839 INFO kablam! | Oct 15 05:54:18.839 INFO kablam! 210 | Greater, Oct 15 05:54:18.839 INFO kablam! | ^^^^^^^ Oct 15 05:54:18.839 INFO kablam! Oct 15 05:54:18.839 INFO kablam! warning: variant is never constructed: `Smaller` Oct 15 05:54:18.839 INFO kablam! --> src/lexer.rs:211:5 Oct 15 05:54:18.839 INFO kablam! | Oct 15 05:54:18.839 INFO kablam! 211 | Smaller, Oct 15 05:54:18.839 INFO kablam! | ^^^^^^^ Oct 15 05:54:18.839 INFO kablam! Oct 15 05:54:18.856 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:54:18.857 INFO kablam! --> src/main.rs:8:5 Oct 15 05:54:18.857 INFO kablam! | Oct 15 05:54:18.857 INFO kablam! 8 | load_file("assets/test.yss", &mut s); Oct 15 05:54:18.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:54:18.857 INFO kablam! | Oct 15 05:54:18.857 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:54:18.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:54:18.857 INFO kablam! Oct 15 05:54:19.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 15 05:54:19.319 INFO kablam! su: No module specific data is present Oct 15 05:54:20.145 INFO running `"docker" "rm" "-f" "d7308236fabf850030ee063bbd20722a4f76f73293dd95a3f8f33ac48b680549"` Oct 15 05:54:20.487 INFO blam! d7308236fabf850030ee063bbd20722a4f76f73293dd95a3f8f33ac48b680549 Oct 15 05:54:20.495 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 05:54:20.981 INFO blam! 894fc231787bcc515c6adeb82a71c9e2d485fd8028aebcb9092f14199d8a20b1 Oct 15 05:54:20.987 INFO running `"docker" "start" "-a" "894fc231787bcc515c6adeb82a71c9e2d485fd8028aebcb9092f14199d8a20b1"` Oct 15 05:54:22.179 INFO kablam! usermod: no changes Oct 15 05:54:22.231 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 05:54:22.231 INFO kablam! Running /target/debug/deps/yass-ee70f311b2c2355c Oct 15 05:54:22.239 INFO blam! Oct 15 05:54:22.239 INFO blam! running 0 tests Oct 15 05:54:22.239 INFO blam! Oct 15 05:54:22.239 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:54:22.239 INFO blam! Oct 15 05:54:22.240 INFO kablam! su: No module specific data is present Oct 15 05:54:22.883 INFO running `"docker" "rm" "-f" "894fc231787bcc515c6adeb82a71c9e2d485fd8028aebcb9092f14199d8a20b1"` Oct 15 05:54:23.139 INFO blam! 894fc231787bcc515c6adeb82a71c9e2d485fd8028aebcb9092f14199d8a20b1