Oct 15 13:08:48.126 INFO testing zlo-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:08:48.128 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13:08:48.612 INFO blam! 23fd06b0728a312d723df5d79063dae15de5dd00d77ad19541480fc7175e47f2 Oct 15 13:08:48.615 INFO running `"docker" "start" "-a" "23fd06b0728a312d723df5d79063dae15de5dd00d77ad19541480fc7175e47f2"` Oct 15 13:08:49.900 INFO kablam! usermod: no changes Oct 15 13:08:50.032 INFO kablam! Compiling zlo v0.1.0 (/source) Oct 15 13:08:51.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.82s Oct 15 13:08:51.755 INFO kablam! su: No module specific data is present Oct 15 13:08:52.567 INFO running `"docker" "rm" "-f" "23fd06b0728a312d723df5d79063dae15de5dd00d77ad19541480fc7175e47f2"` Oct 15 13:08:52.840 INFO blam! 23fd06b0728a312d723df5d79063dae15de5dd00d77ad19541480fc7175e47f2 Oct 15 13:08:52.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13:08:53.283 INFO blam! ae26c313433e89bdaf60d4a04e978633f856d133536339f6a725defc4ae89d88 Oct 15 13:08:53.291 INFO running `"docker" "start" "-a" "ae26c313433e89bdaf60d4a04e978633f856d133536339f6a725defc4ae89d88"` Oct 15 13:08:54.895 INFO kablam! usermod: no changes Oct 15 13:08:55.039 INFO kablam! Compiling serde_bytes v0.10.4 Oct 15 13:08:56.167 INFO kablam! Compiling zlo v0.1.0 (/source) Oct 15 13:08:57.999 INFO kablam! warning: unused import: `zlo::Infinite` Oct 15 13:08:57.999 INFO kablam! --> examples/float_delta.rs:4:5 Oct 15 13:08:57.999 INFO kablam! | Oct 15 13:08:57.999 INFO kablam! 4 | use zlo::Infinite; Oct 15 13:08:57.999 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:08:58.035 INFO kablam! | Oct 15 13:08:58.035 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:08:58.035 INFO kablam! Oct 15 13:08:58.035 INFO kablam! warning: unused import: `zlo::deserialize` Oct 15 13:08:58.035 INFO kablam! --> examples/float_delta.rs:5:5 Oct 15 13:08:58.035 INFO kablam! | Oct 15 13:08:58.035 INFO kablam! 5 | use zlo::deserialize; Oct 15 13:08:58.035 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 13:08:58.035 INFO kablam! Oct 15 13:08:58.035 INFO kablam! warning: unused import: `zlo::serialize` Oct 15 13:08:58.035 INFO kablam! --> examples/float_delta.rs:6:5 Oct 15 13:08:58.035 INFO kablam! | Oct 15 13:08:58.035 INFO kablam! 6 | use zlo::serialize; Oct 15 13:08:58.035 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:08:58.035 INFO kablam! Oct 15 13:08:58.311 INFO kablam! warning: function is never used: `f32_diff` Oct 15 13:08:58.311 INFO kablam! --> examples/float_delta.rs:9:1 Oct 15 13:08:58.311 INFO kablam! | Oct 15 13:08:58.311 INFO kablam! 9 | fn f32_diff(a: f32, b: f32) -> f32 { Oct 15 13:08:58.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:58.311 INFO kablam! | Oct 15 13:08:58.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 13:08:58.311 INFO kablam! Oct 15 13:08:58.311 INFO kablam! warning: function is never used: `f64_diff` Oct 15 13:08:58.311 INFO kablam! --> examples/float_delta.rs:24:1 Oct 15 13:08:58.311 INFO kablam! | Oct 15 13:08:58.311 INFO kablam! 24 | fn f64_diff(a: f64, b: f64) -> f64 { Oct 15 13:08:58.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:58.311 INFO kablam! Oct 15 13:09:05.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.07s Oct 15 13:09:06.002 INFO kablam! su: No module specific data is present Oct 15 13:09:07.031 INFO running `"docker" "rm" "-f" "ae26c313433e89bdaf60d4a04e978633f856d133536339f6a725defc4ae89d88"` Oct 15 13:09:07.325 INFO blam! ae26c313433e89bdaf60d4a04e978633f856d133536339f6a725defc4ae89d88