[INFO] crate finchers-juniper 0.2.1 is already in cache [INFO] extracting crate finchers-juniper 0.2.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/finchers-juniper/0.2.1 [INFO] extracting crate finchers-juniper 0.2.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/finchers-juniper/0.2.1 [INFO] validating manifest of finchers-juniper-0.2.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of finchers-juniper-0.2.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing finchers-juniper-0.2.1 [INFO] finished frobbing finchers-juniper-0.2.1 [INFO] frobbed toml for finchers-juniper-0.2.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/finchers-juniper/0.2.1/Cargo.toml [INFO] started frobbing finchers-juniper-0.2.1 [INFO] finished frobbing finchers-juniper-0.2.1 [INFO] frobbed toml for finchers-juniper-0.2.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/finchers-juniper/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing finchers-juniper-0.2.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/finchers-juniper/0.2.1:/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 2582d4a22ef0a63dac24a8f443694ab84b3035733c2506479d2fc29c6de760ac [INFO] running `"docker" "start" "-a" "2582d4a22ef0a63dac24a8f443694ab84b3035733c2506479d2fc29c6de760ac"` [INFO] [stderr] Compiling finchers v0.13.5 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling cookie v0.11.1 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling juniper_codegen v0.10.0 [INFO] [stderr] Compiling juniper v0.10.0 [INFO] [stderr] Compiling finchers-juniper v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/current_thread.rs:95:40 [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 96 | MutationT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:58:5 [INFO] [stderr] | [INFO] [stderr] 58 | rust_2018_idioms, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: #[warn(explicit_outlives_requirements)] implied by #[warn(rust_2018_idioms)] [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType, [INFO] [stderr] 96 | MutationT: GraphQLType, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/nonblocking.rs:92:52 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct NonblockingFuture<'a, E: Endpoint<'a>, S: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/with_spawner.rs:100:52 [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S: 'a, Sp: 'a> { [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S, Sp> { [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 43.07s [INFO] running `"docker" "inspect" "2582d4a22ef0a63dac24a8f443694ab84b3035733c2506479d2fc29c6de760ac"` [INFO] running `"docker" "rm" "-f" "2582d4a22ef0a63dac24a8f443694ab84b3035733c2506479d2fc29c6de760ac"` [INFO] [stdout] 2582d4a22ef0a63dac24a8f443694ab84b3035733c2506479d2fc29c6de760ac [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/finchers-juniper/0.2.1:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 19324bf543654eced0df45cfe30b04a9329548f981ad01d74431494c68543a5e [INFO] running `"docker" "start" "-a" "19324bf543654eced0df45cfe30b04a9329548f981ad01d74431494c68543a5e"` [INFO] [stderr] Compiling cargo-husky v1.4.0 [INFO] [stderr] Compiling finchers-juniper v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/current_thread.rs:95:40 [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 96 | MutationT: GraphQLType + 'a, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:62:24 [INFO] [stderr] | [INFO] [stderr] 62 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(explicit_outlives_requirements)] implied by #[warn(warnings)] [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 95 | QueryT: GraphQLType, [INFO] [stderr] 96 | MutationT: GraphQLType, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/nonblocking.rs:92:52 [INFO] [stderr] | [INFO] [stderr] 92 | pub struct NonblockingFuture<'a, E: Endpoint<'a>, S: 'a> { [INFO] [stderr] | ^^^^ help: remove this bound [INFO] [stderr] [INFO] [stderr] warning: outlives requirements can be inferred [INFO] [stderr] --> src/execute/with_spawner.rs:100:52 [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S: 'a, Sp: 'a> { [INFO] [stderr] | ^^^^ ^^^^ [INFO] [stderr] help: remove these bounds [INFO] [stderr] | [INFO] [stderr] 100 | pub struct WithSpawnerFuture<'a, E: Endpoint<'a>, S, Sp> { [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.33s [INFO] running `"docker" "inspect" "19324bf543654eced0df45cfe30b04a9329548f981ad01d74431494c68543a5e"` [INFO] running `"docker" "rm" "-f" "19324bf543654eced0df45cfe30b04a9329548f981ad01d74431494c68543a5e"` [INFO] [stdout] 19324bf543654eced0df45cfe30b04a9329548f981ad01d74431494c68543a5e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/finchers-juniper/0.2.1:/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=warn" "-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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 31fd7328ac84b31099facbeddcec400a717e20ffaadb6cc21089015ca0bdac20 [INFO] running `"docker" "start" "-a" "31fd7328ac84b31099facbeddcec400a717e20ffaadb6cc21089015ca0bdac20"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running /opt/crater/target/debug/deps/finchers_juniper-ac268bc828d9bcda [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test request::tests::test_json_request ... ok [INFO] [stdout] test request::tests::test_get_request ... ok [INFO] [stdout] test request::tests::test_graphql_request ... ok [INFO] [stdout] test request::tests::test_batch_json_request ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/integration_test-f6d0b68e1113594d [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_finchers_integration ... ok [INFO] [stderr] Doc-tests finchers-juniper [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 8) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "31fd7328ac84b31099facbeddcec400a717e20ffaadb6cc21089015ca0bdac20"` [INFO] running `"docker" "rm" "-f" "31fd7328ac84b31099facbeddcec400a717e20ffaadb6cc21089015ca0bdac20"` [INFO] [stdout] 31fd7328ac84b31099facbeddcec400a717e20ffaadb6cc21089015ca0bdac20