Oct 11 10:26:30.682 INFO testing tailrec-0.0.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:26:30.682 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:26:30.682 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10:26:31.032 INFO blam! c0223c3a656dd861c72549d38271da0d27b9e2b5eb715eff61a05f534c3d6257 Oct 11 10:26:31.044 INFO running `"docker" "start" "-a" "c0223c3a656dd861c72549d38271da0d27b9e2b5eb715eff61a05f534c3d6257"` Oct 11 10:26:31.977 INFO kablam! usermod: no changes Oct 11 10:26:32.032 INFO kablam! Compiling tailrec v0.0.4 (/source) Oct 11 10:26:33.099 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 11 10:26:33.099 INFO kablam! --> src/lib.rs:14:5 Oct 11 10:26:33.099 INFO kablam! | Oct 11 10:26:33.099 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Oct 11 10:26:33.099 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Oct 11 10:26:33.099 INFO kablam! 16 | | { Oct 11 10:26:33.099 INFO kablam! 17 | | let mut state = iterate(self); Oct 11 10:26:33.099 INFO kablam! ... | Oct 11 10:26:33.099 INFO kablam! 21 | | }} Oct 11 10:26:33.099 INFO kablam! 22 | | } Oct 11 10:26:33.099 INFO kablam! | |_____^ Oct 11 10:26:33.099 INFO kablam! | Oct 11 10:26:33.099 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 11 10:26:33.100 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 10:26:33.100 INFO kablam! = note: for more information, see issue #51443 Oct 11 10:26:33.100 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Oct 11 10:26:33.100 INFO kablam! Oct 11 10:26:33.100 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 11 10:26:33.100 INFO kablam! --> src/lib.rs:36:5 Oct 11 10:26:33.100 INFO kablam! | Oct 11 10:26:33.100 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Oct 11 10:26:33.100 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Oct 11 10:26:33.100 INFO kablam! 38 | | { Oct 11 10:26:33.100 INFO kablam! 39 | | let mut state = iterate(self); Oct 11 10:26:33.100 INFO kablam! ... | Oct 11 10:26:33.100 INFO kablam! 43 | | }} Oct 11 10:26:33.100 INFO kablam! 44 | | } Oct 11 10:26:33.100 INFO kablam! | |_____^ Oct 11 10:26:33.100 INFO kablam! | Oct 11 10:26:33.100 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 10:26:33.100 INFO kablam! = note: for more information, see issue #51443 Oct 11 10:26:33.100 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Oct 11 10:26:33.100 INFO kablam! Oct 11 10:26:33.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 11 10:26:33.180 INFO kablam! su: No module specific data is present Oct 11 10:26:33.807 INFO running `"docker" "rm" "-f" "c0223c3a656dd861c72549d38271da0d27b9e2b5eb715eff61a05f534c3d6257"` Oct 11 10:26:34.036 INFO blam! c0223c3a656dd861c72549d38271da0d27b9e2b5eb715eff61a05f534c3d6257 Oct 11 10:26:34.044 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:26:34.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10:26:34.458 INFO blam! 8c4166c96913a85eb80fd23a5dfae97b888438dde627ab9b6471cd16007ca194 Oct 11 10:26:34.468 INFO running `"docker" "start" "-a" "8c4166c96913a85eb80fd23a5dfae97b888438dde627ab9b6471cd16007ca194"` Oct 11 10:26:35.680 INFO kablam! usermod: no changes Oct 11 10:26:35.748 INFO kablam! Compiling tailrec v0.0.4 (/source) Oct 11 10:26:36.799 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 11 10:26:36.799 INFO kablam! --> src/lib.rs:14:5 Oct 11 10:26:36.799 INFO kablam! | Oct 11 10:26:36.799 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Oct 11 10:26:36.799 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Oct 11 10:26:36.800 INFO kablam! 16 | | { Oct 11 10:26:36.800 INFO kablam! 17 | | let mut state = iterate(self); Oct 11 10:26:36.800 INFO kablam! ... | Oct 11 10:26:36.800 INFO kablam! 21 | | }} Oct 11 10:26:36.800 INFO kablam! 22 | | } Oct 11 10:26:36.800 INFO kablam! | |_____^ Oct 11 10:26:36.800 INFO kablam! | Oct 11 10:26:36.800 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 11 10:26:36.800 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 10:26:36.800 INFO kablam! = note: for more information, see issue #51443 Oct 11 10:26:36.800 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Oct 11 10:26:36.800 INFO kablam! Oct 11 10:26:36.802 INFO kablam! warning: the trait `TailRec` cannot be made into an object Oct 11 10:26:36.802 INFO kablam! --> src/lib.rs:36:5 Oct 11 10:26:36.802 INFO kablam! | Oct 11 10:26:36.802 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Oct 11 10:26:36.802 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Oct 11 10:26:36.802 INFO kablam! 38 | | { Oct 11 10:26:36.802 INFO kablam! 39 | | let mut state = iterate(self); Oct 11 10:26:36.802 INFO kablam! ... | Oct 11 10:26:36.802 INFO kablam! 43 | | }} Oct 11 10:26:36.802 INFO kablam! 44 | | } Oct 11 10:26:36.802 INFO kablam! | |_____^ Oct 11 10:26:36.802 INFO kablam! | Oct 11 10:26:36.802 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 10:26:36.802 INFO kablam! = note: for more information, see issue #51443 Oct 11 10:26:36.802 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Oct 11 10:26:36.803 INFO kablam! Oct 11 10:26:37.016 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Oct 11 10:26:37.016 INFO kablam! --> /source/src/lib.rs:14:5 Oct 11 10:26:37.016 INFO kablam! | Oct 11 10:26:37.016 INFO kablam! 14 | / fn rec_ref<'a>(&'a self, iterate: F) -> Output where Oct 11 10:26:37.016 INFO kablam! 15 | | F: for<'r> Fn(&'r Self) -> Result Oct 11 10:26:37.016 INFO kablam! 16 | | { Oct 11 10:26:37.016 INFO kablam! 17 | | let mut state = iterate(self); Oct 11 10:26:37.016 INFO kablam! ... | Oct 11 10:26:37.016 INFO kablam! 21 | | }} Oct 11 10:26:37.016 INFO kablam! 22 | | } Oct 11 10:26:37.016 INFO kablam! | |_____^ Oct 11 10:26:37.016 INFO kablam! | Oct 11 10:26:37.016 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 11 10:26:37.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 10:26:37.016 INFO kablam! = note: for more information, see issue #51443 Oct 11 10:26:37.016 INFO kablam! = note: method `rec_ref` references the `Self` type in where clauses Oct 11 10:26:37.016 INFO kablam! Oct 11 10:26:37.016 INFO kablam! warning: the trait `tailrec::TailRec` cannot be made into an object Oct 11 10:26:37.016 INFO kablam! --> /source/src/lib.rs:36:5 Oct 11 10:26:37.016 INFO kablam! | Oct 11 10:26:37.016 INFO kablam! 36 | / fn rec_ref_mut<'a>(&'a mut self, mut iterate: F) -> Output where Oct 11 10:26:37.016 INFO kablam! 37 | | F: for<'r> FnMut(&'r mut Self) -> Result Oct 11 10:26:37.016 INFO kablam! 38 | | { Oct 11 10:26:37.016 INFO kablam! 39 | | let mut state = iterate(self); Oct 11 10:26:37.016 INFO kablam! ... | Oct 11 10:26:37.016 INFO kablam! 43 | | }} Oct 11 10:26:37.016 INFO kablam! 44 | | } Oct 11 10:26:37.016 INFO kablam! | |_____^ Oct 11 10:26:37.016 INFO kablam! | Oct 11 10:26:37.016 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 11 10:26:37.016 INFO kablam! = note: for more information, see issue #51443 Oct 11 10:26:37.016 INFO kablam! = note: method `rec_ref_mut` references the `Self` type in where clauses Oct 11 10:26:37.016 INFO kablam! Oct 11 10:26:37.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 11 10:26:37.556 INFO kablam! su: No module specific data is present Oct 11 10:26:38.183 INFO running `"docker" "rm" "-f" "8c4166c96913a85eb80fd23a5dfae97b888438dde627ab9b6471cd16007ca194"` Oct 11 10:26:38.415 INFO blam! 8c4166c96913a85eb80fd23a5dfae97b888438dde627ab9b6471cd16007ca194 Oct 11 10:26:38.417 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:26:38.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10:26:38.772 INFO blam! d650d9f0ac7665e95da4d3724f11547e02435e0b177fc9c76b68caff53448477 Oct 11 10:26:38.774 INFO running `"docker" "start" "-a" "d650d9f0ac7665e95da4d3724f11547e02435e0b177fc9c76b68caff53448477"` Oct 11 10:26:39.644 INFO kablam! usermod: no changes Oct 11 10:26:39.673 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 10:26:39.673 INFO kablam! Running /target/debug/deps/tailrec-7bf303f13ea6beb1 Oct 11 10:26:39.684 INFO blam! Oct 11 10:26:39.684 INFO kablam! Running /target/debug/deps/test-c6b37195ba768c7f Oct 11 10:26:39.684 INFO blam! running 0 tests Oct 11 10:26:39.684 INFO blam! Oct 11 10:26:39.684 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:26:39.684 INFO blam! Oct 11 10:26:39.692 INFO blam! Oct 11 10:26:39.692 INFO blam! running 1 test Oct 11 10:26:39.828 INFO blam! test test ... ok Oct 11 10:26:39.828 INFO blam! Oct 11 10:26:39.828 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:26:39.828 INFO blam! Oct 11 10:26:39.834 INFO kablam! Doc-tests tailrec Oct 11 10:26:40.965 INFO blam! Oct 11 10:26:40.965 INFO blam! running 0 tests Oct 11 10:26:40.965 INFO blam! Oct 11 10:26:40.965 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:26:40.965 INFO blam! Oct 11 10:26:40.970 INFO kablam! su: No module specific data is present Oct 11 10:26:41.227 INFO running `"docker" "rm" "-f" "d650d9f0ac7665e95da4d3724f11547e02435e0b177fc9c76b68caff53448477"` Oct 11 10:26:41.340 INFO blam! d650d9f0ac7665e95da4d3724f11547e02435e0b177fc9c76b68caff53448477