Oct 10 16:23:14.279 INFO testing raniejade/yahmc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:23:14.279 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:23:14.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 16:23:14.646 INFO blam! 6da2e5b15c28210cda00b44a30315d66447b4c3027457016c514de19ed6d0cde Oct 10 16:23:14.648 INFO running `"docker" "start" "-a" "6da2e5b15c28210cda00b44a30315d66447b4c3027457016c514de19ed6d0cde"` Oct 10 16:23:16.092 INFO kablam! usermod: no changes Oct 10 16:23:16.276 INFO kablam! Compiling simple_logger v0.5.0 Oct 10 16:23:16.276 INFO kablam! Compiling failure v0.1.1 Oct 10 16:23:17.764 INFO kablam! Compiling rlua v0.13.0 Oct 10 16:23:21.542 INFO kablam! Compiling engine v0.1.0 (/source/engine) Oct 10 16:23:22.564 INFO kablam! warning: unused variable: `convention` Oct 10 16:23:22.564 INFO kablam! --> engine/src/api/mod.rs:37:27 Oct 10 16:23:22.564 INFO kablam! | Oct 10 16:23:22.564 INFO kablam! 37 | pub fn install(lua: &Lua, convention: &Convention) -> Result<()> { Oct 10 16:23:22.564 INFO kablam! | ^^^^^^^^^^ help: consider using `_convention` instead Oct 10 16:23:22.564 INFO kablam! | Oct 10 16:23:22.564 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:23:22.564 INFO kablam! Oct 10 16:23:22.564 INFO kablam! warning: unused variable: `wrapper` Oct 10 16:23:22.564 INFO kablam! --> engine/src/api/mod.rs:8:13 Oct 10 16:23:22.564 INFO kablam! | Oct 10 16:23:22.564 INFO kablam! 8 | let wrapper = lua.create_table()?; Oct 10 16:23:22.564 INFO kablam! | ^^^^^^^ help: consider using `_wrapper` instead Oct 10 16:23:22.564 INFO kablam! Oct 10 16:23:22.564 INFO kablam! warning: unused variable: `path` Oct 10 16:23:22.564 INFO kablam! --> engine/src/resource/disk.rs:12:28 Oct 10 16:23:22.564 INFO kablam! | Oct 10 16:23:22.564 INFO kablam! 12 | fn get_resource(&self, path: &Path) -> Result { Oct 10 16:23:22.564 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 10 16:23:22.564 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: struct is never constructed: `ClassProxyBuilder` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/proxy.rs:4:1 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 4 | pub struct ClassProxyBuilder<'lua>(&'lua Lua, Table<'lua>); Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: method is never used: `create` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/proxy.rs:7:5 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 7 | pub fn create(lua: &'lua Lua, table: Table<'lua>) -> ClassProxyBuilder<'lua> { Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: method is never used: `build` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/proxy.rs:11:5 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 11 | pub fn build(self, mt: Table) -> Result> { Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: static item is never used: `REGISTRY_NAME` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/registry.rs:3:1 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 3 | static REGISTRY_NAME: &str = "__yamhc__registry"; Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: struct is never constructed: `ClassRegistry` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/registry.rs:5:1 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 5 | pub struct ClassRegistry<'lua>(&'lua Lua); Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: method is never used: `create` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/registry.rs:8:5 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 8 | pub fn create(lua: &'lua Lua) -> Result> { Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: method is never used: `get` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/registry.rs:14:5 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 14 | pub fn get(&self, name: &String) -> Result { Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: method is never used: `register` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/registry.rs:19:5 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 19 | pub fn register(&self, name: &String, class: Table<'lua>) -> Result<()> { Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: method is never used: `get_internal_registry` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/registry.rs:24:5 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 24 | fn get_internal_registry(&self) -> Result
{ Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: static item is never used: `INDEX` Oct 10 16:23:22.590 INFO kablam! --> engine/src/lua/mod.rs:8:9 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 8 | pub static INDEX: &str = "__index"; Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: struct is never constructed: `DiskResourceManager` Oct 10 16:23:22.590 INFO kablam! --> engine/src/resource/disk.rs:4:1 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.590 INFO kablam! 4 | pub struct DiskResourceManager { Oct 10 16:23:22.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.590 INFO kablam! Oct 10 16:23:22.590 INFO kablam! warning: variant is never constructed: `Internal` Oct 10 16:23:22.590 INFO kablam! --> engine/src/resource/errors.rs:6:5 Oct 10 16:23:22.590 INFO kablam! | Oct 10 16:23:22.591 INFO kablam! 6 | Internal(String), Oct 10 16:23:22.591 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 16:23:22.591 INFO kablam! Oct 10 16:23:22.591 INFO kablam! warning: the feature `pattern_parentheses` has been stable since 1.31.0 and no longer requires an attribute to enable Oct 10 16:23:22.591 INFO kablam! --> engine/src/lib.rs:1:12 Oct 10 16:23:22.591 INFO kablam! | Oct 10 16:23:22.591 INFO kablam! 1 | #![feature(pattern_parentheses)] Oct 10 16:23:22.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:23:22.591 INFO kablam! | Oct 10 16:23:22.591 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 16:23:22.591 INFO kablam! Oct 10 16:23:23.628 INFO kablam! Compiling yahmc v0.1.0 (/source) Oct 10 16:23:25.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.40s Oct 10 16:23:25.536 INFO kablam! su: No module specific data is present Oct 10 16:23:26.307 INFO running `"docker" "rm" "-f" "6da2e5b15c28210cda00b44a30315d66447b4c3027457016c514de19ed6d0cde"` Oct 10 16:23:26.624 INFO blam! 6da2e5b15c28210cda00b44a30315d66447b4c3027457016c514de19ed6d0cde Oct 10 16:23:26.636 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:23:26.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 16:23:27.174 INFO blam! b68a0511120b9c5065af3f9fa52567e40c2b65ead1f78748e0b5d9b8f6dc9079 Oct 10 16:23:27.184 INFO running `"docker" "start" "-a" "b68a0511120b9c5065af3f9fa52567e40c2b65ead1f78748e0b5d9b8f6dc9079"` Oct 10 16:23:28.416 INFO kablam! usermod: no changes Oct 10 16:23:28.503 INFO kablam! Compiling yahmc v0.1.0 (/source) Oct 10 16:23:30.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 10 16:23:30.280 INFO kablam! su: No module specific data is present Oct 10 16:23:30.850 INFO running `"docker" "rm" "-f" "b68a0511120b9c5065af3f9fa52567e40c2b65ead1f78748e0b5d9b8f6dc9079"` Oct 10 16:23:31.004 INFO blam! b68a0511120b9c5065af3f9fa52567e40c2b65ead1f78748e0b5d9b8f6dc9079 Oct 10 16:23:31.004 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:23:31.004 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 16:23:31.334 INFO blam! 3de0c40bfb315ae363efa6da70cc72afd79e86d734a8e78f4b91852f6d03f054 Oct 10 16:23:31.336 INFO running `"docker" "start" "-a" "3de0c40bfb315ae363efa6da70cc72afd79e86d734a8e78f4b91852f6d03f054"` Oct 10 16:23:32.212 INFO kablam! usermod: no changes Oct 10 16:23:32.276 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 16:23:32.280 INFO kablam! Running /target/debug/deps/yahmc-eaf5d5b05da1fee4 Oct 10 16:23:32.280 INFO blam! Oct 10 16:23:32.280 INFO blam! running 0 tests Oct 10 16:23:32.281 INFO blam! Oct 10 16:23:32.281 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:23:32.281 INFO blam! Oct 10 16:23:32.283 INFO kablam! su: No module specific data is present Oct 10 16:23:32.858 INFO running `"docker" "rm" "-f" "3de0c40bfb315ae363efa6da70cc72afd79e86d734a8e78f4b91852f6d03f054"` Oct 10 16:23:33.152 INFO blam! 3de0c40bfb315ae363efa6da70cc72afd79e86d734a8e78f4b91852f6d03f054