Oct 15 00:42:05.422 INFO testing clinuxrulz/sodium-rust-push-pull against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:42:05.422 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 00:42:05.877 INFO blam! 949ab93c8449a48a1c5d468ef17d7541ef5f385fea33b9d2cfc164155a2c65b3 Oct 15 00:42:05.891 INFO running `"docker" "start" "-a" "949ab93c8449a48a1c5d468ef17d7541ef5f385fea33b9d2cfc164155a2c65b3"` Oct 15 00:42:06.918 INFO kablam! usermod: no changes Oct 15 00:42:06.989 INFO kablam! Compiling sodium-rust-push-pull v0.1.0 (/source) Oct 15 00:42:07.386 INFO kablam! warning: unused macro definition Oct 15 00:42:07.386 INFO kablam! --> src/sodium/impl_/lambda.rs:26:1 Oct 15 00:42:07.386 INFO kablam! | Oct 15 00:42:07.386 INFO kablam! 26 | / macro_rules! lambda { Oct 15 00:42:07.387 INFO kablam! 27 | | ($f:expr) => {{ Oct 15 00:42:07.392 INFO kablam! 28 | | Lambda::new(Box::new($f), Vec::new()) Oct 15 00:42:07.392 INFO kablam! 29 | | }}; Oct 15 00:42:07.392 INFO kablam! ... | Oct 15 00:42:07.393 INFO kablam! 32 | | }} Oct 15 00:42:07.393 INFO kablam! 33 | | } Oct 15 00:42:07.393 INFO kablam! | |_^ Oct 15 00:42:07.393 INFO kablam! | Oct 15 00:42:07.394 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 00:42:07.394 INFO kablam! Oct 15 00:42:07.394 INFO kablam! warning: unused import: `sodium::gc::Finalize` Oct 15 00:42:07.395 INFO kablam! --> src/sodium/impl_/listener.rs:2:5 Oct 15 00:42:07.395 INFO kablam! | Oct 15 00:42:07.395 INFO kablam! 2 | use sodium::gc::Finalize; Oct 15 00:42:07.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:42:07.396 INFO kablam! | Oct 15 00:42:07.396 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:42:07.397 INFO kablam! Oct 15 00:42:07.397 INFO kablam! warning: unused import: `sodium::gc::GcDep` Oct 15 00:42:07.397 INFO kablam! --> src/sodium/impl_/listener.rs:4:5 Oct 15 00:42:07.397 INFO kablam! | Oct 15 00:42:07.398 INFO kablam! 4 | use sodium::gc::GcDep; Oct 15 00:42:07.398 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:42:07.398 INFO kablam! Oct 15 00:42:07.399 INFO kablam! warning: unused import: `sodium::gc::Trace` Oct 15 00:42:07.399 INFO kablam! --> src/sodium/impl_/listener.rs:5:5 Oct 15 00:42:07.399 INFO kablam! | Oct 15 00:42:07.399 INFO kablam! 5 | use sodium::gc::Trace; Oct 15 00:42:07.400 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:42:07.400 INFO kablam! Oct 15 00:42:07.400 INFO kablam! warning: unused import: `sodium::SodiumCtx` Oct 15 00:42:07.401 INFO kablam! --> src/sodium/stream.rs:3:5 Oct 15 00:42:07.401 INFO kablam! | Oct 15 00:42:07.401 INFO kablam! 3 | use sodium::SodiumCtx; Oct 15 00:42:07.402 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:42:07.402 INFO kablam! Oct 15 00:42:07.667 INFO kablam! warning: unused variable: `f` Oct 15 00:42:07.668 INFO kablam! --> src/sodium/impl_/gc.rs:220:21 Oct 15 00:42:07.668 INFO kablam! | Oct 15 00:42:07.668 INFO kablam! 220 | fn trace(&self, f: &mut FnMut(&GcDep)) {} Oct 15 00:42:07.669 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:42:07.669 INFO kablam! | Oct 15 00:42:07.669 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:42:07.669 INFO kablam! Oct 15 00:42:07.670 INFO kablam! warning: unused variable: `f` Oct 15 00:42:07.670 INFO kablam! --> src/sodium/impl_/gc.rs:224:21 Oct 15 00:42:07.670 INFO kablam! | Oct 15 00:42:07.671 INFO kablam! 224 | fn trace(&self, f: &mut FnMut(&GcDep)) {} Oct 15 00:42:07.671 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:42:07.671 INFO kablam! Oct 15 00:42:07.672 INFO kablam! warning: unused variable: `f` Oct 15 00:42:07.672 INFO kablam! --> src/sodium/impl_/gc.rs:228:21 Oct 15 00:42:07.672 INFO kablam! | Oct 15 00:42:07.673 INFO kablam! 228 | fn trace(&self, f: &mut FnMut(&GcDep)) {} Oct 15 00:42:07.673 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:42:07.673 INFO kablam! Oct 15 00:42:07.674 INFO kablam! warning: unused variable: `sodium_ctx2` Oct 15 00:42:07.674 INFO kablam! --> src/sodium/impl_/stream_sink.rs:49:13 Oct 15 00:42:07.674 INFO kablam! | Oct 15 00:42:07.675 INFO kablam! 49 | let sodium_ctx2 = sodium_ctx.clone(); Oct 15 00:42:07.675 INFO kablam! | ^^^^^^^^^^^ help: consider using `_sodium_ctx2` instead Oct 15 00:42:07.676 INFO kablam! Oct 15 00:42:07.795 INFO kablam! warning: unnecessary `unsafe` block Oct 15 00:42:07.795 INFO kablam! --> src/sodium/impl_/gc.rs:355:9 Oct 15 00:42:07.795 INFO kablam! | Oct 15 00:42:07.795 INFO kablam! 355 | unsafe { self.cell.into_inner() } Oct 15 00:42:07.795 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 00:42:07.795 INFO kablam! | Oct 15 00:42:07.795 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 15 00:42:07.795 INFO kablam! Oct 15 00:42:08.847 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.90s Oct 15 00:42:08.857 INFO kablam! su: No module specific data is present Oct 15 00:42:09.475 INFO running `"docker" "rm" "-f" "949ab93c8449a48a1c5d468ef17d7541ef5f385fea33b9d2cfc164155a2c65b3"` Oct 15 00:42:09.749 INFO blam! 949ab93c8449a48a1c5d468ef17d7541ef5f385fea33b9d2cfc164155a2c65b3 Oct 15 00:42:09.755 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 00:42:10.143 INFO blam! 7c627c183596da68d2987fcaae9d37a7bc2e2d5242dcac84b4af64bd2803ceec Oct 15 00:42:10.147 INFO running `"docker" "start" "-a" "7c627c183596da68d2987fcaae9d37a7bc2e2d5242dcac84b4af64bd2803ceec"` Oct 15 00:42:11.310 INFO kablam! usermod: no changes Oct 15 00:42:11.361 INFO kablam! Compiling sodium-rust-push-pull v0.1.0 (/source) Oct 15 00:42:11.787 INFO kablam! warning: unused macro definition Oct 15 00:42:11.787 INFO kablam! --> src/sodium/impl_/lambda.rs:26:1 Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! 26 | / macro_rules! lambda { Oct 15 00:42:11.787 INFO kablam! 27 | | ($f:expr) => {{ Oct 15 00:42:11.787 INFO kablam! 28 | | Lambda::new(Box::new($f), Vec::new()) Oct 15 00:42:11.787 INFO kablam! 29 | | }}; Oct 15 00:42:11.787 INFO kablam! ... | Oct 15 00:42:11.787 INFO kablam! 32 | | }} Oct 15 00:42:11.787 INFO kablam! 33 | | } Oct 15 00:42:11.787 INFO kablam! | |_^ Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 00:42:11.787 INFO kablam! Oct 15 00:42:11.787 INFO kablam! warning: unused import: `sodium::gc::Finalize` Oct 15 00:42:11.787 INFO kablam! --> src/sodium/impl_/listener.rs:2:5 Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! 2 | use sodium::gc::Finalize; Oct 15 00:42:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 00:42:11.787 INFO kablam! Oct 15 00:42:11.787 INFO kablam! warning: unused import: `sodium::gc::GcDep` Oct 15 00:42:11.787 INFO kablam! --> src/sodium/impl_/listener.rs:4:5 Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! 4 | use sodium::gc::GcDep; Oct 15 00:42:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:42:11.787 INFO kablam! Oct 15 00:42:11.787 INFO kablam! warning: unused import: `sodium::gc::Trace` Oct 15 00:42:11.787 INFO kablam! --> src/sodium/impl_/listener.rs:5:5 Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! 5 | use sodium::gc::Trace; Oct 15 00:42:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:42:11.787 INFO kablam! Oct 15 00:42:11.787 INFO kablam! warning: unused import: `sodium::SodiumCtx` Oct 15 00:42:11.787 INFO kablam! --> src/sodium/stream.rs:3:5 Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! 3 | use sodium::SodiumCtx; Oct 15 00:42:11.787 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:42:11.787 INFO kablam! Oct 15 00:42:11.787 INFO kablam! warning: unused import: `sodium::Cell` Oct 15 00:42:11.787 INFO kablam! --> src/tests/cell_test.rs:1:5 Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! 1 | use sodium::Cell; Oct 15 00:42:11.787 INFO kablam! | ^^^^^^^^^^^^ Oct 15 00:42:11.787 INFO kablam! Oct 15 00:42:11.787 INFO kablam! warning: unused import: `sodium::CellSink` Oct 15 00:42:11.787 INFO kablam! --> src/tests/cell_test.rs:2:5 Oct 15 00:42:11.787 INFO kablam! | Oct 15 00:42:11.787 INFO kablam! 2 | use sodium::CellSink; Oct 15 00:42:11.788 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 15 00:42:11.788 INFO kablam! Oct 15 00:42:12.094 INFO kablam! warning: unused variable: `f` Oct 15 00:42:12.094 INFO kablam! --> src/sodium/impl_/gc.rs:220:21 Oct 15 00:42:12.094 INFO kablam! | Oct 15 00:42:12.094 INFO kablam! 220 | fn trace(&self, f: &mut FnMut(&GcDep)) {} Oct 15 00:42:12.094 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:42:12.094 INFO kablam! | Oct 15 00:42:12.094 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 00:42:12.094 INFO kablam! Oct 15 00:42:12.094 INFO kablam! warning: unused variable: `f` Oct 15 00:42:12.094 INFO kablam! --> src/sodium/impl_/gc.rs:224:21 Oct 15 00:42:12.094 INFO kablam! | Oct 15 00:42:12.094 INFO kablam! 224 | fn trace(&self, f: &mut FnMut(&GcDep)) {} Oct 15 00:42:12.094 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:42:12.094 INFO kablam! Oct 15 00:42:12.094 INFO kablam! warning: unused variable: `f` Oct 15 00:42:12.094 INFO kablam! --> src/sodium/impl_/gc.rs:228:21 Oct 15 00:42:12.094 INFO kablam! | Oct 15 00:42:12.094 INFO kablam! 228 | fn trace(&self, f: &mut FnMut(&GcDep)) {} Oct 15 00:42:12.094 INFO kablam! | ^ help: consider using `_f` instead Oct 15 00:42:12.094 INFO kablam! Oct 15 00:42:12.094 INFO kablam! warning: unused variable: `sodium_ctx2` Oct 15 00:42:12.094 INFO kablam! --> src/sodium/impl_/stream_sink.rs:49:13 Oct 15 00:42:12.094 INFO kablam! | Oct 15 00:42:12.094 INFO kablam! 49 | let sodium_ctx2 = sodium_ctx.clone(); Oct 15 00:42:12.094 INFO kablam! | ^^^^^^^^^^^ help: consider using `_sodium_ctx2` instead Oct 15 00:42:12.094 INFO kablam! Oct 15 00:42:12.228 INFO kablam! warning: unnecessary `unsafe` block Oct 15 00:42:12.228 INFO kablam! --> src/sodium/impl_/gc.rs:355:9 Oct 15 00:42:12.228 INFO kablam! | Oct 15 00:42:12.228 INFO kablam! 355 | unsafe { self.cell.into_inner() } Oct 15 00:42:12.228 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 00:42:12.228 INFO kablam! | Oct 15 00:42:12.228 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 15 00:42:12.228 INFO kablam! Oct 15 00:42:14.109 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.77s Oct 15 00:42:14.111 INFO kablam! su: No module specific data is present Oct 15 00:42:14.851 INFO running `"docker" "rm" "-f" "7c627c183596da68d2987fcaae9d37a7bc2e2d5242dcac84b4af64bd2803ceec"` Oct 15 00:42:15.149 INFO blam! 7c627c183596da68d2987fcaae9d37a7bc2e2d5242dcac84b4af64bd2803ceec Oct 15 00:42:15.157 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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" "-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 00:42:15.783 INFO blam! 91c4b3c3117b963bab02a9598e028cf18b2f555cf8d26191ffd4a3e419388ece Oct 15 00:42:15.786 INFO running `"docker" "start" "-a" "91c4b3c3117b963bab02a9598e028cf18b2f555cf8d26191ffd4a3e419388ece"` Oct 15 00:42:16.859 INFO kablam! usermod: no changes Oct 15 00:42:16.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 00:42:16.912 INFO kablam! Running /target/debug/deps/sodium_rust_push_pull-599e21878ec1f65c Oct 15 00:42:16.931 INFO kablam! Doc-tests sodium-rust-push-pull Oct 15 00:42:16.931 INFO blam! Oct 15 00:42:16.931 INFO blam! running 1 test Oct 15 00:42:16.931 INFO blam! test tests::cell_test::map_c ... ok Oct 15 00:42:16.931 INFO blam! Oct 15 00:42:16.931 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:42:16.931 INFO blam! Oct 15 00:42:17.489 INFO blam! Oct 15 00:42:17.489 INFO blam! running 0 tests Oct 15 00:42:17.489 INFO blam! Oct 15 00:42:17.489 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:42:17.489 INFO blam! Oct 15 00:42:17.497 INFO kablam! su: No module specific data is present Oct 15 00:42:18.275 INFO running `"docker" "rm" "-f" "91c4b3c3117b963bab02a9598e028cf18b2f555cf8d26191ffd4a3e419388ece"` Oct 15 00:42:18.539 INFO blam! 91c4b3c3117b963bab02a9598e028cf18b2f555cf8d26191ffd4a3e419388ece