Oct 26 19:39:16.707 INFO checking tezbridge/wasm-tzclient against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 19:39:16.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 26 19:39:17.223 INFO blam! bc8a4f7e48cde287982bb8ad5b8e85212ffc232865ef4c122d55596d229cc328 Oct 26 19:39:17.231 INFO running `"docker" "start" "-a" "bc8a4f7e48cde287982bb8ad5b8e85212ffc232865ef4c122d55596d229cc328"` Oct 26 19:39:18.782 INFO kablam! usermod: no changes Oct 26 19:39:18.950 INFO kablam! Compiling proc-macro2 v0.4.17 Oct 26 19:39:18.950 INFO kablam! Compiling serde v1.0.76 Oct 26 19:39:18.950 INFO kablam! Compiling wasm-bindgen-shared v0.2.22 Oct 26 19:39:18.959 INFO kablam! Compiling byteorder v1.2.6 Oct 26 19:39:18.971 INFO kablam! Compiling subtle v0.7.0 Oct 26 19:39:18.976 INFO kablam! Compiling wasm-bindgen v0.2.22 Oct 26 19:39:20.307 INFO kablam! Checking failure v0.1.2 Oct 26 19:39:20.464 INFO kablam! Compiling clear_on_drop v0.2.3 Oct 26 19:39:20.687 INFO kablam! Compiling log v0.4.5 Oct 26 19:39:22.907 INFO kablam! Compiling rand v0.5.5 Oct 26 19:39:22.907 INFO kablam! Compiling typenum v1.10.0 Oct 26 19:39:25.103 INFO kablam! Compiling ryu v0.2.6 Oct 26 19:39:25.231 INFO kablam! Compiling lazy_static v1.1.0 Oct 26 19:39:25.323 INFO kablam! Checking blake2 v0.7.1 Oct 26 19:39:30.612 INFO kablam! Compiling generic-array v0.9.0 Oct 26 19:39:33.079 INFO kablam! Compiling digest v0.7.5 Oct 26 19:39:39.699 INFO kablam! Compiling quote v0.6.8 Oct 26 19:39:39.955 INFO kablam! Compiling curve25519-dalek v0.19.0 Oct 26 19:39:43.617 INFO kablam! Compiling syn v0.14.9 Oct 26 19:39:43.617 INFO kablam! Compiling syn v0.15.6 Oct 26 19:39:51.316 INFO kablam! Checking ed25519-dalek v0.8.0 Oct 26 19:40:04.803 INFO kablam! Compiling serde_derive v1.0.76 Oct 26 19:40:06.807 INFO kablam! Compiling serde_json v1.0.26 Oct 26 19:40:41.652 INFO kablam! Compiling wasm-bindgen-backend v0.2.22 Oct 26 19:40:51.814 INFO kablam! Compiling wasm-bindgen-macro-support v0.2.22 Oct 26 19:40:58.375 INFO kablam! Compiling wasm-bindgen-macro v0.2.22 Oct 26 19:41:01.720 INFO kablam! Checking wasm-tzclient v0.1.0 (/source) Oct 26 19:41:02.331 INFO kablam! warning: unused `#[macro_use]` import Oct 26 19:41:02.332 INFO kablam! --> src/wasm/tzclient.rs:1:1 Oct 26 19:41:02.333 INFO kablam! | Oct 26 19:41:02.333 INFO kablam! 1 | #[macro_use] Oct 26 19:41:02.334 INFO kablam! | ^^^^^^^^^^^^ Oct 26 19:41:02.335 INFO kablam! | Oct 26 19:41:02.335 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:41:02.336 INFO kablam! Oct 26 19:41:02.336 INFO kablam! warning: unused imports: `Blake2b`, `Digest` Oct 26 19:41:02.337 INFO kablam! --> src/wasm/tzclient.rs:7:14 Oct 26 19:41:02.337 INFO kablam! | Oct 26 19:41:02.338 INFO kablam! 7 | use blake2::{Blake2b, Digest}; Oct 26 19:41:02.339 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 26 19:41:02.339 INFO kablam! Oct 26 19:41:02.340 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 26 19:41:02.343 INFO kablam! --> src/wasm/tzclient.rs:8:5 Oct 26 19:41:02.343 INFO kablam! | Oct 26 19:41:02.343 INFO kablam! 8 | use std::sync::Mutex; Oct 26 19:41:02.343 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:41:02.343 INFO kablam! Oct 26 19:41:02.344 INFO kablam! warning: unused `#[macro_use]` import Oct 26 19:41:02.344 INFO kablam! --> src/wasm/tzclient.rs:1:1 Oct 26 19:41:02.344 INFO kablam! | Oct 26 19:41:02.344 INFO kablam! 1 | #[macro_use] Oct 26 19:41:02.344 INFO kablam! | ^^^^^^^^^^^^ Oct 26 19:41:02.345 INFO kablam! | Oct 26 19:41:02.345 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 19:41:02.345 INFO kablam! Oct 26 19:41:02.345 INFO kablam! warning: unused imports: `Blake2b`, `Digest` Oct 26 19:41:02.345 INFO kablam! --> src/wasm/tzclient.rs:7:14 Oct 26 19:41:02.345 INFO kablam! | Oct 26 19:41:02.345 INFO kablam! 7 | use blake2::{Blake2b, Digest}; Oct 26 19:41:02.345 INFO kablam! | ^^^^^^^ ^^^^^^ Oct 26 19:41:02.345 INFO kablam! Oct 26 19:41:02.345 INFO kablam! warning: unused import: `std::sync::Mutex` Oct 26 19:41:02.345 INFO kablam! --> src/wasm/tzclient.rs:8:5 Oct 26 19:41:02.345 INFO kablam! | Oct 26 19:41:02.345 INFO kablam! 8 | use std::sync::Mutex; Oct 26 19:41:02.345 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 19:41:02.345 INFO kablam! Oct 26 19:41:02.424 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 43s Oct 26 19:41:02.438 INFO kablam! su: No module specific data is present Oct 26 19:41:04.680 INFO running `"docker" "rm" "-f" "bc8a4f7e48cde287982bb8ad5b8e85212ffc232865ef4c122d55596d229cc328"` Oct 26 19:41:04.975 INFO blam! bc8a4f7e48cde287982bb8ad5b8e85212ffc232865ef4c122d55596d229cc328