[INFO] cloning repository leaxoy/remq [INFO] running `"git" "clone" "--bare" "git://github.com/leaxoy/remq.git" "work/cache/sources/gh/leaxoy/remq"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/leaxoy/remq'... [INFO] running `"git" "clone" "work/cache/sources/gh/leaxoy/remq" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/leaxoy/remq"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/leaxoy/remq'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/leaxoy/remq" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/leaxoy/remq"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/leaxoy/remq'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b166f4d1eb29bbb7396a45d310d411b50f436baf [INFO] sha for GitHub repo leaxoy/remq: b166f4d1eb29bbb7396a45d310d411b50f436baf [INFO] validating manifest of leaxoy/remq 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 leaxoy/remq 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 leaxoy/remq [INFO] finished frobbing leaxoy/remq [INFO] frobbed toml for leaxoy/remq written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/leaxoy/remq/Cargo.toml [INFO] started frobbing leaxoy/remq [INFO] finished frobbing leaxoy/remq [INFO] frobbed toml for leaxoy/remq written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/leaxoy/remq/Cargo.toml [INFO] crate leaxoy/remq 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing leaxoy/remq against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/leaxoy/remq:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 609fcbd9a56696b7975a48f6e89183c5ce61db8cd23f7849b8cf7646fe045623 [INFO] running `"docker" "start" "-a" "609fcbd9a56696b7975a48f6e89183c5ce61db8cd23f7849b8cf7646fe045623"` [INFO] [stderr] Compiling syn v0.15.11 [INFO] [stderr] Compiling tokio-async-await v0.1.4 [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Compiling remq v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the feature `futures_api` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:38 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(await_macro, async_await, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.39s [INFO] running `"docker" "inspect" "609fcbd9a56696b7975a48f6e89183c5ce61db8cd23f7849b8cf7646fe045623"` [INFO] running `"docker" "rm" "-f" "609fcbd9a56696b7975a48f6e89183c5ce61db8cd23f7849b8cf7646fe045623"` [INFO] [stdout] 609fcbd9a56696b7975a48f6e89183c5ce61db8cd23f7849b8cf7646fe045623 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/leaxoy/remq:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] ac4ee8fb5d92fea5372e8e43f3edaf7e61b7037c7bfb554c8206b075f4de0b66 [INFO] running `"docker" "start" "-a" "ac4ee8fb5d92fea5372e8e43f3edaf7e61b7037c7bfb554c8206b075f4de0b66"` [INFO] [stderr] Compiling remq v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: the feature `futures_api` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/main.rs:1:38 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(await_macro, async_await, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.87s [INFO] running `"docker" "inspect" "ac4ee8fb5d92fea5372e8e43f3edaf7e61b7037c7bfb554c8206b075f4de0b66"` [INFO] running `"docker" "rm" "-f" "ac4ee8fb5d92fea5372e8e43f3edaf7e61b7037c7bfb554c8206b075f4de0b66"` [INFO] [stdout] ac4ee8fb5d92fea5372e8e43f3edaf7e61b7037c7bfb554c8206b075f4de0b66 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/leaxoy/remq:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] eb5a7850ee2dae1a7180c8da129726f6d63743bc35739a58a83b16c61c042d12 [INFO] running `"docker" "start" "-a" "eb5a7850ee2dae1a7180c8da129726f6d63743bc35739a58a83b16c61c042d12"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/remq-5787329ed0be6ff8 [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" "eb5a7850ee2dae1a7180c8da129726f6d63743bc35739a58a83b16c61c042d12"` [INFO] running `"docker" "rm" "-f" "eb5a7850ee2dae1a7180c8da129726f6d63743bc35739a58a83b16c61c042d12"` [INFO] [stdout] eb5a7850ee2dae1a7180c8da129726f6d63743bc35739a58a83b16c61c042d12