Oct 14 19:10:22.002 INFO testing hamez0r/redis_play against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:10:22.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 19:10:22.419 INFO blam! e6ca07e8addef6f097ff9554d20999cb47cc1f40c7015debc7e206a32f006d69 Oct 14 19:10:22.422 INFO running `"docker" "start" "-a" "e6ca07e8addef6f097ff9554d20999cb47cc1f40c7015debc7e206a32f006d69"` Oct 14 19:10:23.551 INFO kablam! usermod: no changes Oct 14 19:10:23.643 INFO kablam! Compiling redis v0.8.0 Oct 14 19:10:29.256 INFO kablam! Compiling redis v0.1.0 (/source) Oct 14 19:10:29.667 INFO kablam! warning: unused import: `Duration` Oct 14 19:10:29.668 INFO kablam! --> src/main.rs:2:17 Oct 14 19:10:29.669 INFO kablam! | Oct 14 19:10:29.669 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 14 19:10:29.670 INFO kablam! | ^^^^^^^^ Oct 14 19:10:29.671 INFO kablam! | Oct 14 19:10:29.671 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:10:29.672 INFO kablam! Oct 14 19:10:29.672 INFO kablam! warning: unused import: `std::error::Error` Oct 14 19:10:29.673 INFO kablam! --> src/main.rs:3:5 Oct 14 19:10:29.674 INFO kablam! | Oct 14 19:10:29.674 INFO kablam! 3 | use std::error::Error; Oct 14 19:10:29.675 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:29.675 INFO kablam! Oct 14 19:10:29.676 INFO kablam! warning: unused imports: `RedisResult`, `transaction` Oct 14 19:10:29.677 INFO kablam! --> src/main.rs:4:13 Oct 14 19:10:29.679 INFO kablam! | Oct 14 19:10:29.679 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 14 19:10:29.679 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 19:10:29.679 INFO kablam! Oct 14 19:10:29.679 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 19:10:29.679 INFO kablam! --> src/main.rs:14:14 Oct 14 19:10:29.679 INFO kablam! | Oct 14 19:10:29.679 INFO kablam! 14 | for i in (0..1000000) { Oct 14 19:10:29.679 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:10:29.679 INFO kablam! | Oct 14 19:10:29.679 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:10:29.679 INFO kablam! Oct 14 19:10:29.720 INFO kablam! warning: unused import: `PipelineCommands` Oct 14 19:10:29.721 INFO kablam! --> src/main.rs:4:36 Oct 14 19:10:29.721 INFO kablam! | Oct 14 19:10:29.721 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 14 19:10:29.721 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 19:10:29.721 INFO kablam! Oct 14 19:10:30.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.14s Oct 14 19:10:30.713 INFO kablam! su: No module specific data is present Oct 14 19:10:32.173 INFO running `"docker" "rm" "-f" "e6ca07e8addef6f097ff9554d20999cb47cc1f40c7015debc7e206a32f006d69"` Oct 14 19:10:32.467 INFO blam! e6ca07e8addef6f097ff9554d20999cb47cc1f40c7015debc7e206a32f006d69 Oct 14 19:10:32.483 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 19:10:32.910 INFO blam! 4b693107a0205ec93596d028042d12b14460431e9ca910a9dc7495a5186c3b2d Oct 14 19:10:32.913 INFO running `"docker" "start" "-a" "4b693107a0205ec93596d028042d12b14460431e9ca910a9dc7495a5186c3b2d"` Oct 14 19:10:34.013 INFO kablam! usermod: no changes Oct 14 19:10:34.130 INFO kablam! Compiling redis v0.1.0 (/source) Oct 14 19:10:34.543 INFO kablam! warning: unused import: `Duration` Oct 14 19:10:34.543 INFO kablam! --> src/main.rs:2:17 Oct 14 19:10:34.543 INFO kablam! | Oct 14 19:10:34.543 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 14 19:10:34.543 INFO kablam! | ^^^^^^^^ Oct 14 19:10:34.543 INFO kablam! | Oct 14 19:10:34.543 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:10:34.543 INFO kablam! Oct 14 19:10:34.543 INFO kablam! warning: unused import: `std::error::Error` Oct 14 19:10:34.543 INFO kablam! --> src/main.rs:3:5 Oct 14 19:10:34.543 INFO kablam! | Oct 14 19:10:34.543 INFO kablam! 3 | use std::error::Error; Oct 14 19:10:34.543 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:34.543 INFO kablam! Oct 14 19:10:34.543 INFO kablam! warning: unused imports: `RedisResult`, `transaction` Oct 14 19:10:34.543 INFO kablam! --> src/main.rs:4:13 Oct 14 19:10:34.543 INFO kablam! | Oct 14 19:10:34.543 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 14 19:10:34.543 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 19:10:34.543 INFO kablam! Oct 14 19:10:34.543 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 19:10:34.543 INFO kablam! --> src/main.rs:14:14 Oct 14 19:10:34.543 INFO kablam! | Oct 14 19:10:34.543 INFO kablam! 14 | for i in (0..1000000) { Oct 14 19:10:34.543 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:10:34.543 INFO kablam! | Oct 14 19:10:34.543 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:10:34.543 INFO kablam! Oct 14 19:10:34.599 INFO kablam! warning: unused import: `PipelineCommands` Oct 14 19:10:34.599 INFO kablam! --> src/main.rs:4:36 Oct 14 19:10:34.599 INFO kablam! | Oct 14 19:10:34.599 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 14 19:10:34.599 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 19:10:34.599 INFO kablam! Oct 14 19:10:35.082 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 14 19:10:35.083 INFO kablam! su: No module specific data is present Oct 14 19:10:35.647 INFO running `"docker" "rm" "-f" "4b693107a0205ec93596d028042d12b14460431e9ca910a9dc7495a5186c3b2d"` Oct 14 19:10:36.015 INFO blam! 4b693107a0205ec93596d028042d12b14460431e9ca910a9dc7495a5186c3b2d Oct 14 19:10:36.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 14 19:10:36.568 INFO blam! 007c153dc050115a13c2ffb0c17cb3d8fa499ae9a32b0edadf6aa27386d81fba Oct 14 19:10:36.572 INFO running `"docker" "start" "-a" "007c153dc050115a13c2ffb0c17cb3d8fa499ae9a32b0edadf6aa27386d81fba"` Oct 14 19:10:38.254 INFO kablam! usermod: no changes Oct 14 19:10:38.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 19:10:38.359 INFO kablam! Running /target/debug/deps/redis-450079995b065667 Oct 14 19:10:38.367 INFO blam! Oct 14 19:10:38.367 INFO blam! running 0 tests Oct 14 19:10:38.367 INFO blam! Oct 14 19:10:38.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:10:38.367 INFO blam! Oct 14 19:10:38.368 INFO kablam! su: No module specific data is present Oct 14 19:10:39.063 INFO running `"docker" "rm" "-f" "007c153dc050115a13c2ffb0c17cb3d8fa499ae9a32b0edadf6aa27386d81fba"` Oct 14 19:10:39.197 INFO blam! 007c153dc050115a13c2ffb0c17cb3d8fa499ae9a32b0edadf6aa27386d81fba