[INFO] cloning repository Co0sh/hexagon-engine [INFO] running `"git" "clone" "--bare" "git://github.com/Co0sh/hexagon-engine.git" "work/cache/sources/gh/Co0sh/hexagon-engine"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Co0sh/hexagon-engine'... [INFO] running `"git" "clone" "work/cache/sources/gh/Co0sh/hexagon-engine" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Co0sh/hexagon-engine"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Co0sh/hexagon-engine'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Co0sh/hexagon-engine" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Co0sh/hexagon-engine"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Co0sh/hexagon-engine'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 651c2c6b43db1c6ade8974aa30a632ea4285d3d4 [INFO] sha for GitHub repo Co0sh/hexagon-engine: 651c2c6b43db1c6ade8974aa30a632ea4285d3d4 [INFO] validating manifest of Co0sh/hexagon-engine on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Co0sh/hexagon-engine on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Co0sh/hexagon-engine [INFO] finished frobbing Co0sh/hexagon-engine [INFO] frobbed toml for Co0sh/hexagon-engine written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Co0sh/hexagon-engine/Cargo.toml [INFO] started frobbing Co0sh/hexagon-engine [INFO] finished frobbing Co0sh/hexagon-engine [INFO] frobbed toml for Co0sh/hexagon-engine written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Co0sh/hexagon-engine/Cargo.toml [INFO] crate Co0sh/hexagon-engine already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Co0sh/hexagon-engine against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Co0sh/hexagon-engine:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 5b2d04633934789b0223514621b499b454da2c037c1924868e43ec9b66c9893e [INFO] running `"docker" "start" "-a" "5b2d04633934789b0223514621b499b454da2c037c1924868e43ec9b66c9893e"` [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling names v0.11.0 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling tokio v0.1.17 [INFO] [stderr] Compiling websocket v0.22.3 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling hexagon-engine v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `futures::stream::Select` in tuple element 0 that must be used [INFO] [stderr] --> src/connect.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | runtime.block_on(runner)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: streams do nothing unless polled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 49.33s [INFO] running `"docker" "inspect" "5b2d04633934789b0223514621b499b454da2c037c1924868e43ec9b66c9893e"` [INFO] running `"docker" "rm" "-f" "5b2d04633934789b0223514621b499b454da2c037c1924868e43ec9b66c9893e"` [INFO] [stdout] 5b2d04633934789b0223514621b499b454da2c037c1924868e43ec9b66c9893e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Co0sh/hexagon-engine:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 826781bccf33a8eff7781872664a7ad0b8552dd570bd257683c605ec20a93963 [INFO] running `"docker" "start" "-a" "826781bccf33a8eff7781872664a7ad0b8552dd570bd257683c605ec20a93963"` [INFO] [stderr] Compiling hexagon-engine v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `futures::stream::Select` in tuple element 0 that must be used [INFO] [stderr] --> src/connect.rs:43:5 [INFO] [stderr] | [INFO] [stderr] 43 | runtime.block_on(runner)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: streams do nothing unless polled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `"docker" "inspect" "826781bccf33a8eff7781872664a7ad0b8552dd570bd257683c605ec20a93963"` [INFO] running `"docker" "rm" "-f" "826781bccf33a8eff7781872664a7ad0b8552dd570bd257683c605ec20a93963"` [INFO] [stdout] 826781bccf33a8eff7781872664a7ad0b8552dd570bd257683c605ec20a93963 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Co0sh/hexagon-engine:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] ececeb275c40699c5ecd88f9cecda2ed65c9c8ab0b3bbda964ea305678e03d68 [INFO] running `"docker" "start" "-a" "ececeb275c40699c5ecd88f9cecda2ed65c9c8ab0b3bbda964ea305678e03d68"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/hexagon_engine-f9ffea83e0b0738d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ececeb275c40699c5ecd88f9cecda2ed65c9c8ab0b3bbda964ea305678e03d68"` [INFO] running `"docker" "rm" "-f" "ececeb275c40699c5ecd88f9cecda2ed65c9c8ab0b3bbda964ea305678e03d68"` [INFO] [stdout] ececeb275c40699c5ecd88f9cecda2ed65c9c8ab0b3bbda964ea305678e03d68