Oct 14 15:04:34.664 INFO testing kiorpesc/kk_osc_to_reaper against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:04:34.664 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 15:04:35.081 INFO blam! 53081c36c5e0c3e5fe5aac9c3d49640865e7156fb1dd298da941a9b1b0daf729 Oct 14 15:04:35.090 INFO running `"docker" "start" "-a" "53081c36c5e0c3e5fe5aac9c3d49640865e7156fb1dd298da941a9b1b0daf729"` Oct 14 15:04:36.278 INFO kablam! usermod: no changes Oct 14 15:04:36.369 INFO kablam! Compiling libc v0.2.34 Oct 14 15:04:36.369 INFO kablam! Compiling rosc v0.1.5 Oct 14 15:04:38.200 INFO kablam! Compiling memchr v2.0.1 Oct 14 15:04:38.763 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 15:04:39.827 INFO kablam! Compiling regex v0.2.3 Oct 14 15:04:48.212 INFO kablam! Compiling kk_osc_to_reaper v0.1.0 (/source) Oct 14 15:04:48.531 INFO kablam! warning: unused import: `regex::Regex` Oct 14 15:04:48.531 INFO kablam! --> src/main.rs:5:5 Oct 14 15:04:48.531 INFO kablam! | Oct 14 15:04:48.531 INFO kablam! 5 | use regex::Regex; Oct 14 15:04:48.531 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:04:48.531 INFO kablam! | Oct 14 15:04:48.531 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:04:48.531 INFO kablam! Oct 14 15:04:48.532 INFO kablam! warning: unused variable: `res1` Oct 14 15:04:48.532 INFO kablam! --> src/main.rs:73:9 Oct 14 15:04:48.532 INFO kablam! | Oct 14 15:04:48.532 INFO kablam! 73 | let res1 = thread1.join(); Oct 14 15:04:48.532 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 14 15:04:48.532 INFO kablam! | Oct 14 15:04:48.533 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:48.533 INFO kablam! Oct 14 15:04:48.533 INFO kablam! warning: unused variable: `res2` Oct 14 15:04:48.533 INFO kablam! --> src/main.rs:74:9 Oct 14 15:04:48.533 INFO kablam! | Oct 14 15:04:48.533 INFO kablam! 74 | let res2 = thread2.join(); Oct 14 15:04:48.533 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 14 15:04:48.533 INFO kablam! Oct 14 15:04:48.534 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 14 15:04:48.534 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:48.534 INFO kablam! | Oct 14 15:04:48.534 INFO kablam! 30 | struct osc_to_function { Oct 14 15:04:48.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:48.534 INFO kablam! | Oct 14 15:04:48.534 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:04:48.534 INFO kablam! Oct 14 15:04:48.534 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 14 15:04:48.534 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:48.534 INFO kablam! | Oct 14 15:04:48.534 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 14 15:04:48.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:48.534 INFO kablam! Oct 14 15:04:48.535 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 14 15:04:48.535 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:48.535 INFO kablam! | Oct 14 15:04:48.535 INFO kablam! 30 | / struct osc_to_function { Oct 14 15:04:48.535 INFO kablam! 31 | | match_string: String, Oct 14 15:04:48.535 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 14 15:04:48.535 INFO kablam! 33 | | } Oct 14 15:04:48.535 INFO kablam! | |_^ Oct 14 15:04:48.535 INFO kablam! | Oct 14 15:04:48.535 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:04:48.535 INFO kablam! Oct 14 15:04:48.535 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 14 15:04:48.535 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:48.535 INFO kablam! | Oct 14 15:04:48.535 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 14 15:04:48.535 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 14 15:04:48.535 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 14 15:04:48.535 INFO kablam! 38 | | } Oct 14 15:04:48.535 INFO kablam! | |_^ Oct 14 15:04:48.535 INFO kablam! Oct 14 15:04:49.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.27s Oct 14 15:04:49.572 INFO kablam! su: No module specific data is present Oct 14 15:04:50.712 INFO running `"docker" "rm" "-f" "53081c36c5e0c3e5fe5aac9c3d49640865e7156fb1dd298da941a9b1b0daf729"` Oct 14 15:04:51.035 INFO blam! 53081c36c5e0c3e5fe5aac9c3d49640865e7156fb1dd298da941a9b1b0daf729 Oct 14 15:04:51.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 15:04:51.587 INFO blam! d99af26fb31199f99e3749957d05c4bb0f5a062838ac6666dbba9976fd46c7f7 Oct 14 15:04:51.589 INFO running `"docker" "start" "-a" "d99af26fb31199f99e3749957d05c4bb0f5a062838ac6666dbba9976fd46c7f7"` Oct 14 15:04:52.703 INFO kablam! usermod: no changes Oct 14 15:04:52.795 INFO kablam! Compiling kk_osc_to_reaper v0.1.0 (/source) Oct 14 15:04:53.163 INFO kablam! warning: unused import: `regex::Regex` Oct 14 15:04:53.163 INFO kablam! --> src/main.rs:5:5 Oct 14 15:04:53.163 INFO kablam! | Oct 14 15:04:53.163 INFO kablam! 5 | use regex::Regex; Oct 14 15:04:53.163 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:04:53.163 INFO kablam! | Oct 14 15:04:53.163 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:04:53.163 INFO kablam! Oct 14 15:04:53.183 INFO kablam! warning: unused variable: `res1` Oct 14 15:04:53.183 INFO kablam! --> src/main.rs:73:9 Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! 73 | let res1 = thread1.join(); Oct 14 15:04:53.183 INFO kablam! | ^^^^ help: consider using `_res1` instead Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:53.183 INFO kablam! Oct 14 15:04:53.183 INFO kablam! warning: unused variable: `res2` Oct 14 15:04:53.183 INFO kablam! --> src/main.rs:74:9 Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! 74 | let res2 = thread2.join(); Oct 14 15:04:53.183 INFO kablam! | ^^^^ help: consider using `_res2` instead Oct 14 15:04:53.183 INFO kablam! Oct 14 15:04:53.183 INFO kablam! warning: struct is never constructed: `osc_to_function` Oct 14 15:04:53.183 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! 30 | struct osc_to_function { Oct 14 15:04:53.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:04:53.183 INFO kablam! Oct 14 15:04:53.183 INFO kablam! warning: struct is never constructed: `reaper_to_ableton_map` Oct 14 15:04:53.183 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! 35 | struct reaper_to_ableton_map { Oct 14 15:04:53.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:53.183 INFO kablam! Oct 14 15:04:53.183 INFO kablam! warning: type `osc_to_function` should have a camel case name such as `OscToFunction` Oct 14 15:04:53.183 INFO kablam! --> src/main.rs:30:1 Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! 30 | / struct osc_to_function { Oct 14 15:04:53.183 INFO kablam! 31 | | match_string: String, Oct 14 15:04:53.183 INFO kablam! 32 | | callback: fn(rosc::OscMessage) -> rosc::OscMessage, Oct 14 15:04:53.183 INFO kablam! 33 | | } Oct 14 15:04:53.183 INFO kablam! | |_^ Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 15:04:53.183 INFO kablam! Oct 14 15:04:53.183 INFO kablam! warning: type `reaper_to_ableton_map` should have a camel case name such as `ReaperToAbletonMap` Oct 14 15:04:53.183 INFO kablam! --> src/main.rs:35:1 Oct 14 15:04:53.183 INFO kablam! | Oct 14 15:04:53.183 INFO kablam! 35 | / struct reaper_to_ableton_map { Oct 14 15:04:53.183 INFO kablam! 36 | | // This struct contains regex patterns to match the address string against Oct 14 15:04:53.183 INFO kablam! 37 | | // when converting from reaper-speak to ableton-speak Oct 14 15:04:53.183 INFO kablam! 38 | | } Oct 14 15:04:53.183 INFO kablam! | |_^ Oct 14 15:04:53.183 INFO kablam! Oct 14 15:04:53.700 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 14 15:04:53.704 INFO kablam! su: No module specific data is present Oct 14 15:04:54.627 INFO running `"docker" "rm" "-f" "d99af26fb31199f99e3749957d05c4bb0f5a062838ac6666dbba9976fd46c7f7"` Oct 14 15:04:54.856 INFO blam! d99af26fb31199f99e3749957d05c4bb0f5a062838ac6666dbba9976fd46c7f7 Oct 14 15:04:54.871 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 15:04:55.312 INFO blam! e38d4ae4926e436738617da1d979ec8669acc6b9df8fabefccb0a7960e6b1d5a Oct 14 15:04:55.323 INFO running `"docker" "start" "-a" "e38d4ae4926e436738617da1d979ec8669acc6b9df8fabefccb0a7960e6b1d5a"` Oct 14 15:04:56.847 INFO kablam! usermod: no changes Oct 14 15:04:56.955 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 15:04:56.975 INFO kablam! Running /target/debug/deps/kk_osc_to_reaper-cd45a9f37ed446b0 Oct 14 15:04:56.975 INFO blam! Oct 14 15:04:56.975 INFO blam! running 0 tests Oct 14 15:04:56.975 INFO blam! Oct 14 15:04:56.975 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:04:56.975 INFO blam! Oct 14 15:04:56.976 INFO kablam! su: No module specific data is present Oct 14 15:04:58.083 INFO running `"docker" "rm" "-f" "e38d4ae4926e436738617da1d979ec8669acc6b9df8fabefccb0a7960e6b1d5a"` Oct 14 15:04:58.371 INFO blam! e38d4ae4926e436738617da1d979ec8669acc6b9df8fabefccb0a7960e6b1d5a