Oct 31 20:33:44.407 INFO checking starkat99/ink-rs against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 20:33:44.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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.974 INFO blam! bd66105f5e9a23308a38b35f8a8521503ca2daf82a1235f202c9d7038c961dba Oct 31 20:33:44.975 INFO running `"docker" "start" "-a" "bd66105f5e9a23308a38b35f8a8521503ca2daf82a1235f202c9d7038c961dba"` Oct 31 20:33:46.624 INFO kablam! usermod: no changes Oct 31 20:33:46.900 INFO kablam! Compiling encoding_rs v0.8.10 Oct 31 20:33:46.928 INFO kablam! Checking thread-id v3.3.0 Oct 31 20:33:46.929 INFO kablam! Checking log v0.4.6 Oct 31 20:33:46.941 INFO kablam! Compiling quote v0.6.9 Oct 31 20:33:46.957 INFO kablam! Checking string-interner v0.7.0 Oct 31 20:33:48.401 INFO kablam! Checking simple-logging v2.0.1 Oct 31 20:33:51.503 INFO kablam! Compiling syn v0.15.15 Oct 31 20:33:56.376 INFO kablam! Checking encoding_rs_io v0.1.3 Oct 31 20:34:08.217 INFO kablam! Compiling synstructure v0.10.1 Oct 31 20:34:08.218 INFO kablam! Compiling serde_derive v1.0.80 Oct 31 20:34:14.961 INFO kablam! Compiling failure_derive v0.1.3 Oct 31 20:34:19.692 INFO kablam! Checking failure v0.1.3 Oct 31 20:34:32.620 INFO kablam! Checking ink v0.0.1 (/source/ink) Oct 31 20:34:35.071 INFO kablam! warning: method is never used: `find_content_at_path` Oct 31 20:34:35.071 INFO kablam! --> ink/src/data.rs:476:5 Oct 31 20:34:35.072 INFO kablam! | Oct 31 20:34:35.072 INFO kablam! 476 | / pub(crate) fn find_content_at_path<'story>( Oct 31 20:34:35.072 INFO kablam! 477 | | &'story self, Oct 31 20:34:35.072 INFO kablam! 478 | | story: &'story Story, Oct 31 20:34:35.073 INFO kablam! 479 | | path: &Path, Oct 31 20:34:35.073 INFO kablam! 480 | | ) -> SearchResult<'story, Object> { Oct 31 20:34:35.073 INFO kablam! 481 | | story.resolve_relative_path(self, path) Oct 31 20:34:35.073 INFO kablam! 482 | | } Oct 31 20:34:35.074 INFO kablam! | |_____^ Oct 31 20:34:35.074 INFO kablam! | Oct 31 20:34:35.074 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:34:35.074 INFO kablam! Oct 31 20:34:35.077 INFO kablam! warning: method is never used: `iter_named_children` Oct 31 20:34:35.077 INFO kablam! --> ink/src/data.rs:496:5 Oct 31 20:34:35.078 INFO kablam! | Oct 31 20:34:35.078 INFO kablam! 496 | / pub(crate) fn iter_named_children<'story>( Oct 31 20:34:35.078 INFO kablam! 497 | | &'story self, Oct 31 20:34:35.078 INFO kablam! 498 | | story: &'story Story, Oct 31 20:34:35.079 INFO kablam! 499 | | ) -> impl Iterator { Oct 31 20:34:35.079 INFO kablam! ... | Oct 31 20:34:35.079 INFO kablam! 505 | | }) Oct 31 20:34:35.079 INFO kablam! 506 | | } Oct 31 20:34:35.080 INFO kablam! | |_____^ Oct 31 20:34:35.080 INFO kablam! Oct 31 20:34:35.080 INFO kablam! warning: method is never used: `iter_children` Oct 31 20:34:35.080 INFO kablam! --> ink/src/data.rs:508:5 Oct 31 20:34:35.081 INFO kablam! | Oct 31 20:34:35.096 INFO kablam! 508 | / pub(crate) fn iter_children<'story>( Oct 31 20:34:35.096 INFO kablam! 509 | | &'story self, Oct 31 20:34:35.096 INFO kablam! 510 | | story: &'story Story, Oct 31 20:34:35.096 INFO kablam! 511 | | ) -> impl Iterator { Oct 31 20:34:35.096 INFO kablam! 512 | | self.iter_index_children(story) Oct 31 20:34:35.096 INFO kablam! 513 | | .chain(self.iter_named_children(story)) Oct 31 20:34:35.096 INFO kablam! 514 | | } Oct 31 20:34:35.096 INFO kablam! | |_____^ Oct 31 20:34:35.096 INFO kablam! Oct 31 20:34:35.096 INFO kablam! warning: method is never used: `enumerate_children` Oct 31 20:34:35.096 INFO kablam! --> ink/src/data.rs:516:5 Oct 31 20:34:35.096 INFO kablam! | Oct 31 20:34:35.096 INFO kablam! 516 | / pub(crate) fn enumerate_children<'story>( Oct 31 20:34:35.096 INFO kablam! 517 | | &'story self, Oct 31 20:34:35.096 INFO kablam! 518 | | story: &'story Story, Oct 31 20:34:35.096 INFO kablam! 519 | | ) -> impl Iterator { Oct 31 20:34:35.096 INFO kablam! ... | Oct 31 20:34:35.096 INFO kablam! 538 | | })) Oct 31 20:34:35.096 INFO kablam! 539 | | } Oct 31 20:34:35.096 INFO kablam! | |_____^ Oct 31 20:34:35.096 INFO kablam! Oct 31 20:34:35.197 INFO kablam! Checking clink v0.0.1 (/source) Oct 31 20:34:35.473 INFO kablam! warning: method is never used: `find_content_at_path` Oct 31 20:34:35.474 INFO kablam! --> ink/src/data.rs:476:5 Oct 31 20:34:35.474 INFO kablam! | Oct 31 20:34:35.474 INFO kablam! 476 | / pub(crate) fn find_content_at_path<'story>( Oct 31 20:34:35.475 INFO kablam! 477 | | &'story self, Oct 31 20:34:35.475 INFO kablam! 478 | | story: &'story Story, Oct 31 20:34:35.475 INFO kablam! 479 | | path: &Path, Oct 31 20:34:35.475 INFO kablam! 480 | | ) -> SearchResult<'story, Object> { Oct 31 20:34:35.476 INFO kablam! 481 | | story.resolve_relative_path(self, path) Oct 31 20:34:35.476 INFO kablam! 482 | | } Oct 31 20:34:35.476 INFO kablam! | |_____^ Oct 31 20:34:35.477 INFO kablam! | Oct 31 20:34:35.477 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 20:34:35.477 INFO kablam! Oct 31 20:34:35.477 INFO kablam! warning: method is never used: `iter_named_children` Oct 31 20:34:35.478 INFO kablam! --> ink/src/data.rs:496:5 Oct 31 20:34:35.478 INFO kablam! | Oct 31 20:34:35.478 INFO kablam! 496 | / pub(crate) fn iter_named_children<'story>( Oct 31 20:34:35.478 INFO kablam! 497 | | &'story self, Oct 31 20:34:35.478 INFO kablam! 498 | | story: &'story Story, Oct 31 20:34:35.479 INFO kablam! 499 | | ) -> impl Iterator { Oct 31 20:34:35.479 INFO kablam! ... | Oct 31 20:34:35.479 INFO kablam! 505 | | }) Oct 31 20:34:35.479 INFO kablam! 506 | | } Oct 31 20:34:35.480 INFO kablam! | |_____^ Oct 31 20:34:35.480 INFO kablam! Oct 31 20:34:35.480 INFO kablam! warning: method is never used: `iter_children` Oct 31 20:34:35.480 INFO kablam! --> ink/src/data.rs:508:5 Oct 31 20:34:35.481 INFO kablam! | Oct 31 20:34:35.481 INFO kablam! 508 | / pub(crate) fn iter_children<'story>( Oct 31 20:34:35.481 INFO kablam! 509 | | &'story self, Oct 31 20:34:35.481 INFO kablam! 510 | | story: &'story Story, Oct 31 20:34:35.482 INFO kablam! 511 | | ) -> impl Iterator { Oct 31 20:34:35.482 INFO kablam! 512 | | self.iter_index_children(story) Oct 31 20:34:35.482 INFO kablam! 513 | | .chain(self.iter_named_children(story)) Oct 31 20:34:35.482 INFO kablam! 514 | | } Oct 31 20:34:35.483 INFO kablam! | |_____^ Oct 31 20:34:35.483 INFO kablam! Oct 31 20:34:35.483 INFO kablam! warning: method is never used: `enumerate_children` Oct 31 20:34:35.483 INFO kablam! --> ink/src/data.rs:516:5 Oct 31 20:34:35.484 INFO kablam! | Oct 31 20:34:35.484 INFO kablam! 516 | / pub(crate) fn enumerate_children<'story>( Oct 31 20:34:35.484 INFO kablam! 517 | | &'story self, Oct 31 20:34:35.484 INFO kablam! 518 | | story: &'story Story, Oct 31 20:34:35.485 INFO kablam! 519 | | ) -> impl Iterator { Oct 31 20:34:35.485 INFO kablam! ... | Oct 31 20:34:35.485 INFO kablam! 538 | | })) Oct 31 20:34:35.485 INFO kablam! 539 | | } Oct 31 20:34:35.486 INFO kablam! | |_____^ Oct 31 20:34:35.486 INFO kablam! Oct 31 20:34:36.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.51s Oct 31 20:34:36.185 INFO kablam! su: No module specific data is present Oct 31 20:34:37.620 INFO running `"docker" "rm" "-f" "bd66105f5e9a23308a38b35f8a8521503ca2daf82a1235f202c9d7038c961dba"` Oct 31 20:34:37.888 INFO blam! bd66105f5e9a23308a38b35f8a8521503ca2daf82a1235f202c9d7038c961dba