Oct 31 20:33:44.051 INFO checking starkat99/ink-rs against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 20:33:44.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-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 31 20:33:44.512 INFO blam! 22f06519c7a41d41a3c98dd487d7882d0ee793b7e53b110dcb3e2006381af97e Oct 31 20:33:44.524 INFO running `"docker" "start" "-a" "22f06519c7a41d41a3c98dd487d7882d0ee793b7e53b110dcb3e2006381af97e"` Oct 31 20:33:45.456 INFO kablam! usermod: no changes Oct 31 20:33:45.561 INFO kablam! Compiling encoding_rs v0.8.10 Oct 31 20:33:45.568 INFO kablam! Checking thread-id v3.3.0 Oct 31 20:33:45.568 INFO kablam! Checking log v0.4.6 Oct 31 20:33:45.576 INFO kablam! Checking string-interner v0.7.0 Oct 31 20:33:45.576 INFO kablam! Compiling syn v0.15.15 Oct 31 20:33:47.199 INFO kablam! Checking simple-logging v2.0.1 Oct 31 20:33:54.080 INFO kablam! Checking encoding_rs_io v0.1.3 Oct 31 20:34:02.487 INFO kablam! Compiling synstructure v0.10.1 Oct 31 20:34:02.489 INFO kablam! Compiling serde_derive v1.0.80 Oct 31 20:34:09.797 INFO kablam! Compiling failure_derive v0.1.3 Oct 31 20:34:14.816 INFO kablam! Checking failure v0.1.3 Oct 31 20:34:29.271 INFO kablam! Checking ink v0.0.1 (/source/ink) Oct 31 20:34:31.556 INFO kablam! warning: method is never used: `find_content_at_path` Oct 31 20:34:31.557 INFO kablam! --> ink/src/data.rs:476:5 Oct 31 20:34:31.557 INFO kablam! | Oct 31 20:34:31.557 INFO kablam! 476 | / pub(crate) fn find_content_at_path<'story>( Oct 31 20:34:31.557 INFO kablam! 477 | | &'story self, Oct 31 20:34:31.557 INFO kablam! 478 | | story: &'story Story, Oct 31 20:34:31.557 INFO kablam! 479 | | path: &Path, Oct 31 20:34:31.557 INFO kablam! 480 | | ) -> SearchResult<'story, Object> { Oct 31 20:34:31.557 INFO kablam! 481 | | story.resolve_relative_path(self, path) Oct 31 20:34:31.557 INFO kablam! 482 | | } Oct 31 20:34:31.557 INFO kablam! | |_____^ Oct 31 20:34:31.557 INFO kablam! | Oct 31 20:34:31.557 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:34:31.557 INFO kablam! Oct 31 20:34:31.557 INFO kablam! warning: method is never used: `iter_named_children` Oct 31 20:34:31.557 INFO kablam! --> ink/src/data.rs:496:5 Oct 31 20:34:31.557 INFO kablam! | Oct 31 20:34:31.557 INFO kablam! 496 | / pub(crate) fn iter_named_children<'story>( Oct 31 20:34:31.557 INFO kablam! 497 | | &'story self, Oct 31 20:34:31.557 INFO kablam! 498 | | story: &'story Story, Oct 31 20:34:31.557 INFO kablam! 499 | | ) -> impl Iterator { Oct 31 20:34:31.557 INFO kablam! ... | Oct 31 20:34:31.557 INFO kablam! 505 | | }) Oct 31 20:34:31.557 INFO kablam! 506 | | } Oct 31 20:34:31.557 INFO kablam! | |_____^ Oct 31 20:34:31.557 INFO kablam! Oct 31 20:34:31.557 INFO kablam! warning: method is never used: `iter_children` Oct 31 20:34:31.557 INFO kablam! --> ink/src/data.rs:508:5 Oct 31 20:34:31.557 INFO kablam! | Oct 31 20:34:31.557 INFO kablam! 508 | / pub(crate) fn iter_children<'story>( Oct 31 20:34:31.557 INFO kablam! 509 | | &'story self, Oct 31 20:34:31.557 INFO kablam! 510 | | story: &'story Story, Oct 31 20:34:31.557 INFO kablam! 511 | | ) -> impl Iterator { Oct 31 20:34:31.557 INFO kablam! 512 | | self.iter_index_children(story) Oct 31 20:34:31.557 INFO kablam! 513 | | .chain(self.iter_named_children(story)) Oct 31 20:34:31.557 INFO kablam! 514 | | } Oct 31 20:34:31.557 INFO kablam! | |_____^ Oct 31 20:34:31.557 INFO kablam! Oct 31 20:34:31.557 INFO kablam! warning: method is never used: `enumerate_children` Oct 31 20:34:31.557 INFO kablam! --> ink/src/data.rs:516:5 Oct 31 20:34:31.557 INFO kablam! | Oct 31 20:34:31.557 INFO kablam! 516 | / pub(crate) fn enumerate_children<'story>( Oct 31 20:34:31.557 INFO kablam! 517 | | &'story self, Oct 31 20:34:31.557 INFO kablam! 518 | | story: &'story Story, Oct 31 20:34:31.557 INFO kablam! 519 | | ) -> impl Iterator { Oct 31 20:34:31.557 INFO kablam! ... | Oct 31 20:34:31.557 INFO kablam! 538 | | })) Oct 31 20:34:31.557 INFO kablam! 539 | | } Oct 31 20:34:31.557 INFO kablam! | |_____^ Oct 31 20:34:31.557 INFO kablam! Oct 31 20:34:31.700 INFO kablam! Checking clink v0.0.1 (/source) Oct 31 20:34:32.944 INFO kablam! warning: method is never used: `find_content_at_path` Oct 31 20:34:32.944 INFO kablam! --> ink/src/data.rs:476:5 Oct 31 20:34:32.944 INFO kablam! | Oct 31 20:34:32.944 INFO kablam! 476 | / pub(crate) fn find_content_at_path<'story>( Oct 31 20:34:32.944 INFO kablam! 477 | | &'story self, Oct 31 20:34:32.944 INFO kablam! 478 | | story: &'story Story, Oct 31 20:34:32.944 INFO kablam! 479 | | path: &Path, Oct 31 20:34:32.944 INFO kablam! 480 | | ) -> SearchResult<'story, Object> { Oct 31 20:34:32.944 INFO kablam! 481 | | story.resolve_relative_path(self, path) Oct 31 20:34:32.944 INFO kablam! 482 | | } Oct 31 20:34:32.944 INFO kablam! | |_____^ Oct 31 20:34:32.944 INFO kablam! | Oct 31 20:34:32.945 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:34:32.945 INFO kablam! Oct 31 20:34:32.945 INFO kablam! warning: method is never used: `iter_named_children` Oct 31 20:34:32.945 INFO kablam! --> ink/src/data.rs:496:5 Oct 31 20:34:32.945 INFO kablam! | Oct 31 20:34:32.945 INFO kablam! 496 | / pub(crate) fn iter_named_children<'story>( Oct 31 20:34:32.945 INFO kablam! 497 | | &'story self, Oct 31 20:34:32.945 INFO kablam! 498 | | story: &'story Story, Oct 31 20:34:32.945 INFO kablam! 499 | | ) -> impl Iterator { Oct 31 20:34:32.945 INFO kablam! ... | Oct 31 20:34:32.945 INFO kablam! 505 | | }) Oct 31 20:34:32.945 INFO kablam! 506 | | } Oct 31 20:34:32.945 INFO kablam! | |_____^ Oct 31 20:34:32.945 INFO kablam! Oct 31 20:34:32.945 INFO kablam! warning: method is never used: `iter_children` Oct 31 20:34:32.945 INFO kablam! --> ink/src/data.rs:508:5 Oct 31 20:34:32.945 INFO kablam! | Oct 31 20:34:32.945 INFO kablam! 508 | / pub(crate) fn iter_children<'story>( Oct 31 20:34:32.945 INFO kablam! 509 | | &'story self, Oct 31 20:34:32.945 INFO kablam! 510 | | story: &'story Story, Oct 31 20:34:32.945 INFO kablam! 511 | | ) -> impl Iterator { Oct 31 20:34:32.945 INFO kablam! 512 | | self.iter_index_children(story) Oct 31 20:34:32.945 INFO kablam! 513 | | .chain(self.iter_named_children(story)) Oct 31 20:34:32.945 INFO kablam! 514 | | } Oct 31 20:34:32.945 INFO kablam! | |_____^ Oct 31 20:34:32.945 INFO kablam! Oct 31 20:34:32.945 INFO kablam! warning: method is never used: `enumerate_children` Oct 31 20:34:32.945 INFO kablam! --> ink/src/data.rs:516:5 Oct 31 20:34:32.945 INFO kablam! | Oct 31 20:34:32.945 INFO kablam! 516 | / pub(crate) fn enumerate_children<'story>( Oct 31 20:34:32.945 INFO kablam! 517 | | &'story self, Oct 31 20:34:32.945 INFO kablam! 518 | | story: &'story Story, Oct 31 20:34:32.945 INFO kablam! 519 | | ) -> impl Iterator { Oct 31 20:34:32.945 INFO kablam! ... | Oct 31 20:34:32.945 INFO kablam! 538 | | })) Oct 31 20:34:32.945 INFO kablam! 539 | | } Oct 31 20:34:32.945 INFO kablam! | |_____^ Oct 31 20:34:32.945 INFO kablam! Oct 31 20:34:33.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.74s Oct 31 20:34:33.225 INFO kablam! su: No module specific data is present Oct 31 20:34:34.348 INFO running `"docker" "rm" "-f" "22f06519c7a41d41a3c98dd487d7882d0ee793b7e53b110dcb3e2006381af97e"` Oct 31 20:34:34.672 INFO blam! 22f06519c7a41d41a3c98dd487d7882d0ee793b7e53b110dcb3e2006381af97e