Oct 15 18:22:04.185 INFO testing sofa-0.6.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 18:22:04.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 18:22:04.684 INFO blam! 10ecf848765da79194f833406c78dc855645a6325e63171c07252685456b7860 Oct 15 18:22:04.686 INFO running `"docker" "start" "-a" "10ecf848765da79194f833406c78dc855645a6325e63171c07252685456b7860"` Oct 15 18:22:07.251 INFO kablam! usermod: no changes Oct 15 18:22:07.577 INFO kablam! Compiling sofa v0.6.0 (/source) Oct 15 18:22:14.802 INFO kablam! warning: the trait `model::Model` cannot be made into an object Oct 15 18:22:14.802 INFO kablam! --> src/model.rs:13:5 Oct 15 18:22:14.802 INFO kablam! | Oct 15 18:22:14.802 INFO kablam! 13 | / fn to_document(&self) -> Document where Self: Serialize { Oct 15 18:22:14.802 INFO kablam! 14 | | Document::new(to_value(self).unwrap()) Oct 15 18:22:14.802 INFO kablam! 15 | | } Oct 15 18:22:14.802 INFO kablam! | |_____^ Oct 15 18:22:14.802 INFO kablam! | Oct 15 18:22:14.802 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 15 18:22:14.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 15 18:22:14.802 INFO kablam! = note: for more information, see issue #51443 Oct 15 18:22:14.802 INFO kablam! = note: method `to_document` references the `Self` type in where clauses Oct 15 18:22:14.802 INFO kablam! Oct 15 18:22:19.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.13s Oct 15 18:22:19.424 INFO kablam! su: No module specific data is present Oct 15 18:22:20.221 INFO running `"docker" "rm" "-f" "10ecf848765da79194f833406c78dc855645a6325e63171c07252685456b7860"` Oct 15 18:22:20.462 INFO blam! 10ecf848765da79194f833406c78dc855645a6325e63171c07252685456b7860 Oct 15 18:22:20.469 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 18:22:21.093 INFO blam! 83476b842777f48a6dd35618960a464d79b47ff17a584dae052d8c0060af37b7 Oct 15 18:22:21.096 INFO running `"docker" "start" "-a" "83476b842777f48a6dd35618960a464d79b47ff17a584dae052d8c0060af37b7"` Oct 15 18:22:22.527 INFO kablam! usermod: no changes Oct 15 18:22:22.803 INFO kablam! Compiling sofa v0.6.0 (/source) Oct 15 18:22:28.108 INFO kablam! warning: the trait `model::Model` cannot be made into an object Oct 15 18:22:28.108 INFO kablam! --> src/model.rs:13:5 Oct 15 18:22:28.108 INFO kablam! | Oct 15 18:22:28.108 INFO kablam! 13 | / fn to_document(&self) -> Document where Self: Serialize { Oct 15 18:22:28.108 INFO kablam! 14 | | Document::new(to_value(self).unwrap()) Oct 15 18:22:28.108 INFO kablam! 15 | | } Oct 15 18:22:28.108 INFO kablam! | |_____^ Oct 15 18:22:28.108 INFO kablam! | Oct 15 18:22:28.111 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 15 18:22:28.111 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 15 18:22:28.111 INFO kablam! = note: for more information, see issue #51443 Oct 15 18:22:28.111 INFO kablam! = note: method `to_document` references the `Self` type in where clauses Oct 15 18:22:28.111 INFO kablam! Oct 15 18:22:35.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.55s Oct 15 18:22:35.119 INFO kablam! su: No module specific data is present Oct 15 18:22:35.932 INFO running `"docker" "rm" "-f" "83476b842777f48a6dd35618960a464d79b47ff17a584dae052d8c0060af37b7"` Oct 15 18:22:36.024 INFO blam! 83476b842777f48a6dd35618960a464d79b47ff17a584dae052d8c0060af37b7