Oct 15 09:36:05.322 INFO testing KeenS/rustlisp against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:36:05.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 09:36:05.690 INFO blam! 795aaf95c3215f1825580ee02e6341abf2c7ba13b2096c24e1fe2d5ff593b30d Oct 15 09:36:05.693 INFO running `"docker" "start" "-a" "795aaf95c3215f1825580ee02e6341abf2c7ba13b2096c24e1fe2d5ff593b30d"` Oct 15 09:36:06.395 INFO kablam! usermod: no changes Oct 15 09:36:06.439 INFO kablam! Compiling rustlisp v0.1.0 (/source) Oct 15 09:36:06.776 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:06.776 INFO kablam! --> src/lib.rs:1:5 Oct 15 09:36:06.776 INFO kablam! | Oct 15 09:36:06.776 INFO kablam! 1 | use std::marker::PhantomData; Oct 15 09:36:06.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:06.776 INFO kablam! | Oct 15 09:36:06.776 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:06.776 INFO kablam! Oct 15 09:36:06.776 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:06.776 INFO kablam! --> src/expr.rs:2:5 Oct 15 09:36:06.776 INFO kablam! | Oct 15 09:36:06.776 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:06.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:06.776 INFO kablam! Oct 15 09:36:06.778 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:06.778 INFO kablam! --> src/eval.rs:2:5 Oct 15 09:36:06.778 INFO kablam! | Oct 15 09:36:06.778 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:06.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:06.778 INFO kablam! Oct 15 09:36:06.778 INFO kablam! warning: unused import: `env::*` Oct 15 09:36:06.778 INFO kablam! --> src/eval.rs:4:5 Oct 15 09:36:06.778 INFO kablam! | Oct 15 09:36:06.778 INFO kablam! 4 | use env::*; Oct 15 09:36:06.778 INFO kablam! | ^^^^^^ Oct 15 09:36:06.778 INFO kablam! Oct 15 09:36:06.778 INFO kablam! warning: unused import: `cons::*` Oct 15 09:36:06.778 INFO kablam! --> src/eval.rs:8:5 Oct 15 09:36:06.778 INFO kablam! | Oct 15 09:36:06.778 INFO kablam! 8 | use cons::*; Oct 15 09:36:06.778 INFO kablam! | ^^^^^^^ Oct 15 09:36:06.778 INFO kablam! Oct 15 09:36:06.778 INFO kablam! warning: unused import: `expr::*` Oct 15 09:36:06.778 INFO kablam! --> src/user.rs:1:5 Oct 15 09:36:06.778 INFO kablam! | Oct 15 09:36:06.778 INFO kablam! 1 | use expr::*; Oct 15 09:36:06.778 INFO kablam! | ^^^^^^^ Oct 15 09:36:06.778 INFO kablam! Oct 15 09:36:06.778 INFO kablam! warning: unused import: `eval::*` Oct 15 09:36:06.778 INFO kablam! --> src/user.rs:5:5 Oct 15 09:36:06.778 INFO kablam! | Oct 15 09:36:06.778 INFO kablam! 5 | use eval::*; Oct 15 09:36:06.778 INFO kablam! | ^^^^^^^ Oct 15 09:36:06.778 INFO kablam! Oct 15 09:36:06.827 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:11:21 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 11 | pub type Stack1 = Stack; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:12:21 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:12:31 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:13:21 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:13:31 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:13:41 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:14:21 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:14:31 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:14:41 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:06.829 INFO kablam! --> src/env.rs:14:51 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: type parameter `N1_O` should have a camel case name such as `N1O` Oct 15 09:36:06.829 INFO kablam! --> src/user.rs:17:17 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:06.829 INFO kablam! warning: type parameter `N2_O` should have a camel case name such as `N2O` Oct 15 09:36:06.829 INFO kablam! --> src/user.rs:17:28 Oct 15 09:36:06.829 INFO kablam! | Oct 15 09:36:06.829 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:06.829 INFO kablam! | ^^^^ Oct 15 09:36:06.829 INFO kablam! Oct 15 09:36:07.200 INFO kablam! warning: unused import: `rustlisp::eval::*` Oct 15 09:36:07.200 INFO kablam! --> src/main.rs:8:5 Oct 15 09:36:07.200 INFO kablam! | Oct 15 09:36:07.200 INFO kablam! 8 | use rustlisp::eval::*; Oct 15 09:36:07.200 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:36:07.200 INFO kablam! | Oct 15 09:36:07.200 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:07.200 INFO kablam! Oct 15 09:36:07.215 INFO kablam! warning: unused import: `rustlisp::symbol` Oct 15 09:36:07.215 INFO kablam! --> src/main.rs:6:5 Oct 15 09:36:07.215 INFO kablam! | Oct 15 09:36:07.215 INFO kablam! 6 | use rustlisp::symbol::*; Oct 15 09:36:07.215 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:36:07.215 INFO kablam! Oct 15 09:36:07.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 15 09:36:07.618 INFO kablam! su: No module specific data is present Oct 15 09:36:07.983 INFO running `"docker" "rm" "-f" "795aaf95c3215f1825580ee02e6341abf2c7ba13b2096c24e1fe2d5ff593b30d"` Oct 15 09:36:08.124 INFO blam! 795aaf95c3215f1825580ee02e6341abf2c7ba13b2096c24e1fe2d5ff593b30d Oct 15 09:36:08.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 09:36:08.571 INFO blam! dab1197ceee6762af86f4556ab455b30ec10f7f08d584168f69a9754c45673da Oct 15 09:36:08.575 INFO running `"docker" "start" "-a" "dab1197ceee6762af86f4556ab455b30ec10f7f08d584168f69a9754c45673da"` Oct 15 09:36:09.556 INFO kablam! usermod: no changes Oct 15 09:36:09.603 INFO kablam! Compiling rustlisp v0.1.0 (/source) Oct 15 09:36:10.318 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:10.318 INFO kablam! --> src/lib.rs:1:5 Oct 15 09:36:10.318 INFO kablam! | Oct 15 09:36:10.318 INFO kablam! 1 | use std::marker::PhantomData; Oct 15 09:36:10.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.318 INFO kablam! | Oct 15 09:36:10.318 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:10.318 INFO kablam! Oct 15 09:36:10.318 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:10.318 INFO kablam! --> src/expr.rs:2:5 Oct 15 09:36:10.318 INFO kablam! | Oct 15 09:36:10.318 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:10.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.318 INFO kablam! Oct 15 09:36:10.318 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:10.318 INFO kablam! --> src/eval.rs:2:5 Oct 15 09:36:10.318 INFO kablam! | Oct 15 09:36:10.318 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:10.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.318 INFO kablam! Oct 15 09:36:10.318 INFO kablam! warning: unused import: `env::*` Oct 15 09:36:10.318 INFO kablam! --> src/eval.rs:4:5 Oct 15 09:36:10.318 INFO kablam! | Oct 15 09:36:10.318 INFO kablam! 4 | use env::*; Oct 15 09:36:10.318 INFO kablam! | ^^^^^^ Oct 15 09:36:10.318 INFO kablam! Oct 15 09:36:10.318 INFO kablam! warning: unused import: `cons::*` Oct 15 09:36:10.318 INFO kablam! --> src/eval.rs:8:5 Oct 15 09:36:10.318 INFO kablam! | Oct 15 09:36:10.318 INFO kablam! 8 | use cons::*; Oct 15 09:36:10.318 INFO kablam! | ^^^^^^^ Oct 15 09:36:10.318 INFO kablam! Oct 15 09:36:10.319 INFO kablam! warning: unused import: `expr::*` Oct 15 09:36:10.319 INFO kablam! --> src/user.rs:1:5 Oct 15 09:36:10.319 INFO kablam! | Oct 15 09:36:10.319 INFO kablam! 1 | use expr::*; Oct 15 09:36:10.319 INFO kablam! | ^^^^^^^ Oct 15 09:36:10.319 INFO kablam! Oct 15 09:36:10.319 INFO kablam! warning: unused import: `eval::*` Oct 15 09:36:10.319 INFO kablam! --> src/user.rs:5:5 Oct 15 09:36:10.319 INFO kablam! | Oct 15 09:36:10.319 INFO kablam! 5 | use eval::*; Oct 15 09:36:10.319 INFO kablam! | ^^^^^^^ Oct 15 09:36:10.319 INFO kablam! Oct 15 09:36:10.349 INFO kablam! warning: unused import: `rustlisp::eval::*` Oct 15 09:36:10.349 INFO kablam! --> src/main.rs:8:5 Oct 15 09:36:10.349 INFO kablam! | Oct 15 09:36:10.349 INFO kablam! 8 | use rustlisp::eval::*; Oct 15 09:36:10.349 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.349 INFO kablam! | Oct 15 09:36:10.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:10.355 INFO kablam! Oct 15 09:36:10.399 INFO kablam! warning: unused import: `rustlisp::symbol` Oct 15 09:36:10.399 INFO kablam! --> src/main.rs:6:5 Oct 15 09:36:10.399 INFO kablam! | Oct 15 09:36:10.399 INFO kablam! 6 | use rustlisp::symbol::*; Oct 15 09:36:10.399 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:36:10.399 INFO kablam! Oct 15 09:36:10.411 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.411 INFO kablam! --> src/env.rs:11:21 Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! 11 | pub type Stack1 = Stack; Oct 15 09:36:10.411 INFO kablam! | ^^^^ Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 09:36:10.411 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.411 INFO kablam! Oct 15 09:36:10.411 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.411 INFO kablam! --> src/env.rs:12:21 Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:10.411 INFO kablam! | ^^^^ Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.411 INFO kablam! Oct 15 09:36:10.411 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.411 INFO kablam! --> src/env.rs:12:31 Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:10.411 INFO kablam! | ^^^^ Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.411 INFO kablam! Oct 15 09:36:10.411 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.411 INFO kablam! --> src/env.rs:13:21 Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:10.411 INFO kablam! | ^^^^ Oct 15 09:36:10.411 INFO kablam! | Oct 15 09:36:10.411 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.411 INFO kablam! Oct 15 09:36:10.411 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.411 INFO kablam! --> src/env.rs:13:31 Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:10.412 INFO kablam! | ^^^^ Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.412 INFO kablam! Oct 15 09:36:10.412 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.412 INFO kablam! --> src/env.rs:13:41 Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:10.412 INFO kablam! | ^^^^ Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.412 INFO kablam! Oct 15 09:36:10.412 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.412 INFO kablam! --> src/env.rs:14:21 Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.412 INFO kablam! | ^^^^ Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.412 INFO kablam! Oct 15 09:36:10.412 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.412 INFO kablam! --> src/env.rs:14:31 Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.412 INFO kablam! | ^^^^ Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.412 INFO kablam! Oct 15 09:36:10.412 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.412 INFO kablam! --> src/env.rs:14:41 Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.412 INFO kablam! | ^^^^ Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.412 INFO kablam! Oct 15 09:36:10.412 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.412 INFO kablam! --> src/env.rs:14:51 Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.412 INFO kablam! | ^^^^ Oct 15 09:36:10.412 INFO kablam! | Oct 15 09:36:10.412 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.412 INFO kablam! Oct 15 09:36:10.431 INFO kablam! warning: type parameter `N1_O` should have a camel case name such as `N1O` Oct 15 09:36:10.431 INFO kablam! --> src/user.rs:17:17 Oct 15 09:36:10.431 INFO kablam! | Oct 15 09:36:10.431 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:10.431 INFO kablam! | ^^^^ Oct 15 09:36:10.431 INFO kablam! | Oct 15 09:36:10.431 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 09:36:10.431 INFO kablam! Oct 15 09:36:10.431 INFO kablam! warning: type parameter `N2_O` should have a camel case name such as `N2O` Oct 15 09:36:10.431 INFO kablam! --> src/user.rs:17:28 Oct 15 09:36:10.431 INFO kablam! | Oct 15 09:36:10.431 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:10.431 INFO kablam! | ^^^^ Oct 15 09:36:10.431 INFO kablam! Oct 15 09:36:11.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 15 09:36:11.166 INFO kablam! su: No module specific data is present Oct 15 09:36:12.520 INFO running `"docker" "rm" "-f" "dab1197ceee6762af86f4556ab455b30ec10f7f08d584168f69a9754c45673da"` Oct 15 09:36:12.765 INFO blam! dab1197ceee6762af86f4556ab455b30ec10f7f08d584168f69a9754c45673da Oct 15 09:36:12.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 09:36:13.143 INFO blam! 313fac245ffbc4a8965554989f5ff1d420fe36d99774e4f5a64e9fbf2966fd8b Oct 15 09:36:13.143 INFO running `"docker" "start" "-a" "313fac245ffbc4a8965554989f5ff1d420fe36d99774e4f5a64e9fbf2966fd8b"` Oct 15 09:36:13.788 INFO kablam! usermod: no changes Oct 15 09:36:13.814 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 09:36:13.815 INFO kablam! Running /target/debug/deps/rustlisp-0bf55d05acf34a3d Oct 15 09:36:13.820 INFO blam! Oct 15 09:36:13.820 INFO kablam! Running /target/debug/deps/rustlisp-d2232bcff63f04dd Oct 15 09:36:13.820 INFO blam! running 0 tests Oct 15 09:36:13.820 INFO blam! Oct 15 09:36:13.820 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:36:13.820 INFO blam! Oct 15 09:36:13.824 INFO kablam! Doc-tests rustlisp Oct 15 09:36:13.824 INFO blam! Oct 15 09:36:13.824 INFO blam! running 0 tests Oct 15 09:36:13.824 INFO blam! Oct 15 09:36:13.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:36:13.824 INFO blam! Oct 15 09:36:14.411 INFO blam! Oct 15 09:36:14.411 INFO blam! running 0 tests Oct 15 09:36:14.411 INFO blam! Oct 15 09:36:14.411 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:36:14.411 INFO blam! Oct 15 09:36:14.417 INFO kablam! su: No module specific data is present Oct 15 09:36:14.718 INFO running `"docker" "rm" "-f" "313fac245ffbc4a8965554989f5ff1d420fe36d99774e4f5a64e9fbf2966fd8b"` Oct 15 09:36:14.815 INFO blam! 313fac245ffbc4a8965554989f5ff1d420fe36d99774e4f5a64e9fbf2966fd8b