Oct 15 00:09:19.972 INFO testing crisp-im/crisp-status-local against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 00:09:19.972 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:09:20.351 INFO blam! 80cc80f42dc35ac30f40bd3db1493a1e6cf29f6d34d1a2617f8305c551fde78d Oct 15 00:09:20.353 INFO running `"docker" "start" "-a" "80cc80f42dc35ac30f40bd3db1493a1e6cf29f6d34d1a2617f8305c551fde78d"` Oct 15 00:09:21.851 INFO kablam! usermod: no changes Oct 15 00:09:22.155 INFO kablam! Compiling serde v1.0.69 Oct 15 00:09:22.179 INFO kablam! Compiling openssl-sys v0.9.33 Oct 15 00:09:22.179 INFO kablam! Compiling want v0.0.4 Oct 15 00:09:22.179 INFO kablam! Compiling mio v0.6.14 Oct 15 00:09:22.179 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 00:09:22.179 INFO kablam! Compiling crossbeam-epoch v0.4.3 Oct 15 00:09:22.179 INFO kablam! Compiling clap v2.32.0 Oct 15 00:09:22.179 INFO kablam! Compiling tokio-io v0.1.7 Oct 15 00:09:25.422 INFO kablam! Compiling libflate v0.1.15 Oct 15 00:09:28.311 INFO kablam! Compiling serde_derive v1.0.69 Oct 15 00:09:28.343 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 15 00:09:28.364 INFO kablam! Compiling tokio-codec v0.1.0 Oct 15 00:09:29.991 INFO kablam! Compiling mime_guess v2.0.0-alpha.5 Oct 15 00:09:30.963 INFO kablam! Compiling tokio-threadpool v0.1.4 Oct 15 00:09:32.395 INFO kablam! Compiling openssl v0.9.24 Oct 15 00:09:38.579 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 15 00:09:41.270 INFO kablam! Compiling tokio-fs v0.1.1 Oct 15 00:09:42.446 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 15 00:09:42.446 INFO kablam! Compiling tokio-udp v0.1.1 Oct 15 00:09:45.464 INFO kablam! Compiling tokio v0.1.7 Oct 15 00:10:03.354 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 00:10:10.083 INFO kablam! Compiling native-tls v0.1.5 Oct 15 00:10:12.583 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 15 00:10:12.584 INFO kablam! Compiling serde_json v1.0.22 Oct 15 00:10:12.584 INFO kablam! Compiling toml v0.4.6 Oct 15 00:10:14.767 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 00:10:14.767 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 00:10:23.517 INFO kablam! Compiling hyper v0.11.27 Oct 15 00:10:32.939 INFO kablam! Compiling hyper-tls v0.1.3 Oct 15 00:10:34.338 INFO kablam! Compiling reqwest v0.8.6 Oct 15 00:10:43.271 INFO kablam! Compiling crisp-status-local v1.1.0 (/source) Oct 15 00:10:46.355 INFO kablam! warning: unused return value of `lazy_static::Deref::deref` which must be used Oct 15 00:10:46.355 INFO kablam! --> src/main.rs:71:5 Oct 15 00:10:46.355 INFO kablam! | Oct 15 00:10:46.355 INFO kablam! 71 | APP_ARGS.deref(); Oct 15 00:10:46.355 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:10:46.355 INFO kablam! | Oct 15 00:10:46.355 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:10:46.355 INFO kablam! Oct 15 00:10:46.355 INFO kablam! warning: unused return value of `lazy_static::Deref::deref` which must be used Oct 15 00:10:46.355 INFO kablam! --> src/main.rs:72:5 Oct 15 00:10:46.355 INFO kablam! | Oct 15 00:10:46.355 INFO kablam! 72 | APP_CONF.deref(); Oct 15 00:10:46.355 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:10:46.355 INFO kablam! Oct 15 00:10:46.355 INFO kablam! warning: unused return value of `lazy_static::Deref::deref` which must be used Oct 15 00:10:46.355 INFO kablam! --> src/main.rs:73:5 Oct 15 00:10:46.355 INFO kablam! | Oct 15 00:10:46.355 INFO kablam! 73 | REPORT_HTTP_CLIENT.deref(); Oct 15 00:10:46.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:10:46.355 INFO kablam! Oct 15 00:10:52.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 15 00:10:52.931 INFO kablam! su: No module specific data is present Oct 15 00:10:53.860 INFO running `"docker" "rm" "-f" "80cc80f42dc35ac30f40bd3db1493a1e6cf29f6d34d1a2617f8305c551fde78d"` Oct 15 00:10:54.148 INFO blam! 80cc80f42dc35ac30f40bd3db1493a1e6cf29f6d34d1a2617f8305c551fde78d Oct 15 00:10:54.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:10:54.563 INFO blam! 52634e134700ce289d95e2902b45b18b19d53d897896931fcd893b71f3de8a00 Oct 15 00:10:54.567 INFO running `"docker" "start" "-a" "52634e134700ce289d95e2902b45b18b19d53d897896931fcd893b71f3de8a00"` Oct 15 00:10:56.367 INFO kablam! usermod: no changes Oct 15 00:10:56.699 INFO kablam! Compiling crisp-status-local v1.1.0 (/source) Oct 15 00:10:59.911 INFO kablam! warning: unused return value of `lazy_static::Deref::deref` which must be used Oct 15 00:10:59.912 INFO kablam! --> src/main.rs:71:5 Oct 15 00:10:59.912 INFO kablam! | Oct 15 00:10:59.912 INFO kablam! 71 | APP_ARGS.deref(); Oct 15 00:10:59.913 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:10:59.913 INFO kablam! | Oct 15 00:10:59.913 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 00:10:59.913 INFO kablam! Oct 15 00:10:59.914 INFO kablam! warning: unused return value of `lazy_static::Deref::deref` which must be used Oct 15 00:10:59.914 INFO kablam! --> src/main.rs:72:5 Oct 15 00:10:59.914 INFO kablam! | Oct 15 00:10:59.915 INFO kablam! 72 | APP_CONF.deref(); Oct 15 00:10:59.915 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 00:10:59.915 INFO kablam! Oct 15 00:10:59.916 INFO kablam! warning: unused return value of `lazy_static::Deref::deref` which must be used Oct 15 00:10:59.916 INFO kablam! --> src/main.rs:73:5 Oct 15 00:10:59.916 INFO kablam! | Oct 15 00:10:59.917 INFO kablam! 73 | REPORT_HTTP_CLIENT.deref(); Oct 15 00:10:59.917 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 00:10:59.917 INFO kablam! Oct 15 00:11:00.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.18s Oct 15 00:11:00.597 INFO kablam! su: No module specific data is present Oct 15 00:11:01.679 INFO running `"docker" "rm" "-f" "52634e134700ce289d95e2902b45b18b19d53d897896931fcd893b71f3de8a00"` Oct 15 00:11:02.069 INFO blam! 52634e134700ce289d95e2902b45b18b19d53d897896931fcd893b71f3de8a00 Oct 15 00:11:02.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:11:02.464 INFO blam! 574b47f2cae648cfac162d73784669126b87d592d084e1b2045a0e2ac6e4ee04 Oct 15 00:11:02.466 INFO running `"docker" "start" "-a" "574b47f2cae648cfac162d73784669126b87d592d084e1b2045a0e2ac6e4ee04"` Oct 15 00:11:04.895 INFO kablam! usermod: no changes Oct 15 00:11:05.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 15 00:11:05.247 INFO kablam! Running /target/debug/deps/crisp_status_local-e4762b9f6106e987 Oct 15 00:11:05.251 INFO kablam! su: No module specific data is present Oct 15 00:11:05.251 INFO blam! Oct 15 00:11:05.251 INFO blam! running 0 tests Oct 15 00:11:05.251 INFO blam! Oct 15 00:11:05.251 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 00:11:05.251 INFO blam! Oct 15 00:11:06.459 INFO running `"docker" "rm" "-f" "574b47f2cae648cfac162d73784669126b87d592d084e1b2045a0e2ac6e4ee04"` Oct 15 00:11:06.871 INFO blam! 574b47f2cae648cfac162d73784669126b87d592d084e1b2045a0e2ac6e4ee04