Oct 10 22:40:53.884 INFO testing geirmundsimonsen/rust-osc against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:40:53.885 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:40:53.886 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:40:54.390 INFO blam! 696cb28a5ab35bd6d2d523610115eb3627dd3fbcf297d11a33f373e0fdd24530 Oct 10 22:40:54.392 INFO running `"docker" "start" "-a" "696cb28a5ab35bd6d2d523610115eb3627dd3fbcf297d11a33f373e0fdd24530"` Oct 10 22:40:56.012 INFO kablam! usermod: no changes Oct 10 22:40:56.076 INFO kablam! Compiling osc2 v0.1.0 (/source) Oct 10 22:40:56.310 INFO kablam! warning: unused variable: `argNo` Oct 10 22:40:56.310 INFO kablam! --> src/lib.rs:108:16 Oct 10 22:40:56.310 INFO kablam! | Oct 10 22:40:56.310 INFO kablam! 108 | pub fn change(argNo: u32) { Oct 10 22:40:56.310 INFO kablam! | ^^^^^ help: consider using `_argNo` instead Oct 10 22:40:56.310 INFO kablam! | Oct 10 22:40:56.310 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:40:56.310 INFO kablam! Oct 10 22:40:56.310 INFO kablam! warning: unused variable: `argNo` Oct 10 22:40:56.310 INFO kablam! --> src/lib.rs:112:16 Oct 10 22:40:56.310 INFO kablam! | Oct 10 22:40:56.310 INFO kablam! 112 | pub fn remove(argNo: u32) { Oct 10 22:40:56.310 INFO kablam! | ^^^^^ help: consider using `_argNo` instead Oct 10 22:40:56.310 INFO kablam! Oct 10 22:40:56.310 INFO kablam! warning: unused variable: `address` Oct 10 22:40:56.310 INFO kablam! --> src/lib.rs:120:17 Oct 10 22:40:56.310 INFO kablam! | Oct 10 22:40:56.310 INFO kablam! 120 | pub fn address(address: &str) { Oct 10 22:40:56.310 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 10 22:40:56.310 INFO kablam! Oct 10 22:40:56.324 INFO kablam! warning: variable `argNo` should have a snake case name such as `arg_no` Oct 10 22:40:56.324 INFO kablam! --> src/lib.rs:108:16 Oct 10 22:40:56.324 INFO kablam! | Oct 10 22:40:56.324 INFO kablam! 108 | pub fn change(argNo: u32) { Oct 10 22:40:56.324 INFO kablam! | ^^^^^ Oct 10 22:40:56.324 INFO kablam! | Oct 10 22:40:56.324 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:40:56.324 INFO kablam! Oct 10 22:40:56.324 INFO kablam! warning: variable `argNo` should have a snake case name such as `arg_no` Oct 10 22:40:56.324 INFO kablam! --> src/lib.rs:112:16 Oct 10 22:40:56.324 INFO kablam! | Oct 10 22:40:56.324 INFO kablam! 112 | pub fn remove(argNo: u32) { Oct 10 22:40:56.324 INFO kablam! | ^^^^^ Oct 10 22:40:56.324 INFO kablam! Oct 10 22:40:56.324 INFO kablam! warning: method `removeAll` should have a snake case name such as `remove_all` Oct 10 22:40:56.324 INFO kablam! --> src/lib.rs:116:2 Oct 10 22:40:56.324 INFO kablam! | Oct 10 22:40:56.324 INFO kablam! 116 | pub fn removeAll() { Oct 10 22:40:56.324 INFO kablam! | _____^ Oct 10 22:40:56.324 INFO kablam! 117 | | Oct 10 22:40:56.324 INFO kablam! 118 | | } Oct 10 22:40:56.324 INFO kablam! | |_____^ Oct 10 22:40:56.324 INFO kablam! Oct 10 22:40:56.912 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 22:40:56.913 INFO kablam! --> src/main.rs:14:2 Oct 10 22:40:56.914 INFO kablam! | Oct 10 22:40:56.914 INFO kablam! 14 | socket.send_to(msg.get_bytes(), "127.0.0.1:57120"); Oct 10 22:40:56.915 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:40:56.915 INFO kablam! | Oct 10 22:40:56.916 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 22:40:56.916 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 22:40:56.917 INFO kablam! Oct 10 22:40:57.415 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 10 22:40:57.417 INFO kablam! su: No module specific data is present Oct 10 22:40:58.316 INFO running `"docker" "rm" "-f" "696cb28a5ab35bd6d2d523610115eb3627dd3fbcf297d11a33f373e0fdd24530"` Oct 10 22:40:58.533 INFO blam! 696cb28a5ab35bd6d2d523610115eb3627dd3fbcf297d11a33f373e0fdd24530 Oct 10 22:40:58.540 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:40:58.540 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:40:58.900 INFO blam! 38debfe028861e609ec94f8ab36cb60249962630bdfda392d62d5540f867c048 Oct 10 22:40:58.902 INFO running `"docker" "start" "-a" "38debfe028861e609ec94f8ab36cb60249962630bdfda392d62d5540f867c048"` Oct 10 22:40:59.523 INFO kablam! usermod: no changes Oct 10 22:40:59.564 INFO kablam! Compiling osc2 v0.1.0 (/source) Oct 10 22:40:59.718 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 22:40:59.718 INFO kablam! --> src/main.rs:14:2 Oct 10 22:40:59.720 INFO kablam! | Oct 10 22:40:59.720 INFO kablam! 14 | socket.send_to(msg.get_bytes(), "127.0.0.1:57120"); Oct 10 22:40:59.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:40:59.720 INFO kablam! | Oct 10 22:40:59.720 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 22:40:59.720 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 22:40:59.720 INFO kablam! Oct 10 22:40:59.752 INFO kablam! warning: unused variable: `argNo` Oct 10 22:40:59.752 INFO kablam! --> src/lib.rs:108:16 Oct 10 22:40:59.752 INFO kablam! | Oct 10 22:40:59.752 INFO kablam! 108 | pub fn change(argNo: u32) { Oct 10 22:40:59.752 INFO kablam! | ^^^^^ help: consider using `_argNo` instead Oct 10 22:40:59.752 INFO kablam! | Oct 10 22:40:59.752 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:40:59.752 INFO kablam! Oct 10 22:40:59.752 INFO kablam! warning: unused variable: `argNo` Oct 10 22:40:59.752 INFO kablam! --> src/lib.rs:112:16 Oct 10 22:40:59.752 INFO kablam! | Oct 10 22:40:59.752 INFO kablam! 112 | pub fn remove(argNo: u32) { Oct 10 22:40:59.752 INFO kablam! | ^^^^^ help: consider using `_argNo` instead Oct 10 22:40:59.752 INFO kablam! Oct 10 22:40:59.752 INFO kablam! warning: unused variable: `address` Oct 10 22:40:59.752 INFO kablam! --> src/lib.rs:120:17 Oct 10 22:40:59.752 INFO kablam! | Oct 10 22:40:59.752 INFO kablam! 120 | pub fn address(address: &str) { Oct 10 22:40:59.752 INFO kablam! | ^^^^^^^ help: consider using `_address` instead Oct 10 22:40:59.752 INFO kablam! Oct 10 22:40:59.772 INFO kablam! warning: variable `argNo` should have a snake case name such as `arg_no` Oct 10 22:40:59.772 INFO kablam! --> src/lib.rs:108:16 Oct 10 22:40:59.772 INFO kablam! | Oct 10 22:40:59.772 INFO kablam! 108 | pub fn change(argNo: u32) { Oct 10 22:40:59.772 INFO kablam! | ^^^^^ Oct 10 22:40:59.772 INFO kablam! | Oct 10 22:40:59.772 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 22:40:59.772 INFO kablam! Oct 10 22:40:59.772 INFO kablam! warning: variable `argNo` should have a snake case name such as `arg_no` Oct 10 22:40:59.772 INFO kablam! --> src/lib.rs:112:16 Oct 10 22:40:59.772 INFO kablam! | Oct 10 22:40:59.772 INFO kablam! 112 | pub fn remove(argNo: u32) { Oct 10 22:40:59.772 INFO kablam! | ^^^^^ Oct 10 22:40:59.772 INFO kablam! Oct 10 22:40:59.772 INFO kablam! warning: method `removeAll` should have a snake case name such as `remove_all` Oct 10 22:40:59.772 INFO kablam! --> src/lib.rs:116:2 Oct 10 22:40:59.772 INFO kablam! | Oct 10 22:40:59.772 INFO kablam! 116 | pub fn removeAll() { Oct 10 22:40:59.772 INFO kablam! | _____^ Oct 10 22:40:59.772 INFO kablam! 117 | | Oct 10 22:40:59.772 INFO kablam! 118 | | } Oct 10 22:40:59.773 INFO kablam! | |_____^ Oct 10 22:40:59.773 INFO kablam! Oct 10 22:41:00.214 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 10 22:41:00.217 INFO kablam! su: No module specific data is present Oct 10 22:41:00.745 INFO running `"docker" "rm" "-f" "38debfe028861e609ec94f8ab36cb60249962630bdfda392d62d5540f867c048"` Oct 10 22:41:00.972 INFO blam! 38debfe028861e609ec94f8ab36cb60249962630bdfda392d62d5540f867c048 Oct 10 22:41:00.977 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:41:00.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:41:01.275 INFO blam! c7787c9f5b93228e1397805509356b477dd39b4e3dcc34b3ada96dbe65a7e1dc Oct 10 22:41:01.284 INFO running `"docker" "start" "-a" "c7787c9f5b93228e1397805509356b477dd39b4e3dcc34b3ada96dbe65a7e1dc"` Oct 10 22:41:02.244 INFO kablam! usermod: no changes Oct 10 22:41:02.294 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 22:41:02.294 INFO kablam! Running /target/debug/deps/osc2-67a4f1c8729f1aec Oct 10 22:41:02.307 INFO blam! Oct 10 22:41:02.307 INFO blam! running 0 tests Oct 10 22:41:02.307 INFO blam! Oct 10 22:41:02.307 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:41:02.307 INFO blam! Oct 10 22:41:02.316 INFO blam! Oct 10 22:41:02.316 INFO kablam! Running /target/debug/deps/osc2-9cc4b5254477d1f3 Oct 10 22:41:02.316 INFO blam! running 0 tests Oct 10 22:41:02.316 INFO kablam! Doc-tests osc2 Oct 10 22:41:02.316 INFO blam! Oct 10 22:41:02.316 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:41:02.316 INFO blam! Oct 10 22:41:02.500 INFO blam! Oct 10 22:41:02.500 INFO blam! running 0 tests Oct 10 22:41:02.500 INFO blam! Oct 10 22:41:02.500 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:41:02.500 INFO blam! Oct 10 22:41:02.508 INFO kablam! su: No module specific data is present Oct 10 22:41:03.326 INFO running `"docker" "rm" "-f" "c7787c9f5b93228e1397805509356b477dd39b4e3dcc34b3ada96dbe65a7e1dc"` Oct 10 22:41:03.724 INFO blam! c7787c9f5b93228e1397805509356b477dd39b4e3dcc34b3ada96dbe65a7e1dc