Oct 15 09:36:05.687 INFO testing KeenS/rustlisp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:36:05.687 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:36:06.063 INFO blam! 93708df106000124759c2d8bbdbd0365df151141b404c8e1f8f8d70ca503cb45 Oct 15 09:36:06.069 INFO running `"docker" "start" "-a" "93708df106000124759c2d8bbdbd0365df151141b404c8e1f8f8d70ca503cb45"` Oct 15 09:36:06.670 INFO kablam! usermod: no changes Oct 15 09:36:06.698 INFO kablam! Compiling rustlisp v0.1.0 (/source) Oct 15 09:36:06.990 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:06.990 INFO kablam! --> src/lib.rs:1:5 Oct 15 09:36:06.990 INFO kablam! | Oct 15 09:36:06.990 INFO kablam! 1 | use std::marker::PhantomData; Oct 15 09:36:06.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:06.990 INFO kablam! | Oct 15 09:36:06.990 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:06.990 INFO kablam! Oct 15 09:36:06.990 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:06.990 INFO kablam! --> src/expr.rs:2:5 Oct 15 09:36:06.990 INFO kablam! | Oct 15 09:36:06.990 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:06.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:06.990 INFO kablam! Oct 15 09:36:06.999 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:06.999 INFO kablam! --> src/eval.rs:2:5 Oct 15 09:36:06.999 INFO kablam! | Oct 15 09:36:06.999 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:06.999 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:06.999 INFO kablam! Oct 15 09:36:06.999 INFO kablam! warning: unused import: `env::*` Oct 15 09:36:06.999 INFO kablam! --> src/eval.rs:4:5 Oct 15 09:36:06.999 INFO kablam! | Oct 15 09:36:06.999 INFO kablam! 4 | use env::*; Oct 15 09:36:06.999 INFO kablam! | ^^^^^^ Oct 15 09:36:06.999 INFO kablam! Oct 15 09:36:07.001 INFO kablam! warning: unused import: `cons::*` Oct 15 09:36:07.001 INFO kablam! --> src/eval.rs:8:5 Oct 15 09:36:07.001 INFO kablam! | Oct 15 09:36:07.001 INFO kablam! 8 | use cons::*; Oct 15 09:36:07.001 INFO kablam! | ^^^^^^^ Oct 15 09:36:07.001 INFO kablam! Oct 15 09:36:07.001 INFO kablam! warning: unused import: `expr::*` Oct 15 09:36:07.001 INFO kablam! --> src/user.rs:1:5 Oct 15 09:36:07.001 INFO kablam! | Oct 15 09:36:07.001 INFO kablam! 1 | use expr::*; Oct 15 09:36:07.001 INFO kablam! | ^^^^^^^ Oct 15 09:36:07.001 INFO kablam! Oct 15 09:36:07.001 INFO kablam! warning: unused import: `eval::*` Oct 15 09:36:07.001 INFO kablam! --> src/user.rs:5:5 Oct 15 09:36:07.001 INFO kablam! | Oct 15 09:36:07.001 INFO kablam! 5 | use eval::*; Oct 15 09:36:07.001 INFO kablam! | ^^^^^^^ Oct 15 09:36:07.001 INFO kablam! Oct 15 09:36:07.063 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.063 INFO kablam! --> src/env.rs:11:21 Oct 15 09:36:07.064 INFO kablam! | Oct 15 09:36:07.064 INFO kablam! 11 | pub type Stack1 = Stack; Oct 15 09:36:07.064 INFO kablam! | ^^^^ Oct 15 09:36:07.064 INFO kablam! | Oct 15 09:36:07.065 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 09:36:07.065 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.065 INFO kablam! Oct 15 09:36:07.066 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.066 INFO kablam! --> src/env.rs:12:21 Oct 15 09:36:07.066 INFO kablam! | Oct 15 09:36:07.066 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:07.067 INFO kablam! | ^^^^ Oct 15 09:36:07.067 INFO kablam! | Oct 15 09:36:07.067 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.067 INFO kablam! Oct 15 09:36:07.068 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.068 INFO kablam! --> src/env.rs:12:31 Oct 15 09:36:07.068 INFO kablam! | Oct 15 09:36:07.069 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:07.069 INFO kablam! | ^^^^ Oct 15 09:36:07.069 INFO kablam! | Oct 15 09:36:07.069 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.070 INFO kablam! Oct 15 09:36:07.070 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.070 INFO kablam! --> src/env.rs:13:21 Oct 15 09:36:07.070 INFO kablam! | Oct 15 09:36:07.071 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:07.071 INFO kablam! | ^^^^ Oct 15 09:36:07.071 INFO kablam! | Oct 15 09:36:07.071 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.072 INFO kablam! Oct 15 09:36:07.072 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.072 INFO kablam! --> src/env.rs:13:31 Oct 15 09:36:07.072 INFO kablam! | Oct 15 09:36:07.073 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:07.073 INFO kablam! | ^^^^ Oct 15 09:36:07.073 INFO kablam! | Oct 15 09:36:07.073 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.073 INFO kablam! Oct 15 09:36:07.074 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.074 INFO kablam! --> src/env.rs:13:41 Oct 15 09:36:07.074 INFO kablam! | Oct 15 09:36:07.074 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:07.074 INFO kablam! | ^^^^ Oct 15 09:36:07.074 INFO kablam! | Oct 15 09:36:07.075 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.075 INFO kablam! Oct 15 09:36:07.075 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.075 INFO kablam! --> src/env.rs:14:21 Oct 15 09:36:07.075 INFO kablam! | Oct 15 09:36:07.076 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:07.076 INFO kablam! | ^^^^ Oct 15 09:36:07.076 INFO kablam! | Oct 15 09:36:07.076 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.076 INFO kablam! Oct 15 09:36:07.076 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.077 INFO kablam! --> src/env.rs:14:31 Oct 15 09:36:07.077 INFO kablam! | Oct 15 09:36:07.077 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:07.077 INFO kablam! | ^^^^ Oct 15 09:36:07.077 INFO kablam! | Oct 15 09:36:07.077 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.077 INFO kablam! Oct 15 09:36:07.078 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.078 INFO kablam! --> src/env.rs:14:41 Oct 15 09:36:07.078 INFO kablam! | Oct 15 09:36:07.078 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:07.078 INFO kablam! | ^^^^ Oct 15 09:36:07.078 INFO kablam! | Oct 15 09:36:07.079 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.079 INFO kablam! Oct 15 09:36:07.079 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:07.079 INFO kablam! --> src/env.rs:14:51 Oct 15 09:36:07.079 INFO kablam! | Oct 15 09:36:07.079 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:07.080 INFO kablam! | ^^^^ Oct 15 09:36:07.080 INFO kablam! | Oct 15 09:36:07.080 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:07.080 INFO kablam! Oct 15 09:36:07.080 INFO kablam! warning: type parameter `N1_O` should have a camel case name such as `N1O` Oct 15 09:36:07.080 INFO kablam! --> src/user.rs:17:17 Oct 15 09:36:07.081 INFO kablam! | Oct 15 09:36:07.081 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:07.081 INFO kablam! | ^^^^ Oct 15 09:36:07.081 INFO kablam! | Oct 15 09:36:07.081 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 09:36:07.081 INFO kablam! Oct 15 09:36:07.082 INFO kablam! warning: type parameter `N2_O` should have a camel case name such as `N2O` Oct 15 09:36:07.082 INFO kablam! --> src/user.rs:17:28 Oct 15 09:36:07.082 INFO kablam! | Oct 15 09:36:07.082 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:07.082 INFO kablam! | ^^^^ Oct 15 09:36:07.082 INFO kablam! Oct 15 09:36:07.419 INFO kablam! warning: unused import: `rustlisp::eval::*` Oct 15 09:36:07.419 INFO kablam! --> src/main.rs:8:5 Oct 15 09:36:07.421 INFO kablam! | Oct 15 09:36:07.421 INFO kablam! 8 | use rustlisp::eval::*; Oct 15 09:36:07.421 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:36:07.421 INFO kablam! | Oct 15 09:36:07.422 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:07.422 INFO kablam! Oct 15 09:36:07.434 INFO kablam! warning: unused import: `rustlisp::symbol` Oct 15 09:36:07.434 INFO kablam! --> src/main.rs:6:5 Oct 15 09:36:07.435 INFO kablam! | Oct 15 09:36:07.435 INFO kablam! 6 | use rustlisp::symbol::*; Oct 15 09:36:07.435 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:36:07.435 INFO kablam! Oct 15 09:36:07.830 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 09:36:07.832 INFO kablam! su: No module specific data is present Oct 15 09:36:08.175 INFO running `"docker" "rm" "-f" "93708df106000124759c2d8bbdbd0365df151141b404c8e1f8f8d70ca503cb45"` Oct 15 09:36:08.458 INFO blam! 93708df106000124759c2d8bbdbd0365df151141b404c8e1f8f8d70ca503cb45 Oct 15 09:36:08.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:36:09.006 INFO blam! ae12a413237f6e293241bdd4bb3dbd6991f373c819eff72388d994c318d0f5a1 Oct 15 09:36:09.014 INFO running `"docker" "start" "-a" "ae12a413237f6e293241bdd4bb3dbd6991f373c819eff72388d994c318d0f5a1"` Oct 15 09:36:10.127 INFO kablam! usermod: no changes Oct 15 09:36:10.199 INFO kablam! Compiling rustlisp v0.1.0 (/source) Oct 15 09:36:10.812 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:10.812 INFO kablam! --> src/lib.rs:1:5 Oct 15 09:36:10.812 INFO kablam! | Oct 15 09:36:10.812 INFO kablam! 1 | use std::marker::PhantomData; Oct 15 09:36:10.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.812 INFO kablam! | Oct 15 09:36:10.812 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:10.812 INFO kablam! Oct 15 09:36:10.819 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:10.819 INFO kablam! --> src/expr.rs:2:5 Oct 15 09:36:10.819 INFO kablam! | Oct 15 09:36:10.819 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:10.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.819 INFO kablam! Oct 15 09:36:10.820 INFO kablam! warning: unused import: `std::marker::PhantomData` Oct 15 09:36:10.820 INFO kablam! --> src/eval.rs:2:5 Oct 15 09:36:10.820 INFO kablam! | Oct 15 09:36:10.820 INFO kablam! 2 | use std::marker::PhantomData; Oct 15 09:36:10.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.820 INFO kablam! Oct 15 09:36:10.820 INFO kablam! warning: unused import: `env::*` Oct 15 09:36:10.821 INFO kablam! --> src/eval.rs:4:5 Oct 15 09:36:10.821 INFO kablam! | Oct 15 09:36:10.821 INFO kablam! 4 | use env::*; Oct 15 09:36:10.821 INFO kablam! | ^^^^^^ Oct 15 09:36:10.821 INFO kablam! Oct 15 09:36:10.822 INFO kablam! warning: unused import: `cons::*` Oct 15 09:36:10.822 INFO kablam! --> src/eval.rs:8:5 Oct 15 09:36:10.822 INFO kablam! | Oct 15 09:36:10.822 INFO kablam! 8 | use cons::*; Oct 15 09:36:10.823 INFO kablam! | ^^^^^^^ Oct 15 09:36:10.823 INFO kablam! Oct 15 09:36:10.823 INFO kablam! warning: unused import: `expr::*` Oct 15 09:36:10.823 INFO kablam! --> src/user.rs:1:5 Oct 15 09:36:10.824 INFO kablam! | Oct 15 09:36:10.824 INFO kablam! 1 | use expr::*; Oct 15 09:36:10.824 INFO kablam! | ^^^^^^^ Oct 15 09:36:10.824 INFO kablam! Oct 15 09:36:10.825 INFO kablam! warning: unused import: `eval::*` Oct 15 09:36:10.825 INFO kablam! --> src/user.rs:5:5 Oct 15 09:36:10.825 INFO kablam! | Oct 15 09:36:10.826 INFO kablam! 5 | use eval::*; Oct 15 09:36:10.826 INFO kablam! | ^^^^^^^ Oct 15 09:36:10.826 INFO kablam! Oct 15 09:36:10.939 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.939 INFO kablam! --> src/env.rs:11:21 Oct 15 09:36:10.940 INFO kablam! | Oct 15 09:36:10.940 INFO kablam! 11 | pub type Stack1 = Stack; Oct 15 09:36:10.940 INFO kablam! | ^^^^ Oct 15 09:36:10.941 INFO kablam! | Oct 15 09:36:10.941 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 15 09:36:10.942 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.942 INFO kablam! warning: unused import: `rustlisp::eval::*` Oct 15 09:36:10.942 INFO kablam! --> src/main.rs:8:5 Oct 15 09:36:10.942 INFO kablam! | Oct 15 09:36:10.943 INFO kablam! 8 | use rustlisp::eval::*; Oct 15 09:36:10.943 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 09:36:10.943 INFO kablam! | Oct 15 09:36:10.944 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:36:10.944 INFO kablam! Oct 15 09:36:10.944 INFO kablam! Oct 15 09:36:10.945 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.945 INFO kablam! --> src/env.rs:12:21 Oct 15 09:36:10.945 INFO kablam! | Oct 15 09:36:10.946 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:10.946 INFO kablam! | ^^^^ Oct 15 09:36:10.946 INFO kablam! | Oct 15 09:36:10.947 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.947 INFO kablam! Oct 15 09:36:10.947 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.948 INFO kablam! --> src/env.rs:12:31 Oct 15 09:36:10.948 INFO kablam! | Oct 15 09:36:10.948 INFO kablam! 12 | pub type Stack2 = Stack>; Oct 15 09:36:10.949 INFO kablam! | ^^^^ Oct 15 09:36:10.949 INFO kablam! | Oct 15 09:36:10.949 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.949 INFO kablam! Oct 15 09:36:10.950 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.950 INFO kablam! --> src/env.rs:13:21 Oct 15 09:36:10.951 INFO kablam! | Oct 15 09:36:10.951 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:10.951 INFO kablam! | ^^^^ Oct 15 09:36:10.952 INFO kablam! | Oct 15 09:36:10.952 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.952 INFO kablam! Oct 15 09:36:10.953 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.953 INFO kablam! --> src/env.rs:13:31 Oct 15 09:36:10.953 INFO kablam! | Oct 15 09:36:10.954 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:10.954 INFO kablam! | ^^^^ Oct 15 09:36:10.954 INFO kablam! | Oct 15 09:36:10.955 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.955 INFO kablam! Oct 15 09:36:10.955 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.956 INFO kablam! --> src/env.rs:13:41 Oct 15 09:36:10.956 INFO kablam! | Oct 15 09:36:10.956 INFO kablam! 13 | pub type Stack3 = Stack>; Oct 15 09:36:10.956 INFO kablam! | ^^^^ Oct 15 09:36:10.957 INFO kablam! | Oct 15 09:36:10.957 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.957 INFO kablam! Oct 15 09:36:10.958 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.958 INFO kablam! --> src/env.rs:14:21 Oct 15 09:36:10.959 INFO kablam! | Oct 15 09:36:10.959 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.959 INFO kablam! | ^^^^ Oct 15 09:36:10.959 INFO kablam! | Oct 15 09:36:10.960 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.960 INFO kablam! Oct 15 09:36:10.960 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.961 INFO kablam! --> src/env.rs:14:31 Oct 15 09:36:10.961 INFO kablam! | Oct 15 09:36:10.961 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.962 INFO kablam! | ^^^^ Oct 15 09:36:10.975 INFO kablam! | Oct 15 09:36:10.975 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.975 INFO kablam! Oct 15 09:36:10.976 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.976 INFO kablam! --> src/env.rs:14:41 Oct 15 09:36:10.976 INFO kablam! | Oct 15 09:36:10.977 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.977 INFO kablam! | ^^^^ Oct 15 09:36:10.977 INFO kablam! | Oct 15 09:36:10.977 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.978 INFO kablam! Oct 15 09:36:10.978 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 15 09:36:10.978 INFO kablam! --> src/env.rs:14:51 Oct 15 09:36:10.978 INFO kablam! | Oct 15 09:36:10.979 INFO kablam! 14 | pub type Stack4 = Stack>; Oct 15 09:36:10.979 INFO kablam! | ^^^^ Oct 15 09:36:10.979 INFO kablam! | Oct 15 09:36:10.980 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 15 09:36:10.980 INFO kablam! Oct 15 09:36:10.980 INFO kablam! warning: type parameter `N1_O` should have a camel case name such as `N1O` Oct 15 09:36:10.980 INFO kablam! --> src/user.rs:17:17 Oct 15 09:36:10.981 INFO kablam! | Oct 15 09:36:10.981 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:10.981 INFO kablam! | ^^^^ Oct 15 09:36:10.981 INFO kablam! | Oct 15 09:36:10.982 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 09:36:10.982 INFO kablam! Oct 15 09:36:10.982 INFO kablam! warning: type parameter `N2_O` should have a camel case name such as `N2O` Oct 15 09:36:10.983 INFO kablam! --> src/user.rs:17:28 Oct 15 09:36:10.983 INFO kablam! | Oct 15 09:36:10.983 INFO kablam! 17 | impl Fun1>>> for Fib Oct 15 09:36:10.984 INFO kablam! | ^^^^ Oct 15 09:36:10.984 INFO kablam! Oct 15 09:36:10.992 INFO kablam! warning: unused import: `rustlisp::symbol` Oct 15 09:36:10.993 INFO kablam! --> src/main.rs:6:5 Oct 15 09:36:10.993 INFO kablam! | Oct 15 09:36:10.993 INFO kablam! 6 | use rustlisp::symbol::*; Oct 15 09:36:10.994 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 09:36:10.994 INFO kablam! Oct 15 09:36:11.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 15 09:36:11.871 INFO kablam! su: No module specific data is present Oct 15 09:36:12.765 INFO running `"docker" "rm" "-f" "ae12a413237f6e293241bdd4bb3dbd6991f373c819eff72388d994c318d0f5a1"` Oct 15 09:36:13.072 INFO blam! ae12a413237f6e293241bdd4bb3dbd6991f373c819eff72388d994c318d0f5a1 Oct 15 09:36:13.077 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 09:36:13.454 INFO blam! 99537d50cb2efc67f0f0fb0579e542815697c99b29c77f0fb6279434e3377156 Oct 15 09:36:13.460 INFO running `"docker" "start" "-a" "99537d50cb2efc67f0f0fb0579e542815697c99b29c77f0fb6279434e3377156"` Oct 15 09:36:13.945 INFO kablam! usermod: no changes Oct 15 09:36:13.970 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 09:36:13.970 INFO kablam! Running /target/debug/deps/rustlisp-0dde3c1322ba4897 Oct 15 09:36:13.972 INFO blam! Oct 15 09:36:13.972 INFO blam! running 0 tests Oct 15 09:36:13.973 INFO blam! Oct 15 09:36:13.973 INFO kablam! Running /target/debug/deps/rustlisp-1230326333f46c85 Oct 15 09:36:13.973 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:36:13.973 INFO blam! Oct 15 09:36:13.980 INFO blam! Oct 15 09:36:13.980 INFO blam! running 0 tests Oct 15 09:36:13.980 INFO blam! Oct 15 09:36:13.980 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:36:13.980 INFO blam! Oct 15 09:36:13.987 INFO kablam! Doc-tests rustlisp Oct 15 09:36:14.460 INFO blam! Oct 15 09:36:14.460 INFO blam! running 0 tests Oct 15 09:36:14.460 INFO blam! Oct 15 09:36:14.460 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:36:14.460 INFO blam! Oct 15 09:36:14.467 INFO kablam! su: No module specific data is present Oct 15 09:36:14.749 INFO running `"docker" "rm" "-f" "99537d50cb2efc67f0f0fb0579e542815697c99b29c77f0fb6279434e3377156"` Oct 15 09:36:14.860 INFO blam! 99537d50cb2efc67f0f0fb0579e542815697c99b29c77f0fb6279434e3377156