Oct 15 13:08:46.391 INFO testing zlo-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 13:08:46.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:46.648 INFO blam! 43d792fe65e7109ce0e4c68229faf2f2ddccebe1f44f45c952c566a9d62be5a9 Oct 15 13:08:46.650 INFO running `"docker" "start" "-a" "43d792fe65e7109ce0e4c68229faf2f2ddccebe1f44f45c952c566a9d62be5a9"` Oct 15 13:08:47.156 INFO kablam! usermod: no changes Oct 15 13:08:47.203 INFO kablam! Compiling zlo v0.1.0 (/source) Oct 15 13:08:48.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 15 13:08:48.529 INFO kablam! su: No module specific data is present Oct 15 13:08:49.123 INFO running `"docker" "rm" "-f" "43d792fe65e7109ce0e4c68229faf2f2ddccebe1f44f45c952c566a9d62be5a9"` Oct 15 13:08:49.486 INFO blam! 43d792fe65e7109ce0e4c68229faf2f2ddccebe1f44f45c952c566a9d62be5a9 Oct 15 13:08:49.501 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50.637 INFO blam! 60607632c0b0596229a914cfdf5aeddc10e9faaff0659a01e43746b70aba4e71 Oct 15 13:08:50.643 INFO running `"docker" "start" "-a" "60607632c0b0596229a914cfdf5aeddc10e9faaff0659a01e43746b70aba4e71"` Oct 15 13:08:51.803 INFO kablam! usermod: no changes Oct 15 13:08:51.907 INFO kablam! Compiling serde_bytes v0.10.4 Oct 15 13:08:52.955 INFO kablam! Compiling zlo v0.1.0 (/source) Oct 15 13:08:54.239 INFO kablam! warning: unused import: `zlo::Infinite` Oct 15 13:08:54.239 INFO kablam! --> examples/float_delta.rs:4:5 Oct 15 13:08:54.239 INFO kablam! | Oct 15 13:08:54.239 INFO kablam! 4 | use zlo::Infinite; Oct 15 13:08:54.239 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:08:54.239 INFO kablam! | Oct 15 13:08:54.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:08:54.239 INFO kablam! Oct 15 13:08:54.239 INFO kablam! warning: unused import: `zlo::deserialize` Oct 15 13:08:54.239 INFO kablam! --> examples/float_delta.rs:5:5 Oct 15 13:08:54.239 INFO kablam! | Oct 15 13:08:54.239 INFO kablam! 5 | use zlo::deserialize; Oct 15 13:08:54.239 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 13:08:54.239 INFO kablam! Oct 15 13:08:54.239 INFO kablam! warning: unused import: `zlo::serialize` Oct 15 13:08:54.239 INFO kablam! --> examples/float_delta.rs:6:5 Oct 15 13:08:54.239 INFO kablam! | Oct 15 13:08:54.239 INFO kablam! 6 | use zlo::serialize; Oct 15 13:08:54.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:08:54.239 INFO kablam! Oct 15 13:08:54.339 INFO kablam! warning: function is never used: `f32_diff` Oct 15 13:08:54.339 INFO kablam! --> examples/float_delta.rs:9:1 Oct 15 13:08:54.339 INFO kablam! | Oct 15 13:08:54.339 INFO kablam! 9 | fn f32_diff(a: f32, b: f32) -> f32 { Oct 15 13:08:54.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:54.339 INFO kablam! | Oct 15 13:08:54.339 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 13:08:54.339 INFO kablam! Oct 15 13:08:54.339 INFO kablam! warning: function is never used: `f64_diff` Oct 15 13:08:54.339 INFO kablam! --> examples/float_delta.rs:24:1 Oct 15 13:08:54.339 INFO kablam! | Oct 15 13:08:54.339 INFO kablam! 24 | fn f64_diff(a: f64, b: f64) -> f64 { Oct 15 13:08:54.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:54.339 INFO kablam! Oct 15 13:09:03.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.68s Oct 15 13:09:03.542 INFO kablam! su: No module specific data is present Oct 15 13:09:04.925 INFO running `"docker" "rm" "-f" "60607632c0b0596229a914cfdf5aeddc10e9faaff0659a01e43746b70aba4e71"` Oct 15 13:09:05.323 INFO blam! 60607632c0b0596229a914cfdf5aeddc10e9faaff0659a01e43746b70aba4e71