Oct 15 07:29:40.308 INFO testing RCasatta/integer-compression against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:29:40.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 07:29:40.767 INFO blam! 9717ee2592a8f5c15bd40b7ee54c1223a609284e219745febde6f38322b133e1 Oct 15 07:29:40.771 INFO running `"docker" "start" "-a" "9717ee2592a8f5c15bd40b7ee54c1223a609284e219745febde6f38322b133e1"` Oct 15 07:29:42.083 INFO kablam! usermod: no changes Oct 15 07:29:42.259 INFO kablam! Compiling data-encoding v2.1.1 Oct 15 07:29:47.427 INFO kablam! Compiling integer-compression v0.1.0 (/source) Oct 15 07:29:48.427 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 15 07:29:48.427 INFO kablam! --> src/main.rs:8:5 Oct 15 07:29:48.427 INFO kablam! | Oct 15 07:29:48.427 INFO kablam! 8 | use std::cmp::Ordering; Oct 15 07:29:48.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:29:48.427 INFO kablam! | Oct 15 07:29:48.427 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:29:48.427 INFO kablam! Oct 15 07:29:48.671 INFO kablam! warning: function `init_U40_random_vec` should have a snake case name such as `init_u40_random_vec` Oct 15 07:29:48.671 INFO kablam! --> src/main.rs:171:1 Oct 15 07:29:48.671 INFO kablam! | Oct 15 07:29:48.671 INFO kablam! 171 | / fn init_U40_random_vec(n : usize) -> Vec{ Oct 15 07:29:48.671 INFO kablam! 172 | | let mut rng = rand::thread_rng(); Oct 15 07:29:48.671 INFO kablam! 173 | | let mut vec = Vec::new(); Oct 15 07:29:48.671 INFO kablam! 174 | | for _i in 0..n { Oct 15 07:29:48.671 INFO kablam! ... | Oct 15 07:29:48.671 INFO kablam! 177 | | vec Oct 15 07:29:48.671 INFO kablam! 178 | | } Oct 15 07:29:48.671 INFO kablam! | |_^ Oct 15 07:29:48.671 INFO kablam! | Oct 15 07:29:48.671 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:29:48.671 INFO kablam! Oct 15 07:29:50.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.17s Oct 15 07:29:50.268 INFO kablam! su: No module specific data is present Oct 15 07:29:51.138 INFO running `"docker" "rm" "-f" "9717ee2592a8f5c15bd40b7ee54c1223a609284e219745febde6f38322b133e1"` Oct 15 07:29:51.432 INFO blam! 9717ee2592a8f5c15bd40b7ee54c1223a609284e219745febde6f38322b133e1 Oct 15 07:29:51.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 07:29:51.873 INFO blam! c80ec8d65ccd8994342697cf269f53b112f393e3612d1a4a4f6985ea5deb3cf7 Oct 15 07:29:51.874 INFO running `"docker" "start" "-a" "c80ec8d65ccd8994342697cf269f53b112f393e3612d1a4a4f6985ea5deb3cf7"` Oct 15 07:29:53.143 INFO kablam! usermod: no changes Oct 15 07:29:53.290 INFO kablam! Compiling integer-compression v0.1.0 (/source) Oct 15 07:29:54.299 INFO kablam! warning: unused variable: `buffer` Oct 15 07:29:54.299 INFO kablam! --> examples/utxo.rs:14:13 Oct 15 07:29:54.299 INFO kablam! | Oct 15 07:29:54.299 INFO kablam! 14 | let mut buffer = String::new(); Oct 15 07:29:54.299 INFO kablam! | ^^^^^^ help: consider using `_buffer` instead Oct 15 07:29:54.299 INFO kablam! | Oct 15 07:29:54.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:29:54.299 INFO kablam! Oct 15 07:29:54.315 INFO kablam! warning: variable does not need to be mutable Oct 15 07:29:54.315 INFO kablam! --> examples/utxo.rs:14:9 Oct 15 07:29:54.315 INFO kablam! | Oct 15 07:29:54.315 INFO kablam! 14 | let mut buffer = String::new(); Oct 15 07:29:54.315 INFO kablam! | ----^^^^^^ Oct 15 07:29:54.315 INFO kablam! | | Oct 15 07:29:54.315 INFO kablam! | help: remove this `mut` Oct 15 07:29:54.315 INFO kablam! | Oct 15 07:29:54.315 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:29:54.315 INFO kablam! Oct 15 07:29:55.975 INFO kablam! warning: unused import: `std::cmp::Ordering` Oct 15 07:29:55.975 INFO kablam! --> src/main.rs:8:5 Oct 15 07:29:55.975 INFO kablam! | Oct 15 07:29:55.975 INFO kablam! 8 | use std::cmp::Ordering; Oct 15 07:29:55.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 07:29:55.975 INFO kablam! | Oct 15 07:29:55.975 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:29:55.975 INFO kablam! Oct 15 07:29:56.450 INFO kablam! warning: function `init_U40_random_vec` should have a snake case name such as `init_u40_random_vec` Oct 15 07:29:56.451 INFO kablam! --> src/main.rs:171:1 Oct 15 07:29:56.451 INFO kablam! | Oct 15 07:29:56.451 INFO kablam! 171 | / fn init_U40_random_vec(n : usize) -> Vec{ Oct 15 07:29:56.451 INFO kablam! 172 | | let mut rng = rand::thread_rng(); Oct 15 07:29:56.452 INFO kablam! 173 | | let mut vec = Vec::new(); Oct 15 07:29:56.452 INFO kablam! 174 | | for _i in 0..n { Oct 15 07:29:56.453 INFO kablam! ... | Oct 15 07:29:56.453 INFO kablam! 177 | | vec Oct 15 07:29:56.454 INFO kablam! 178 | | } Oct 15 07:29:56.454 INFO kablam! | |_^ Oct 15 07:29:56.454 INFO kablam! | Oct 15 07:29:56.454 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 07:29:56.455 INFO kablam! Oct 15 07:29:56.455 INFO kablam! warning: function `test_U40` should have a snake case name such as `test_u40` Oct 15 07:29:56.455 INFO kablam! --> src/main.rs:189:5 Oct 15 07:29:56.456 INFO kablam! | Oct 15 07:29:56.456 INFO kablam! 189 | / fn test_U40() { Oct 15 07:29:56.456 INFO kablam! 190 | | Oct 15 07:29:56.456 INFO kablam! 191 | | assert_eq!(5, mem::size_of::()); Oct 15 07:29:56.457 INFO kablam! 192 | | Oct 15 07:29:56.457 INFO kablam! ... | Oct 15 07:29:56.457 INFO kablam! 219 | | assert_eq!(set.len(),100); Oct 15 07:29:56.457 INFO kablam! 220 | | } Oct 15 07:29:56.458 INFO kablam! | |_____^ Oct 15 07:29:56.458 INFO kablam! Oct 15 07:29:57.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.50s Oct 15 07:29:57.711 INFO kablam! su: No module specific data is present Oct 15 07:29:58.267 INFO running `"docker" "rm" "-f" "c80ec8d65ccd8994342697cf269f53b112f393e3612d1a4a4f6985ea5deb3cf7"` Oct 15 07:29:58.535 INFO blam! c80ec8d65ccd8994342697cf269f53b112f393e3612d1a4a4f6985ea5deb3cf7 Oct 15 07:29:58.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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" "-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 07:29:58.918 INFO blam! 2337f8cec8911ff1e4eacbec56aad5941a1b333368bccd8f4ff0e288e9cd237e Oct 15 07:29:58.923 INFO running `"docker" "start" "-a" "2337f8cec8911ff1e4eacbec56aad5941a1b333368bccd8f4ff0e288e9cd237e"` Oct 15 07:29:59.999 INFO kablam! usermod: no changes Oct 15 07:30:00.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 07:30:00.107 INFO kablam! Running /target/debug/deps/integer_compression-ad0645b7e9c2ba1f Oct 15 07:30:00.107 INFO blam! Oct 15 07:30:00.107 INFO blam! running 1 test Oct 15 07:30:00.107 INFO blam! test test::test_U40 ... ok Oct 15 07:30:00.107 INFO blam! Oct 15 07:30:00.107 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:30:00.107 INFO blam! Oct 15 07:30:00.111 INFO kablam! su: No module specific data is present Oct 15 07:30:00.963 INFO running `"docker" "rm" "-f" "2337f8cec8911ff1e4eacbec56aad5941a1b333368bccd8f4ff0e288e9cd237e"` Oct 15 07:30:01.263 INFO blam! 2337f8cec8911ff1e4eacbec56aad5941a1b333368bccd8f4ff0e288e9cd237e