Oct 11 06:00:14.832 INFO testing KeenS/rustlisp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:00:14.832 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:00:14.832 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:00:15.260 INFO blam! 51f037ee4af0d9ecb0421fe3d10732c737b3979de8226cf9602319ab2a575d5f Oct 11 06:00:15.264 INFO running `"docker" "start" "-a" "51f037ee4af0d9ecb0421fe3d10732c737b3979de8226cf9602319ab2a575d5f"` Oct 11 06:00:16.303 INFO kablam! usermod: no changes Oct 11 06:00:16.346 INFO kablam! Compiling rustlisp v0.1.0 (/source) Oct 11 06:00:16.650 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 11 06:00:16.650 INFO kablam! --> src/lib.rs:1:5 Oct 11 06:00:16.650 INFO kablam! | Oct 11 06:00:16.650 INFO kablam! 1 | use std::marker::PhantomData; Oct 11 06:00:16.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:00:16.650 INFO kablam! | Oct 11 06:00:16.650 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:00:16.650 INFO kablam! Oct 11 06:00:16.650 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 11 06:00:16.650 INFO kablam! --> src/expr.rs:2:5 Oct 11 06:00:16.650 INFO kablam! | Oct 11 06:00:16.650 INFO kablam! 2 | use std::marker::PhantomData; Oct 11 06:00:16.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:00:16.650 INFO kablam! Oct 11 06:00:16.650 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 11 06:00:16.650 INFO kablam! --> src/eval.rs:2:5 Oct 11 06:00:16.650 INFO kablam! | Oct 11 06:00:16.650 INFO kablam! 2 | use std::marker::PhantomData; Oct 11 06:00:16.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:00:16.650 INFO kablam! Oct 11 06:00:16.650 INFO kablam! warning: unused import: `env::*` Oct 11 06:00:16.650 INFO kablam! --> src/eval.rs:4:5 Oct 11 06:00:16.650 INFO kablam! | Oct 11 06:00:16.650 INFO kablam! 4 | use env::*; Oct 11 06:00:16.650 INFO kablam! | ^^^^^^ Oct 11 06:00:16.650 INFO kablam! Oct 11 06:00:16.650 INFO kablam! warning: unused import: `cons::*` Oct 11 06:00:16.650 INFO kablam! --> src/eval.rs:8:5 Oct 11 06:00:16.650 INFO kablam! | Oct 11 06:00:16.651 INFO kablam! 8 | use cons::*; Oct 11 06:00:16.651 INFO kablam! | ^^^^^^^ Oct 11 06:00:16.651 INFO kablam! Oct 11 06:00:16.651 INFO kablam! warning: unused import: `expr::*` Oct 11 06:00:16.651 INFO kablam! --> src/user.rs:1:5 Oct 11 06:00:16.651 INFO kablam! | Oct 11 06:00:16.651 INFO kablam! 1 | use expr::*; Oct 11 06:00:16.651 INFO kablam! | ^^^^^^^ Oct 11 06:00:16.651 INFO kablam! Oct 11 06:00:16.651 INFO kablam! warning: unused import: `eval::*` Oct 11 06:00:16.651 INFO kablam! --> src/user.rs:5:5 Oct 11 06:00:16.651 INFO kablam! | Oct 11 06:00:16.651 INFO kablam! 5 | use eval::*; Oct 11 06:00:16.651 INFO kablam! | ^^^^^^^ Oct 11 06:00:16.651 INFO kablam! Oct 11 06:00:16.686 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.686 INFO kablam! --> src/env.rs:11:21 Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! 11 | pub type Stack1 = Stack; Oct 11 06:00:16.686 INFO kablam! | ^^^^ Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 06:00:16.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.686 INFO kablam! Oct 11 06:00:16.686 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.686 INFO kablam! --> src/env.rs:12:21 Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 11 06:00:16.686 INFO kablam! | ^^^^ Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.686 INFO kablam! Oct 11 06:00:16.686 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.686 INFO kablam! --> src/env.rs:12:31 Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 11 06:00:16.686 INFO kablam! | ^^^^ Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.686 INFO kablam! Oct 11 06:00:16.686 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.686 INFO kablam! --> src/env.rs:13:21 Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 11 06:00:16.686 INFO kablam! | ^^^^ Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.686 INFO kablam! Oct 11 06:00:16.686 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.686 INFO kablam! --> src/env.rs:13:31 Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 11 06:00:16.686 INFO kablam! | ^^^^ Oct 11 06:00:16.686 INFO kablam! | Oct 11 06:00:16.686 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.686 INFO kablam! Oct 11 06:00:16.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.687 INFO kablam! --> src/env.rs:13:41 Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 11 06:00:16.687 INFO kablam! | ^^^^ Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.687 INFO kablam! Oct 11 06:00:16.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.687 INFO kablam! --> src/env.rs:14:21 Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:16.687 INFO kablam! | ^^^^ Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.687 INFO kablam! Oct 11 06:00:16.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.687 INFO kablam! --> src/env.rs:14:31 Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:16.687 INFO kablam! | ^^^^ Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.687 INFO kablam! Oct 11 06:00:16.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.687 INFO kablam! --> src/env.rs:14:41 Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:16.687 INFO kablam! | ^^^^ Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.687 INFO kablam! Oct 11 06:00:16.687 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:16.687 INFO kablam! --> src/env.rs:14:51 Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:16.687 INFO kablam! | ^^^^ Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:16.687 INFO kablam! Oct 11 06:00:16.687 INFO kablam! warning: type parameter `N1_O` should have a camel case name such as `N1O` Oct 11 06:00:16.687 INFO kablam! --> src/user.rs:17:17 Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! 17 | impl Fun1>>> for Fib Oct 11 06:00:16.687 INFO kablam! | ^^^^ Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 06:00:16.687 INFO kablam! Oct 11 06:00:16.687 INFO kablam! warning: type parameter `N2_O` should have a camel case name such as `N2O` Oct 11 06:00:16.687 INFO kablam! --> src/user.rs:17:28 Oct 11 06:00:16.687 INFO kablam! | Oct 11 06:00:16.687 INFO kablam! 17 | impl Fun1>>> for Fib Oct 11 06:00:16.687 INFO kablam! | ^^^^ Oct 11 06:00:16.687 INFO kablam! Oct 11 06:00:17.007 INFO kablam! warning: unused import: `rustlisp::eval::*` Oct 11 06:00:17.008 INFO kablam! --> src/main.rs:8:5 Oct 11 06:00:17.008 INFO kablam! | Oct 11 06:00:17.008 INFO kablam! 8 | use rustlisp::eval::*; Oct 11 06:00:17.009 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:00:17.009 INFO kablam! | Oct 11 06:00:17.009 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:00:17.009 INFO kablam! Oct 11 06:00:17.020 INFO kablam! warning: unused import: `rustlisp::symbol` Oct 11 06:00:17.020 INFO kablam! --> src/main.rs:6:5 Oct 11 06:00:17.020 INFO kablam! | Oct 11 06:00:17.020 INFO kablam! 6 | use rustlisp::symbol::*; Oct 11 06:00:17.020 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:00:17.020 INFO kablam! Oct 11 06:00:17.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 11 06:00:17.465 INFO kablam! su: No module specific data is present Oct 11 06:00:17.887 INFO running `"docker" "rm" "-f" "51f037ee4af0d9ecb0421fe3d10732c737b3979de8226cf9602319ab2a575d5f"` Oct 11 06:00:17.988 INFO blam! 51f037ee4af0d9ecb0421fe3d10732c737b3979de8226cf9602319ab2a575d5f Oct 11 06:00:17.989 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:00:17.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:00:18.215 INFO blam! 63fc7a455753eb6206119295a17abbaae9544793060f59d404171c7de02843bf Oct 11 06:00:18.216 INFO running `"docker" "start" "-a" "63fc7a455753eb6206119295a17abbaae9544793060f59d404171c7de02843bf"` Oct 11 06:00:18.536 INFO kablam! usermod: no changes Oct 11 06:00:18.558 INFO kablam! Compiling rustlisp v0.1.0 (/source) Oct 11 06:00:18.856 INFO kablam! warning: unused import: `rustlisp::eval::*` Oct 11 06:00:18.856 INFO kablam! --> src/main.rs:8:5 Oct 11 06:00:18.856 INFO kablam! | Oct 11 06:00:18.856 INFO kablam! 8 | use rustlisp::eval::*; Oct 11 06:00:18.856 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:00:18.856 INFO kablam! | Oct 11 06:00:18.856 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:00:18.856 INFO kablam! Oct 11 06:00:18.861 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 11 06:00:18.861 INFO kablam! --> src/lib.rs:1:5 Oct 11 06:00:18.861 INFO kablam! | Oct 11 06:00:18.861 INFO kablam! 1 | use std::marker::PhantomData; Oct 11 06:00:18.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:00:18.864 INFO kablam! | Oct 11 06:00:18.864 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:00:18.864 INFO kablam! Oct 11 06:00:18.864 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 11 06:00:18.864 INFO kablam! --> src/expr.rs:2:5 Oct 11 06:00:18.864 INFO kablam! | Oct 11 06:00:18.864 INFO kablam! 2 | use std::marker::PhantomData; Oct 11 06:00:18.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:00:18.864 INFO kablam! Oct 11 06:00:18.864 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 11 06:00:18.864 INFO kablam! --> src/eval.rs:2:5 Oct 11 06:00:18.864 INFO kablam! | Oct 11 06:00:18.864 INFO kablam! 2 | use std::marker::PhantomData; Oct 11 06:00:18.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:00:18.864 INFO kablam! Oct 11 06:00:18.865 INFO kablam! warning: unused import: `env::*` Oct 11 06:00:18.865 INFO kablam! --> src/eval.rs:4:5 Oct 11 06:00:18.865 INFO kablam! | Oct 11 06:00:18.865 INFO kablam! 4 | use env::*; Oct 11 06:00:18.865 INFO kablam! | ^^^^^^ Oct 11 06:00:18.865 INFO kablam! Oct 11 06:00:18.865 INFO kablam! warning: unused import: `cons::*` Oct 11 06:00:18.865 INFO kablam! --> src/eval.rs:8:5 Oct 11 06:00:18.865 INFO kablam! | Oct 11 06:00:18.865 INFO kablam! 8 | use cons::*; Oct 11 06:00:18.865 INFO kablam! | ^^^^^^^ Oct 11 06:00:18.865 INFO kablam! Oct 11 06:00:18.865 INFO kablam! warning: unused import: `expr::*` Oct 11 06:00:18.865 INFO kablam! --> src/user.rs:1:5 Oct 11 06:00:18.865 INFO kablam! | Oct 11 06:00:18.865 INFO kablam! 1 | use expr::*; Oct 11 06:00:18.865 INFO kablam! | ^^^^^^^ Oct 11 06:00:18.865 INFO kablam! Oct 11 06:00:18.865 INFO kablam! warning: unused import: `eval::*` Oct 11 06:00:18.865 INFO kablam! --> src/user.rs:5:5 Oct 11 06:00:18.865 INFO kablam! | Oct 11 06:00:18.865 INFO kablam! 5 | use eval::*; Oct 11 06:00:18.865 INFO kablam! | ^^^^^^^ Oct 11 06:00:18.865 INFO kablam! Oct 11 06:00:18.879 INFO kablam! warning: unused import: `rustlisp::symbol` Oct 11 06:00:18.879 INFO kablam! --> src/main.rs:6:5 Oct 11 06:00:18.879 INFO kablam! | Oct 11 06:00:18.879 INFO kablam! 6 | use rustlisp::symbol::*; Oct 11 06:00:18.879 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 06:00:18.879 INFO kablam! Oct 11 06:00:18.920 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.920 INFO kablam! --> src/env.rs:11:21 Oct 11 06:00:18.920 INFO kablam! | Oct 11 06:00:18.920 INFO kablam! 11 | pub type Stack1 = Stack; Oct 11 06:00:18.920 INFO kablam! | ^^^^ Oct 11 06:00:18.920 INFO kablam! | Oct 11 06:00:18.920 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 11 06:00:18.920 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.920 INFO kablam! Oct 11 06:00:18.920 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.920 INFO kablam! --> src/env.rs:12:21 Oct 11 06:00:18.920 INFO kablam! | Oct 11 06:00:18.920 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 11 06:00:18.920 INFO kablam! | ^^^^ Oct 11 06:00:18.920 INFO kablam! | Oct 11 06:00:18.920 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.920 INFO kablam! Oct 11 06:00:18.924 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.924 INFO kablam! --> src/env.rs:12:31 Oct 11 06:00:18.924 INFO kablam! | Oct 11 06:00:18.924 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 11 06:00:18.924 INFO kablam! | ^^^^ Oct 11 06:00:18.924 INFO kablam! | Oct 11 06:00:18.924 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.924 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.925 INFO kablam! --> src/env.rs:13:21 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.925 INFO kablam! --> src/env.rs:13:31 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.925 INFO kablam! --> src/env.rs:13:41 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.925 INFO kablam! --> src/env.rs:14:21 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.925 INFO kablam! --> src/env.rs:14:31 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.925 INFO kablam! --> src/env.rs:14:41 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 11 06:00:18.925 INFO kablam! --> src/env.rs:14:51 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: type parameter `N1_O` should have a camel case name such as `N1O` Oct 11 06:00:18.925 INFO kablam! --> src/user.rs:17:17 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 17 | impl Fun1>>> for Fib Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:18.925 INFO kablam! warning: type parameter `N2_O` should have a camel case name such as `N2O` Oct 11 06:00:18.925 INFO kablam! --> src/user.rs:17:28 Oct 11 06:00:18.925 INFO kablam! | Oct 11 06:00:18.925 INFO kablam! 17 | impl Fun1>>> for Fib Oct 11 06:00:18.925 INFO kablam! | ^^^^ Oct 11 06:00:18.925 INFO kablam! Oct 11 06:00:19.302 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 11 06:00:19.304 INFO kablam! su: No module specific data is present Oct 11 06:00:19.664 INFO running `"docker" "rm" "-f" "63fc7a455753eb6206119295a17abbaae9544793060f59d404171c7de02843bf"` Oct 11 06:00:19.767 INFO blam! 63fc7a455753eb6206119295a17abbaae9544793060f59d404171c7de02843bf Oct 11 06:00:19.769 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:00:19.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:00:19.967 INFO blam! fb94915f0491c44ebe8f54c7a14baa191803fc4f16d23a5d5ef3d00f859111ce Oct 11 06:00:19.968 INFO running `"docker" "start" "-a" "fb94915f0491c44ebe8f54c7a14baa191803fc4f16d23a5d5ef3d00f859111ce"` Oct 11 06:00:20.684 INFO kablam! usermod: no changes Oct 11 06:00:20.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 06:00:20.728 INFO kablam! Running /target/debug/deps/rustlisp-0dde3c1322ba4897 Oct 11 06:00:20.735 INFO blam! Oct 11 06:00:20.735 INFO blam! running 0 tests Oct 11 06:00:20.735 INFO blam! Oct 11 06:00:20.735 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:00:20.735 INFO blam! Oct 11 06:00:20.736 INFO kablam! Running /target/debug/deps/rustlisp-1230326333f46c85 Oct 11 06:00:20.744 INFO blam! Oct 11 06:00:20.744 INFO blam! running 0 tests Oct 11 06:00:20.744 INFO blam! Oct 11 06:00:20.744 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:00:20.744 INFO blam! Oct 11 06:00:20.747 INFO kablam! Doc-tests rustlisp Oct 11 06:00:21.264 INFO blam! Oct 11 06:00:21.264 INFO blam! running 0 tests Oct 11 06:00:21.264 INFO blam! Oct 11 06:00:21.264 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:00:21.264 INFO blam! Oct 11 06:00:21.271 INFO kablam! su: No module specific data is present Oct 11 06:00:21.633 INFO running `"docker" "rm" "-f" "fb94915f0491c44ebe8f54c7a14baa191803fc4f16d23a5d5ef3d00f859111ce"` Oct 11 06:00:21.756 INFO blam! fb94915f0491c44ebe8f54c7a14baa191803fc4f16d23a5d5ef3d00f859111ce