Oct 12 06:29:56.902 INFO testing adapton-0.3.30 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:29:56.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 06:29:57.153 INFO blam! 9a00e4577990791f24e39556e1887e9bf38e34a2282df2d23582ac84220c6176 Oct 12 06:29:57.154 INFO running `"docker" "start" "-a" "9a00e4577990791f24e39556e1887e9bf38e34a2282df2d23582ac84220c6176"` Oct 12 06:29:58.104 INFO kablam! usermod: no changes Oct 12 06:29:58.186 INFO kablam! Compiling adapton v0.3.30 (/source) Oct 12 06:30:03.980 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.85s Oct 12 06:30:03.980 INFO kablam! su: No module specific data is present Oct 12 06:30:04.548 INFO running `"docker" "rm" "-f" "9a00e4577990791f24e39556e1887e9bf38e34a2282df2d23582ac84220c6176"` Oct 12 06:30:04.766 INFO blam! 9a00e4577990791f24e39556e1887e9bf38e34a2282df2d23582ac84220c6176 Oct 12 06:30:04.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 06:30:05.084 INFO blam! 822a86cf1bc91ddc8a975d343ffebbd38fd39386c696fb7dbdcf7ae00c7bb3ed Oct 12 06:30:05.086 INFO running `"docker" "start" "-a" "822a86cf1bc91ddc8a975d343ffebbd38fd39386c696fb7dbdcf7ae00c7bb3ed"` Oct 12 06:30:05.484 INFO kablam! usermod: no changes Oct 12 06:30:05.511 INFO kablam! Compiling adapton v0.3.30 (/source) Oct 12 06:30:07.558 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 06:30:07.558 INFO kablam! --> src/catalog/collections.rs:1070:62 Oct 12 06:30:07.558 INFO kablam! | Oct 12 06:30:07.559 INFO kablam! 1070 | ||mergesort_list_of_tree2::<_,_,_,List<_>>(t, (Some(name_of_usize(666))))); Oct 12 06:30:07.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 06:30:07.559 INFO kablam! | Oct 12 06:30:07.560 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 06:30:07.560 INFO kablam! Oct 12 06:30:14.979 INFO kablam! warning: function is never used: `explore_rec` Oct 12 06:30:14.979 INFO kablam! --> src/engine.rs:2810:5 Oct 12 06:30:14.980 INFO kablam! | Oct 12 06:30:14.980 INFO kablam! 2810 | fn explore_rec(cur_n:usize) -> Vec { Oct 12 06:30:14.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:30:14.981 INFO kablam! | Oct 12 06:30:14.981 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 06:30:14.981 INFO kablam! Oct 12 06:30:15.017 INFO kablam! warning: function cannot return without recursing Oct 12 06:30:15.017 INFO kablam! --> src/engine.rs:2810:5 Oct 12 06:30:15.017 INFO kablam! | Oct 12 06:30:15.018 INFO kablam! 2810 | fn explore_rec(cur_n:usize) -> Vec { Oct 12 06:30:15.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing Oct 12 06:30:15.018 INFO kablam! ... Oct 12 06:30:15.018 INFO kablam! 2813 | let mut av = explore_rec(a); Oct 12 06:30:15.019 INFO kablam! | -------------- recursive call site Oct 12 06:30:15.019 INFO kablam! | Oct 12 06:30:15.019 INFO kablam! note: lint level defined here Oct 12 06:30:15.019 INFO kablam! --> src/engine.rs:2809:12 Oct 12 06:30:15.020 INFO kablam! | Oct 12 06:30:15.020 INFO kablam! 2809 | #[warn(unconditional_recursion)] Oct 12 06:30:15.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 06:30:15.021 INFO kablam! = help: a `loop` may express intention better if this is on purpose Oct 12 06:30:15.021 INFO kablam! Oct 12 06:30:22.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.60s Oct 12 06:30:22.113 INFO kablam! su: No module specific data is present Oct 12 06:30:22.472 INFO running `"docker" "rm" "-f" "822a86cf1bc91ddc8a975d343ffebbd38fd39386c696fb7dbdcf7ae00c7bb3ed"` Oct 12 06:30:22.591 INFO blam! 822a86cf1bc91ddc8a975d343ffebbd38fd39386c696fb7dbdcf7ae00c7bb3ed Oct 12 06:30:22.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/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 12 06:30:22.822 INFO blam! a1dc83308ca5043271a9e8504b9221e6f6dc51754f7c4dbd115f45d99f888e4c Oct 12 06:30:22.826 INFO running `"docker" "start" "-a" "a1dc83308ca5043271a9e8504b9221e6f6dc51754f7c4dbd115f45d99f888e4c"` Oct 12 06:30:23.801 INFO kablam! usermod: no changes Oct 12 06:30:23.842 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 06:30:23.860 INFO kablam! Running /target/debug/deps/adapton-fe7724e2dd490d3f Oct 12 06:30:23.877 INFO blam! Oct 12 06:30:23.877 INFO blam! running 13 tests Oct 12 06:30:23.878 INFO blam! test catalog::collections::test_mergesort1 ... ok Oct 12 06:30:23.878 INFO blam! test catalog::bitstring::test_shift_left ... ok Oct 12 06:30:23.878 INFO blam! test catalog::bitstring::test_prepend ... ok Oct 12 06:30:23.878 INFO blam! test catalog::bitstring::test_pow ... ok Oct 12 06:30:23.879 INFO blam! test catalog::bitstring::test_is_set ... ok Oct 12 06:30:23.879 INFO blam! test catalog::bitstring::test_flip ... ok Oct 12 06:30:23.879 INFO blam! test catalog::collections::test_tree_filter ... ok Oct 12 06:30:23.880 INFO blam! test catalog::collections::test_mergesort2 ... ok Oct 12 06:30:23.880 INFO blam! test catalog::collections::test_tree_of_list ... ok Oct 12 06:30:23.880 INFO blam! test engine::test_cycles ... ok Oct 12 06:30:23.881 INFO blam! test macros::test_let_cell_let_thunk_macros ... ok Oct 12 06:30:23.881 INFO blam! test catalog::collections::test_engine_alternation ... ok Oct 12 06:30:23.881 INFO blam! test macros::test_memo_macros ... ok Oct 12 06:30:23.882 INFO blam! Oct 12 06:30:23.882 INFO blam! test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:23.882 INFO blam! Oct 12 06:30:23.893 INFO blam! Oct 12 06:30:23.894 INFO kablam! Running /target/debug/deps/countgraph-ad1a3e8dd1615b41 Oct 12 06:30:23.894 INFO blam! running 0 tests Oct 12 06:30:23.894 INFO kablam! Running /target/debug/deps/engine-ef3834c670242b26 Oct 12 06:30:23.894 INFO blam! Oct 12 06:30:23.895 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:23.895 INFO blam! Oct 12 06:30:23.895 INFO blam! Oct 12 06:30:23.895 INFO blam! running 9 tests Oct 12 06:30:23.896 INFO blam! test engine_is_from_scratch_consistent::avoid_expensive_subcomp ... ok Oct 12 06:30:23.903 INFO blam! test engine_is_from_scratch_consistent::avoid_divide_by_zero ... ok Oct 12 06:30:23.904 INFO blam! test engine_api::force_map_thunk ... ok Oct 12 06:30:23.904 INFO blam! test engine_api::force_map_prunes_dirty_traversal ... ok Oct 12 06:30:23.904 INFO blam! test engine_api::force_map_cell_project ... ok Oct 12 06:30:23.905 INFO blam! test engine_api::force_map_cell ... ok Oct 12 06:30:23.905 INFO blam! test engine_api::force_cell ... ok Oct 12 06:30:23.970 INFO blam! test engine_is_typesafe::engine_dynamic_type_error_as_archivist ... ok Oct 12 06:30:23.970 INFO blam! test engine_is_typesafe::engine_dynamic_type_error_as_editor ... ok Oct 12 06:30:23.970 INFO blam! Oct 12 06:30:23.970 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:23.970 INFO blam! Oct 12 06:30:23.975 INFO blam! Oct 12 06:30:23.975 INFO kablam! Running /target/debug/deps/listedit-b88233d3b1cdb438 Oct 12 06:30:23.975 INFO blam! running 0 tests Oct 12 06:30:23.975 INFO kablam! Running /target/debug/deps/listzipper-408e069ae6e621d2 Oct 12 06:30:23.975 INFO blam! Oct 12 06:30:23.975 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:23.975 INFO blam! Oct 12 06:30:23.977 INFO blam! Oct 12 06:30:23.977 INFO blam! running 0 tests Oct 12 06:30:23.977 INFO blam! Oct 12 06:30:23.977 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:23.977 INFO blam! Oct 12 06:30:23.986 INFO kablam! Running /target/debug/deps/purecaching-ea7790d7e2f43e61 Oct 12 06:30:23.988 INFO blam! Oct 12 06:30:23.988 INFO blam! running 0 tests Oct 12 06:30:23.988 INFO blam! Oct 12 06:30:23.988 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:23.988 INFO blam! Oct 12 06:30:23.989 INFO kablam! Running /target/debug/deps/triesets-0a081ef4f0ff8671 Oct 12 06:30:23.991 INFO blam! Oct 12 06:30:23.991 INFO blam! running 5 tests Oct 12 06:30:23.993 INFO blam! test test_is_empty ... ok Oct 12 06:30:23.994 INFO blam! test test_equal ... ok Oct 12 06:30:23.994 INFO blam! test test_set ... ok Oct 12 06:30:24.000 INFO blam! test test_set_equal ... ok Oct 12 06:30:24.000 INFO blam! test test_set_fold ... ok Oct 12 06:30:24.000 INFO blam! Oct 12 06:30:24.000 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:30:24.000 INFO blam! Oct 12 06:30:24.004 INFO kablam! Doc-tests adapton Oct 12 06:30:24.434 INFO blam! Oct 12 06:30:24.435 INFO blam! running 46 tests Oct 12 06:30:25.988 INFO blam! test src/lib.rs - (line 1340) ... ok Oct 12 06:30:26.220 INFO blam! test src/lib.rs - (line 1274) ... ok Oct 12 06:30:26.865 INFO blam! test src/lib.rs - (line 1087) ... ok Oct 12 06:30:26.984 INFO blam! test src/lib.rs - (line 1014) ... ok Oct 12 06:30:27.417 INFO blam! test src/lib.rs - (line 1140) ... ok Oct 12 06:30:28.040 INFO blam! test src/lib.rs - (line 1045) ... ok Oct 12 06:30:28.040 INFO blam! test src/lib.rs - (line 1373) ... ok Oct 12 06:30:30.611 INFO blam! test src/lib.rs - (line 132) ... ok Oct 12 06:30:30.748 INFO blam! test src/lib.rs - (line 105) ... ok Oct 12 06:30:32.388 INFO blam! test src/lib.rs - (line 164) ... ok Oct 12 06:30:37.652 INFO blam! test src/lib.rs - (line 205) ... ok Oct 12 06:30:38.276 INFO blam! test src/lib.rs - (line 257) ... ok Oct 12 06:30:40.236 INFO blam! test src/lib.rs - (line 234) ... ok Oct 12 06:30:40.398 INFO blam! test src/lib.rs - (line 183) ... ok Oct 12 06:30:41.125 INFO blam! test src/lib.rs - (line 275) ... ok Oct 12 06:30:43.724 INFO blam! test src/lib.rs - (line 314) ... ok Oct 12 06:30:43.936 INFO blam! test src/lib.rs - (line 503) ... ok Oct 12 06:30:44.201 INFO blam! test src/lib.rs - (line 365) ... ok Oct 12 06:30:47.972 INFO blam! test src/lib.rs - (line 542) ... ok Oct 12 06:30:48.856 INFO blam! test src/lib.rs - (line 751) ... ok Oct 12 06:30:48.936 INFO blam! test src/lib.rs - (line 652) ... ok Oct 12 06:30:49.153 INFO blam! test src/lib.rs - (line 618) ... ok Oct 12 06:30:50.262 INFO blam! test src/lib.rs - (line 882) ... ok Oct 12 06:30:50.392 INFO blam! test src/lib.rs - (line 574) ... ok Oct 12 06:30:50.576 INFO blam! test src/lib.rs - (line 688) ... ok Oct 12 06:30:50.844 INFO blam! test src/lib.rs - (line 902) ... ok Oct 12 06:30:51.109 INFO blam! test src/lib.rs - (line 809) ... ok Oct 12 06:30:53.672 INFO blam! test src/macros.rs - forko (line 515) ... ok Oct 12 06:30:56.725 INFO blam! test src/macros.rs - fork (line 436) ... ok Oct 12 06:30:57.560 INFO blam! test src/macros.rs - forko (line 481) ... ok Oct 12 06:30:58.364 INFO blam! test src/macros.rs - forko (line 530) ... ok Oct 12 06:30:59.536 INFO blam! test src/macros.rs - cell (line 106) ... ok Oct 12 06:30:59.863 INFO blam! test src/macros.rs - cell (line 129) ... ok Oct 12 06:31:01.317 INFO blam! test src/macros.rs - cell (line 148) ... ok Oct 12 06:31:04.412 INFO blam! test src/lib.rs - (line 936) ... ok Oct 12 06:31:05.256 INFO blam! test src/macros.rs - get (line 72) ... ok Oct 12 06:31:07.708 INFO blam! test src/macros.rs - memo (line 675) ... ok Oct 12 06:31:07.761 INFO blam! test src/macros.rs - memo (line 615) ... ok Oct 12 06:31:08.429 INFO blam! test src/macros.rs - memo (line 639) ... ok Oct 12 06:31:09.840 INFO blam! test src/macros.rs - thunk (line 202) ... ok Oct 12 06:31:10.124 INFO blam! test src/macros.rs - thunk (line 240) ... ok Oct 12 06:31:11.036 INFO blam! test src/macros.rs - thunk (line 222) ... ok Oct 12 06:31:11.065 INFO blam! test src/macros.rs - thunk (line 280) ... ok Oct 12 06:31:12.882 INFO blam! test src/macros.rs - thunk (line 262) ... ok Oct 12 06:31:13.156 INFO blam! test src/macros.rs - thunk (line 325) ... ok Oct 12 06:31:13.374 INFO blam! test src/macros.rs - thunk (line 297) ... ok Oct 12 06:31:13.374 INFO blam! Oct 12 06:31:13.374 INFO blam! test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:31:13.374 INFO blam! Oct 12 06:31:13.407 INFO kablam! su: No module specific data is present Oct 12 06:31:14.188 INFO running `"docker" "rm" "-f" "a1dc83308ca5043271a9e8504b9221e6f6dc51754f7c4dbd115f45d99f888e4c"` Oct 12 06:31:14.444 INFO blam! a1dc83308ca5043271a9e8504b9221e6f6dc51754f7c4dbd115f45d99f888e4c