Oct 27 03:07:13.409 INFO checking jaroslaw-weber/fishlang against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:07:13.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 03:07:13.845 INFO blam! 432e34d21faaf83bf340e3b87623ccfc50009d4a2d0d3417c2a10ca61fe5518d Oct 27 03:07:13.847 INFO running `"docker" "start" "-a" "432e34d21faaf83bf340e3b87623ccfc50009d4a2d0d3417c2a10ca61fe5518d"` Oct 27 03:07:15.794 INFO kablam! usermod: no changes Oct 27 03:07:15.998 INFO kablam! Compiling pest v1.0.3 Oct 27 03:07:15.998 INFO kablam! Checking memchr v2.0.1 Oct 27 03:07:15.998 INFO kablam! Checking backtrace v0.3.5 Oct 27 03:07:17.675 INFO kablam! Checking aho-corasick v0.6.4 Oct 27 03:07:18.027 INFO kablam! Checking failure v0.1.1 Oct 27 03:07:19.435 INFO kablam! Compiling pest_derive v1.0.3 Oct 27 03:07:19.999 INFO kablam! Checking regex v0.2.5 Oct 27 03:07:30.025 INFO kablam! Checking handlebars v0.32.0 Oct 27 03:07:32.995 INFO kablam! Checking slime v0.4.0 Oct 27 03:07:34.445 INFO kablam! Checking fishlang v0.1.0 (/source) Oct 27 03:07:35.803 INFO kablam! warning: unused import: `fs_extra::file::write_all` Oct 27 03:07:35.803 INFO kablam! --> src/main.rs:8:5 Oct 27 03:07:35.803 INFO kablam! | Oct 27 03:07:35.803 INFO kablam! 8 | use fs_extra::file::write_all; Oct 27 03:07:35.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:07:35.803 INFO kablam! | Oct 27 03:07:35.803 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:07:35.803 INFO kablam! Oct 27 03:07:35.888 INFO kablam! warning: struct is never constructed: `Text` Oct 27 03:07:35.888 INFO kablam! --> src/main.rs:62:1 Oct 27 03:07:35.888 INFO kablam! | Oct 27 03:07:35.888 INFO kablam! 62 | struct Text Oct 27 03:07:35.888 INFO kablam! | ^^^^^^^^^^^ Oct 27 03:07:35.888 INFO kablam! | Oct 27 03:07:35.888 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:07:35.888 INFO kablam! Oct 27 03:07:35.888 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:07:35.888 INFO kablam! --> src/main.rs:14:5 Oct 27 03:07:35.888 INFO kablam! | Oct 27 03:07:35.888 INFO kablam! 14 | s.initialize(); Oct 27 03:07:35.888 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:07:35.888 INFO kablam! | Oct 27 03:07:35.888 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:07:35.888 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:07:35.888 INFO kablam! Oct 27 03:07:35.888 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:07:35.888 INFO kablam! --> src/main.rs:45:9 Oct 27 03:07:35.888 INFO kablam! | Oct 27 03:07:35.889 INFO kablam! 45 | s.generate("text",url,&data); Oct 27 03:07:35.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:07:35.889 INFO kablam! | Oct 27 03:07:35.889 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:07:35.889 INFO kablam! Oct 27 03:07:35.983 INFO kablam! warning: unused import: `fs_extra::file::write_all` Oct 27 03:07:35.983 INFO kablam! --> src/main.rs:8:5 Oct 27 03:07:35.984 INFO kablam! | Oct 27 03:07:35.984 INFO kablam! 8 | use fs_extra::file::write_all; Oct 27 03:07:35.984 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:07:35.984 INFO kablam! | Oct 27 03:07:35.985 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:07:35.985 INFO kablam! Oct 27 03:07:36.070 INFO kablam! warning: struct is never constructed: `Text` Oct 27 03:07:36.070 INFO kablam! --> src/main.rs:62:1 Oct 27 03:07:36.070 INFO kablam! | Oct 27 03:07:36.070 INFO kablam! 62 | struct Text Oct 27 03:07:36.070 INFO kablam! | ^^^^^^^^^^^ Oct 27 03:07:36.070 INFO kablam! | Oct 27 03:07:36.070 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:07:36.070 INFO kablam! Oct 27 03:07:36.075 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:07:36.075 INFO kablam! --> src/main.rs:14:5 Oct 27 03:07:36.076 INFO kablam! | Oct 27 03:07:36.076 INFO kablam! 14 | s.initialize(); Oct 27 03:07:36.076 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:07:36.076 INFO kablam! | Oct 27 03:07:36.077 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:07:36.077 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:07:36.077 INFO kablam! Oct 27 03:07:36.077 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:07:36.078 INFO kablam! --> src/main.rs:45:9 Oct 27 03:07:36.078 INFO kablam! | Oct 27 03:07:36.078 INFO kablam! 45 | s.generate("text",url,&data); Oct 27 03:07:36.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:07:36.079 INFO kablam! | Oct 27 03:07:36.079 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:07:36.079 INFO kablam! Oct 27 03:07:36.095 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.28s Oct 27 03:07:36.103 INFO kablam! su: No module specific data is present Oct 27 03:07:36.807 INFO running `"docker" "rm" "-f" "432e34d21faaf83bf340e3b87623ccfc50009d4a2d0d3417c2a10ca61fe5518d"` Oct 27 03:07:37.063 INFO blam! 432e34d21faaf83bf340e3b87623ccfc50009d4a2d0d3417c2a10ca61fe5518d